@charset "UTF-8";


/*共通部分ーーーーーーーーーーーーーーーーーーーーーーーーー*/

html {
  font-size: 100%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul{
  display: block;
  margin: 10px 2px 2px 10px;
}
/*
SLIDE MENU
================================================ */
/* ----- ↓↓↓↓ ----- */
/* 開閉ボタン */
.btn-menu {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 4;
    padding: .5rem 1rem;
    height: 4rem;
    width: 4rem;
    transition: .1s;
}
.btn-menu svg {
    margin-top: .25rem;
    height: 2rem;
    width: 2rem;
}

/* スライドメニューパネル */
#menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 12rem 2rem 2rem 2rem;
    width: max(32vw, 20rem);
    height: 100vh;
    background-color: #dfdfdf;
    box-shadow: 0 0 3rem rgba(0,0,0,0);
    font-family: ;
    font-weight: normal;
    font-family: "Montserrat", Arial, sans-serif;
    translate: 100vw;
}

.btn-menu{
  background-color: rgba(236, 236, 236, 0.2);
}

.menu-list {
    list-style: none;
}
.menu-list li {
    margin: 1.5rem 0;
    opacity: 0;
}
.any {
    color: black;
    text-decoration: none;
    font-size: 1.5rem;
}
.now {
  color: black;
  text-decoration: none;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-thickness: 8px; /* アンダーラインの太さを2ピクセルに設定 */
}
/* ----- ↑↑↑↑ ----- */


/*ヘッダーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.page-header {
  display:flex;
  justify-content: space-between;
  background-color: #dfdfdf;
}


.wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.wrapper-a {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}


.onnailogo {
    width: 210px;
    margin-top: 3px;
    padding: 2px;
}

.main-nav {
  position: relative;
  z-index: 9999;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  margin-top: 22px;
  list-style: none;
  padding: 7px 40% 7px 0%;
}
.main-nav li {
  margin-left: 36px;
}

.now-page {
  color: black;
 font-weight: normal;
 text-decoration: underline;
 text-decoration-thickness: 8px; /* アンダーラインの太さを2ピクセルに設定 */
}

.any-page {
  color: black;
 font-weight: normal;
}

.any-page:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px; /* アンダーラインの太さを2ピクセルに設定 */
}

/*本文以下スペースーーーーーーーーーーーーーーーーーーーーーーーー*/

main {

}

body {
    font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.7;
    color: black;
    background-color: #d1d1d1;
}

body p{
  line-height: 1.5;
}

.big-bg{
  background-size: cover;
  background-position: center top;
}

#home{
  background-image: url(../images/the-lost-rabbit-and-the-girl.gif);
  min-height: 100vh
}

.home-name{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90vh;
  max-height: ;
  font-size: 27vw;
  font-family: "Montserrat", Arial, sans-serif;
  color:black;
}


.home-name p{
  line-height: 0.8;
}

.title{
  text-align: center;
  font-size: 1.7em;
  font-family:"Hiragino","Montserrat",sans-serif;
  padding-top: 1.7%;
  font-weight: normal;
  color: black;
}

.title-c{
text-align: center;
  font-size: 1.7em;
  font-family:"Hiragino","Montserrat",sans-serif;
  padding-top: 1.7%;
  font-weight: normal;
  color: white;
}


footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color:#dfdfdf;
  text-align: center;
  padding:5px 0;
}

footer p{
  color: black;
  font-size: 0.7rem;
}

.home-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color:#ececec;
    text-align: center;
    padding: 5px 0;
}

.home-footer p{
  color:black;
  font-size: 0.7rem;
}

/*iam-About-------------------------------------------*/
.about-all {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}

#about-image {
  max-width: 50%;
}

.about-text1{
  text-align: center;
  font-size: 3rem;
  font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
  font-weight: bold;
}

.about-text2{
  font-size: 1.3rem;
}

.about-text3{
  text-align: left;
  font-size: 1rem;
  font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
  font-weight: bold;
  margin: 0 440px 0 440px;
}



/*Poem--------------------------------------*/
.poem-top{
  margin-top: 60px;
  padding-bottom: 60px;
}

.poem-design{
display: grid;
gap: 3%;
max-width: 66%;
margin:auto;
padding: 8%;

grid-template-columns: repeat(4, 1fr);
justify-content: center;


}

.poem-top-images{
  margin: 12px;
}

.poem-top-images-bottom{
    padding-bottom: 100px;
}

.poem-image-design{
  padding-top: 50px;
  padding-bottom: 50px;
}

.scroll-fleam{
  max-width: 1300px;
  margin: auto;
  border: 2px solid #000;

  /* 横にはみ出した要素をスクロールするプロパティ */
  overflow-x: scroll;

  /* 文字表記の方向（左右）を指定する */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.poem-tyousei{
  /* 画像のサイズ指定 */
  width: 1300px;
}

.poem-only-image{
  /* 画像のサイズ指定 */
  width: 100%;
  hight: auto;
}


/*Art work---------------------------------------*/



.artwork-top{
  margin-top: 60px;
  padding-bottom: 60px;
}

.artwork-top-images{
  margin: 2px;
}


.artwork-contents{
  display: flex;
  max-width: 95%;
}


article{
  width:80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

aside{
  width:22%;
}

.gallery-content wrapper{
  width:5%;
}

.art-data{
  position: relative;
  padding-top: 2px;
}

.title-and-year-of-work {
  color: black;
  width: 100%;
  height: 60px;
  font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  padding-top: 80px;
}

.title-and-year-of-work span{
  font-size: 1.5rem;
  border-top: 8px rgba(0,0,0,.1) solid;
  display: block;
  width: 100%;

}

h5{
    line-height: 1.35;
}

.art-size{
  font-size: 0.9rem;
}

.art-poem{
  color: black;
  width: 100%;
  height: 800px;
  margin: 10px;
  font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
  font-size: 0.85rem;
  writing-mode: vertical-rl; /* 上から下に縦書き（右から左） */

  padding-top: 260px;
  padding-right: 15px;
  padding-bottom: 20px;
  font-weight: bold;
}

.w-css{
  font-size: 0.9rem;
  padding-right: 20px;
  padding-top: 230px;
  padding-bottom: 30px;
}

.art-poem-mos{
  color: black;
  width: 100%;
  height: 800px;
  margin: 10px;
  font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
  font-size: 0.8rem;
  writing-mode: vertical-rl; /* 上から下に縦書き（右から左） */

  padding-top: 260px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-weight: bold;
}

.artwork-image{
  max-height: 87vh;
  padding:35px 30px 25px 5px;
}

.choice-aid{
  max-width: 130px;
  margin: 0 auto;
  padding: 0 35px;
}

.gallery-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  margin: 5rem 0;

}
.gallery-thumbnails img {
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
  width: 50%;
}

.gallery-thumbnails img:hover {
  box-shadow: 0 0 1rem rgba(0,0,0,0.4);
  }

  .active{
     border: 20px solid black;
  }

/*Informationページの装飾 ------------------------*/

#information{
  background-color: #c8c8c8;
  background-size: cover;
  background-position: center top;
}

.information-container{
    display: flex;
    flex-direction: column;
    margin: 0rem 30rem 0rem 30rem;
    padding-bottom: 70px;
}

.information-item{
  background: #d0d0d0;
  color: black;
  margin: 10px 10px 17px 10px;
  padding: 1.5em;
}

.information-item-hide{
  background: #c8c8c8;
  color: black;
  margin: 10px 10px 17px 10px;
  padding: 1.5em;
}

.information-headline{
  font-weight: bold;
  font-size: 1.3rem;
}

.information-date{
  font-weight:normal;
  font-size: 0.8rem;
}

.information-contents{
  font-size: 1rem;
}


/*Shopページの装飾 --------------------------------*/


.shop-p{
  font-size: 2rem;
  color: black;
  text-align: center;
}

/*SNSページの装飾 --------------------------------*/

.sns-container {
  display: grid;
  padding: 5% 20% 0% 20%;
  grid-template-columns:1fr 1fr;
  gap: 20px;
  margin-bottom: 70px;
}

.sns-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-item img {
  max-width: 70%;
  height: auto;
}

.sns-text{
  text-align: left;
}


/*Contactページの装飾 --------------------------------*/
#contact{
  background-color: #242424;
}

.contact-container{
    display: flex;
    flex-direction: column;
    margin: 0rem 30rem 0rem 30rem;
    padding-bottom: 70px;
}

.contact-item{
  background: #c1c1c1;
  color: black;
  margin: 10px 10px 17px 10px;
  padding: 1.5em;
}

.contact-headline{
  font-weight: bold;
  font-size: 1.15rem;
}

.important-points{

}


/*1366×768サイズ等調整版-------------▼-▼-▼-------------------*/
@media(max-width:1600px){

  .art-poem{
    color: black;
    width: 100%;
    height: 800px;
    margin: 10px;
    font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
    font-size: 0.8rem;
    writing-mode: vertical-rl; /* 上から下に縦書き（右から左） */

    padding-top: 260px;
    padding-right: 10px;
    padding-bottom: 40px;
    font-weight: bold;
  }

  .w-css{
    padding-right: 5px;
    padding-top: 250px;
    padding-bottom: 30px;
  }

  .art-poem-mos{
    color: black;
    width: 100%;
    height: 800px;
    margin: 10px;
    font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
    font-size: 0.77rem;
    writing-mode: vertical-rl; /* 上から下に縦書き（右から左） */

    padding-top: 260px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-weight: bold;
  }

.information-container{
    margin: 0rem 25rem 0rem 25rem;
}

  .contact-container{
    margin: 0rem 25rem 0rem 25rem;
  }

/*iam-About-------------------------------------------*/
.about-all {
  width: 100%;
  text-align: center;
  margin-bottom: 120px;
}

#about-image {
  max-width: 60%;
}

.about-text1{
  text-align: center;
  font-size: 3rem;
  font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
  font-weight: bold;
}

.about-text3{
  margin: 0 350px 0 350px;
}

/*poem-------------------------------------------*/
.scroll-fleam{
  max-width: 1200px;
}

}


/*1366×768サイズ等調整版 2-------------▼-▼-▼-------------------*/
@media(max-width:1410px){

  .art-poem-mos{
    color: black;
    width: 100%;
    height: 800px;
    margin: 10px;
    font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
    font-size: 0.7rem;
    writing-mode: vertical-rl; /* 上から下に縦書き（右から左） */

    padding-top: 260px;
    padding-right: 10px;
    padding-bottom: 20px;
    font-weight: bold;
  }

  .information-container{
      margin: 0rem 20rem 0rem 20rem;
  }

  .contact-container{
    margin: 0rem 20rem 0rem 20rem;
  }

  .about-text3{
    margin: 0 310px 0 310px;
  }

  /*poem-------------------------------------------*/
  .scroll-fleam{
    max-width: 1100px;
  }


}
/*モバイル版-------------▼-▼-▼-------------------*/

@media(max-width:1300px){


/*ヘッダーーーーーーーーーーーーーーーーーーーーーーー*/

.main-nav {
  display: none;
}

.page-header{
  flex-direction: column;
  align-items: center;
}

.onnailogo {
    width: 160px;
    margin-top: 10px;
    padding: 2px;
}

#menu-panel {
    padding: 2rem 2rem 2rem 2rem;
}

/*HOME--------------------------------------*/

/*About--------------------------------------*/
.about-text3{
  margin: 0 180px 0 180px;
}


/*Poem--------------------------------------*/
.poem-top{
  margin-top: 60px;
  padding-bottom: 60px;

  max-width: 90%;
  margin: 0 auto;
  padding: 0 4%;
}

.poem-design{
  display: grid;
  gap: 3%;
  max-width: 66%;
  margin:auto;
  padding: 5%;

grid-template-columns: repeat(3, 1fr);
justify-content: center;
}

.poem-top-images{
  margin: 1%;
}

.poem-top-images-bottom{
    padding-bottom: 50px;
}

/*Art work----------------------------------*/

.artwork-top{
  margin-top: 50px;
  padding-bottom: 60px;
}

.artwork-contents{
  flex-direction: column;
  max-width: 100%
}

article{
  width: 100%;
  order:1;
}

.gallery-content{
 width: 100%;
 order:2;
}

aside{
  width: 100%;
  order: 3
}



.artwork-image{
  max-height: 87vh;
  padding:25px 0px 10px 0px;
}

.choice-aid {
  max-width: 100%;
  padding: 0 5px;
}

.gallery-thumbnails {
  gap: 0.4rem;
  margin: 0.5rem 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 1rem 0;
}
.gallery-thumbnails img {
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
  width: 100%;
}


.title-and-year-of-work{
  width: 100%;
  height: 70px;
  font-size: 1.3rem;
}

.title-and-year-of-work span{
  font-size:1rem;
  padding-top: 2px;
}

.art-poem{
  font-size: 0.85rem;
  padding-top: 210px;
  padding-right: 35px;
  padding-left: 4px;
  padding-bottom: 75px;
  padding-right: 25px;
  font-weight: bold;
}

.art-poem-mos{
  color: black;
  width: 100%;
  height: 800px;
  margin: 10px;
  font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
  font-size: 0.85rem;
  writing-mode: vertical-rl; /* 上から下に縦書き（右から左） */
  padding-bottom: 50px;
  padding-right: 16px;
}


/*Informationページの装飾 ------------------------*/

.information-container{
    margin: 0rem 6rem 0rem 6rem;
}

.information-item{
  padding: 1.5em;
}

.information-headline{
  font-weight: bold;
  font-size: 1.2rem;
}

.information-date{
  font-weight:normal;
  font-size: 0.8rem;
}

.information-contents{
  font-size: 0.9rem;
}

/*shopページの装飾 ------------------------*/
.shop-p{
  font-size: 1.5rem;
}

/*SNSページの装飾 ------------------------*/

.sns-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sns-text{
  font-size: 0.9rem;
}

.sns-item img {
  max-width: 60%;
  height: auto;
}


/*contactページの装飾 ------------------------*/
.contact-container{
  margin: 0rem 6rem 0rem 6rem;
}

.important-points{
  font-size: 0.9rem;
}

/*poem-------------------------------------------*/
.scroll-fleam{
  max-width: 900px;
}

.poem-design{
  display: grid;
  gap: 3%;
  max-width: 75%;
  margin:auto;
  padding: 5%;

grid-template-columns: repeat(3, 1fr);
justify-content: center;
}


}

@media(max-width:900px){
/*About--------------------------------------*/
.about-text3{
  margin: 0 100px 0 100px;
    font-size: 0.9rem;
}

/*poem-------------------------------------------*/
.scroll-fleam{
  max-width: 600px;
}

}

@media(max-width:610px){

.information-container{
    margin: 0rem 3rem 0rem 3rem;
}
.contact-container{
  margin: 0rem 3rem 0rem 3rem;
}

/*About--------------------------------------*/
#about-image {
  max-width: 75%;
}

.about-text1{
  font-size: 2rem;
}

.about-text2{
  font-size: 1rem;
}

.about-text3{
  font-size: 0.8rem;
  margin: 0 40px 0 40px;
}

/*poem-------------------------------------------*/
.scroll-fleam{
  max-width: 400px;
}

}

/*モバイル版-2------------▼-▼-▼-------------------*/


@media(max-width:410px){

  .art-poem{
    width: 100%;
    height: 730px;
    font-size: 0.8rem;
    padding-top: 210px;
    padding-right: 35px;
    padding-left: 4px;
    padding-bottom: 70px;
    padding-right: 30px;
    font-weight: bold;
  }

  .art-poem-mos{
    color: black;
    width: 100%;
    height: 750px;
    margin: 10px;
    font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
    font-size: 0.73rem;
    writing-mode: vertical-rl; /* 上から下に縦書き（右から左） */

    padding-top: 260px;
    padding-bottom: 50px;
    padding-right: 15px;
    font-weight: bold;
  }

  .information-container{
      margin: 0rem 0.6rem 0rem 0.6rem;
  }

  .information-item{
    padding: 1.5em;
    font-size: 0.8rem;
  }

  .information-headline{
    font-weight: bold;
    font-size: 1.1rem;
  }

  .information-date{
    font-weight:normal;
    font-size: 0.7rem;
  }

  .information-contents{
    font-size: 0.8rem;
  }

  .contact-container{
    margin: 0rem 0.6rem 0rem 0.6rem;
  }

  .sns-item img {
    max-width: 80%;
    height: auto;
  }

  /*poem-------------------------------------------*/
  .scroll-fleam{
    max-width: 320px;
  }
}

  /*モバイル版-3------------▼-▼-▼----iphoneSE等---------------*/

  @media(max-width:330px){

    .art-poem{
      width: 100%;
      height: 730px;
      font-size: 0.7rem;
      padding-top: 210px;
      padding-right: 35px;
      padding-left: 4px;
      padding-bottom: 70px;
      padding-right: 25px;
      font-weight: bold;
    }

    .w-css{
      padding-right:35px;
      padding-top: 210px;
      padding-bottom:70px;
    }

    .art-poem-mos{
      color: black;
      width: 100%;
      height: 750px;
      margin: 10px;
      font-family:  "Yu Mincho","YuMincho","游明朝体", serif;
      font-size: 0.7rem;
      writing-mode: vertical-rl; /* 上から下に縦書き（右から左） */

      padding-top: 260px;
      padding-bottom: 50px;
      padding-right: 20px;
      font-weight: bold;
    }
