@charset "UTF-8";
/* CSS Document */
/*Theme Name:shutokatsumata
description:Wordpressoriginalテーマ
Version:1.0
author:natsuki
*/
.body__wapper {
  background-color: #EFEFEF;
  max-width: 1920px;
  min-width: 375px;
  overflow: hidden;
}
#visual {
  width: 100%;
  height: 100vh;
  position: relative;
}
#visual:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/common/top_img/top.JPG") no-repeat center; /*背景画像設定※オリジナル画像を設定してください*/
  background-size: cover;
}
#container {
  /*下のかぶさるエリアの指定*/
  position: relative;
  z-index: 1;
  /*以下はレイアウトのための記述。削除可能*/
  padding: 400px 0;
  width: 100%;
}
#container h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  font-size: 8.0rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}
.section_story {
  background: #efefef;
  width: 100%;
  height: auto;
  max-width: 1920px;
}
.section-story__visual {
  width: 70%;
  padding: 0;
  display: inline-block;
}
@media(max-width:960px) {
  #container h1 {
    font-size: 3.0rem;
    width: 100%;
  }
  #container h1 {
    top: 50%;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 0 #ccc, 0 1px 0 #c9c9c9, 0 2px 0 #bbb, 0 3px 0 #b9b9b9, 0 4px 0 #aaa, 0 5px 0px rgba(0, 0, 0, .1), 0 0 4px rgba(0, 0, 0, .1), 0 0px 2px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .2), 0 4px 9px rgba(0, 0, 0, .25), 0 9px 9px rgba(0, 0, 0, .2), 0 19px 19px rgba(0, 0, 0, .15);
  }
}
.description_blue {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  letter-spacing: 0.7em;
}
.description_blue h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.5rem;
  font-family: Hiragino Mincho ProN, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #1F5059;
  padding: 50%;
  margin: 0 auto;
}
.description_blue h2 b {
  font-size: 4.4rem;
  color: #629DA9;
}
@media(max-width:960px) {
  .description_blue {
    letter-spacing: 0.5em;
  }
  .description_blue h2 {
    font-size: 1.0rem;
  }
  .description_blue h2 b {
    font-size: 1.7rem;
  }
}
.section_story__light {
  position: relative;
}
.description_light p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.5rem;
  font-family: Hiragino Mincho ProN, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #1F5059;
  letter-spacing: 0.7em;
  line-height: 1.7em;
  padding: 10% 10% 2% 10%;
  height: 700px;
}
.description_light p b {
  font-size: 4.4rem;
  color: #629DA9;
}
.section_light__main-image1 {
  position: absolute;
  width: 30%;
  bottom: 30px;
  left: 40%;
}
.section_light__main-image2 {
  position: absolute;
  width: 25%;
  bottom: 30px;
  right: 0;
}
@media(max-width:960px) {
  .section_story__light {
    letter-spacing: 0.5em;
    top: 50px;
  }
  .description_light p {
    font-size: 1.0rem;
    height: 350px;
    padding: 0% 5% 2% 7%;
  }
  .description_light p b {
    font-size: 1.7rem;
  }
  .section_light__main-image1 {
    bottom: 50px;
  }
  .section_light__main-image2 {
    bottom: 50px;
  }
}
.section_story__end {
  position: relative;
}
.section__end_main-image1 {
  text-align: left;
  vertical-align: top;
  padding-top: 40px;
}
.section__end_main-image1 img {
  width: 740px;
}
.section__end_main-image2 img {
  padding-top: 100px;
  width: 456px;
}
.section__end_main-image2 {
  text-align: right;
}
.description_end {
  position: absolute;
  top: 20px;
  right: 50%;
  height: auto;
  transform: translate(50%, 0%);
}
.description_end p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2.9rem;
  font-family: Hiragino Mincho ProN, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #1F5059;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  background-clip: border-box;
  letter-spacing: 0.7em;
  height: 800px;
}
.description_end p b {
  font-size: 4.4rem;
  color: #629DA9;
}
@media(max-width:960px) {
  .section_story__end {
    letter-spacing: 0.5em;
  }
  .description_end p {
    font-size: 1.0rem;
    height: 350px;
    padding: 0% 5% 2% 7%;
    padding: 2em;
  }
  .description_end p b {
    font-size: 2.0rem;
  }
  .section__end_main-image1 img {
    width: 250px;
  }
  .section__end_main-image2 img {
    padding-top: 50px;
    width: 150px;
  }
}
.section-about {
  background-color: #ffff;
}
.section-about h2 {
  font-size: 66px;
  color: #1F5059;
  padding-bottom: 60px;
}
.section-about-name h4 {
  font-size: 25px;
  color: #629DA9;
}
.section-about-name h3 {
  font-size: 36px;
  color: #1F5059;
  padding-bottom: 80px;
}
.section-about-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.section-about-description {
  font-size: 18px;
  color: #1F5059;
  width: 45%;
  letter-spacing: 6px;
  line-height: 200%;
}
.section-about-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: url("../images/common/top_img/about.jpg");
  background-size: auto 250px;
  background-position: center center;
}
.section-about-description__sns {
  width: 45%;
}
.section-about-description__sns p {
  color: #1F5059;
  font-size: 18px;
  padding-top: 20px;
}
.sns-icon-twitter {
  width: 65px;
  height: auto;
  margin: 30px 100px 0 0;
}
.sns-icon-instagram {
  width: 60px;
  height: auto;
}
.frame {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
}
button {
  margin: 20px;
  outline: none;
}
.custom-btn a {
  color: #8D7848;
  padding: 10px 25px;
  font-size: 40px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.btn-2 {
  border: none;
}
.btn-2:before {
  height: 0%;
  width: 2px;
}
.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
@media(max-width:960px) {
  .custom-btn a {
    font-size: 20px;
  }
}
.section-gallery {
  background-color: #B2CBD3;
}
.section-gallery h2 {
  font-size: 66px;
  color: #1F5059;
  padding-bottom: 60px;
}
@media(max-width:960px) {
  .section-about h2 {
    font-size: 36px;
    padding-bottom: 30px;
  }
  .section-about-name h4 {
    font-size: 16px;
  }
  .section-about-name h3 {
    font-size: 20px;
    padding-bottom: 50px;
  }
  .section-about-flex {
    margin-bottom: 40px;
  }
  .section-about-description {
    font-size: 8px;
    letter-spacing: 0px;
    line-height: 150%;
  }
  .section-about-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url("../images/common/top_img/about.jpg");
    background-size: auto 150px;
        background-position: bottom;
  }
  .section-about-description__sns {
    width: 45%;
  }
  .section-about-description__sns p {
    color: #1F5059;
    font-size: 10px;
    padding-top: 10px;
  }
  .sns-icon-twitter {
    width: 30px;
    height: auto;
    margin: 10px 30px 0 10px;
  }
  .sns-icon-instagram {
    width: 30px;
    height: auto;
  }
}

/*gallery*/
.section-gallery {
  background-color: #B2CBD3;
}
.section-gallery h2 {
  font-size: 66px;
  color: #1F5059;
  padding-bottom: 60px;
}
@media(max-width:960px) {
  .section-gallery h2 {
    font-size: 36px;
    padding-bottom: 10px;
  }
}
/*sns*/
.section-sns {
  display: flex;
  background-color: #D8E8EF;
  padding: 10px;
  gap: 15px;
  align-items: center;
}
.section-sns h2 {
  width: 20%;
  height: auto;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 66px;
  color: #1F5059;
  padding-bottom: 60px;
}
.section-sns p {
  color: #8D7848;
  font-size: 20px;
}
.sns_twitter {
  width: 40%;
  border: 1px solid #8D7848;
  background-color: #D8E8EF;
  padding: 10px;
}
.instagram-media{
	display: inline-block;
	text-align: center;
}
@media(max-width:960px) {
  .section-sns h2 {
    font-size: 32px;
    padding: 10px;
  }
  .section-sns {
    flex-direction: column;
  }
  .sns_twitter {
    width: 100%;
  }
}