@charset "UTF-8";

/* CSS Document */


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

    cell_ttl

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

.cell_ttl {
    display: flex;
    align-items: center;
    font-size: 200%;
    margin-bottom: 40px;
    color: #411600;
}
.cell_ttl:after {
    border-top: 1px solid;
    content: "";
    width: 3em; 
    margin-left: 1em;
}

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

    wrap_main

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

.wrap_main {
    padding: 0 40px;
    margin-bottom: 200px;
}
.wrap_main .cell {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.wrap_main .cell:nth-child(even) {
    flex-direction: row;
}
.wrap_main .cell:nth-child(odd) {
    flex-direction: row-reverse;
}
.wrap_main .cell .ph {
    width: 60%;
}
.wrap_main .cell .text {
    width: 40%;
}
.wrap_main .cell:nth-child(odd) .text {
    padding-right: 60px;
}
.wrap_main .cell:nth-child(even) .text {
    padding-left: 60px;
}
.wrap_main .cell .text .ttl {
    font-size: 140%;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 30px;
}
.wrap_main .cell .text p {
    margin-bottom: 40px;
}

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

    wrap_sub

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

.wrap_sub {
    margin-bottom: 100px;
    padding: 0 40px;
}
.wrap_sub ul {
    margin-right: -3.33%;
}
.wrap_sub ul li {
    float: left;
    width: 30%;
    margin-right: 3.33%;
    margin-bottom: 60px;
}
.wrap_sub ul li:nth-child(2n) {
    transition-delay: .2s;
}
.wrap_sub ul li:nth-child(3n) {
    transition-delay: .4s;
}
.wrap_sub ul li a {
    display: block;
    text-decoration: none;
    color: #000;
}
.wrap_sub ul li a .ph {
    margin-bottom: 20px;
}
.wrap_sub ul li a .ph img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.wrap_sub ul li a:hover .ph img {
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}
.wrap_sub ul li a .text .ttl {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 110%;
}
.wrap_sub ul li a .text p {
    font-size: 90%;
    line-height: 1.5em;
}

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

    clock

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

.clock {
    position: absolute;
    left: -120px;
    top: -20px;
}
.clock .clock_long,
.clock .clock_short,
.clock .clock_bg {
    width: 800px !important;
}
.clock .clock_long img,
.clock .clock_short img,
.clock .clock_bg img {
    width: 100%;
}









