@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  color: #72532C;
  background: #ffffff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.13em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  display: block;
  color: #72532C;
  text-decoration: none;
}

a:hover {
  opacity: .5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li {
  list-style-type: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

textarea {
  resize: none;
}

input, textarea {
  width: 100%;
  outline: none;
  background: none;
  border: none;
}

.br-pc, .pc-img {
  display: block;
}

.br-sp, .sp-img {
  display: none;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #FCF8F2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  top: 40%;
  background-color: #72532C;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
          animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.text-center {
  text-align: center;
}

.main {
  position: relative;
}

.br-pc, .pc, .pc-img {
  display: block;
}

.br-sp, .sp, .sp-img, .btn-trigger {
  display: none;
}

.header-wrapper {
  margin: 32px 48px;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
}

.main {
  overflow: hidden;
}

.common-titile {
  letter-spacing: .15em;
  font-size: 42px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 32px;
  line-height: 1;
  font-weight: 500;
}

.common-titile span {
  margin-bottom: 24px;
  display: block;
  font-size: 14px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.common-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.img-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.common-animation.common-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.logo {
  display: block;
  width: 130px;
}

.herder-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 0%;
  left: 50%;
  height: 100px;
  padding: 0 24px;
}

.herder-inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.herder-inner .nav .nav-box {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.herder-inner .nav .nav-box li {
  margin-right: 32px;
}

.herder-inner .nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.herder-inner .nav .sns img {
  display: inline-block;
  width: 32px;
  margin-right: 16px;
}

.herder-inner .nav .sns .note {
  margin-right: 0;
}

.top {
  margin-top: 140px;
  position: relative;
  margin-bottom: 120px;
}

.top .top-text p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.3em;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(470px);
          transform: translateX(470px);
}

.top .top-text p span {
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 8px 0 8px;
  border: #72532C solid 1px;
  margin-left: 16px;
}

.top .top-text .white, .top .top-text .black {
  letter-spacing: 0em;
  padding: 8px 8px;
}

.top .top-text .white {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 4px;
}

.top .top-text .black {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  line-height: -1;
  margin-bottom: 12px;
  background: #72532C;
  color: #ffffff;
}

.top .top-img .pc-img {
  width: 800px;
  margin: 80px auto 0;
}

.top .top-Illust {
  width: 265px;
  position: absolute;
  left: 70%;
  top: 70%;
  -webkit-animation-name: right-in;
          animation-name: right-in;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes right-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes right-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.concept p {
  font-size: 16px;
}

.concept .decoration {
  margin-top: 16px;
  font-size: 24px;
  display: inline-block;
  padding: 12px 12px;
  line-height: 1;
  border: #72532C solid 1px;
}

.center-line {
  position: relative;
}

.center-line::before {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 1px;
  height: 80px;
  margin: auto;
  background-color: #72532C;
}

.activities {
  margin-top: 120px;
  background: #FCF8F2;
  padding: 80px 0 120px;
  line-height: 1;
}

.activities .activities-box {
  line-height: 1.75;
}

.activities .activities-box p:last-of-type {
  font-size: 14px;
  padding: 0 16px;
}

.activities .activities-box .activities-text img {
  display: block;
  width: 120px;
  margin: 0px auto 4px;
}

.activities .activities-box .activities-text p:last-of-type {
  text-align: left;
}

.activities .activities-box .activities-box-1 {
  padding: 8px 8px;
  border: #72532C 1px solid;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.activities .activities-box .activities-box-1 .activities-img {
  width: 500px;
}

.activities .activities-box .activities-box-1 .activities-text {
  width: 600px;
  margin: 16px 32px;
}

.activities .activities-box .activities-box-1 .activities-text .activities-list {
  margin-top: 12px;
  text-align: left;
}

.activities .activities-box .activities-box-1 .activities-text .activities-list li {
  display: inline-block;
  border: #72532C solid 1px;
  padding: 8px 18px;
  margin-top: 12px;
  margin-left: 12px;
}

.activities .activities-box .activities-box-1 .activities-text .activities-list li:last-of-type {
  border: transparent;
  padding: 0;
}

.activities .activities-box .activities-another {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.activities .activities-box .activities-another .activities-box-2 {
  width: 330px;
  padding: 8px 8px 24px;
  border: #72532C 1px solid;
}

.activities .activities-box .activities-another .activities-box-2 .activities-img {
  width: auto;
}

.activities .activities-box .activities-another .activities-box-2 .activities-text img {
  margin-top: 24px;
}

.activities .activities-box .active-border {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
  padding: 0 45px 0 55px;
  letter-spacing: .5em;
}

.activities .activities-box .active-border::before, .activities .activities-box .active-border::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #72532C;
}

.activities .activities-box .active-border::before {
  left: 0;
}

.activities .activities-box .active-border::after {
  right: 0;
}

.line {
  padding: 120px 0;
}

.line h3 {
  font-size: 32px;
}

.line img {
  width: 300px;
  padding: 32px;
}

.line2 {
  background: #FCF8F2;
}

.member {
  padding: 120px 0;
  line-height: 2;
  background: #FCF8F2;
}

.member .member-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member .member-box .menber-item {
  width: 350px;
  margin-right: 70px;
}

.member .member-box .menber-item:last-of-type {
  margin-right: 0px;
}

.member .member-box .menber-item img:first-of-type {
  width: 250px;
}

.member .member-box .menber-item img:last-of-type {
  width: 138px;
  margin-bottom: 18px;
}

.member .member-box .menber-item p:first-of-type {
  font-size: 18px;
  margin-top: 24px;
}

.member .member-box .menber-item p span {
  position: relative;
  top: -2px;
  font-size: 12px;
  margin-right: 16px;
}

.member .member-box .menber-item p:last-of-type {
  text-align: left;
  letter-spacing: .1em;
}

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

.button a {
  font-size: 18px;
  letter-spacing: .2em;
  color: #72532C;
  display: inline-block;
  border: 1px solid #72532C;
  border-radius: 50px;
  padding: 20px 80px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.button a:hover {
  color: #ffffff;
  border: 1px solid #72532C;
  background: #72532C;
  opacity: 1;
}

.contact {
  padding: 120px;
}

.association {
  margin-top: -3px;
}

.association img {
  position: relative;
  width: 120%;
}

.association .association-titile {
  color: #ffffff;
  background: #A3804D;
  letter-spacing: .15em;
  font-size: 42px;
  font-family: 'Josefin Sans', sans-serif;
  padding-bottom: 32px;
  padding-top: 80px;
  line-height: 1;
}

.association .association-titile span {
  padding-bottom: 24px;
  display: block;
  font-size: 14px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.association .association-item {
  background: #A3804D;
  color: #ffffff;
  margin-top: -1px;
}

.association .association-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 640px;
  margin: 0 auto 8px;
}

.association .association-item dt {
  width: 64px;
  margin-right: 32px;
  white-space: nowrap;
}

.association .association-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

.association .association-item ul li {
  width: 32px;
  padding: 1px;
  margin-right: 16px;
}

footer {
  margin-top: -1px;
  color: #ffffff;
  font-size: 10px;
  background: #A3804D;
  padding: 16px 0 8px;
}

@media screen and (max-width: 970px) {
  body {
    font-size: 12px;
    font-weight: 500;
  }
  .main {
    min-width: auto;
  }
  .wrapper {
    max-width: none;
    width: auto;
    padding: 0 24px;
  }
  .br-pc, .pc-img, .nav {
    display: none;
  }
  .br-sp, .sp-img {
    display: block;
  }
  .common-titile {
    font-size: 24px;
  }
  .common-titile span {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .herder-inner {
    height: 0;
    position: fixed;
    background: transparent;
  }
  .herder-inner .logo {
    display: block;
    width: 100px;
    position: fixed;
    top: 20px;
    z-index: 100;
  }
  .herder-inner .nav {
    position: fixed;
    top: 20%;
    right: 50%;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    text-align: center;
    display: none;
  }
  .herder-inner .nav .nav-box {
    display: block;
  }
  .herder-inner .nav .nav-box li {
    margin-bottom: 32px;
    font-size: 18px;
    z-index: 20;
    margin-right: 0;
  }
  .herder-inner .nav .nav-box li:last-of-type {
    margin-right: auto;
  }
  .herder-inner .nav .sns img {
    width: 32px;
    margin-right: 24px;
  }
  .herder-inner .nav .sns:last-of-type {
    margin-right: 0;
  }
  .herder-inner.active {
    height: 100vh;
    position: fixed;
    background: #FCF8F2;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .nav.active {
    display: block;
    top: 20%;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .btn-trigger {
    display: block;
    z-index: 1;
  }
  .btn-trigger .btn-close {
    visibility: hidden;
    position: fixed;
    top: 24px;
    right: 24px;
    width: 40px;
  }
  .btn-trigger .btn-open {
    visibility: visible;
    position: fixed;
    top: 24px;
    right: 24px;
    width: 40px;
  }
  .btn-trigger.active .btn-close {
    visibility: visible;
    z-index: 100;
  }
  .btn-trigger.active .btn-open {
    visibility: hidden;
  }
  .logo {
    display: block;
    width: 100px;
    position: relative;
    top: -8px;
    z-index: 100;
  }
  .header-wrapper {
    margin: 24px 24px;
  }
  .top {
    margin-bottom: 120px;
    margin-top: 100px;
  }
  .top .top-text {
    margin-top: -270px;
  }
  .top .top-text p {
    font-size: 24px;
    position: relative;
    left: 65%;
    top: 240px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .top .top-text p span {
    padding: 10px 8px 2px 8px;
    margin-left: 10px;
  }
  .top .top-text .white, .top .top-text .black {
    padding: 8px 8px;
  }
  .top .top-text .white {
    margin-bottom: 10px;
  }
  .top .top-text .black {
    margin-bottom: 8px;
  }
  .top .top-img {
    margin: 0 24px;
    text-align: center;
  }
  .top .top-img .pc-img {
    width: 100%;
    margin: 16px auto 0;
  }
  .top .top-Illust {
    max-width: 265px;
    width: 50%;
    left: auto;
    right: 24px;
    top: auto;
    bottom: -80px;
  }
  .concept {
    margin: 0 24px;
    line-height: 2.2;
  }
  .concept p {
    font-size: 12px;
  }
  .concept .decoration {
    font-size: 20px;
  }
  .center-line::before {
    top: 40px;
  }
  .activities {
    margin-top: 80px;
    padding: 80px 0 40px;
  }
  .activities .activities-box p:last-of-type {
    font-size: 12px;
  }
  .activities .activities-box .activities-box-1 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 24px;
    display: block;
    padding: 8px 8px 24px;
  }
  .activities .activities-box .activities-box-1 .activities-img {
    width: 100%;
  }
  .activities .activities-box .activities-box-1 .activities-text {
    width: 100%;
    margin: 0;
    padding-top: 24px;
  }
  .activities .activities-box .activities-box-1 .activities-text .activities-list {
    margin-top: 12px;
    text-align: left;
    margin-left: 16px;
  }
  .activities .activities-box .activities-box-1 .activities-text .activities-list li {
    margin-left: 0px;
    padding: 2px 8px;
  }
  .activities .activities-box .activities-box-1 .activities-text .activities-list li:last-of-type {
    border: transparent;
    padding: 0;
  }
  .activities .activities-box .activities-another {
    display: inline;
  }
  .activities .activities-box .activities-another .activities-box-2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 24px;
  }
  .activities .activities-box .activities-text p:last-of-type {
    text-align: center;
  }
  .line {
    padding: 80px 24px;
  }
  .line p {
    line-height: 1.5;
  }
  .line h3 {
    font-size: 24px;
    font-weight: 500;
  }
  .line img {
    max-width: 250px;
    width: auto;
    padding: 24px;
  }
  .member {
    padding: 80px 0;
  }
  .member .member-box {
    display: block;
  }
  .member .member-box .menber-item {
    max-width: 500px;
    width: 100%;
    margin: 0px auto 32px;
  }
  .member .member-box .menber-item:last-of-type {
    margin: 0px auto;
  }
  .member .member-box .menber-item img:first-of-type {
    width: 100%;
    max-width: 250px;
  }
  .member .member-box .menber-item img:last-of-type {
    margin-bottom: 8px;
  }
  .member .member-box .menber-item p:first-of-type {
    font-size: 20px;
    margin-top: 16px;
  }
  .member .member-box .menber-item p:last-of-type {
    text-align: center;
  }
  .button a {
    font-size: 16px;
    letter-spacing: .2em;
    border-radius: 50px;
    padding: 16px 56px;
  }
  .contact {
    padding: 80px 0;
  }
  .association .association-titile {
    font-size: 24px;
    padding-top: 56px;
    padding-bottom: 24px;
  }
  .association .association-titile span {
    padding-bottom: 0px;
    font-size: 12px;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .association .association-item {
    padding: 0px 24px 8px;
    line-height: 2;
  }
  .association .association-item dl {
    width: auto;
    margin: 0 auto 8px;
  }
  .association .association-item dt {
    width: 54px;
    margin-right: 24px;
  }
  footer {
    padding: 8px 0;
  }
}
/*# sourceMappingURL=style.css.map */