@charset "UTF-8";

/* CSS Document */

/*====================================

    main

====================================*/

.main {
    width: 100%;
    height: 100vh;
    pointer-events: none;
    margin-bottom: 200px;
}
.main .inner {
    position: relative;
}
.main .box {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: auto;
    overflow: hidden;
}
.main .box .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: bgAnime 30s infinite;   /* 4画像 × 各5s = 20s */
}
.main .box .src1 {
    background: url(../images/slide_img_01.jpg) center center;
    background-size: cover;
}
.main .box .src2 {
    background: url(../images/slide_img_02.jpg) center center;
    background-size: cover;
    animation-delay: 5s;
}
.main .box .src3 {
    background: url(../images/slide_img_03.jpg) center center;
    background-size: cover;
    animation-delay: 10s;
}
.main .box .src4 {
    background: url(../images/slide_img_04.jpg) center center;
    background-size: cover;
    animation-delay: 15s;
}
.main .box .src5 {
    background: url(../images/slide_img_05.jpg) center center;
    background-size: cover;
    animation-delay: 20s;
}
.main .box .src6 {
    background: url(../images/slide_img_06.jpg) center center;
    background-size: cover;
    animation-delay: 25s;
}
@keyframes bgAnime {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.scrolldown1 {
    position:absolute;
    left: 50%;
    bottom: 10px;
    height: 50px;
}
.scrolldown1 span {
    position: absolute;
    left: -20px;
    top: -20px;
    color: #411600;
    font-size: 90%;
    letter-spacing: 0.1em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.scrolldown1::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #411600;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}
@keyframes pathmove{
    0%{
        height: 0;
        top: 0;
        opacity: 0;
    }
    30%{
        height: 30px;
        opacity: 1;
    }
    100%{
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

/*====================================

    warp_atmosphere

====================================*/

.warp_atmosphere {
    position: relative;
    margin-bottom: 200px;
}
.warp_atmosphere .inner {
    padding: 0px 40px;
    width: 100%;
    margin: 0 auto;
    display: table;
}
.warp_atmosphere .inner .text {
    display: table-cell;
    width: 60%;
    padding-right: 80px;
    vertical-align: top;
}
.warp_atmosphere .inner .text .ttl {
    font-size: 150%;
    margin-bottom: 20px;
}
.warp_atmosphere .inner .text p {
    line-height: 2.5em;
}
.warp_atmosphere .inner .ph {
    display: table-cell;
    vertical-align: top;
    width: 40%;
}
.warp_atmosphere .inner .ph ul {
    position: relative;
}
.warp_atmosphere .inner .ph ul li {
}
.warp_atmosphere .inner .ph ul .ph_01 {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    z-index: 3;
}
.warp_atmosphere .inner .ph ul .ph_02 {
    width: 100%;
    padding-left: 40%;
}
.warp_atmosphere .inner .ph ul .ph_03 {
    position: absolute;
    width: 50%;
    top: 60%;
    left: 5%;
}

/*====================================

    wrap_company

====================================*/

.wrap_company {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.wrap_company .inner {
    padding: 0px 40px;
    width: 100%;
    margin: 0 auto;
}
.wrap_company h3 {
    margin-bottom: 40px;
}
.wrap_company .inner .list {
    margin-bottom: 40px;
}
.wrap_company .inner .list ul {
    margin-right: -1.4%;
}
.wrap_company .inner .list li {
    float: left;
    width: 23.6%;
    margin-right: 1.4%; 
}
.wrap_company .inner .list li:nth-child(2n) {
    transition-delay: .2s;
}
.wrap_company .inner .list li:nth-child(3n) {
    transition-delay: .4s;
}
.wrap_company .inner .list li:nth-child(4n) {
    transition-delay: .6s;
}
.wrap_company .inner .list li a {
    display: block;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.wrap_company .inner .list li a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}
.wrap_company .inner .list li a .ph {
    margin-bottom: 10px;
}
.wrap_company .inner .list li a .text {
}
.wrap_company .inner .list li a .text .ttl {
    width: 100%;
    text-align: center;
}

/*====================================

    wrap_products

====================================*/

.wrap_products {
    margin: 0 0 100px 0;
    position: relative;
}
.wrap_products:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/common/images/bg_01.jpg) #eee;
    z-index: -10;
}
.wrap_products .inner {
    padding: 100px 40px;
    margin: 0 auto;
}
.wrap_company h3 {
    margin-bottom: 30px;
}
.wrap_products .list {
}
.wrap_products .list ul li {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.wrap_products .list ul li:nth-child(odd) {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.wrap_products .list ul li:nth-child(even) {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.wrap_products .list ul li:last-child {
    margin-bottom: 0px;
}
.wrap_products .list ul li .ph {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
.wrap_products .list ul li .ph a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
.wrap_products .list ul li .ph a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}
.wrap_products .list ul li .text {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 0 5%;
}
.wrap_products .list ul li .text .ttl {
    width: 100%;
    text-align: center;
    font-size: 120%;
    margin-bottom: 20px;
}
.wrap_products .list ul li .text p {
    margin-bottom: 60px;
}

/*====================================

    wrap_news

====================================*/

.wrap_news {
    margin: 0 0 100px 0;
}
.wrap_news .inner {
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

/*====================================

    wrap_sustainability

====================================*/

.wrap_sustainability {
    margin: 0 0 100px 0;
    position: relative;
}
.wrap_sustainability:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/common/images/bg_02.jpg) #FDF2E0;
    z-index: -10;
}
.wrap_sustainability .inner {
    padding: 100px 40px;
    width: 100%;
    margin: 0 auto;
}
.wrap_sustainability .inner .text_ph {
    width: 100%;
    display: table;
}
.wrap_sustainability .inner .text_ph .ph {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}
.wrap_sustainability .inner .text_ph .ph a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
.wrap_sustainability .inner .text_ph .ph a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}
.wrap_sustainability .inner .text_ph .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%;
}
.wrap_sustainability .inner .text_ph .text p {
    margin-bottom: 60px;
}

/*====================================

    wrap_sam

====================================*/

.wrap_sam {
    margin: 0 0 100px 0;
    position: relative;
}
.wrap_sam .inner {
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}
.wrap_sam .inner .list {
}
.wrap_sam .inner .list ul {
}
.wrap_sam .inner .list ul li {
    width: 48%;
    margin-bottom: 60px;
}
.wrap_sam .inner .list ul li:nth-child(odd) {
    float: left;
}
.wrap_sam .inner .list ul li:nth-child(even) {
    float: right;
}
.wrap_sam .inner .list ul li .ph {
    margin-bottom: 20px;
}
.wrap_sam .inner .list ul li .ph a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
.wrap_sam .inner .list ul li .ph a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}
.wrap_sam .inner .list ul li .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.wrap_sam .inner .list ul li .logo img {
    width: 160px;
    margin: 0 auto;
}
.wrap_sam .inner .list ul li .text {
}
.wrap_sam .inner .list ul li .text .ttl {
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-size: 120%;
    margin-bottom: 20px;
}
.wrap_sam .inner .list ul li .text p {
    margin-bottom: 40px;
}

/*====================================

    clock

====================================*/

.clock {
    position: absolute;
    right: -100px;
    bottom: -40px;
}
.clock .clock_long,
.clock .clock_short,
.clock .clock_bg {
    width: 400px;
}
.clock .clock_long img,
.clock .clock_short img,
.clock .clock_bg img {
    width: 100%;
}



































































































