@charset "UTF-8";

/* CSS Document */

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

    main

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

.main {
    width: 100%;
    height: 60vh;
    pointer-events: none;
    margin-bottom: 60px;
}
.main .inner {
    position: relative;
}
.main .box {
    position: relative;
    width: 100%;
    height: 60vh;
    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: 60px;
}
.warp_atmosphere .inner {
    padding: 0px 20px;
    width: 100%;
    margin: 0 auto;
}
.warp_atmosphere .inner .text {
    width: 100%;
    margin-bottom: 80px;
}
.warp_atmosphere .inner .text .ttl {
    font-size: 130%;
    margin-bottom: 20px;
}
.warp_atmosphere .inner .text p {
    line-height: 1.85em;
}
.warp_atmosphere .inner .text p br {
    display: none;
}
.warp_atmosphere .inner .ph {
    width: 100%;
}
.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: 60px;
    position: relative;
    z-index: 1;
}
.wrap_company .inner {
    padding: 0px 20px;
    width: 100%;
    margin: 0 auto;
}
.wrap_company h3 {
    margin-bottom: 40px;
}
.wrap_company .inner .list {
    margin-bottom: 40px;
}
.wrap_company .inner .list ul {
}
.wrap_company .inner .list li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wrap_company .inner .list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.wrap_company .inner .list li a {
    display: table;
    color: #000;
    text-decoration: none;
}
.wrap_company .inner .list li a .ph {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
.wrap_company .inner .list li a .text {
    display: table-cell;
    vertical-align: middle;
}
.wrap_company .inner .list li a .text .ttl {
    width: 100%;
    text-align: left;
    padding-left: 1em;
}

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

    wrap_products

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

.wrap_products {
    margin: 0 0 60px 0;
    position: relative;
}
.wrap_products:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    z-index: -10;
}
.wrap_products .inner {
    padding: 60px 20px;
    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:last-child {
    margin-bottom: 0px;
}
.wrap_products .list ul li .ph {
    width: 100%;
    margin-bottom: 10px;
}
.wrap_products .list ul li .ph a {
    display: block;
}
.wrap_products .list ul li .text {
    width: 100%;
}
.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: 30px;
}

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

    wrap_news

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

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

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

    wrap_sustainability

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

.wrap_sustainability {
    margin: 0 0 60px 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: 60px 20px;
    width: 100%;
    margin: 0 auto;
}
.wrap_sustainability .inner .text_ph {
    width: 100%;
}
.wrap_sustainability .inner .text_ph .ph {
    width: 100%;
    margin-bottom: 10px;
}
.wrap_sustainability .inner .text_ph .ph a {
    display: block;
}
.wrap_sustainability .inner .text_ph .text {
    display: table-cell;
    vertical-align: middle;
}
.wrap_sustainability .inner .text_ph .text p {
    margin-bottom: 30px;
}

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

    wrap_sam

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

.wrap_sam {
    margin: 0 0 60px 0;
    position: relative;
}
.wrap_sam .inner {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
.wrap_sam .inner .list {
}
.wrap_sam .inner .list ul {
}
.wrap_sam .inner .list ul li {
    width: 100%;
    margin-bottom: 60px;
}
.wrap_sam .inner .list ul li:last-child {
    margin-bottom: 0px;
}
.wrap_sam .inner .list ul li .ph {
    margin-bottom: 20px;
}
.wrap_sam .inner .list ul li .ph a {
    display: block;
}
.wrap_sam .inner .list ul li .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.wrap_sam .inner .list ul li .logo img {
    width: 100px;
    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: 20px;
}

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

    clock

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

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



































































































