/***********************************************
 sub-common
************************************************/
/** breadcrumb *********************************/
.breadcrumb{
    background: var(--sub-color);
}
.breadcrumb ol{
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0 25px 0;
}
.breadcrumb ol li{
    font-size: 12px;
    line-height: 120%;
}
.breadcrumb ol li a{
    color: var(--main-color);
}
.breadcrumb ol li:not(:last-child){
    position: relative;
    padding-right: 20px;
}
.breadcrumb  li:not(:last-child):after {
    position: absolute;
    content: "";
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 9px;
    background: url(../images/common/ar.svg) no-repeat;
    background-size: cover;
}
/***********************************************
 product-stage
************************************************/
#product-stage{
    background: var(--sub-color);
    padding: 0 0 70px 0;
}
#product-stage .inner{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    border: 2px solid var(--main-color);
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(7px 8px 0 rgba(84, 163, 92, 1));
}
#product-stage .inner h1{
    margin: 40px 0;
    width: calc(100% - 150px);
    background:  var(--sub-color);
    padding: 10px 50px;
    border-radius: 0 45px 45px 0;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    line-height: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}
#product-stage .inner h1:before{
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    display: block;
    width: calc(100% + 5px);
    height: 100%;
    background: #fff88b;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    z-index: -1;
    border-radius: 0 45px 45px 0;
}
#product-stage .inner h1 span{
    font-size: clamp(1.75rem, 0.893rem + 2.14vw, 2.5rem);
    color: var(--main-color);
    font-weight: 600;
    display: block;
    position: relative;
    padding-left: 70px;
}
#product-stage .inner h1 span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
}
#product-stage .inner h1 .dph-ic:before{
    background: url(../images/common/prd-ic01.svg) no-repeat;
    background-size: cover;
}
#product-stage .inner h1 .spb-ic:before{
    background: url(../images/common/prd-ic02.svg) no-repeat;
    background-size: cover;
}
#product-stage .inner .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    margin-left: auto;
    margin-bottom: 30px;
}
#product-stage .inner .row .column-l{
    width: 45%;
}
#product-stage .inner .row .column-l img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
#product-stage .inner .row .column-r{
    width: 52%;
}
#product-stage .inner .row .column-r .wrap{
    width: 94%;
}
#product-stage .inner .row .column-r .wrap strong{
    font-size: clamp(1.25rem, 0.821rem + 1.07vw, 1.625rem);
    color: var(--main-color);
    font-weight: 600;
}
#product-stage .inner .row .column-r .wrap p{
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
}
#product-stage .inner .row .column-r .safety-ic{
    max-width: 160px;
    display: block;
}
#product-stage .inner .row .column-r .safety-ic img{
    width: 100%;
    height: auto;
}
#product-stage .inner .row .column-r a.catalog-ic{
    width: 100%;
    border: 3px solid var(--main-color);
    border-radius: 50px;
    font-size: clamp(1.5rem, 1.071rem + 1.07vw, 1.875rem);
    font-weight: 600;
    box-sizing: border-box;
    margin-top: 15px;
    filter: drop-shadow(3px 4px 0 rgba(84, 163, 92, 1));
    background: #fff;
    transition: all  0.2s ease-out;
    padding: 30px ;
    display: block;
    color: var(--main-color);
    position: relative;
}
#product-stage .inner .row .column-r a.catalog-ic:hover{
    background: #fffbe1;
    filter: none;
}
#product-stage .inner .row .column-r a.catalog-ic span{
    display: block;
    margin-right: 50px;
}
#product-stage .inner .row .column-r a.catalog-ic:before{
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/product/ic-catalog.svg) no-repeat;
    background-size: cover;
    width: 57px;
    height: 57px;
}
#product-stage .inner .row .column-r a.contact-bt{
    display: block;
    background: var(--main-color);
    color: #ffff00;
    font-size: clamp(1.5rem, 0.714rem + 1.96vw, 2.188rem);
    font-weight: 600;
    line-height: 100%;
    padding: 25px;
    border-radius: 10vw 0 0 10vw;
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0 0 0;
}
/***********************************************
 product-movie
************************************************/
#product-movie{
    background: var(--sub-color);
    padding: 0 0 70px 0;
    z-index: -2;
    position: relative;
}
#product-movie .inner{
    max-width: 930px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
#product-movie .inner:before{
    position: absolute;
    content: "";
    left: -7%;
    top: 0;
    background: url(../images/product/bg-01.svg) no-repeat;
    background-size: cover;
    width: 30%;
    padding-top: 33.5%;
}
#product-movie .inner:after{
    position: absolute;
    content: "";
    right: -30%;
    bottom: -10%;
    background: url(../images/product/bg-02.svg) no-repeat;
    background-size: cover;
    width: 50%;
    padding-top: 25%;
    z-index: -2;
}
#product-movie .inner h2{
    position: relative;
    z-index: 5;
}
#product-movie .inner .column{
    padding: 25px;
    background: #fff;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    position: relative;
}
#product-movie .inner .column:before{
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    border: 2px solid var(--main-color);
    z-index: -1;
}
/***********************************************
 product-point
************************************************/
#product-point{
    background: url(../images/common/glid-bg.svg);
    padding: 70px 0;
    position: relative;
    z-index: 0;
}
#product-point:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: inline-block;
    width: 120px;
    height: 50px;
    background: #ecf5ed;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#product-point .inner{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
#product-point .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0;
}
#product-point .inner ul li{
    width: 31%;
    border: 2px solid var(--main-color);
    background: #fff;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    position: relative;
}
#product-point .inner ul li:before{
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid var(--main-color);
    background: var(--sub-color);
    border-radius: 15px;
    z-index: -1;
}
#product-point .inner ul li:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -48px;
    margin: auto;
    width: 95px;
    height: 96px;
}
#product-point .inner ul li:nth-of-type(1):after{
    background: url(../images/product/point-01.svg) no-repeat;
    background-size: cover;
}
#product-point .inner ul li:nth-of-type(2):after{
    background: url(../images/product/point-02.svg) no-repeat;
    background-size: cover;
}
#product-point .inner ul li:nth-of-type(3):after{
    background: url(../images/product/point-03.svg) no-repeat;
    background-size: cover;
}
#product-point .inner h3{
    background:  var(--main-color);
    margin: 20px 0;
    color: #fff;
    font-size: clamp(1.25rem, 0.964rem + 0.71vw, 1.5rem);
    font-weight: 500;
    line-height: 120%;
    padding: 15px 20px;
    border-radius: 8vw;
}
#product-point .inner dl{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#product-point .inner dl dt{
    flex: .95;
}
#product-point .inner dl dt strong{
    font-size: clamp(3.375rem, 1.804rem + 3.93vw, 4.75rem);
    font-weight: 700;
    color: #fff88b;
    line-height: 120%;
    text-shadow:5px 5px 0 var(--main-color), -2px -2px 0 var(--main-color),
              -2px 2px 0 var(--main-color), 2px -2px 0 var(--main-color),
              0px 2px 0 var(--main-color),  0 -2px 0 var(--main-color),
              -2px 0 0 var(--main-color), 2px 0 0 var(--main-color);
}
#product-point .inner dl dt h4{
    color: #fff88b;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 93px;
    background: var(--main-color);
    font-size: clamp(1.25rem, 0.964rem + 0.71vw, 1.5rem);
    border-radius: 50px;
    position: relative;
    margin: 10px 0 40px 0;
    padding: 0 20px;
}
#product-point .inner dl dt h4:before{
    position: absolute;
    content: "";
    right: 3%;
    bottom: -31px;
    background: url(../images/product/fuki.svg) no-repeat;
    width: 70px;
    height: 32px;
    background-size: cover;
}
#product-point .inner dl dd{
    margin: 0;

    width: 180px;
    box-sizing: border-box;
}
#product-point .inner dl dd img{
    width: 100%;
    height: auto;
}
#product-point .inner ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0;
}
#product-point .inner ol li{
    width: 31%;
    border: 2px solid var(--main-color);
    background: #fffce9;
    padding: 35px 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
#product-point .inner ol li:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
    background: url(../images/product/tape.svg) no-repeat;
    width: 108px;
    height: 47px;
    background-size: cover;
}
#product-point .inner ol li:before{
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(204, 227, 206, 1);
    mix-blend-mode: multiply;
    z-index: -1;
}
#product-point .inner ol li h5 img{
    display: block;
    max-width: 145px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#product-point .inner ol li h5 span{
    color: var(--main-color);
    font-size: clamp(1.5rem, 1.214rem + 0.71vw, 1.75rem);
    font-weight: 600;
    line-height: 120%;
    display: block;
    padding: 10px 0;
}
#product-point .inner a.more{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 430px;
    height: 90px;
    box-sizing: border-box;
    padding: 0 25px;
    color: var(--main-color);
    background: #fff;
    border: 3px solid var(--main-color);
    border-radius: 50px;
    font-size: clamp(1.25rem, 0.536rem + 1.79vw, 1.875rem);
    font-weight: 600;
    filter: drop-shadow(3px 4px 0 rgba(84, 163, 92, 1));
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}
#product-point .inner a.more:hover{
    background: #fffbe1;
    filter: none;
}
/***********************************************
 product-spec
************************************************/
#product-spec{
    background: var(--sub-color);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
#product-spec:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../images/product/spec-bg.webp) ;
    background-position: center center;
    background-size: 70% auto;
    opacity: .1
}
#product-spec .inner{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
#product-spec .inner .frm{
    border: 3px solid var(--main-color);
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 50px;
    filter: drop-shadow(5px 6px 0 rgba(84, 163, 92, 1));
}
#product-spec .inner .frm h3{
    font-size: clamp(1.5rem, 1.214rem + 0.71vw, 1.75rem);
    color: var(--main-color);
    font-weight: 600;
    padding: 0 0 15px 0;
    border-bottom: 3px solid #ffff00;
    position: relative;
    z-index: 0;
    margin: 0 0 20px 0;
}
#product-spec .inner .frm h3 span:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 70px;
    height: 3px;
    background: #000;
    z-index: 3;
}
#product-spec .inner .frm h3 span:after{
    position: absolute;
    content: "";
    left: 70px;
    bottom: -3px;
    width: 70px;
    height: 3px;
    background: #fe0000;
    z-index: 2;
}
#product-spec .inner .frm table{
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
}
#product-spec .inner .frm table th{
    background: var(--main-color);
    color: #fff;
    padding: 1.5em;
    white-space: nowrap;
    text-align: left;
    font-weight: 500;
}
#product-spec .inner .frm table td{
    background: var(--sub-color);
    padding: 1.5em;
}
#product-spec .inner .frm .link-bt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
}
#product-spec .inner .frm .link-bt li{
    width: 60%;
    border: 3px solid var(--main-color);
    border-radius: 50px;
    font-size: clamp(1.5rem, 1.071rem + 1.07vw, 1.875rem);
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 20px;
    filter: drop-shadow(3px 4px 0 rgba(84, 163, 92, 1));
    background: #fff;
    transition: all  0.2s ease-out;
}
#product-spec .inner .frm .link-bt li a{
    padding: 30px ;
    display: block;
    color: var(--main-color);
    position: relative;
}
#product-spec .inner .frm .link-bt li:hover{
    background: #fffbe1;
    filter: none;
}
#product-spec .inner .frm .link-bt li a span{
    display: block;
    margin-right: 50px;
}
#product-spec .inner .frm .link-bt li a.spec-ic:before{
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/product/ic-spec.svg) no-repeat;
    background-size: cover;
    width: 57px;
    height: 57px;
}
#product-spec .inner .frm .link-bt li a.zu-ic:before{
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/product/ic-zu.svg) no-repeat;
    background-size: cover;
    width: 57px;
    height: 57px;
}
#product-spec .inner .corabo{
    padding: 70px 0;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
#product-spec .inner .corabo img{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
#product-spec .inner .corabo h4{
    font-size: clamp(1.75rem, 1.179rem + 1.43vw, 2.25rem);
    margin: 20px 0;
    font-weight: 600;
}
#product-spec .inner .corabo p{
    font-size: clamp(1rem, 0.857rem + 0.36vw, 1.125rem);
    font-weight: 400;
    margin-bottom: 40px;
}
#product-spec .inner .corabo a.more{
    display: flex;
    align-items: center;
    max-width: 430px;
    height: 90px;
    box-sizing: border-box;
    padding: 0 55px 0 25px;
    color: var(--main-color);
    background: #fff;
    border: 3px solid var(--main-color);
    border-radius: 50px;
    font-size: clamp(1.625rem, 1.339rem + 0.71vw, 1.875rem);
    font-weight: 600;
    position: relative;
    filter: drop-shadow(3px 4px 0 rgba(84, 163, 92, 1));
    margin: 0 auto;
}
#product-spec .inner .corabo a.more:hover{
    background: #fffbe1;
    filter: none;
}
#product-spec .inner .corabo a.more:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar-ic.svg) no-repeat;
    background-size: cover;
    width: 54px;
    height: 54px;
}
/***********************************************
 contact
************************************************/
#contact{
    background: var(--sub-color);
    padding: 50px 0;
}
#contact .inner{
    max-width: 780px;
    width: 90%;
    margin: 0 auto;
}
#contact .inner h1 {
    margin: 0 0 1em 0;
}
#contact .inner h1 img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 900px) {
/***********************************************
 product-point
************************************************/
#product-point .inner h3{
    border-radius: 15px;
}
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
/***********************************************
 product-stage
************************************************/
#product-stage .inner h1{
    width: calc(100% - 40px);
    padding: 10px 10px;
}
#product-stage .inner h1 span{
    font-size: 24px;
    padding-left: 48px;
}
#product-stage .inner h1 span:before{
    width: 45px;
    height: 45px;
}
#product-stage .inner .row .column-l{
    width: 95%;
    margin-bottom: 20px;
}
#product-stage .inner .row .column-r{
    width: 100%;
}
#product-stage .inner .row .column-r .safety-ic{
    margin: 0 auto;
}
#product-stage .inner .row .column-r a.catalog-ic{
    padding: 20px 15px ;
    font-size: 20px;
	border-radius: 20px;
}
#product-stage .inner .row .column-r a.catalog-ic span{
    display: block;
    margin-right: 50px;
}
#product-stage .inner .row .column-r a.catalog-ic:before{
    right: 10px;
}
#product-stage .inner .row .column-r a.contact-bt{
    font-size: 22px;
    padding: 20px 0 20px 20px;
}
/***********************************************
 product-movie
************************************************/
#product-movie .inner .column{
    padding: 12px;
}
/***********************************************
 product-point
************************************************/
#product-point .inner h3{
    border-radius: 15px;
}
#product-point .inner ul li{
    width: 100%;
}
#product-point .inner ul li:not(:last-child){
    margin-bottom: 80px;
}
#product-point .inner dl dt{
    flex: auto;
    width: 100%;
}
#product-point .inner dl dt strong{
    font-size: 46px;
    text-shadow:4px 4px 0 var(--main-color), -2px -2px 0 var(--main-color),
              -2px 2px 0 var(--main-color), 2px -2px 0 var(--main-color),
              0px 2px 0 var(--main-color),  0 -2px 0 var(--main-color),
              -2px 0 0 var(--main-color), 2px 0 0 var(--main-color);
}
#product-point .inner dl dt h4:before{
    left: 25%;
    right: auto;
}
#product-point .inner dl dd{
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}
#product-point .inner ol li{
    width: 100%;
}
#product-point .inner ol li:not(:last-child){
    margin-bottom: 50px;
}
/***********************************************
 product-spec
************************************************/
#product-spec .inner .frm{
    padding:30px 20px;
}
#product-spec .inner .frm table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
    padding: 1em;
}
#product-spec .inner .frm table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
}
#product-spec .inner .frm .link-bt li{
    width: 100%;
    border-radius: 20px;
    font-size: clamp(1.5rem, 1.071rem + 1.07vw, 1.875rem);
}
#product-spec .inner .frm .link-bt li a{
    padding: 20px 15px ;
    font-size: 20px;
}
#product-spec .inner .frm .link-bt li a.spec-ic:before{
    right: 10px;
}
#product-spec .inner .frm .link-bt li a.zu-ic:before{
    right: 10px;
}
#product-spec .inner .corabo h4{
    text-align: left;
}
#product-spec .inner .corabo p{
    text-align: left;
}
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 350px) {
}
@media screen and (max-width: 300px) {

}