@charset "UTF-8";

@font-face {
    font-family: "Holland";
    src: url("font/Holland.ttf") format("truetype");
}

@font-face {
    font-family: "Kaisotai Next UP B";
    src: url("font/Kaisotai-Next-UP-B.ttf") format("truetype");
}

.f_kaisotai {
    font-family: "Kaisotai Next UP B";
}

.title .big {
    font-size: 72px;
}

.f_hollan {
    font-family: "Holland";
}

.subtitle {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    opacity: 0.5;
}

.page_attractive .top_fv_sec {
    width: 1440px;
    padding: 75px 0 65px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.page_attractive .top_fv_sec .bf_ef {
    display: block;
    background: #fff4f7;
    width: 400px;
    aspect-ratio: 400 / 140;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.page_attractive .top_fv_sec .af_ef {
    display: block;
    background: #fff4f7;
    width: 80px;
    aspect-ratio: 80 / 100;
    position: absolute;
    bottom: 12%;
    left: 0;
    z-index: -1;
}

.page_attractive .top_fv_sec .absolute_tr {
    position: absolute;
    width: 14%;
    top: 27px;
    right: 45%;
    z-index: -1;
}

.page_attractive .top_fv_sec .fv_inner {
    position: relative;
    margin-bottom: 50px;
}

.page_attractive .top_fv_sec .fv_right {
    position: absolute;
    top: -40px;
    right: -4%;
}

.page_attractive .top_fv_sec .fv_right::before {
    content: "";
    display: block;
    background: #fff4f7;
    width: 275px;
    aspect-ratio: 275 / 230;
    position: absolute;
    bottom: -35px;
    right: -50px;
    z-index: -1;
}

.page_attractive .top_fv_sec .fast_text {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.7em;
}

.page_attractive .top_fv_sec .center_text {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 1.3em;
}

.page_attractive .top_fv_sec .center_l_text {
    display: block;
    font-size: 42px;
    font-weight: 600;
}

.page_attractive .top_fv_sec .center_l_text .ex {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3em;
}

.page_attractive .top_fv_sec .center_r_text {
    display: block;
    font-size: 112px;
    line-height: 1;
    position: relative;
}

.page_attractive .top_fv_sec .center_r_text::after {
    content: "";
    display: block;
    background: #fff4f7;
    width: 100px;
    aspect-ratio: 1;
    position: absolute;
    bottom: -18%;
    right: 4%;
    z-index: -1;
    transform: translateY(50%);
}

.page_attractive .top_fv_sec .center_r_text .tracking {
    margin-left: -0.3em;
}

.page_attractive .top_fv_sec .text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2em;
}

.page_attractive .top_fv_sec .winning {
    width: fit-content;
    position: relative;
}

.page_attractive .top_fv_sec .winning_absolute {
    position: absolute;
    width: 150px;
    aspect-ratio: 1;
    top: 95%;
    right: -18%;
    transform: translate(-50%);
    z-index: -1;
}

.page_attractive .top_fv_sec .winning_box {
    display: flex;
    gap: 0.65em;
    margin-bottom: 2.2em;
    position: relative;
}

.page_attractive .top_fv_sec .winning_text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page_attractive .top_fv_sec .winning_text .ex {
    display: block;
    color: #f2bb24;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0.6em;
}

.page_attractive .top_fv_sec .winning_text.alterna {
    justify-content: space-between;
    min-width: 216px;
}

.page_attractive .top_fv_sec .winning_text.alterna .ex {
    margin-top: 0.2em;
}

.page_attractive .top_fv_sec .winning_text .big {
    font-size: 40px;
}

.title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.8em;
}


.page_attractive .top_fv_sec .btn_area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page_attractive .top_reason_sec {
    margin-top: -130px;
}

.page_attractive .top_reason_sec .title_ex_wrap {
    max-width: 840px;
    background: #fff;
    padding: 4.4em 0 0;
    margin: 0 auto;
}

.page_attractive .top_reason_sec .title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 0 auto 0.4em;
}

.page_attractive .top_reason_sec .title::before {
    content: "";
    background: url(/penguin/resources/image/vidax/shibuya/top_reason_title_rf.png) no-repeat center center;
    background-position: center;
    background-size: contain;
    width: 36px;
    aspect-ratio: 0.8469;
    position: absolute;
    top: -34%;
    right: -4%;
}

.page_attractive .top_reason_sec .subtitle {
    color: #fd7fa6;
    text-align: center;
}

.page_attractive .top_reason_sec .summary_text {
    margin-bottom: 4.5em;
    text-align: center;
}

.page_attractive .top_reason_sec .column_con {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: left;
    gap: 5.2em;
}

.page_attractive .top_reason_sec .title_area {
    position: relative;
}

.page_attractive .top_reason_sec .number {
    color: #fd7fa6;
    border-radius: 100vmax;
    background-color: #fff;
    box-shadow: 2px -2px 0 #fd7fa6;
    border: 1px solid #c6c6c7;
    line-height: 1;
    text-align: center;
    padding: 7px 23px;
    position: absolute;
    bottom: -22%;
    left: -10%;
    transform: rotate(90deg) translate(-50%);
}

.page_attractive .top_reason_sec .reason_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 1.5em;
    margin-bottom: 0.8em;
}

.page_attractive .top_reason_sec .reason_title .middle {
    font-size: 40px;
}

.page_attractive .top_reason_sec .reason_title .middle .ex {
    font-size: 56px;
}

.page_attractive .top_reason_sec .reason_title .big {
    font-size: 48px;
    line-height: 1.5;
    color: #fd7fa6;
}

.page_attractive .top_reason_sec .img_inner {
    position: relative;
}

.page_attractive .top_reason_sec .img {
    background: #fff;
    border: 1px solid #c6c6c7;
    transform: rotate(-3deg);
    padding: 10px;
    margin: 0 auto;
    max-width: 440px;
    aspect-ratio: 420 / 300;
}

.page_attractive .top_reason_sec .icon_left_top {
    position: absolute;
    top: -10%;
    right: 5%;
}

.page_attractive .top_reason_sec .icon_left_bottom {
    position: absolute;
    top: 8%;
    right: -8%;
}

.page_attractive .top_reason_sec .column_con:nth-of-type(3) .icon_left_bottom {
    right: -6%;
}

.page_attractive .top_reason_sec .icon_right_top {
    position: absolute;
    top: -10%;
    left: 10%;
}

.page_attractive .top_reason_sec .icon_right_bottom {
    position: absolute;
    top: 8%;
    left: -6%;
}

.page_attractive .top_reason_sec .column_con:nth-of-type(4) .icon_right_top {
    top: -8%;
}

.page_attractive .top_reason_sec .column_con:nth-of-type(4) .icon_right_bottom {
    top: 6%;
    left: -10%;
}

.page_attractive .top_reason_sec .column_con {
    position: relative;
}

.page_attractive .top_reason_sec .column_con+.column_con {
    margin-top: 40px;
}

.page_attractive .top_reason_sec .column_con:nth-of-type(even) {
    justify-content: space-between;
}

.page_attractive .top_reason_sec .column_con:nth-of-type(even) .img_inner {
    order: 2;
    margin-right: -50px;
}

.page_attractive .top_reason_sec .column_con:nth-of-type(even) .img {
    transform: rotate(3deg);
}

.page_attractive .top_reason_sec .column_con:nth-of-type(1)::before {
    content: "";
    position: absolute;
    bottom: -36%;
    left: -100px;
    width: 470px;
    aspect-ratio: 470 / 300;
    background-color: #fff4f7;
    z-index: -1;
}

.page_attractive .top_reason_sec .column_con:nth-of-type(2)::before {
    content: "";
    position: absolute;
    bottom: -55%;
    right: -150px;
    width: 500px;
    aspect-ratio: 480 / 400;
    background-color: #fff4f7;
    z-index: -1;
}

.page_attractive .top_reason_sec .column_con:nth-of-type(4)::before {
    content: "";
    position: absolute;
    bottom: 12%;
    left: -50px;
    width: 150px;
    aspect-ratio: 1;
    background-color: #fff4f7;
    z-index: -1;
}

.page_attractive .top_fv_sec .winning_absolute img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_attractive .top_fv_sec .center_r_text .pink {
    color: #fd7fa6;
}

.page_attractive .top_fv_sec .btn_area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page_attractive .common_btn {
    display: block;
    border-radius: 100vmax;
    min-width: 300px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.page_attractive .common_btn .btn_text {
    color: #151515;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75em;
    height: 70px;
    padding: 1em;
}

.page_attractive .common_btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_attractive .common_btn.mail {
    background-color: #c6f0ff;
    box-shadow: 0 5px 0 #41aed6;
}

.page_attractive .common_btn.mail .icon {
    display: block;
    width: 28px;
    aspect-ratio: 28 / 23;
}

.page_attractive .common_btn.line {
    background-color: #aaefc6;
    box-shadow: 0 5px 0 #3acb75;
}

.page_attractive .common_btn.line .icon {
    display: block;
    width: 30px;
    aspect-ratio: 1;
}

.page_attractive .common_btn.mail:hover {
    box-shadow: 0 1px 0 #41aed6;
    transform: translateY(3px);
}

.page_attractive .common_btn.line:hover {
    box-shadow: 0 1px 0 #3acb75;
    transform: translateY(3px);
}

.page_attractive .common_tell_area {
    margin: 74px 0;
    position: relative;
    padding-bottom: 50px;
}

.page_attractive .common_tell_area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 27px);
    background: url(/penguin/resources/image/vidax/shibuya/common_tell_area_back.png) no-repeat center top;
    background-size: cover;
    z-index: -1;
}

.page_attractive .common_tell_area .back_text {
    background: linear-gradient(90deg, #fe6b9b, #fe93b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 140px;
    line-height: 1;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.page_attractive .common_tell_area .serif {
    position: relative;
    display: block;
    padding: 11px;
    max-width: 500px;
    color: #fd7fa6;
    font-size: 24px;
    font-weight: 600;
    background: #fff;
    border: solid 3px #fd7fa6;
    box-sizing: border-box;
    border-radius: 100vmax;
    text-align: center;
    margin: 0 auto 22px;
}

.page_attractive .common_tell_area .serif:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
}

.page_attractive .common_tell_area .serif:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #fd7fa6;
    z-index: 1;
}

.page_attractive .common_tell_area .serif .text {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.page_attractive .common_tell_area .title {
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.95em;
}

.page_attractive .common_tell_area .title.sp {
    display: none;
}

.page_attractive .common_tell_area .title .ex {
    display: block;
    font-size: 56px;
    margin-left: -20px;
}

.page_attractive .common_tell_area .inner {
    background: #fff;
    padding: 35px;
    display: flex;
    justify-content: center;
}

.page_attractive .common_tell_area .name {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.page_attractive .common_tell_area .name::before {
    content: "";
    display: block;
    background-color: #fd7fa6;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page_attractive .common_tell_area .tell {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.page_attractive .common_tell_area .tell .tell_link {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #151515;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page_attractive .common_tell_area .tell .tell_link::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M19.43 14.133l-4.375-1.875a.938.938 0 0 0-1.094.27l-1.938 2.367A14.479 14.479 0 0 1 5.1 7.973L7.469 6.036a.935.935 0 0 0 .27-1.094L5.863.567A.944.944 0 0 0 4.789.024L.727.962A.938.938 0 0 0 0 1.875 18.123 18.123 0 0 0 18.125 20a.937.937 0 0 0 .914-.727l.938-4.063a.949.949 0 0 0-.547-1.078Z' fill='%23fd7fa6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    aspect-ratio: 1;
    aspect-ratio: 1;
    margin-top: 8px;
}

.page_attractive .common_tell_area .time {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.page_attractive .common_tell_area .btn_area {
    display: flex;
    gap: 10px;
}

.page_attractive .common_tell_area .common_btn {
    min-width: 250px;
}

.page_attractive .common_tell_area .common_btn .btn_text {
    font-size: 14px;
    height: 55px;
}

.page_attractive .common_tell_area .common_btn.mail .icon {
    width: 20px;
    aspect-ratio: 20 / 16;
}

.page_attractive .common_tell_area .common_btn.line .icon {
    width: 20px;
    aspect-ratio: 1;
}

.page_attractive .common_tell_area .sell {
    padding: 10px 80px 10px 0;
}

.page_attractive .common_tell_area .sell+.sell {
    background: url(/penguin/resources/image/vidax/shibuya/common_tell_dot.png) repeat-y left;
    padding: 10px 0 10px 80px;
}

.page_attractive .top_customer_sec {
    position: relative;
    padding-bottom: 100px;
}

.page_attractive .top_customer_sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 140px);
    background: url(/penguin/resources/image/vidax/shibuya/top_customer_sec_back.jpg) no-repeat center top;
    background-size: cover;
    z-index: -1;
}

.page_attractive .top_customer_sec .banner_area {
    aspect-ratio: 57 / 14;
    transition: all 0.3s ease;
}

.page_attractive .top_customer_sec .banner_area:hover {
    opacity: 0.6;
}

.page_attractive .top_customer_sec .column {
    margin: 120px 0 80px;
    display: grid;
    grid-template-columns: auto 32.5% 32.5%;
    gap: 3%;
    align-items: center;
}

.page_attractive .top_customer_sec .title_area {
    position: relative;
}

.page_attractive .top_customer_sec .title_area::before {
    content: "";
    display: block;
    background: url(/penguin/resources/image/vidax/shibuya/top_customer_ef.png) no-repeat center center / 100%;
    width: 291px;
    aspect-ratio: 291 / 302;
    position: absolute;
    bottom: 70%;
    left: -150px;
    transform: translateY(100%);
    z-index: -1;
}

.page_attractive .top_customer_sec .en_text {
    color: #fd7fa6;
    font-size: 40px;
    line-height: 1;
    opacity: 0.5;
}

.page_attractive .top_customer_sec .title {
    font-size: 56px;
    text-align: left;
    margin: 0 0 0.6em;
}

.page_attractive .top_customer_sec .summary_text {
    text-align: left;
}

.page_attractive .top_customer_sec .contents_area {
    padding: 15px;
    background: #fff;
    border: 1px solid #c6c6c7;
    position: relative;
}

.page_attractive .top_customer_sec .contents_area .sell_icon_p1 {
    position: absolute;
    top: 18%;
    left: 0;
    transform: translateX(-50%);
}

.page_attractive .top_customer_sec .contents_area .sell_icon_p2 {
    position: absolute;
    bottom: 26%;
    right: 0;
    transform: translateX(50%);
}

.page_attractive .top_customer_sec .sell_title_area {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0.3em;
}

.page_attractive .top_customer_sec .sell_title_area .icon {
    width: 34px;
    aspect-ratio: 1;
}

.page_attractive .top_customer_sec .sell_title {
    color: #fd7fa6;
    font-size: 20px;
    font-weight: 600;
}

.page_attractive .top_customer_sec .customer_img {
    aspect-ratio: 350 / 230;
    margin-bottom: 10px;
}

.page_attractive .top_customer_sec .star {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    gap: 0.4em;
    align-items: center;
    margin-bottom: 0.4em;
}

.page_attractive .top_customer_sec .star_icon {
    display: block;
    width: 20px;
    aspect-ratio: 1;
}

.page_attractive .top_customer_sec .star_icon img {
    height: auto;
}

.page_attractive .top_customer_sec .text_u_area {
    margin: 0 0.45em;
}

.page_attractive .top_step_sec {
    padding: 100px 0 120px;
}

.page_attractive .top_step_sec .title {
    font-size: 56px;
    margin-bottom: 0.1em;
    text-align: center;
}

.page_attractive .top_step_sec .subtitle {
    color: #fd7fa6;
    opacity: 0.5;
    text-align: center;
}

.page_attractive .top_step_sec .title_area {
    position: relative;
    margin-bottom: 35px;
}

.page_attractive .top_step_sec .title_area::before {
    content: "";
    display: block;
    background: url(/penguin/resources/image/vidax/shibuya/top_step_ef.png) no-repeat center center / 100%;
    width: 413px;
    aspect-ratio: 413.23 / 266.1;
    position: absolute;
    top: -50%;
    right: -150px;
    z-index: -1;
}

.page_attractive .top_step_sec .column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
    align-items: center;
}

.page_attractive .top_step_sec .sell {
    padding: 10px;
    border: 1px solid #c6c6c7;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    background: #fff;
    position: relative;
}

.page_attractive .top_step_sec .sell:not(:last-child):after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='20' viewBox='0 0 10 20'%3E%3Cpath d='M0 0 L10 10 L0 20 Z' fill='%23fd7fa6'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    aspect-ratio: 1 / 2;
    position: absolute;
    top: 50%;
    right: -16.5px;
    transform: translateY(-50%);
}

.page_attractive .top_step_sec .sell .img {
    width: 100%;
    aspect-ratio: 250 / 160;
}

.page_attractive .top_step_sec .number {
    color: #fd7fa6;
    font-size: 24px;
    background: #fff;
    width: 60px;
    aspect-ratio: 1;
    margin: -30px auto 0;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_attractive .top_step_sec .number .text {
    margin-top: 0.3em;
}

.page_attractive .top_step_sec .text_box {
    margin-top: -0.6em;
    padding: 0 10px 10px;
}

.page_attractive .top_step_sec .column_title {
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 0.65em;
    margin-bottom: 0.95em;
}

.page_attractive .top_step_sec .column_title::after {
    content: "";
    display: block;
    background: #fd7fa6;
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page_attractive .top_step_sec .text_box .text {
    font-size: 14px;
}

.page_attractive .top_step_sec .min_text {
    margin-top: 0.85em;
    font-size: 12px;
}

.page_attractive .top_company_sec {
    position: relative;
    padding: 80px 0;
    background-color: #fff4f7;
    z-index: 0;
}

.page_attractive .top_company_sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.page_attractive .top_company_sec .column {
    display: grid;
    grid-template-columns: auto 32.5% 32.5%;
    gap: 3%;
}

.page_attractive .top_company_sec .title_area {
    margin-top: 42px;
    position: relative;
}

.page_attractive .top_company_sec .title_area::before {
    content: "";
    display: block;
    background: url(/penguin/resources/image/vidax/shibuya/top_company_title_ef.png) no-repeat center center;
    background-size: contain;
    width: 440px;
    aspect-ratio: 440 / 310.82;
    position: absolute;
    bottom: 15%;
    left: -150px;
}

.page_attractive .top_company_sec .column .subtitle {
    color: #fd7fa6;
    opacity: 0.5;
    text-align: left;
}

.page_attractive .top_company_sec .column .title {
    font-size: 56px;
    text-align: left;
    margin-bottom: 0.6em;
}

.page_attractive .top_company_sec .column .summary_text {
    text-align: left;
}

.page_attractive .top_company_sec .sell {
    background: #fff;
    border: 1px solid #c6c6c7;
    padding: 10px;
}

.page_attractive .top_company_sec .sell .img {
    aspect-ratio: 350 / 230;
    margin-bottom: 15px;
}

.page_attractive .top_company_sec .sell .text_box {
    padding: 0 10px;
}

.page_attractive .top_company_sec .column_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.65em;
}

.page_attractive .top_company_sec .access {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 0.8em;
}

.page_attractive .top_company_sec .station {
    font-size: 13px;
    margin-bottom: 1em;
}

.page_attractive .top_company_sec .map_link {
    color: #151515;
    border: 1px solid #151515;
    padding: 0.2em 0.8em;
    transition: all 0.3s ease;
}

.page_attractive .top_company_sec .map_link:hover {
    color: #fff;
    background-color: #151515;
}

.page_attractive .top_company_sec .common_tell_area {
    margin: 0;
}

.page_attractive .top_company_sec .common_tell_area .tell {
    justify-content: left;
}

.page_attractive .top_company_sec .common_tell_area .tell .tell_link {
    font-size: 32px;
}

.page_attractive .top_company_sec .common_tell_area .time {
    text-align: left;
}

.page_attractive .top_company_sec .u_column {
    display: grid;
    grid-template-columns: 670px auto;
    align-items: center;
    gap: 60px;
    margin: 80px 0 0 -150px;
}

.page_attractive .top_company_sec .u_column .img {
    width: 670px;
    aspect-ratio: 670 / 470;
}

.page_attractive .top_company_sec .u_column .column_title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.page_attractive .top_company_sec .u_column .text {
    line-height: 2;
}

.page_attractive .top_reason_sec .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_attractive .btn_text {
    font-weight: 600;
}

.page_attractive .pink {
    color: #fd7fa6;
}

.page_attractive .page_attractive .top_step_sec .title_area .summary_text.wow.fadeIn {
    font-size: 14px;
    text-align: center;
}

.page_attractive .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_solution_sec {
    padding: 90px 0 240px;
    position: relative;
}

.top_solution_sec .title::after {
    content: "";
    display: block;
    background: url(/penguin/resources/image/vidax/shibuya/top_solution_ef.png) no-repeat center center;
    background-size: contain;
    width: 60px;
    height: auto;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: -74px;
}

.top_solution_sec .top_connection {
    position: absolute;
    width: 100%;
    height: calc(100% - 10%);
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 750px) {

    /* モテ部屋 */
    .page_attractive .top_fv_sec {
        max-width: 100%;
    }

    .page_attractive .top_fv_sec {
        margin: 0;
        padding: 8vw 0;
    }

    .page_attractive .top_fv_sec .bf_ef {
        width: 50vw;
    }

    .page_attractive .top_fv_sec .fv_right {
        position: static;
        aspect-ratio: 370 / 200;
        margin: 0 -10px 3vw;
    }

    .page_attractive .top_fv_sec .fast_text {
        font-size: 5vw;
        text-align: center;
    }

    .page_attractive .top_fv_sec .center_l_text {
        font-size: 6.5vw;
        white-space: nowrap;
    }

    .page_attractive .top_fv_sec .center_r_text {
        font-size: 16vw;
        white-space: nowrap;
    }

    .page_attractive .top_fv_sec .text {
        font-size: 4vw;
        font-weight: 500;
        text-align: center;
    }

    .page_attractive .top_fv_sec .winning {
        width: 100%;
    }

    .page_attractive .top_fv_sec .winning_box {
        display: grid;
        grid-template-columns: 46% 52%;
        gap: 3vw 2%;
    }

    .page_attractive .top_fv_sec .winning_ef {
        width: 5vw;
    }

    .page_attractive .top_fv_sec .winning_text.alterna {
        min-width: auto;
    }

    .page_attractive .top_fv_sec .winning_text {
        font-size: 3.5vw;
    }

    .page_attractive .top_fv_sec .winning_text .ex {
        font-size: 5vw;
        margin-top: 1.5vw;
    }

    .page_attractive .top_fv_sec .winning_text.alterna .ex {
        font-size: 4.5vw;
    }

    .page_attractive .top_fv_sec .winning_text .big {
        font-size: 6.5vw;
    }

    .page_attractive .top_fv_sec .winning_text:last-of-type {
        grid-column: 1/ 3;
        justify-self: center;
    }

    .page_attractive .top_fv_sec .btn_area {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

    .page_attractive .top_fv_sec .center_r_text::after {
        width: 15vw;
        right: 10%;
        bottom: -34%;
    }

    .page_attractive .top_fv_sec .winning_absolute {
        width: 18vw;
        top: -47%;
    }

    .page_attractive .top_fv_sec .af_ef {
        width: 17vw;
        bottom: 23%;
        left: -10%;
    }

    .page_attractive .top_fv_sec .fv_right::before {
        width: 34vw;
        bottom: 1%;
    }

    .page_attractive .top_reason_sec {
        margin-top: -26vw;
    }

    .page_attractive .top_reason_sec .title_ex_wrap {
        margin: 0 -2.5%;
        padding: 3em 0 0;
    }

    .page_attractive .top_reason_sec .title .big {
        top: 0;
    }

    .page_attractive .top_reason_sec .title::before {
        width: 6vw;
        top: -46%;
        right: -4%;
    }

    .page_attractive .top_reason_sec .column_con {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .page_attractive .top_reason_sec .summary_text {
        margin-bottom: 2.5em;
    }

    .page_attractive .top_reason_sec .img_inner {
        width: 98%;
        margin-left: 1vw;
        aspect-ratio: auto;
    }

    .page_attractive .top_reason_sec .img {
        aspect-ratio: 335 / 200;
        padding: 1.2vw;
    }

    .page_attractive .top_reason_sec .icon_left_top {
        top: -13%;
        right: 10%;
    }

    .page_attractive .top_reason_sec .icon_left_bottom {
        top: 10%;
        right: -2%;
    }

    .page_attractive .top_reason_sec .icon_left_top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page_attractive .top_reason_sec .title_area {
        position: static;
    }

    .page_attractive .top_reason_sec .text_area {
        position: relative;
        margin-top: 3vw;
    }

    .page_attractive .top_reason_sec .reason_title {
        font-size: 5vw;
        line-height: 1;
        margin-bottom: 0.6em;
        padding: 0;
    }

    .page_attractive .top_reason_sec .reason_title .middle {
        font-size: 6vw;
    }

    .page_attractive .top_reason_sec .reason_title .middle .ex {
        font-size: 9vw;
    }

    .page_attractive .top_reason_sec .reason_title .big {
        font-size: 6.2vw;
    }

    .page_attractive .top_reason_sec .number {
        transform: none;
        bottom: auto;
        top: -20%;
        left: -1%;
        box-shadow: 2px 2px 0 #fd7fa6;
        padding: 0.4em 1.2em;
    }

    .page_attractive .top_reason_sec .column_con:nth-of-type(1)::before {
        bottom: 16%;
        left: -7.5%;
        width: 53vw;
    }

    .page_attractive .top_reason_sec .column_con:nth-of-type(4) .icon_right_top {
        left: 12%;
    }

    .page_attractive .top_reason_sec .column_con:nth-of-type(4) .icon_right_bottom {
        width: 16vw;
        left: -7%;
    }

    .page_attractive .top_reason_sec .column_con:nth-of-type(4)::before {
        width: 20vw;
        bottom: -14%;
        left: -2.5%;
    }

    .page_attractive .top_reason_sec .column_con:nth-of-type(even) .img_inner {
        order: inherit;
    }

    .page_attractive .top_reason_sec .column_con+.column_con {
        margin-top: 10vw;
    }

    .page_attractive .top_reason_sec .column_con:nth-of-type(2)::before {
        width: 66vw;
        bottom: -28%;
        right: -5%;
    }

    .page_attractive .top_customer_sec .banner_area {
        aspect-ratio: 370 / 280;
        margin: 0 -2.5%;
    }

    .page_attractive .top_customer_sec .title_area {
        margin-bottom: 2vw;
    }

    .page_attractive .top_customer_sec .column {
        grid-template-columns: 1fr;
        gap: 3vw;
        margin: 12vw 0;
    }

    .page_attractive .top_customer_sec .title {
        font-size: 9vw;
    }

    .page_attractive .top_customer_sec .title_area::before {
        width: 46vw;
        bottom: -38%;
        left: auto;
        right: -5%;
        transform: scale(-1, 1);
    }

    .page_attractive .top_customer_sec .sell_title_area .icon {
        width: 8vw;
    }

    .page_attractive .top_customer_sec .contents_area {
        padding: 3.5vw;
    }

    .page_attractive .top_customer_sec .sell_title {
        font-size: 4.5vw;
    }

    .page_attractive .top_customer_sec .contents_area .sell_icon_p1 {
        width: 12vw;
        top: 20%;
        left: 3%;
    }

    .page_attractive .top_customer_sec .star_icon {
        width: 4vw;
    }

    .page_attractive .top_customer_sec .star_icon img {
        display: block;
    }

    .page_attractive .top_customer_sec .star {
        font-size: 3vw;
    }

    .page_attractive .top_customer_sec .contents_area .sell_icon_p2 {
        width: 10vw;
        right: 2%;
    }

    .page_attractive .top_customer_sec {
        padding-bottom: 15vw;
    }


    .page_attractive .top_step_sec {
        padding: 15vw 0;
    }

    .page_attractive .top_step_sec .title {
        font-size: 8vw;
    }

    .page_attractive .top_step_sec .title_area {
        margin-bottom: 6vw;
    }

    .page_attractive .top_step_sec .title_area::before {
        width: 51vw;
        top: auto;
        bottom: -17%;
        right: -5%;
    }

    .page_attractive .top_step_sec .column {
        grid-template-columns: 1fr;
    }

    .page_attractive .top_step_sec .number {
        width: 10vw;
        color: #fff;
        background: #fd7fa6;
        position: absolute;
        top: 12%;
        right: -9%;
        transform: translate(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page_attractive .top_step_sec .number .text {
        font-size: 4vw;
        line-height: 1;
        margin-top: 3px;
    }

    .page_attractive .top_step_sec .sell {
        display: flex;
        gap: 3vw;
        align-items: center;
    }

    .page_attractive .top_step_sec .sell .img {
        aspect-ratio: 130 / 150;
        min-width: 130px;
    }

    .page_attractive .top_step_sec .column_title {
        font-size: 4vw;
        line-height: 1.3;
        text-align: left;
        margin-bottom: 1.3vw;
        padding-bottom: 1.3vw;
    }

    .page_attractive .top_step_sec .text_box .text {
        font-size: 3.5vw;
    }

    .page_attractive .top_step_sec .column_title::after {
        left: 0;
        transform: translate(0);
    }

    .page_attractive .top_step_sec .text_box {
        padding: 0;
    }

    .page_attractive .top_step_sec .sell+.sell {
        margin-top: 6vw;
    }

    .page_attractive .top_step_sec .sell:not(:last-child):after {
        top: auto;
        bottom: -19%;
        right: 50%;
        transform: translateY(-50%) rotate(90deg);
    }

    .page_attractive .top_company_sec {
        position: relative;
        padding: 7vw 0 15vw;
    }

    .page_attractive .top_company_sec .column {
        grid-template-columns: 1fr;
        gap: 3vw 0;
    }

    .page_attractive .top_company_sec .column .title {
        font-size: 9vw;
    }

    .page_attractive .top_company_sec::before {
        width: 2.5%;
    }

    .page_attractive .top_company_sec .title_area {
        position: static;
    }

    .page_attractive .top_company_sec .title_area::before {
        width: 68vw;
        transform: scale(-1, 1);
        top: 0;
        left: auto;
        right: 0;
        bottom: auto;
    }

    .page_attractive .top_company_sec .sell {
        padding: 2vw;
    }

    .page_attractive .top_company_sec .column_title {
        font-size: 5vw;
        margin-bottom: 0.4em;
    }

    .page_attractive .top_company_sec .sell .text_box {
        padding: 0 3vw;
    }

    .page_attractive .top_company_sec .u_column {
        grid-template-columns: 1fr;
        gap: 6vw;
        margin-top: 14vw;
        margin: 14vw 0 0;
    }

    .page_attractive .top_company_sec .u_column .img {
        aspect-ratio: 370 / 210;
        width: 105%;
        margin-left: -6%;
    }

    .page_attractive .top_company_sec .u_column .column_title {
        font-size: 6vw;
        margin-bottom: 0.2em;
    }

    .page_attractive .top_company_sec .u_column .text {
        line-height: 1.5;
    }

    .common_btn.mail:hover {
        box-shadow: 0 5px 0 #41aed6;
        transform: none;
    }

    .common_btn.line:hover {
        box-shadow: 0 5px 0 #3acb75;
        transform: none;
    }

    .page_attractive .top_customer_sec .banner_area:hover {
        opacity: 1;
    }

    .page_attractive .top_company_sec .map_link:hover {
        color: #151515;
        background-color: #fff;
    }

    .page_attractive .top_solution_sec .top_connection {
        position: absolute;
        width: 100%;
        height: calc(100% - 50%);
        bottom: 0;
        left: 0;
        z-index: -1;
    }


    .page_attractive .top_fv_sec .btn_area {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }

     .page_attractive .common_btn .btn_text {
        font-size: 4vw;
        height: 60px;
    }

    .page_attractive .common_btn.line {
        margin-top: 3vw;
    }

    .page_attractive .common_btn .icon img {
        display: block;
    }

    .page_attractive .common_btn.mail .icon {
        width: 6vw;
    }

     .page_attractive .title {
        font-size: 6vw;
    }

    .page_attractive .title .big {
        font-size: 11vw;
        margin: 0 -0.4em;
        position: relative;
        top: 1vw;
    }

    .page_attractive .summary_text {
        font-size: 3.6vw;
    }

    .page_attractive .common_tell_area .title.sp {
        display: block;
        font-size: 4vw;
        line-height: 1.7;
    }

      .page_attractive .common_tell_area {
        margin-top: 15vw;
        padding-bottom: 6vw;
    }

    .page_attractive .common_tell_area .serif {
        max-width: 80%;
        font-size: 4vw;
    }

    .page_attractive .common_tell_area .title.pc {
        display: none;
    }

    .page_attractive .common_tell_area .title.sp {
        display: block;
        font-size: 4vw;
        line-height: 1.7;
    }

    .page_attractive .common_tell_area .back_text {
        font-size: 22vw;
        top: 7%;
    }

    .page_attractive .common_tell_area::before {
        height: calc(100% - 17px);
    }

    .page_attractive .common_tell_area .btn_area {
        display: block;
    }

    .page_attractive .common_tell_area .sell {
        padding: 0;
    }

    .page_attractive .common_tell_area .common_btn {
        max-width: 280px;
        margin: 0 auto;
    }

    .page_attractive .common_tell_area .common_btn.line {
        margin-top: 3vw;
    }

    .page_attractive .common_tell_area .common_btn .btn_text {
        height: 50px;
    }

    .page_attractive .common_tell_area .sell + .sell {
        background: url(image/common_tell_dot_sp.png) repeat-x top;
        padding: 8vw 0 0;
        margin-top: 9vw;
    }

    .page_attractive .common_tell_area .inner {
        display: block;
        padding: 8vw 4vw;
        margin: 0 -2.5%;
    }

    .page_attractive .common_tell_area .name {
        font-size: 5vw;
        padding-bottom: 3vw;
        margin-bottom: 4vw;
    }

    .page_attractive .common_tell_area .tell .tell_link {
        font-size: 9vw;
    }

    .page_attractive .common_tell_area .time {
        font-size: 3vw;
        margin-bottom: 1.5em;
    }




}