@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swap");
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #4D4D4D; }

p {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1em; }

.min {
  font-size: 0.8em; }

h3 {
  font-size: 1.3em;
  color: #947842;
  font-weight: 600;
  margin-bottom: 0.5em; }

body {
  width: 100%;
  overflow-x: hidden;
  position: relative; }
  body img {
    width: 100%;
    height: auto;
    display: block; }

#particle-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 0; }

canvas {
  position: absolute;
  /*親のブロックを基準にして相対位置に配置する*/
  /*位置指定*/
  top: 0;
  right: 0;
  z-index: -1;
  /*重ね順を-1に　※1以上だとほかのコンテンツの上に被さってしまいます*/ }

.wrap {
  position: relative;
  z-index: 1; }

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden; }

section {
  display: block;
  position: relative;
  z-index: 1; }

.inner-wrap {
  padding: 0 3%;
  width: 94%;
  max-width: 1200px;
  margin: auto; }

.common-bt {
  width: 280px;
  display: block;
  margin: 2em auto;
  background-color: #947842;
  height: 3em;
  border-radius: 2em;
  cursor: pointer; }
  .common-bt span {
    color: #fff;
    font-size: 1.1em; }
  .common-bt.white {
    background-color: #fff; }
    .common-bt.white span {
      color: #947842; }
  .common-bt:hover {
    opacity: 0.8; }

header {
  padding: 2em; }
  header .visual {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.3); }

.youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative; }
  .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.float-nav {
  width: 80px;
  position: fixed;
  bottom: 2em;
  right: 0.5em;
  z-index: 10; }
  .float-nav a:hover {
    opacity: 0.8; }

.headline {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 1em; }

#announce {
  padding: 4em 0; }
  #announce .announce {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 3em; }
  #announce .copy {
    padding: 15em 0 8em;
    width: 90%;
    max-width: 700px;
    margin: auto;
    text-align: center;
    position: relative; }
    #announce .copy .text {
      font-size: 1.25em;
      position: relative;
      z-index: 1; }
    #announce .copy:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../images/copy.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }

#news {
  padding: 4em 0; }
  #news .news-wrap {
    width: 90%;
    max-width: 800px;
    margin: auto;
    color: #947842;
    text-align: center; }
    #news .news-wrap ul {
      border-top: 1px solid #947842; }
      #news .news-wrap ul a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        #news .news-wrap ul a:hover {
          background-color: rgba(197, 162, 64, 0.2); }
    #news .news-wrap li {
      border-bottom: 1px solid #947842;
      padding: 1em 0;
      position: relative; }
      #news .news-wrap li .date {
        font-weight: bold;
        font-size: 0.8em; }

.bg-wrap {
  width: 100%;
  background-image: url(../images/pt_line.png);
  background-size: 8px;
  padding: 2em 0; }

#message {
  padding: 4em 0; }
  #message .message-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2em auto; }
    #message .message-wrap .message-block {
      width: calc(100% - 3em - 4px);
      max-width: 448px;
      background-color: #fff;
      border: 2px solid #947842;
      padding: 1.5em;
      margin: 0 0.5em;
      position: relative; }
      #message .message-wrap .message-block .name {
        font-size: 1.3em;
        text-align: center;
        margin: 1em auto 1.5em; }
      #message .message-wrap .message-block:before {
        content: "";
        display: block;
        width: 100%;
        height: 30px;
        background-image: url(../images/frame_dot.png);
        background-position: center top;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
      #message .message-wrap .message-block:after {
        content: "";
        display: block;
        width: 100%;
        height: 30px;
        background-image: url(../images/frame_dot.png);
        background-position: center bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0; }

#about-i7 {
  padding: 15% 0; }
  #about-i7 .frame-outer {
    position: relative; }
    #about-i7 .frame-outer:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 15%;
      background-image: url(../images/flame.png);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 100%;
      z-index: 0; }
    #about-i7 .frame-outer:after {
      content: "";
      display: block;
      width: 100%;
      padding-top: 15%;
      background-image: url(../images/flame.png);
      transform: scale(-1, -1);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: 100%;
      z-index: 0; }
  #about-i7 .flame-inner {
    background-color: #fff;
    position: relative;
    text-align: center;
    z-index: 1; }
  #about-i7 .door-wrap {
    position: relative; }
    #about-i7 .door-wrap .door {
      width: 100%;
      overflow-x: scroll;
      position: relative; }
      #about-i7 .door-wrap .door area {
        cursor: pointer; }
      #about-i7 .door-wrap .door .door-inner {
        width: 100%;
        min-width: 800px;
        margin: auto;
        position: relative; }
    #about-i7 .door-wrap .door-arrow {
      display: none; }
  #about-i7 #profile {
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
    padding: 10% 0; }
    #about-i7 #profile .prof-outer {
      position: relative; }
      #about-i7 #profile .prof-outer:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 10%;
        background-image: url(../images/color_frame_tb_0.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        position: absolute;
        bottom: 100%; }
      #about-i7 #profile .prof-outer:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 10%;
        background-image: url(../images/color_frame_tb_0.svg);
        background-repeat: no-repeat;
        transform: scale(-1, -1);
        background-position: center bottom;
        position: absolute;
        top: 100%; }
    #about-i7 #profile .prof-inner {
      width: calc(100% - 4em);
      padding: 0 2em;
      background-image: url(../images/color_frame_mid_0.svg);
      background-repeat: repeat-y;
      background-size: 100%;
      background-position: center; }
      #about-i7 #profile .prof-inner .name {
        font-size: 1.25em; }
      #about-i7 #profile .prof-inner p {
        margin-bottom: 0; }
    #about-i7 #profile.ch0 .prof-outer:before, #about-i7 #profile.ch0 .prof-outer:after {
      background-image: url(../images/color_frame_tb_0.svg); }
    #about-i7 #profile.ch0 .prof-inner {
      background-image: url(../images/color_frame_mid_0.svg); }
    #about-i7 #profile.ch1 .prof-outer:before, #about-i7 #profile.ch1 .prof-outer:after {
      background-image: url(../images/color_frame_tb_1.svg); }
    #about-i7 #profile.ch1 .prof-inner {
      background-image: url(../images/color_frame_mid_1.svg); }
    #about-i7 #profile.ch2 .prof-outer:before, #about-i7 #profile.ch2 .prof-outer:after {
      background-image: url(../images/color_frame_tb_2.svg); }
    #about-i7 #profile.ch2 .prof-inner {
      background-image: url(../images/color_frame_mid_2.svg); }
    #about-i7 #profile.ch3 .prof-outer:before, #about-i7 #profile.ch3 .prof-outer:after {
      background-image: url(../images/color_frame_tb_3.svg); }
    #about-i7 #profile.ch3 .prof-inner {
      background-image: url(../images/color_frame_mid_3.svg); }
    #about-i7 #profile.ch4 .prof-outer:before, #about-i7 #profile.ch4 .prof-outer:after {
      background-image: url(../images/color_frame_tb_4.svg); }
    #about-i7 #profile.ch4 .prof-inner {
      background-image: url(../images/color_frame_mid_4.svg); }
    #about-i7 #profile.ch5 .prof-outer:before, #about-i7 #profile.ch5 .prof-outer:after {
      background-image: url(../images/color_frame_tb_5.svg); }
    #about-i7 #profile.ch5 .prof-inner {
      background-image: url(../images/color_frame_mid_5.svg); }
    #about-i7 #profile.ch6 .prof-outer:before, #about-i7 #profile.ch6 .prof-outer:after {
      background-image: url(../images/color_frame_tb_6.svg); }
    #about-i7 #profile.ch6 .prof-inner {
      background-image: url(../images/color_frame_mid_6.svg); }
    #about-i7 #profile.ch7 .prof-outer:before, #about-i7 #profile.ch7 .prof-outer:after {
      background-image: url(../images/color_frame_tb_7.svg); }
    #about-i7 #profile.ch7 .prof-inner {
      background-image: url(../images/color_frame_mid_7.svg); }

#about-scrap {
  padding: 4em 0; }
  #about-scrap p {
    text-align: center; }
  #about-scrap .about-rdg {
    background-color: #fff;
    padding: 1.5em;
    width: calc(100% - 3em - 4px);
    display: flex;
    justify-content: space-between;
    border: 2px solid #947842;
    margin-top: 4em; }
    #about-scrap .about-rdg .left {
      width: calc(50% - 2em); }
      #about-scrap .about-rdg .left p {
        text-align: left; }
      #about-scrap .about-rdg .left button {
        margin-left: 0;
        margin-bottom: 0; }
    #about-scrap .about-rdg .right {
      width: 50%; }

#work {
  padding: 4em 0;
  text-align: center; }
  #work .work-wrap {
    background-color: #fff;
    max-width: 900px;
    margin: auto;
    padding: 2em;
    border: 0.15em solid #947842; }
    #work .work-wrap .work-block {
      border-bottom: 1px dashed #947842;
      margin-bottom: 2em;
      padding-bottom: 2em; }
      #work .work-wrap .work-block:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      #work .work-wrap .work-block img {
        width: 100%;
        max-width: 700px;
        margin: 1em auto; }
      #work .work-wrap .work-block .work-date {
        color: #fff;
        font-weight: 600;
        background-color: #947842;
        padding: 0.5em;
        font-size: 0.9em;
        width: 180px;
        margin: auto;
        transform: rotate(-2deg);
        margin-bottom: -2em; }
      #work .work-wrap .work-block .sign {
        font-family: 'Klee One';
        font-size: 1.5em;
        transform: rotate(-2deg);
        text-align: right;
        max-width: 600px;
        margin: auto; }

#pv {
  padding: 4em 0;
  text-align: center; }
  #pv .pv-wrap {
    width: 100%;
    max-width: 800px;
    margin: auto; }

footer {
  padding: 4em 0;
  width: 100%;
  background-color: #947842;
  background-image: url(../images/pt_patern.png);
  background-size: 80px; }
  footer .logo {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 1.5em; }
  footer .bnrs {
    width: 100%;
    max-width: 620px;
    margin: auto;
    display: flex; }
    footer .bnrs .bnr {
      margin: 0.5em;
      width: 100%; }
      footer .bnrs .bnr:hover {
        opacity: 0.8; }
  footer .footer-sns {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-evenly;
    margin: 1.5em auto; }
    footer .footer-sns a {
      display: block;
      width: 60px; }
      footer .footer-sns a:hover {
        opacity: 0.8; }
  footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin-top: 5em; }

@media screen and (max-width: 767px) {
  header {
    padding: 0; }
    header .visual {
      box-shadow: none; }

  #announce {
    padding: 1em 0; }
    #announce .announce {
      width: 90%; }
    #announce .copy {
      padding: 10em 0 4em; }
      #announce .copy .text {
        font-size: 1.1em; }

  #message .message-wrap {
    flex-direction: column; }
    #message .message-wrap .message-block {
      margin: auto;
      margin-bottom: 1em; }

  #about-i7 .door-wrap .door-arrow {
    position: absolute;
    width: 106%;
    height: 100%;
    display: block;
    top: 0;
    left: -3%;
    user-select: none;
    pointer-events: none; }
    #about-i7 .door-wrap .door-arrow:before, #about-i7 .door-wrap .door-arrow:after {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 60px;
      background-image: url(../images/arrow.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      filter: drop-shadow(2px 2px 4px rgba(148, 120, 66, 0.3)); }
    #about-i7 .door-wrap .door-arrow:after {
      transform: scale(-1, -1);
      left: initial;
      right: 0; }
  #about-i7 .door-wrap .fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite both; }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fade-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  #about-scrap .about-rdg {
    flex-direction: column-reverse; }
    #about-scrap .about-rdg .left {
      width: 100%; }
      #about-scrap .about-rdg .left button {
        margin-left: auto;
        margin-right: auto; }
    #about-scrap .about-rdg .right {
      width: 100%;
      margin-bottom: 1em; }

  footer .bnrs {
    flex-direction: column; }
    footer .bnrs .bnr {
      margin: 0.5em auto;
      width: calc(100% - 1em);
      max-width: 300px; } }

/*# sourceMappingURL=style.css.map */
