@charset "UTF-8";

@media screen and (max-width: 980px) {
    .br-980-hidden {
        display: none;
    }
}

/*=============================
    mainvisual
=============================*/
.mainvisual_sp {
    display: none;
}

.mainvisual {
    background-image: url(/images/lp_unsoul_2/mainvisual_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mainvisual_bg {
    background-image: url(/images/lp_unsoul_2/alert_bg.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.mainvisual h1 {
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    main {
        margin-top: 60px;
    }
}

@media screen and (max-width: 600px) {
    .mainvisual_pc {
        display: none;
    }
    .mainvisual_sp {
        display: block;
    }
}

/*=============================
    動画でわかる運SOUL
=============================*/
.movie {
    padding: 50px 10px;
    background: transparent linear-gradient(0deg, #E6EEF6 70%, #F4F7FB 100%) 0% 0% no-repeat padding-box;
}

.movie_content {
    margin: -100px auto 0;
    padding-top: 100px;
    text-align: center;
}

.movie_content p {
    line-height: 1.3;
    margin-bottom: 30px;
}

.movie_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.movie_item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 30px;
    display: flex;
    flex-direction: column;
}

.movie_item h4 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.youtube_movie {
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 980px) {
    .movie_item {
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width: 600px) {
    .movie_content p {
        font-size: 14px;
    }
    .movie_wrap {
        display: block;
    }
    .movie_item {
        width: 100%;
        margin: 30px 0;
    }
    .movie_item h4 {
        font-size: 14px;
    }
}

/*=============================
    onayami
=============================*/
.onayami {
    background: transparent linear-gradient(0deg, #E6EEF6 70%, #F4F7FB 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0;
}

.onayami_inner {
    max-width: 1080px;
    margin: -100px auto 0;
    padding: 100px 0 80px;
}

.onayami_inner .container {
    position: relative;
}

.onayami_tab-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #1D50A2;
    letter-spacing: 3px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.onayami_tab-title::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 26px;
    background: url(/images/lp_unsoul/slash1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 90px;
    transform: translateY(-35%);
}

.onayami_tab-title::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 26px;
    background: url(/images/lp_unsoul/slash2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    right: 90px;
    transform: translateY(-35%);
}

.onayami_tab-title span {
    font-size: 28px;
    padding-left: 3px;
}

.onayami_tab-text {
    text-align: center;
    line-height: 1.5;
    font-size: 23px;
}

.onayami_tab-text span {
    border-bottom: 2px solid #1DC9E6;
    font-weight: 700;
}

.onayami_contents {
    padding: 70px 200px;
    background: #fff;
}

.onayami_contents-title-wrap {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    height: 60px;
}

.onayami_contents-title-wrap2 {
    margin-bottom: 5px;
}

.onayami_contents-dot {
    color: #1D50A2;
    font-size: 23px;
    border-bottom: 2px dotted;
    padding-bottom: 4px;
}

.onayami_contents-dot span {
    font-size: 30px;
    font-weight: 700;
}

.onayami_contents-title {
    font-size: 30px;
    margin-left: 20px;
    font-weight: 700;
}

.onayami_list {
    background: #f0f0f0;
    margin-bottom: 40px;
}



.onayami_list01 {
    position: relative;
}

.onayami_list01::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 146px;
    background: url(/images/lp_unsoul/onayami01.png);
    background-size: cover;
    top: -50px;
    right: -9%;
}

.onayami_list02 {
    position: relative;
}

.onayami_list02::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 146px;
    background: url(/images/lp_unsoul/onayami02.png);
    background-size: cover;
    top: -50px;
    right: -9%;
}

.onayami_list03 {
    position: relative;
}

.onayami_list03::after {
    position: absolute;
    content: "";
    width: 130px;
    height: 146px;
    background: url(/images/lp_unsoul/onayami03.png);
    background-size: cover;
    top: -50px;
    right: -9%;
}

.onayami_list ul {
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.8;
}

.onayami_list ul li {
    list-style: disc;
}

.onayami_subtitle {
    text-align: center;
    color: #1D50A2;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.onayami_subtitle::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 4px;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF455;
}

.onayami_contents2 {
    display: flex;
    margin-top: -100px;
    align-items: center;
}

.onayami_contents2-image {
    width: 100%;
    max-width: 220px;
}

.onayami_contents2-text {
    display: none;
}

.onayami_contents2-text p {
    margin: 20px 0px 20px 30px;
}

.onayami_contents2-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.onayami_contents2-wrap {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: flex-end;
}

.onayami_contents2-icon {
    width: 100%;
    max-width: 100px;
}

.onayami_contents2-text p.onayami_contents2-service {
    font-size: 14px;
    margin: 0 0 0 10px;
}

.onayami_contents2 a {
    text-decoration: underline;
}

/* お悩み解決 swiper */
.container {
    margin: 100px auto 0;
}

.swiper {
    margin: 0 auto 30px;
}

.tab-menu .swiper-slide {
    width: auto;
    padding: 10px 0;
    width: 33%;
    max-width: 290px;
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #0000001A;
    opacity: 0.4;
    height: 280px;
    cursor: pointer;
}

.onayami_icon-wrap {
    position: relative;
    margin-top: -60px;
    z-index: 9;
}

.onayami_icons {
    display: flex;
    justify-content: space-around;
}

.onayami_icon {
    max-width: 200px;
}

.tab-contents {
    margin: -20px auto 30px;
    z-index: 10;
}

.tab-menu .swiper-slide-thumb-active {
    font-weight: bold;
    opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    background: transparent linear-gradient(339deg, #81C8FC 0%, #92E9F0 100%) 0% 0% no-repeat padding-box;
}

.onayami_inner .swiper-button-prev,
.onayami_inner .swiper-button-next {
    top: 780px;
}

.onayami_inner .swiper-button-next {
    right: -20px;
}

.onayami_inner .swiper-button-prev {
    left: -20px;
}

@media screen and (max-width: 980px) {
    .onayami {
        background: transparent linear-gradient(0deg, #E6EEF6 90%, #F4F7FB 100%) 0% 0% no-repeat padding-box;
        overflow: hidden;
    }

    .tab-menu {
        display: none;
    }

    .onayami_icon-wrap {
        display: none;
    }

    .onayami_wrap-sp {
        background: #E6EEF6;
    }

    .onayami_tab-sp {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .onayami_tab-title {
        margin-bottom: 0;
        font-size: 24px;
    }

    .onayami_tab-title span {
        font-size: 34px;
        font-weight: 600;
    }

    .onayami_tab-text {
        width: 65%;
        max-width: 300px;
        font-size: 18px;
    }

    .onayami_icon {
        width: 35%;
    }

    .onayami_tab-title::before {
        left: 40%;
    }

    .onayami_tab-title::after {
        right: 40%;
    }

    .onayami_list01::after,
    .onayami_list02::after,
    .onayami_list03::after {
        display: none;
    }

    .onayami_contents {
        padding: 70px 25px;
        margin-top: -20px;
        z-index: 100;
        position: relative;
    }

    .onayami_inner .swiper-button-prev,
    .onayami_inner .swiper-button-next {
        top: 90px;
    }

    .onayami_inner .swiper-button-prev {
        left: -33px;
    }

    .onayami_inner .swiper-button-next {
        right: -33px;
    }

    .onayami_contents-title-wrap {
        display: none;
    }

    .onayami_contents2 {
        display: none;
    }

    .onayami_subtitle {
        display: none;
    }

    .onayami_subtitle-sp {
        text-align: center;
        color: #1D50A2;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 40px;
        position: relative;
    }

    .onayami_subtitle-sp::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 4px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #FFF455;
    }

    .onayami_subtitle-sp-wrap {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        max-width: 500px;
        margin: 0 auto;
    }

    .onayami_subtitle-sp-wrap .onayami_contents2-image {
        max-width: 160px;
    }

    .onayami_subtitle-sp-text p {
        line-height: 1.8;
    }

    .onayami_subtitle-sp-text a {
        text-decoration: underline;
    }

    .onayami_contents2-wrapper {
        display: none;
    }

    .onayami_contents2-wrap {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .onayami_tab-title::before {
        left: 30%;
    }

    .onayami_tab-title::after {
        right: 30%;
    }

    .onayami_subtitle-sp {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .onayami_subtitle-sp {
        margin-bottom: 20px;
    }

    .onayami_subtitle-sp-wrap {
        justify-content: space-between;
    }

    .onayami_subtitle-sp-wrap .onayami_contents2-image {
        max-width: 100px;
    }

    .onayami_subtitle-sp::before {
        width: 160px;
    }

    .onayami_subtitle-sp-text a {
        font-size: 13px;
    }

    .onayami_contents {
        margin-top: -15px;
    }

    .onayami_contents2-icon {
        max-width: 80px;
    }

    .onayami_contents2-service {
        font-size: 14px;
    }

    .onayami_list ul {
        padding-left: 30px;
    }
}

@media (min-width:981px) {
    .onayami_wrap-sp {
        display: none;
    }

    .onayami_contents2-sp {
        display: none;
    }
}

/*=============================
    about
=============================*/
.about {
    background: transparent linear-gradient(159deg, #FCF8E8 0%, #BDD9F5 51%, #D6E7F4 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0;
}

.about_inner {
    max-width: 1080px;
    margin: -100px auto;
    padding: 100px 0 80px;
}

.about_inner-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.about_span {
    color: #fff;
    background: #6AC1E7;
    padding: 1px 10px 3px;
}

.about_bold {
    font-weight: 700;
}

.about_flex {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.about_container {
    margin: 0 10px;
    background: #E5EEFF;
    padding: 0 0 20px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
}

.about_container h3 {
    background: #1A52C2;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.about_container ul {
    margin: 15px 40px;
    line-height: 1.3;
    flex-grow: 1;
}

.about_container ul li {
    list-style-type: disclosure-closed;
}

.about_content-image {
    width: 80%;
    margin: 0 auto 10px;
    box-shadow: 5px 5px 3px 0 #0000002b
}

.about_info {
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #3680EF;
    padding: 10px 0;
    display: inline-block;
    border-radius: 4px;
    width: 80%;
    margin: 5px auto;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_highlight {
    color: #FFFF7F;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .about_inner-title {
        font-size: 24px;
    }
    .about_flex {
        display: block;
    }
    .about_container {
        width: 100%;
        max-width: 400px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 450px) {
    .about_inner-title {
        font-size: 20px;
    }
}

/*=============================
    point
=============================*/
.point {
    background-color: #E8F2FC;
    background-image: url(../images/lp_unsoul/point_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 50px 0;
}

.point_inner {
    max-width: 1080px;
    margin: -100px auto;
    padding: 100px 0 80px;
}

.point_text {
    text-align: center;
    line-height: 1.3;
    max-width: 945px;
    margin: auto;
}

.point_text span {
    font-size: 30px;
    font-weight: 500;
}

/* できること swiper */
.swiper.tab-menu2 {
    margin: 0 auto;
}

.tab-menu2 .swiper-wrapper {
    justify-content: center;
}

.tab-menu2 .swiper-slide {
    width: auto;
    padding: 10px 0;
    width: calc(20% - 40px);
    margin: 0 20px;
    opacity: .4;
    cursor: pointer;
}

.tab-menu2 .swiper-slide:hover {
    opacity: 1;
}

.tab-menu2 .swiper-slide-thumb-active {
    opacity: 1;
}

.point_blue {
    color: #1D50A2;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point_blue span {
    font-size: 30px;
    margin-left: 5px;
}

.point_small {
    font-size: 14px;
}

.point_menu-title {
    text-align: center;
    font-size: 27px;
}

.tab-contents2 {
    margin: 10px auto 0;
}

.tab-contents2 .swiper-slide {
    background: #fff;
}

.point_contents_title {
    color: #1D50A2;
    font-size: 25px;
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: 2px;
}

.point_contents_title a {
    font-size: 18px;
    margin-left: 16px;
    text-decoration: underline;
}

.point_blue2 {
    font-size: 45px;
    padding-left: 5px;
}

.point_black {
    color: #000;
    font-size: 35px;
    margin-left: 15px;
    font-weight: 500;
}

.point_contents-wrapper {
    padding: 20px 30px;
}

.point_contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.point_contents {
    width: calc(100% / 4 - 60px);
    margin: 0 30px;
}

.point_contents2 {
    width: calc(100% / 3 - 60px);
    margin: 0 30px;
}

.point_contents-subtitle {
    text-align: center;
    font-size: 23px;
    margin-bottom: 30px;
}

.point_contents-text {
    line-height: 1.5;
    font-size: 14px;
}

.point_inner .container {
    position: relative;
}

.swiper-button-prev2,
.swiper-button-next2 {
    top: 100px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    background: transparent linear-gradient(339deg, #81C8FC 0%, #92E9F0 100%) 0% 0% no-repeat padding-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px;
    font-weight: 700;
}

.point_contents-point4 p {
    line-height: 1.3;
}

.point_swiper-text {
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 980px) {
    .point {
        overflow: hidden;
    }

    .point_inner .swiper-button-next {
        right: -33px;
    }

    .point_inner .swiper-button-prev {
        left: -33px;
    }

    .point_contents-wrap {
        display: block;
    }

    .point_contents-wrap4 {
        display: flex;
    }

    .point_contents {
        width: 100%;
        margin: 0 auto;
        max-width: 500px;
    }

    .point_contents-wrap4 .point_contents {
        width: calc(100% / 2 - 60px);
        margin: 0 30px;
    }

    .point_content-image {
        max-width: 150px;
        margin: 0 auto;
    }

    .point_contents_title {
        font-size: 18px;
    }

    .point_contents-subtitle {
        margin-bottom: 10px;
    }

    .point_blue2 {
        font-size: 36px;
    }

    .point_menu-title {
        font-size: 20px;
    }

    .point_black {
        font-size: 22px;
    }

    .point_contents-text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .point_contents_title-wrap {
        display: flex;
        flex-direction: column;
    }

    .point_contents_title a {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .point_contents-wrap4 .point_contents {
        width: calc(100% / 2 - 20px);
        margin: 0 10px;
    }

    .point_contents-subtitle {
        font-size: 20px;
    }

    .point_text {
        font-size: 14px;
    }

    .point_text span {
        font-size: 26px;
    }

    .point_blue {
        display: block;
        text-align: center;
    }

    .tab-menu2 .swiper-slide {
        width: calc(20% - 20px);
        margin: 0 10px;
    }
}

/* 共同配送車両検索QRコード */
.qrcode-leftside {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 200px;
  z-index: 100;
}

.qrcode-leftside a img {
  width: 100%;
  box-shadow: 2px 2px 10px #33333370;
}

.qrcode-leftside a:hover {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .qrcode-leftside {
        display: none;
    }
}