@charset "UTF-8";
/*ローディング*/
#seirokugama_icon {
  /*fixedで全面固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
}
#seirokugama_icon-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
/*アイコンの大きさ*/
.fadeUp {
  width: 150px;
}
/*アイコンの動き*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-top__main-image {
  height: auto;
  width: 100%;
  object-fit: cover;
}
/*スクロールダウン*/
.scrolldown {
  position: absolute;
  left: 10%;
  bottom: 5px;
  height: 50px;
}
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.05em;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.2px;
  height: 30px;
  background: #c2c2c2;
  animation: pathmove 4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.section-top__lead {
  text-align: left;
  line-height: 3.0rem;
  margin: 50px 50px 250px;
}
@media(min-width: 768px) {
  .section-top__lead {
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 6rem;
  letter-spacing: 0.2em;
  height: 400px;
  margin: 60px auto 300px;
  }
}
.section-white {
  padding: 0 24px 250px;
}
.section-white h1 {
  writing-mode: vertical-rl;
  width: 10%;
  font-weight: 300;
  padding: 1rem 2rem;
  box-shadow: 10px 5px 5px #141737;
  margin: 0 auto;
  margin-bottom: 150px;
}
.white__hakuji {
  padding-bottom: 100px;
}
.white__hakuji img {
  object-fit: cover;
  width: 80%;
  height: auto;
  max-width: 400px;
  margin-bottom: 50px;
}
.white__hakuji p {
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 4.0rem;
  height: 300px;
  margin: 0 auto;
}
.white__hakuji p span {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
.white__material img {
  object-fit: cover;
  width: 80%;
  height: auto;
  max-width: 400px;
  margin-bottom: 50px;
}
.white__material p {
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 4.0rem;
  height: 300px;
  margin: 0 auto;
}
.white__material p span {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
@media(min-width: 820px) {
  .white__hakuji {
    display: flex;
    max-width: 860px;
    margin: 0 auto;
  }
  .white__material {
    display: flex;
    max-width: 860px;
    margin: 0 auto;
    flex-direction: row-reverse;
  }
  .section-white h1 {
    width: 5%;
  }
}
.section-rokuro h1 {
  writing-mode: vertical-rl;
  width: 10%;
  font-weight: 300;
  padding: 1rem 2rem;
  box-shadow: 10px 5px 5px #141737;
  margin: 0 auto;
  margin-bottom: 150px;
}
.section-rokuro__item-picture {
  width: 300px;
  object-fit: cover;
  margin-bottom: 50px;
}
.section-rokuro__item-description {
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 3.5rem;
  height: 400px;
  margin: 0 auto 250px;
}
@media(min-width: 820px) {
  .section-rokuro__item-description {
    line-height: 6rem;
  }
  .section-rokuro__item-picture {
    width: 500px;
  }
  .section-rokuro h1 {
    width: 5%;
  }
}
.section-works {
  padding: 0 24px;
}
.section-works h1 {
  writing-mode: vertical-rl;
  width: 10%;
  font-weight: 300;
  padding: 1rem 2rem;
  box-shadow: 10px 5px 5px #141737;
  margin: 0 auto;
  margin-bottom: 150px;
}
.section-works__item {
  padding-bottom: 100px;
}
.section-works__item-vase {
  padding-bottom: 250px;
}
.section-works__item-picture {
  object-fit: cover;
  width: 80%;
  height: auto;
  max-width: 400px;
  margin-bottom: 30px;
}
.section-works__item-description {
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 4.0rem;
  height: 300px;
  margin: 0 auto;
}
.section-works__item-name {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
@media(min-width: 820px) {
  .section-works__item {
    display: flex;
    max-width: 860px;
    margin: 0 auto;
  }
  .section-works__item-vase {
    display: flex;
    max-width: 860px;
    margin: 0 auto;
    flex-direction: row-reverse;
    padding-bottom: 200px;
  }
  .section-works h1 {
    width: 5%;
  }
}
.section-sometsuke {
  padding: 0 24px 250px;
}
.section-sometsuke h1 {
  writing-mode: vertical-rl;
  width: 10%;
  font-weight: 300;
  padding: 1rem 2rem;
  box-shadow: 10px 5px 5px #141737;
  margin: 0 auto;
  margin-bottom: 150px;
}
.section-sometsuke__item-picture {
  object-fit: cover;
  width: 80%;
  height: auto;
  max-width: 400px;
  margin-bottom: 30px;
}
.section-sometsuke__item-description {
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 4.0rem;
  height: 300px;
  margin: 0 auto;
}
.section-sometsuke__emiko {
  margin-bottom: 100px;
}
.section-sometsuke__item-name {
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
@media(min-width: 820px) {
  .section-sometsuke__emiko {
    display: flex;
    max-width: 860px;
    padding-bottom: 100px;
    margin: 0 auto;
  }
  .section-sometsuke__miho {
    display: flex;
    max-width: 860px;
    margin: 0 auto;
    flex-direction: row-reverse;
  }
  .section-sometsuke h1 {
    width: 5%;
  }
}
.section-gallery {
  padding-bottom: 250px;
}
.section-gallery h1 {
  display: inline-block;
  font-weight: 300;
  padding: 1rem 2rem;
  margin: 0 auto 80px;
  box-shadow: 10px 5px 5px #00063e;
}
.section-gallery__item-description {
  text-align: left;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  width: 80%;
  margin: 0 auto 50px;
}
.figure {
  padding: 0 24px 50px;
}
.figure__content-wrapper ul li {
  list-style: none;
}
.figure figcaption {
  font-size: 1.2rem;
}
.section-gallery__flame {
  border: 1px solid #333;
  margin: 16px auto 50px;
  padding: 1em;
  width: 80%;
}
.section-gallery__flame-time {
  display: inline-block;
  border-bottom: solid 1px #333;
  margin-bottom: 10px;
}
.section-gallery__flame-attention {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media(min-width: 820px) {
  .section-gallery__item-picture {
    height: 300px;
  }
  .section-gallery__item-description {
    text-align: center;
    line-height: 2.8rem;
  }
  .section-gallery__flame {
    width: 50%;
  }
  .section-gallery__flame-attention {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
.section-access {
  padding-bottom: 150px;
}
.section-access h1 {
  display: inline-block;
  font-weight: 300;
  padding: 1rem 2rem;
  margin: 0 auto 50px;
  box-shadow: 10px 5px 5px #00063e;
}
.section-access__item-picture {
  height: auto;
  width: 100%;
  object-fit: contain;
  margin-bottom: 25px;
}
.section-access__map {
  height: auto;
  width: 80%;
  margin-bottom: 50px;
}
.section-access p {
  text-align: left;
  width: 80%;
  margin: 0 auto 70px;
}
.section-access address {
  font-style: normal;
  text-align: left;
  width: 70%;
  margin: 0 auto 100px;
}
@media(min-width: 935px) {
  .section-access__map {
    width: 60%;
    max-width: 1040px;
  }
  .section-access__item-directions {
    display: flex;
    width: 60%;
    max-width: 1040px;
    margin: 0 auto;
  }
}
.section-inquiry {
  padding-bottom: 150px;
}
.section-inquiry h1 {
  display: inline-block;
  font-weight: 300;
  padding: 1rem 2rem;
  margin: 0 auto 50px;
  box-shadow: 10px 5px 5px #00063e;
}
.section-inquiry__description {
  text-align: left;
  width: 80%;
  margin: 0 auto 50px;
}
.section-inquiry__tel {
  text-align: left;
  margin: 0 auto;
  width: 80%
}
@media(min-width: 520px) {
  .section-inquiry__description {
    text-align: center;
    width: 85%;
  }
  .section-inquiry__tel {
    width: 60%;
  }
}
@media(min-width: 820px) {
  .section-inquiry__description {
    margin: 0 auto 30px;
  }
  .section-inquiry__tel {
   width: 35%;
  }
}








