/*-----------------------------------

	top-container

-----------------------------------*/
#container .top-container .top-nav {
    position: relative;
    background-image: url(../img/index/top_background.973ba7e.svg);
    padding: 30px 10px;
    height: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#container .top-container .top-nav .top-nav-list {
    max-width: 1110px;
    width: 80%;
    margin: 0 auto;
    height: 144px;
    display: flex;
    justify-content: space-between;
}

#container .top-container .top-nav .top-nav-list .truck-type {
    width: 23.5%;
    padding-top: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 7.1px;
    box-shadow: 3.6px 3.6px 0 0 rgba(3, 0, 0, .2);
    position: relative;
}

#container .top-container .top-nav .top-nav-list .truck-type a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container .top-container .top-nav .top-nav-list .truck-type a .car-type:before {
    content: "";
    background-image: url(../img/index/icon_arw_right.svg);
    background-size: 100%;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    padding-right: 20px;
    margin-right: 10px;
}

#container .top-container .top-nav .top-nav-list .truck-type a .car-type {
    margin-top: 11px;
    color: #595757;
    font-weight: 900;
}

#container .top-container .top-nav .top-nav-list .truck-type a .sp-car-type {
    display: none;
}

#container .top-container .top-nav .top-nav-list:nth-child(3) {
    height: 244px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type {
    width: 15%;
}

#container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type .car-type {
    margin-top: 22px;
}

#container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:first-child img {
    width: 90%;
    height: 60%;
}

#container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(2) .car-type {
    margin-top: 29px;
    margin-bottom: -40px;
}

#container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(2) .car-type span {
    font-weight: 900;
}

#container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(3) {
    display: none;
}

#container .top-container .top-nav .top-nav-list:nth-child(4) .truck-type:first-child {
    padding-top: 10px;
}

#container .top-container .top-nav .top-nav-list:nth-child(4) .truck-type:first-child img {
    width: 55%;
}

#container .top-container .top-nav .top-nav-search .sales-copy {
    position: absolute;
    margin-top: 46px;
    left: 3.5%;
    right: 0;
    font-weight: 900;
    color: #fff;
    font-size: 3.3125rem;
    text-align: center;
    letter-spacing: 5.5px;
}

#container .top-container .top-nav .top-nav-search .sales-copy .under {
    background: linear-gradient(transparent 97%, #fff 0);
    background-position-y: -5px;
    color: #fff;
    font-weight: 900;
    margin-left: -13px;
}

#container .top-container .top-nav .top-nav-search .sales-copy .under:last-child {
    display: block;
    background: none;
    margin-top: 15px;
    letter-spacing: 2.2px;
}

#container .top-container .top-nav .top-nav-list:nth-child(3)>.truck-type:last-child a {
    padding-top: 20px;
}

#container .top-container .top-nav .top-nav-list:nth-child(3)>.truck-type:last-child .car-type {
    margin-top: 40px;
    margin-left: -4px;
    text-align: left;
}

#container .top-container .top-nav .top-nav-list:nth-child(3)>.truck-type:last-child .space {
    margin-left: 30px;
    font-weight: 900;
    letter-spacing: -1.5px;
}

#container .top-container .top-nav .top-nav-list:nth-child(4) .truck-type:nth-child(5) {
    display: none;
}
@media screen and (max-width:1350px) {
    #container .top-container .top-nav .top-nav-search .sales-copy {
        font-size: 2.6rem;
   }
}

@media screen and (max-width:1240px) {
    #container .top-container .top-nav .top-nav-list:nth-child(4) .truck-type:first-child img {
        width: 70%;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(2) img {
        width: 87%;
   }
}

@media screen and (max-width:1080px) {
    #container .top-container .top-nav {
        height: 681px;
        padding: 70px 15.5px 67px;
   }

    #container .top-container .top-nav .top-nav-search .sales-copy {
        top: 34px;
        margin-top: -10px;
        font-size: 2.3rem;
        letter-spacing: 4.5px;
        line-height: 1;
   }

    #container .top-container .top-nav .top-nav-search .sales-copy .under {
        background-position-y: -3px;
   }

    #container .top-container .top-nav .top-nav-search .sales-copy .under:last-child {
        letter-spacing: 1.2px;
   }

    #container .top-container .top-nav .top-nav-list,
    #container .top-container .top-nav .top-nav-list:nth-child(3) {
        width: 100%;
        flex-wrap: wrap;
   }

    #container .top-container .top-nav .top-nav-list .truck-type,
    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type {
        width: 48%;
        height: 91px;
        margin-bottom: 10px;
        padding-bottom: 10px;
   }

    #container .top-container .top-nav .top-nav-list .truck-type img,
    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type img {
        width: 20%;
   }

    #container .top-container .top-nav .top-nav-list .truck-type a .car-type,
    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type a .car-type {
        margin-top: 8px;
   }

    #container .top-container .top-nav .top-nav-list .truck-type a .car-type:before,
    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type a .car-type:before {
        padding-right: 10px;
        margin-right: 3px;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) {
        height: 91px;
        margin: 57px 0 10px;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:first-child {
        display: none;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(2) img {
        width: 20%;
        margin-top: -40px;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(2) .pc-car-type {
        display: none;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(2) .sp-car-type {
        display: block;
        margin-top: 7px;
        margin-left: 0;
        margin-bottom: -38px;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(3) {
        display: block;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(3) img {
        margin-top: -20px;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(3) .car-type {
        margin-top: 7px;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(4) .truck-type:first-child {
        display: none;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(4) .truck-type:nth-child(5) {
        display: block;
   }

    #container .top-container .top-nav .top-nav-list:nth-child(4) .truck-type:nth-child(5) .car-type {
        margin-top: 3px;
   }
}

@media screen and (max-width:600px) {

    #container .top-container .top-nav .top-nav-list .truck-type:nth-child(2) img,
    #container .top-container .top-nav .top-nav-list .truck-type img,
    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(2) img,
    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type img {
        width: 40%;
   }

    #container .top-container .top-nav .top-nav-search .sales-copy {
        left: 8.5%;
        margin-top: 0;
        font-size: 2.2rem;
   }
}

@media screen and (max-width:490px) {

    #container .top-container .top-nav .top-nav-list .truck-type:nth-child(2) img,
    #container .top-container .top-nav .top-nav-list .truck-type img,
    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type:nth-child(2) img,
    #container .top-container .top-nav .top-nav-list:nth-child(3) .truck-type img {
        width: 55%;
   }
}

/*-----------------------------------

	happey-liase

-----------------------------------*/
.happey-liase {
    position: fixed;
    height: 453px;
    width: 97px;
    right: 0;
    top: 290px;
    z-index: 2;
    background: #333;
    border-radius: 8px;
}

.happey-liase .top {
    background: #057600;
    height: 132px;
    padding-bottom: 5px;
    border-radius: 8px 8px 0 0;
}

.happey-liase .top img {
    margin: 5px 0 0 5px;
}

.happey-liase .top img:first-child {
    cursor: pointer;
}

.happey-liase .top img:nth-child(2) {
    margin-left: 11px;
    margin-top: -10px;
}

.happey-liase .top .blue-number {
    width: 89.6px;
    height: 38.3px;
    margin: 0 auto;
    padding-top: 2px;
    border: 1px solid #fff;
    color: #fff;
    font-size: .625rem;
    text-align: center;
}

.happey-liase .top .blue-number .bold {
    font-weight: 700;
    color: #fff;
}

.happey-liase .bottom {
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}

.happey-liase .bottom p {
    margin-top: 12px;
    margin-left: 4px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.6;
}

.happey-liase .bottom strong {
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
}

.happey-liase .bottom .subtext {
    position: absolute;
    width: 32px;
    height: 159px;
    top: 148px;
    left: 53px;
    padding-top: 5px;
    background-color: #057600;
    color: #fff;
    font-size: 1.125rem;
    line-height: 32px;
}

@media screen and (max-width:1080px) {
    .happey-liase {
        display: none;
   }
}

/*-----------------------------------

	top-triangle

-----------------------------------*/
#container .top-triangle {
    width: 0;
    height: 0;
    border-color: #f5a200 transparent transparent;
    border-style: solid;
    border-width: 72px 310px 0;
    margin: 0 auto;
}
@media screen and (max-width:1080px) {
    #container .top-triangle {
        border-width: 28px 119px 0;
   }
}

/*-----------------------------------

	mid

-----------------------------------*/
#container .mid {
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container .mid .mid-cycle {
    text-align: center;
    letter-spacing: .5px;
    line-height: 2;
    font-size: 1.125rem;
    font-weight: 700;
}

#container .mid .mid-cycle a {
    text-decoration: none;
    color: #f08300;
    font-weight: 700;
}

@media screen and (max-width:1080px) {
    #container .mid .mid-cycle {
        margin: 0 15px;
        letter-spacing: -.5px;
        line-height: 1.5;
        font-weight: 400;
   }

    #container .mid .mid-cycle a {
        font-weight: 400;
   }
}

@media screen and (max-width:600px) {
    #container .mid .mid-cycle {
        font-feature-settings: "palt";
        width: 100%;
   }
}

@media (hover:hover) {
    #container .mid .mid-cycle a:hover {
        text-decoration: underline;
   }
}

/*-----------------------------------

	special-prize

-----------------------------------*/
#container .special-prize:before {
    position: absolute;
    content: url(../img/index/info_background.a67bab2.svg);
    overflow: hidden;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

#container .special-prize {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container .special-prize .special-prize-top {
    text-align: center;
    margin-right: 100px;
    padding-bottom: 20px;
}

#container .special-prize .special-prize-top .info:before {
    content: "Information";
    position: absolute;
    width: 20px;
    height: 10px;
    font-size: .9375rem;
    top: -20px;
    left: 35%;
    color: #f08300;
    font-weight: 400;
}

#container .special-prize .special-prize-top .info {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 2.25rem;
    font-weight: 900;
    vertical-align: 12px;
}

#container .special-prize .special-prize-container {
    position: relative;
    width: 1200px;
    height: 900px;
    padding: 85px 50px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .16);
    overflow: hidden;
    background: #fff;
    border-top: 5px solid #e94709;
}

#container .special-prize .special-prize-container .update {
    font-size: 1.125rem;
    height: 43px;
    border: 1px solid #e8e8e8;
    vertical-align: top;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

#container .special-prize .special-prize-container .update .update-top {
    display: block;
    line-height: 41px;
    padding: 0 50px;
    width: 178px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAAApCAMAAABNwjjZAAAASFBMVEVHcEzoRgjrRwjsRwD/QADpRgjqRQjzQwDpRgjpRgjpRgjpRgnpRwntRQfpRgjrRQXpRgjoRwnqRgjoRwfpRwfqRAXoRQfpRwkXgHdsAAAAF3RSTlMA4D4VBMJeDPzU8+mxIaM0mJB8cGgxTodMuwUAAAC1SURBVFjD7dlBDoMgEIVhERBEUKzad/+bdqFt2rg28U86J/gWhJl50+ju1Yfmt24v1ogTa8GJY0sTa7A0sbyjiTXjxOpw4lRo4q9GQhEr48R64MTvRsIRayg0sXpHE8dKE++NhCVOG00sE2hiZZy4o4kr7R17B/uPU6H9bk9aB5lpc8Wxn4JGNwubNj85C24FwYg9bZc2FiaOEy1hWWgpVqZlmybQEu+Jlniv/8vNxXW6juHqBTzJX46Z5CovAAAAAElFTkSuQmCC);
    color: #fff;
    font-size: 1.125rem;
    background-repeat: no-repeat;
}

#container .special-prize .special-prize-container .update .update-info {
    position: relative;
    padding-left: 130px;
    color: #333;
    font-size: 1.125rem;
}

#container .special-prize .special-prize-container .special-prize-list {
    display: flex;
    justify-content: space-around;
}

#container .special-prize .special-prize-container .more-truck {
    width: 545px;
    height: 75px;
    background: #e84709;
    color: #fff;
    text-align: center;
    line-height: 75px;
    font-size: 1.1875rem;
    font-weight: 400;
    letter-spacing: .4px;
    padding-left: 30px;
    border-radius: 5px;
    margin: 45px auto 0;
    display: block;
}

#container .special-prize .special-prize-container .more-truck img {
    vertical-align: text-top;
    margin-left: 30px;
}

@media screen and (max-width:1240px) {
    #container .special-prize .special-prize-container .special-prize-list {
        padding: 0 30px;
   }

    #container .special-prize .special-prize-container .update {
        margin: 0 30px 30px;
   }
}

@media screen and (max-width:1080px) {
    #container .special-prize .special-prize-container .special-prize-list {
        padding: 0 30px;
   }

    #container .special-prize .special-prize-container .update {
        margin: 0 30px 30px;
   }

    #container .special-prize .special-prize-top {
        margin-right: 5%;
   }

    #container .special-prize .special-prize-top img {
        width: 45px;
   }

    #container .special-prize .special-prize-top .info {
        padding-left: 8px;
        font-size: 2.5rem;
        vertical-align: 6px;
   }

    #container .special-prize .special-prize-top .info:before {
        left: 27%;
   }

    #container .special-prize .special-prize-container {
        width: 92%;
        height: auto;
        padding: 0;
        border-top: none;
        box-shadow: none;
   }

    #container .special-prize .special-prize-container .update {
        display: none;
   }

    #container .special-prize .special-prize-container .more-truck {
        width: 100%;
        height: 60px;
        margin-top: 20px;
        margin-bottom: 36px;
        line-height: 60px;
   }

    #container .special-prize .special-prize-container .more-truck img {
        width: 20px;
        margin-left: 25px;
   }

    #container .special-prize .special-prize-container .special-prize-list {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-around;
   }

    #container .special-prize:before {
        display: none;
   }
}

@media screen and (max-width:600px) {
    #container .special-prize .special-prize-top .info:before {
        left: 20%;
   }

    #container .special-prize .special-prize-container {
        width: 95%;
   }
}

/*-----------------------------------

	tel-contact-container

-----------------------------------*/
#container .tel-contact-container {
    position: relative;
    max-width: 1200px;
    height: 330px;
    background: #595757;
    display: flex;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    margin: 0 auto 70px;
}

#container .tel-contact-container .special-prize-triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    left: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 30px 25px 0;
    margin: 0 auto;
}

#container .tel-contact-container .tel-contact {
    width: 855px;
}

#container .tel-contact-container .tel-contact .stock-info:before {
    transform: rotate(-30deg) translateY(-50%) translateX(-50%);
    left: 5%;
}

#container .tel-contact-container .tel-contact .stock-info:after,
#container .tel-contact-container .tel-contact .stock-info:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 30px 3px 0;
    display: inline-block;
    top: 50%;
}

#container .tel-contact-container .tel-contact .stock-info:after {
    transform: rotate(30deg) translateY(-50%) translateX(-50%);
    right: 5%;
}

#container .tel-contact-container .tel-contact .stock-info {
    position: relative;
    margin: 60px 0 20px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}

#container .tel-contact-container .tel-contact .stock-info-container {
    position: relative;
    background: #fff;
    width: 850px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .tel-contact-container .tel-contact .stock-info-container .logo img {
    width: 60px;
    margin-top: 3px;
    margin-right: 20px;
}

#container .tel-contact-container .tel-contact .stock-info-container .stock-info-container-detail {
    height: 45px;
}

@media screen and (max-width:1080px) {
    #container .tel-contact-container {
        width: 100%;
        height: 180px;
        margin-bottom: 0;
        border-radius: 0;
   }

    #container .tel-contact-container .special-prize-triangle {
        display: none;
   }

    #container .tel-contact-container .tel-contact .stock-info {
        position: relative;
        margin: 13px 0;
        font-size: 1.2rem;
   }

    #container .tel-contact-container .tel-contact .stock-info:before {
        left: 20%;
   }

    #container .tel-contact-container .tel-contact .stock-info:after {
        right: 20%;
   }

    #container .tel-contact-container .tel-contact .stock-info-container {
        width: 92%;
        height: 82px;
        margin: 0 auto;
   }

    #container .tel-contact-container .tel-contact .stock-info-container .logo img {
        width: 41px;
        margin-top: 6px;
   }

    #container .tel-contact-container .tel-contact .stock-info-container .contact-info {
        height: 25px;
   }

    #container .tel-contact-container .tel-contact .stock-info-container .contact-info .office-sendai {
        padding: 2px 15px;
        font-size: .7rem;
   }

    #container .tel-contact-container .tel-contact .stock-info-container .contact-info .office-aomori {
        padding: 2px 10px;
        font-size: .7rem;
   }

    #container .tel-contact-container .tel-contact .stock-info-container .contact-info .tel-mark {
        vertical-align: -3px;
        width: 12px;
        margin-right: 0;
   }

    #container .tel-contact-container .tel-contact .stock-info-container .contact-info .tel {
        font-size: 1.5rem;
   }

    #container .tel-contact-container .tel-contact .stock-info-container .business-hours {
        font-size: 1.05rem;
        letter-spacing: .5px;
   }
}

@media screen and (max-width:600px) {
    #container .tel-contact-container {
        height: 163px;
   }

    #container .tel-contact-container .tel-contact .stock-info:before {
        left: 10%;
   }

    #container .tel-contact-container .tel-contact .stock-info:after {
        right: 10%;
   }

    #container .tel-contact-container .tel-contact .stock-info-container .contact-info .office-aomori,
    #container .tel-contact-container .tel-contact .stock-info-container .contact-info .office-sendai {
        font-size: 1rem;
   }
}

/*-----------------------------------

	reason-container

-----------------------------------*/
#container .reason-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container .reason-container .reason {
    width: 100%;
    position: relative;
    height: 430px;
    background: #f08300;
    text-align: center;
    overflow: hidden;
    margin-bottom: 100px;
}

#container .reason-container .reason .reason-banner {
    width: 1200px;
    margin: 60px auto;
}

#container .reason-container .reason .solution {
    letter-spacing: .4px;
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-weight: 700;
}

#container .reason-container .reason .choose-reason {
    text-align: center;
    margin-right: 100px;
    padding-bottom: 20px;
}

#container .reason-container .reason .choose-reason .choose-reason-item:before {
    content: "Reason";
    position: absolute;
    width: 20px;
    height: 10px;
    font-size: .9375rem;
    top: -30px;
    left: 44%;
    color: #fff038;
    font-weight: 300;
}

#container .reason-container .reason .choose-reason .choose-reason-item {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 20px;
    font-size: 2.25rem;
    font-weight: 900;
    vertical-align: 12px;
}

#container .reason-container .choose-reason-detail {
    position: relative;
    margin-bottom: 100px;
}

#container .reason-container .choose-reason-detail .choose-reason-info {
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
}

#container .reason-container .choose-reason-detail .choose-reason-info li {
    width: 32.2%;
}

#container .reason-container .choose-reason-detail .choose-reason-info li .reason-image {
    position: relative;
}

#container .reason-container .choose-reason-detail .choose-reason-info li .reason-image img {
    width: 100%;
}

#container .reason-container .choose-reason-detail .choose-reason-info li .reason-image span {
    position: absolute;
    font-size: 1.1875rem;
    font-weight: 100;
    padding: 7px 27px;
    top: 0;
    left: 0;
    background: #e94709;
    border: 1px solid #e94709;
    color: #fff;
    letter-spacing: 1.3px;
}

#container .reason-container .choose-reason-detail .choose-reason-info li .reason-copy {
    text-align: center;
    font-size: 1.5625rem;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

#container .reason-container .choose-reason-detail .choose-reason-info li .reason-copy-details {
    text-align: center;
    font-size: .9375rem;
    line-height: 30px;
    letter-spacing: .4px;
}

#container .reason-container .choose-reason-detail .choose-reason-info li .reason-copy-details strong {
    font-weight: 700;
}

#container .reason-container .strong-point {
    display: block;
    margin: 0 auto;
    width: 545px;
    height: 75px;
    background: #e84709;
    color: #fff;
    text-align: center;
    line-height: 75px;
    font-size: 1.1875rem;
    font-weight: 400;
    letter-spacing: .4px;
    border-radius: 5px;
}

#container .reason-container .intro {
    margin: 0 auto;
    width: 545px;
    height: 75px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: .4px;
}

#container .reason-container .introduce-movie {
    width: 730px;
    height: 390px;
    background: #796e6e;
    color: #fff;
    text-align: center;
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: .4px;
    margin: 0 auto 100px;
    line-height: 390px;
}

#container .reason-container .rental:before {
    transform: rotate(-30deg);
    margin-right: 80px;
}

#container .reason-container .rental:after,
#container .reason-container .rental:before {
    content: "";
    width: 0;
    height: 0;
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 30px 3px 0;
    display: inline-block;
    margin-bottom: -5px;
}

#container .reason-container .rental:after {
    transform: rotate(30deg);
    margin-left: 80px;
}

#container .reason-container .rental {
    margin: 60px 0 20px;
    text-align: center;
    font-size: 1.125rem;
}

#container .reason-container .transport {
    margin-bottom: 10px;
}

#container .reason-container .transport-sp {
    display: none;
}

#container .reason-container .general {
    margin-bottom: 50px;
}

#container .reason-container .general-sp {
    display: none;
}

@media screen and (max-width:1240px) {
    #container .reason-container .reason .reason-banner {
        width: 78%;
        height: auto;
   } ;
}

@media screen and (max-width:1080px) {
        #container .reason-container {
        margin-bottom: 25px;
   }

    #container .reason-container .reason {
        height: auto;
        margin-bottom: 14px;
        padding: 0 15px;
   }

    #container .reason-container .reason .reason-banner {
        width: 80%;
        margin: 28px auto 25px;
   }

    #container .reason-container .reason .solution {
        font-weight: 400;
   }

    #container .reason-container .reason .choose-reason {
        margin-top: 35px;
        margin-right: 5%;
   }

    #container .reason-container .reason .choose-reason img {
        width: 45px;
   }

    #container .reason-container .reason .choose-reason .choose-reason-item {
        margin-top: 16px;
        font-size: 2.5rem;
        font-weight: 700;
        vertical-align: 8px;
   }

    #container .reason-container .reason .choose-reason .choose-reason-item:before {
        top: -18px;
        margin-left: 1.5%;
   }

    #container .reason-container .choose-reason-detail {
        margin-bottom: 0;
        padding: 0 15px;
   }

    #container .reason-container .choose-reason-detail .choose-reason-info {
        flex-wrap: wrap;
        padding: 0;
        flex-direction: column;
        align-items: center;
   }

    #container .reason-container .choose-reason-detail .choose-reason-info li {
        width: 49%;
        margin-bottom: 40px;
   }

    #container .reason-container .choose-reason-detail .choose-reason-info li .reason-image span {
        font-size: 1.8rem;
        font-weight: 500;
   }

    #container .reason-container .choose-reason-detail .choose-reason-info li .reason-copy {
        margin-bottom: 15px;
        font-size: 1.7rem;
        line-height: normal;
   }

    #container .reason-container .choose-reason-detail .choose-reason-info li .reason-copy-details {
        font-size: 1.15rem;
        line-height: normal;
   }

    #container .reason-container .strong-point {
        width: 92%;
        height: 60px;
        line-height: 60px;
        font-size: 1.4rem;
   }

    #container .reason-container .intro {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        font-size: 1.6rem;
   }

    #container .reason-container .introduce-movie {
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
        line-height: 200px;
   }

    #container .reason-container .rental {
        margin: 30px 0 20px;
   }

    #container .reason-container .general,
    #container .reason-container .rental:after,
    #container .reason-container .rental:before,
    #container .reason-container .transport {
        display: none;
   }

    #container .reason-container .general-sp,
    #container .reason-container .transport-sp {
        display: block;
   }

    #container .reason-container .general-sp img,
    #container .reason-container .transport-sp img {
        display: block;
        width: 92%;
        margin: 0 auto 10px;
   }
}

@media screen and (max-width:700px) {
    #container .reason-container .choose-reason-detail .choose-reason-info li {
        width: 75%;
   }
}

@media screen and (max-width:600px) {
    #container .reason-container .choose-reason-detail .choose-reason-info li,
    #container .reason-container .reason .reason-banner {
        width: 100% !important;
   }
}

@media screen and (max-width:490px) {
    #container .reason-container .reason .choose-reason .choose-reason-item {
        font-size: 1.7rem;
   }
}

@media (hover:hover) {
    #container .reason-container .general-sp:hover,
    #container .reason-container .general:hover,
    #container .reason-container .transport-sp:hover,
    #container .reason-container .transport:hover,
    .hover-org:hover,
    .hover-truck:hover {
        opacity: .4;
   }
}

/*-----------------------------------

	service-container

-----------------------------------*/
#container .service-container {
    width: 100%;
    margin: 0 auto;
}

#container .service-container .service {
    position: relative;
    height: 250px;
    background: #faebd7;
    text-align: center;
    padding-top: 50px;
}

#container .service-container .service .service-solution {
    letter-spacing: .4px;
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-weight: 700;
}

#container .service-container .service .one-stop-service {
    text-align: center;
    margin-right: 100px;
}

#container .service-container .service .one-stop-service .one-stop-item:before {
    content: "One Stop Service";
    position: absolute;
    height: 10px;
    font-size: .9375rem;
    top: -20px;
    left: 31%;
    color: #f08300;
    font-weight: 400;
}

#container .service-container .service .one-stop-service .one-stop-item {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 2.25rem;
    font-weight: 900;
    vertical-align: 12px;
}

#container .service-container .service:after {
    content: "";
    position: absolute;
    border-color: #faebd7 transparent transparent;
    border-style: solid;
    border-width: 250px 500px 0;
    margin: 0 auto;
    z-index: -999;
    top: 250px;
    left: 0;
    right: 0;
}

#container .service-container .one-stop-container {
    position: relative;
    max-width: 1200px;
    padding: 90px 100px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .16);
    overflow: hidden;
    background: #fff;
    height: auto;
    margin: -45px auto 85px;
    border-top: 5px solid #f08300;
}

#container .service-container .one-stop-container .one-stop-test {
    display: flex;
    margin-bottom: 60px;
}

#container .service-container .one-stop-container .one-stop-test .one-stop-solution {
    position: absolute;
    width: 490px;
}

#container .service-container .one-stop-container .one-stop-test .one-stop-solution .problem {
    color: #f08300;
    font-size: 1.25rem;
    font-weight: 700;
}

#container .service-container .one-stop-container .one-stop-test .one-stop-solution .solution-image {
    margin-left: -3px;
}

#container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-headline {
    color: #f08300;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 35px;
}

#container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-pr {
    color: #f08300;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 35px;
}

#container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-text {
    font-size: .9375rem;
    letter-spacing: .3px;
    line-height: 30px;
}

#container .service-container .one-stop-container .advantage-wrapper {
    margin-top: 5em;
}

#container .service-container .one-stop-container .one-stop-image {
    position: relative;
    width: 100%;
    height: 378.8px;
    background-image: url(../img/index/one_stop.da92627.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 80px;
    margin-left: 400px;
}

#container .service-container .one-stop-container .one-stop-image li {
    position: absolute;
    color: #f08300;
    font-size: 1.3125rem;
    font-weight: 700;
}

#container .service-container .one-stop-container .one-stop-image li:first-child {
    margin-top: 20px;
    margin-left: 213px;
}

#container .service-container .one-stop-container .one-stop-image li:nth-child(2) {
    margin-top: 20px;
    margin-left: 400px;
}

#container .service-container .one-stop-container .one-stop-image li:nth-child(3) {
    margin-top: 100px;
    margin-left: 468px;
}

#container .service-container .one-stop-container .one-stop-image li:nth-child(4) {
    margin-top: 214px;
    margin-left: 480px;
}

#container .service-container .one-stop-container .one-stop-image li:nth-child(5) {
    margin-top: 311px;
    margin-left: 474px;
}

#container .service-container .one-stop-container .one-stop-image li:nth-child(6) {
    margin-top: 237px;
    margin-left: 62px;
}

#container .service-container .one-stop-container .one-stop-image li:nth-child(7) {
    margin-top: 116px;
    margin-left: 16px;
}

#container .service-container .one-stop-container .sp-one-stop-image {
    display: none;
}

#container .service-container .one-stop-container .one-stop-detail {
    display: block;
    width: 255px;
    height: 65px;
    background: #e84709;
    color: #fff;
    text-align: center;
    line-height: 65px;
    font-size: 1.1875rem;
    font-weight: 400;
    margin: 0 auto 73px;
    border-radius: 5px;
}

#container .service-container .one-stop-container .advantage-one {
    color: #f08300;
    font-size: 1.75rem;
    line-height: 40px;
    font-weight: 700;
}

#container .service-container .one-stop-container .advantage-one .advantage-type {
    display: flex;
    justify-content: center;
    margin-bottom: 73px;
    margin-top: 10px;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li {
    position: relative;
    display: inline-block;
    width: 19%;
    height: 170px;
    border: 4px solid #f08300;
    border-radius: 10px;
    padding: 45px 50px;
    margin-right: 1%;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li img.advantage-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: -10px auto 0;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li .advantage-type-text {
    position: absolute;
    font-size: .9375rem;
    font-weight: 700;
    letter-spacing: .1px;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 16px auto;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li:first-child img {
    width: 88px;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li:nth-child(2) img {
    margin-top: -20px;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li:nth-child(4) .advantage-type-text {
    letter-spacing: -.7px;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li:nth-child(4) img {
    margin-top: 5px;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li:last-child {
    padding: 0;
    margin-right: 0;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li:last-child .advantage-type-text {
    margin-top: 50px;
}

#container .service-container .one-stop-container .advantage-one .advantage-type li:last-child img {
    margin-top: -5px;
}

#container .service-container .one-stop-container .advantage-group {
    display: flex;
    justify-content: space-between;
}

#container .service-container .one-stop-container .advantage-detail {
    display: block;
    margin: 0 auto;
    width: 510px;
    height: 85px;
    background: #e84709;
    color: #fff;
    text-align: center;
    line-height: 85px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .4px;
    border-radius: 5px;
}

@media screen and (max-width:1240px) {
    #container .service-container .one-stop-container .advantage-one .advantage-type li {
        padding: 45px 40px;
   }

    #container .service-container .one-stop-container .one-stop-image {
        background-image: url(../img/index/one_stop_image_sp.4f2917d.svg);
   }

    #container .service-container .one-stop-container .one-stop-image li {
        display: none;
   }
;
}
@media screen and (max-width:1080px) {
        #container .service-container .service {
        height: 110px;
        padding-top: 30px;
        margin-bottom: 55px;
   }

    #container .service-container .service .service-solution {
        letter-spacing: normal;
        margin-bottom: 14px;
        font-size: 1.15rem;
        font-weight: 400;
   }

    #container .service-container .service .one-stop-service {
        margin-right: 4%;
   }

    #container .service-container .service .one-stop-service img {
        width: 45px;
   }

    #container .service-container .service .one-stop-service .one-stop-item {
        margin-top: 20px;
        padding-left: 8px;
        font-size: 2.5rem;
        vertical-align: 6px;
   }

    #container .service-container .service .one-stop-service .one-stop-item:before {
        top: -15px;
   }

    #container .service-container .service:after {
        border-width: 220px 50vw 0;
        top: 110px;
        overflow: hidden;
   }

    #container .service-container .one-stop-container {
        margin: 25px 15px 18px;
        padding: 35px 15px 0;
   }

    #container .service-container .one-stop-container .one-stop-test {
        margin-bottom: 20px;
        display: block;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution {
        position: static;
        width: 100%;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .solution-image {
        width: 28%;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .problem {
        font-size: 1.6rem;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-headline {
        font-size: 4rem;
        font-weight: 900;
        line-height: 45px;
        margin-top: 10px;
        margin-bottom: 0;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-pr {
        font-size: 3rem;
        margin-top: 15px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 20px;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-text {
        margin: 0 0 20px;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: normal;
   }

    #container .service-container .one-stop-container .one-stop-image {
        display: none;
   }

    #container .service-container .one-stop-container .sp-one-stop-image {
        display: block;
   }

    #container .service-container .one-stop-container .sp-one-stop-image img {
        display: block;
        width: 50%;
        margin: 0 auto;
   }

    #container .service-container .one-stop-container .one-stop-detail {
        width: 100%;
        height: 60px;
        margin-bottom: 40px;
   }

    #container .service-container .one-stop-container .advantage-one {
        font-size: 1.59rem;
   }

    #container .service-container .one-stop-container .advantage-one .advantage-text {
        margin-bottom: 5px;
        background: linear-gradient(90deg, #f5a200 0, #f5a200 19%, #e94709 0, #e94709 80%);
        padding: 2px 10px 3px 35px;
        font-size: 1.45rem;
   }

    #container .service-container .one-stop-container .advantage-one .advantage-type {
        flex-wrap: wrap;
        margin-bottom: 46px;
   }

    #container .service-container .one-stop-container .advantage-one .advantage-type li {
        width: 49%;
        height: 140px;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 30px 34px 0;
   }

    #container .service-container .one-stop-container .advantage-one .advantage-type li .advantage-type-text {
        margin: 6px auto;
   }

    #container .service-container .one-stop-container .advantage-one .advantage-type li:first-child,
    #container .service-container .one-stop-container .advantage-one .advantage-type li:nth-child(3) {
        margin-right: 5px;
   }

    #container .service-container .one-stop-container .advantage-one .advantage-type li:nth-child(4) img {
        margin-top: -3px;
   }

    #container .service-container .one-stop-container .advantage-one .advantage-type li:nth-child(5) img {
        margin-top: -15px;
   }

    #container .service-container .one-stop-container .advantage-group {
        display: inline;
        display: initial;
        font-size: 1.59rem;
   }

    #container .service-container .one-stop-container .advantage-group .advantage-other {
        width: 100%;
   }

    #container .service-container .one-stop-container .advantage-group .advantage-text {
        margin-bottom: 5px;
        background: linear-gradient(90deg, #f5a200 0, #f5a200 19%, #e94709 0, #e94709 80%);
        padding: 2px 10px 3px 35px;
        font-size: 1.45rem;
   }

    #container .service-container .one-stop-container .advantage-group .advantage-text-detail {
        margin-top: 0;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: normal;
   }

    #container .service-container .one-stop-container .advantage-detail {
        width: 100%;
        height: 60px;
        line-height: 60px;
        margin-bottom: 28px;
   }

}

@media screen and (max-width:600px) {
    #container .service-container .service .one-stop-service {
        margin-right: 30px;
   }

    #container .service-container .service .one-stop-service .one-stop-item:before {
        margin-left: -6%;
   }

    #container .service-container .service:after {
        border-width: 100px 50vw 0;
   }

    #container .service-container .one-stop-container {
        margin-top: -20px;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .solution-image {
        width: 45%;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-headline {
        margin-top: 0;
        font-size: 3.5rem;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-pr {
        line-height: normal;
   }

    #container .service-container .one-stop-container .sp-one-stop-image img {
        width: 90%;
   }
}

@media screen and (max-width:490px) {
    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-headline {
        font-size: 2.5rem;
   }

    #container .service-container .one-stop-container .one-stop-test .one-stop-solution .one-stop-pr {
        font-size: 2rem;
   }
;
}

/*-----------------------------------

	blog-container

-----------------------------------*/
#container .blog-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 100px 55px;
    background: #faf7f2;
}

#container .blog-container .blog {
    position: relative;
    padding-top: 65px;
}

#container .blog-container .blog .taiyo-blog {
    letter-spacing: .4px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
}

#container .blog-container .blog .blog-fun {
    text-align: center;
    margin-right: 130px;
    margin-bottom: 65px;
}

#container .blog-container .blog .blog-fun .blog-headline:before {
    content: "Staff Blog";
    position: absolute;
    width: 120px;
    height: 10px;
    font-size: .9375rem;
    top: -20px;
    left: 31%;
    color: #f08300;
    font-weight: 400;
}

#container .blog-container .blog .blog-fun .blog-headline {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: -35px;
    font-size: 2.0625rem;
    font-weight: 900;
    vertical-align: 12px;
}

#container .blog-container .blog .blog-list .blog-list-item {
    display: flex;
    justify-content: center;
    margin: 0 auto 50px;
}

#container .blog-container .blog .blog-list .blog-list-item li {
    width: 280px;
    margin-right: 2%;
}
#container .blog-container .blog .blog-list .blog-list-item li:nth-child(n+5) {
    display: none;
}
#container .blog-container .blog .blog-list .blog-list-item li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

#container .blog-container .blog .blog-list .blog-list-item li .img-area {
    height: 219px;
}

#container .blog-container .blog .blog-list .blog-list-item li img {
    width: 100%;
    height: 100%;
    box-shadow: 3.6px 3.6px 0 0 rgba(3, 0, 0, .2);
    object-fit: cover;
}

#container .blog-container .blog .blog-list .blog-list-item li .blog-one-box {
    margin-top: -5px;
    background: #fff;
    height: 100px;
    width: 100%;
    box-shadow: 3.6px 3.6px 0 0 rgba(3, 0, 0, .2);
    display: flex;
    flex-direction: column;
}

#container .blog-container .blog .blog-list .blog-list-item li .blog-one-box>div {
    display: flex;
}

#container .blog-container .blog .blog-list .blog-list-item li .blog-one-box>div .category {
    font-size: .75rem;
    background: #0f8aa0;
    color: #fff;
    letter-spacing: 1.3px;
    flex: 5;
    margin-right: 25px;
    text-align: center;
    padding: 3px 0;
}

#container .blog-container .blog .blog-list .blog-list-item li .blog-one-box>div .blog-date {
    flex: 6;
    font-size: .875rem;
    color: grey;
    padding: 3px 0;
}

#container .blog-container .blog .blog-list .blog-list-item li .blog-one-box .blog-title {
    font-size: .875rem;
    letter-spacing: .4px;
    padding: 15px 20px;
    line-height: 21px;
}

#container .blog-container .blog-detail {
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 60px;
    background: #e84709;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 5px;
}

@media screen and (max-width:1240px) {
    #container .blog-container .blog .blog-list .blog-list-item li .blog-one-box .blog-date {
        margin-right: 7%;
   }
}

@media screen and (max-width:1080px) {
        #container .blog-container {
        padding: 0 15px 32px;
   }

    #container .blog-container .blog {
        padding-top: 30px;
   }

    #container .blog-container .blog .taiyo-blog {
        font-weight: 400;
   }

    #container .blog-container .blog .blog-fun {
        margin-right: 6%;
        margin-bottom: 28px;
   }

    #container .blog-container .blog .blog-fun img {
        width: 45px;
   }

    #container .blog-container .blog .blog-fun .blog-headline {
        margin-top: 30px;
        margin-right: 0;
        padding-left: 8px;
        font-size: 2.5rem;
        vertical-align: 6px;
   }

    #container .blog-container .blog .blog-fun .blog-headline:before {
        left: 25%;
   }

    #container .blog-container .blog .blog-list {
        margin-top: 31px;
   }

    #container .blog-container .blog .blog-list .blog-list-item {
        flex-wrap: wrap;
        margin-bottom: 28px;
   }

    #container .blog-container .blog .blog-list .blog-list-item li {
        width: 40%;
        margin-bottom: 25px;
   }

    #container .blog-container .blog-detail {
        width: 100%;
   }
}

@media screen and (max-width:700px) {
    #container .reason-container .choose-reason-detail .choose-reason-info li {
        width: 75%;
   }

    #container .blog-container .blog .blog-list .blog-list-item li {
        width: 45%;
   }
}

@media screen and (max-width:600px) {
    #container .blog-container .blog .blog-list .blog-list-item li {
        width: 100%;
        margin-bottom: 25px;
   }

    #container .blog-container .blog .blog-list .blog-list-item li .img-area {
        height: 66vw;
    }

    #container .blog-container .blog .blog-list .blog-list-item li .blog-one-box .blog-title,
    #container .blog-container .blog .blog-list .blog-list-item li .blog-one-box>div .blog-date,
    #container .blog-container .blog .blog-list .blog-list-item li .blog-one-box>div .category {
        font-size: 1.2rem;
   }

    #container .blog-container .blog-fun {
        margin-right: 13%;
   }

    #container .blog-container .blog-fun .blog-headline:before {
        left: 16%;
   }
}

/*-----------------------------------

	news-container

-----------------------------------*/
#container .news-container {
    width: 100%;
    margin: 0 auto;
    padding: 80px 175px 145px 140px;
    display: flex;
}

#container .news-container .news-detail {
    min-width: 250px;
    margin-right: 100px;
}

#container .news-container .news-detail .news-detail-headline {
    color: #e84709;
    font-size: .9375rem;
    margin-bottom: 13px;
}

#container .news-container .news-detail .new-arrival {
    font-size: 1.5625rem;
    margin-bottom: 30px;
    font-weight: 700;
}

#container .news-container .news-detail .news-detail-btn {
    display: block;
    width: 255px;
    height: 56px;
    border: 1px solid #e84709;
    text-align: center;
    line-height: 56px;
    font-size: 1.125rem;
    font-weight: 400;
    border-radius: 5px;
    margin: 0 auto 30px;
    position: relative;
}

#container .news-container .news-detail .news-detail-btn>a {
    color: #e84709;
}

#container .news-container .news-detail .sns-link {
    display: flex;
}

#container .news-container .news-detail .sns-link img {
    margin-left: 10px;
    width: 30px;
}

#container .news-container .news-detail-btn-sp,
#container .news-container .sns-link-sp {
    display: none;
}

#container .news-container .news-list {
    width: 100%;
}

#container .news-container .news-list .news-list-detail {
    border-top: 1px solid #ddd;
}

#container .news-container .news-list .news-list-detail li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 30px;
}

#container .news-container .news-list .news-list-detail li a .subheading {
    display: flex;
}

#container .news-container .news-list .news-list-detail li a .subheading time {
    color: grey;
    font-size: .875rem;
}

#container .news-container .news-list .news-list-detail li a .subheading .notice {
    font-size: .75rem;
    padding: 5px 40px;
    top: 0;
    left: 0;
    background: #f08300;
    color: #fff;
    letter-spacing: 1.3px;
    margin-right: 20px;
    margin-bottom: 30px;
}

#container .news-container .news-list .news-list-detail li a .news-title {
    font-size: .9375rem;
}

@media screen and (max-width:1080px) {
    #container .news-container {
        width: 100%;
        margin: 0 auto;
        padding: 47px 15px 50px;
        display: block;
   }
    
    #container .news-container .news-detail {
        position: relative;
        margin-right: 0;
   }

    #container .news-container .news-detail .news-detail-headline {
        margin-bottom: 0;
        font-size: 1rem;
   }

    #container .news-container .news-detail .new-arrival {
        font-size: 1.7rem;
   }

    #container .news-container .news-detail .news-detail-btn,
    #container .news-container .news-detail .sns-link {
        display: none;
   }

    #container .news-container .news-detail-btn-sp {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 60px;
        border: 1px solid #e94709;
        align-items: center;
        border-radius: 5px;
        margin: 50px auto auto;
        position: relative;
   }

    #container .news-container .news-detail-btn-sp>a {
        color: #e84709;
   }

    #container .news-container .news-detail-btn-sp span {
        font-weight: 700;
        color: #e94709;
        font-size: 1.125rem;
   }

    #container .news-container .sns-link-sp {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: -15px;
   }

    #container .news-container .sns-link-sp>:first-child {
        padding-right: 20px;
   }
}

/*-----------------------------------

	map-container

-----------------------------------*/
#container .map-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 83px;
    background: #fdeedc;
}

#container .map-container .map {
    padding-top: 65px;
    margin-bottom: 65px;
    display: flex;
    justify-content: center;
    margin-left: -100px;
}

#container .map-container .map .map-headline {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}

#container .map-container .map .map-headline h2 {
    font-size: 2.25rem;
    font-weight: 900;
}

#container .map-container .map .map-headline div {
    text-align: center;
    font-size: .9375rem;
    color: #f08300;
    font-weight: 400;
}

#container .map-container .map-detail-container .map-detail {
    width: 1200px;
    height: 540px;
    margin: 0 auto 30px;
    background: #fff;
    padding: 40px 49px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    display: flex;
    justify-content: space-between;
}

#container .map-container .map-detail-container .map-detail img {
    width: 256px;
    height: 140px;
    margin-top: 33px;
    background-color: #64aebb;
}

#container .map-container .map-detail-container .map-detail .map-detail-headline {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e94709;
    margin-bottom: 20px;
    border-bottom: 2px solid #e94709;
    line-height: 2;
}

#container .map-container .map-detail-container .map-detail .map-info {
    width: 800px;
    height: 470px;
}

#container .map-container .map-detail-container .map-detail .map-address {
    line-height: 25px;
    letter-spacing: .4px;
    font-size: .9375rem;
    font-style: normal;
}
@media screen and (max-width:1240px) {
    #container .map-container .map-detail-container .map-detail {
        width: 95%;
   }

    #container .map-container .map-detail-container .map-detail .map-info {
        width: 67.6%;
        height: 91%;
   }
}
@media screen and (max-width:1080px) {
    #container .map-container {
        padding: 0 15px 25px;
   }

    #container .map-container .map {
        margin-bottom: 30px;
   }

    #container .map-container .map .map-headline {
        margin-left: 20px;
   }

    #container .map-container .map img {
        transform: scale(.9);
   }

    #container .map-container .map-detail-container .map-detail {
        height: auto;
        position: relative;
        padding: 17px 13px 26px;
        border-top: 3px solid #e94709;
        display: block;
   }

    #container .map-container .map-detail-container .map-detail .map-detail-headline {
        border-bottom: none;
   }

    #container .map-container .map-detail-container .map-detail img {
        display: none;
   }

    #container .map-container .map-detail-container .map-detail .map-address {
        margin-top: 300px;
        font-size: 1.2rem;
        line-height: 1.6;
   }

    #container .map-container .map-detail-container .map-detail .map-info {
        position: absolute;
        top: 58px;
        width: 97%;
        height: 276px;
   }
}
@media screen and (max-width:600px) {
    #container .map-container .map .map-headline {
        margin-left: 10px;
   }

    #container .map-container .map img {
        transform: scale(.7);
        margin-top: -15px;
   }

    #container .map-container .map-detail-container .map-detail .map-info {
        width: 92%;
        height: 176px;
   }

    #container .map-container .map-detail-container .map-detail .map-address {
        margin-top: 195px;
   }

    #container .news-container .news-list .news-list-detail li a .news-title {
        font-size: 1.2rem;
   }
}