@charset "utf-8";
/* header */
.header {
    position: relative;
}
  /* mv */
  .mv { position: relative; }
  .base { position: relative; }
  .gifpic {
    position: absolute;
    right: 5%;
    top: 16%;
    width: 90%;
  }
  .gifpic.pic01 {
    animation: fade01 3.12s ease 0s infinite;
  }
  
  /* animation */
  @keyframes fade01 {
    0% { opacity: 1; }
    49% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 0; }
  }
  
  /* sections used in HTML */
  .con8 { background-color: #daf9fd; }
  .con10 { margin-bottom: 0.66em; }

p,
h3 {
    margin: 0;
}

.col2-btn {
    display: flex;
}

/*追加分*/

.anim {
    padding-inline: 13px;
}
.anim p {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.qa {
    background: url("../../se01/images/bg-qa.jpg") repeat-y;
    background-size: 100% auto;
    padding: 62px 26px 43px;
}

.qa h3 {
    margin-bottom: 46px;
    text-align: center;
}

.qa h3 img {
    width: 140px;
}

.qa-item {
    background: #fff;
}

.qa-item:not(:first-child) {
    margin-top: 5px;
}

.qa-item a {
    background: url("../../se01/images/txt-q.png") no-repeat 21px 30px / 28px auto;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 22px 73px;
    position: relative;
}

.qa-item a::before,
.qa-item a::after {
    background: #000;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.qa-item a::before {
    height: 3px;
    margin-top: -1.5px;
    right: 18px;
    width: 17px;
}

.qa-item a::after {
    height: 17px;
    margin-top: -8.5px;
    right: 25px;
    width: 3px;
}

.qa-item a.is-active::after {
    transform: rotate(90deg);
}

.qa-answer {
    display: none;
    padding: 22px 45px 56px 23px;
}

.qa-answer p {
    font-size: 21px;
    line-height: 1.6;
}
.component {
    padding: 33px 26px 17px;
}

.component h3 a {
    background: #174335;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-block: 17px;
    position: relative;
    text-align: center;
}

.component a::before,
.component a::after {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.component a::before {
    height: 3px;
    margin-top: -1.5px;
    right: 18px;
    width: 22px;
}

.component a::after {
    height: 22px;
    margin-top: -11px;
    right: 27px;
    width: 3px;
}

.component a.is-active::after {
    transform: rotate(90deg);
}

.component p {
    display: none;
    font-size: 21px;
    line-height: 1.6;
    padding-top: 20px;
}


@media screen and (max-width: 768px) {
  .anim {
    padding-inline: 10px;
  }
   .qa {
        padding: 12.5333vw 2.6666vw 8.5333vw;
    }

    .qa h3 img {
        width: 28.1333vw;
    }

    .qa-item:not(:first-child) {
        margin-top: 0.6666vw;
    }

    .qa-item a {
        background: #fff url("../../se01/images/txt-q.png") no-repeat 4.4vw 5.6vw / 5.6vw auto;
        font-size: 4.2666vw;
        padding: 4.5333vw 13vw;
    }

    .qa-item a::before {
        height: 2px;
        margin-top: -1px;
        right: 15px;
        width: 12px;
    }

    .qa-item a::after {
        height: 12px;
        margin-top: -6px;
        right: 20px;
        width: 2px;
    }

    .qa-answer {
        display: none;
        padding: 6.9333vw 3.2vw 10.6666vw;
    }

    .qa-answer p {
        font-size: 4.2666vw;
    }
    .component a {
        font-size: 4.8vw;
        padding-block: 4.6vw;
    }

    .component p {
        font-size: 4.2666vw;
        padding-top: 4vw;
    }
}

/*-----------------------------------------*/

.qa {
    background: url("../../se01/images/bg-qa.jpg") repeat-y;
    background-size: 100% auto;
    padding: 62px 26px 43px;
}

.qa h3 {
    margin-bottom: 46px;
    text-align: center;
}

.qa h3 img {
    width: 140px;
}

.qa-item {
    background: #fff;
}

.qa-item:not(:first-child) {
    margin-top: 5px;
}

.qa-item a {
    background: url("../../se01/images/txt-q.png") no-repeat 21px 30px / 28px auto;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 22px 73px;
    position: relative;
}

.qa-item a::before,
.qa-item a::after {
    background: #000;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.qa-item a::before {
    height: 3px;
    margin-top: -1.5px;
    right: 18px;
    width: 17px;
}

.qa-item a::after {
    height: 17px;
    margin-top: -8.5px;
    right: 25px;
    width: 3px;
}

.qa-item a.is-active::after {
    transform: rotate(90deg);
}

.qa-answer {
    display: none;
    padding: 22px 45px 56px 23px;
}

.qa-answer p {
    font-size: 21px;
    line-height: 1.6;
}

.component {
    padding: 33px 26px 17px;
}

.component h3 a {
    background: #174335;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-block: 17px;
    position: relative;
    text-align: center;
}

.component a::before,
.component a::after {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.component a::before {
    height: 3px;
    margin-top: -1.5px;
    right: 18px;
    width: 22px;
}

.component a::after {
    height: 22px;
    margin-top: -11px;
    right: 27px;
    width: 3px;
}

.component a.is-active::after {
    transform: rotate(90deg);
}

.component p {
    display: none;
    font-size: 21px;
    line-height: 1.6;
    padding-top: 20px;
}

.buy-button {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.buy-button img {
    width: 200px;
}

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li button {
    background: #8e8e8e!important;
    border-radius: 6px;
    display: block!important;
    height: 11px!important;
    width: 11px!important;
}

.slick-dots li button:before {
    display: none;
}

.anim {
    padding-inline: 13px;
}

video {
    width: 100%;
}

.anim p {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.fv {
    position: relative;
}

.fv p {
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 100;
}

.fv p img {
    width: 85px;
}

.popup {
    display: none;
    left: 50%!important;
    position: fixed!important;
    top: 47%!important;
    transform: translate(-50%, -50%);
    z-index: 19999!important;
}

.popup img {
    width: 275px!important;
}

@media screen and (max-width: 768px) {
    .fv p {
        left: 15px;
        top: 15px;
    }

    .fv p img {
        width: 40px;
    }

    .popup img {
        width: 200px!important;
    }

    .anim {
        padding-inline: 10px;
    }

    .floating-header-wrap {
        height: 73px;
    }

    .floating-header-inner {
        box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.6);
        height: 73px;
        padding: 0 15px;
    }


    .floating-header .txt {
        margin-right: 7px;
    }

    .floating-header .txt img {
        width: 231px;
    }

    .floating-header .btn img {
        width: 73px;
    }

    .floating-header .menu {
        height: 21px;
        width: 25px;
    }

    .floating-header .menu span {
        height: 3px;
    }

    .floating-nav {
        padding: 20px 0 30px;
    }

    .floating-nav-title h2 {
        margin-bottom: 10px;
    }

    .floating-nav-title h2 img {
        width: 75px;
    }

    .floating-nav-title p {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .floating-nav .close {
        height: 25px;
        right: 5px;
        top: 29px;
        width: 25px;
    }

    .floating-nav .close span {
        height: 3px;
        width: 25px;
        margin-left: -12px;
    }

    .floating-nav .close span:first-child {
        transform: rotate(45deg);
    }

    .floating-nav .close span:last-child {
        transform: rotate(-45deg);
    }

    .floating-nav ul {
        padding: 0 15px;
    }

    .floating-nav li {
        border-bottom: 1px solid #000;
    }

    .floating-nav li a {
        background: url("../../se01/images/icon_arrow.png") no-repeat right center / 14px auto;
        font-size: 14px;
        line-height: 44px;
    }

    .floating-nav-button {
        margin-top: 11px;
        padding: 0 10px;
    }

    .floating-nav-button img {
        width: 100%;
    }

    #agreement #tip-OrderAgreement {
        width: 80% !important;
    }

    .qa {
        padding: 12.5333vw 2.6666vw 8.5333vw;
    }

    .qa h3 img {
        width: 28.1333vw;
    }

    .qa-item:not(:first-child) {
        margin-top: 0.6666vw;
    }

    .qa-item a {
        background: #fff url("../../se01/images/txt-q.png") no-repeat 4.4vw 5.6vw / 5.6vw auto;
        font-size: 4.2666vw;
        padding: 4.5333vw 13vw;
    }

    .qa-item a::before {
        height: 2px;
        margin-top: -1px;
        right: 15px;
        width: 12px;
    }

    .qa-item a::after {
        height: 12px;
        margin-top: -6px;
        right: 20px;
        width: 2px;
    }

    .qa-answer {
        display: none;
        padding: 6.9333vw 3.2vw 10.6666vw;
    }

    .qa-answer p {
        font-size: 4.2666vw;
    }

    .buy-button img {
        width: 49.3333vw;
    }

    .component a {
        font-size: 4.8vw;
        padding-block: 4.6vw;
    }

    .component p {
        font-size: 4.2666vw;
        padding-top: 4vw;
    }

}

.overlay {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19990;
}

