@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    background-color: #d8f1ff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    line-height: 2.5;
}

h2 {
    font-size: 40px;
    text-align: center;
}

.scroll-space {
    overflow: hidden;
}

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
    transform: translate(0, 30px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.top_fadein {
    animation: fadeIn 2.5s;
    animation-fill-mode: forwards;
}

.catchcopy_sub {
    animation-delay: 1.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.center {
    text-align: center;
}

.color_red {
    color: #dc7759;
}

br.sp_only {
    display: none;
}

@media screen and (max-width: 800px) {
    br.sp_only {
        display: block;
    }

    h2 {
        font-size: 30px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 500px) {
    body {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 20px;
    }
}

#top {
    background-color: #fff;
    width: 95%;
    border-radius: 15px;
    margin: 2.5vw auto;
    height: 1200px;
}

/* チェックボックスを非表示にする */
#menu-btn-check {
    display: none;
}

header {
    width: 100%;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 20px;
}

header.header-fixed {
    background: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 0;
}

header.header-fixed nav ul li {
    margin-top: 10px;
}

header.header-fixed .h1_image {
    margin-top: 10px;
}

header.header-fixed nav {
    margin-top: 0;
}

.h1_image {
    width: 250px;
    margin-left: 5%;
    margin-top: 20px;
    position: absolute;
}

.menu-content {
    margin-right: 2%;
    font-weight: 400;
}

nav {
    text-align: right;
    margin-top: 30px;
    margin-right: 30px;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    display: inline-block;
    font-size: 2rem;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    height: 70px;
}

nav ul li a {
    text-decoration: none;
    color: #1d1d1d;
    width: 200px;
}

nav ul li span {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translate(-50%, -50%);
    /*font-weight: 700;*/
}

.menu_img {
    height: 70px;
    width: 100%;
}

@keyframes rotate-swing {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    40% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes tilt-swing {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-3deg);
    }

    40% {
        transform: rotate(3deg);
    }

    60% {
        transform: rotate(-3deg);
    }

    80% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#top_img1 {
    width: 50%;
    margin: 200px 0px 0px 200px;
    border-radius: 340px;
}

#top_img2 {
    width: 170px;
    position: absolute;
    top: 450px;
    right: 18%;

    display: inline-block;
    animation: rotate-swing 1.8s steps(1) infinite;
    transform-origin: center;
    /* 回転の中心を中央に */
}

#top_img3 {
    width: 200px;
    position: absolute;
    top: 560px;
    right: 25%;
    z-index: 1;

    display: inline-block;
    animation: rotate-swing 2.3s steps(1) infinite;
    transform-origin: center;
    /* 回転の中心を中央に */
}

#top_img4 {
    width: 150px;
    position: absolute;
    top: 410px;
    right: 30%;

    display: inline-block;
    animation: rotate-swing 1.4s steps(1) infinite;
    transform-origin: center;
    /* 回転の中心を中央に */
}

#top_img5 {
    width: 35%;
    max-width: 700px;
    position: absolute;
    top: 650px;
    left: 10%;

    animation: tilt-swing 2s steps(1) infinite;
    transform-origin: center center;
    /* 中心を軸に回転 */
}

.intro {
    background-color: #d8f1ff;
    width: 700px;
    text-align: center;
    font-size: 25px;
    padding: 100px;
    border-radius: 200px;
    position: absolute;
    right: 20%;
    top: 700px;
}

.intro_img {
    height: 70px;
}

.regist_button {
    position: relative;
    display: inline-block;
    height: 70px;
    margin-top: 50px;
}

.regist_button span {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 2561px) {
    nav {
        text-align: right;
        margin-top: 70px;
        margin-right: 30px;
    }

    #top {
        height: 1600px;
    }

    .intro {
        width: 1000px;
        padding: 180px;
        border-radius: 300px;
        top: 950px;
    }
}

/*画像、紹介*/
@media screen and (max-width: 1750px) {
    #top {
        height: 1400px;
    }

    #top_img5 {
        width: 35%;
        max-width: 700px;
        position: absolute;
        top: 850px;
        left: 10%;
        z-index: 1;
    }
}

@media screen and (max-width: 1500px) {
    #top {
        height: 1300px;
    }

    #top_img1 {
        min-width: 600px;
        margin-left: 10%;
        border-radius: 340px;
    }

    #top_img2 {
        width: 150px;
        position: absolute;
        top: 400px;
        right: 10%;
    }

    #top_img3 {
        width: 180px;
        position: absolute;
        top: 510px;
        right: 20%;
        z-index: 1;
    }

    #top_img4 {
        width: 130px;
        position: absolute;
        top: 360px;
        right: 25%;
    }

    #top_img5 {
        width: 35%;
        max-width: 700px;
        position: absolute;
        top: 900px;
        left: 10%;
        z-index: 1;
        min-width: 400px;
    }

    .intro {
        background-color: #d8f1ff;
        width: 600px;
        font-size: 20px;
        top: 580px;
    }
}

@media screen and (min-width: 2561px) {
    #top_img5 {
        top: 1000px;
    }
}

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
    transform: translate(0, 30px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.top_fadein {
    animation: fadeIn 2.5s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) {
    :root {
        --content-width: 101.8rem;
        --header-height: 15rem;
    }

    .menu-btn {
        position: fixed;
        top: 20px;
        right: 20px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }

    .menu-btn:hover {
        cursor: pointer;
    }

    /* 三本線の実装 */
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: "";
        display: block;
        height: 3px;
        width: 30px;
        border-radius: 3px;
        background-color: #606060;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 10px;
    }

    .menu-btn span:after {
        top: 10px;
    }

    #menu-btn-check {
        display: none;
    }

    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }

    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /*メニュー*/
    .menu-content {
        width: 37%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #fff;
        transition: left 0.5s ease;
    }

    .menu-content ul {
        padding: 70px 10px 0;
    }

    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
        display: block;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #606060;
        text-decoration: none;

        position: relative;
        height: 70px;
    }

    .menu-content .red_button {
        width: 185px;
    }

    .menu-content .green_button {
        width: 242px;
    }

    .menu_img {
        height: 70px;
        width: auto;
    }

    nav ul li span {
        position: absolute;
        color: white;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        /*font-weight: 700;*/
    }

    #menu-btn-check:checked ~ .menu-content {
        left: 63%;
    }

    #menu-btn-check:checked ~ .menu-content {
        right: 0;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 65%;
        height: 100%;
        background: transparent;
        pointer-events: none;
        z-index: 9990;
    }

    #menu-btn-check:checked ~ .menu-overlay {
        pointer-events: auto;
    }

    header {
        margin: 0;
    }

    .header-fixed {
        height: 100px;
    }

    .h1_image {
        max-width: 300px;
        width: 35%;
        margin-left: 3%;
        margin-top: 0px;
        position: absolute;
    }

    #top_img1 {
        margin-left: 5%;
    }

    #top_img2 {
        width: 130px;
        position: absolute;
        top: 400px;
        right: 5%;
    }

    #top_img3 {
        width: 160px;
        top: 510px;
        right: 15%;
    }

    #top_img4 {
        width: 120px;
        top: 360px;
        right: 20%;
    }

    .intro {
        right: 5%;
    }
}

@media screen and (max-width: 800px) {
    .regist_button {
        height: 50px;
        margin-top: 50px;
    }

    .intro_img {
        height: 50px;
    }

    #top {
        height: 1000px;
    }

    #top_img1 {
        min-width: 70%;
        margin-top: 100px;
    }

    #top_img2 {
        width: 100px;
        top: 180px;
        right: 3%;
    }

    #top_img3 {
        width: 100px;
        top: 268px;
        right: 11%;
    }

    #top_img4 {
        width: 90px;
        top: 190px;
        right: 20%;
    }

    #top_img5 {
        top: 600px;
        max-width: 320px;
        min-width: 320px;
    }

    .intro {
        background-color: #d8f1ff;
        width: 60%;
        font-size: 16px;
        top: 400px;
        padding: 30px;
    }

    .regist_button {
        position: relative;
        display: inline-block;
        height: 50px;
        margin-top: 20px;
    }

    .regist_button span {
        font-size: 16px;
    }
}

@media screen and (max-width: 500px) {
    .header-fixed {
        height: 60px;
    }

    .menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }

    header.header-fixed .h1_image {
        margin-top: 7px;
    }

    #top {
        height: 750px;
    }

    #top_img1 {
        min-width: 70%;
        margin-top: 100px;
    }

    #top_img2 {
        width: 80px;
        top: 150px;
        right: 3%;
    }

    #top_img3 {
        width: 80px;
        top: 230px;
        right: 13%;
    }

    #top_img4 {
        width: 70px;
        top: 160px;
        right: 20%;
    }

    #top_img5 {
        min-width: 250px;
        top: 500px;
        right: 20%;
    }

    .intro {
        background-color: #d8f1ff;
        width: 80%;
        font-size: 16px;
        top: 300px;
        padding: 30px;
    }

    .regist_button {
        position: relative;
        display: inline-block;
        height: 50px;
        margin-top: 20px;
    }
}

/*絵本管理を簡単に*/
.intro_parts {
    margin: 200px auto;
    text-align: center;
    position: relative;
}

.intro_parts > h2 {
    position: relative;
}

.intro_parts > h2::after {
    content: "";
    position: absolute;
    top: 80px;
    /* h2より上に配置 */
    left: 50%;
    transform: translateX(-50%);
    width: 440px;
    height: 30px;
    background-image: url("../lptool/img/wave.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media screen and (max-width: 800px) {
    .intro_parts > h2::after {
        top: 60px;
        width: 280px;
    }
}

@media screen and (max-width: 500px) {
    .intro_parts > h2::after {
        top: 40px;
        width: 200px;
    }
}

/*ポイント*/
h2.h2_option {
    font-size: 28px;
    line-height: 1.2;
}

h2.h2_option span {
    font-size: 45px;
}

h3 {
    font-size: 24px;
}

.intro_parts div {
    font-size: 22px;
    margin-top: 50px;
}

.h2_option strong {
    font-size: 80px;
    line-height: 0.5;
    color: #dc7759;
}

.point_slider {
    margin: 150px 0px;
}

.point_frame {
    background-color: white;
    height: 400px;
    width: 700px;
    max-width: 700px;
    border-radius: 200px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.point_number {
    font-weight: 700;
    font-size: 500px;
    text-align: left;
    margin-top: 30px;
    position: absolute;
    color: white;
    -webkit-text-stroke: 1px #dc775999;
    text-stroke: 1px #dc775999;
    z-index: 2;
    line-height: 0.5;

    display: inline-block;
    /* 以下を追加しました */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.point_contents {
    position: relative;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    backdrop-filter: blur(3px);
    width: 80%;
}

.slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 1;
}

.prev-arrow {
    left: calc(50% - 400px);
}

.next-arrow {
    right: calc(50% - 400px);
}

h3 {
    font-size: 24px;
}

@media screen and (max-width: 800px) {
    .h2_option strong {
        font-size: 40px;
        line-height: 0.5;
        color: #dc7759;
    }

    .point_frame {
        height: 450px;
        width: 80vw;
        max-width: 80vw;
        border-radius: 70px;
        text-align: center;
        padding: 20px;
        margin: 0 10px;

        position: relative;
        z-index: 1;
    }

    .point_number {
        margin-top: 60px;
    }

    .point_contents {
        width: 100%;
    }

    .slide-arrow {
        width: 100px;
    }

    .prev-arrow {
        left: 0.1vw;
    }

    .next-arrow {
        right: 0.1vw;
    }

    .intro_parts {
        margin: 140px auto;
    }

    .intro_parts div {
        font-size: 18px;
        margin-top: 30px;
    }

    h2.h2_option {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 50px;
    }

    h2.h2_option span {
        font-size: 28px;
    }

    .point_slider {
        margin: 40px 0px;
    }
}

@media screen and (max-width: 500px) {
    .point_frame {
        width: 80vw;
        max-width: 80vw;
        border-radius: 70px;
        text-align: center;
        padding: 20px;
        margin: 0 10px;
    }

    .slide-arrow {
        width: 70px;
    }

    .intro_parts div {
        font-size: 16px;
    }
}

/*料金*/
.price_parts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1200px;
    margin: 0px auto;
}

.price_intro {
    margin: 30px 0;
}

.price_frame {
    background-color: white;
    width: 350px;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
}

.price_frame li {
    list-style: none;
}

.plan_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.plan_price {
    margin-bottom: 20px;
}

.plan_price span {
    color: #dc7759;
    font-size: 40px;
    margin: 0px 20px;
    line-height: 1;
    font-weight: 700;
}

.price_notice {
    width: 1200px;
    margin: 25px auto;
    padding-left: 10px;
    line-height: 1.8;
    font-size: 14px;
}

.price_memo {
    width: 1200px;
    margin: 25px auto;
    padding-left: 10px;
    line-height: 1.8;
    font-size: 14px;
}

.font_small {
    font-size: 12px;
}

@media screen and (max-width: 1200px) {
    .price_parts {
        display: block;
        width: 100%;
    }

    .price_frame {
        margin: 20px auto;
    }

    .price_notice,
    .price_memo {
        width: 90%;
    }
}

@media screen and (max-width: 800px) {
    .price_parts {
        width: 100%;
    }

    .price_notice,
    .price_memo {
        width: 100%;
    }
}

/* モーダル */
.modal_area {
    display: none;
    position: fixed;
    z-index: 1000;
    /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(105, 100, 100, 0.9);
}

.modal_frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 550px;
    padding: 30px;
    background-color: #fff;
}

.modal_frame li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: 0.3em;
}

.modal_frame li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #dc7759;
    border-left: 2px solid #dc7759;
    transform: rotate(-45deg) translateY(-1.5px);
    content: "";
}

.close_modal {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}

.option_notice {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .modal_frame {
        width: 85%;
    }
}

/* モーダルボタン */
.modal_button {
    text-align: center;
}

#open_modal {
    position: relative;
}

#open_modal img {
    width: 150px;
    cursor: pointer;
}

#open_modal span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.5;
}

/*下部登録ボタン、説明*/
.regist_parts {
    display: flex;
    justify-content: center;
}

.regist_parts a {
    margin: 150px 0px 200px 0px;
    font-size: 25px;
}

.message_parts {
    background-color: white;
    width: 700px;
    margin: 200px auto 0px auto;
    border-radius: 30px;
}

.message_parts h2 {
    padding-top: 35px;
}

.message {
    margin: 60px 0px;
}

.message_parts img {
    width: 100%;
    vertical-align: top;
    border-radius: 0px 0px 30px 30px;
}

@keyframes sway {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }
}

.footer {
    position: relative;
    width: 100%;
    height: 110px;
    background-image: url("../lptool/img/footer_back.png");
    background-repeat: repeat-x;
    background-size: 100px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    /* ← これで子要素を下に寄せる */
    justify-content: center;
}

.footer-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url("../lptool/img/footer.png");
    background-repeat: repeat-x;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.footer_text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #333;
    background-color: white;
    backdrop-filter: blur(3px);
    width: 300px;
}

/*.footer{
  font-size: 13px;
  line-height: 1.5;
  margin-top:200px;
}*/

/*footer{
  background-image: url("../img/footer.png");
  background-size: 100px;
  background-repeat: repeat-x;
  height: 200px;
}*/

/*.footer_text{
  background-color: #D8F1FF;
  width: 300px;
  margin: auto;
}*/

@media screen and (max-width: 750px) {
    .message_parts {
        width: 90%;
    }

    .footer {
        margin-top: 0;
        height: 80px;
    }

    .footer-overlay {
        height: 60px;
    }

    .footer_text {
        width: 250px;
        font-size: 1.4rem;
    }
}

/* よくある質問 */
.faq-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.faq-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #f1920e;
    margin: 8px auto 0;
    border-radius: 2px;
}

.faq {
    max-width: 730px;
    width: 100%;
    margin: 20px auto 50px;
    border-radius: 10px;
}

.faq-item {
    border: 1px solid #e2e1e1;
    border-radius: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: background 0.3s ease;
    width: 100%;
    max-width: 780px;
    margin: 25px auto auto auto;
}

.faq-question {
    background: #ffffff;
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s ease;
    gap: 12px;
}

.faq-item.active .faq-question {
    background: #f3f3f3;
}

.arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-item.active .arrow {
    transform: rotate(-135deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    padding: 0 16px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    align-items: center;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 12px 16px;
}

.question-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #159243;
    color: #fff;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 0;
}

.answer-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1920e;
    color: #fff;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 11px;
}

.faq-question-text {
    flex: 1;
    white-space: normal;
    word-break: break-word;
}

.faq-answer-text {
    display: inline-table;
    }

.fee-link {
    display: inline;
}

@media screen and (max-width: 750px) {
    .faq {
        max-width: 95%;
    }
    .faq-item {
        max-width: 95%;
    }
}
