/*＝＝＝＝＝＝＝＝＝＝＝＝＝全端末共通スタイル＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  html{
    background-color: #1a1f20;
    font-family: "Lexend Exa", "Zen kaku Gothic Antique", Meiryo, Arial, sans-serif;
    color: white;
    text-align: center;
  }

/*フォント*/
  .lexend-exa {
    font-family: "Lexend Exa", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }

  .zen-kaku-gothic-antique-regular {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  p {
    font-size: 1rem;
  }
  
/* 画像の初期設定 */
  img {
    width: 100%;
  }

/*============= ヘッダー=============== */
 header {
  width: 100%;
 } 
 
.navarea{
    display: flex;
    justify-content: space-between;
  }




/* 光沢仕切りバー */
  .light-topbar {
    width: 100%;
    height: 0.5rem;
    border: none;
    background: linear-gradient(to right, #004F59, #00E5D8, #004F59);
    margin: 0;
  }

  /* バー */
  .light-mainbar {
    width: 100%;
    height: 0.3rem;
    margin: 0;
    display: inline-block;
    border: none;
    background: linear-gradient(to right, #004F59, #8Dfff8, #004F59);
    }

    .light-shortbar {
      width: 30%;
      height: 0.3rem;
      margin: 0;
      display: inline-block;
      border: none;
      background: linear-gradient(to right, #004F59, #8Dfff8, #004F59);
      }

  .inlinewrap{
  display: block;
  margin-left: 4rem;
  }

  /* 水平線バー */
  hr {
    margin: 0.5rem;
  }

  .flex-box {  /*横並びにしたい時（TOP*/
    display: flex;
    margin: 1rem 0;
  }

  li > img {
    padding: 1rem;
  }

  .boldtitle {
    font-weight: bold;
  }


  /* 余白 */
  .empty {
    padding: 3rem 0;
  }

  .empty2 {
    padding: 1rem 0;
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝本コンテンツ共通部分＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  /* タイトル */
  .title-wrapper {
    display: flex;
    justify-content: center;
  }

  .title {
    width: 60%;
    letter-spacing: 6px;
    padding: 1.2rem;
  }

  .title-2 {
    display: block;
    text-align: left;
  }

  .subtitle {
    color: #ffffff65;
  }

  /* 説明 */
  .date {
    text-align: end;
  }

  /* 説明枠（白い枠線） */
  .descarea {
    border: 1px solid #ffffff;
    padding: 1rem;
    margin: 1rem 0;
  }

   .descarea-1 {
    border: 1px solid #ffffff;
    margin: 1rem 0;
  }

  .desc-slide {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 1rem;
    margin: 1rem 0;
  }

  .block {
    display: block;
    padding: 1rem;
  }
 
  /* もっとみる・詳細へなどに飛ぶ青いボタン */
  .move {
    background-color: #319BB2;
    color: #3EFFF3;
    letter-spacing: 3px;
    padding: 10px 20px;        /* ボタンの内側の余白 */
    border: none; /* ボーダー */
    border-radius: 5px;        /* ボタンの角を丸くする */
    font-size: 12px;
    font-weight: bold;           /* 文字のサイズ */
    cursor: pointer;           /* カーソルをポインタにする */
    transition: background-color 0.3s, color 0.3s; /* アニメーションの効果 */
    margin: 0.8rem;
  }
  
  .move:hover {
    background-color: #8Dfff8; /* ホバー時の背景色 */
    color: #004F59;            /* ホバー時の文字色 */
  }

  /* カルーセル */
  .slide {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    z-index: 200;
  }

  .sliderArea.w300 {
    max-width: 300px;
  }
  .slick-slide {
    margin: 0 5px;
    height: auto !important;
  }
  .slick-slide img {
    width: 100%;
    height: auto; 
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #fff;
  }
  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }
  .thumb {
    margin: 20px 0 0;
  }
  .thumb .slick-slide {
    cursor: pointer;
  }
  .thumb .slick-slide:hover {
    opacity: .7;
  }

/* リンクへ飛ぶ・大事な部分の白線 */
  .important-line {
    text-decoration: underline;
  }

  .linkarea {
    justify-content: space-between;
    align-items: center;
  }

  .sns-area {
    display: flex;
  }

  .sns-area > img {
    width: 3rem; /* 幅を50pxに統一 */
    height: 3rem; /* 高さも50pxに統一 */
    object-fit: contain; /* アスペクト比を保ちながらサイズ変更 */
}


  .sns-icon-insta {
  width: 3rem;
  margin: 0.6rem 1rem;
  }

  .sns-icon-threads {
    width: 4.2rem;
  }



/* フォーム */
 /* お問い合わせフォームタイトル */
 .title-wrapper-2 {
  display: flex;
  align-items: center;
}

#form {
  margin-top: 0.5rem;
 }

 .select {
  display: flex;
  flex-grow: 1;
  height: 2rem; /* 希望する高さに設定 */
  margin: 1rem;
  padding-inline: 1rem;
  background-color: #2a3638; /* 背景色を設定（オプション） */
  color: #fff;
  text-align: left;
}

main {
  margin-top: 3rem;
}

/*検索画面*/ 
.search-window {
  background-color: #1a1f20;
  color: white;
  padding: 2rem;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
スマートフォン版
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*横幅設定※レスポンシブSP版*/ 
@media screen and (max-width: 767px) { /*SP版*/ 
    body {
      min-width: 375px;
      margin: 0;
      background-color: #1a1f20;
      color: white;
      margin: 0 auto;
    }
    /*PCのみ表示、SP版非表示対応（ナビゲーション・asideのTEITEN*/
      .navarea-pc, #nav-pc-search , #nav-pc , .teiten {
        display: none;
      }

  /*ヘッダー*/
    header {
      display: block;
      position: fixed;
      top: 0;
      background-color: #1a1f20;
      z-index: 200;
    }

    .navarea{
      display: flex;
      justify-content: space-between;
    }

    .logoarea {
      width: 100%;
      display: inline-block;
      justify-content: space-between;
      background-color: #1a1f20;
    }

    #logo {
      width: 18rem;
      padding-inline: 1.5rem;
      margin: 1.5rem;
    }

  

  /*ハンバーガーメニュー（スマホ版）*/
  .hamburger-menu{
    position: absolute;
    right: 1rem;
    bottom: 1.5rem;
    width: 4.5rem;
    float: right;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .hamburger-menu img {
    margin-left: 1rem;
  }

  nav{
    padding-inline: 3rem;
    text-align: left;
  }

  /*スマホ用ナビゲーションの表示切替*/
  /*初期状態、レイアウトと非表示設定*/
  #nav-sp {
    background-color: #2a3638;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    z-index: 100;
    overflow-y: auto;
    }

  /*xボタン*/
  .close {
    width: 4rem;
    height: 4rem;
    display: block;
    align-items: flex;
    position: inherit;
    top: 0.5rem;
    right: 0.5rem;
  }

  /* awesomeの＞ボタン導入 (スマホ版のみ、ホバーを無くして＞でリンクに飛ぶようにする）
  arrow{
    background-image: url("images/arrow.png");
    background-repeat: no-repeat;
    background-position: right top;
  }*/

  .searcharea {
    display: flex;
    align-items: center;
  }

  #search-query{
    width: 85%;
    left: 4rem;
    top: 1rem;
    padding: 10px;
    padding-inline: 1rem;
    background-color: #d0f9ffbb;
    color: #1a1f20;
  }

  .search-icon {
    display: flex;
    width: 2.5rem;
    height: 2rem;
    margin-inline: 1rem;
    background-color: #1a1f2096;
    border: #1a1f2096;
  }

  /* 検索結果エリア */
  .searcharea {
    background-color: #2a3638;
    color: #ffffff;
  }

  /*xボタン*/
    .close-1 {
      width: 4rem;
      height: 4rem;
      display: block;
      align-items: flex;
      position: inherit;
      top: 0.5rem;
      right: 0.5rem;
    }

  /*ナビゲーションメニュー*/
  .category {
    font-size: 25px;
    color: #3EFFF3;
    margin: 4rem 0 0 0;
  }

  /*ナビゲーションのリンクの装飾設定*/
    #nav-sp > a {
      display: block;
    }
    #nav-sp > a:link {
      color: #ffffff;
    }
    #nav-sp > a:visited {
      color: #ffffff;
    }
    #nav-sp > a:hover {
      color: #ffffff;
      text-decoration: underline;
    }
    #nav-sp > a:active {
      color: #ffffff;
    }

    #nav-sp >.menu {
      text-decoration: none;
      display: block;
      margin: 18px;
      font-size: 18px;
    }


  /*--------メインコンテンツ(SP)----------*/
    /* cover */
    .cover {
      width: 100%;
    }

    /* カテゴリ（セクション） */
    .sec{
      padding-inline: 1rem;
    }
    
      /* カテゴリ共通 */
    .title-wrapper {
      align-items: baseline;
    }

    .title-wrapper-news { /* お知らせ用タイトル */
      width: 35%;
      display: block;
      align-items: center;
    }

    .title-wrapper-profilename {   /* 自己紹介の名前欄タイトル */
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0.5rem;
    }

    .title-wrapper-profilename-2 {   /* profile：自己紹介の名前欄タイトル */
      display: flex;
      align-items: center;
      margin-bottom: 0.5rem;
    }

    .title-wrapper-1 {
      display: flex;
      align-items: baseline;
      margin: 0;
    }


 /* タイトル　title */
    .title { /* カテゴリ名 */
      font-size: 1.4rem;
    }
  
    .title-1 { /* 自己紹介-名前 */
      display: block;
      font-size: 1.5rem;
      letter-spacing: 5px;
      padding-inline-start: 2rem;
      margin: 0.5rem 0.8rem 0 0;
    }
            
    .title-2 { /* お知らせ*/
      font-size: 1.3rem;
      margin-top: 1rem;
    }

    .title-3 {
      display: block;
      font-size: 1.7rem;
      letter-spacing: 10px;
      margin: 1rem 0;
    }

    .title-4 {    /* 自己紹介の名前タイトル */
      width: 62%;
      font-size: 1.5rem;
      letter-spacing: 5px;
      text-align: left;
      padding-inline: 0.3rem 0;
    }

    .subtitle {
      display: block;
      font-size: 1.2rem;
    }

    .subtitle-profile {   /* aside自己紹介タイトル用不透明度65％の英字タイトル    */
      color: #ffffff65;
      font-size: 1.6rem;
      padding-bottom: 0.5rem;
    }
  
    .subtitle-profile2 {   /* aside自己紹介マイネーム用不透明度65％の英字タイトル    */
      color: #ffffff65;
      font-size: 1rem;
    }

  /* 自己紹介の不透明英語表記 */
    .subtitle-1 {
      display: block;
      color: #ffffff65;
      font-size: 20px;
    }

    
  /* セクション2列並び */
  .setsec {
    display: block;
  }

    .category-wrapper {
      display: flex;
      margin: 0.5rem;
    }
    
    .category-wrapper .title {
      font-weight: bold;
      margin: 0;
      display: inline-block;
      justify-content: space-between;
      align-items: center;
    }

    .category-wrapper span {
      font-size: 0.9rem;
    }

    .flex-box {  /*横並びにしたい時（TOP*/
      justify-content: space-between;
      align-items: center;
    }

    
    /* 説明枠（白い枠線） */
      .descarea-1 {
        padding: 0.5rem;
        text-align: left;
      }

      .descarea-2 {
        display: block;
        border: 1px solid #ffffff;
        padding: 1rem;
        margin: 1rem 0;
      }

      .descarea-3 {    /* aside　枠線なし　PC　普通の自己紹介欄・枠線アリSP */
        padding: 1rem;
        margin: 1rem 0;
      }

      .descarea-news {    /* お知らせ　枠線なし　 */
        width: 100%;
      }


    /* 説明（desc) */
      .description { /* お知らせ内容 */
        padding: 0.5rem;
      }

      .description > p {
        font-size: 0.8rem;
      }

      .description-1 {
        font-size: 1.3rem;
        padding: 0.5rem;
        margin: 0;
      }

      .description-2 {
        font-size: 16px;
        color: #319BB2;
        padding: 0.5rem;
      }

      .description-center { /*説明文中央寄せ  */
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        font-size: 0.8rem;
      }
      
      .date {
        font-size: 0.8rem;
      }
      
      .comment-box {
        display: block;
        margin: 1rem 0;
        padding-inline: 0.5rem;
      }

      .img-name {
        display: block;
        text-align: left;
        font-size: 1.3rem;
        letter-spacing: 0.3rem;
      }

      .commentarea { /* 作品情報欄をひとくくりにする　 */
        display: block;
        margin: 1rem 0;
      }

    .subcomment {
      font-size: 0.8rem;
      display: flex;
      text-align: right;
    }

    .desclist-left {
      display: block;
      text-align: left;
      margin: 0;
    }

    .desclist-left p {
      margin: 0 0 10px 0;
      padding-left: 0.5rem;
    }

    .boldtitle {
      font-size: 1rem;
    }

    .descarea > img {
      width: 10rem;
      margin: 1rem 0;
    }

  /* SNSエリア */
  .linkarea {
    display: flex;
    padding-top: 0.5rem;
  }

  .sns-area {
    justify-content: space-between;
  }

  .sns-icon-insta {
  width: 3rem;
  margin: 0.6rem 1rem;
  }

  .sns-icon-threads {
    width: 4.2rem;
  }

  .move {
    padding: 10px 20px;        
    border-radius: 5px;        /* ボタンの角を丸くする */
    font-size: 12px;
    font-weight: bold;           /* 文字のサイズ */
  }

  .profileblock { 
    display: block;
    padding: 1rem 0 2rem 0;
   }

    /*フッター（SP）*/
    .footerzone {
      display: block;
      text-align: center;
    }

    .footerzone img {
      width: 18rem;
      margin: 50px;
    }
    
    .ft-contactarea {
    padding-inline: 2.5rem;
    text-align: center;
    }

    .ft-contactarea p {
      font-size: 1rem;
    }

    .ft-contactarea span {
      font-size: 0.8rem;
      margin: 0;
    }

    .ft-centerarea {
      display: block;
    text-align: center;
    margin: 6rem 0 0 0;
    }

    .ft-centerarea p {
      font-size: 0.8rem;
      text-decoration: underline;
    }

    .ft-centerarea span {
      font-size: 0.7rem;
    }

    footer > .light-mainbar {
      width: 100%;
    }

    .copyright {
      margin: 2rem;
    }

    /* お問い合わせフォーム */
    .form-title {
      width: 32%;
      font-size: 1rem;
      text-align: right;
    }

    .form-title > span {
      font-size: 0.8rem;
    }

  .fill-box {
    display: flex;
    flex-grow: 1;
    height: 2rem; /* 希望する高さに設定 */
    margin: 1rem;
    background-color: #1a1f2096; /* 背景色を設定（オプション） */
    border: 1px solid #ffffff; /* 境界線を設定（オプション） */
    }

    .fill-box input,
    .fill-box select,
    .textbox {
      width: 100%;
      background-color: #2a3638;
      color: #ffffff;
    }

  .form-box {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }

  .textbox {
    height: 13rem;
    margin-top: 0.8rem;
  }

  .address-way {
    display: flex;
    border: 1px solid;
    padding: 0.3rem 0;
    width: 100%;
  }

  .personal-info {
    font-size: 0.8rem;
    text-align: left;
    padding: 0.5rem;
    margin: 1rem 0;
    max-height: 200px;
    border: 1px solid #fff ;
    overflow-y: scroll;
  }

  .attention-center { /* お問い合わせの注意書き（中央揃え）  */
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }

}
/* ＝＝＝＝＝＝＝＝＝＝
　　　　PC版 　　　　
＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 768px) { /*PC版*/ 
/* 横幅設定 */
  body {
    max-width: 1280px;
    min-width: 960px;
    margin: 0 auto 0 auto;
  }

  img {
    width: 100%;
  }

  .span {
    font-size: 1.3rem;
  }

  header {
    width: 100%;
  }

  main {
    width: 100%;
    margin-top: 0;
  }

  /* 光沢ライトバー */
  .light-mainbar {
    width: 100%;
    height: 0.3rem;
    margin-left: 0;
    display: inline-block;
    border: none;
    background: linear-gradient(to right, #004F59, #8Dfff8, #004F59);
    }

  /*ナビゲーションメニュー*/
  .navarea-pc{
    width: 100%; 
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  #logo {
    width: 30rem;
    margin: 1.5rem 0 1.5rem 1.5rem;
  }

  .menu-bar {
    display: flex;
    padding-right: 2rem;
  }

 /*SP用ナビゲーション非表示*/
 
  .navarea {
    display: none;
  }

  #nav-sp {
    display: none;
  }


  /*PC版ナビゲーションメニュー*/
  .hamburger-menu-pc {
    width: 4.5rem;
    margin-inline: 0.8rem;
  }

    #nav-pc {
    background-color: #2a3638;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 30%;
    z-index: 100;
    display: none;
    transition: right 0.3s ease; 
    overflow-y: auto;
    }

  /*xボタン*/
  .close {
    width: 4rem;
    height: 4rem;
    display: block;
    margin-left: auto;
    top: 0;
    right: 0.5rem;
  }

  .close-1 {
    width: 4rem;
    height: 4rem;
    display: block;
    align-items: baseline;
  }

  /* ナビ＝＝検索＝＝検索エリア表示 */

  #nav-pc-search {
    display: none;
    justify-content: center;
  }

  .search-box {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%; /* 希望する幅に設定 */
    height: 50px; /* 希望する高さに設定 */
    padding: 10px; /* 内側の余白を設定 */
    margin-block: 5px;  /* 外側の余白を設定 */
    background-color: #1a1f2096; /* 背景色を設定（オプション） */
    border: 1px solid #1a1f20; /* 境界線を設定（オプション） */
  }

  .searcharea {
    display: flex;
    margin: 0 1rem 2rem 1rem;
  }

  #search-query{
    width: 85%;
    left: 4rem;
    top: 1rem;
    padding: 10px;
    padding-inline: 1rem;
    background-color: #d0f9ffbb;
  }

  .search-icon {
    display: flex;
    width: 2.5rem;
    height: 2rem;
    margin-inline: 1rem;
    background-color: #1a1f2096;
    border: #1a1f2096;
  }

  /*ナビゲーションメニュー→カテゴリー*/
  #nav-pc >.menu {
  text-decoration: none;
  display: block;
  margin: 18px;
  font-size: 18px;
  }

  .category {
    font-size: 25px;
    color: #3EFFF3;
    margin: 4rem 0 0 0;
  }

  /*ナビゲーションのリンクの装飾設定*/
  #nav-pc > a {
    display: block;
  }
  #nav-pc > a:link {
    color: #ffffff;
  }
  #nav-pc > a:visited {
    color: #ffffff;
  }
  #nav-pc > a:hover {
    color: #9bcfba;
    text-decoration: underline;
  }
  #nav-pc > a:active {
    color: #ffffff;
  }

/* メイン（TOP） */
.cover > img{  /* cover PCクエリに移す */
  height: 38rem;
}

.cover-illust > img{  /* cover PCクエリに移す */
 width: 100%;
}

.cover-profile > img{  /* cover PCクエリに移す */
  width: 100%;
 }

 /* カテゴリ（セクション） */
 .sec{      /*  PCクエリに移す(topページサイドバーあり */
  padding-left: 1.5rem; 
  display: flex;
  justify-content: space-between;
  }

  .sec-1{      /*  PCクエリに移す（flexなし */
    padding-left: 1.5rem; 
  }

/* main-contents-wrapper ※PCのみ*/
.main-wrapper {
  width: 68%;
  padding-left: 0;
}

.setsec { 
  display: flex;
  margin: 1rem 0;
 }

.setsec > img {
  width: 50%;
}

.setsec-2 { /* PC専 ブログ一覧のボタンとタイトルをbetween*/
  display: flex;
  justify-content: space-between;
  padding-inline: 3rem;
  }

/* お知らせ欄 */
.category-wrapper { 
  display: flex;
  align-items: baseline;
  margin: 1rem 0 0 0;
  padding-inline: 0.5rem;
}

.category-mainwrapper{ /* ※PCのみ*/
  display: block;
  align-items: baseline;
  margin: 1rem 0 0 0;
}


  /* タイトル　title */
  /* カテゴリ（写真・イラスト・Weblog */
  .title-wrapper {
    align-items: center;
  }

  .title-wrapper-news { /* お知らせ用タイトル */
    width: 25%;
    display: block;
    align-items: center;
  }

  .title-wrapper-profile {
    display: block;
    align-items: center;
  }

  .title-wrapper-profilename {   /* aside：自己紹介の名前欄タイトル */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
  }

  .title-wrapper-profilename-2 {   /* profile：自己紹介の名前欄タイトル */
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
  }

  .teiten {
    background-color: #1a1f20;
    border: 2px solid white;
  }

  .title {
    font-size: 2.5rem;
  }

  .title-2 {    /* navメニューバーのタイトル・自己紹介のタイトル */
    font-size: 1.7rem;
    letter-spacing: 3px;
    padding: 1rem 0 0.5rem 0;
  }

  .title-3 { /* 自己紹介のタイトル */
    font-size: 1.7rem;
    letter-spacing: 6px;
    padding: 2rem 0 0.5rem 0;
    text-align: center;
  }

  .title-4 {    /* 自己紹介の名前タイトル */
    width: 62%;
    font-size: 1.5rem;
    letter-spacing: 5px;
    text-align: left;
    padding-inline: 0.3rem 0;
  }

  .title-small {
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }

  .title-bluearea { /* ブログ・オリジナルサイト用小タイトル */
    padding: 1.2rem;
    text-align: center;
    color: #3EFFF3;
  }

  .subtitle {   /* 不透明度65％の英字タイトル    */
    font-size: 2rem;
  }

  .subtitle-profile {   /* aside自己紹介タイトル用不透明度65％の英字タイトル    */
    color: #ffffff65;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
  }

  .subtitle-profile2 {   /* aside自己紹介マイネーム用不透明度65％の英字タイトル    */
    color: #ffffff65;
    font-size: 1rem;
  }

  .boldtitle {  /* pc */
    font-size: 1.5rem;
    letter-spacing: 0.4rem;
    margin: 0 1rem 0 1rem;
   }

  /* 　説明　description */
  .descarea {
    width: 100%;
  }

  .descarea > p {
    line-height: 1.5rem;
  }
  
  .descarea-1 {
    padding: 1rem;
    width: 100%;
  }

  .descarea-1 > p {  /* 説明の中のフォント装飾 */
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.2rem;
    padding-inline: 12rem;
  }

  .descarea-2 {    /* setsecのPC版・写真枠*/
    border: 1px solid #ffffff;
    padding: 1rem;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }

  .descarea-2 > img {    /* setsecのPC版・写真枠*/
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .descarea-3 {    /* aside　枠線なし　PC　普通の自己紹介欄・枠線アリSP */
    padding: 1rem;
    margin: 1rem 0;
    width: 100%;
  }

  .descarea-news {    /* お知らせ　枠線なし　 */
    width: 100%;
  }

  .desc-slide {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 1rem;
    margin: 1rem 0;
  }

  .photo-zoom {    /* 写真をクリックすると拡大できるやつ */
    margin: 1rem 0;
    width: 60%;
  }

  .description { /* お知らせ内容 */
    padding: 1rem 0 1rem 0;
    line-height: 2rem;
  }

  .description > p {
    font-size: 1.2rem;
  }

  .description-1 {
    font-size: 1.3rem;
    padding: 0.5rem;
    margin: 0;
  }

  .description-2 { /*myprofile */
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0;
    color: #319BB2;
    line-height: 1.5rem;
  }

  .description-center { /*説明文中央寄せ pc  */
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3rem;
  }

  .description-center > p { /*説明文中央寄せ pc  */
    line-height: 1.5rem;
  }

  .pc-leftdescription {
    text-align: left;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5rem;
  }

  .subcomment {
    font-size: 1rem;
    display: flex;
    text-align: right;
    padding-inline-start: 1rem;
  }

  .comment-box {
    display: flex;
    margin: 1rem 0;
  }

  .img-name {     /* 作品名　※PC版のみ */
    width: 40%;
    display: block;
    text-align: left;
    padding-left: 1rem;
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }

  .img-name > p {     /* 作品名　※PC版のみ */
    font-size: 1.5rem;
  }


  .commentarea { /* 作品情報欄をひとくくりにする　※PC版のみ   */
    display: block;
    margin-left: auto;
  }

  #subcomment-pc { /* 作品情報 */
    display: block;
    text-align: right;
  }

  .desclist-left {
    display: block;
    text-align: left;
    margin: 0;
  }

  .desclist-left p {
    margin: 0 0 10px 0;
    padding-left: 0.5rem;
  }
  
  .pc-p-desc {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .pc-p-desc > span {
    font-size: 1rem;
  }

  /* 日にち date */
  .date{
    font-size: 1rem;
    margin: 0.5rem 0;
  }

  /* ボタン */
  .move {
    padding: 0.8rem 1.2rem;        /* ボタンの内側の余白 */
    border-radius: 0.5rem;        /* ボタンの角を丸くする */
    font-size: 1rem;        
  }

  .profileblock { 
    display: block;
    width: 50%;
    padding: 1rem;
   }

    /* SNSエリア */

  .linkarea {
    display: block;
    margin: 1rem 0;
  }

  .sns-area {
    justify-content: center;
  }

  /* サイドバー */
  aside {
    width: 30%;
    margin-top: 2rem;
    margin-right: 0;
  }

  aside > .descarea {
    border: none;
  }

  .sidebar {
    background-color: #004F59;
  }

 .desclist-left {
   display: block;
   text-align: left;
   margin: 1rem 0;
  }

  .desclist-left p {
   margin: 0 0 10px 0;
   padding-left: 0.5rem;
  }

  /*フッター（PC）*/  /* 補足：SPと共通部分がなさすぎたので一部同じですが統一していません。コード長くなることご容赦 */

  .footerzone {
    display: block;
    text-align: center;
  }

  footer > .light-mainbar {
    width: 100%;
  }

  .footerzone img {
    width: 30rem;
    margin: 5rem;
  }

  .ft-contactarea {   /* フッター：連絡欄 */
    text-align: left; 
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }

  .ft-contactarea p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .ft-contactarea span {
    font-size: 1rem;
    margin: 0;
  }

  .ft-centerarea {
    display: block;
  text-align: center;
  margin: 10rem 0 0 0;
  }

  .ft-centerarea p {
    font-size: 1.3rem;
    line-height: 4rem;
    text-decoration: underline;
  }

  .ft-centerarea span {
    font-size: 1rem;
  }

  .copyright {
    margin-bottom: 2rem;
  }

  /* お問い合わせフォーム*/
  form {
    padding-inline: 0.5rem;
  }

  .form-title { /* PC専 */
    width: 20%;
    font-size: 1.5rem;
    text-align: right;
    padding: 0.8rem;
  }

  .form-title > span {
    font-size: 0.8rem;
  }

  .fill-box {
    display: flex;
    flex-grow: 1;
    height: 2rem; /* 希望する高さに設定 */
    margin: 1rem;
    background-color: #1a1f2096; /* 背景色を設定（オプション） */
    }


  .fill-box input,
  .fill-box select,
  .textbox{
    width: 100%;
    background-color: #2a3638;
    color: #ffffff;
    text-align: left;
    padding: 1rem;
  }

 .form-box {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }

.textbox { /* pc ※スマホ版で入力文字が小さくないか確認  */
  font-size: 1rem;
  height: 13rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 90%;
}

.address-way {
  display: flex;
  border: 1px solid;
  padding: 2rem 0;
  width: 100%;
}

.personal-info { /* PC */
  display: block;
  width: 90%;
  font-size: 1rem;
  border: 1px solid white;
  padding: 1rem;
  margin: 2rem auto;
  text-align: left;
  max-height: 200px;
  overflow-y: scroll;
}

.attention-center { /* お問い合わせの注意書き（中央揃え）  */
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}










}