@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
#specialcms-wrap>*,
#specialcms-wrap>*:before,
#specialcms-wrap>*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
	margin: 0;
	padding: 0;
}
html{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	/* font-size: 100%; */
	scroll-behavior: smooth;
}
#specialcms a{
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
}
#specialcms a:link,
#specialcms a:hover,
#specialcms a:visited{
    font-style: normal;
}
#specialcms header {
    width: 100%;
    z-index: 2;
    position: sticky;
    top: 0.8rem;
}
#specialcms img {
	max-width: 100%;
}
#specialcms ul {
    list-style: none;
}
#specialcms h1 {
    font-size: .2rem;
    font-weight: 500;
    margin-left: 10px;
}
#specialcms h2, 
#specialcms h3 {
    font-size: .30rem;
    font-weight: 600;
    line-height: 1.6;
}
#specialcms h4 {
    font-size: .25rem;
    font-weight: 600;
    line-height: 1.6;
}
#specialcms .p_sp{
    display: none;
}
#specialcms .p_spp{
    display: none;
}
#specialcms .p_tb{
    display: none;
}

/* header */
#specialcms #header_2nd {
    display: flex;
    justify-content: space-between;
	background: #000;
    color: #fff;
    padding: 0 0.2rem;
    height: .5rem;
    line-height: .5rem;
}
#specialcms #header_2nd h1 {
    width: 30%;
    font-size: .2rem;
    letter-spacing: .05rem;
}
#specialcms #header_2nd nav {
    width: 70%;
    text-align: right;
}
#specialcms #header_2nd ul {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 0.5rem;
    line-height: .5rem;
}
#specialcms #header_2nd li {
    padding: 0 5px;
    font-weight: 400;
}
/* mainvisual */
#specialcms .tmov{
    position: relative;
    height: calc(100vh - 1.3rem);
    overflow: hidden;
}
#specialcms .timg{ /* 動画が無い場合 */
    position: relative;
    /* height: calc(100vh - 1.3rem); */
    overflow: hidden;
}
#specialcms #top_visual video{
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#specialcms #main_sp{
    display: none;
}
/* sec01  */
#specialcms .title01 {
    text-align: center;
    padding: .8rem 0;
}
#specialcms h2 >span {
    display: block;
    letter-spacing: .05rem;
}
#specialcms h3 >span,
#specialcms h4 >span{
    display: block;
}

#specialcms h2 >sup,
#specialcms h3 >sup,
#specialcms h4 >sup{
    display: inline-block;
    font-size: .1rem;
    top: -.1rem;
}

#specialcms pack {
    letter-spacing: -10px;
}
#specialcms #sec01 p {
    font-size: .18rem;
    font-weight: 500;
    line-height: 1.6;
    padding: .2rem 0 0;
}
#specialcms #sec01 ul.list01 li{
    width: 100%;
    height: auto;
    color: #000;
    position: relative;
}
#specialcms #sec01 ul.list01 li.li_white{
    color: #fff;
}
#specialcms #sec01 ul.list01 li.li_left div{
    position: absolute;
    top: 50%;
    left: 0.8rem;
    transform: translateY(-50%);
}
#specialcms #sec01 ul.list01 li.li_right div{
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
}
#specialcms a.btn {
    font-size: .20rem;
    border: 1.8px solid;
    border-radius: 10px;
    display: inline-block;
    margin: 0.3rem 0 0 0;
}
#specialcms a:hover {
    color:#007083;
}
#specialcms attr {
    display: inline-block;
    font-size: .8em;
    margin-top: 5px;
}
#specialcms attr.span {
    display: inline-block !important;
}
#specialcms small {
    display: block;
    font-size: .8em;
    margin-top: 5px;
}
#specialcms small.span {
    display: inline-block !important;
}

#specialcms .clear {
    display: block;
    font-size: .8em;
}

/* sec02 */
#specialcms #sec02 .title02 {
    padding: .6rem 0;
}
#specialcms #sec02 .title02 h2 {
    color: #808080;
    font-size: .5rem;
    letter-spacing: .1rem;
    padding: 0 0 0 0.8rem;
}
#specialcms #sec02 ul.list02 li{
    width: 100%;
    height: auto;
    position: relative;
}
#specialcms #sec02 p {
    font-size: .18rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 0.1rem 0 0;
}
#specialcms #sec02 ul.list02 li.li_left div{
    min-width: 20%;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
}
#specialcms #sec02 ul.list02 li.li_right div {
    min-width: 20%;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
}
#specialcms .li_white div{
    color: #fff;
}
#specialcms .attr,
#specialcms attr {
    font-size: 13px;
    display: block;
    line-height: .2rem;
}
#specialcms section#sec02 ul.list02 p >span {
    font-size: .5em;
    vertical-align: top;
}
#specialcms section#sec02 ul.list02 p >span br{
    display: block;
    content: "";
    margin: -20px 0;
}
#specialcms section#sec02 ul.list02 p >sup {
    font-size: .1rem;
    position: relative;
    top: -0.1rem;
}
#specialcms section#sec02 ul.list02 p >sup br{
    display: block;
    content: "";
    margin: -20px 0;
}
#specialcms #sec02 ul.list02 li img:nth-of-type(even) {
    display: none;
}
/* sec03 */
#specialcms .title03 h2 {
    font-size: .4rem;
    letter-spacing: .05rem;
}
#specialcms .title03 {
    padding: 1rem 0;
    width: 90%;
    margin: 0 auto;
}
#specialcms #sec03 table.product_line  {
    width: 90%;
    margin: 0 auto;
}
#specialcms #sec03 table.product_line tr{
    display: flex;
    justify-content:space-between;
}
#specialcms #sec03 table.product_line td {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #C9C9CA;
}
#specialcms #sec03 table.product_line td:nth-of-type(odd) {
    margin-right: 0.4rem
}
#specialcms #sec03 table.product_line p {
    width: 60%;
    font-size: .22rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#specialcms #sec03 table.product_line img {
    width: 15%;    
    display: flex;
    justify-content: end;
}
#specialcms #sec03 table.product_line attr {
    width: 10%;
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: .8em;
    color: #C9C9CA;
}
#specialcms #sec03 table.product_line small {
    width: 10%;
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: .8em;
    color: #C9C9CA;
}

/* --------------------
		fade up
-------------------- */
/* 下から上 */
#specialcms .fade {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 2s, transform 1.5s;
}
/* 上から下 */
#specialcms .fade2 {
	opacity: 0;
	transform: translateY(-40px);
	transition: opacity 2s, transform 1.5s;
}
#specialcms .fade.active {
	opacity: 1;
	transform: translateY(0px);
}
#specialcms #sec01 ul.list01 li img:nth-of-type(even){
    display: none;
}

/* --------------------
		SP
-------------------- */
@media screen and (max-width: 1281px) {
    #specialcms h2, 
    #specialcms h3 {
        font-size: .25rem;
    }
    #specialcms h4 {
        font-size: .17rem;
    }
    #specialcms #sec01 p {
        font-size: .15rem;
    }
    #specialcms #sec02 .title02 h2 {
        font-size: .3rem;
    }
    #specialcms #sec02 p {
        font-size: .14rem;
    }
    #specialcms section#sec02 ul.list02 p >sup {
        top: -0.05rem;
    }
}
@media screen and (max-width: 961px) {
    #specialcms header {
        top: 0.78rem;
    }
    #specialcms #header_2nd nav ul li a{
        padding: 0px !important;
        letter-spacing: -0.2px;
    }
    #specialcms #header_2nd h1 {
        display: none;
    }
    #specialcms #header_2nd nav {
        width: 100%;
    }
    #specialcms #header_2nd ul {
        justify-content: center;
    }
    #specialcms #header_2nd {
        padding: 0 .1rem;
        font-size: 60%;
    }
    #specialcms #main_sp{
        display: block;
    }
    #specialcms #top_visual video {
        object-fit: contain;
        position: static;
    }
    #specialcms #main_pc{
        display: none;
    }
    #specialcms #top_visual {
        height: auto;
    }
    #specialcms .p_spp{
        display: block;
    }
    #specialcms .p_tb{
        display: block;
    } 
    #specialcms #sec01 ul.list01 li img:nth-of-type(even){
        display: block;
    }
    #specialcms #sec01 ul.list01 li img:nth-of-type(odd){
        display: none;
    }
    #specialcms #sec01 ul.list01 li div {
        position: static !important;
        transform: none !important;
        text-align: center;
    }
    #specialcms #sec01 ul.list01 li {
        color: #000;
    }
    #specialcms #sec01 ul.list01 li div {
        padding: 0.4rem 0.1rem;
    }
    #specialcms #sec02 ul.list02 li.li_left div,
    #specialcms #sec02 ul.list02 li.li_right div {
        position: static;
        transform: none;
        text-align: center;
    }
    #specialcms #sec02 ul.list02 li div {
        padding: 0.4rem 0.1rem;
    }
    #specialcms .li_white div {
        color: #000;
    }
}
@media screen and (max-width: 481px) {
    #specialcms header {
        top: 0.76rem;
    }
    #specialcms #header_2nd nav ul li a{
        padding: 0px !important;
    }
    #specialcms #header_2nd {
        padding: 0 .1rem;
        font-size: 50%;
    }
    #specialcms h2, 
    #specialcms h3 {
        font-size: .18rem;
    }
    #specialcms h4 {
        font-size: .14rem;
        margin-bottom: 30px !important;
    }
    #specialcms .p_sp {
        display: block;
        margin: 0 0.2rem;
    }
    #specialcms .p_spp{
        display: block;
    }
    #specialcms .p_tb{
        display: block;
    } 
    #specialcms .p_pc{
        display: none;
    }
    #specialcms .title01 {
        padding: 0.8rem 0.1rem;
    }
    #specialcms #sec01 p {
        font-size: .13rem;
    }
    #specialcms a.btn {
        font-size: .18rem;
        margin: 0.2rem 0 0 0;
        padding: 0.01rem 0.15rem ;
    }
    #specialcms #sec02 .title02 h2 {
        padding: 0;
        text-align: center;
    }
    #specialcms #sec02 .title02 {
        padding: 0.4rem 0;
    }
    #specialcms #sec02 ul.list02 li img:nth-of-type(odd) {
        display: none;
    }
    #specialcms #sec02 ul.list02 li img:nth-of-type(even) {
        display: block;
    }
    #specialcms #sec03 table.product_line tr {
        display: block;
    }
    #specialcms #sec03 .title03 {
        padding: 0.4rem 0;
    }
    #specialcms #sec03 .title03 h2 {
        font-size: .3rem;
    }
    #specialcms attr {
        font-size: .6em;
    }
    #specialcms small {
        font-size: .6em;
    }
}
@media screen and (max-width: 410px){
    #specialcms #header_2nd {
        font-size: 48%;
    }
}

