@charset "utf-8";

/*===========================================================*/
/*スライドショー*/
/*===========================================================*/
.slideshow-container {
    width: 100vw;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100vh;
    width: calc(100% - 620px);
    }

.slide {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 1.5s ease-in-out;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

.slide.active {
      opacity: 1;
    }

/*===========================================================*/
/*アサイド*/
/*===========================================================*/
/* メインエリア場所指定 */
#main-area {
    margin-left: 230px;
    width: 390px;
    top: 0;
}
.aside_area {
    position:fixed;
    top:0;
    left:0;
    width:230px;
    height: 100vh;
    background: #FAFAFA;
  align-items: center;
  justify-content: center;
}

#aside h1{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    font-size: 3rem;
    letter-spacing: 0.3em;
    line-height: 1.3;
    margin: 100px auto;

}

#aside-nav {
    font-size: 2rem;
    color: #595959;
    font-weight: 700;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    *font-family: "Sorts Mill Goudy";
}

aside nav ul li {
  margin: 20px 0;
}

#aside-nav :hover {
  opacity: 0.7;
}

#aside .sns-link{
    display: flex;
    position: absolute;
    left: 75px;
    bottom:80px;
    width: 80px;
    height: 80px;
    gap: 20px;
}

#aside .sns-link :hover {
  opacity: 0.7;
}

/* アサイドを消す */
@media screen and (max-width:768px){
    .aside_area {
        display: none;
    }
    #main-area {
        margin-left: 0px;
        max-width: 390px;
        top: 0;
    }
    
    .slider-area {
        display: none;
    }
}/* pc end */

/* header */
#header{
    display: flex;
    justify-content: center;
}

.header {
    display: flex;
    margin-top: 25px;
}

.article__header {
    position: relative;
    background-image: url(../img/main-v.webp);
    background-position: bottom;
    display: flex;
    width: 390px;
    height: 547px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin: 30px 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.article__header::after {
    font-size: 1.2rem;
    margin-left: 16px;
}

.title{
    width: 320px;
    height: 23px;
  }

.main_word {
    position: absolute;
    right: 40px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    font-size: 1rem;
    letter-spacing: 0.7em;
    line-height: 2.3;
    color: #333;
}

/* line */
.divider {
  border-bottom: 1px solid #ccc;
  margin: 20px 20px;
}

/* news */
.h2_title {
    width: 290px;
    height: 70px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin: auto;
    margin-top: 60px;
    letter-spacing: 0.8rem;
    gap: 5px;
    line-height: 1;
}

.h2_title span {
    font-size: 1.4rem;
    margin: auto;
}

.news_image01 {
    width: 100%;
    height: auto;
    margin-top: 5px;
    display: flex;
    border-radius: 3px;
}

.news_image {
    display: block;
    gap: 20px;
    justify-content: center;
    margin: 20px;
}

.newstext_01 {
    font-size: 1.6rem;
    margin: 10px 32px;
}

.newstext_02 {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.42px;
    margin: 10px 32px;
}

/* more_btn */
.more_btn {
    display: flex;
    justify-content: center;
}

.btn_text {
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
}

.btn_line {
    height: 22px;
    width: 72px;
    margin: 0 10px;
}

.btn_img01 {
    width: 74px;
    height: 48px;
    margin-top: 10px;
}

.btn_img02 {
    width: 73px;
    height: 69px;
}

.btn_img03 {
    width: 51px;
    height: 78px;
}

/* works */
.works_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 390px;
    height: 390px;
}

.works_txt01 {
    color: #565656;
    text-align: center;
    font-size: 1.4rem;
}

.works_txt02 {
    color: #565656;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 25px;
}

.book_item {
    width: 140px;
    height: 180px;
    margin: 15px 10px;
    align-items: center;
    border-radius: 10px 1px 1px 10px;
}

.book_container {
    margin: 10px 30px;
}

/* profile */
.Profile_content {
    position: relative;
    background-image: url(../img/profile_drow_01.png);
    background-size:120px;
    background-repeat: no-repeat;
    background-position: right 0.5em top 1em;
}

.profile_v {
    height: 90px;
    width: 90px;
    margin: 0 10px;
}

.profile_name {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.view {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

.text-2 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 3.12px;
    line-height: 16px;
    white-space: nowrap;
    margin: auto;
}
  
.text-3 {
    font-size: 2rem;
    letter-spacing: 4.80px;
    line-height: 28.8px;
    margin-top: 19px;
    min-height: 29px;
    white-space: nowrap;
    margin: auto;
}
  
.imai-chihiro {
    align-self: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2.96px;
    margin-right: 5.0px;
    margin-top: 3px;
    min-height: 11px;
    min-width: 85px;
}

.profile_txt_1 {
    font-size: 1.4rem;
    letter-spacing: 1.54px;
    line-height: 20px;
    margin-top: 10px;
    min-height: 108px;
    width: 316px;
    margin: 15px auto 0;
}
  
.profile_txt_2 {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 20px;
    min-height: 60px;
    margin: 15px 15px;
}
  
.profile_txt_3 {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 15px;
    min-height: 400px;
    width: 312px;
    margin: 15px auto 0;
}

/* slider */
.carousel-container {
            margin-top: 20px;
            overflow: hidden;
            width: 100%;
            background: white;
            padding: 30px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .carousel-track {
            display: flex;
            width: max-content;
            animation: scroll 40s linear infinite;
        }

        .carousel-item {
            width: 200px;
            height: 200px;
            margin: 0 15px;
            flex-shrink: 0;
            background: #ddd;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

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

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        .title {
            text-align: center;
            margin-bottom: 30px;
            color: #333;
        }
        
/* footer */
.footer  {
    position: relative;
    width: 390px;
    height: 390px;
    margin-top: 12px;
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
}

.footer_menu {
    display: flex;
    gap: 5px 20px;
    font-size: 2rem;
    font-family: "Sorts Mill Goudy";
    justify-content: center;
    margin: 40px;
}

.footer_menu :hover {
    opacity: 0.7;
}

.copy {
    text-align: center;
    margin-top: 50px;
  }

.footer_txt {
    width: 220px;
    height: 70px;
    margin: 15px auto;
  }

.footer_icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    gap: 20px;
}

.footer_icon :hover {
    opacity: 0.7;
}