﻿/* ----------　all　---------- */
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
#header {
    z-index: 3;
    backdrop-filter: none;
    
    span {
    background-color: transparent;
    }
    
    .contact_btn a {
        font-weight: bold;
        background: var(--color3);
        &:hover {
            background: var(--color1);
        }
    }
}
#header_logo {
    width: 11% !important;
    min-width: 100px;
    max-width: inherit;
}
#pc_nav li a {
    color: #062b44;
    color: #fff;
    text-shadow: 1px 1px 1px var(--color3);
    font-weight: bold;
}
.close img {
    filter: brightness(0.5);
}
footer {
    position: relative;
/*     &:before {
    content: "";
    width: 21vw;
    height: 19vw;
    position: absolute;
    right: 0;
    top: -12vw;
    background-image: url(../img/girls.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}   */  
}
#footer_nav a {
    font-weight: bold;
}
figure img {
    border: 2px solid var(--color3);
}
#footer_info {
    .info_txt {
        border: 2px solid var(--color3);
        border-left: none;
        padding: 20px 0 40px 100px;
        box-sizing: border-box;
    }
    .info_contact {
        border: 2px solid var(--color3);
        border-right: none;
    }
}
.blogListPattern_item a {
    border-color: var(--color1);
}

/* ----------　TOP　---------- */
#main_img {
    min-height: 100vh;
    padding: 0;
    
    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url(../img/fv1.png), url(../img/fv2.png);
        background-repeat: no-repeat;
        background-position: 0 0, 101% 100%;
        background-size: 42%, 27%;
        z-index: 2;
        pointer-events: none;
    }
        
    .catch {
        bottom: auto;
        right: 10%;
        top: 20%;
        padding: 0;
    }
}
.intro_img3 {
    position: relative;
    
    &:before {
        content: "";
        background-image: url(../img/intro_ac.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
        z-index: 1;
    }
    
}
#top_intro {
    .intro_img1,.intro_img2  {
        position: absolute;
        width: 60%!important;
        img {
                border: 2px solid var(--color3);
        }
    }   
    .intro_img1 {
        left: 0;
    }
    .intro_img2 {
        right: 0;
        margin-top: 110px;
        z-index: -1;
        transform: rotate(5deg);
    }
}
#top_con .con_img {
        border: 2px solid var(--color3);
}
#top_con .con_img2 {
    position: relative;
/*      &:before {
   content: "";
   width: 25vw;
   height: 35vw;
   position: absolute;
   left: 0;
   bottom: -5vw;
   background-image: url(../img/girls2.png);
   background-size: contain;
   background-repeat: no-repeat;
   z-index: 1;
   pointer-events: none;
    } */
}
#top_cms {
    position: relative;
    overflow: hidden;
    
    &:before,&:after {
        content: "No matter your age or experience, everyone has their own rhythm to discover.Here, you can dance, grow, and shine in your own way.";
        color: #fff;
        font-size: 1.2vw;
        padding: 0px 0;
        position: absolute;
        background: var(--color1);
        border-bottom: 2px solid var(--color3);
        border-top: 2px solid var(--color3);
        transform: rotate(-15deg);
        font-family: "Barlow Semi Condensed", sans-serif;
        font-style: italic;
        font-weight: 500;
    }
    &:before {
        top: 0;
        left: -3%;
    }
    &:after {
        bottom: 0;
        right: -3%;
    }
}


/* ----------　下層ページ　---------- */
.cate_list li a {
    font-weight: bold;
}
.page_title_wrap {
    color: #fff;
    
    p {
        font-style: italic;
        font-family: "Barlow Semi Condensed", sans-serif;
    }
}
#page_title h2 {
    font-weight: bold;
}
.page_title_bg {
    opacity: 1;
}
/* 会社情報 */
/* お問い合わせ */
.tel_bt a {
    width: 250px;
}
/* プライバシーポリシー */
/* サイトマップ */
#page10 .cate_box p {
    font-weight: bold;
}
#page10 .cate_box .font_4dw {
    color: var(--color3);
    font-style: normal;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
body{
    overflow: hidden;
}
#header_logo {
    min-width: 160px;
}
#header {
    align-items: flex-start;
}
#footer_info {
    .info_txt {
        padding: 20px 0 30px 30px;
    }
}
/* footer {
    &:before {
        width: 40vw;
        height: 53vw;
        right: -10px;
        top: -24vw;
    }
} */
#menu_bt {
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: #fff;
    span {
    background: var(--color3);
}
}

#menu_bt span.top {
    background: var(--color3);
}
#menu_bt.active span.top {
    background: var(--color3)!important;
}
#menu_bt.active span {
    background: var(--color3)!important;
}
/* ----------　TOP　---------- */
#main_img {
    &::before {
        background-position: 0 0, 101% 100%;
        background-size: 83%, 44%;
    }
    .catch.active {
        width: 60% !important;
        right: 6%;
        top: 15%;
    }
}
.bottom_contact {
    bottom: auto;
    top: 20px;
    font-weight: bold;
    z-index: 3;
    right: 100px;
    a {
        background: var(--color3);
    }
}
#top_intro {
    .intro_img1, .intro_img2 {
        width: 50% !important;
        position: relative;
        
        img {
            transform: scale(1.2);
        }
    }
    .intro_img2 {
        margin-top: 60px;
    }
}
#top_cms {
    &:before, &:after {
        content: "No matter your age or experience, everyone has their own rhythm to discover.";
        font-size: 2.4vw;
    }
}
#top_con .con_img2 {
    &:before {
        width: 39vw;
        height: 50vw;
    }
}
/* ----------　下層ページ　---------- */
#page_title {
    padding-top: 100px;
    padding-bottom: 150px;
    h2 {
        margin-bottom: 0;
    }
}
/* 会社情報 */
/* お問い合わせ */
.tel_bt a {
    width: 200px;
    font-size: 20px;
}
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
#header_logo {
    min-width: 120px;
    left: -20px;
}
#header {
    z-index: 3;
}
#footer_info {
    .info_contact {
        border-right: 2px solid var(--color3);
    }
    .info_txt {
        border-left: 2px solid var(--color3);
    }
}
#page_list {
    z-index: 3;
    position: relative;
}
#menu_bt {
    width: 50px;
    height: 50px;
    background: #fff;
    right: -20px;
    z-index: 4;
}
/* ----------　TOP　---------- */
.bottom_contact {
    bottom: 20px;
    top: auto;
    right: 20px;
}
#main_img {
    min-height: 80vh !important;
    &::before {
        background-position: 0 0, 101% 100%;
        background-size: 100%, 65%;
        background-image: url(../img/fv1_sp.png), url(../img/fv2.png);
        z-index: 2;
    }
    .catch.active {
        width: 70% !important;
        right: 7%;
        top: 32%;
    }
}

#top_con .con_no {
    top: -13px;
}
#top_con .con_img2 {
    &:before {
        width: 49vw;
        height: 63vw;
    }
}
#top_cms {
    &:before, &:after {
        content: "Find your rhythm. Dance, grow, and shine.";
        font-size: 3.2vw;
/*         border-top: 1px solid var(--color3);
border-bottom: 1p solid var(--color3); */
    }
}
/* ----------　下層ページ　---------- */
#page_title {
        padding-top: 70px;
        padding-bottom: 120px;
    }
/* 会社情報 */
/* お問い合わせ */
.tel_bt a {
    width: 80%;
    font-size: 16px;
}
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}