/* # =================================================================
   # リセットCSS
   # ================================================================= */

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

html,
body {
    margin: 0;
    padding: 0;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #000;
    font-family: '游ゴシック体', yugothic, '游ゴシック', 'Yu Gothic', 'メイリオ', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    padding: 0;
}

a,
a:visited {
    color: inherit;
    outline: none;
}

img {
    border: none;
    height: auto;
    width: 100%;
    vertical-align: top;
}

code,
kbd,
pre,
samp {
    font-family: monospace, sans-serif;
    font-size: inherit;
}

ul,
ol {
    list-style: none;
}

table {
    border: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

th,
td {
    border: 1px solid #eee;
    padding: 4px 6px;
    text-align: left;
    vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: '';
    content: none;
}

/* # =================================================================
   # 共通部分
   # ================================================================= */

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.inner {
    /* width: 1200px; */
    width: 83vw;
    margin: 0 auto;
    max-width: 100%;
}

.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.parent {
    position: relative;
}

.parent .absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* # =================================================================
   # ヘッダー
   # ================================================================= */

#header {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
}

#header .inner.flexbox {
    align-items: center;
    /* height: 80px; */
    height: 5.5vw;
}

.header-nav {
    margin-left: auto;
}

.header-item {
    display: inline-block;
}

.header-item a {
    display: block;
    color: #fff;
    /* font-size: 18px;
    margin-right: 20px; */
    font-size: 1.25vw;
    margin-right: 1.38vw;
    text-decoration: none;
}

.header-item:last-child a {
    margin-right: 0;
}

.header-logo a {
    display: flex;
    align-items: center;
}

.header-logo img {
    /* width: 80px;*/
    width: 5.5vw;
    /* vertical-align: baseline; */
}

/* Instagramをホバーした時
------------------------------ */

.hover_nav_parent {
    position: relative;
}

.hover_header_nav {
    display: none;
    position: absolute;
    top: 0;
    /* padding-top: 40px; */
    padding-top: 2.77vw;
}

.hover_header_nav ul {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #ffffff;
    /* padding: 10px 20px; */
    padding: 0.7vw 1.4vw;
}

.hover_nav_parent:hover .hover_header_nav {
    display: block;
}

/* ホバーした時
------------------------------ */

@media screen and (min-width: 1200px) {
    .header-item a:hover {
        text-decoration: underline;
    }
}

/* # =================================================================
   # メインビジュアル
   # ================================================================= */

#mv .inner {
    /* padding-top: 104px; */
    padding-top: 7.2vw;
}

.mv_grid {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-row-gap: 20px;
    grid-column-gap: 20px; */
    grid-row-gap: 1.4vw;
    grid-column-gap: 1.4vw;
    height: auto;
}

.mv_grid_img1 {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
}

.mv_grid_img2 {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
}

.mv_grid_img3 {
    grid-row: 2 / 4;
    grid-column: 2 / 3;
}

.mv_grid_img4 {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}

.mv_grid_img5 {
    grid-row: 3 / 4;
    grid-column: 3 / 4;
}

.mv_grid_img1,
.mv_grid_img2,
.mv_grid_img3,
.mv_grid_img4,
.mv_grid_img5 {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

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

/* # =================================================================
   # Instagram
   # ================================================================= */

#instagram .inner {
    /* padding-top: 100px; */
    padding-top: 7vw;
}

.instagram_left {
    width: 40%;
}

.instagram_right {
    width: 60%;
    height: 100%;
}

/* InstagramAPIの表示部分（right）
------------------------------ */

.ig-grid {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-row-gap: 20px;
    grid-column-gap: 20px; */
    grid-row-gap: 1.4vw;
    grid-column-gap: 1.4vw;
}

/* Instagramのアカウント名の部分（left）
------------------------------ */

.instagram_left_clickArea {
    display: block;
    text-decoration: none;
    width: 100%;
    /* padding-right: 80px; */
    padding-right: 5.5vw;
}

.ig_click_icon {
    /* width: 80px; */
    width: 5.5vw;
    display: block;
}

.ig_click_id {
    display: block;
    text-decoration: none;
}

.ig_click_id p {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    font-weight: 100;
    /* font-size: 80px; */
    font-size: 5.5vw;
    color: #000;
    line-height: 1.2;
    text-align: right;
    border-bottom: 1px solid #000;
}

/* Instagram2だけの個別
------------------------------ */

.instagram2 {
    /* padding-top: 40px; */
    padding-top: 2.77vw;
}

.instagram2 .instagram_left {
    order: 2;
}

.instagram2 .instagram_right {
    order: 1;
}

.instagram2 .instagram_left_clickArea {
    padding-right: 0;
    /* padding-left: 80px; */
    padding-left: 5.5vw;
}

.instagram2 .ig_click_id p {
    text-align: left;
}

.instagram2 .ig_click_icon {
    margin-right: 0;
    margin-left: auto;
}

/* # =================================================================
   # ボタン
   # ================================================================= */

#button {
    width: 100%;
    position: absolute;
    z-index: 2;
    /*top: 38vw;*/
    top: 55vw;
}

#button .flexbox {
    justify-content: center;
    -webkit-justify-content: center;
}

.btn {
    text-align: center;
    /* margin: 30px; */
    margin: 2vw;
}

.btn a {
    background: #fff;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    color: #000;
    display: inline-block;
    /* font-size: 42px; */
    font-size: 3vw;
    font-weight: 700;
    /* height: 60px;
    line-height: 60px; */
    height: 4.1vw;
    line-height: 4.1vw;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    /* width: 200px; */
    width: 15.8vw;
}

/* モデルのボタンは白黒反転
------------------------------ */

.btn-reverse a {
    background: #000;
    color: #fff;
}

/* # =================================================================
   # フッター
   # ================================================================= */

#footer {
    /* margin-top: 60px; */
    margin-top: 4.1vw;
    border: 0.5px solid #000000;
}

#footer .footer_header.flexbox {
    align-items: center;
    /* height: 80px; */
    height: 5.5vw;
    /* padding-top: 16px; */
    padding-top: 1vw;
    border-bottom: 0.5px solid #000000;
}

.footer-nav {
    margin-left: auto;
}

.footer-item {
    display: inline-block;
}

.footer-item a {
    display: block;
    color: #000;
    font-weight: 200;
    /* font-size: 18px;
    margin-right: 20px; */
    font-size: 1.25vw;
    margin-right: 1.38vw;
    text-decoration: none;
}

.footer-item:last-child a {
    margin-right: 0;
}

.footer-logo img {
    /* width: 80px;
    padding-top: 5px; */
    width: 5.5vw;
    padding-top: 0.35vw;
}

.footer_body {
    font-weight: 200;
    font-size: 1vw;
}

.footer_body.flexbox {
    align-items: flex-end;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    padding-top: 1.38vw;
    padding-bottom: 1.38vw;
}

.footer_body .footer_right {
    text-align: right;
}

/* ホバーした時
------------------------------ */

@media screen and (min-width: 1200px) {
    .footer-item a:hover {
        text-decoration: underline;
    }
}

/* # =================================================================
   # 【TOPページ】ローディング
   # ================================================================= */

.loading_svg svg {
    width: 23vw;
}

.loading_svg path {
    fill: transparent;
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 1500;
    stroke-dashoffset: 0;
    animation: path 1.5s ease-in forwards;
}

@keyframes path {
    0% {
        fill: transparent;
        stroke-dashoffset: 1500;
    }
    10% {
        fill: transparent;
        stroke-dashoffset: 1500;
    }
    70% {
        fill: transparent;
        stroke-width: 1;
    }
    100% {
        fill: #000;
        stroke-width: 0;
        stroke-dashoffset: 0;
    }
}

#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading_svg {
    margin: 0 auto;
}

/* ローディング後表示される全体
------------------------------ */

#content_fadein {
    opacity: 0;
    visibility: hidden;
}

#content_fadein.fadein {
    animation: fadein 1s ease-in forwards;
}

/*2回目*/

#content_fadein.fadein-2 {
    animation: fadein 1s ease-in forwards;
}

@keyframes fadein {
    50% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

#loading-wrapper.fadeout {
    animation: fadeout 0.8s ease-in forwards;
}

@keyframes fadeout {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* # =================================================================
   # 【TOP以外】フェードイン表示
   # ================================================================= */

#content_fadein-another {
    opacity: 0;
    visibility: hidden;
}

#content_fadein-another.fadein {
    animation: fadein 1s ease-in forwards;
}

@media screen and (max-width: 960px) {
}

/* # =================================================================
   # 【1/24】住所、電話番号削除
   # ================================================================= */

.footer_left {
    display: none;
}

.footer_body .footer_right {
    text-align: center !important;
}

.footer_body.flexbox {
    display: block;
}

@media screen and (max-width: 960px) {
    .footer_body .footer_right {
        text-align: center !important;
    }
}

/* # =================================================================
   # 【2025/04/04】トップのボタンにCOULEUR追加
   # ================================================================= */
/* .btn.couleur a {
    font-family: 'Lexend Giga', sans-serif;
} */

/* # =================================================================
   # 【2025/06/03】COULEURのフォント（モデルページとアーティストページ）
   # ================================================================= */
.lexend-giga {
    font-family: 'Lexend Giga', sans-serif;
}

/* # =================================================================
   # 【案1-2025/08/26】コンタクトボタン右下に追加
   # ================================================================= */
.cta-contact {
    position: fixed;
    right: 20px;
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
    transition: transform 180ms ease;
}
.cta-contact__icon {
    flex: none;
    width: 28px;
    height: 22px;
    display: inline-block;
}
.cta-contact__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    stroke: currentColor;
}
.cta-contact__text {
    display: block;
    letter-spacing: -0.02em;
}
.cta-contact__text {
    color: #fff;
}
.cta-contact__icon {
    color: #fff;
}
