@charset "utf-8";


.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1220px;
}

.onlyPc {
    display: block !important;
}

.onlySp {
    display: none !important;
}

.section.margin {
    margin-bottom: 79px;
}

.headingH2 {
    padding-bottom: 0.48em;
    margin-bottom: 79px;
    border-bottom: 3px solid #000;
    color: #000000;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.headingH2.noborder {
    padding-bottom: 0;
    border-bottom: none;
}

.headingH2.tal {
    text-align: left;
}

.headingH2.white {
    color: #fff;
}

@media screen and (max-width: 1400px){
    .wrap {
        padding: 0 5%;
    }
}

@media (max-width: 768px) {
    .onlyPc {
        display: none !important;
    }

    .onlySp {
        display: block !important;
    }

    .headingH2 {
        margin-bottom: 40px;
        font-size: 40px;
    }
}


/* ==========================================================================
producList
========================================================================== */
.wrapInner {
    margin: 0 auto;
    width: 90%;
    max-width: 1090px;
}

@media (max-width: 960px) {
    .wrapInner {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .wrapInner {
        width: 100%;
    }
}

.producList {
    width: 100%;
}

.product.spList {
    display: none !important;
}

.product.pcSmall,
.product.pcLarge {
    display: none;
}

.producList ul {
    display: flex;
	flex-wrap: wrap;
    padding: 0.2%;
}

.producList ul li {
    padding: 2% 0;
    margin-bottom: 25px;
    margin-left: 25px;
    width: calc(25% - 19px);
    border: 1px solid #707070;
}

.producList ul li:nth-child(1),
.producList ul li:nth-child(5) {
    margin-left: 0;
}

.owl-carousel .producList ul {
    flex-direction: column;
    padding: 1%;
}

.owl-carousel .producList ul li {
    padding: 8% 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
}

.owl-carousel .producList ul li:first-child {
    margin-bottom: calc(20px + 2%);
}

@media (max-width: 768px) {
    .product.pcSmall,
    .product.pcLarge {
        display: none !important;
    }

    .product.spList {
        display: block !important;
    }

    .producList ul {
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .producList ul li {
        padding: 4%;
        margin-bottom: 10px;
        margin-left: 0;
        width: calc(50% - 5px);
    }
    
    .producList ul li:first-child {
        margin-bottom: 10px;
    }
}

/* detail
-------------------------------------*/
.producList ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.producList ul li .itemWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.producList ul li .itemPic {
    display: flex;
    align-items: center;
    justify-content: center;
}

.producList ul li .itemPic img {
    width: auto;
    max-width: 100%;
    height: 15vw;
    max-height: 145px;
}

.producList ul li .itemDetail,
.owl-carousel .producList ul li .itemDetail {
    flex: 1;
    padding: 0 8%;
}

.producList ul li .itemDetail > span {
    color: #000000;
    font-size: 15px;
    transition: color 0.15s ease 0s;

    padding: 24px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.3em;
}

.producList ul li a:hover .itemDetail > span {
    color: #0070b0;
}

@media (max-width: 768px) {
    .producList ul li .itemDetail,
    .owl-carousel .producList ul li .itemDetail {
        padding: 0;
    }

    .producList ul li .itemPic img {
        max-height: auto;
        height: 36vw;
    }
}


/* owl-nav
-------------------------------------*/
.owl-carousel.product {
    width: 100%;
    margin: 0 auto;
}

.owl-carousel.product .owl-nav [class*=owl-] {
    background: none transparent;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 80px;
    height: 100px;
    opacity: 0.5;
    transition: opacity 0.15s ease 0s, left 0.15s ease 0s;
}

.owl-carousel.product .owl-nav [class*=owl-]::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    display: block;
    width: 37px;
    height: 100px;
    background: url(/img/itemList_arrow.png) no-repeat center center/contain;
    transition: all 0.15s ease 0s;
}

.owl-carousel.product .owl-nav [class*=owl-] span {
    display: none;
}

.owl-carousel.product .owl-nav .owl-prev {
    left: -80px;
}

.owl-carousel.product .owl-nav .owl-next {
    right: -80px;
    transform: translateY(-50%) rotate(180deg);
}

.owl-carousel.product .owl-nav [class*=owl-]:hover,
.owl-carousel.product .owl-nav [class*=owl-]:focus {
    opacity: 1;
}

.owl-carousel.product .owl-nav [class*=owl-]:hover::after,
.owl-carousel.product .owl-nav [class*=owl-]:focus::after {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}



/* ==========================================================================
mainSlide
========================================================================== */
#mainSlide {
    margin-top: 160px;
    height: 100vh;
    /* height: calc(100vh - 160px); */
}

#mainSlide>div {
    background: #fff no-repeat center center;
}

#mainSlide .mc1_Slogan1 {
    position: relative;
    margin-top: 0 !important;
    padding-bottom: 0.2em;
    width: auto;
    font-size: clamp(50px,5vw,60px);
    font-weight: 300;
    transition: none;
}

#mainSlide .mainCarousel1 {
    background-size: 135% auto;
    z-index: 2;
    opacity: 0;
}

#mainSlide.slide1 .mainCarousel1 .mc1_Slogan1, 
#mainSlide.slide2 .mainCarousel2 .mc1_Slogan1, 
#mainSlide.slide3 .mainCarousel3 .mc1_Slogan1, 
#mainSlide.slide4 .mainCarousel4 .mc1_Slogan1,
#mainSlide.slide5 .mainCarousel5 .mc1_Slogan1,
#mainSlide .mc1_Slogan1 span {
    width: auto;
}

#mainSlide .mc1_Slogan2 {
    position: relative;
    /*margin-top: 10px !important;*/
    margin-top: 0 !important;
    font-size: 22px;
    transition: opacity 1s ease-in 1.5s !important;
}

#mainSlide .container {
    margin: 0 auto !important;
}

/* text-align */
#mainSlide .container .mainText {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#mainSlide .container .mainText.left {
    left: 0;
    text-align: left;
}

#mainSlide .container .mainText.center {
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

#mainSlide .container .mainText.right {
    right: 0;
    text-align: right;
}

/* btn-group */
#mainSlide .btn-group{
    position: absolute;
    height: 100px;
    top: auto;
    bottom: 50px;
    text-align: center;
    opacity: 1;
    z-index: 5;
    background: transparent;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

#mainSlide .btn-group button{
    width: auto;
    height: 80px;
    border: none;
    background: none !important;
    opacity: 1 !important;
    vertical-align: top;
}

#mainSlide .btn-group button img{
    height: 80px;
}

#mainSlide .btn-group button {
    padding: 10px;
}

#mainSlide .btn-group button span {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #fff;
    border: 1px solid #cdd0d2;
    border-radius: 50%;
    transition: all 0.3s;
}

#mainSlide .btn-group button.active span {
    width: 57px;
    border-radius: 11px;
    background: #05141f;
}

@media (max-width: 960px) {
    #mainSlide .mc1_Slogan1 span {
        font-size: 48px;
    }
}

@media (max-width: 768px){
    #mainSlide {
        margin-top: 60px;
    }

    #mainSlide .container .mainText {
        width: 100%;
    }
    
    #mainSlide .btn-group button{
        height: 40px;
    }
    
    #mainSlide .btn-group button img{
        height: 40px;
    }

    #mainSlide .mc1_Slogan2 {
        margin-top: 2px !important;
        font-size: 17px;
    }
    
    #mainSlide .mc1_Slogan1 span {
        font-size: 42px;
        line-height: 1.2em;
    }
}

/* mainSlide video
-------------------------------------*/
#mainSlide > .image .videoArea {
    display: none;
}

/* video */
#mainSlide > .video {
    background-image: none !important;
}

#mainSlide > .video .videoArea {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

#mainSlide > .video .videoArea .videoAreaInner {
    position: relative;
    width: 100%;
    height: 100%;
}

#mainSlide > .video .videoArea video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

#mainSlide > .video .container {
    z-index: 2;
}

@media (max-width: 768px){
    #mainSlide > .video .videoArea video {
        width: auto;
        height: 100%;
    }
}



/* ==========================================================================
copyBtn snackbar
========================================================================== */
.copyBtn,
.copyBtnNon {
    display: flex;
    cursor: pointer;
}

.snackbar {
    display: none;
    position: fixed;
    top: -3%;
    left: 50%;
    padding: 1em 4em 1em 2em;
    width: max-content;
    text-align: center;
    background: #333333;
    border-radius: 10px;
    z-index: 10;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s;
    pointer-events: none;
}

.snackbar .snackbarWrap {
    display: flex;
    align-items: center;
}

.snackbar .snackbarWrap p {
    color: #fff !important;
}

.snackbar span {
    display: flex;
    align-items: center;
    width: 16px;
    border-radius: 50%;
    background: #27d935;
    box-sizing: border-box;
}

.snackbar img {
    width: 100%;
}

.snackbar p {
    margin-left: 1em;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.snackbar.slide {
    display: block;
    animation: 3s slidein;
}


@keyframes slidein {
    from { top: -3%; opacity: 0; display: none; }
    20% { top: 2%; opacity: 1; display: block; }
    70% { top: 2%; opacity: 1; display: block; }
    to { top: -3%; opacity: 0; display: none;}
}

.owl-carousel .producList ul li .itemDetail {
    min-height: 65px;
}
