main {
    overflow-x: hidden;
}

/* 動画
================================================== */
/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 0.5s;
    background: #00285c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.spinner > div {
    width: 8px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.5) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    } 40% {
        opacity: 1;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.spinner .text {
    margin-left: 8px;
    margin-top: 20px;
    font-family: 'bebas';
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.7em;
    text-align: center;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}

/* メインビジュアル */
#mainvisual {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
}
#mainvisual .mainvisual_bg img, #mainvisual .mainvisual_text1 p img, .mainvisual_text2 img, .mainvisual_text3 img, .mainvisual_circle1 img, .mainvisual_circle2 img, .mainvisual_circle3 img, .mainvisual_mascot img {
    width: 100% !important;
}
.mainvisual_text1, .mainvisual_text2, .mainvisual_text3, .mainvisual_circle1, .mainvisual_circle2, .mainvisual_circle3, .mainvisual_mascot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#mainvisual_SP {
    display: none;
}
@media only screen and (max-width: 767px) {
    #mainvisual {
        display: none;
    }
    #mainvisual_SP {
        display: block;
        overflow-x: hidden;
    }
    .mainvisual_text1, .mainvisual_text2, .mainvisual_text3, .mainvisual_circle1, .mainvisual_circle2, .mainvisual_circle3, .mainvisual_mascot {
        top: 47px;
    }
}



/* メイン
================================================== */
#tp_main_bg {
    padding: 50px 0 80px 0;
}
#tp_main_bg h1 {
    font-size: 39px;
    font-weight: 900;
    color: #00285c;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #tp_main_bg {
        padding: 10px 0;
    }
    #tp_mv_scroll {
        padding-top: 0;
        margin-top: 0;
    }
    #tp_main_bg .en_copy {
        font-size: 10px;
        letter-spacing: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    #tp_main_bg .en {
        font-size: 60px;
        text-align: center;
    }
    #tp_main_bg h1 {
        margin-top: 10px;
        font-size: 24px;
        text-align: center;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}



/* ピックアップ
================================================== */
#tp_pickup {
    display: flex;
    align-items: stretch;
    margin-bottom: 80px;
    overflow: hidden;
}
#tp_pickup .mascot {
    width: 156px;
    padding-left: 5%;
    position: relative;
    right: -20px;
    align-self: flex-end;
}
#tp_pickup .mascot img {
    min-width: 176px;
}
#tp_pickup .title {
    width: 400px;
    padding: 40px;
    background: #00285c;
    box-sizing: border-box;
}
#tp_pickup .title .en {
    font-family: bebas;
    color: #fff;
    font-size: 90px;
    line-height: 1em;
}
#tp_pickup .title h2 {
    margin-top: 15px;
    color: #ff6400;
    font-size: 38px;
    font-weight: 900;
}
#tp_pickup .title .update {
    margin-top: 10px;
    color: #fff;
}
#tp_pickup .title .SP_mascot {
    display: none;
}
@media only screen and (max-width: 767px) {
    #tp_pickup {
        margin-bottom: 50px;
        display: block;
    }
    #tp_pickup .mascot {
        display: none;
    }
    #tp_pickup .title {
        width: 100%;
        padding: 20px 5%;
        box-sizing: border-box;
    }
    #tp_pickup .title .SP_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #tp_pickup .title .SP_mascot {
        display: block;
        width: calc(30% - 10px);
        margin-right: 10px;
    }
    #tp_pickup .title .SP_inner {
    }
    #tp_pickup .title .en {
        font-size: 40px;
    }
    #tp_pickup .title h2 {
        font-size: 28px;
    }
}

.swiper_wrap {
    width: 100%;
}
.swiper {
    overflow: visible;
}
.swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.swiper-slide img {
    width: 100% !important;
    object-fit: cover;
    display: block;
}
.swiper-slide .item {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-shadow:
        -1px -1px 5px #000,0px -1px 5px #000,0px 1px 5px #000,1px 0px 5px #000,-2px -2px 5px #000,0px -2px 5px #000,
        0px 2px 5px #000,2px 0px 5px #000,-3px -3px 5px #000,0px -3px 5px #000,0px 3px 5px #000,3px 0px 5px #000;
    pointer-events: none;
}
.swiper-slide .price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background:  rgba(0,0,0,0.7);
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
    padding: 0 15px;
    pointer-events: none;
}
.swiper-slide .price small {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .swiper-slide .item {
        top: 5px;
        left: 10px;
        color: #fff;
        font-size: 20px;
    }
    .swiper-slide .price {
        padding: 5px 10px;
        font-size: 30px;
    }
    .swiper-slide .price small {
        font-size: 16px;
    }
}



/* フロー
================================================== */
#tp_flow_bg {
    padding: 80px 0;
    background: #00285c url(../img/tp_flow_bg.png) no-repeat center center;
}
#tp_flow_bg h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3em;
    text-align: center;
}
#tp_flow_bg .lead {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.tp_flow {
    margin-top: 30px;
    display: flex;
    overflow-x: hidden;
}
.hour {
    padding: 8px 0;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    #tp_flow_bg {
        padding: 50px 0;
    }
    #tp_flow_bg h2 {
        font-size: 26px;
    }
    #tp_flow_bg .lead {
        margin-top: 20px;
        font-size: 17px;
    }
    .tp_flow {
        flex-wrap: wrap;
        justify-content: center;
    }
    .tp_flow p {
        width: 33.3333%;
        margin-bottom: 10px;
    }
    .hour {
        width: 100%;
    }
}



/* 金属スクラップ品目
================================================== */
#tp_scrap_bg {
    padding: 180px 0;
    background: url(../img/tp_scrap_bg.jpg) repeat-x 0 0;
    background-size: auto 100%;
    position: relative;
    animation: bgScroll 70s linear infinite;
}
@keyframes bgScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1500px 0;
    }
}


#tp_scrap_bg .mascot {
    position: absolute;
    top: -50px;
    left: 5%;
}
#tp_scrap_bg h2 {
    padding: 0 250px;
    color: #fff;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    #tp_scrap_bg {
        padding: 100px 0 50px 0;
    }
    #tp_scrap_bg .mascot {
        top: -30px;
        width: 100%;
        text-align: center;
    }
    #tp_scrap_bg .mascot img {
        width: 25%;
    }
    #tp_scrap_bg h2 {
        padding: 0;
        font-size: 28px;
        margin-bottom: 10px;
    }
}


/* アクセス
================================================== */
#tp_access_bg {
    margin-top: 10px;
    padding: 80px 0;
    background:
        url(../img/recyclen_head_1color2.png) no-repeat bottom 30px left -40px,
        linear-gradient(90deg, #00285c 0%, #00285c 300px, transparent 300px, transparent 100%);
    position: relative;
}
#tp_access_bg .en {
    font-family: bebas;
    font-size: 100px;
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 80px;
    left: 20px;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
}
#tp_access_bg h2 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
}
.tp_access_wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.tp_access_wrap .gmap {
    width: 50%;
    position: relative;
    z-index: 2;
}
.tp_access_wrap .gmap iframe {
    display: block;
}
.tp_access_wrap .cont {
    width: 50%;
    background: #f0f0f0;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tp_access_wrap .text {
    margin: 35px 0;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
}
.tp_access_wrap .btn1 {
    position: relative;
    z-index: 100;
}
@media only screen and (max-width: 767px) {
    #tp_access_bg {
        padding: 50px 0;
        background:
        linear-gradient(90deg, #00285c 0%, #00285c 80px, transparent 80px, transparent 100%);
    }
    #tp_access_bg .en {
        display: none;
    }
    #tp_access_bg h2 {
        margin-top: 0;
        font-size: 26px;
    }
    .tp_access_wrap {
        margin-top: 20px;
        display: block;
        flex-wrap: wrap;
    }
    .tp_access_wrap .gmap {
        width: 100%;
    }
    .tp_access_wrap .gmap iframe {
        height: 400px;
    }
    .tp_access_wrap .cont {
        width: 100%;
        padding: 10px;
    display: flex;
    }
    .tp_access_wrap .text {
        margin: 20px 0;
        font-size: 17px;
    }
    .tp_access_wrap .btn1 {
        position: relative;
        z-index: 100;
    }
}


/* プロモーション動画
================================================== */
#tp_movie_bg {
    margin-top: 10px;
    padding: 80px 0;
    background:
        url(../img/recyclen_head_1color2.png) no-repeat bottom 30px right -40px,
        linear-gradient(-90deg, #00285c 0%, #00285c 300px, transparent 300px, transparent 100%);
    position: relative;
}
#tp_movie_bg .en {
    font-family: bebas;
    font-size: 100px;
    color: #fff;
    line-height: 1em;
    position: absolute;
    top: 80px;
    right: 20px;
    transform: rotate(90deg) translateX(100%);
    transform-origin: top right;
}
#tp_movie_bg h2 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
}
#tp_movie {
    margin-top: 50px;
    padding: 30px 0;
    background: #000;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #tp_movie_bg {
        padding: 50px 0;
        background:
            linear-gradient(-90deg, #00285c 0%, #00285c 80px, transparent 80px, transparent 100%);
}
    #tp_movie_bg .en {
        display: none;
    }
    #tp_movie_bg h2 {
        margin-top: 0;
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
    #tp_movie {
        margin-top: 20px;
        padding: 0;
    }
}





/* 新着情報
================================================== */
#tp_news_bg {
    padding: 80px 0;
    background: #f0f0f0;
}
#tp_news_bg h2 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg h2 {
        font-size: 21px;
    }
}
#tp_news {
    margin-top: 50px;
    padding: 30px 100px;
    background: #fff;
}
#tp_news p a {
    color: #f70 !important;
    font-weight: bold;
    text-decoration: underline;
}
#tp_news .inner {
    height: 500px;
    overflow-y: scroll;
}
#tp_news .inner::-webkit-scrollbar {
    width: 10px;
}
#tp_news .inner::-webkit-scrollbar-track {
    background: #ececec;
}
#tp_news .inner::-webkit-scrollbar-thumb {
    background: #aaa;
}
#tp_news .inner::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 15px;
    line-height: 20pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 15px;
    line-height: 20pt;
}
#tp_news .inner dl dd p {
    font-size: 15px;
    line-height: 20pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
#tp_news .inner dl dd span.title {
    margin-bottom: 10px;
    color: #00285c;
    font-size: 17px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #000;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        padding: 30px 0;
    }
    #tp_news {
        padding: 10px 0;
    }
    #tp_news_bg h2 {
        padding: 10px 0;
    }
    #tp_news .inner {
        padding-left: 10px;
    }
    #tp_news .inner dl dt {
        float: none;
        width: 100%;
    }
    #tp_news .inner dl dd {
        padding-left: 0;
    }
    #tp_news .inner dl dd p.title {
        font-size: 15px;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
    }
}

/*休暇テーブル*/

.news_table01 {
	margin-top: 6px;
	margin-bottom: 4px;
}
.news_table01 tr th {
	font-weight: normal;
	color: #333;
	text-align: left;
	border: 1px solid #CCC;
	padding: 3px;
}

.news_table01 tr td {
	border: 1px solid #CCC;
	text-align: center;
	padding: 3px;
}
.news_table01 tr .red {
	color: #C30;
	background-color:#FDD;
}
.news_table01 tr .blue {
	color:#03F;
}
.news_table01 tr .red_blue {
	color: #03F;
	background-color: #FFF8F8;
}
.news_table01 tr .white_red {
	color: #C30;
}





/* 会社概要 アクセス
================================================== */
#footer_company {
    display: flex;
    flex-wrap: wrap;
    background: #000;
}
#footer_company .box {
    width: 50%;
    position: relative;
    overflow: hidden;
}
#footer_company .box img {
    width: 100%;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    opacity: 0.5;
}
#footer_company .box:hover img {
    transform: scale(1.03);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 1;
}
#footer_company .box .cont {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}
#footer_company .box .cont h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
}
#footer_company .box .cont .en {
    margin-top: 10px;
    font-family: bebas;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #footer_company {
        display: block;
    }
    #footer_company .box {
        width: 100%;
    }
    #footer_company .box .cont {
        top: 20px;
    }
    #footer_company .box .cont h2 {
        font-size: 20px;
        line-height: 1em;
    }
    #footer_company .box .cont .en {
        font-size: 10px;
        line-height: 1em;
    }
}
