@charset "utf-8";
body {
    margin: 0;
    background-color: #F1F1F1;
    font-size: 16px;
    font-family: 'Noto Sans JP',
    sans-serif,"Yu Gothic",
    "游ゴシック", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3",
    "メイリオ", sans-serif;
    line-height: 1.5;
}
ul {
    margin-block-end: 0;
}
.pc-block {
    display: block;
}
.sp-block {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    transition-duration: var(--duraiton-300);
    opacity: 1;
}
a:hover {
    transition-duration: var(--duraiton-300);
    opacity: 0.75;
}
:root {
    --color-01: #FF5810;
    --duraiton-150: .15s;
    --duraiton-300: .3s;    
    --duraiton-500: .5s;    
    --duraiton-1000: 1s;
    --duraiton-1500: 1.5s;
}
.color-01 { color: var(--color-01); }
a {
    text-decoration: none;
}
/* ---- inviewパーツ */
.ef-up { transform: translateY(80px); opacity: 0; transition-duration: var(--duraiton-1000); transition-delay: .5s; }
.ef-up-delay-01 { transform: translateY(80px); opacity: 0; transition-duration: var(--duraiton-1500); }
.ef-right { transform: translateX(80px); opacity: 0; transition-duration: var(--duraiton-150); transition-delay: .5s; }
.ef-left { transform: translateX(-80px); opacity: 0; transition-duration: var(--duraiton-150);  transition-delay: .5s; }
.is-show-up { opacity: 1; transform: translateY(0px); transition-duration: var(--duraiton-1000);  transition-delay: .5s; }
.is-show-up-delay-01 { opacity: 1; transform: translateY(0px); transition-duration: var(--duraiton-1500); transition-delay: .5s; }
.is-show-right { opacity: 1; transform: translateX(0px); transition-duration: var(--duraiton-1000); }
.is-show-left { opacity: 1; transform: translateX(0px); transition-duration: var(--duraiton-1000);  }
/* FV */
header {
    background-color: #231816;
    width: 100%;
    position: fixed;
    z-index: 10;
}

.header-inner {
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header-inner .right-item {
    display: flex;
    align-items: center;
}
nav ul {
    display: flex;
    list-style: none;
    margin-block-start: 0px;
    margin-right: 30px;
}
nav li + li {
    margin-left: 20px;
}
nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.sp-nav {
    display: none;
}
.header-logo {
    display: inline-block;
}
.header-logo img {
    height: 60px;
}
main {
    position: relative;
    padding-top: 80px;
}
main .text {
    position: absolute;
    z-index: 2;
    width: 60%;
    top: 20%;
    left: 10%;
    height: auto;
    transform: translateX(-80px); opacity: 0; transition-duration: var(--duraiton-150);
}
main video {
    width: 100%;
    height: auto;
    display: block;
}
main .text.action1 {
    opacity: 1; transform: translateX(0px); transition-duration: var(--duraiton-1000);
    transition-delay: 1s;
}
/* Title */
.title-01 {
    text-align: center;
    margin-bottom: 50px;
}
.title-01 dd img {
    margin: 0 auto;
    max-width: 45px;
    max-height: 45px;
    margin-bottom: 10px;
}
.title-01 h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

/* ボタン */
.btn-wrap {
    padding: 15px;
    display: flex;
    justify-content: center;
}
.btn-01 {
    position: relative;
    background-color: var(--color-01);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    height: 60px;
    width: 100%;
    max-width: 600px;
    border: 3px #fff solid;
    border-radius: 30px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.btn-01 img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.btn-02 {
    position: relative;
    background-color: var(--color-01);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    height: 40px;
    width: 150px;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.collaboration {
    padding: 30px 0;
}
.collaboration img {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.collaboration .column-2 div {
    display: flex;
    min-height: 200px;
    width: 50%;
}
.collaboration .column-2 {
    display: flex;
    margin-top: 30px;

}
.nanase {
    background-color: #B9E089;
    justify-content: flex-end;
}

.sakayori {
    background-color: #BA6EA5;
    justify-content: flex-start;
}

.collaboration .sakayori img,.collaboration .nanase img {
    max-width: 580px;
    margin: 0;
}

section {
    margin-top: 150px;
    padding: 0 15px;
}

section.feature .btn-wrap {
    margin: 50px auto 100px;
}

.caffeine {
    background-color: #fff;
    padding: 50px 0;
}
.caffeine p.sub {
    text-align: center;
    margin-top: 50px;
}
.graph-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}
.graph-wrap div {
    display: flex;
    align-items: center;
}

.graph-wrap div p {
    font-weight: bold;
    min-width: 170px;
    text-align: right;
    margin-right: 50px;
}

.graph-wrap .coffee img {
    max-height: 46px;
    padding: 25px 0;
}
.graph-wrap .energy-drink img {
    max-height: 61px;
    margin-left: 15px;
    padding: 20px 0;
}
.graph-wrap .okiro img {
    max-height: 77px;
    margin-left: 22px;
    padding: 12px 0;
}
.graph-wrap .person img {
    max-height: 101px;
    margin-left: 20px;
}
.case .item {
    position: relative;
    background-color: #fff;
    padding: 30px 20px;
    font-weight: bold;
    margin-bottom: 130px;
}
.case .item {
    position: relative;
    background-color: #fff;
    padding: 30px 20px;
    font-weight: bold;
    margin-bottom: 130px;
}
.case-ribbon {
    position: absolute;
    left: 20px;
    top: -50px;
    width: 45px;
}
.case .type-02 .case-ribbon {
    left: unset;
    right: 20px;
}
.case h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.case dd {
    line-height: 1.75;
}
.case .item span,.case h3 {
    color: var(--color-01);
}
.case .okiro {
    width: 100px;
    position: absolute;
    top: -50px;
}
.case .type-01 {
    margin-left: 200px;
    margin-right: 150px;
    padding-right: 200px;
}
.case .type-01 .okiro {
    transform: rotateZ(-12deg);
    left: -130px;
}
.case .type-02 {
    margin-right: 150px;
    margin-left: 100px;
}
.case .type-02 .okiro {
    transform: rotateZ(12deg);
    right: -100px;
}
.case .case-image {
    position: absolute;
    top: -10px;
    width: 300px;
    border: 5px solid #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.case .type-01 .case-image {
    transform: rotateZ(10deg);
    right: -150px;
}
.case .type-02 .case-image {
    transform: rotateZ(-11deg);
    left: 0px;
}
.case .type-02 dl {
    padding-left: 350px;
}

.voice .item {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.voice .item {
    padding: 20px;
}
.voice .item dt {

}
.voice .item dt span {
    font-size: 20px;
    font-weight: bold;
    border-bottom: var(--color-01) 2px solid;
    display: inline;
    margin-bottom: 10px;
}
.voice .item dd {
    margin-top: 10px;
}
.voice .item img {
    width: 150px;
    margin-right: 20px;
}
.detail {
    background-color: #fff;
    padding: 150px 0 100px;
}

.detail .column-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail .column-2 .item {
    width: 50%;
    max-width: 590px;
}

.detail .okiro {
    max-width: 350px;
    margin: 0 auto;
}
table {
    border-spacing: 0;
}
.table-01 {
    margin-right: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
}
.table-01 th {
    background-color: #EDEDED;
    min-width: 120px;
    text-align: left;
}
.table-01 th,
.table-01 td {
    padding: 10px;
    border-bottom: 2px solid;
}
.table-01 tr:last-child th,
.table-01 tr:last-child td {
    border-bottom: 0;
}
.graph-02 {
    background-color: var(--color-01);
    border: 3px solid var(--color-01);
    margin-right: 50px;
    margin-left: 20px;
}
.graph-02 dt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-01);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.graph-02 dt img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotateX(0deg);
    transition-duration: var(--duraiton-500);
}
.graph-02 dt.open img {
    transform: rotateX(180deg);
    transition-duration: var(--duraiton-500);
}
.graph-02 dd {
    background-color: #fff;
    padding: 20px;
}
.graph-02 dd p {
    text-align: center;
}

.graph-02 dd .column-2 {
    display: flex;
}

.graph-02 dd table {
    width: 50%;
    max-width: 240px;
    padding: 20px 0 0;
}
.graph-02 dd table th {
    text-align: left;
}
.graph-02 dd table td::before {
    content: " : ";
}
.notice {
    margin-right: 50px;
    line-height: 1.75;
}
.bold {
    font-weight: bold;
}
.notice span {
    color: var(--color-01);
}
.column-2.other-list {
    padding: 20px 0;
    justify-content: space-around;
    font-weight: bold;
    margin-right: 50px;
    margin-left: 20px;
}
section.faq {
    margin-top: 0;
    padding: 50px 15px 50px;
}
.faq {
    padding: 150px 0 50px;
    background: #F77A21;
    background: linear-gradient(0deg,rgba(247, 122, 33, 1) 0%, rgba(253, 235, 64, 1) 100%);
}

.faq-wrap {
    max-width: 900px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 10px;
    background-color: #FFCFBA;
}
.faq-wrap + .faq-wrap {
    margin-top: 20px;
}
.faq-wrap dt,.faq-wrap dd {
    min-height: 30px;
    background-color: #fff;
    padding: 10px 15px;
    font-weight: bold;
}
.faq-wrap dt {
    cursor: pointer;
    position: relative;
}
.faq-wrap dt::before {
    font-size: 24px;
    content: "Q";
    padding-right: 15px;
}
.faq-wrap dt img {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: rotateX(180deg);
    transition-duration: var(--duraiton-300);
}
.faq-wrap dt.open img {
    transform: rotateX(0deg);
        transition-duration: var(--duraiton-300);
}
.faq-wrap dd {
    display: none;
    margin-top: 10px;
    padding-right: 50px;
    color: var(--color-01);
}
.faq-wrap dd::before {
    font-size: 24px;
    content: "A";
    padding-right: 15px;
}
footer {
    background-color: #160e0d;
    background-image: url(../img/footer-bg@2x.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 440px;
    width: 100%;
}
footer dl {
    color: #fff;
    text-align: center;
    padding-top: 50px;
}
footer dt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

footer .column-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
    margin: 50px auto 10px;
}

footer p {
    color: #fff;
    text-align: center;
}

footer .column-2 a + a {
    margin-left: 20px;
}

.sns-wrap {
    padding-bottom: 100px;
    list-style: none;
    display: flex;
    justify-content: center;
}
.sns-wrap li + li {
    margin-left: 30px;
}
.sns-wrap img {
    width: 60px;
}
.copy {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
#cta-01 .column-2 a {
    display: block;
    position: relative;
    overflow: hidden;
}
#cta-01 .column-2  a::before {
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    animation: shinyshiny 2.5s ease-in-out infinite;
}


@keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@media screen and ( max-width:834px ){
    .pc-block {
        display: none;
    }
    .sp-block {
        display: block;
    }
    header {
        background-color: #231816;
        height: 60px;
        width: 100%;
    }
    .header-logo img {
        height: 40px;
    }
    .header-inner {
        max-width: 100%;
        
    }

    /* FV */
     main {
        padding-top: 60px;
    }
    main .text {
        position: absolute;
        z-index: 2;
        width: 90%;
        top: 60px;
        left: 0;
        height: auto;
    }
    .btn-02 {
        width: 40px;
        background-color: unset;
        margin-right: 10px;
    }
    .btn-02.ire {
        width: 60%;
        background-color: var(--color-01);
        margin-right: 0px;
    }
    .btn-02 img {
        width: 24px;
    }
    .sp-nav-icon {
        position: relative;
        z-index: 10;
        background-color: var(--color-01);
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    .sp-nav-icon span {
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        left: 8px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
    }

    .sp-nav-icon span:nth-of-type(1) {
        top: 10px; 
        width: 65%;
    }

    .sp-nav-icon span:nth-of-type(2) {
        top: 18px;
        width: 65%;
    }

    .sp-nav-icon span:nth-of-type(3) {
        top: 26px;
        width: 65%;
    }


    .sp-nav-icon.active span:nth-of-type(1) {
        /* top: 18px;
        left: 18px; */
        top: 12px;
        transform: translateY(6px) rotate(-135deg);
    }

    .sp-nav-icon.active span:nth-of-type(2) {
    opacity: 0;
    }

    .sp-nav-icon.active span:nth-of-type(3){
        top: 24px;
        /* top: 30px;
        left: 18px; */
        transform: translateY(-6px) rotate(135deg);
    }
    .sp-nav {
        background-color: #231816;
        height: 100vh;
        display: none;
    }
    .sp-nav ul {
        flex-direction: column;
        padding-top: 30px;
    }    
    .sp-nav ul li {
        padding: 7.5px 0;
    }
    .sp-nav ul li + li {
        margin-left: 0;
        border-top: 1px solid #fff;
    }
    .sp-nav ul li a {
        padding: 5px;
        display: inline-block;
    }
    .title-01 h2 {
        font-size: 24px;
    }
    .collaboration img {
        width: calc(100% - 30px);
    }
    .collaboration .column-2 {
        flex-direction: column;
    }
    .collaboration .column-2 div {
        width: 100%;
    }
    .nanase,.sakayori {
        justify-content: center;
    }
    section {
        margin-top: 50px;
    }
    section.feature {
        padding: 0;
    }
    .graph-wrap {
        padding: 15px;
        height: 400px;
    }
    .graph-wrap div {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .graph-wrap img {
        margin-left: 0!important;
    }
    .caffeine p.sub {
        padding: 0 15px;
        text-align: left;
        font-size: 14px;
    }
    .case .type-01,
    .case .type-02 {
        margin: 0 0 100px;
        padding: 15px;
    }
    .case .type-01 .case-image,
    .case .type-02 .case-image  {
        position: relative;
        width: 80%;
        right: -60px;
        margin: 50px 0 0;
    }
    .case .type-01 .okiro {
        left: 15px;
        top: unset;
        bottom: 0;
        z-index: 4;
        width: 20%;
    }
    .case .type-02 .okiro {
        right: 15px;
        top: unset;
        bottom: 0;
        z-index: 4;
        width: 20%;
    }
    .case .type-02 dl {
        padding-left: 0;
    }
    .case h3 {
        margin-top: 15px;
    }
    .voice .item {
        width: calc(100% - 40px);
        margin-bottom: 15px;
    }
    .voice .item img {
        display: none;
    }
    .voice-wrap .item dt {
        display: flex;
        justify-content: center;
        align-items: center;
    } 
    .voice-wrap div dt::before {
        content: "";
        width: 70px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }
    .voice-wrap div:nth-child(1) dt::before {
        background-image: url(../img/user-01.png);
    }
    .voice-wrap div:nth-child(2) dt::before {
        background-image: url(../img/user-02.png);
    }
    .voice-wrap div:nth-child(3) dt::before {
        background-image: url(../img/user-03.png);
    }
    .voice-wrap div:nth-child(4) dt::before {
        background-image: url(../img/user-04.png);
    }
    .detail .column-2 {
        flex-direction: column-reverse;
    }
    .detail .okiro {
        width: 95%;
        margin: 0 auto;
    }
    .detail .column-2 .item {
        width: 100%;
        max-width: 100%;
    }
    .table-01 {
        margin: 50px 0 0;
        padding: 0 15px;
    }
    .graph-02 {
        padding: 0;
        margin: 30px 15px 0;
    }
    .graph-02 dd {
        padding: 15px;
    }
    .graph-02 dd .column-2 {
        flex-flow: row;
        font-size: 0.9rem;
    }
    .notice {
        padding: 15px;
        margin-right: 0;
    }
    .column-2.other-list {
        margin-right: 0;
        flex-direction: row;
        margin-left: 15px;
    }
    section.faq {
        padding: 50px 15px;
    }
    .faq-wrap {
        width: auto;
        padding: 5px;
    }
    .faq-wrap dd {
        margin-top: 5px;
        padding-left: 30px;
        position: relative;
    }
    .faq-wrap dt img {
        width: 28px;
    }
    .faq-wrap dt {
        padding-right: 40px;
        padding-left: 30px;
    }
    .faq-wrap dt::before,
    .faq-wrap dd::before {
        position: absolute;
        top: 3px;
        left: 6px;
    }
    footer .column-2 {
        padding: 0 15px;
        width: calc(100% - 30px);
    }
    .sns-wrap {
        padding-bottom: 50px;
    }
    .graph-wrap .coffee img {
    max-height: 46px;
    padding: 20px 0;
    }
    .graph-wrap .energy-drink img {
        max-height: 61px;
        margin-left: 15px;
        padding: 20px 0 20px 17px;
    }
    .graph-wrap .okiro img {
        max-height: 66px;
        margin-left: 22px;
        padding: 12px 0 12px 17px;
    }
    .graph-wrap .person img {
        max-height: 69px;
        padding-left: 17px;
    }
    .case .item {
        position: relative;
        background-color: #fff;
        padding: 30px 20px;
        font-weight: bold;
        margin-bottom: 130px;
    }
    footer .column-2 {
        font-size: 0.85rem;
        flex-wrap: wrap;
    }
    footer .column-2 a {
        width: 47.5%;
        margin-top: 20px;
    }
    footer .column-2 a + a {
        margin-left: 0;
    }
    footer {
        background-image: url(../img/footer-bg-sp@2x.webp);
        background-position: top;
        background-size: 100%;
        width: 100%;
        height: 100%;
    }
}