@charset "UTF-8";
/* ======================
headerSlider
====================== */
.slider {
	width: 100%;
	height: 130px;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.slider div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 100;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 20s;
	animation-iteration-count: infinite;
    transform: scale(1.5);
}

@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 1;
        transform: scale(1);
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}

.slider div:first-of-type{
	background-image: url(../images/ヘッダー/03_千五百秋.jpeg);
}
.slider div:nth-of-type(2){
	background-image: url(../images/ヘッダー/泡沫縹cut.PNG);
	animation-delay: 10s;
}

/* ======================
headerSlider pc
====================== */
@media screen and (min-width: 769px) {
    .slider {
        height: 500px;
    }
}/* pc 769px */


/* ======================
section--profile_detail
====================== */
#profile_detail {
    padding: 5em 9vw 5em;
}

    /* neko */
    .section--profile_detail {
        display: block;
        position: relative;
    }
    .section--profile_detail .topicBox img{
        position: absolute;
        width: 134px;
        height: auto;
        top: 7em;
        right: 7vw;
    }

.profile_tenji {
    width: 100%;
    margin: 40px 0 5px;
}

.profile_tenjiTxt {
    font-size: 1.0rem;
    text-align: center;
}

.profile_name {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.profile_name .name {
    color: #170606;
    font-family: 'Noto Sans JP';
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
}

.nameKana {
    color: #170606;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-left: 20px;
}

.profile_state,
.career_state {
    color: #170606;
    font-family: "Noto Sans JP";
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 13px */
    letter-spacing: 1px;
    margin-top: 20px;
}

.profile_txt {
    margin-top: 40px;
}

.profile_txtItem {
    color: #170606;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 1.2px;
    margin-top: 20px;
}

.profile_inst {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.profile_instLink {
    margin-left: 1.0rem;
}

.career {
    margin-top: 40px;
}

.careerTopic {
    color: #170606;
    font-family: 'Noto Sans JP';
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.8px;
}

.yaer {
    margin-top: 24px;
    color: #170606;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 1.2px;
}

.yaerAction ul {
    list-style: none;
}

.yaerAction {
    margin: 5px 0;
}

.yaerTxt {
    margin: 8px 0;
    color: #170606;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 1.2px;
}

/* わたしの家族 */
.kazoku {
    margin: 70px auto 0;
}

.kazoku-img {
    width: 150px;
    margin: 10px auto 0;
}

.kazoku img{
    width: 100%;
    object-fit: cover;
}

/* hukidasi */
.kazoku {
    width: 260px;
    height: 260px;
    aspect-ratio: 1/1;
    border: 2px var(--primary-black) dotted;
    border-radius: 50%;
}
  
.kazoku-txt p {
    margin: 0;
    padding: 0;
}

.kazoku p{
    text-align: center;
    color: #170606;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 1.2px;
    margin: 45px auto 0;
}

/* section--profile_detail pc */
@media screen and (min-width: 769px) {
        /* neko */
        .section--profile_detail {
            display: block;
            position: relative;
        }
        .section--profile_detail .topicBox img{
            position: absolute;
            width: 263px;
            height: auto;
            top: 8em;
            right: 9vw;
        }

    .profile_tenji {
        width: 100%;
        margin: 40px 0 5px;
    }
    
    .profile_tenjiTxt {
        font-size: 1.4rem;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 80px;
    }

    .section--profile_detail .topicBox {
        margin-top: 10em;
    }
    .profile_nameMainBox {
        display: flex;
    }
    .profile_nameBox02 {
        margin-left: 5.8%;
    }
    .profile_state {
        font-size: 1.4rem;
        width: max-content;
    }
    .profile_txtItem {
        font-size: 1.6rem;
        line-height: 30px;
    }
    .profile_inst {
        margin-top: 20px;
    }
    .profile_inst img {
        width: 30px;
        height: 30px;
    }
    .profile_instLink {
        font-size: 1.4rem;
    }

    .career {
        margin-left: 31%;
    }
    .careerTopic {
        font-size: 2.0rem;
        margin-top: 145px;
    }
    .career_state,
    .career_state {
        font-size: 1.4rem;
    }
    .careerTxtBox {
        margin-top: 45px;
    }
    .careerTxt {
        display: flex;
        margin-top: 25px;
    }
    .yaer {
        font-size: 1.6rem;
        margin: 0;
    }
    .yaerAction {
        margin: 0 0 0 6.8%;
    }
    .yaerTxt {
        font-size: 1.6rem;
        margin: 0 0 7px 0;
    }

    .spBr {
        display: none;
    }

    /* わたしの家族 */
    .kazoku {
        margin: 90px auto 0;
    }

    .kazoku-img {
        width: 200px;
        margin: 40px auto 0;
    }

    .kazoku img{
        width: 100%;
        object-fit: cover;
    }

    /* hukidasi */
    .kazoku {
        width: 400px;
        height: 400px;
        aspect-ratio: 1/1;
        border: 2px var(--primary-black) dotted;
        border-radius: 50%;
    }
    
    .kazoku-txt p {
        margin: 0;
        padding: 0;
    }

    .kazoku p{
        text-align: center;
        color: #170606;
        font-family: "Noto Sans JP";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 200% */
        letter-spacing: 1.2px;
        margin: 90px auto 0;
    }
}


/* ======================
works
====================== */
#works {
    padding: 5em 9vw 5em;
}

.works .topic_sub {
    margin-bottom: 40px;
}

.works__thumnail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.works__thumnail img {
    width: 155px;
    height: 155px;
    border-radius: 3px;
    object-fit: cover;
}

/* サムネホバー */
.works__thumnail--item {
    width: 40vw;
    height: auto;
    aspect-ratio: 1 / 1;
    position: relative;
  }
  .works__thumnail--item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .hover-mask {
    align-items: center; /* テキストの中央揃え */
    text-align: center;
    background: rgba(194, 178, 178, 0.5); /* マスクの色(黒の50%) */
    bottom: 0;
    color: #fff; /* テキストの色 */
    display: flex; /* テキストの中央揃え */
    justify-content: center; /* テキストの中央揃え */
    left: 0;
    opacity: 0; /* 最初は透明(非表示) */
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
    font-size: 1rem;
  }
  .hover-mask:hover {
    opacity: 1; /* hoverしたら透過しない(表示させる) */
  }
  .hover-mask p {
    width: 80%; /* テキストを横幅いっぱいにならないようにする */
  }



/* works pc */
@media screen and (min-width: 769px) {
    .works .topic_sub {
        margin-bottom: 50px;
    }
    
    .works__thumnail {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: space-between;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .works__thumnail img {
        border-radius: 3px;
        object-fit: cover;
    }

    .works__thumnail--item {
        padding: 0;
    }

    /* サムネホバー */
    .works__thumnail--item {
        width: 20vw;
        height: auto;
        /* aspect-ratio: 1 / 1; */
        position: relative;
    }

    .hover-mask {
        align-items: center; /* テキストの中央揃え */
        text-align: center;
        background: rgba(194, 178, 178, 0.5); /* マスクの色(黒の50%) */
        bottom: 0;
        color: #fff; /* テキストの色 */
        display: flex; /* テキストの中央揃え */
        justify-content: center; /* テキストの中央揃え */
        left: 0;
        opacity: 0; /* 最初は透明(非表示) */
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
        width: 100%;
        height: 100%;
        font-size: 1.4rem;
    }
    .hover-mask:hover {
        opacity: 1; /* hoverしたら透過しない(表示させる) */
    }
    .hover-mask p {
        width: 80%; /* テキストを横幅いっぱいにならないようにする */
    }

}/* pc 769px */


/* ==================
contact
================== */
    /* neko */
    .section--contact {
        display: block;
        position: relative;
    }
    .section--contact .topicBox img{
        position: absolute;
        width: 70px;
        height: auto;
        top: -48px;
        right: 50%;
        transform: translateX(50%);
    }

.section--contact {
    width: 84%;
    height: 452px;
    background-color: white;
    border-radius: 5px;
    margin: 100px auto;
    padding: 48px 26px;
    justify-content: center;
    align-items: center;
}

.section--contact .topic {
    color: #170606;
    text-align: center;
    font-family: "Rubik Dirt";
    font-size: 3.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 30px */
    letter-spacing: 2.1px;
    margin: 0 auto;
}

.section--contact .topic_sub {
    color: #170606;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: 1.2px;
}

.section--contact .topic,
.section--contact .topic_sub {
    color: var(--primary-black);
    text-align: center;
    margin-left: 0;
}

.contact_txt {
    color: var(--primary-black);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-style: normal;
    line-height: 24px; /* 200% */
    letter-spacing: 1.2px;
    margin-top: 20px;
}

.contact_icon {
    width: 210px;
    height: 210px;
    border: 2px var(--primary-black) dotted;
    border-radius: 50%;
    margin: 30px auto;
    transition: 0.4s;
}

.contact_icon img {
    width: 58px;
    height: 52.5px;
    margin: 78px 74px 84px 73px;
    transition: 0.4s;
}

.contact_icon img:hover {
    width: 72px;
    height: 65px;
    margin: 70px 85px 74px 65px;
}

/* contact pc */
@media screen and (min-width: 769px) {
            /* neko */
            .section--contact {
                display: block;
                position: relative;
            }
            .section--contact .topicBox img{
                position: absolute;
                width: 96px;
                height: auto;
                top: -63px;
                left: 5%;
            }
            
    .section--contact {
        display: flex;
        width: 80.5%;
        height: 524px;
        padding: 157px 118px 154px 117px;
        justify-content: space-between;
        align-items: center;
    }

    .section--contact .topic {
        text-align: left;
        font-size: 5.0rem;
        font-weight: 400;
        letter-spacing: 2.1px;
        margin: 0;
        left: 17.8%;
    }
    
    .section--contact .topic_sub {
        text-align: left;
        font-style: normal;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 100%; /* 12px */
        letter-spacing: 1.2px;
    }
    
    .section--contact .topic,
    .section--contact .topic_sub {
        text-align: 0;
        margin-left: 0;
    }
    
    .contact_txt {
        text-align: left;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 24px; /* 171.429% */
        letter-spacing: 1.12px;
    }
    
    .contact_icon {
        width: 210px;
        height: 210px;
        border: 2px var(--primary-black) dotted;
        border-radius: 50%;
        margin: 0;
        transition: 0.4s;
    }
    
    .contact_icon img {
        width: 58px;
        height: 52.5px;
        margin: 78px 74px 84px 73px;
        transition: 0.4s;
    }
    
    .contact_icon img:hover {
        width: 72px;
        height: 65px;
        margin: 70px 85px 74px 65px;
    }
}/* pc 769px */


/* ==================
Instagram
================== */
.slider__instagram img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 3px;
}

.slider__instagram {
    display: flex;
  animation: loop-slide 30s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.slider__instagramBox {
    display: flex;
    overflow: hidden;
}

.slider__instagramMain .topic_sub {
    margin-bottom: 40px;
}

.btn_instagram {
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    width: 42%;
    color: var(--primary-black, #170606);
    text-align: center;
    font-family: 'Roboto';
    font-size: 1.2rem;
    line-height: 1;
    border-radius: 60px;
    border: 0.5px solid var(--primary-black);
    padding: 20px 50px 20px 30px;
    position: relative;
    transition: 0.4s;
    letter-spacing: 1.2px;
}

.btn_instagram::after {
    content: '';
    display: block;
    width: 4.5px;
    height: 8.0px;
    background-image: url(../images/btn_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.btn_instagram:hover {
    color: var(--primary-white);
    border: none;
    background-color: var(--primary-pink);
}

.btn_instagram:hover::after {
    content: '';
    display: inline-block;
    width: 4.5px;
    height: 8.0px;
    background-image: url(../images/btn_arrow_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.btn_instagram .btn--txt {
    color: var(--primary-white);
    font-family: 'Roboto';
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2px;
}

/* instagram pc */
@media screen and (min-width: 769px) {
    .btn_instagram {
        width: 220px;
        font-size: 1.4rem;
        padding: 28px 75px 28px 50px;
        position: relative;
        transition: 0.4s;
        letter-spacing: 1.2px;
        margin-top: 60px;
        margin-right: 9.7%;
    }

    .btn_instagram::after {
        right: 30px;
    }
        
    .btn_instagram .btn--txt {
        font-size: 1.4rem;
    }
}

/* ======================
footer
====================== */
.scrollup {
    position: absolute;
    right: 8%;
    top: -40px;
    z-index: 99999;
}

.scrollup::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: var(--primary-black);
    right: 50%;
    top: 24;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    animation: scroll 2.0s infinite;
}

.scrollupTxt {
    position: absolute;
    display: block;
    color: var(--primary-black);
    transform: rotate(90deg);
    top: -30px;
    left: -6px;
    font-size: 1.0rem;
}

@keyframes scroll {
    0% {
        transform: scale(1,0);
        transform-origin: 0 100%;
    }

    50% {
        transform: scale(1,1);
        transform-origin: 0 100%;
    }

    50.1% {
        transform: scale(1,1);
        transform-origin: 0 0;
    }

    100% {
        transform: scale(1,0);
        transform-origin: 0 0;
    }
}

.footer {
    position: relative;
    margin-top: 100px;
    width: 100%;
    height: 323px;
    object-fit: cover;
}

.footer {
    text-align: center;
}

.mainTitle_footer {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    z-index: 100;
    text-align: center;
    margin: 0 auto;
}

.mainTitle_footer_item01,
.mainTitle_footer_item03 {
    color: #FFFAF0;
    text-align: center;
    font-family: Roboto;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

.mainTitle_footer_item02 {
    width: fit-content;
    color: #FFFAF0;
    text-align: center;
    font-family: "Rubik Dirt";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.9px;
}

.nav__list--footer {
    margin-top: 0;
    position: absolute;
    right: 50%;
    bottom: 30px;
    transform: translateX(50%);
    z-index: 100;
}

.nav__item--footer {
    color: #FFFAF0;
    text-align: center;
    font-family: Roboto;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-top: 16px;
}

.nav__item--footer img {
    width: 13px;
    height: 14px;
}

.footerslider {
	width: 100%;
	height: 323px;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.footerslider div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 100;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 20s;
	animation-iteration-count: infinite;
    transform: scale(1.5);
}

@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 1;
        transform: scale(1);
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}

.footerslider div:first-of-type{
	background-image: url(../images/フッター/01_春風と白い教会.jpeg);
}
.footerslider div:nth-of-type(2){
	background-image: url(../images/フッター/02_汽笛と朝焼け.jpeg);
	animation-delay: 10s;
}


/* ======================
headerSlider pc
====================== */
@media screen and (min-width: 769px) {
    .footerslider {
        height: 353px;
        margin-top: 140px;
    }
}/* pc 769px */

/* footer pc */
@media screen and (min-width: 769px) {
    .scrollup {
        right: 10%;
    }
    
    .scrollupTxt {
        left: -9px;
        font-size: 1.2rem;
    }

    .mainTitle_footer {
        text-align: left;
        font-size: 5.0rem;
        font-weight: 400;
        letter-spacing: 2.1px;
        margin: 0;
        top: 176px;
        left: 9.7%;
        transform: translateY(-50%);
    }
    
    .section--contact .topic,
    .section--contact .topic_sub {
        text-align: 0;
        margin-left: 0;
    }

    .nav__list--footer {
        width: fit-content;
        height: fit-content;
        text-align: right;
        margin: 0;
        top: 176px;
        right: 9.7%;
        transform: translateY(-50%);
        z-index: 100;
    }

    .footer_txt {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.8px;
    }

    .nav__item--footer img {
        width: 25px;
        height: 26px;
    }
}/* pc 769px