@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i');

/*==================================================
スライダーのためのcss
===================================*/

#main-content .slider {
    position: relative;
    z-index: 1;
}

#main-content .slider-item {
    position: relative;
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
}


/*戻る、次へ矢印の位置*/

#main-content .slick-prev,
#main-content.slick-next {
    display: none !important;
}


/*ドットナビゲーションの設定*/

#main-content .slick-dots {
    display: none !important;
}


/*========= レイアウトのためのCSS ===============*/

#main-content .pc {
    display: block !important;
}

#main-content .sp {
    display: none !important;
}

#main-content {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;
}

#main-content .google {
    font-family: 'Google Sans', sans-serif;
}

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
    font-weight: revert;
}

#main-content a {
    text-decoration: none;
}

#main-content a:hover {
    opacity: 0.7;
}

#main-content a:hover,
#main-content a:active {
    text-decoration: none;
}

#main-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-content img {
    width: 100%;
}

#main-content .video-item {
    width: 100%;
}

#main-content .wrapper {
    margin: 0 auto;
    width: 1200px;
}

#main-content .relative {
    position: relative;
}

#main-content h1 {
    width: 100%;
    font-weight: bolder;
    color: #464646;
    position: absolute;
    z-index: 2;
    top: 6vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 3vw;
    text-transform: uppercase;
}

#main-content h1 span {
    font-size: 67%;
}

#main-content .main_title {
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 6vw;
    top: 14vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 0.8;
}

#main-content .main_title span {
    font-size: 37.5%;
}

#main-content .main_icon {
    position: absolute;
    width: 8.5%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 9vw;
}

@media (max-width: 768px) {
    #main-content .pc {
        display: none !important;
    }
    #main-content .sp {
        display: block !important;
    }
    #main-content h1 {
        top: 6vw;
        font-size: 10vw;
        line-height: 1.25;
    }
    #main-content .main_title {
        font-size: 10vw;
        top: 48vw;
    }
    #main-content .main_icon {
        width: 27vw;
        bottom: 19vw;
    }
    #main-content .wrapper {
        width: 91.67%;
        padding: 0;
    }
}

#main-content .sec-video {
    padding: 120px 0 0;
}

#main-content .youtube-wrap {
    width: 100%;
    aspect-ratio: 16/9;
}

#main-content .youtube-wrap iframe {
    width: 100%;
    height: 100%;
}

#main-content .movie_text {
    color: #666666;
    font-weight: bolder;
    text-align: center;
    font-size: 42px;
    margin: 80px auto;
}

#main-content .movie_text li {
    margin-bottom: 0.2em;
}

#main-content .movie_text li:first-child {
    font-size: 35px;
    margin-bottom: 0.75em;
}

#main-content .movie_text span {
    font-size: 125%;
    position: relative;
}

#main-content .movie_text li:first-child span {
    font-size: 100%;
}

#main-content .movie_text span::after {
    position: absolute;
    content: "";
    background-color: #ffef3f;
    width: 100%;
    height: 0.2em;
    bottom: 0.3em;
    left: 0;
    z-index: -1;
}

#main-content section.s10 {
    padding: 50px 0 140px;
}

#main-content .bg_blue {
    background-image: url(/prdct/telecom/consumer/battery/s10/images/bg_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/*
#main-content .s10_relative {
    margin-bottom: 130px;
} */

#main-content .android_one_s10 {
    position: absolute;
    width: 38%;
    bottom: -140px;
    left: -12.9%;
}

#main-content .solve {
    margin-left: 430px;
    text-align: center;
}

#main-content .solve_img {
    width: 770px;
    margin: 0 auto;
}

#main-content .solve h2 {
    font-size: 40px;
    letter-spacing: -0.07em;
    line-height: 1.2;
}

#main-content .solve h2 span {
    font-size: 150%;
}

#main-content .solve h3 {
    font-size: 35.5px;
    margin-top: 0.3em;
    margin-bottom: 1.2em;
}

@media (max-width: 768px) {
    #main-content .sec-video {
        padding: 2.33vw 0 0;
    }
    #main-content .movie_text {
        font-size: 3.63vw;
        margin: 9.33vw auto;
    }
    #main-content .movie_text li:first-child {
        font-size: 3.63vw;
    }
    #main-content .bg_blue {
        background-image: url(/prdct/telecom/consumer/battery/s10/images/bg_blue_sp.png);
    }
    #main-content .s10_relative {
        margin-bottom: 105vw;
    }
    #main-content .android_one_s10 {
        width: 75%;
        bottom: -105vw;
        left: -4.2%;
    }
    #main-content .solve {
        margin-left: 0;
    }
    #main-content .solve_img {
        width: 85%;
    }
    #main-content .solve h2 {
        font-size: 4.8vw;
    }
    #main-content .solve h3 {
        font-size: 4.17vw;
    }
    #main-content section.s10 {
        padding: 12.5vw 0 105vw;
    }
}

#main-content .fade_content {
    padding: 50px 0;
}

#main-content .fade_content .icon {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#main-content .fade_content h2 p {
    font-size: 54px;
    font-weight: bolder;
    text-align: center;
    color: #458ecb;
}

#main-content .fade_content .sub_title {
    font-size: 34.5px;
    font-weight: bold;
    text-align: center;
    margin: 1em 0 2em;
    line-height: 1.75;
}

#main-content .fade_content h3 {
    font-size: 32px;
    line-height: 1.2;
}

#main-content .fade_content h3 span {
    font-size: 140%;
}

#main-content .text_box {
    position: relative;
}

#main-content .text_box dt {
    position: absolute;
    width: 35%;
    right: 60px;
    bottom: 30px;
}

#main-content .text_box dt ul {
    margin-top: 1em;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 16px;
    line-height: 1.5;
}

#main-content .text_box dt ul.ul-astarisc {
    text-indent: -1.2em;
    margin-left: 1.2em;
}

#main-content .left_center {
    text-align: left;
}

#main-content .charge_50 {
    margin-top: 100px;
}

#main-content .charge_txt {
    font-size: 34.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 70px;
}

#main-content .battery4380 {
    width: 326px;
    margin: 35px auto;
}

#main-content #large .sub_title.mgb80 {
    margin-bottom: 80px;
}

#main-content .note {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}

#main-content #large .sub_title {
    margin-bottom: 10px;
}

#main-content .mgb100 {
    margin-bottom: 100px;
}

#main-content ul.note {
    text-align: left;
    text-indent: -1.9em;
    margin-left: 1.9em;
    margin-bottom: 0;
}

#main-content ul.note.note-disclaimer {
    text-align: right;
    margin-top: 1em;
}

#main-content #lifespan .sub_title.font4 {
    margin-bottom: 50px;
}

#main-content .links_sec {
    padding: 110px 0 55px;
}

#main-content .links_btn {
    padding: 50px 0 0;
}

#main-content .note.left {
    text-align: left;
}

#main-content .links {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 750px;
    padding: 25px 0;
    border-radius: 0.5em;
    margin: 0 auto;
    margin-bottom: 25px;
}

#main-content .links.grey {
    color: #000;
    background-color: #eee;
    border: 4px solid #000;
}

#main-content .links.grey::after {
    position: absolute;
    content: '';
    right: 30px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-top: 2px solid #646464;
    border-right: 2px solid #646464;
    transform: rotate(45deg) translateY(-50%);
}

#main-content .links.red {
    color: #e53534;
    background-color: #fff;
    border: 4px solid #e53534;
    text-indent: 2em;
}

#main-content .links.red::after {
    position: absolute;
    content: '';
    right: 15px;
    bottom: 10px;
    width: 12px;
    height: 10px;
    background-image: url(/prdct/telecom/consumer/battery/s10/images/icon_05.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#main-content .banner {
    display: block;
    width: 750px;
    margin: 0 auto;
}

#main-content .shoppingcar {
    display: inline-block;
    width: 31px;
    position: absolute;
    left: 4em;
}

@media (max-width: 768px) {
    #main-content .fade_content {
        padding: 12.5vw 0;
    }
    #main-content .fade_content .icon {
        width: 25%;
        margin-bottom: 6.67vw;
    }
    #main-content .fade_content h2 p {
        font-size: 7.8vw;
    }
    #main-content .fade_content .sub_title {
        font-size: 5.5vw;
    }
    #main-content .fade_content h3 {
        font-size: 5.5vw;
        text-align: center;
    }
    #main-content .text_box dt {
        position: static;
        width: 100%;
    }
    #main-content .text_box dt ul {
        font-size: 2vw;
        text-align: center;
        margin: 6.67vw 0;
    }
    #main-content .left_center {
        text-align: center;
    }
    #main-content .charge_50 {
        margin-top: 8.33vw;
    }
    #main-content .charge_txt {
        font-size: 4.33vw;
        margin-top: 5.83vw;
    }
    #main-content .battery4380 {
        width: 33%;
        margin: 4.17vw auto;
    }
    #main-content #large .sub_title.mgb80 {
        margin-bottom: 8.33vw;
    }
    #main-content .note {
        font-size: 2vw;
        margin-bottom: 1.5vw;
    }
    #main-content #large .sub_title.font4 {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    #main-content .mgb100 {
        margin-bottom: 8vw;
    }
    #main-content #lifespan .sub_title.font4 {
        margin-bottom: 5vw;
    }
    #main-content .links_sec {
        padding: 10vw 0 7.5vw;
    }
    #main-content .links_btn {
        padding: 12.5vw 0 0;
    }
    #main-content .links {
        font-size: 2.43vw;
        padding: 3.83vw 0;
        margin-bottom: 3.33vw;
        width: 100%;
    }
    #main-content .links.grey::after {
        right: 3.83vw;
        width: 1em;
        height: 1em;
    }
    #main-content .links.red::after {
        right: 2.5vw;
        bottom: 1.67vw;
        width: 1.5vw;
        height: 1.3vw;
    }
    #main-content .banner {
        width: 100%;
    }
    #main-content .shoppingcar {
        width: 5vw;
        left: 3em;
    }
}


/* アニメーション */

#main-content .js-scrollAnime {
    opacity: 0;
}

#main-content .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transform: translate(0px, 0px) scale(0.8, 0.8) rotate(0deg) skew(0deg, 0deg);
        opacity: 0;
        transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
        opacity: 1;
        transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    }
}

@keyframes fadeIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transform: translate(0px, 0px) scale(0.8, 0.8) rotate(0deg) skew(0deg, 0deg);
        opacity: 0;
        transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
        opacity: 1;
        transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    }
}


/* 追従型バナー */

main .contact_fixed a {
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #df0523;
    height: 31.5%;
    color: #fff !important;
    padding: 10px;
    margin: 0;
    height: 400px;
    text-align: center;
    z-index: 100;
    transition: 0.5s;
    position: fixed;
    right: 0px;
    line-height: 1.6;
    font-size: 16px;
    top: calc(50% - (400px / 2));
}

main .contact_fixed a span.navi-icon {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

main .contact_fixed a:hover {
    opacity: 0.7;
}

main .contact_fixed .sp-display {
    display: none;
}

@media (max-width: 768px) {
    main .navi_wrap {
        position: relative;
    }
    main .contact_fixed {
        top: auto;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        position: fixed;
        height: 16vw;
        padding: 3vw;
        z-index: 1000;
        display: none;
    }
    main .contact_fixed a {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        height: auto;
        padding: 0.5em 0em;
        margin: 0;
        position: realtive;
        right: auto;
        font-size: 4vw;
        width: 93vw;
        z-index: 1;
        display: block;
        top: auto;
    }
    main .contact_fixed a span.sp-hide {
        display: none;
    }
}