@charset "utf-8";

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-family:"noto sans";
    background-color:#fff;
    
}

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

:lang(en) body {
    font-family:  sans-serif; 
}

.sp_only {
  display: none;
}

a{
    text-decoration: none; 
}


li{
    list-style: none; 
}

ul {
  padding: 0; 
  margin: 0;  
}

img { 
     max-width: 100%; 
     height: auto;
}
/*サイトロゴ*/
.site-title {
  width: 150px;
  line-height: 1px;
  padding: 10px 0;
}

.site-title a {
  display: block;
}

/*デザインで使用しているロゴ*/
.desing_logo{
    width: 296px;
}

.footer_logo{
    /* background-color: violet; */
    width: 296px;
}

h3{
    font-size: 1.8rem;
}

p{
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 1.5rem;
}

p.size_medium{
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 1.7rem;
}

p.size_large{
    margin-bottom: 50px;
    margin-top: 0;
    font-size: 7rem;
}

.mb_large{
    margin-bottom: 30px;
}

.mb_medium{
    margin-bottom: 10px;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto 150px;
  padding: 0 4%;
  text-align: center;
}

.wrapper_logo {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 4%;
  text-align: center;
}

.section_outer{
    margin-bottom: 15%;
}

.section_outer_mb_small{
    margin-bottom: 8%;
}

/*フッター専用のwrapper*/
.wrapper_large{
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 4%;
  text-align: center;
}

/*各セクションのタイトル*/
.section-title{
  font-family: "ivyora-display", serif;
  font-weight: 100;
  font-style: italic;
  display: inline-block;
  font-size: 5rem;
  margin-bottom: 10px; 
  font-weight: 100;
}

/*各セクションのサブタイトル*/
p.subtitle{
  font-family: "ivyora-display", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 40px;
  font-weight: 100;
  display: flex; 
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

/*サブタイトルの横線*/
p.subtitle::before,
p.subtitle::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #333; 
    max-width: 20px; 
}

p.subtitle::before {
    margin-right: 5px;
}

p.subtitle::after {
    margin-left: 5px;
}

/*.at_vfwの設定*/

.at_vfw{
    position: relative; 
    overflow: hidden;
}

.at_vfw-imagebox ul{
    display: flex;
}

.at_vfw_textbox{
    margin-bottom: 150px;
    position: relative;
    z-index: 2;
}

.at_vfw-imagebox{
    position: relative;
    z-index: 2;
}

.at_vfw_bg_text {
    position: absolute;
    z-index: 1;
    left: -15%; 
    /* top: 75%;  */
    top: auto;
    margin-top: -35vw;
    width: 60vw; 
    pointer-events: none;
    width: 90vw;
}

.vfw_bg_text img {
    width: 100%;
    height: auto;
    display: block;
}



/*overviewセクション設定*/
.bg_visual_image{
    background-image: url(../image/bg_image1.webp);
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px 0;
}

#overview p{
    color: #fff;
    text-align: left;
    align-items: center;
}

/*backstageの設定*/
.bg_image2{
    background-image: url(../image/bg_image2.webp);
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px 0;
}


#backstage h2,
#backstage h3,
#backstage p {
    color: #fff;
}

.bsg_container,.bsg_container_r{
    display: flex;
    gap: 5%;
    /* align-items: center; */
}

.bsg_container .bsg_container_text,
.bsg_container_r .bsg_container_text {
    text-align: left;
    flex: 1;
    min-width: 0;
}


.bsg_container .bsg_container_image,
.bsg_container_r .bsg_container_image {
    width: 40%;
    flex-shrink: 0;
}

.bsg_container .bsg_container_image img,
.bsg_container_r .bsg_container_image img{
    width: 100%;
    height: auto;
}

/*backstageサブタイトルの横線*/
#backstage p.subtitle::before,
#backstage p.subtitle::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #fff; 
    max-width: 20px; 
}

#backstage p.subtitle::before {
    margin-right: 5px;
}

#backstage p.subtitle::after {
    margin-left: 5px;
}


/*galleryの設定*/

#gallery ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 15px;
    padding: 0;
    /* background-color: #ae6464; */
}

#gallery ul li {
    width: calc(50% - 7.5px); 
    box-sizing: border-box;
}
#gallery ul li img {
    width: 100%;
    height: auto;
    display: block;
}


/*voices*/
#voices{
    position: relative; 
    overflow: hidden;
}

#voices.wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0 4%;
    position: relative; 
}

#voices .voices_container{
    /* background-color: aqua; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 10px;
    max-width: 100%;
}
.voices_container_box,.voices_container_box_tw{
    text-align: left;
    border: solid 1px #333;
    padding: 24px; 
    box-sizing: border-box;
    background-color: #fff;
}

.voices_container_box_bg_image1{
    background-image: url(../image/voices_container_box_bg_image1.webp);
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.voices_container_box_bg_image2{
    background-image: url(../image/voices_container_box_bg_image2.webp);
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.voices_container_box_tw h3,
.voices_container_box_tw p{
    color: #fff;
}




/*mediaの設定　武藤さん作成の引用*/
.media-section {
    max-width: 1000px;
    scroll-margin-top: 110px;
}

.media-section .section-title {
    margin-bottom: 18px;
    color: #000000;
    font-size: 5rem;
    font-weight: 100;
    letter-spacing: 0.02em;
}

.media_container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 55px;
    row-gap: 55px;
    margin-top: 55px;
}

.media_item {
    background-color: #fff;
    text-align: left;
}

.media_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333;
}

.media_image {
    display: block;
    margin-bottom: 22px;
    color: inherit;
}

.media_image img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.18);
}

.media_item h3 {
    position: relative;
    margin: 0 0 10px;
    padding-bottom: 9px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.5;
}

.media_item h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px;
    height: 1px;
    background-color: #333;
}

.media_meta {
    margin-bottom: 35px;
    color: #777;
    font-family: "ivyora-display", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
}

.media_source {
    margin-bottom: 15px;
    color: #777;
    font-size: 1.3rem;
}

.media_text {
    color: #000000;
    font-size: 1.3rem;
    line-height: 1.8;
}

.media_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 0;
}

.media_links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: solid 1px #333;
    color: #333;
    font-family: inherit;
    font-size: 1.3rem;
    transition: color 0.4s, background-color 0.4s;
}

.media_links a:hover {
    background-color: #333;
    color: #fff;
}

.media_links a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-left: 12px;
    vertical-align: middle;
    background-color: currentColor;
}



/*futureの設定*/

#future{
    margin-bottom: 200px;
}

#future h2,
#future p.subtitle,
#future p.desing_size {
    color: #fff;
}

/*backstageサブタイトルの横線*/
#future p.subtitle::before,
#future p.subtitle::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #fff; 
    max-width: 20px; 
}

#future h3{
    font-weight: 100;
    font-size: 2rem;
}

#future p.subtitle::before {
    margin-right: 5px;
}

#future p.subtitle::after {
    margin-left: 5px;
}

#future.bg_image3{
    background-image: url(../image/bg_image3.webp);
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /* padding-bottom: 2%; */  /*ここ修正する*！！*/
    padding-top: 80px;
    padding-bottom: 1px;
    margin-bottom: 200px;
}

#future p.desing_size{
    font-family: "ivyora-display", sans-serif;
    font-size: 10rem;
    text-align: left;
    /* background-color: aqua; */
    position: relative;
    z-index: 1;
    margin-bottom: -40px; 
    white-space: nowrap;
}


.future_container {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 2;
    /* background-color:aqua; */
}

.future_image_box {
    width: 30%; 
    flex-shrink: 0;
    margin-top: 25%;
}

.future_image_box img {
    width: 100%;
    height: auto;
    display: block;
}

.future_text_box {
    width: 70%;
    text-align: left;
    background-color: #fff;
    box-sizing: border-box;
    padding: 3%; 

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.future_text_box h3,
.future_text_box p {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/*exploreの設定*/

#explore.bg_image4{
    background-image: url(../image/bg_image4.webp);
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}


#explore h2,
#explore p.subtitle{
    color: #fff;
}

/*サブタイトルの横線*/
#explore p.subtitle::before,
#explore p.subtitle::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #fff; 
    max-width: 20px; 
}

#explore p.subtitle::before {
    margin-right: 5px;
}

#explore p.subtitle::after {
    margin-left: 5px;
}

#explore .movie-wrap{
    margin-bottom: 20%;
}

#explore .solid_box {
    max-width: 799px;
    width: 100%;
    margin: 0 auto 100px;
    position: relative; 
}

#explore .solid_box img {
    width: 100%;
    height: auto;
    display: block;
}

#explore .solid_box .image_link_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60%; 
    background-color: transparent; 
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    font-size: 1.6rem;
    text-decoration: none;
    letter-spacing: 0.3rem;
    white-space: nowrap;
    z-index: 3;
    transition: all 0.8s ease;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#explore .solid_box .image_link_btn:hover {
    background-color: #fff; 
    color: #333;            
    /* text-shadow: none;  */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}


#explore .solid_box .image_link_btn:hover {
    background-color: #fff;
    color: #333;
}

/**/
#about_aimaimme .btn{
    width: 300px;
    background-color: #fff;
    border: solid 1px #000; 
    line-height: 3;
    text-align: center;
    margin: 0 auto 50px;
}

#about_aimaimme .btn:hover{
    background-color: #cccccc;
    transition: 0.5s;
}

#about_aimaimme .btn a{
    color: #333;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    display: block;
}

#about_aimaimme p{
    color: #fff;
}


/*背景文字の設定*/

.section_outer {
    position: relative;
    width: 100%;
}

.voices_bg_text, .voices_bg_text2,
.gallery_bg_text, .gallery_bg_text2,
.future_bg_text{
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

#gallery, #voices, #future, #explore{
    position: relative; 
    z-index: 2;
}

.gallery_container {
    max-width: 900px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
    padding: 0;
}

.gallery_bg_text,
.gallery_bg_text2 {
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}


.gallery_bg_text {
    background-image: url("../image/text_thent.svg"); 
    top: 0;
    left: 0;
     width: 80vw; 
    height: 40vw;
    transform: translate(-28%, -10%); 
}


.gallery_bg_text2 {
    background-image: url("..//image/text_moment.svg");
    bottom: 0;
    right: 0;
    width: 80vw; 
    height: 40vw;
    transform: translate(30%, 50%); 
}
    

.voices_container {
    position: relative;
    z-index: 2;
}

.voices_bg_text {
    left: -15%; 
    top: -10%;
    /* margin-top: -9vw; */
    width: 50vw; 
}

.voices_bg_text2 {
    right: -8%; 
    top: 70%;
    /* margin-top: -20vw; */
    width: 45vw; 
}

.future_container{
    position: relative;
    z-index: 2;
}

.future_bg_text {
    left: 10%; 
    top: 78%;
    /* margin-top: -24vw; */
    width: 70vw; 
}

/*backstageの背景文字設定*/

.bsg_container_image {
    position: relative; 
    z-index: 2; 
}


.backstage_bg_text1,
.backstage_bg_text2 {
    position: absolute;
    z-index: -1; 
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    
    width: 30vw;  
    height: 25vw; 
}

.backstage_bg_text3 {
    position: absolute;
    z-index: -1; 
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    
    width: 18vw;  
    height: 25vw; 
}

.backstage_bg_text1{
    background-image: url("../image/text_bts.svg");
    top: 0;  
    right: 0;  
    transform: translate(40%, -25%); 
    /* (右へ30%はみ出す, 上へ40%飛び出す)という意味 */
}


.backstage_bg_text2 {
    background-image: url("../image/text_otr.svg");
    bottom: 0;  
    left: 0; 
    transform: translate(-35%, 75%);
}


.backstage_bg_text3 {
    background-image: url("../image/text_interview.svg"); 
    top: 0;
    right: 0;
    transform: translate(10%, -30%);
}



/*背景文字の微調整*/
@media (max-width: 1300px){


.voices_bg_text {
    left: -15%; 
    top: 1%;
    /* margin-top: -9vw; */
    width: 40vw; 
}

.voices_bg_text2 {
    right: -8%; 
    top: 88%;
    /* margin-top: -20vw; */
    width: 40vw; 
}

.future_bg_text {
    left: 15%; 
    top: 90%;
    /* margin-top: -24vw; */
    width: 55vw; 
}


} 



@media (max-width: 768px) {

    html {
    font-size: 50%
    }

    .wrapper,
    .wrapper_logo,
    .wrapper_large,
    .media-section {
        padding: 0 4%; 
        margin-bottom: 80px; 
        box-sizing: border-box;
    }

    .sp_only {
    display: block;
  }


    /*at_vfwの設定*/
    #at_vfw {
        overflow: hidden;
    }
    
    .vfw_bg_text {
        width: 120vw;
        left: -20%;
    }

    /*backstageの設定*/
    .bsg_container,
    .bsg_container_r {
        flex-direction: column;
        gap: 30px;
    }

    .bsg_container_r {
        flex-direction: column-reverse; 
    }

    .bsg_container .bsg_container_text,
    .bsg_container_r .bsg_container_text {
        width: 100%;
    }


    .bsg_container .bsg_container_image,
    .bsg_container_r .bsg_container_image {
        width: 65%;
        max-width: 320px;
        margin: 0 auto;
    }

    /*voicesの設定*/
    #voices .voices_container {
        flex-direction: column; 
        gap: 40px;
        margin-bottom: 40px;
    }
    
    #voices .voices_container_box,.voices_container_box_tw {
        text-align: left; 
    }

    /*voicesの設定*/
    #voices .voices_container {
        grid-template-columns: 1fr; 
        gap: 30px;
        grid-auto-rows: auto;
    }

    #voices .voices_container_box,
    #voices .voices_container_box_tw {
        text-align: left; 
        height: auto; /* スマホの時は文字量に合わせる */
    }


    /*futuerの設定*/
    #future {
        overflow: hidden;
    }
    
    #future p.desing_size {
        font-size: 14vw;
        position: relative;
        z-index: 1;
        margin-bottom: -30px;
        width: 100%;
        text-align: center;
    }

    .future_container {
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

    .future_image_box {
        display: none;
    }

    .future_text_box {
        width: 100%; 
        padding: 6% 4%;
    }


}

@media (max-width: 450px){


.voices_bg_text {
    left: -15%; 
    top: 6%;
    /* margin-top: -9vw; */
    width: 40vw; 
}

.voices_bg_text2 {
    right: -8%; 
    top: 93%;
    /* margin-top: -20vw; */
    width: 40vw; 
}

.future_bg_text {
    left: 15%; 
    top: 93%;
    /* margin-top: -24vw; */
    width: 60vw; 
}


} 
