﻿/*テーマカラーの定義（CSS変数）
---------------------------------------------------------------------------*/
:root {
--common-color: #333333;
--general-color: #cccccc;
--tertiary-color:#ffffff;
--site-color: #E5002D; 
--common-text-color: #ffffff;
--local-bg-color:#c1cbb5;
--button-text-color: #666666; 
--font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
--fontweb:  "Noto Sans JP","游ゴシック","Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif; 
--margin-gap80: 80px;
--margin-gap64: 64px;
--margin-gap48: 48px;
--margin-gap40: 40px;
--margin-gap32: 32px; 
--margin-gap24: 24px;
--margin-gap20: 20px;
--margin-gap16: 16px;
--margin-gap10: 10px;  
--margin-gap8: 8px;
--margin-gap5: 5px; 
--margin-gap4: 4px;
--margin-gap0: 0px; 
--fz40: calc(40 / 16 * 1rem);
--fz32: calc(32 / 16 * 1rem);  
--fz24: calc(24 / 16 * 1rem);   
--fz20: calc(20 / 16 * 1rem);
--fz16: calc(16 / 16 * 1rem);
--fz14: calc(14 / 16 * 1rem);
--fz12: calc(12 / 16 * 1rem);
--fz10: calc(10 / 16 * 1rem);
}

html {
	overflow-y: scroll;
}
img {
	border: 0;
}
header, footer, nav, section, article, aside {
display:block;
}

body{
	min-width:100%;
	color: #333333;
	font-size:var(--fz16);
	font-family:var(--font); 
	position: relative;
}
body a {
text-decoration: none;
}
div02:before, div02:after , h3:before , h3:after , h4:before , h4:after {content: "";display: block;}
div02:after, h3:after , h4:after {clear: both;}
div02 { zoom: 1;
margin-bottom: 15px;
}






@media only screen and (max-width: 767px) {
body{
	min-width:100%;
}
}
@media (min-width: 1113px) {
.page .l-wrapper {
top: 68px !important;
}
}
@media (min-width: 768px) and (max-width: 1112px) {
.page .l-wrapper {
top: 111px !important;
max-width: 100% !important;
}
}
@media (max-width: 767px) {
.page .l-wrapper {
top: 56px !important;
}
}
.l-wrapper{
width: 100%;
height: 100%;
background:var(--tertiary-color);
position:absolute;
top:50px;
left:0;
}
.l-inner{
width:90%;
padding: 40px 0; 
margin:0 auto;
overflow:hidden;
box-sizing: border-box;
max-width: 960px;
}
@media (min-width: 1113px) {
.l-inner{
width:100%;
padding: 50px 20px 20px 20px; 
}
.l-inner a:hover {
opacity: .75;
transition: .6s;   
} 
}

.l-breadcrumb{
background-color: var(--site-color); 
color:var(--common-text-color);
font-size:var(--fz14);
}
.l-breadcrumb .l-inner{
padding:8px;
}
.l-breadcrumb .home{
background-image:url(../../img/common/home.png);
background-repeat:no-repeat;
background-position:left center;
background-size:14px 14px;
text-indent:-9999px;
display:inline-block;
width:14px;
}
.l-breadcrumb a:link {
color:var(--common-text-color);
text-decoration: none;
}
.l-breadcrumb a:visited {
color:var(--common-text-color);
text-decoration: none;
}
.l-breadcrumb a:hover {
color:var(--common-text-color);
text-decoration: underline;
}
.l-breadcrumb a:active {
color:var(--common-text-color);
text-decoration: none;
}

/*pc sp 切り替え*/
@media screen and (min-width:768px){
.pc-only{
display: block;
}
.sp-only{
display: none;
}
}

@media screen and (max-width:767px){
.pc-only{
display: none;
}
.sp-only{
display: block;
}
}
/* -- pc sp 切り替えend --  */ 


/*ブロック内の見出し*/
.c-main-container h1 {
 text-shadow: 
       3px  3px 4px #ffffff,
      -3px  3px 4px #ffffff,
       3px -3px 4px #ffffff,
      -3px -3px 4px #ffffff,
       3px  0px 4px #ffffff,
       0px  3px 4px #ffffff,
      -3px  0px 4px #ffffff,
       0px -3px 4px #ffffff; 
margin: 0 auto;
width: 520px;
padding-block: 20px;
}
.c-sub-global-hdg1 {
background-image:url("../komeri_cm/img/01.jpg");
width:100%;
height:100px;
padding-top:42px;
font-size:24px; 
background-color:var(--general-color);
background-repeat:no-repeat;
text-align:center;
color: #000;
background-position:center center;
background-size:cover;
}
.c-sub-global-hdg2 {
position: relative;
padding-bottom: 1.15rem;
border-bottom: 3px solid #b6b6b6;
font-size: clamp(31px, 4.1015625vw, 42px);
font-size: clamp(1.875rem, .764rem + 2.31vw, 2.5rem);
font-family: var(--fontweb);
margin-bottom: var(--margin-gap24);
    padding-bottom: .75rem;
}

.c-sub-global-hdg3 {
font-size: var(--fz16);
font-family: var(--fontweb);
margin-bottom: var(--margin-gap8);
margin-top: var(--margin-gap16);
}
.c-sub-global-hdg4 {
font-size: var(--fz14);
font-family: var(--fontweb);
margin-bottom: var(--margin-gap8);
margin-top: var(--margin-gap10);
font-feature-settings: "palt"; 
} 

.img__inner{
display: flex;
border: 1px solid #ccc;
padding: 13px;
flex-wrap: wrap;
}

@media (min-width: 768px) {

.c-sub-global-hdg1 {
height:200px;
padding-top:120px;
font-size: 40px;
}
.c-sub-global-hdg2 {
position: relative;
padding-bottom: 1.15rem;
border-bottom: 3px solid #b6b6b6;
font-size: clamp(31px, 4.1015625vw, 42px);
font-size: clamp(1.875rem, .764rem + 2.31vw, 2.5rem);
font-family: var(--fontweb);
margin-bottom: var(--margin-gap24);
}
.c-sub-global-hdg2:not(:first-child) {
margin-top: var(--margin-gap80);
}

.c-sub-global-hdg3 {
font-size: var(--fz24);
font-family: var(--fontweb);
margin-bottom: var(--margin-gap10);
margin-top: var(--margin-gap16);
margin-top: 75px;
}
.c-sub-global-hdg4 {
font-size: var(--fz20);
font-family: var(--fontweb);
margin-bottom: var(--margin-gap8);
margin-top: var(--margin-gap10);
margin-top: 25px;
}
}
@media screen and (max-width:768px){
.c-sub-global-hdg1 {
background-image:url("../komeri_cm/img/01_sp.jpg");
width:100%;
height:100px;
padding-top:42px;
font-size:24px; 
background-color:var(--general-color);
background-repeat:no-repeat;
text-align:center;
color: #000;
background-position:center center;
background-size:cover;
}
}
@media screen and (max-width:767px){
.c-sub-global-hdg3 {
font-feature-settings: "palt"; 
} 
.c-main-container h1 {
width: auto; 
}
.green_title{
    font-size: 20px;
    background-color: #52cb51;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}
.cap-box-content .cap-box-title {
    display: inline-block;
    padding: 0.25em 0.75em;
    max-width: 60%;
    background: #fff;
    color: #000;
    position: relative;
    top: -1.4em;
    left: -30%;
}
}
/* -- ブロック内の見出しend --  */ 

.c-grid.-col-2{
display: flex;
flex-wrap: wrap; 
gap:20px;
flex-direction: column;
}
.c-grid.-col-2.-base{
align-items: center;
}
.c-grid.-col-2 .-item .-text {
}
.c-list__item__txt {
display: grid;
grid-template-columns: 1em 1fr;
width: 100%;
margin-bottom: var(--margin-gap16);
gap:5px; 
}
.c-grid.-col-2 .-item.-image-area {
text-align: center; 
}

.c-grid.-col-3{
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 5px; 
margin: var(--margin-gap24) auto var(--margin-gap32) auto;  
}
.c-grid.-col-3 .c-panel-img img {
max-width: 100%;
width: 100%; 
height: auto;
border: 1px solid #dddddd; 
}
.c-parent .-elem{
grid-column: span 3 / span 3; 
font-size:var(--fz14);
margin-top: var(--margin-gap8); 
text-align: right;
}
.c-article-visual {
margin-bottom: var(--margin-gap24); 
}
.c-article-visual.-small  {
margin-bottom: var(--margin-gap10); 
}
.c-article-visual.-small img {
border: 1px solid #e4e4e4;
}
.colsbox {
display: flex;
align-items: flex-end;
width: 100%;
gap: 20px;
height: 100%;
margin-top: var(--margin-gap32); 
}
.colsbox.-fixed img {
width: 100%;
height: auto; 
}
.colsbox.-fixed img {
width: 100%;
height: auto; 
}
.colsbox-02 {
gap: 20px;
display: flex;
}
.colsbox-02 img {
width: 30%;
height: auto;
}
.col1-item{
width: 100%;
height: auto;
}
.col2-item{
width: 100%;
height: auto;
margin-top: 20px;
}
.col1-item.card img{
width: 80%;
}
.banner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;
}
.banner li img {
max-width: 100%;
height: auto;
border: 1px solid #999999;
box-sizing: border-box; 
}
.banner li {
width: calc(98% / 2);
box-sizing: border-box;
margin-bottom: 0px;
}
.sentence-box{
width: 475px;
float: left;
overflow: hidden;
}
.image-box{
width: 412px;
float: right;
margin-bottom: 25px;
overflow: hidden;
}
.image-box img {
width: 410px;
border: solid #ccc 1px;
margin-top: var(--margin-gap16);
}
.product-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 13px;
margin-bottom: 30px;
}
.product-card {
display: contents;
}
.product-card--img img {
display: block;
width: 100%;
height: auto;
}
.product-card--txt02{
text-align: left;
font-size: var(--fz16);
}
.product-card--txt03{
text-align: center;
font-size: var(--fz16);
}
.cols2box {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.cols2box02 {
    display: flex
;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 25px;
    margin-top: 50px;
    gap: 19px;
}
.cols2box03 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
    margin-top: 15px;
    gap: 20px;
}
.cols2box04 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 15px;
    gap: 20px;
}
.box01{
     display: flex;
     gap: 40px;
     margin-top: 50px;
     margin-bottom: 15px;
}
 
.cols1box .priceArea2 .amt {
    font-size: 2.200em;
    font-weight: 700;
    vertical-align: baseline;
}
.cols1box .priceArea2 {
    color: #E50012;
    margin-bottom: 0;
    text-align: end;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.cols1box .tax {
    font-size: 1.12em;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 15px;
}
.cols1box .priceArea2 .yen {
    font-size: 1.25em;
    vertical-align: baseline;
    font-weight: bold;
}
.cols1box {
    display: flex;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px 13px 10px 13px;
    border-radius: 5px;
    text-decoration: none;
    flex-wrap: wrap;
    margin-bottom: 1em;
    flex-direction: column;
    width: 50%;
}
.cols1box_p {
    font-size: 14px;
    font-weight: bold;
}
.cols1box_p2 {
    font-size: 14px;
}
.box02{
     display: flex;
    gap: 10px;
 
}
}
.col1-item {
    font-size: 16px;
    width: 50%;
    margin-top: 1em;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.col1-img{
   font-size: 13px;
    width: 50%;
    margin-top: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.col1-img2{
   font-size: 13px;
    width: 45%;
    margin-top: 1em;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.col1-item3 {
    font-size: 16px;
    width: 49%;
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-end;
}
.sp-100 {
    width: 100%;
}
.cap-box {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.cap-box .cap-box-title {
  display: inline-block;
  padding: 0.25em 0.75em;
  max-width: 60%;
  background: #fff;
  color: #000;
  position: relative;
  top: 1em;
  left: 1em;
}

.cap-box .cap-box-content {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
}
.cap-box .cap-box-content2 {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
}

.cap-box .cap-box-content p {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
.cap-box .cap-box-content2 p {
  margin: 0;
  padding: 2.0em 0.5em 2.0em 0.5em;
}

.font_red{
 color: red;
 font-size: 40px;
 
}
.font_2{
 font-size: 35px;
 
}
.bnr-content--text {
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.25;
}
 .bnr-content {
    margin-top: 50px;
}
 .kome-content {
    margin-top: 30px;
}
.topic-catch {
    text-align: center;
    font-size: 1.85rem;
    font-weight: bold;
    margin: 10px 0;
    padding: 20px;
    color: #f00;
    line-height: 1.2;
}
.topic-catch2 {
    text-align: center;
    font-size: 1.85rem;
    font-weight: bold;
    margin: 10px 0;
    padding: 20px;
    color: #FFFFFF;
    line-height: 1.2;
    background: #5d5d5d;
    padding: 15px;
}
.bnr-content--caption {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 0.8rem;
    color: #333;
}
.bnr-content--inner img {
    width: 100%;
    height: auto;
}
 .bnr-content--inner {
    margin: 0 auto;
    width: 25%;
}

.sp-only {
  display: none;
}
.c-sub-global-hdg2:not(:first-child) {
    margin-top: var(--margin-gap40);
}
.c-sub-global-hdg2::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #e5002d;
    bottom: -3px;
    width: 8%;
    display: block;
}
.c-sub-global-hdg2 {
    position: relative;
    padding-bottom: 1.15rem;
    border-bottom: 3px solid #b6b6b6;
    font-size: clamp(1.25rem, .713rem + 2.68vw, 2rem);
    font-family: var(--fontweb);
    margin-bottom: 1em;
    margin-bottom: var(--margin-gap20);
    line-height: 1.2;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: inherit;
}
.cm_img_box{
 display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
gap: 0px 5px;
margin-top: 10px;
margin-bottom: 20px;
}
.cm_img_box img{
width: 100%;
height: auto;
}

.goods_box{
 display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
gap: 20px;
}
.goods_item_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
margin-bottom: 10px;

}
.goods_item_box img{
width: 100%;
height: auto;
}
.goods_item_box p{
font-size: 13px;
margin-top: 5px;
text-align: left;
}
.cap-box-content{
border: 1px solid #52cb51;
padding: 5px 15px;
text-align: center;
margin-top: 45px;
}
.subheading{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
.cap-box-title span{
     font-size: 17px;
    font-weight: bold;
}
.charge_box{
display: flex;
flex-direction: column;
align-items: center;
}
.feature_box_img{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.feature_box_img img{
width: 100%;
height: auto;
}
.feature_box_p{
font-weight: bold;
margin-bottom: 5px;
font-size: 13px;
}
.feature_box{
display: grid;
grid-template-columns: repeat(2, minmax(125px, 1fr));
gap: 20px;
margin-top: 70px;
}
.c-article-button-box p{
text-align: right;
 font-size: 13px;
margin-bottom: 100px;
}
.youtube iframe {
    top: 20px;
    right: 0;
position: absolute;
    width: 100%;
 height: 100%;
}
.cm_box{
    display: grid;
    grid-template-columns: repeat(2, minmax(125px, 1fr));
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.cm_box_item p{
font-size: 14px;
}
.service_box{
    display: grid;
    grid-template-columns: repeat(2, minmax(125px, 1fr));
    gap: 20px;
    margin-bottom: 45px;
}
.service_title{
font-weight: bold;
 font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.smal_p{
    text-align: justify;
    line-height: 1.8;
    font-size: var(--fz14);
    width: 100%;
}
.service_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.service_box_item_2 img{
width: 100%;
height: auto;
}
.service_box_item_2{
display: flex;
    gap: 10px;
}

@media (min-width: 768px) {
.c-grid.-col-2{
margin-bottom: var(--margin-gap48);
} 
.c-grid.-col-3{
column-gap: 20px; 
margin: var(--margin-gap24) auto var(--margin-gap48) auto;   
}
.c-grid.-col-2 .-item {
flex: 0 0 450px;
flex-basis: 450px;
width: 450px;
}
.c-lead-content {
text-align: justify;
line-height:2;
}

.c-lead-content02 {
text-align: center;
line-height:2;
margin-top: 20px;
font-size: 25px;
font-weight: bold;
}
.c-lead-content03 {
text-align: left;
line-height:2;
margin-top: 20px;
font-size: 25px;
font-weight: bold;
}
 .c-lead-content.-right{
 text-align: right;
 margin: var(--margin-gap10) auto var(--margin-gap32) auto; 
 } 
.c-lead-content.last-bottom {
margin-bottom: var(--margin-gap64);  
}
.mb-10{
margin-bottom: var(--margin-gap10);   
} 
.c-article-visual img{
width: 100%;
height: auto; 
}
.divide_01 {
flex: 5.5;
overflow-wrap: anywhere;
}
.divide_02 {
text-align: center;
flex: 3.25;
display: flex;
flex-direction: column;
gap: 20px;
}
.c-article-visual.c-image-small img {
width: 100%;
height: auto;
}
.c-article-visual.-small {
width: 760px;
margin: auto; 
} 
.spec-container01 {
display: grid;
grid-template-columns: 1em 1fr;
width: 100%;
text-align: justify;
line-height: 2;
}
.spec-container02 {
display: grid;
grid-template-columns: 7.5em 1fr;
width: 100%;
text-align: justify;
line-height: 2;
}
.spec-container03 {
display: grid;
grid-template-columns: 9.5em 1fr;
width: 45%;
line-height: 2;
margin-top: 10px;
text-align: left;
margin-bottom: 10px;
}
.spec-container04 {
display: grid;
grid-template-columns: 3.5em 1fr;
width: 100%;
text-align: justify;
line-height: 2;
}
.img2{
     width: auto;
    height: auto;
 }
.anchor_link_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    -webkit-margin-after: 3rem;
    margin-block-end:3rem}

.anchor_link_box li a {
    border: 1px solid var(--button-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    border-radius: 100vmax;
    -webkit-padding-start: .75rem;
    padding-inline-start:.75rem;color: #333;
 padding: 5px;
 padding-left: 10px;   
}

.anchor_link_box li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 1;
    position: absolute;
    left: 10px;
    margin: 0;
    border-radius: 100vmax;
    background: #fff
}

.anchor_link_box li a span svg {
    width: 16px;
    height: 16px;
    stroke: #333
}
 .anchor_link p{
 font-size: 13px;
text-align: center;
 }
.cap-box-content .cap-box-title {
    display: inline-block;
    padding: 0.25em 0.75em;
    max-width: 60%;
    background: #fff;
    color: #000;
    position: relative;
top: -1.4em;
    left: -24em;
}
.green_title {
    font-size: 23px;
    background-color: #52cb51;
    font-weight: bold;
    color: #fff;
    width: 77%;
    text-align: center;
}
.cm_box_item p{
font-size: 16px;
}
.feature_box_p {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}
.smal_p {
    text-align: justify;
    line-height: 1.8;
    width: 100%;
    font-size: 16px;
}
}

@media (max-width: 767px) {
.spec-container01 {
display: grid;
grid-template-columns: 1em 1fr;
width: 100%;
font-size: var(--fz14);
text-align: justify;
line-height: 1.8;
}
.spec-container02 {
display: grid;
grid-template-columns: 7.5em 1fr;
width: 100%;
font-size: var(--fz14);
text-align: justify;
line-height: 1.8;
}
.spec-container03 {
display: grid;
grid-template-columns: 9em 1fr;
width: 100%;
font-size: var(--fz14);
text-align: justify;
line-height: 1.8;
margin-top: 10px
}
.spec-container04 {
display: grid;
grid-template-columns: 3.5em 1fr;
font-size: var(--fz14);
text-align: justify;
line-height: 1.8;
}
.c-lead-content {
text-align: justify;
line-height:1.8;
font-size:var(--fz14);
}

.c-lead-content02 {
text-align: center;
line-height:2;
margin-top: 20px;
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}
.c-lead-content03 {
text-align: justify;
line-height: 1.8;
font-size: var(--fz14);
margin-top: 15px;
font-weight: bold;
}
 .c-lead-content.-right{
 margin: var(--margin-gap10) auto var(--margin-gap32) auto;
 text-indent: -1em;
 padding-left: 1em;
 font-size: clamp(0.75rem, 0.1071rem + 2.8571vw, 0.875rem); 
 line-height: 1.3 
 } 
.font_2 {
    font-size: 26px;
}
.font_red {
    font-size: 26px;
}
.c-lead-content.last-bottom {
margin-bottom: var(--margin-gap48);  
}
.mb-10{
margin: var(--margin-gap10) auto var(--margin-gap10) auto;   
} 
.c-grid.-col-2{
flex-direction: column-reverse;
gap:0;
}
.c-grid.-col-2 .-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.c-grid.-col-2 .-item.-image-area img {
width: 80%;
height: auto; 
}
.c-grid.-col-2 .-item.-image-area.-small img {
width: 70%;
height: auto; 
}
.c-grid.-col-2 .-item:not(:first-child) {
margin-bottom: var(--margin-gap20);  
}
.c-article-visual img{
width: 100%;
height: auto; 
}
.c-list__item__txt.-height {
margin-top: var(--margin-gap20);  
} 
.colsbox {
display: flex;
flex-wrap: wrap;
gap: 0;
}
.colsbox-02{
flex-direction: column;
gap: 0;
}
.colsbox img {
width: 100%;
height: auto;
}
.banner li {
width: 99%;
}
.col1-item.card img{
width: 100%;
}
.divide_01 {
width: 100%;
}
.divide_02 {
width: 100%;
}
.image-box{
width: 100%;
}
.image-box img {
width: 99%;
height: auto;
}
.sentence-box{
width: 100%;
}
.product-list {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-bottom: 12px;
}
.product-card--txt02{
font-size: var(--fz12);
height: 2.15rem; 
}
.product-card--txt03{
font-size: var(--fz12);
}
.cols2box02 { 
 display: flex;
flex-direction: column;
}
.cols2box { 
 display: flex;
flex-direction: column;
gap: 0px;
}
.cols2box03 { 
 display: flex;
flex-direction: column;
margin-bottom: 15px;
margin-top: 15px;
}
 .col1-img2{
 width: 100%;
 text-align: center;
 }
 .img2{
     width: 50%;
    height: auto;
 }
.box01 {
    display: flex;
    gap: 9px;
    margin-top: 50px;
    margin-bottom: 15px;
    flex-direction: row;
}
 .cols1box{
 width: 100%;
 }
.box02 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.pc-only {
    display: none;
  }

.sp-only {
    display: block;
}
 .cols1box_p {
 margin-top: 10px;
 }
 .col1-item{
 margin-top: 20px;
 }

 .topic-catch{
font-size: 1.2rem;
 }
 .topic-catch2{
 font-size: 1.2rem;
 } 
 .bnr-content--text{
 font-size: 1.2rem;
 }
.bnr-content--inner {
    margin: 0 auto;
    width: 100%;
}
 .price2{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
 
 }
.cap-box .cap-box-content2 p {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0.5em;
}
.anchor_link_box {
        grid-template-columns: 1fr;
        gap: .75rem;
        -webkit-margin-after: 2rem;
        margin-block-end: 2rem;
    display: grid;
}
.anchor_link_box li a {
    border: 1px solid var(--button-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    border-radius: 100vmax;
    -webkit-padding-start: .75rem;
    padding-inline-start: .75rem;
    color: #333;
 padding: 5px;
}
.anchor_link_box li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 1;
    position: absolute;
    left: 20px;
    margin: 0;
    border-radius: 100vmax;
    background: #fff;
}
.anchor_link_box li a span svg {
    width: 16px;
    height: 16px;
    stroke: #333;
}
.anchor_link_box {
        grid-template-columns: 1fr;
        gap: .75rem;
        -webkit-margin-after: 2rem;
        margin-block-end:2rem}
}
 .anchor_link p{
text-align: center;
 }
.c-icon-gray.large::before {
    width: .3rem;
    height: .3rem;
    left: 1.55rem;
    border-top: solid 2px var(--common-text-color);
    border-right: solid 2px var(--common-text-color);
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}
}
 
@media (min-width: 768px) {
/* ----pc  ボタン組み合わせ---- */ 
.c-flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 4px;
color: var(--button-text-color);
font-family:var(--fontweb);
font-feature-settings: "palt"; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
.c-border-btn {
border: 1px solid #999;
}
.c-icon-gray {
position: relative;
}
.fs-medium {
font-size: .9em;
padding: 0.8rem 0.2rem;
}
}
.c-flatbtn:hover,
.c-flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.c-flatbtn:active,
.c-flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.c-border-btn {
border: 1px solid #999;
}
.c-border-btn:hover{
border-color: var(--site-color);
}
.c-icon-gray {
position: relative;
}

.c-icon-gray::before, .c-icon-gray::after{
content: "";
position: absolute;
display: block;
top: 50%;
}
.c-icon-gray::before {
width: .4rem;
height: .4rem;
left: .9rem;
border-top: solid 2px var(--common-text-color); 
border-right: solid 2px var(--common-text-color); 
z-index: 1;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}

.c-icon-gray::after {
left: 10px;
background: var(--button-text-color);    
z-index: 0;
width: 20px;
height: 20px;
border-radius: 4rem;
transform: translateY(-50%);
transition: all 0.5s;
}
.c-icon-gray.large::before {
width: .4rem;
height: .4rem;
left: 1.55rem;
border-top: solid 2px var(--common-text-color); 
border-right: solid 2px var(--common-text-color); 
z-index: 2;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}
.c-icon-gray.large::after {
left: 20px;
background: var(--button-text-color);    
z-index: 1;
width: 20px;
height: 20px;
border-radius: 4rem;
transform: translateY(-50%);
transition: all 0.5s;
}  
.c-icon-gray.-small::before {
width: .3rem;
height: .3rem;
left: .95rem;
border-top: solid 2px var(--common-text-color); 
border-right: solid 2px var(--common-text-color); 
z-index: 1;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}

.c-icon-gray.-small::after {
left: 10px;
background: var(--button-text-color);    
z-index: 0;
width: 20px;
height: 20px;
border-radius: 4rem;
transform: translateY(-50%);
transition: all 0.5s;
}
 
.fs-small { font-size: .75em; padding: 0.8rem 1.2rem; }
.fs-medium { font-size: 1.25em; 	padding: 0.8rem 0.2rem; }
.fs-medium02 { font-size: 0.8em; 	padding: 0.8rem 0.2rem; }
.fs-large { font-size: 2em; padding: 1.15rem 1rem; }

 .fs-medium02.-small{
padding: .8rem .8rem .8rem 1.75rem 
}

.c-link-list.-col-1 {
max-width: 460px;
margin: var(--margin-gap32) auto var(--margin-gap80) auto;  
 }  
.c-link-list.-col-2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr); 
gap: 40px 20px;
margin: var(--margin-gap40) auto var(--margin-gap80) auto;  
} 
.c-article-button {
margin-top: 1rem;
}
 .c-article-button.-fixed {
 margin-top: var(--margin-gap64);  
 }
.c-article-button.-fixed-small .fs-medium { 
 font-size: 1rem;
padding: .8rem 1rem .8rem;
justify-content: flex-end;
}
.colsbox-02 .c-article-button {
width: 50%;
}
 .c-link-list.last-bottom {
margin: var(--margin-gap32) auto 0 auto;  
}

.c-article-button {
width: 100%;
margin-bottom: var(--margin-gap24);
margin-top: 1rem;
}
.c-flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 4px;
color: var(--button-text-color);
font-family: var(--fontweb);
font-feature-settings: "palt";
display: flex;
opacity: 1.0;
width: auto;
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
margin-top: 15px;
}




/* -- pc  ボタン組み合わせend --  */  


@media (max-width: 767px) {
/* ----sp  ボタン組み合わせ---- */  
.c-flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 4px;
color: var(--button-text-color);
font-family:var(--fontweb);
font-feature-settings: "palt"; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
.c-flatbtn:hover,
.c-flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.c-flatbtn:active,
.c-flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.c-border-btn {
border: 1px solid #999;
}
.c-icon-gray {
position: relative;
}
.c-icon-gray::before, .c-icon-gray::after{
content: "";
position: absolute;
display: block;
top: 50%;
}
.c-icon-gray::before {
width: .4rem;
height: .4rem;
left: .9rem;
border-top: solid 1px var(--common-text-color); 
border-right: solid 1px var(--common-text-color); 
z-index: 2;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}
.c-icon-gray::after {
left: 10px;
background: var(--button-text-color);    
z-index: 1;
width: 20px;
height: 20px;
border-radius: 4rem;
transform: translateY(-50%);
transition: all 0.5s;
} 
.fs-small { font-size: .7em; padding: 0.8rem 1.2rem; }
.fs-medium { font-size: .8em; 	padding: 0.8rem 0.2rem; }
.fs-large { font-size: 1.75em; padding: 1rem; }

.c-icon-gray.-small::before {
width: .25rem;
height: .25rem;
left: .925rem;
border-top: solid 2px var(--common-text-color); 
border-right: solid 2px var(--common-text-color); 
z-index: 2;
transform: translateY(-50%) rotate(45deg);
transition: all 0.3s;
}
.c-icon-gray.-small::after {
left: 10px;
background: var(--button-text-color);    
z-index: 1;
width: 18px;
height: 18px;
border-radius: 4rem;
transform: translateY(-50%);
transition: all 0.5s;
} 
 .fs-medium02.-small{
padding: .8rem .8rem .8rem 1.75rem;
line-height: 1.3;
height: 3rem;
font-size: clamp(0.6875rem, -0.2768rem + 4.2857vw, 0.875rem);  
}
 
.c-article-button {
width: 100%;
margin-bottom: var(--margin-gap24);
margin-top: 1rem;
}
.c-article-button.last-bottom {
width: 100%;
margin-bottom: var(--margin-gap0);
} 
.c-link-list.-col-1 .c-article-button.-btn:last-of-type {
margin: var(--margin-gap16) auto var(--margin-gap48) auto;   
} 
 .c-link-list.-col-2 {
margin-top: var(--margin-gap24);  
 } 
.c-link-list.-col-2 .c-article-button.-btn:not(:first-child) {
margin: var(--margin-gap16) auto var(--margin-gap48) auto; 
}

.colsbox-02 .c-article-button {
width: 100%;
margin-bottom: 0;
}
/* -- sp  ボタン組み合わせend --  */ 
}

.text-right{
text-align: right;
font-size: 14px;
margin-top: var(--margin-gap8); 
}

.c-banner-area{
display: grid;
grid-template-columns: repeat(2, minmax(450px, 1fr));
gap: 10px 20px;
}
.c-banner-area li a{
display: block;
}
.c-banner-area li {
}
.c-banner-area li a img{
width: 100%;
height: auto;
}

@media (max-width: 767px) {
.c-banner-area{
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
}

@media (min-width: 768px) {
.c-tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-family:var(--fontweb);
width: 760px;
margin:auto; 
margin: var(--margin-gap16) auto var(--margin-gap48) auto; 
}
.c-tab-menu-nav li{
width: calc(25% - 8px);
margin-top:1.25rem;
position: relative
}
.c-tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
} 
.c-tab-menu-nav .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
.c-tab-menu-nav .flatbtn:hover,
.c-tab-menu-nav .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.c-tab-menu-nav .flatbtn:hover {
border-color: var(--site-color);
} 
.c-tab-menu-nav .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.c-tab-menu-nav .fs-medium {
font-size: .75rem;;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
.c-tab-menu-nav .arrow-r,.c-tab-menu-nav .arrow-d {
position: relative
} 
.c-tab-menu-nav .arrow-r::after {
content: "";
position: absolute;
right: 12px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.c-tab-menu-nav .border-btn {
border: 1px solid #B6B6B6;
} 
}  
@media (max-width: 767px) {
.c-tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-family:var(--fontweb);  
}
.c-tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
font-size: .9em; 
}
.c-tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: var(--margin-gap10); 
font-size: 0.85rem;
}
.c-tab-menu-nav .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
} 
.c-tab-menu-nav .border-btn {
border: 1px solid #B6B6B6;
} 
.c-tab-menu-nav .arrow-r,.c-tab-menu-nav .arrow-d {
position: relative
} 
.c-tab-menu-nav .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
} 
 .c-sub-global-hdg3{
 margin-top: 35px;
 font-size: clamp(1.125rem, 0.7933rem + 1.4742vw, 1.5rem);
 }
}





.product-feature__list {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 20px;
}
.product-feature__list img {
	display: block;
	width: 100%;
	height: auto;
}
.product-feature {
	display: contents;
}
.product-feature--link {
	display: contents;
}
.product-feature--inner {
	padding: 8px 8px 5px 8px;
	border: 1px solid #ccc;
	display: grid;
	grid-template-rows: subgrid;
	gap: 0;
}
.product-feature--inner:hover {
	transition: 0.25s;
	opacity: 0.75;
}
.span-03 .product-feature--inner {
	grid-row: span 3;
}
.span-04 .product-feature--inner {
	grid-row: span 4;
}
.span-05 .product-feature--inner {
	grid-row: span 5;
}

.product-feature--icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
}

.product-feature--tokuten {
	margin: 15px 0;
max-width: 180px;  
}
.product-feature--img img {
	display: block;
	width: 100%;
	height: auto;
}
.product-feature__list__comment {
color:var(--common-color);
font-size: clamp(0.875rem, 0.8606rem + 0.0641vw, 0.9375rem);
line-height: 1.4;
margin-top: 5px;
flex-grow: 1;
margin-top: var(--margin-gap5);   
margin-bottom: var(--margin-gap10);   
}
.product-feature__list__title{
color:var(--common-color);
font-weight: bold;
font-size: clamp(0.875rem, 0.8606rem + 0.0641vw, 0.9375rem);
line-height: 1.4;
margin-bottom: var(--margin-gap16); 
}
.product-feature__list__title.-head{
margin-top: var(--margin-gap10);  
}
.product-feature__list .local{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px; 
}

@media (min-width: 768px) {
.product-feature__list__title.-head{
height: 3em;
} 
.product-feature--img {
box-sizing: border-box;
width: 200px;
height: 200px;
position: relative;
margin: auto
}
.product-feature--img img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
max-width: 98%;
max-height: 98%;
margin: auto
}}

@media screen and (max-width:767px) {
	.product-feature__list {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.product-feature--inner {
		padding: 7px 7px 3px 7px;
	}
	.product-feature__list__comment {
		font-size: 0.9rem;
		line-height: 1.2;
	}
.product-feature__list .local{
display: grid;
grid-template-columns: 1fr;
gap: 10px; 
}
 
.product-feature--img {
width: 100%;
}
.product-feature--img img {
} 
.goods_box {
justify-content: space-around;
gap: 18px;
margin-top: 35px;
grid-template-columns: repeat(2, minmax(125px, 1fr));
display: grid
;
 }
 .cm_img_box{
    justify-content: space-around;
    gap: 5px;
    margin-top: 12px;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, minmax(125px, 1fr));
    display: grid;
}
.goods_item_box p {
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
}
 .youtube{
     margin-bottom: 30px;
 }
 .feature_box {
gap: 9px;
margin-top: 70px;
display: flex;
flex-direction: column;
 }
.cm_box {
    gap: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.service_box {
    gap: 20px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}
.service_box_item_2 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
}

.product-price {
	display: flex;
	margin-top: 15px;
	font-size: 1.75rem;
	align-items: baseline;
	justify-content: flex-end;
	position: relative;
}
.product-price__small {
	font-size: 1.5rem !important;
}

.product-price--tax {
	font-size: 0.5em;
	display: inline-block;
	color: rgb(51, 51, 51);
	margin-right: 7px;
}
.product-price--value {
	font-weight: bold;
	color: #ee221a;
	display: inline-block;
}
.product-price--yen {
	font-size: 0.5em;
	color: #ee221a;
	display: inline-block;
	margin-left: 3px;
}
.youtube {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
margin-top: 0px;
padding-top: 56.2%;
}


@media screen and (max-width:767px) {
	.product-price {
		font-size: 6.0vw;
	}
	.product-price__small {
		font-size: 5.0vw !important;
	}
	.product-price-goods::before {
		font-size: 0.7rem !important;
		padding: 3px;
	}
	}
