@charset "UTF-8";

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: vdl-logomaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.7;
    overflow-x: hidden;
}


h2,
h3 {
    color: #63ddd1;
}

h2 {
    font-family: "Comfortaa";
    font-size: 36px;
    letter-spacing: 0.1em;
    position: relative;
    isolation: isolate;
    display: inline-block;
}

h2::before {
    position: absolute;
    left: -25px;
    top: -10px;
    z-index: -1;
    content: '';
    display: inline-block;
    width: 66px;
    height: 66px;
    background-color: #fff6c6;
    border-radius: 50%;
}

h3,
dt {
    font-size: 18px;
}

a {
    color: black;
}

a:hover {
    opacity: 0.5;
}


.font_color_gray {
    color: #6e8997;
}

.section {
    padding-left: calc(10% + 197px + 30px);
    padding-right: 10%;
    box-sizing: border-box;
    text-align: center;
}

.sp_line {
    display: none;
}

.display_none {
    display: none;
}



/* ナビ */
nav {
    position: fixed;
    top: 50px;
    left: 10%;
    z-index: 9999;
    text-align: center;
    background-color: #95dbd4;
    width: 197px;
    height: 370px;
    border-radius: 44px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.top_logo {
    width: 135px;
    margin: 25px 0;
}

.menu_btn {
    display: none;
}

.nav_line {
    border: none;
    width: 150px;
    height: 3px;
    margin: 0 auto;
    background-color: white;
    border-radius: 3px;
}

nav ul {
    font-family: "Comfortaa";
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.1em;
    margin-top: 15px;
}

.nav_link {
    color: #fff;
    text-decoration: none;
}



/* MVスライダー */
.header_bg {
    background-image: url(./s_comet_mew-assets/bg_img/tpopage_header_bg_img.png);
    background-size: 100% 1144px;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
}

.slider_wrapper {
    width: 100%;
    max-width: 100%;
    /* overflow: hidden; */
}

.mv_slider {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mv_slider img {
    width: 767px;
    height: 774px;
    border-radius: 44px;
    object-fit: cover;
    margin: 50px 30px;
}

.custom_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.custom_nav .slick-prev {
    order: 1;
}

.custom_nav .slick-dots {
    order: 2;
    position: static;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 10px;
    gap: 7px;
}

.custom_nav .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 50%;
    background: #ffffff;
}

.custom_nav .slick-dots li.slick-active button {
    background: #fff6c6;
}

.custom_nav .slick-next {
    order: 3;
}

.custom_nav .slick-prev,
.custom_nav .slick-next {
    position: static;
    transform: none;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    line-height: 1;
}

.custom_nav .slick-prev::before {
    content: "＜";
    font-family: "Comfortaa";
    font-weight: bold;
    font-size: 16px;
    color: #fff6c6;
}

.custom_nav .slick-next::before {
    content: "＞";
    font-family: "Comfortaa";
    font-weight: bold;
    font-size: 16px;
    color: #fff6c6;
}


/* キャッチコピー */
.catch_copy {
    margin: 1000px 0 800px;
    width: 500px;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 2.0s ease-out;
}

.fade-in.is-show {
    opacity: 1;
    transform: translateY(0);
}



/* profile */
#profile {
    background-image: url(./s_comet_mew-assets/bg_img/prpfile_bg_img.png);
    background-size: 100% 1353px;
    background-repeat: no-repeat;
    background-position: center top 55px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 290px;
}

.icon_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 303px;
    height: 303px;
    background-color: #fff6c6;
    border-radius: 50%;
}

.profile_name {
    font-size: 30px;
    letter-spacing: 0.1em;
}

.profile_name::after {
    content: "-kei nozaki-";
    font-size: 18px;
    padding-left: 15px;
}


.profile01 {
    display: flex;
    justify-content: center;
    height: 305px;
    margin-top: 30px;
}

.profile01_1 {
    display: flex;
    flex-direction: column;
    width: 440px;
    height: 305px;
    justify-content: center;
    text-align: left;
    gap: 40px;
    margin-left: -25px;
}

.profile01_1 dt {
    margin-bottom: 7px;
}

.policy {
    background-image: url(./s_comet_mew-assets/bg_img/policy_bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 554px;
    margin-top: 35px;
    margin-bottom: 70px;
    padding-top: 75px;
    padding-bottom: 25px;
}

.policy div {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 430px;
    gap: 25px;
}

.profile02 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    width: 645px;
    margin: 0 auto;
}

.profile02_detail {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    width: 100%;
}

.profile_detail_title_div {
    display: flex;
    flex-direction: column;
}

.profile_detail_title {
    width: 105px;
    white-space: nowrap;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile_sns_icon {
    display: flex;
    gap: 25px;
}

.sns_icon {
    width: 40px;
}



/* works */
#works h3 {
    margin: 60px 0 15px;
}

.works_detail {
    display: flex;
    margin: 0 auto;
    width: 750px;
    gap: 67px;
    position: relative;
}

.works_detail_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.works_detail_list ul {
    list-style: none;
    width: 185px;
    text-align: justify;
    text-justify: inter-character;
    white-space: nowrap;
    line-height: 2.5;
}

.deco_none {
    text-decoration: none;
}

.view_more {
    position: absolute;
    bottom: 0;
    right: 0;
}

.clip-container01 {
    width: 476px;
    height: 356px;
    clip-path: url(#svgPath01);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask01 {
    width: 862px;
    height: auto;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.clip-container02 {
    width: 476px;
    height: 356px;
    clip-path: url(#svgPath02);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mask02 {
    width: 595px;
    height: auto;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}



/* contact */
#contact {
    background-image: url(./s_comet_mew-assets/bg_img/contact_bg_img.png);
    background-size: 100% 1142px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 300px;
    padding-bottom: 290px;
}

#contact h3 {
    margin-bottom: 70px;
}

.contact_detail {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.contact_link {
    display: flex;
    width: 400px;
    margin: 0 auto;
    gap: 100px;
}

.coconala {
    background-image: url(./s_comet_mew-assets/bg_img/coconala_bg_img.png);
    display: flex;
    width: 151px;
    height: 140px;
    align-items: center;
    justify-content: center;
}

.crowdworks {
    background-image: url(./s_comet_mew-assets/bg_img/crowdworks_bg_img.png);
    display: flex;
    width: 145px;
    height: 147px;
    align-items: center;
    justify-content: center;
}

.contact_x {
    background-image: url(./s_comet_mew-assets/bg_img/x_bg_img.png);
    display: flex;
    width: 142px;
    height: 135px;
    align-items: center;
    justify-content: center;
}

.contact_instagram {
    background-image: url(./s_comet_mew-assets/bg_img/instagram_bg_img.png);
    display: flex;
    width: 146px;
    height: 140px;
    align-items: center;
    justify-content: center;
}

#contact p {
    padding-top: 20px;
    width: 525px;
    text-align: left;
    letter-spacing: 0.05em;
    margin: 0 auto;
}



/* shop */
.shop_detail {
    display: flex;
    gap: 100px;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 145px;
}

.shop_link {
    display: flex;
    flex-direction: column;
    width: 185px;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.suzuri {
    background-image: url(./s_comet_mew-assets/bg_img/suzuri_bg_img.png);
    display: flex;
    width: 140px;
    height: 138px;
    align-items: center;
    justify-content: center;
}

.line {
    background-image: url(./s_comet_mew-assets/bg_img/line_bg_img.png);
    display: flex;
    width: 147px;
    height: 141px;
    align-items: center;
    justify-content: center;
}



/* footer */
footer {
    background-image: url(./s_comet_mew-assets/bg_img/footer_bg_img.png);
    background-size: 100% 613px;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.instructions {
    padding-top: 170px;
    margin-bottom: 80px;
    margin-left: 5%;
}

.instructions h3 {
    color: #fff;
    margin-bottom: 35px;
    font-weight: normal;
}

.instructions_detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.instructions_detail ul {
    list-style: none;
}

.copyright_logo {
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding: 0 20px;
    justify-content: space-between;
}





/* worksページ */

/* header */
.works_header_bg {
    background-image: url(./s_comet_mew-assets/bg_img/subpage_heder_bg_img.png);
    background-size: max(1920px, 100%) 474px;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    box-sizing: border-box;
}

.workspage_h2 {
    margin-top: 50px;
}

.workspage_h3 {
    margin-top: 5px;
    margin-bottom: 90px;
}

.category_select {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 710px;
    margin: 0 auto;
    gap: 5px;
    padding-bottom: 140px;
}

.category_list {
    background-color: white;
    padding: 10px 35px;
    border-radius: 100px;
    letter-spacing: 0em;
}

.category_list a {
    color: #63ddd1;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    white-space: nowrap;
    letter-spacing: -0.02em;
}

.category_list:first-child {
    flex-shrink: 0;
    margin-right: 100%;
}


.category_list:not(:first-child) {
    flex: 1;
}

.category_active {
    background-color: #fff6c6;
}


/* main */
.works_main {
    letter-spacing: 0.1em;
}

.works_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 710px;
    margin: 40px auto 170px;
    gap: 20px;
}


.works_block_link {
    text-decoration: none;
}

.works_block {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 350px;
    background-color: #fff;
    border-radius: 36px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    padding: 23px;
    align-items: flex-start;
    gap: 10px;
}

.works_block_category {
    color: #63ddd1;
}

.works_block_img_div {
    width: 288px;
    height: 175px;
    margin: auto;
}

.works_block_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.works_block_tag {
    display: flex;
    gap: 5px;
}

.works_block_tag p {
    background-color: #95dbd4;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
}

.works_block_title {
    font-size: 22px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    white-space: nowrap;
}

.coming_soon {
    color: #6e8997;
    font-size: 25px;
    margin: 100px 0 200px;
}



/* works詳細ページ */
.worksdetail_header_bg {
    background-image: url(./s_comet_mew-assets/bg_img/subpage_heder_bg_img.png);
    background-size: max(1920px, 100%) 474px;
    background-repeat: no-repeat;
    background-position: center top -180px;
    width: 100%;
    box-sizing: border-box;
}

.worksdetail_h3 {
    margin-top: 5px;
    padding-bottom: 166px;
}

.works_dateil_div {
    display: flex;
    flex-direction: column;
    width: 705px;
    margin: 0 auto;
}


/* work詳細ページスライダー */
.works_detail_img_div {
    width: 705px;
    height: 505px;
    background-color: #fff;
    border-radius: 36px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    padding: 60px;
    box-sizing: border-box;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.detail_img_slider {
    position: absolute;
    top: 60px;
    left: 60px;
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    overflow: hidden;
}

.detail_img_slider .slick-list,
.detail_img_slider .slick-track {
    height: 100% !important;
}

.detail_img_slider .slick-slide {
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1.5s;
    z-index: 1;
    pointer-events: none;
}

.detail_img_slider .slick-active {
    opacity: 1 !important;
    z-index: 2;
    pointer-events: auto;
}

.works_detail_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ナビゲーション */
.detail_img_slider_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 10;
}

.detail_img_slider_nav .slick-dots {
    order: 2;
    position: static;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 8px;
    gap: 8px;
}

.detail_img_slider_nav .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #63ddd1;
    box-sizing: border-box;
}

.detail_img_slider_nav .slick-dots li.slick-active button {
    background: #63ddd1;
}

.detail_img_slider_nav .works-slick-prev,
.detail_img_slider_nav .works-slick-next {
    order: 1;
    position: static;
    transform: none;
    width: 5px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail_img_slider_nav .works-slick-next {
    order: 3;
}

.detail_img_slider_nav .works-slick-prev::before {
    content: "＜";
    font-family: "Comfortaa", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #63ddd1;
}

.detail_img_slider_nav .works-slick-next::before {
    content: "＞";
    font-family: "Comfortaa", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #63ddd1;
}

.works_detail_category {
    color: #63ddd1;
    margin-bottom: -5px;
}

.works_detail_title {
    font-size: 24px;
    margin-bottom: 5px;
}

.works_detail_category,
.works_detail_title,
.works_detail_text {
    text-align: left;
}

.works_detail_line {
    border: none;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    background-color: #caefeb;
    border-radius: 3px;
}

.works_detail_dl {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.works_detail_dl dt {
    background-color: #caefeb;
    width: 120px;
    height: 34px;
    border-radius: 17px;
    color: #6e8997;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-justify: inter-character;
    white-space: nowrap;
    letter-spacing: 0.0em;
    padding: 0 25px;
    box-sizing: border-box;
}

.works_detail_text {
    width: 575px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    line-height: 1.3;
    justify-content: center;
}

.my_detailed {
    margin-top: 25px;
    margin-bottom: 150px;
}

.my_detailed_title {
    font-size: 18px;
    color: #6e8997;
    background-color: #caefeb;
    width: 534px;
    height: 50px;
    border-radius: 24px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.my_detailed dd {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
    margin: 0 auto;
}

.my_detailed_subtitle {
    list-style: none;
    position: relative;
    isolation: isolate;
    display: inline-block;
}

.my_detailed_subtitle::before {
    position: absolute;
    left: -15px;
    top: -10px;
    z-index: -1;
    content: '';
    display: inline-block;
    width: 41px;
    height: 41px;
    background-color: #fff6c6;
    border-radius: 50%;
}

.my_detailed_text {
    list-style: none;
}

.my_detailed_text::before {
    content: 'ー';
    padding-left: 20px;
}





body {
    overflow-x: hidden;
}





/* ==========================================================================
   スマホ・タブレット用のレスポンシブ設定（画面幅 768px 以下）
   ========================================================================== */
@media (max-width: 900px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
        font-size: clamp(13px, 2vw, 16px);
        letter-spacing: 0.1em;
    }

    .section {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        box-sizing: border-box;
    }

    h2 {
        font-size: clamp(20px, 5vw, 26px);
    }

    h2::before {
        width: 41px;
        height: 41px;
        left: -14px;
        top: -5px;
    }

    h3,
    dt {
        font-size: 16px;
        font-weight: normal;
    }

    /* ハンバーガーメニュー、ナビゲーション */
    nav {
        position: fixed;
        top: 15px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        display: flex;
        align-items: start;
        justify-content: space-between;
        padding-left: clamp(15px, 4vw, 30px);
        padding-right: clamp(15px, 4vw, 30px);
        box-sizing: border-box;
        background-color: transparent;
        box-shadow: none;
        pointer-events: none;
    }

    .top_logo {
        width: clamp(80px, 25vw, 120px);
        height: auto;
        margin: 0;
        filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
        pointer-events: auto;
    }

    .nav_line {
        display: none;
    }

    .menu_btn {
        display: flex;
        align-items: center;
        gap: clamp(6px, 1.5vw, 10px);
        background-color: #95dbd4;
        border: none;
        cursor: pointer;
        padding: 3vw 4.5vw;
        border-radius: 10vw;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
        position: fixed;
        top: calc(15px + clamp(40px, 6vw, 50px) / 2);
        right: calc(1vw + (clamp(130px, 35vw, 180px) / 2));
        transform: translate(50%, -50%);
        z-index: 9999;
        transition: right 0.3s ease;
        pointer-events: auto;
    }

    .menu_icon {
        display: inline-block;
        width: clamp(12px, 3.5vw, 18px);
        height: clamp(12px, 3.5vw, 18px);
        background-color: #fff6c6;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .menu_text {
        font-family: "Comfortaa";
        font-weight: bold;
        font-size: clamp(13px, 3.5vw, 18px);
        color: #ffffff;
        letter-spacing: 0.05em;
    }

    .nav_menu {
        display: none;
    }

    .nav_menu {
        position: fixed !important;
        transform: none !important;
        top: calc(-1 * clamp(260px, 65vw, 300px)) !important;
        left: 0 !important;
        right: 0 !important;
        width: clamp(130px, 35vw, 180px) !important;
        height: clamp(260px, 65vw, 300px) !important;
        background-color: #95dbd4 !important;
        border-radius: 0 0 clamp(15px, 10vw, 40px) clamp(15px, 10vw, 40px) !important;
        z-index: 9998 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: center !important;
        list-style: none !important;
        padding-top: calc(15px + clamp(40px, 6vw, 50px) + 4vw) !important;
        padding-bottom: clamp(20px, 4vw, 30px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        gap: 0 !important;
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: 1vw !important;
        margin-top: 0 !important;
        transform: none !important;
        transition: margin-top 0.5s ease !important;
        pointer-events: none;
    }

    .nav_menu.is-open {
        margin-top: clamp(260px, 65vw, 300px) !important;
        pointer-events: auto !important;
    }

    .nav_menu .nav_link {
        font-family: "Comfortaa";
        font-size: clamp(13px, 3.5vw, 18px);
        color: #ffffff;
        text-decoration: none;
        display: block;
    }

    .menu_btn.is-open {
        background-color: #fff;
    }

    .menu_btn.is-open .menu_text {
        color: #95dbd4;
    }



    /* スライダー */
    .header_bg {
        background-image: url(./s_comet_mew-assets/bg_img/sp_tpopage_header_bg_img.png);
        background-size: 100% auto;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .slider_wrapper {
        width: 100%;
        overflow: hidden;
        margin-top: 12vw;
    }

    .mv_slider {
        width: 100% !important;
    }

    .mv_slider .slick-slide {
        width: 100%;

    }

    .mv_slider img {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 8vw;
        margin-top: 9vw !important;
        margin-bottom: 3vw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0;
        box-sizing: border-box;
    }

    /* キャッチコピー */
    .catch_copy {
        margin-top: clamp(220px, 70vw, 500px);
        margin-bottom: clamp(190px, 40vw, 470px);
        width: 75vw;
    }


    /* profile */
    #profile {
        background-image: url(./s_comet_mew-assets/bg_img/sp_prpfile_bg_img.png);
        background-size: 100% 100%;
        background-position: center top -15px;
        padding-bottom: 150px;
        margin-bottom: 50px;
    }

    .profile01 {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .icon_bg img {
        width: 25vw;
    }

    .icon_bg {
        width: 50vw;
        height: 50vw;
    }

    .profile_name {
        font-size: clamp(20px, 5vw, 26px);
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .profile_name::after {
        font-size: 14px;
        display: block;
        padding-left: 0;
    }

    .profile01_1 {
        width: 85vw;
        height: auto;
        margin-top: -5vw;
        margin-left: 0;
        text-align: center;
        gap: 40px;
    }

    .sp_line {
        display: block;
        width: 57px;
        height: 2.5px;
        background-color: #6e8997;
        border: none;
        border-radius: 3px;
        margin: 15px auto 10px;
    }

    .policy {
        background-image: url(./s_comet_mew-assets/bg_img/sp_policy_bg_img.png);
        background-size: 100% 100%;
        width: 90vw;
        height: auto;
        margin: 40px auto;
        padding: 80px 10px;
        justify-content: center;
    }

    .policy div {
        width: 70%;
    }

    .profile02 {
        width: 90vw;
        gap: 50px;
    }

    .profile02_detail {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .profile_sns_icon {
        gap: 30px;
    }


    /* works */
    #works h3 {
        margin-top: 40px;
    }

    .works_detail {
        display: block;
        text-align: center;
        width: 90vw;
        gap: 10px;
    }

    .works_detail_list ul {
        text-align: center;
        width: 100%;
    }

    .works_detail_list {
        margin-bottom: 20px;
    }

    .view_more {
        position: static;
    }

    .clip-container01,
    .clip-container02 {
        width: 90vw;
        max-width: 340px;
        aspect-ratio: 476 / 356;
        height: auto;
        margin: 0 auto;
    }

    .mask01 {
        width: 180%;
        height: auto;
    }

    .mask02 {
        width: 125%;
        height: auto;
    }


    /* contact */
    #contact {
        background-image: url(./s_comet_mew-assets/bg_img/sp_contact_bg_img.png);
        background-size: 100% 100%;
        margin-top: 60px;
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .contact_detail {
        gap: 60px;
    }

    .contact_link {
        width: 90vw;
        gap: 35px;
        justify-content: center;
    }

    .coconala,
    .crowdworks,
    .contact_x,
    .contact_instagram {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: clamp(125px, 50vw, 155px);
        height: clamp(125px, 50vw, 155px);
    }

    #contact p {
        padding-top: 10px;
        width: 65vw;
        text-align: center;
    }


    /* shop */
    #shop {
        margin-top: 90px;
    }

    .shop_detail {
        display: block;
        align-items: center;
        width: 90vw;
        margin: 60px auto;
    }

    .shop_link {
        width: 100%;
        margin-bottom: 35px;
        gap: 10px;
    }

    .suzuri,
    .line {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: clamp(125px, 40vw, 155px);
        height: clamp(125px, 40vw, 155px);
    }

    .shop_link p {
        width: 65vw;
    }


    /* footer */
    footer {
        background-image: url(./s_comet_mew-assets/bg_img/sp_footer_bg_img.png);
        background-size: 100% 100%;
        padding-bottom: 10px;
    }

    .instructions {
        width: 90vw;
        margin: 0 auto 75px;
    }

    .instructions h3 {
        font-size: 14px;
    }

    .instructions_detail {
        font-size: 12px;
        letter-spacing: normal;
    }

    .copyright_logo {
        flex-direction: column-reverse;
        width: 95vw;
        padding: 0;
        justify-content: normal;
    }



    /* worksページ */

    /* header */
    .works_header_bg {
        background-image: url(./s_comet_mew-assets/bg_img/sp_tpopage_header_bg_img.png);
        background-size: 100% 100%;
    }

    .workspage_h2 {
        margin-top: 150px;
    }

    .workspage_h3 {
        letter-spacing: normal;
        margin-bottom: 50px;
    }

    .category_select {
        width: 100%;
        max-width: 100%;
        padding-left: 5vw;
        padding-right: 5vw;
        padding-bottom: 90px;
        position: relative;
        z-index: 10;
    }

    .category_list {
        padding: 8px 30px;
    }

    /* main */
    .works_grid {
        display: flex;
        flex-wrap: wrap;
        width: 90vw;
        justify-content: center;
    }

    .works_block {
        width: 306px;
        height: 306px;
        padding: 18px;
        gap: 5px;
    }

    .works_block_img_div {
        width: 252px;
        height: 165px;
    }

    .works_block_tag p {
        font-size: 12px;
    }

    .works_block_title {
        font-size: 20px;
    }


    /* woeks詳細ページ */
    .worksdetail_header_bg {
        background-image: url(./s_comet_mew-assets/bg_img/sp_tpopage_header_bg_img.png);
        background-size: 100% 100%;
        background-position: center top -70px;
    }

    .worksdetail_h3 {
        letter-spacing: normal;
    }

    .works_dateil_div {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        letter-spacing: normal;
    }

    .works_detail_img_div {
        width: 100%;
        height: auto;
        aspect-ratio: 705 / 505;
        padding: 5%;
        border-radius: 20px;
    }

    .detail_img_slider {
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
    }

    .works_detail_category {
        font-size: 12px;
    }

    .works_detail_title {
        font-size: 18px;
    }

    .works_detail_dl {
        flex-direction: column;
        gap: 5px;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .works_detail_dl dt {
        width: 120px;
        height: 30px;
        font-size: 16px;
    }

    .works_detail_text {
        width: 100%;
    }

    .my_detailed_title {
        width: 85%;
        font-size: 16px;
        letter-spacing: normal;
    }

    .my_detailed dd {
        width: 90%;
    }

}