@charset "UTF-8";
/*
Theme Name:Switch child
Version:1.4
Template: switch_tcd063
*/

a{
    transition: all ease .3s;
    cursor: pointer;
}
a:hover {
    opacity: 0.5;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.youtube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.btn-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.btn-wrap.center{
    justify-content: center;
}
.btn-wrap.right{
    justify-content: right;
}
.btn-wrap>a{
    color: #ffffff !important;
    min-width: 280px;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    padding: 1em 1.5em;
    background: #000000;
    border-radius: 40px;
}
.btn-wrap>a:hover{
    text-decoration: none;
}


/* ------------------------------

    header layout

 ------------------------------ */

@media (min-width: 1200px){
	.l-header__inner{
	    display: flex;
	    flex-wrap: wrap;
	    height: auto;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.p-global-nav{
	    width: calc(100% - 270px);
	    line-height: 1;
	}
	.p-global-nav > ul{
	    display: inline-flex;
	    flex-wrap: wrap;
	    gap: 0.5em 2em;
	    justify-content: right;
	    width: 100%;
	}
	.p-global-nav > ul > li > a{
	    padding: 0.5em 0;
	}
}
.p-global-nav .sub-menu li > a:hover{
    opacity: 1 !important;
}

/* ------------------------------

    product item-list-page

 ------------------------------ */

#product.item-list-page{
}
#product.item-list-page h3{
    color: #ffffff;
    font-size: 160%;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 0.3em 0.8em;
    margin-bottom: 1em;
    background: #000000;
}
#itemList-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-left: 0;
}
#itemList-wrap>li{
    width: calc((100% - 56px) / 3);
    border-radius: 20px;
    border: solid 1px #cccccc;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    list-style-type: none;
}
#itemList-wrap>li a{
    padding: 20px;
}
#itemList-wrap>li a:hover{
    text-decoration: none !important;
}
#itemList-wrap>li figure.thumbnail{
    width: 100%;
    aspect-ratio: 800 / 533;
    position: relative;
}
#itemList-wrap>li figure.thumbnail img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#itemList-wrap>li .text-wrap>*:last-child{
    margin-bottom: 0;
}
#itemList-wrap>li h4.item-name{
    font-weight: 600;
    font-size: 135%;
    line-height: 1.6;
    margin-bottom: 0.3em;
}
#itemList-wrap>li p:not([class]){
    font-size: 100%;
    line-height: 1.8;
}
@media (min-width: 991px){
	#itemList-wrap>li{
	    width: calc((100% - 56px) / 3);
	}
	#itemList-wrap>li a{
	    display: grid;
	}
	#itemList-wrap>li figure.thumbnail{
 	   margin-bottom: 16px;
	}
}
@media (max-width: 990px){
	#itemList-wrap>li{
	    width: 100%;
	}
	#itemList-wrap>li a{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 20px;
	}
	#itemList-wrap>li figure.thumbnail{
	    width: 35%;
	}
	#itemList-wrap>li .text-wrap{
	    width: calc(65% - 20px);
	}
}

/* ------------------------------

    product item-detail

 ------------------------------ */

#product.item-detail{
}
#product.item-detail>*{
}
#product.item-detail h3{
    font-size: 240%;
}
#product.item-detail nav.item-sub-nav{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#product.item-detail nav.item-sub-nav ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em 0;
    justify-content: right;
    margin-left: 0;
}
#product.item-detail nav.item-sub-nav ul>li{
    font-size: 100%;
    font-weight: 600;
    list-style-type: none !important;
    line-height: 1.6;
    padding: 0 1em;
    border-left: solid 1px #cccccc;
}
#product.item-detail nav.item-sub-nav ul>li:last-child{
    border-right: solid 1px #cccccc;
}
#product.item-detail nav.item-sub-nav ul>li>a{
    display: inline-block;
    text-decoration: underline;
}
#product.item-detail nav.item-sub-nav ul>li>a.disable{
    color: #999999;
    text-decoration: none;
    pointer-events: none;
}
#product.item-detail .freehtml{
}
#product.item-detail .freehtml>*{
    text-align: justify;
    margin-bottom: 2rem !important;
}
#product.item-detail .freehtml p{
    font-size: 100%;
    line-height: 2;
    font-weight: 500;
}
#product.item-detail .freehtml h4{
    color: #fff;
    padding: 0.6em 1em;
    margin-bottom: 1em;
    background-color: #ff8f20;
}
#product.item-detail .freehtml h5{
    font-size: 110%;
    line-height: 1.6;
    padding-bottom: 0.3em;
    border-bottom: solid 4px #cccccc;
}
#product.item-detail .freehtml h6{
}
#product.item-detail .flex-wrap>.text-wrap>*:last-child{
    margin-bottom: 0 !important;
}

@media (min-width: 991px){
	#product.item-detail .flex-wrap{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 28px;
	}
	#product.item-detail .flex-wrap>figure{
	    width: 35%;
            text-align: center;
	}
	#product.item-detail .flex-wrap>.text-wrap{
	    width: calc(65% - 28px);
	}
	#product.item-detail .flex-wrap>.left{
	    order: 1;
	}
	#product.item-detail .flex-wrap>.right{
	    order: 2;
	}
	#product.item-detail .flex-wrap.box2,
	#product.item-detail .flex-wrap.box3{
	}
	#product.item-detail .flex-wrap.box2>*{
	    width: calc((100% - 28px) / 2);
	}
	#product.item-detail .flex-wrap.box3>*{
	    width: calc((100% - 56px) / 3);
	}
}
@media (max-width: 990px){
	#product.item-detail .flex-wrap{
	    display: grid;
	    gap: 1em;
	}
	#product.item-detail .flex-wrap>figure{
	    text-align: center;
	}
}

#product.item-detail figcaption{
    font-size: 90%;
    padding-top: 0.8em;
}
#product.item-detail .img2,
#product.item-detail .img3,
#product.item-detail .img4{
    display: flex;
    gap: 28px;
    justify-content: center;
}
#product.item-detail .img2 figure,
#product.item-detail .img3 figure,
#product.item-detail .img4 figure{
    text-align: center;
}
#product.item-detail .img2 figure{
    width: calc((100% - 28px) / 2);
}
#product.item-detail .img3 figure{
    width: calc((100% - 56px) / 3);
}
#product.item-detail .img4 figure{
    width: calc((100% - 84px) / 4);
}
#product.item-detail dl.spec-table{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 0;
}
#product.item-detail dl.spec-table dt,
#product.item-detail dl.spec-table dd{
    line-height: 1.8;
    margin-bottom: 0;
    padding-bottom: 0.3em;
    border-bottom: solid 1px #cccccc;
}
#product.item-detail dl.spec-table dt{
    width: 25%;
}
#product.item-detail dl.spec-table dd{
    width: calc(75% - 1em);
}
#product.item-detail table{
    width: 100%;
    margin-bottom: 2rem;
    border-collapse: collapse;
    border-spacing: 1px;
    background: #cccccc;
}
#product.item-detail table th,
#product.item-detail table td{
    font-size: 100%;
    line-height: 1.8;
    padding: 0.5em 1em;
    background: #ffffff;
}
#product.item-detail table th{
    font-weight: 600;
}
#product.item-detail table td{
    font-weight: 500;
}

/* company */
.flex-wrap.message>.text-wrap>*:last-child{
    margin-bottom: 0 !important;
}
@media (min-width: 991px){
	.flex-wrap.message{
	    display: flex;
	    flex-wrap: wrap;
	    gap: 28px;
	    margin-bottom: 1.8em;
	}
	.flex-wrap.message>figure{
	    width: 35%;
            text-align: center;
	    border-radius: 28px;
	    overflow: hidden;
	}
	.flex-wrap.message>.text-wrap{
	    width: calc(65% - 28px);
	}
	.flex-wrap.message>.left{
	    order: 1;
	}
	.flex-wrap.message>.right{
	    order: 2;
	}
}
@media (max-width: 990px){
	.flex-wrap.message{
	    display: grid;
	    gap: 1em;
	    margin-bottom: 1.8em;
	}
	.flex-wrap.message>figure{
	    max-width: 340px;
	    text-align: center;
	    margin: 0 auto 1.8em;
	    border-radius: 28px;
	    overflow: hidden;
	}
}

/* ----- home slide ----- */

#mv{
    padding-bottom: 80px;
    background: #000000;
}
.l-main .metaslider .flex-viewport{
    overflow: inherit !important;
}
.l-main .metaslider .caption-wrap{
}
.l-main .metaslider .caption-wrap .caption{
    padding: 1em 2.5vw;
}
.l-main .metaslider .caption-wrap .caption>p{
    font-size: 105%;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
.l-main .metaslider .caption-wrap .caption>p strong{
    font-size: 145%;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.l-main .metaslider .flex-control-nav{
}
.l-main .metaslider .flex-control-nav>li a{
    background: #ffffff !important;
    opacity: 0.4;
}
.l-main .metaslider .flex-control-nav>li a.flex-active{
    opacity: 1;
}


.p-index-content03{
    gap: 28px 2%;
    justify-content: center;
}
.p-index-content03__item{
    width: calc((100% - 6%) / 4);
}
.p-index-content03 .p-triangle::before{
    border-width: 24px;
}
.p-hover-effect--type1 img{
}