/* リセットスタイル */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
img {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    text-align: left;
    list-style: none;
    border-collapse: collapse;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'VDL V7 Gothic';
    src: url('path-to-your-font-file.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "A-OTF UD新丸ゴ Pro";
    background-color: #f9f9f9;
    max-width: 1980px;
    text-align: center;
    margin: auto;
    padding: 0;
}

.wrapper {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

/*メインビジュアル
**********************************************************************/
.absolute {
    position: relative;
    z-index: 5;
}

.image-container {
    position: relative;
    /* display: inline-block; */
}

.icons-container {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
}

.icons-container {
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 1000;
    display: flex;
    gap: 10px;
}

.icons-container .icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.icons-container .icon:hover {
    transform: scale(1.2);
}

.icon {
    transition: transform 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.icon:hover {
    transform: scale(1.2);
    opacity: 0.6;

}

.main-visual {
    display: flex;
    flex-direction: row;
    padding: 15px;

}

.mv-image {
    width: auto;
    padding-right: 15px;
}


.main-visual {
    display: flex;
    align-items: stretch;
}


.image_link {
    display: block;
    position: relative;
    text-decoration: none;
}

.image_link img {
    display: block;
    width: 100%;
}

.image_link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s;
}

.image_link:hover:before {
    opacity: 0.5;
}

.image_link:after {
    display: block;
    color: #fff;
    line-height: 48px;
    width: 180px;
    border: solid 1px #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.image_link:hover:after {
    opacity: 1;
}


.image_link-1:after {
    content: "Xはこちら";
}

.image_link-2:after {
    content: "インスタはこちら";
}

.image_link-3:after {
    content: "お問い合わせ";
}

.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 788px;
}

.sidebar-img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease;
    cursor: pointer;
}

.sidebar-img:hover {
    opacity: 0.6;
}

.mv-image-content img {
    height: 100%;
    width: auto;
    object-fit: cover;
}


/*
**********************************************************************/
.container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.bottan-content {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    z-index: 100;
    text-align: center;
}

.bottan-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    z-index: 9999;
}


.bottan-content.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

section {
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
    box-sizing: border-box;
}


section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

section p {
    font-size: 16px;
    line-height: 1.7;
    margin: 10px 0;
}

p {
    font-size: 21.5px;
    font-family: "A-OTF UD新丸ゴ Pro";
}

.red {
    color: #e61b02;
}

/*モデルアルバイト募集
**********************************************************************/
.model-job {
    position: relative;
    margin-top: 30%;
    background-image: url(../images/pc/dot1.png);
    border-bottom: 9px solid #e61b02;
    text-align: center;
    padding-top: 15%;
}

.model-job-text {
    max-width: 70%;
    width: auto;
    position: absolute;
    left: 44%;
    top: 72%;
    transform: translate(-50%, -50%);
}

.model-job-image {
    width: 100%;
}

.center-content {
    text-align: center;
    margin: 20px 0;
}

.photo-shoot-content {
    margin: 10px auto;
    text-align: left;
    padding: 5% 0;
}

.photo-shoot-image {
    text-align: left;
    width: 56%;
    padding-bottom: 2%;
    margin: 0
}

.photo-shoot-model {
    background-image: url(../images/pc/cotent2_image.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
}



/*スライダー
**********************************************************************/
.carousel-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: black !important;
}

.slider-back-image {
    position: absolute;
    top: 14%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.slider-back-image .back-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*先輩モデルたちの声
**********************************************************************/
.voice {
    background-image: url(../images/pc/dot2.png);
    border-top: 9px solid #e61b02;
    border-bottom: 9px solid #e61b02;
    padding-bottom: 10%;
}

.voice .wrapper {
    position: relative;
}

.voice-title {
    margin: 3% 0;
}

.voice-title-image {
    position: relative;
}

.ribbon {
    position: absolute;
    left: 15%;
    top: 0%;
}

.dialy {
    margin: auto;
    padding: 10% 0 17% 0;
    display: inline-block;
    transition: transform 0.5s ease;
}

.dialy:hover {
    animation: pulse 1.1s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.dialy-bottan {
    position: relative;
    z-index: 10;
}

.image-hover-invert {
    display: inline-block;
    transition: filter 0.5s ease, box-shadow 0.5s ease, border 0.5s ease;
    border: 2px solid transparent;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.image-hover-invert:hover {
    filter: invert(1);
    border: 2px solid #fff;
    border-radius: 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5), 0 20px 40px rgba(0, 0, 0, 0.4);
}

.entry-image {
    width: 60%;
}

.entry-step {
    position: relative;
}

.entry-image {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 82%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.entry-contents {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
    padding: 18% 0 20% 0;
}

.entry-contents li {
    padding: 1%;
}

.btn-apply {
    position: absolute;
    z-index: 3;
    left: 11%;
    top: 77%;
    transform: translate(-50%, 0);
    width: 80%;
    display: block;
    transition: all .1s ease-in-out;
    transform: translateY(0);
}

.btn-apply:hover {
    transform: translateY(-10px);
}

.sub-image {
    position: relative;
}

.heart {
    position: absolute;
    left: -5%;
    transform: translate(0%, 4%);
    z-index: 3;
    width: 11%;
}

.bag {
    width: 17%;
    position: absolute;
    right: -3%;
    transform: translate(0%, -5%);
    z-index: 3;
}

/*撮影モデルさんの投稿
**********************************************************************/
.model-post {
    margin-top: 5%;
}

.model-post-title,
.model-post-tag {
    padding: 1% 0;
}

.post-thumbnails {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 10px;
    width: 100%;
    margin: 0 auto;
}

.thumbnail-image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}
a:hover .thumbnail-image {
    opacity: 0.7; 
}

.more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e61b02;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 3% 0 7% 0;
}

.more:hover {
    background-color: #d21902;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.2);
}

/*24時間受付中
**********************************************************************/
.status-open {
    position: relative;
}

.status-open-img {
    margin-bottom: -5%;
}

.status-open-text {
    width: 45%;
    position: absolute;
    left: 19%;
    top: 37%;
    transform: translate(-50%, -180%);
}

.btn-apply3 {
    position: absolute;
    left: 50%;
    top: 104%;
    transform: translate(-50%, -180%);
    width: 50%;
}

.status-sub-image {
    width: 8%;
    z-index: 3;
    position: absolute;
    left: 18%;
    top: 40%;
    transform: translate(-50%, -180%);
}

.status-open-image {
    width: 100%;
}

.model-job {
    padding-top: 18%;
    margin-top: -15%;
    z-index: 1;
}


/*フッター
**********************************************************************/
footer p {
    text-align: center;
}

.sp {
    display: none;
}

.pc {

    display: block;
}

/*SP版　~600pxまで
************************************************************************/
@media screen and (max-width:600px) {

    .wrapper,
    section {
        padding: 0 10px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .mv-image {
        width: 100vw;
    }

    .container {
        padding: 0;
    }

    p {
        font-size: 13.5px;
    }

    .sidebar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        flex-direction: row;
        margin-top: 1%;
    }

    .sidebar img {
        flex: 1;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        padding: 0 2px;
    }

    .main-visual {
        flex-direction: column;
        padding: 8px;
    }

    .main-visual .content,
    .main-visual .sidebar {
        flex: 1;
    }

    .image_link:hover:before {
        opacity: 0; 
    }
    
  
    .model-post {
        padding: 0 5%;
        margin-top: 15%;
    }

    .model-post-title {
        width: 75%;
        padding: 3% 0;
    }

    .model-post-tag {
        width: 100%;
        padding: 2% 0 4% 0;
    }

    .post-thumbnails {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .model-job-text {
        width: 83%;
        position: absolute;
        left: 45%;
        top: 29%;
        transform: translateX(-50%);
    }

    .photo-shoot-image {
        text-align: left;
        width: 80%;
        padding-bottom: 2%;
    }

    .post-thumbnails {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 10px;
        width: 100%;
        margin: 0 auto;
    }

    .photo-shoot-content {
        padding: 5%;
    }

    .slider-back-image {
        transform: translate(0, 0);
        position: relative;
    }

    .back-image {
        width: 90%;
    }

    .entry-content {
        width: 70%;
    }

    .entry-contents {
        flex-direction: column;
    }

    .entry-contents li {
        text-align: center;
    }

    .entry-image-main {
        position: relative;
    }

    .entry-image {
        position: absolute;
        width: 100%;
        transform: translate(0%, 5%);
        left: 0;
        margin-top: 35px;
    }

    .btn-apply {
        width: 80%;
        left: 11%;
        top: 103%;
        animation: none;
        transform: none;
        transition: unset;
    }

    .btn-apply:hover {
        transform: none;
    }

    .footer p {
        font-size: 0.6rem;
    }

    .entry-step {
        margin-top: 50%;
    }

    .entry-contents {
        margin-top: 43px;
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .entry-contents li {
        text-align: center;
        width: auto;
    }

    .entry-content {
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .slider-back-image .back-image {
        width: 90%;
    }

    .bag {
        width: 22%;
        transform: translate(0%, 73%);
    }

    .heart {
        left: -1%;
        transform: translate(0%, 181%);
        width: 15%;

    }

    .voice-title {
        position: relative;
    }

    .voice-title-image {
        width: 50%;
    }

    .ribbon {
        left: 5%;
        width: 20%;
        top: 0%;
    }

    .voice-title h2 {
        font-size: 18px;
        text-align: center;
    }

    .photo-shoot-model {
        background-image: url(../images/sp/SP_cotent2_image.png);
        background-position: right 50px;
        background-size: 50%;
    }

    .status-sub-image {
        left: 16%;
        top: 44%;
        width: 14%;
    }

    .model-job {
        background-size: 85%;
        border-top: 4px solid #e61b02;
        border-bottom: 4px solid #e61b02;
        padding-top: 56%;
        padding-bottom: 10%;
        margin-top: -55%;
        position: inherit;
    }

    .voice {
        background-size: 85%;
        border-top: 4px solid #e61b02;
        border-bottom: 4px solid #e61b02;
        padding-bottom: 47%;
        padding-top: 6%;
    }

    .voice-title {
        margin: 3% 0 8% 0;
    }

    .dialy {
        margin: 5% 0 -15% 0px;

    }

    .dialy:hover {
        animation: none;
    }

    .image-hover-invert:hover {
        filter: none;
        border: 2px solid transparent;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .status-open {
        margin-top: 13%;
    }

    .more {
        margin-top: 7%;
        animation: none;
        transform: none;
        transition: unset;
    }

    .more:hover {
        background-color: #e61b02;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transform: none;
    }

    .carousel-container {
        width: 95%;
        margin-top: -127%;
        margin-left: 4%;
    }

    .mv-content {
        position: relative;
        z-index: 100;
    }

    .relative {
        position: relative;
    }

    .model-job-text {
        max-width: 80%;
    }

    .sidebar {
        display: flex;
        align-items: center;
        z-index: 100;
    }

    .sidebar img {
        height: auto;
    }

    .sidebar img {
        margin-bottom: 0px;
        z-index: 6;
    }

    .bottan-content {
        width: 100%;
    }

}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*アニメーション
************************************************************************/
.animate-fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

.scroll-animate {
    opacity: 0;
    transition: opacity .8s ease-in-out;
}

.scroll-animate.visible {
    opacity: 1;
}