﻿/*
================================================== */
.slider_wrap,
.banner {
    padding-top: 100px;
    height: 100%;
    position: relative;
}

@media only screen and (max-width: 767px) {

    .slider_wrap,
    .banner {
        padding-top: 0;
    }
}

.slider_wrap img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.sp-slide {
    margin-top: 0;
    text-align: center;
}

.sp-slide img {
    max-width: 1960px !important;
}

.sp-button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ccc;
}

.sp-selected-button {
    background-color: #f70;
}

.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 50%;
}

.sp-arrow {
    width: 5px !important;
    height: 50px !important;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
    width: 50% !important;
    height: 50% !important;
    background-color: #444 !important;
}

@media only screen and (max-width: 767px) {
    .sp-arrow {
        width: 3px !important;
        height: 30px !important;
    }
}

.sp-slide {
    position: absolute;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
    opacity: 0.3;
}

.sp-selected {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.header_tel {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.header_tel_SP {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header_tel {
        display: none;
    }

    .header_tel_SP {
        display: block;
    }
}


#tp_main_bg {
    padding: 50px 0 220px 0;
    background: url(../image/tp_main_bg.png) center bottom no-repeat;
    background-size: cover;
}

h1 {
    color: #009843;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
    #tp_main_bg {
        padding: 30px 0 60px 0;
        background-size: contain;
    }

    h1 {
        font-size: 24px;
        text-align: center;
    }
}


#tp_pickup_bg {
    padding: 10px 0 0 0;
}

.tp_pickup_con {
    background-color: #f0f0f0;
    padding: 4% 0;
}

.tp_pickup_tit {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    padding: 20px;
}

#tp_pickup h2 {
    color: #009843;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
}

#tp_pickup h2 .update {
    padding: 5px 20px;
    font-size: 13px;
    vertical-align: middle;
    border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
    #tp_pickup_bg {
        padding: 10px 0 30px 0;
    }

    #tp_pickup h2 {
        padding-top: 6%;
        font-size: 28px;
        text-align: center;
        margin-bottom: 0;
    }

    /*#tp_pickup {
        background: url(../image/tp_pickup_en.png) center 0 no-repeat;
        background-size: contain;
    }*/
}

#tp_pickup p {
    color: #fff;
}

#tp_pickup p.subtit {
    font-size: 120px;
    color: #009843;
    font-weight: bold;
    -webkit-text-stroke: 4px #009843;
}

.pickup_wrap {}

.pickup_wrap .box {
    float: left;
    width: 32.3333%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    position: relative;
}

.pickup_wrap .box .photo img {
    width: 100%;
}

.pickup_wrap .box .item {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    font-size: 45px;
    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;
}

.pickup_wrap .box .item small {
    font-size: 16px;
}

.pickup_wrap .box .price {
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    /*    padding: 5% 0;*/
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    background: #009843;
    box-sizing: border-box;
}

.pickup_wrap .box .price small {
    font-style: normal;
    font-size: 15px;
}

.pickup_wrap .box .price a {
    display: block;
    width: 100%;
    padding: 5% 0;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    background: #009843;
    box-sizing: border-box;
}

#tp_pickup .notice {
    margin-top: 15px;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    #tp_pickup p.lead {
        font-size: 21px;
    }

    .pickup_wrap {
        margin-top: 20px;
        /* padding: 5px 10px; */
    }

    .pickup_wrap .box {
        /* float: none; */
        width: calc(100% / 2 - 2%);
        margin: 5px 1% 5px 1% !important;
    }

    .pickup_wrap .box .item {
        font-size: 21px;
    }

    .pickup_wrap .box .price {
        font-size: 32px;
    }

    .pickup_wrap .box .price a {
        font-size: 16px;
    }

    #tp_pickup .notice {
        font-size: 12px;
        text-align: left;
    }
}


#tp_scrap1_bg {
    padding: 80px 0;
    background: #222;
}

#tp_scrap1 h2 {
    font-size: 22px;
    font-weight: bold;
    color: #009843;
    margin-bottom: 20px;
    /* text-align: center; */
}

#tp_scrap1 p {
    color: #009843;
    /* text-align: center; */
}

#tp_scrap2 {
    width: 100%;
}

#tp_scrap2 .box {
    float: left;
    width: 33.3333%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 767px) {
    #tp_scrap1_bg {
        padding: 30px 0;
    }

    #tp_scrap1 h2 {
        /* text-align: center; */
        line-height: 1.2;
    }

    #tp_scrap2 .box {
        float: none;
        width: 100%;
    }
}


.sns_bg {
    padding: 80px 0;
}

.sns h2 {
    color: #009843;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .sns_bg {
        padding: 30px 0;
    }

    .sns h2 {
        font-size: 27px;
    }
}

#tp_access_bg {
    padding: 1% 0 5% 0;
    background: #fff;
}

#tp_access h2 {
    color: #009843;
    font-size: 34px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#tp_access .lead {
    font-size: 20px;
    text-align: center;
    margin-bottom: 3%;
}

@media only screen and (max-width: 1060px) {
    #tp_access .inner {
        padding: 20px 20px 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    #tp_access_bg {
        padding: 30px 0;
    }

    #tp_access h2 {
        font-size: 24px;
    }

    #tp_access .lead {
        font-size: 15px;
        text-align: left;
    }
}


#tp_company {
    width: 100%;
}

#tp_company .box {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    #tp_company .box {
        float: none;
        width: 100%;
    }
}


#tp_news_bg {
    padding: 50px 0;
    background: #f0f0f0;
}

#tp_news_bg h2 {
    color: #009843;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    #tp_news_bg h2 {
        font-size: 21px;
    }
}

#tp_news {
    padding: 30px 100px;
    background: #fff;
}

#tp_news .inner {
    height: 320px;
    overflow-y: scroll;
}

#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: 14px;
    line-height: 14pt;
}

#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 16px;
    line-height: 15pt;
}

#tp_news .inner dl dd p {
    font-size: 16px;
    line-height: 15pt;
}

#tp_news .inner dl dd p.title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}

#tp_news .inner dl dd a {
    color: #009843;
}

@media only screen and (max-width: 767px) {
    #tp_news_bg {
        margin-top: 0px;
        background: none;
    }

    #tp_news {
        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 !important;
    background-color: #FDD;
}

.news_table01 tr .blue {
    color: #0038C0 !important;
}

.news_table01 tr .red_blue {
    color: #0038C0 !important;
    background-color: #FFF8F8;
}

.news_table01 tr .white_red {
    color: #C30 !important;
}

.news_table02 {
    margin-top: 6px;
    margin-bottom: 4px;
}

.news_table02 tr th {
    border: 1px solid #CCC;
    text-align: center;
    padding: 2px;
    line-height: 1.5em;
    width: 16%;
}

.news_table02 tr td {
    border: 1px solid #CCC;
    text-align: center;
    padding: 3px;
    line-height: 1.3em;
    width: 12%;
}

.news_table02 tr .red {
    color: #C30 !important;
    background-color: #FDD;
}

.news_table02 tr .blue {
    color: #0038C0 !important;
}

.news_table02 tr .red_blue {
    color: #0038C0 !important;
    background-color: #FFF8F8;
}

.across_month {
    width: 45%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .across_month {
        width: 95%;
        float: none;
    }
}


#tp_pic,
#tp_pic img {
    width: 100%;
    position: relative;
}

#tp_pic .row {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tp_pic_con {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 600px;
    width: 60%;
}

.tp_pic_con h2 {
    color: #009843;
    font-size: 22px;
    font-weight: bold;
    -webkit-text-stroke: 4px transparent;
    background: #fff;
    -webkit-background-clip: text;
    padding: 10px 0;
}

.tp_pic_con p {
    color: #fff;
    margin-top: 5%;
    font-size: 16px;
}

#tp_scrap1_bg .tp_scrap1_tit {
    font-size: 120px;
    color: #009843;
    font-weight: bold;
    -webkit-text-stroke: 4px #009843;
    border: 1px solid;
}

#tp_scrap2 .box_item {
    position: relative;
    margin-bottom: 6%;
}

#tp_scrap2 .box_item .photo {}

#tp_scrap2 .box_item .photo a {
    display: block;
}

#tp_scrap2 .box_item .item {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 150px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 20px;
    border: 2px solid;
}

#tp_scrap2 .box_item .price {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    /* background-color: rgba(13, 173, 187, .8); */
    color: #fff;
    padding: 2% 0 3% 0;
    font-size: 20px;
}

#tp_scrap2 .box:nth-child(2) .box_item .price {
    /* background-color: rgba(56, 138, 235, .8); */
}

#tp_scrap2 .box_item:last-child {
    margin-bottom: 0;
}

#tp_scrap_add {
    margin: 3% 0;
}

#tp_scrap_add .tp_add {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
}

#tp_scrap_add .tp_add .l {
    width: 60%;
    margin-right: 3%;
}

#tp_scrap_add .tp_add .r {
    width: 38%;
}

#tp_scrap_add .tp_add .l img {
    width: 100%;
}

#tp_scrap_add .tp_add .r h2 {
    font-size: 21px;
    font-weight: bold;
}

#tp_scrap_add .tp_add .r p {
    margin-top: 3%;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .tp_pickup_tit {
        display: block;
    }

    #tp_pickup p.subtit {
        font-size: 52px;
        text-align: center;
    }

    .tp_pic_con {
        width: 100%;
    }

    .tp_pic_con h2 {
        line-height: 1.2;
    }

    #tp_scrap1_bg .tp_scrap1_tit {
        font-size: 60px;
    }

    #tp_scrap1 p {
        font-size: 15px;
    }

    #tp_scrap_add .tp_add {
        display: block;
    }

    #tp_scrap_add .tp_add .r,
    #tp_scrap_add .tp_add .l {
        width: 100%;
        margin: 0 0 5% 0;
    }

    #tp_pic {
        height: 500px;
        overflow: hidden;
    }

    #tp_pic img {
        height: 100%;
        width: auto;
        max-width: max-content;
    }
}


/* 
#index-company
--------------------------------------------------------------- */
#index-company .float_left {
    float: left;
}

#index-company .float_right {
    float: right;
}

#index-company {
    overflow: hidden;
}

#index-company .easys_content_inner {
    width: 100%;
    transform-origin: top left;
}

#index-company div {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

#index-company .field_2col {
    position: relative;
    width: 50% !important;
}

#index-company .field_2col .eyecatch {
    display: block;
    overflow: hidden;
    padding: 15% 0 0 0;
    position: relative;
}

#index-company .eyecatch a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    padding-bottom: 16%;
    padding-right: 5%;
    width: 70%;
    max-width: 310px;
    margin: 0 auto;
}

#index-company .eyecatch a p:nth-child(1) {
    font-size: 20px;
    color: #fff;
    font-family: 'BEBAS';
    letter-spacing: 2px;
    width: fit-content;
}

#index-company .eyecatch a p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    width: fit-content;
    font-weight: 500;
}

#index-company .eyecatch a:hover img {
    opacity: 1;
}

/* æ‹¡å¤§èƒŒæ™¯ */
#index-company .field_2col::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    transition: 0.3s;
    inset: 0;
}

#index-company .field_2col:hover::before {
    transform: scale(1.1);
}

#index-company .btn_gimmick:before,
#index-company .btn_gimmick:after {
    right: 255px;
}

#index-company .btn_arr {
    top: 220px;
    right: 298px;
}

/*ボタンギミック共通
---------------------------------------------------------------------------------------------------- */
#index-company .btn_gimmick {
    position: relative;
}

#index-company .btn_gimmick:before {
    position: absolute;
    top: 2%;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    margin: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #009843;
    content: " ";
    opacity: 1;
    transition: 0.4s ease 0s;
    transform: scale(1);
}



#index-company .btn_gimmick:hover::before {
    transform: scale(1.1);
}


#index-company .btn_gimmick:after {
    position: absolute;
    top: 3.5%;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    margin: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #009843;
    content: " ";
    opacity: 0;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

#index-company .btn_gimmick:hover:after {
    opacity: 1;
    transform: scale(1.18);
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18)
}


#index-company .btn_arr {
    position: absolute;
    top: 45%;
    right: 45px;
    z-index: 10;
    display: block;
    margin: auto;
    width: 22px;
    height: 7px;
    content: " ";
}

/* ホバー時水平に動く矢印 */
#index-company .btn_arr:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
    margin: auto;
    width: 22px;
    height: 7px;
    background: url(../image/link_arr.png) no-repeat top center/100%;
    content: " ";
    opacity: 1;
    animation: arrmove-out 0.5s cubic-bezier(0.65, 0.01, 0.3, 0.97) forwards;
}

#index-company .btn_gimmick:hover .btn_arr:after {
    animation: arrmove-in 0.5s cubic-bezier(0.65, 0.01, 0.3, 0.97) forwards;
}

@keyframes arrmove-in {
    0% {
        left: 0;
        opacity: 1;
    }

    100% {
        left: 50px;
        opacity: 0;
    }
}

@keyframes arrmove-out {
    0% {
        left: -50px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}


/* ホバー時斜めに動く矢印 */
#index-company .btn_arr:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    margin: auto;
    width: 22px;
    height: 7px;
    background: url(../image/link_arr.png) no-repeat top center/100%;
    content: " ";
    opacity: 0;
    transform: rotate(-45deg);
    animation: arrmove-slanting-out 0.5s cubic-bezier(0.65, 0.01, 0.3, 0.97) forwards;
}

#index-company .btn_gimmick:hover .btn_arr:before {
    animation: arrmove-slanting-in 0.5s cubic-bezier(0.65, 0.01, 0.3, 0.97) forwards;
}

@keyframes arrmove-slanting-in {
    0% {
        top: 50px;
        left: -40px;
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        top: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes arrmove-slanting-out {
    0% {
        top: 0;
        left: 0;
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        top: -50px;
        left: 40px;
        opacity: 0;
    }
}

/* 矢印補足 */
#index-company .btn_gimmick:before,
#index-company .btn_gimmick:after {
    right: 6%;
}

#index-company .btn_arr {
    top: 19%;
    right: 13%;
}


@media only screen and (max-width: 992px) {
    #index-company .field_2col {
        width: 100% !important;
    }

    #index-company .btn_arr {
        top: 24%;
        right: 14%;
    }
}
