html {
    scroll-padding-top: 45px;
}

#container .contents {
    text-align: center;
}

#container section p {
    line-height: 2;
}

#container section .title h1,
#container section .title p {
    color: #e94709;
    font-weight: 700;
}

#container section .title h1 {
    font-size: 3.125rem;
}

#container section .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
}

#container section .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}

#container .sp-br {
    display: none;
}

@media screen and (max-width:600px) {
    html {
       scroll-padding-top: 55px;
    }
    #container .sp-br {
       display: block;
    }
}

/*-----------------------------------

	top_mv

-----------------------------------*/
#container .top_mv {
    height: 420px;
    background-color: #e94709;
    text-align: center;
}

#container .top_mv .key-container {
    display: flex;
    justify-content: center;
}

#container .top_mv .key-container .title-top {
    margin-top: 35px;
    margin-left: 0;
    display: flex;
    align-items: center;
}

#container .top_mv .key-container .title-top .caption {
    width: 327px;
    margin: -69px 0 0 20px;
    display: flex;
    justify-content: space-between;
}

#container .top_mv .key-container .title-top .text-top {
    font-size: 6.25rem;
    font-weight: 900;
    color: #fff;
    transform: skewX(-9deg);
    letter-spacing: -12px;
}

#container .top_mv .key-container .title-top .text-top .small {
    font-size: 3.75rem;
    font-weight: 900;
    color: #fff;
}

#container .top_mv .key-container .title-top .text-top .sp-orange {
    display: none;
}

#container .top_mv .key-container .title-top p {
    color: #fff;
    margin-top: 90px;
    line-height: 1.7;
    letter-spacing: .1em;
    font-size: 1.125rem;
}

#container .top_mv .key-container .title-top img {
    width: 21px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 103px;
}

#container .top_mv .key-container .title-top .line-img {
    transform: rotate(50deg);
}

#container .top_mv .key-container .title-bottom {
    margin-top: -5px;
    display: flex;
}

#container .top_mv .key-container .title-bottom .balloon-orange {
    width: 136px;
    background-image: url(../img/buying/balloon_bg_or.svg);
    background-repeat: no-repeat;
}

#container .top_mv .key-container .title-bottom .balloon-orange .balloon-text {
    display: block;
    color: #fff;
    font-size: 3.3125rem;
    font-weight: 700;
    transform: skewX(4deg);
    letter-spacing: -6px;
    line-height: 126px;
}

#container .top_mv .key-container .title-bottom .text-bottom {
    margin: -30px 0 0 22px;
    color: #fff;
    font-size: 7.8125rem;
    font-weight: 900;
    transform: skewX(-9deg);
}

#container .top_mv .key-container .title-bottom .text-bottom .small {
    color: #fff;
    font-size: 3.9375rem;
    font-weight: 900;
    letter-spacing: -5px;
}

#container .top_mv .key-container .title-bottom .box {
    width: 258px;
    height: 35px;
    margin-top: 8px;
    margin-left: -243px;
    background-color: #f5a200;
    font-size: 1.25rem;
    font-weight: 900;
    color: #e94709;
    line-height: 35px;
}

#container .top_mv .key-container .balloon {
    margin-top: 60px;
    margin-left: 13px;
    position: relative;
}

#container .top_mv .key-container .balloon img:first-child {
    position: absolute;
}

#container .top_mv .key-container .text {
    text-align: left;
}

#container .top_mv .key-container .text .name {
    margin-top: 13px;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 500;
}

#container .top_mv .key-container .text .name .orange {
    margin-right: 9px;
    padding: 8px 12px;
    background-color: #f08300;
    color: #fff;
    font-size: 1rem;
    line-height: 35px;
}

#container .top_mv .key-container .text .detail {
    margin-top: 5px;
    color: #fff;
}

#container .top_mv .top-inquiry a {
    text-decoration: none;
}

#container .top_mv .top-inquiry p {
    width: 400px;
    margin: 0 auto 26px;
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 500;
    border-bottom: 1px solid;
}

@media screen and (max-width:1080px) {
      #container .top_mv {
        padding-bottom: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      #container .top_mv .key-container .performance {
        display: none;
      }

      #container .top_mv .key-container .title-top {
        flex-direction: column-reverse;
        margin-top: 0;
      }

      #container .top_mv .key-container .title-top .text-top {
        font-size: 3rem;
        letter-spacing: 0;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      #container .top_mv .key-container .title-top .text-top .small {
        font-size: 2rem;
      }

      #container .top_mv .key-container .title-top .text-top .sp-orange {
        display: block;
      }

      #container .top_mv .key-container .title-top .text-top .sp-orange .balloon-text {
        font-weight: 900;
        color: #fff;
      }

      #container .top_mv .key-container .title-bottom {
        flex-direction: column;
      }

      #container .top_mv .key-container .title-bottom .balloon-orange {
        display: none;
      }

      #container .top_mv .key-container .title-bottom .text-bottom {
        font-size: 3rem;
        margin: 0;
      }

      #container .top_mv .key-container .title-bottom .text-bottom .small {
        font-size: 2.5rem;
        letter-spacing: 0;
      }

      #container .top_mv .key-container .title-bottom .text-select {
        display: none;
      }

      #container .top_mv .top-inquiry,
      #container .top_mv .top-inquiry a p {
        width: auto;
      }
}
@media screen and (max-width:600px) {
      #container .top_mv .key-container .title-top .caption {
        width: 180px;
      }

      #container .top_mv .key-container .title-top p {
        margin-top: 100px;
      }

}

/*-----------------------------------

	band

-----------------------------------*/
#container .band {
    height: 121px;
    background-color: #fff;
}

#container .band a {
    text-decoration: none;
}

#container .band .container {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

#container .band .container address {
    display: flex;
    font-style: normal;
}

#container .band .container address .office {
    width: 135px;
    height: 36px;
    background-color: #e94709;
    font-size: 1.3125rem;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

#container .band .container address img {
    width: 21px;
    margin-left: 10px;
    margin-right: 4px;
}

#container .band .container address .phone a {
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 36px;
}

#container .band .container address:last-child {
    margin-left: 28px;
}

#container .band time {
    display: block;
    margin-top: 12px;
    color: #595757;
    text-align: center;
    font-size: 1.25rem;
}

@media screen and (max-width:1080px) {
    #container .band {
    height: auto;
    }

    #container .band .container {
    display: block;
    }

    #container .band .container address {
    justify-content: center;
    }

    #container .band .container address:last-child {
    margin-top: 10px;
    margin-left: 0;
    }

    #container .band time {
    margin: 12px auto;
    }
}

/*-----------------------------------

	bar

-----------------------------------*/
#container .bar {
    content: "";
    display: inline-block;
    width: calc(100% + 24px);
    height: 17.543px;
    background-image: url(../img/common/common_line.236e044.svg);
    background-repeat: repeat-x;
    background-position: 24px;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

@media screen and (max-width:1080px) {
    #container .bar {
    transform: rotate(0deg);
    width: 100%;
    }
}

@media screen and (max-width:600px) {
    #container .bar {
    height: 11.543px;
    }
}

/*-----------------------------------

	reason

-----------------------------------*/
#container .reason .title {
    margin-top: 120px;
    margin-bottom: 60px;
}

#container .reason .item {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 20px;
    padding-top: 39px;
    padding-bottom: 39px;
    padding-left: 50px;
    border: 1px solid #707070;
    border-radius: 12px;
    list-style: none;
    display: flex;
}

#container .reason .item .left {
    text-align: left;
    width: 50%;
}

#container .reason .item .left .main-text {
    width: 544px;
    margin-top: 17px;
    margin-bottom: 18px;
    font-size: 2rem;
    font-weight: 700;
    color: #e94709;
    border-bottom: 7px solid rgba(245, 162, 0, .15);
}

#container .reason .item .left p {
    font-size: .9375rem;
    width: 544px;
    font-weight: 500;
}

#container .reason .item .left .box {
    width: 544px;
    height: 64px;
    margin-top: 29px;
    padding-top: 14px;
    padding-left: 26px;
    background-color: rgba(245, 162, 0, .18);
    line-height: 2;
    font-size: 1.125rem;
    color: #707070;
}

#container .reason .item .left .box img {
    margin-right: 15px;
}

#container .reason .item .left .box .orange a {
    font-size: 1.125rem;
    color: #e94709;
    font-weight: 500;
    text-decoration: underline;
}

#container .reason .item .arrow-box {
    position: relative;
    width: 256px;
    height: 46px;
    background: #f08300;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 43px;
    border-radius: 10px;
}

#container .reason .item .arrow-box .large {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
}

#container .reason .item .arrow-box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 11px 7px;
    margin-left: -10px;
    border-top-color: #f08300;
}

#container .reason .item .img-area {
    margin-left: 52px;
    width: 50%;
}

#container .reason .item .img-area img {
    width: 90%;
    height: auto;
}

@media screen and (max-width:1080px) {
    #container .reason .item {
    width: 92%;
    margin: 0 auto 20px;
    padding-left: 0;
    display: block;
    }

    #container .reason .item .left {
    width: 100%;
    text-align: center;
    }

    #container .reason .item .left .arrow-box {
    margin: 0 auto;
    }

    #container .reason .item .left .main-text {
    width: 92%;
    margin: 18px auto 30px;
    }

    #container .reason .item .left p {
    width: 92%;
    margin: 0 auto;
    }

    #container .reason .item .left .box {
    width: 92%;
    margin: 30px auto 0;
    padding: 17px 0;
    }

    #container .reason .item .img-area {
    width: 70%;
    margin: 30px auto 0;
    }
}

@media screen and (max-width:600px) {
    #container .reason .title {
    margin-top: 60px;
    margin-bottom: 40px;
    }
    
    #container .reason .item {
    padding-top: 20px;
    }

    #container .reason .item .img-area {
    width: 100%;
    }

    #container .reason .item .left .main-text {
    margin-top: 30px;
    }

    #container .reason .item .left .box {
    padding-top: 6px;
    }

    #container .reason .item:nth-child(2) .left .box img {
    margin-left: -22px;
    }

    #container .reason .item:nth-child(2) .left .box span {
    margin-left: 38px;
    }

    #container .reason .item:nth-child(3) .left .box img {
    margin-left: -72px;
    }

    #container .reason .item:nth-child(3) .left .box span {
    margin-left: 38px;
    }
}

/*-----------------------------------

	flow

-----------------------------------*/
#container .flow {
    text-align: center;
}

#container .flow .title {
    margin-top: 104px;
    margin-bottom: 60px;
}

#container .flow .title h1,
#container .flow .title p {
    color: #e94709;
}

#container .flow .text {
    width: 719px;
    margin: 0 auto;
}

#container .flow .band {
    max-width: 1200px;
    width: 85%;
    height: 63px;
    margin: 95px auto 40px;
    background-color: #e94709;
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 63px;
}

#container .flow .flow-img {
    max-width: 1200px;
    width: 85%;
    height: 175px;
    margin: 0 auto 76px;
    background-image: url(../img/buying/buying-flow.df7f9df.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
}

#container .flow .flow-img li {
    width: 25%;
    list-style: none;
}

#container .flow .flow-img li .caption {
    width: 126px;
    height: 28px;
    margin: 2.5em auto 1em;
    background-color: #f08300;
    border-radius: 10px;
    font-size: 1rem;
    color: #fff;
}

#container .flow .flow-img li .main-text {
    font-size: 1.1875rem;
    font-weight: 700;
}

#container .flow .flow-img li p {
    width: 80%;
    margin: 10px auto 0;
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
}

#container .flow .flow-img li:last-child .caption {
    background-color: #f5a200;
}

#container .flow .flow-img li:last-child .main-text {
    color: #fff;
}

#container .flow .sp-img {
    display: none;
}

@media screen and (max-width:1240px) {
    #container .flow .flow-img li .caption {
    margin-top: 1.5em;
    height: 25px;
   }
}

@media screen and (max-width:1080px) {
      #container .flow .band {
        width: 92%;
      }

      #container .flow .sp-img {
        width: 92%;
        margin: 0 auto 60px;
        display: block;
      }

      #container .flow .scroll-area {
        position: relative;
        overflow-x: scroll;
        width: 85%;
        margin: auto;
      }

      #container .flow .scroll-area .flow-img {
        width: 1000px;
      }
}

@media screen and (max-width:600px) {
      #container .flow .title {
        margin-bottom: 40px;
      }

      #container .flow .band,
      #container .flow .title {
        margin-top: 60px;
      }

      #container .flow .scroll-area .flow-img {
        width: 850px;
        height: 130px;
        margin-bottom: 30px;
      }
}