@charset "UTF-8";

/*******************************************************************
*
* visualSec
*
********************************************************************/
#visualSec {
    padding: 0;
}

#visualSec .inner {
    width: 100%;
    max-width: unset;
}
@media all and (-ms-high-contrast:none){
    #visualSec .inner {
        max-width: none;
    }
}


/***********************************************
* .swiper-container.top 
************************************************/
.swiper-container.top {
    pointer-events: none;
}

@keyframes swiper-anim00 {
    0% {
        transform: scale(1) translateY(0%);
    }
    100% {
        transform: scale(1.15) translateY(0%);
    }
}

.swiper-container.top .swiper-slide {
    position: relative;
    text-align: center;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.swiper-container.top .swiper-slide span  {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    background-size: cover;
    background-position: center;
    text-indent: -9999px;
}

.slide01 span {
    background-image: url(../img/visual01.jpg);
}
.slide02 span {
    background-image: url(../img/visual02.jpg);
}
.slide03 span {
    background-image: url(../img/visual03.jpg);
}
.slide04 span {
    background-image: url(../img/visual04.jpg);
}
.slide05 span {
    background-image: url(../img/visual05.jpg);
}

.swiper-slide-prev .slideimg,
.swiper-slide-duplicate-active .slideimg,
.swiper-container.top .swiper-slide-active .slideimg {
    width: 100%;
    animation: swiper-anim00 15s;
}

/***********************************************
* scroll-down
************************************************/
.scroll-down-box {
    position: absolute;
    bottom: -2px;
    left: 5%;
    width: 290px;
    background-color: #ffffff;
    z-index: 5;
}

.scroll-down {
    position: relative;
    display: block;
    font-weight: 300;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    color: #d4003b;
    padding: 1em 0 1em 3em;
}

.scroll-down::after,
.scroll-down::before {
    content: "";
    position: absolute;
    border-right: 1px solid #d4003b;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.scroll-down::before {
    height: 26px;
    left: 18px;
    animation-name: arrow01;
}

.scroll-down::after {
    height: 10px;
    transform: rotate(45deg);
    left: 22px;
    animation-name: arrow02;
}

@keyframes arrow01 {
    0% {
        top: -15px;
    }
	20% {
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes arrow02 {
    0% {
        top: 2px;
    }
	20% {
        opacity: 1;
    }
    100% {
        top: 42px;
        opacity: 0;
    }
}

/*******************************************************************
*
* Sec01
*
********************************************************************/
#Sec01 .inner {
    margin: auto;
}

#Sec01 .inner ul {
    display: flex;
    margin: auto;
}

#Sec01 .inner ul li {
    position: relative;
    margin: auto;
    width: 450px;
    height: 520px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
}

#Sec01 .inner ul li:hover {
    transform: translate(-5px, -5px);
    box-shadow: 5px 5px 0px 0px #d4003b ;
}

#Sec01 .inner ul li:hover .btn04 span {
    background: #ff0048;
    border: 1px solid #ff0048;
}

#Sec01 .inner ul li:nth-of-type(1) {
    background-image: url(../img/sec1_1.jpg);
}

#Sec01 .inner ul li:nth-of-type(2) {
    background-image: url(../img/sec1_2.jpg);
}

#Sec01 .inner ul li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#Sec01 .inner ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#Sec01 .inner ul li a h2 {
    position: relative;
    color: #ffffff;
    text-align: center;
    top: -10%;
}

#Sec01 .inner ul li a .btn04 {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
}

/*******************************************************************
*
* Sec02
*
********************************************************************/
#Sec02 {
    margin: auto;
    background: linear-gradient(-35deg, #f1f1e2, #fefefc);
    padding-top: 175px;
}

#Sec02 .inner {
    position: relative;
    margin: auto;
}

#Sec02 .inner .txtimg {
    position: absolute;
    top: -250px;
    left: 230px;
    width: 800px;
    height: 150px;
    transform: rotate(-10deg);
    z-index: 2;
}

#Sec02 .inner ul {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    min-width: 940px;
}

#Sec02 .inner ul li {
    position: relative;
    margin: 0 auto;
    margin-bottom: 55px;
    width: 300px;
    min-width: 300px;
}

#Sec02 .inner ul li img {
    display: block;
    width: 100%;
}

#Sec02 .inner ul li .imgblock {
    width: 100%;
}

#Sec02 .inner ul li .detail {
    width: 100%;
    padding: 25px 20px 0px 20px;
    text-align: center;
}

#Sec02 .inner ul li .detail span {
    font-family: "Lato", sans-serif;
    font-size: 28px;
}

#Sec02 .inner ul li .detail p {
    margin-top: 5px;
}

#Sec02 .inner .btn05 {
    width: 300px;
    background-color: #d4003b;
    border: 1px solid #d4003b;
    text-align: center;
    margin: auto;
    transition: 0.3s;
}
#Sec02 .inner .btn05 a {
    color: #ffffff;
    display: block;
    padding: 1em 0;
    transition: 0.3s;
}
#Sec02 .inner .btn05:hover {
    background-color: #ffffff;
}
#Sec02 .inner .btn05:hover a {
    color: #d4003b;
}

/*******************************************************************
*
* Sec03
*
********************************************************************/
#Sec03 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(../img/img10.jpg);
    height: 550px;
}

#Sec03::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#Sec03 .inner {
    position: relative;
    margin: auto;
    text-align: center;
}

#Sec03 .inner h2 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 30px;
}

#Sec03 .inner p {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 60px;
}

#Sec03 .inner div {
    width: 400px;
    margin: auto;
    text-align: center;
}

#Sec03 .inner div a {
    display: block;
    border: 1px solid #ffffff;
    padding: 1em 3em;
    transition: 0.3s;
    color: #000000;
    font-size: 20px;
    letter-spacing: 3px;
    background-color: #fff;
}

#Sec03 .inner div a:hover {
    background-color: #d4003b;
    border: 1px solid #d4003b;
    color: #ffffff;
}




/*******************************************************************
*
* video_sec
*
********************************************************************/
#video_sec .inner {
    position: relative;
    margin: auto;
}
#video_sec .inner .txtimg {
    position: absolute;
    top: -58px;
    left: -95px;
    width: 250px;
    height: 120px;
    transform: rotate(-10deg);
    z-index: 10;
}
#video_sec .inner .videobox {
    margin-bottom: 55px;
}
#video_sec .inner .btn05 {
    width: 300px;
    background-color: #d4003b;
    border: 1px solid #d4003b;
    text-align: center;
    margin: auto;
    transition: 0.3s;
}
#video_sec .inner .btn05 a {
    color: #ffffff;
    display: block;
    padding: 1em 0;
    transition: 0.3s;
}
#video_sec .inner .btn05:hover {
    background-color: #ffffff;
}
#video_sec .inner .btn05:hover a {
    color: #d4003b;
}
