/* SP版ヘッダーデザイン */

body{
    font-family: "Zen Kaku Gothic New", serif;
}

.sp-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff; /* 必要に応じて背景色を設定 */
    top: 0;
    left: 0;
}

.sp-logo img{
    width: 50px;
    height: auto;
}

/* logoの位置 */
.sp-logo{
    position: fixed;
    z-index: 1000;  
    top: 20px;
    left: 20px;
    margin: 0;
 }



/* ハンバーガーメニュー　0306 */
  .header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 200;
  }

#sp-hamburger.OpacityOn{
    opacity: 1;
}
#sp-hamburger {
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 16vw;
    width: 16vw;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    z-index: 100;
}
#sp-hamburger .icon span {
    position: absolute;
    right: 5.128205128205128vw;
    left: -4vw;
    width: 8.205128205128206vw;
    height: 2px;
    background-color: #1d1d1f;
    border-radius: 2.1333333333333333vw;
    transition: ease 0.75s;
}
#sp-hamburger .OpacityOn {
    opacity: 1;
}
/* ハンバーガーボタンの横線の位置 */
#sp-hamburger .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#sp-hamburger .icon span:nth-of-type(1){
    top: -8px;
}
#sp-hamburger .icon span:nth-of-type(2){
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#sp-hamburger .icon span:nth-of-type(3){
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}


#sp-hamburger .open span:nth-of-type(1) {
    top: -4px;
    transform: rotate(45deg);
    background-color: #616162;
  }
  #sp-hamburger .open span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-hamburger .open span:nth-of-type(3) {
    top: -4px;
    transform: rotate(-45deg);
    background-color: #616162;
    left: -4vw;
  }
.sp-nav{
    display: none;
}

/* ハンバーガーボタンの背景 */
.burgerBtn_bg{
    position: relative;
    top: 0;
    right: 0;
    z-index: 200;
}

/* ハンバーガーボタンのサイズ */
#sp-hamburger img{
    width: 86px;
    height: 84px;
}

/* ハンバーガーボタンの位置 */
/* #sp-hamburger{
    position: absolute;    
    top: 0;
    right: 0;
    z-index: 220;
    background-size: contain;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
} */
/* ハンバーガーボタンの白丸 */
.burgerBtn{
    display: block;
    position: absolute;
    width: 27.97px;
    height: 28.17px;
    right: 25px;
    top: 26px;
    z-index: 220;
    cursor: pointer;
}

/* ハンバーガーメニューの背景 */
/* オーバーレイのスタイル */


.sp-nav{
    display: none;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFF5F6;
    text-align: center;
}
.sp-nav a{
    font-family: "Zen Kaku Gothic New", serif;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #1d1d1f;
    text-decoration: none;
}
.sp-nav span{
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #FF3D51;
    margin-top: 3px;
}
.l-gNav.open {
    display: block;
}
.l-drawer__sns li{
    margin-right: 1.5px;
}

.sp-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
    z-index: 1000; /* メニューバーより低く、他の要素より高く */
    display: none; /* 初期状態では非表示 */
}

.closeBtn{
    display: block;
    position: absolute;
    width: 27.97px;
    height: 28.17px;
    right: 25px;
    top: 26px;
    z-index: 220;
    cursor: pointer;
    transition: 0.2s;
    background-color: rgba(106, 104, 93, 0.7);
    border-radius: 50%;
}

.closeBtn span{
    display: block;
    position: absolute;
    margin: auto;
    top: 13px;
    left: 8.5px;
    width: 11.65px;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
}
/* ハンバーガーボタンの横線の位置 */
.closeBtn span:nth-of-type(1){
    transform: rotate(45deg);
}
.closeBtn span:nth-of-type(2){
    transform: rotate(-45deg);
}

.l-drawerBody{
    position: relative;
    top: 115px;
    left: 40px;
}
.l-drawerBody__logo img{
    position: relative;
    top: 25px;
    left: 20px;
}
.l-drawer__nav li span {
    font-family: "Zen Kaku Gothic New", serif;
    display: block;
}
.l-drawer__nav{
    font-family: "Outfit", serif;
    margin-top: 50px;
    margin-bottom: 20px;
}
.sp-nav ul{
    display: flex;
    height: 100svh;
    padding: 40px;
    gap: clamp(10px, 10vw, 50px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.l-drawer__nav li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #FF3D51;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.l-drawer__nav li a{
    position: relative;
    display: inline-block;
    color : #FF3D51;
    text-decoration: none;
}

.l-drawer__sns{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.l-drawer__sns dt{
    margin-right: 20px;
    font-size: 10px;
    font-weight: 400;
    color: #FF3D51;
    font-family: "Outfit", serif;
}
.nav-copy{
    position: relative;
    font-family: "Outfit", serif;
    font-size: 13px;
    font-weight: 400;
    color: #2A0C0F;
    text-decoration: none;
    margin-top: 192px;
    text-align: center;
}
.nav-bg{
    position: absolute;
    bottom: -5px;
    left: 120px;
    width: 100%;
    z-index: -1;
}

    /* PC_ハンバーガーボタンの横線 */
    .burgerBtn span{
        display: block;
        position: absolute;
        margin: auto;
        width: 20px;
        height: 1.5px;
        background-color: #0F3C3C;
        transition: ease 0.75s;
    }
    /* ハンバーガーボタンの横線の位置 */
    /* .burgerBtn span:nth-of-type(1){
        top: 18px;
        left: 50%;
        transform: translateX(-50%);
    }
    .burgerBtn span:nth-of-type(2){
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
    }
    .burgerBtn span:nth-of-type(3){
        top: 28px;
        left: 50%;
        transform: translateX(-50%);
    } */

    .closeBtn{
        width: 48px;
        height: 48px;
        right: 20px;
        top: 25px;
        z-index: 220;
        cursor: pointer;
        transition: 0.2s;
        background-color: #EDEDED;
        border-radius: 50%;
    }
    
    .closeBtn span{
        display: block;
        position: absolute;
        margin: auto;
        top: 23px;
        left: 14px;
        width: 20px;
        height: 1.5px;
        background-color: #777779;
        transition: 0.2s;
    }
    /* ハンバーガーボタンの横線の位置 */
    .closeBtn span:nth-of-type(1){
        transform: rotate(45deg);
    }
    .closeBtn span:nth-of-type(2){
        transform: rotate(-45deg);
    }
h1, h2{
    font-family: "Outfit", serif;
}
h3{
    font-size: 20px;
    font-weight: 500;
}
/* メインビジュアル */
#mv, #works{
    position: relative;
    overflow: hidden;
}

.mv-inner{
    position: relative;
    /* width: 100%; */
    /* height: 100vh; */
    margin-top: 155px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}
.mv-title{
    object-fit: cover;
    animation: blurIn 1s ease forwards; /* 画像のアニメーション */
}
.mv-title h1{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.mv-title p{
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #1C1C1F;
    margin-bottom: 40px;
}
.mv-img {
    margin-left: 20px;
}
.mv__image-pic{
    width: 100%;
    border-radius: 20px;
    height: 218px;
    aspect-ratio: 1/1;
    object-fit: cover;
    animation: blurIn 1.5s ease forwards; /* 画像のアニメーション */
}
/* Works */
#works{
    position: relative;
    background-color: #FAFAFC;
    overflow: hidden;
}
.works-inner{
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 50px;
    background-color: #FAFAFC;
    background-size: cover;
    background-position: center;
}
.works-title{
    display: flex;
    align-items: center;
    font-family: "Outfit", serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1F;
}
.title-icon{
    background-color: #FF3D51;
    width: 33px;
    height: 26px;
    margin-right: 5px;
    border-radius: 50%;
}
.works-content{
    margin-top: 10px;
    margin-bottom: 40px;
}
.works-item{
    display: block;
    text-decoration: none;
    position: relative;
    margin-top: 40px;
}
.works-item img{
    width: 315px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 6px rgba(29, 29, 31, 0.2);
    transition: transform 1s ease-in-out;
}
.works-text{
    margin-left: 20px;
    max-width: 315px;
}

.works-text .works-tag{
    font-family: "Outfit", serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 2px;
}


.works-text h3{
    font-family: "Zen Kaku Gothic New", serif;
    margin-bottom: 15px;
    line-height: 1.5;
}
.works-text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-right: 20px;
    color: #1C1C1F;
    margin-bottom: 15px;
}
.works-link{
    display: inline-block !important;
    align-items: center;
    line-height: 0.1;
}
.works-item a{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #0066CC;
}
.works-link a::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 9.4px;
    background: url(img/seg2/arrow-icon.svg) no-repeat;
    transition: 0.3s;
    margin-left: 8px;
}
.works-link::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.8px;
    margin-top: 5px;
    background-color: #0066CC;
}
.works-allBtn{
    display: block;
    text-align: center;
}
.works_all-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding-right: 20px;
}
.works_all-circle{
    background-color: #FF3D51;
    width: 48px;
    height: 38px;
    border-radius: 100%;
    text-align: center;
    padding-top: 1.5px;
    margin-right: 8px;
}
/* services */
#services{
    padding-right: 20px;
}
.services-inner{
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: 50px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}
.services-title{
    display: flex;
    align-items: center;
    font-family: "Outfit", serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1F;
}
.services-number h4{
    font-family: "Outfit", serif;
    font-size: 13px;
    font-weight: 300;
}
.services-text h3{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.5;
    margin-right: 20px;
}
.services-number{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.services-box{
    margin-left: 20px;
}
.services-list li{
    width: 82%;
    flex-shrink: 0;
    list-style: none;
}
.services-box img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
}
.services-list p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #1C1C1F;
    margin-top: 15px;
}
.services-list h3{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.services-list li:first-of-type {
    margin-left: 0;
}
#services ul{
    display: flex;
    overflow-x: scroll;
    padding-bottom: 30px;
    margin-left: 20px;
}
::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 0 20px 0 20px;
}
::-webkit-scrollbar-thumb {
    background: #787878;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #E0E0E0;
}


.services-box:nth-of-type(3) {
    margin-right: 20px;
}
/* plan */
#plan{
    position: relative;
    background-color: #FAFAFC;
    overflow: hidden;
}
.plan-inner{
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    background-color: #FAFAFC;
    background-size: cover;
    background-position: center;
}
.plan-title{
    display: flex;
    align-items: center;
    font-family: "Outfit", serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1F;
}
.plan-text h3{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.5;
    margin-right: 20px;
}
.plan-table{
    margin-top: 0px;
}
.plan-box {
    padding: 30px 23px;
    display: grid;
    grid-template-rows: subgrid;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(29, 29, 31, 0.2);
    border-radius: 20px;
    position: relative;
    z-index: 10; /* フッターより上に位置させる */
    margin: 0 auto; /* 中央に配置 */
    transition: background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s,
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
    margin-bottom: 20px;
}

.plan-box:hover {
    background-color: #FFF5F6; /* 背景色を#FF3D51の透明度2%に変更 */
}

.plan-box:hover .plan-box_link {
    color: #FF3D51; /* カーソルが触れると色を#FF3D51に変更 */
}
.plan-box_main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.plan-title{
    display: flex;
    align-items: center;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1F;
    margin-bottom: 30px;
}
.plan-box_main .plan-en{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.plan-box_txt{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #1C1C1F;
    margin-bottom: 30px;
}
.plan-box_link{
    /* color: #FF3D51; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
}
.about-column{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-number{
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
.about-number h4{
    font-family: "Outfit", serif;
    font-size: 13px;
    font-weight: 300;
}
.about_number-text p{
    font-family: "Outfit", serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
.about-number .about_img{
    position: relative;
    width: 100%;
    top: -8px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 20px;
}
.about_sub-text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #1C1C1F;
}
/* contact */
.contact-inner{
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}
.contact-title{
    display: flex;
    align-items: center;
    font-family: "Outfit", serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1F;
}
.contact-text h3{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.5;
}
.contact-box{
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 2px 6px rgba(29, 29, 31, 0.2);
    border-radius: 20px;
    position: relative;
    z-index: 10; /* フッターより上に位置させる */
    max-width: 1060px;
    margin: 0 auto; /* 中央に配置 */
}
.form-group p{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 18px;
    font-weight: 500;
}
.form-group_title{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.c-form input[type="text"], .c-form input[type="email"], .c-form textarea{
    padding: 18px 15px;
    font-size: 18px;
}
.c-form input[type="text"], .c-form input[type="email"], .c-form textarea{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #E8E8E9;
    border-radius: 10px;
}
.c-form textarea{
    height: 200px;
}
.form-must::after{
    content: "*";
    color: #515151;
    display: inline-block;
    margin-left: 0.2em;
}
.c-form input[type="text"]::placeholder, 
.c-form input[type="email"]::placeholder, 
.c-form textarea::placeholder {
    color: rgba(29, 29, 31, 0.2);
}
.c-form button[type="submit"] {
    display: block;
    width: auto;
    padding: 15px 60px;
    background-color: #FF3D51;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto; /* 中央に配置 */
}

.c-form button[type="submit"]:hover {
    background-color: #FF3D51;
}
.form-group .checkbox{
    text-align: center;
    color: #6E6E73;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-group a{
    color: #6E6E73;
    text-decoration: underline;
    transition: 0.2s;
}

.c-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6E6E73;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    top: -0.8px; /* 上に0.5px移動 */
}

.c-form input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FF3D51;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}
/* フッター */

#footer {
    position: relative;
    background-color: #FF3D51;
    overflow: hidden;
    margin-top: -140px; /* フッターを140px上に移動 */
    padding-bottom: 0px; /* 下の余白を埋める */
}
.footer-inner{
    position: relative;
    margin-top: 156px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 15px;
    background-color: #FF3D51;
    background-size: cover;
    background-position: center;
}
.footer-logo {
    display: block;
    margin-bottom: 60px;
}
.footer-logo a img{ 
    filter: brightness(0) invert(1);
}

.footer-nav{
    display: flex; /* Flexboxレイアウトを使用 */
    flex-wrap: wrap; /* 要素を折り返す */
    gap: 50px; /* 要素間の間隔を設定 */
    margin-bottom: 60px;
}

.footer-nav a{
    display: block;
    font-family: "Outfit", serif;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.footer-nav .footer-subtext {
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 13px;
}
.footer-item .footer-item-group{
    display: flex;
    flex-wrap: wrap;
    width: 90px;
    align-content: space-between;
}



.footer-item .footer-item-group div {
    width: calc(50% - 40px); /* 80pxの間隔を考慮 */
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px;
}
.footer_sns{
    display: flex;
    align-items: center;
}
.footer_sns dt{
    margin-right: 20px;
    font-family: "Outfit", serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;   
}
.footer-copy{
    display: block;
    font-family: "Outfit", serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-top: 80px;
    text-align: center;
}
/* works一覧 */
.works_list-inner{
    position: relative;;
    margin-top: 140px;
    margin-left: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}
.works_category{
    margin-top: 25px;
    margin-bottom: 35px;
    padding-left: 20px;
}
.works_category ul li{
    display: flex;
    transition: all 0.4s;
}
.works_category ul li a{
    padding: 15px 0 15px 5px;
    font-size: 16px;
}
.click-page{
    font-size: 16px;
    font-weight: 500;
    color: #FF3D51;
    padding: 15px 0 15px 0;
    position: relative;
    transition: all 0.4s;
}
.click-page::before{
    position: absolute;
    content: "";
    border: solid 0.8px #FF3D51;
    width: 13px;
    top: 26px;
    left: -20px;
    transition: all 0.4s;
}
.works-post{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.works-01{
    margin: 0 20px 40px 0;
}
.works__hover-btn{
    display: block;
    text-decoration: none;
    position: relative;
}
.works-img img{
    display: block;
    width: 100%;
    transition: transform 0.5s ease-out;
}
.works-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(29, 29, 31, 0.2);
    /* transition: transform 1s ease-in-out; */
}
.works-img img:hover{
    transform: scale(1.05);
}
.works-post p{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #1C1C1F;
    margin-bottom: 10px;
}
.works-post h3{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.works-post span{
    font-family: "Outfit", serif;
    color: #A5A5A5;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}
.works-01_link{
    display: inline-block !important;
    align-items: center;
    line-height: 0.1;
}
.works-01_link a::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 9.4px;
    background: url(img/seg2/arrow-icon.svg) no-repeat;
    transition: 0.3s;
    margin-left: 12px;
}
.works-link_text{
    margin-bottom: 20px;
}
.works-01_link a{
    display: inline-block;
    font-weight: 400;
    color: #0066CC;
}
.works-01_link::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.8px;
    margin-top: 5px;
    background-color: #0066CC;
}
/* webサイト01_詳細ページ */
.top-text{
    margin: 40px 40px 40px 20px;
    animation: fadeIn 1s ease forwards 0.3s; /* テキストのアニメーション */
}
.top-text span{
    display: inline-block;
    position: relative;
    font-family: "Outfit", serif;
    font-size: 13px;
    font-weight: 400;
    color: #0066CC;
    border-bottom: solid 1px #0066CC;
    padding-left: 15px;
    margin-bottom: 15px;
}
.top-text a{
    color: #0066CC;
    transition: all 0.4s;
}
.top__image-pic{
    width: 100%;
    height: auto;
    margin-top: 150px;
    animation: blurIn 1.5s ease forwards; /* 画像のアニメーション */
}
.top-text span::before{
    content: "#";
    display: block;
    position: absolute;
    width: auto;
    height: 5px;
    top: 1px;
    left: 0;
}
.top-text h3{
    margin-bottom: 20px;
    color: #1D1D1F;
}
.top-text p{
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    color: #1D1D1F;
}
.full-size-image{
    background-color: #FAFAFC;
    padding-inline: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.full-image{
    height: auto;
    padding-inline: 20px;
}
.full-image img{
    width: 100%;
    height: auto;
}
.post-information-inner{
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 40px;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center;
}
.post-information-inner ul li{
    display: flex;
    flex-direction: column;
    justify-content: normal;
    padding: 40px 0;
    border-top: solid 1px #E8E8E9;
}
.post-information h3{
    font-size: 14px;
    color: #FF3D51;
    margin-bottom: 20px;
}
.production-period{
    display: flex;
    justify-content: space-between;
}
.production-period ul li{
    padding: 0;
    border-top: none;
}
.post-information p{
    font-weight: 400;
    line-height: 1.6;
    color: #1D1D1F;
}
.top-banner{
    padding: 0 30px;
}


.thanks-btn{
    margin-top: 20px;
    display: inline-block;
    width: auto;
    padding: 20px 45px;
    background-color: #FF3D51;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto; /* 中央に配置 */
}

/* プライバシーポリシー */
.c-pagetitle2 h1{
    font-family: "Zen Kaku Gothic New", serif;
    color: #1C1C1F;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}
.p-privacy p{
    font-family: "Zen Kaku Gothic New", serif;
    color: #1C1C1F;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}
.p-privacy h2{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
}
.c-ulStyle1{
    margin-top: 20px;
}
.c-ulStyle1 li{
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.25em;
    line-height: 1.5;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 14px;
    color: #1C1C1F;
}
.c-ulStyle1 li::before{
    content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0.2em;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #1C1C1F;
}
/* servicesページ_詳細 */
#services_list{
    padding-bottom: 10px;
}
.services_list-inner{
    position: relative;
    margin: 140px 20px 40px 20px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}
.services-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 20px;
}
.services-page_number{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.services-pageLine {
    background-color: #1D1D1F;
    flex: none;
    height: 0.8px;
    width: 100%;
    margin-bottom: 30px;
}
.services-page_list{
    margin: 50px 0 50px 0;
}   
.services-page_number h4{
    font-family: "Outfit", serif;
    font-size: 13px;
    font-weight: 300;
}
.services-img1{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border-radius: 20px;
}

.services-page_box h3{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.services-page_box p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #1C1C1F;
    margin-bottom: 20px;
}
.services-detail_appear{
    position: relative;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    padding: 0;
}
.services-detail_title{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #FFF5F6;
    width: auto;
    border-radius: 128px;
    padding: 5px 10px;
    height: auto;
    justify-content: flex-start;
}
.services-detail_text{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    line-height: 1.8;
    height: auto;
    margin-right: 5px;
    justify-content: flex-start;
}
.services-detail_box1{
    padding-bottom: 15px;
}
.services-detail_box2{
    display: flex;
    margin-top: 15px;
    align-items: center; /* 上下中央に配置 */
    background-color: #FFF5F6;
    gap: 20px;
    justify-content: center;
    padding: 25px;
    border-radius: 20px;
}
.services-detail_appear2{
    margin-right: 8px;
}
.services-detail_appear2 p{
    font-family: "Outfit", serif;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}
.services-detail_title2{
    align-items: center;
    color: #fff;
    background-color: #FF3D51;
    border-radius: 128px;
    height: 21px;
    width: 21px;
}
.services-detail_text2{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    line-height: 1.6;
    height: auto;
    margin-right: 5px;
    justify-content: flex-start;
}
.services-process_number h4{
    color: #FF3D51;
    font-family: "Outfit", serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.services-process_number p{
    font-family: "Outfit", serif;
    color: #FF3D51;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 3px;
}

.services-process_box:first-of-type {
    margin-left: 0;
}
.process01_text p{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #1C1C1F;
}
.process01_title{
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.5;
}
.services-process{
    position: relative;
    padding-bottom: 30px;
}
.services-process_list{
    position: relative;
}
.services-process_list ul{
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    &::-webkit-scrollbar {
        height: 3px; 
        width: 80px;
    }
    &::-webkit-scrollbar-track {
        background: #F5F5F5;
        border-radius: 10px;
        padding: 0 20px 0 20px;
    }
    &::-webkit-scrollbar-thumb {
        background: #F3ADB4;
        border-radius: 10px;
    }
    &::-webkit-scrollbar-thumb:hover {
        background: #FFDEE2;
    }
}
.services-process_box{
    margin-top: 30px;
    margin-left: 20px;
    background-color: #FFF5F6;
    padding: 30px 20px;
    border-radius: 20px;
}
.services-process_list li{
    width: 72%;
    flex-shrink: 0;
    list-style: none;
}

.services-detail_box1Title p {
    display: flex;
    align-items: center;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 15px;
    font-weight: 400;
    color: #1D1D1F;
    margin-bottom: 8px;
}

.services-detail_box1Title p::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #FF3D51;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
.services-detail_subbox1{
    padding-bottom: 20px;
}


.thanks-text{
    background-color: #fff;
    padding: 150px 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.thanks-text h1{
    text-align: left;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 500;
    padding: 0px 0px 30px;
}
.thanks-text p{
    text-align: left;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 15px;
    line-height: 2;
    padding: 0px 0px 40px;
}


/* 画像がぼやけた状態から始まり、クリアになるアニメーション */
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}
/* テキストがふわっと出現するアニメーション */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/* PC版（400）*/
@media (min-width: 399px) {
    sp-hamburger .icon span{
        width: 20px;
    }
    img.mv__image-pic{
        width: 100%;
        border-radius: 20px;
        height: 353px;
        object-fit: cover;
        position: center;
    } 
}

/* PC版（600）*/
@media (min-width: 599px) {
    .sp-logo img{
        width: 74.37px;
    }
    .sp-logo{
        top: 40px;
        left: 50px;
    }
    .container{
    max-width: 1070px;
    margin: 0 auto;
    }
    .mv-title h1{
        font-size: 80px;
        margin-bottom: 30px;
    }
    .mv-title p{
        margin-bottom: 120px;
    }
    .mv-inner{
        margin-top: 300px;
        margin-bottom: 100px;
    }
    #sp-hamburger{
        top: 0;
        right: -25px;
    }
    #sp-hamburger .icon span {
        left: -29px;
        width: 58px;
    }
    /* ハンバーガーボタンの横線の位置 */
    #sp-hamburger .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #sp-hamburger .icon span:nth-of-type(1){
        top: 56.49px;
    }
    #sp-hamburger .icon span:nth-of-type(2){
        top: 69.49px;
    }
    #sp-hamburger .icon span:nth-of-type(3){
        top: 82.49px;
    }
        #sp-hamburger .icon span{
        width: 58px;
    }
    #sp-hamburger .open span:nth-of-type(1) {
        top: 69.49px;
        transform: rotate(35deg);
        background-color: #616162;
      }
      #sp-hamburger .open span:nth-of-type(3) {
        top: 69.49px;
        transform: rotate(-35deg);
        background-color: #616162;
        left: -30px;
      }

      /* ハンバーガーメニューのオーバーレイ */
      .sp-nav{
        width: 30%;
        padding: 50px 20px;
    }

    .l-gNav.open {
        display: block;
    }
    .l-drawer__sns li{
        margin-right: 1.5px;
    }
    
    .overlay {
        overflow-y: scroll;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
        z-index: 100000; /* メニューバーより低く、他の要素より高く */
    }


    
    img.mv__image-pic{
        width: 100%;
    }

    .works-content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* 要素間の間隔を設定 */
    }

    .works-item {
        flex: 1 1 calc(50% - 20px); /* 横並びで最大2個まで配置 */
        box-sizing: border-box;
    }
    .works-text{
        margin-left: 0px;
        margin-top: 40px;
        max-width: 500px;

    }
    .works__wrapper{
        display: flex;
        justify-content: space-between;
    }
    .works-post {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .works_category{
        margin-left: 20px;
    }
     
    .works-inner{
        margin-top: 80px;
    }
    .works-01{
        margin: 0 50px 50px 0;
    }
    
    .works-item img {
        width: calc(30vw + 215px); /* 515pxを基準にレスポンシブ対応 */
        max-width: 515px; /* 最大幅を515pxに設定 */
        min-width: 315px; /* 最小幅を315pxに設定 */
        height: auto;
        max-width: 500px; /* 最大幅を指定 */
        object-fit: cover; /* アスペクト比を維持して画像を収める */
        margin: 0 auto; /* 中央揃え */
    }    
    .works_all-btn{
        margin-top: 90px;
        margin-bottom: 80px;
    }
    .works-img img{
        width: 315px;
        height: auto;
    }
    .works-link_text{
        margin-bottom: 20px;
        width: 315px;
    }    
    .works-post h3{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    
    .services-inner{
        margin-top: 100px;
        margin-bottom: 80px;
    }
    .services-text h3{
        margin-bottom: 50px;
    }    
    .services-list li{
        width: 35%;
    }
    #services ul{
        margin-left: 0px;
    }
    .services-box {
        margin-left: 0px;
    }

    .services-box:nth-of-type(n+2) {
        margin-left: 40px;
    }
    .plan-inner{
        margin-top: 100px;
        margin-bottom: 80px;
    }
    
    .plan-text h3{
        margin-bottom: 50px;
    }
    
    .plan-number{
        align-items: center; /* 縦方向の中央揃え */
    }

    /* .plan-number{
        position: relative;
        margin-left: 0px;
    } */
    .top-text{
        margin: 60px 40px 80px 40px;
        animation: fadeIn 1s ease forwards 0.3s; /* テキストのアニメーション */
    }
    .services-page_list {
        margin: 80px 0 60px 0;
    }
    .services-pageLine{
        margin-bottom: 40px;
    }
    .services__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; /* 上を揃える */
        flex-direction: row-reverse; /* 順番を逆にする */
    }
    .services__wrapper img{
        padding-left: 40px;
    }
    .services-img1, .services__wrapperBox {
        width: 50%;
    }
    /* .services-process_list ul{
        overflow-x: visible;
    } */
    .services-detail_box1Title p:first-of-type {
        padding-top: 10px;
    }
    .services-process_list li{
        width: 25.2%;
    }
    .services-process_list{
        overflow: hidden;
    }
    #plan{
        position: relative;
        background-color: #FAFAFC;
        overflow: hidden;
    }
    .plan-inner{
        position: relative;
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 50px;
        background-color: #FAFAFC;
        background-size: cover;
        background-position: center;
    }
    .plan-title{
        display: flex;
        align-items: center;
        font-family: "Outfit", serif;
        font-size: 16px;
        font-weight: 500;
        color: #1C1C1F;
    }
    .plan-text h3{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 20px;
        margin-bottom: 40px;
        font-weight: 400;
        margin-top: 20px;
        line-height: 1.5;
        margin-right: 20px;
    }
    .plan-table{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 60px;
    }
    .plan-box {
        flex: 1 1 calc(33.333% - 30px);
        background-color: #fff;
        padding: 30px 23px;
        box-shadow: 2px 2px 6px rgba(29, 29, 31, 0.2);
        border-radius: 20px;
        position: relative;
        z-index: 10; /* フッターより上に位置させる */
        max-width: 1060px;
        margin: 0 auto; /* 中央に配置 */
        transition: background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s,
        box-shadow 0.3s,
        -webkit-box-shadow 0.3s;}
    
    .plan-box:hover {
        background-color: #FFF5F6; /* 背景色を#FF3D51の透明度2%に変更 */
    }
    
    .plan-box:hover .plan-box_link {
        color: #FF3D51; /* カーソルが触れると色を#FF3D51に変更 */
    }
    .plan-box_main{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .plan-title{
        display: flex;
        align-items: center;
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 20px;
        font-weight: 500;
        color: #1C1C1F;
        margin-bottom: 30px;
    }
    .plan-box_main .plan-en{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .plan-box_txt{
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        color: #1C1C1F;
        margin-bottom: 30px;
    }
    .plan-box_link{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        text-decoration: underline;
    }
    
    .contact-inner{
        position: relative;
        margin-top: 100px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 50px;
        background-color: #fff;
        background-size: cover;
        background-position: center;
    }
    
    .contact-title {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-text {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact-box{
        padding: 100px 80px;
    }
    
    .contact-text h3{
        margin-bottom: 60px;
        margin-top: 40px;
    }
    /* プライバシーポリシー */
    .services_list-inner{
        margin: 150px 20px 100px 20px;
    }
    .c-form input[type="text"], .c-form input[type="email"], .c-form textarea{
        margin-bottom: 30px;
    }
    .footer-inner{
        margin-top: 176px;
        margin-bottom: 30px;
    }
    
    .footer-nav {
        margin: auto;
        max-width: 638px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer-nav{
        text-align: center;
        margin-bottom: 80px;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 80px;
    } 
    .footer_sns{
        display: flex;
        align-items: center;
        justify-content: center; /* 中央に配置 */
    }
    .footer-copy{
        margin-top: 50px;
    }
    .post-information-inner{
        margin-top: 60px;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 50px;
        background-size: cover;
        background-position: center;
    }
    
    .thanks-text{
        background-color: #fff;
        padding: 200px 100px;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px;
    }
    .thanks-text h1{
        text-align: left;
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 23px;
        line-height: 1.5;
        font-weight: 500;
        padding: 0px 150px 30px;
    }
    .thanks-text p{
        text-align: left;
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 15px;
        line-height: 2;
        padding: 20px 150px 60px;
    }
    
    
    .thanks-btn{
        margin-top: 20px;
        display: inline-block;
        width: auto;
        padding: 20px 45px;
        background-color: #FF3D51;
        color: #fff;
        font-weight: 500;
        border: none;
        border-radius: 50px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin: 0 auto; /* 中央に配置 */
    }
    
    .thanks-text{
        background-color: #fff;
        padding: 200px 100px;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px;
    }
    .thanks-text h1{
        text-align: left;
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 23px;
        line-height: 1.5;
        font-weight: 500;
        padding: 0px 150px 30px;
    }
    .thanks-text p{
        text-align: left;
        font-family: "Zen Kaku Gothic New", serif;
        font-size: 15px;
        line-height: 2;
        padding: 20px 150px 60px;
    }
    

}



/* PC版（768）*/

/* @media (min-width: 767px) {
    .sp-logo img{

    }
} */

/* PC版（900）*/
/* @media (min-width: 899px) {
    .sp-logo img{

    }
} */

/* PC版（1200）*/
/* @media (min-width: 1199px) {
    .sp-logo img{

    }
} */

/* @media (min-width: 900px) {
    .form-group{
        margin: 0px 130px;;
    }
} */



/* fadeUp */

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
  
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(20px);
      }
  
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
  
  
    /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  
    .fadeUpTrigger{
        opacity: 0;
    }
  
  
    /* その場で */
  .fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
  
    .fadeInTrigger{
      opacity: 0;
  }
  
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
  
      to {
        opacity: 1;
      }
    }
  