@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
body {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
}

html {
  margin-top: 0;
}

.f-container {
  overflow: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 961px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* Sorts Mill Goudy */
/*
|
|
|
|
|
///////////////////////////////

 slide

/////////////////////////////*/
.slick-slide img {
  width: 100%;
}

.f-container .l-S01 {
  position: relative;
  width: 100%;
}

.f-container .l-S01 .l-S02 .l-S03 {
  width: 1440px;
  width: 75%;
  margin: 0 auto;
}

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

.b-section__title {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 2.188vw, 52px);
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0.1em;
  text-align: center;
}

.b-section__title--white {
  color: #FFF;
}

.b-section__title--activity {
  -webkit-transform: rotate(90deg) translate(-10%, -36px);
          transform: rotate(90deg) translate(-10%, -36px);
  -webkit-transform-origin: left;
  transform-origin: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding-left: 3em;
}

/*
|
|
|
|
|
///////////////////////////////

 header

/////////////////////////////*/
header.b-header {
  position: absolute;
  padding-top: clamp(16px, 3.33vw, 64px);
  padding-left: clamp(16px, 3.33vw, 64px);
  z-index: 40;
}

header.b-header p a,
header.b-header h1 a {
  display: inline-block;
}

header.b-header p a img,
header.b-header h1 a img {
  width: 452px;
  width: clamp(16px, 23.54vw, 452px);
}

.b-header__logo {
  -webkit-transition: .7s;
  transition: .7s;
}

.b-header__logo:hover {
  opacity: .7;
}

.b-hederNavi {
  position: fixed;
  z-index: 30;
  padding-top: clamp(16px, 9.74vw, 187px);
  top: 0;
  left: clamp(16px, 3.33vw, 64px);
}

.b-hederNavi .b-hederNavi__menu .b-hederNavi__item a {
  color: #FFF;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: clamp(10px, 0.94vw, 18px);
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: 1em;
  -webkit-transition: .5s;
  transition: .5s;
}

/* 色反転用 */
.b-hederNavi .b-hederNavi__menu .b-hederNavi__item a.black {
  color: #222;
}

@media screen and (max-width: 1281px) {
  .b-hederNavi {
    position: fixed;
    z-index: 30;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5em 0 5em 2.5em;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #menu:checked ~ .f-container .b-hederNavi .b-hederNavi__menu .b-hederNavi__item a {
    color: #222;
  }
  #menu:checked ~ .f-container .b-hederNavi {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .b-hederNavi .b-hederNavi__menu .b-hederNavi__item a {
    font-size: 18px;
  }
}

.menuButton {
  width: 44px;
  height: 30px;
  position: fixed;
  top: 35.4px;
  right: 16px;
  z-index: 1400;
  pointer-events: all;
}

.menuButton__inner {
  position: relative;
  width: 100%;
  height: 2px;
  background: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
}

.menuButton__inner::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: initial;
  -webkit-animation: menu_bar1 .45s forwards;
          animation: menu_bar1 .45s forwards;
}

.menuButton__inner::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: initial;
  -webkit-animation: menu_bar2 .45s forwards;
          animation: menu_bar2 .45s forwards;
}

#menu {
  display: none;
}

#menu:checked ~ .f-container .menuButton__inner {
  /*background:transparent;
  transform: rotate(180deg);*/
  background: #222;
}

#menu:checked ~ .f-container .menuButton__inner::before {
  /*transform: rotate(45deg);
  top:0;*/
  -webkit-animation: active_menu_bar1 .45s forwards;
          animation: active_menu_bar1 .45s forwards;
  background: #222;
}

#menu:checked ~ .f-container .menuButton__inner::after {
  /*transform: rotate(-45deg);
  top:0;*/
  -webkit-animation: active_menu_bar3 .45s forwards;
          animation: active_menu_bar3 .45s forwards;
  background: #222;
}

#menu:checked ~ .f-container .C-HEADER__nav {
  visibility: visible;
  opacity: 1;
}

#menu:checked ~ .f-container .C-HEADER__copy {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

#menu:checked ~ .f-container .C-HEADER__inner {
  pointer-events: all;
}

.menuButton__inner.black {
  background: #222;
}

.menuButton__inner.black::before {
  background: #222;
}

.menuButton__inner.black::after {
  background: #222;
}

/*
|
|
|
|
|
///////////////////////////////

 b-mv

/////////////////////////////*/
.b-mainVisual {
  position: relative;
  z-index: 0;
}

.b-scroll {
  position: absolute;
  bottom: 0;
  left: clamp(16px, 3.7vw, 71px);
}

.b-scroll__text {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 0.83vw, 16px);
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  padding-left: 2em;
  -webkit-transform: rotate(90deg) translate(0%, 100%);
  transform: rotate(90deg) translate(0%, 100%);
}

.b-scroll__line {
  position: relative;
  display: block;
  background-color: rgba(200, 200, 200, 0.4);
  height: clamp(10px, 9.9vw, 190px);
  width: 1px;
  margin-right: clamp(10px, 0.16vw, 3px);
  margin-top: clamp(10px, 0.625vw, 12px);
}

.b-scroll__line::before {
  content: ' ';
  -webkit-animation: scrollAnim 3s linear 0s normal none infinite running;
  animation: scrollAnim 3s linear 0s normal none infinite running;
  background-color: #FFF;
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.b-scroll__line.b-scroll__line--gray {
  background-color: rgba(100, 100, 100, 0);
  margin-top: 0;
}

.b-scroll__line.b-scroll__line--gray::before {
  background-color: #222;
}

@-webkit-keyframes scrollAnim {
  0% {
    opacity: 1;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 100%;
  }
  60% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@keyframes scrollAnim {
  0% {
    opacity: 1;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 100%;
  }
  60% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

/*
|
|
|
|
|
///////////////////////////////

 b-word

/////////////////////////////*/
.b-word .word__row1 {
  right: 25%;
}

.b-word .word__row2 {
  right: 2%;
}

.b-word .word__row3 {
  top: 5%;
  left: 34%;
}

.b-word .word__row4 {
  top: 28%;
  left: 13%;
  display: inline-block;
  position: relative;
}

.b-word .word__row5 {
  top: 52.5%;
  left: 15%;
}

.b-word .word__row6 {
  top: 27.5%;
  left: 50%;
}

.b-word .word__row7 {
  right: 1%;
  top: 40%;
}

.b-word .word__row8 {
  left: 40%;
  top: 45%;
}

.b-word .word__row9 {
  right: 30%;
  bottom: 25%;
}

.b-word .word__row10 {
  bottom: 5%;
  left: 40%;
}

.b-word .word__row11 {
  bottom: 0;
  left: 13%;
}

.b-word .word__row12 {
  bottom: 2%;
  right: 5%;
}

.b-word, .b-word2, .b-word3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.words {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 3s;
  transition: 3s;
}

.words span {
  display: inline-block;
  height: auto;
  font-size: 140px;
  font-size: clamp(16px, 7.29vw, 140px);
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  color: #FFF;
}

.words.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.words:nth-child(4) span,
.words:nth-child(6) span,
.words:nth-child(8) span
.words:nth-child(12) span {
  font-size: 80px;
  font-size: clamp(16px, 4.167vw, 80px);
}

.words:nth-child(2) span,
.words:nth-child(11) span {
  font-size: 120px;
  font-size: clamp(16px, 6.25vw, 120px);
}

@media screen and (max-width: 961px) {
  .words span {
    font-size: 150px;
    font-size: clamp(16px, 18.75vw, 120px);
  }
  .words:nth-child(4) span,
  .words:nth-child(6) span,
  .words:nth-child(8) span,
  .words:nth-child(12) span {
    font-size: 60px;
    font-size: clamp(16px, 7.82vw, 50px);
  }
  .words:nth-child(2) span,
  .words:nth-child(11) span {
    font-size: 90px;
    font-size: clamp(16px, 12.5vw, 80px);
  }
  .b-word .word__row1 {
    left: 7%;
    top: 15%;
    right: 0%;
  }
  .b-word .word__row2 {
    top: 15%;
    right: 4%;
  }
  .b-word .word__row3 {
    top: 18%;
    left: 34%;
  }
  .b-word .word__row4 {
    right: 6%;
    top: 22%;
  }
  .b-word .word__row4 {
    top: 48%;
    left: 13%;
  }
  .b-word .word__row5 {
    top: 62.5%;
    left: 15%;
  }
  .b-word .word__row6 {
    top: 32.5%;
    left: 50%;
  }
  .b-word .word__row7 {
    right: 1%;
    top: 40%;
  }
  .b-word .word__row8 {
    left: 40%;
    top: initial;
    bottom: 45%;
  }
  .b-word .word__row9 {
    right: 30%;
    bottom: 27.5%;
  }
  .b-word .word__row10 {
    bottom: 15%;
    left: 40%;
  }
  .b-word .word__row11 {
    bottom: 0;
    left: 13%;
  }
  .b-word .word__row12 {
    bottom: 2%;
    right: 5%;
  }
}

/*
|
|
|
|
|
///////////////////////////////

 l-top-intro

/////////////////////////////*/
.l-top-intro {
  position: relative;
  z-index: 1;
}

.l-top-intro .l-S02 {
  padding: 170px 0 115px 0;
  padding-top: clamp(10px, 8.86vw, 170px);
  padding-right: 0;
  padding-bottom: clamp(10px, 5.99vw, 115px);
  padding-left: 0;
}

.l-top-intro .b-bganimals {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-top-intro .b-concept {
  position: relative;
  z-index: 2;
}

.l-top-intro .b-concept h2 {
  font-family: '游明朝','Yu Mincho',YuMincho,'Noto Serif JP','Hiragino Mincho Pro',serif;
  font-size: clamp(10px, 2.08vw, 40px);
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.015em;
  text-align: center;
  padding-bottom: 1.5em;
}

.l-top-intro .b-concept .b-concept__contents {
  max-width: 1100px;
  margin: 0 auto;
}

.l-top-intro .b-concept .b-concept__contents p.b-text:nth-child(2) {
  padding: 3em 0;
}

.l-top-intro .b-concept .b-concept__contents p.b-text:nth-child(2) span {
  padding-bottom: 1em;
}

.l-top-intro .b-concept .b-concept__contents p.b-text:nth-child(2) .b-text--bold {
  padding-bottom: 0;
}

.l-top-intro .b-concept .b-concept__contents p.b-text:nth-child(3) {
  padding-bottom: 1em;
}

.l-top-intro .l-L03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: clamp(10px, 2.08vw, 40px);
  padding-bottom: clamp(10px, 5.78vw, 111px);
}

.l-top-intro .l-L04 {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(10px, 15.86vw, 200px);
}

.l-top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(10px, 75vw, 1440px);
  margin: 0 auto;
}

.l-top-news .b-section__title {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 2.08vw, 40px);
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: clamp(10px, 2.19vw, 42px);
  padding-top: clamp(10px, 1.41vw, 27px);
}

.l-top-news .b-section__title .ja {
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  font-size: clamp(10px, 1.042vw, 20px);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}

.l-top-news .l-L05 {
  padding-left: clamp(10px, 4.69vw, 90px);
}

.l-top-news .l-L06 {
  padding-left: clamp(10px, 4vw, 100px);
  padding-right: clamp(10px, 4vw, 100px);
  width: 100%;
}

.b-text {
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  padding-left: clamp(10px, 1.04vw, 20px);
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.015em;
}

.b-text span {
  display: inline-block;
}

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

.b-text--white {
  color: #FFF;
}

span.b-text--bold {
  display: inline;
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  font-size: clamp(10px, 1.35vw, 26px);
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -0.015em;
}

.b-newsbox {
  padding-right: clamp(10px, 5.99vw, 115px);
}

.b-newsbox .b-newslist__item {
  padding-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-newsbox .b-newslist__item .new {
  margin-top: 2em;
  margin-bottom: 0.5em;
  margin-right: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  padding: 0.5em 0.5em 0.25em 0.5em;
  max-height: 30px;
}

.b-newsbox .b-newslist__item .new.active {
  visibility: initial;
  background-color: #0058AC;
  color: #FFF;
  font-family: 'Sorts Mill Goudy', serif;
}

.b-newsbox .b-newslist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: YuGothic;
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.b-newsbox .b-newslist__item a .date {
  padding-right: 2em;
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  display: block;
  width: 100%;
  padding-left: .5em;
  color: #c4c3c4;
}

.b-newsbox .b-newslist__item a .title {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: bold;
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  padding-bottom: 0.25em;
  padding-left: .5em;
  display: inline-block;
}

.b-newsbox .b-newslist__item a .title:after {
  content: '';
  display: inline-block;
  background: url(../svg/arrow--blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.734vw;
  height: 0.36vw;
  max-height: initial;
  margin-left: 1em;
  margin-bottom: 0.25em;
}

.l-top-news .b-newsbox .b-newslist__item a .title {
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: 500;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.l-top-news .b-newsbox .b-newslist__item a:hover .title {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
}

.l-top-news .b-newsbox .b-newslist__item a .date {
  font-weight: 500;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.l-top-news .b-newsbox .b-newslist__item a:hover .date {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
}

.l-top-news .b-newsbox {
  padding-right: 0;
}

/*
|
|
|
|
|
///////////////////////////////

 .l-top-intro

/////////////////////////////*/
.b-bganimals--1 {
  width: clamp(10px, 63.8vw, 1225px);
  position: absolute;
  bottom: 25vw;
  right: 0;
  z-index: 0;
}

.b-bganimals--1 img {
  width: 100%;
}

.b-bganimals--2 {
  width: clamp(10px, 37.34vw, 717px);
  position: absolute;
  bottom: 20vw;
  left: 0;
  z-index: 0;
}

.b-bganimals--2 img {
  width: 100%;
}

.b-bganimals--3 {
  bottom: clamp(-100px, -3vw, 100px);
  right: 0;
  position: absolute;
  width: clamp(10px, 43.2vw, 830px);
  z-index: 0;
}

.b-bganimals--3 img {
  width: 100%;
}

/*
|
|
|
|
|
///////////////////////////////

 l-top-activity

/////////////////////////////*/
.l-top-activity .l-L02 .b-photo {
  overflow: hidden;
}

.l-top-activity .l-L02 .b-photo img {
  width: 100%;
}

.l-top-activity .l-L03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: clamp(10px, 1.67vw, 32px);
  -webkit-transform: translateY(-116px);
          transform: translateY(-116px);
  -webkit-transform: translateY(-6.04vw);
          transform: translateY(-6.04vw);
}

.l-top-activity .l-L03 .b-scroll__line {
  left: 0;
  top: 6vw;
  height: 112vw;
  position: absolute;
}

.l-top-activity .l-L03 .b-scroll__line::before {
  -webkit-animation: scrollAnim 7s linear 0s normal none infinite running;
          animation: scrollAnim 7s linear 0s normal none infinite running;
  background-color: rgba(0, 0, 0, 0.2);
}

.l-top-activity .l-L03 .b-button {
  width: 100%;
}

/*
|
|
|
|
|
///////////////////////////////

 l-top-gallery

/////////////////////////////*/
.l-top-gallery .l-S02 {
  padding-top: clamp(10px, 6.09vw, 117px);
}

.l-top-gallery .l-L01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.l-top-gallery .l-L01 .b-scroll__line {
  left: initial;
  right: 0;
  top: -1vw;
  height: 72.5vw;
  position: absolute;
}

.l-top-gallery .l-L01 .b-scroll__line::before {
  -webkit-animation: scrollAnim 6s linear 1s normal none infinite running;
          animation: scrollAnim 6s linear 1s normal none infinite running;
  background-color: rgba(0, 0, 0, 0.2);
}

.l-top-gallery .l-L01 .l-L03 {
  max-width: 755px;
  width: 52.432%;
}

.l-top-gallery .l-L01 .l-L04 {
  width: calc(100% - 52.432%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(10px, 2.08vw, 40px);
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton {
  padding-top: clamp(10px, 3.39vw, 65px);
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 1.35vw, 26px);
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: clamp(10px, 1.3vw, 25px);
  padding-bottom: clamp(10px, 2.34vw, 45px);
  position: relative;
  display: block;
  /*hoverした際の移動*/
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text::after {
  content: '';
  display: inline-block;
  background: url(../svg/arrow.svg);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(10px, 1.875vw, 36px);
  height: 4px;
  position: absolute;
  top: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text .linkbutton__text:hover::before {
  left: 55%;
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text .linkbutton__text:hover::after {
  left: 61%;
}

.l-top-gallery .l-L02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(10px, 9.11vw, 175px);
}

.l-top-gallery .l-L02 .l-L05 {
  max-width: 755px;
  width: 52.432%;
  padding-left: clamp(10px, 8.85vw, 175px);
  padding-right: clamp(10px, 4.95vw, 95px);
}

.l-top-gallery .l-L02 .l-L05 .b-huntercard {
  padding-top: clamp(10px, 0.95vw, 95px);
  font-family: YuGothic;
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.015em;
  text-align: left;
}

.l-top-gallery .l-L02 .l-L05 .b-huntercard .name {
  font-weight: initial;
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
}

.l-top-gallery .l-L02 .l-L05 .b-huntercard .status {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
}

.l-top-gallery .l-L02 .l-L05 .b-huntercard .history {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
}

.l-top-gallery .l-L02 .l-L05 .b-button {
  width: 100%;
}

.l-top-gallery .l-L02 .l-L06 {
  width: calc(100% - 52.432%);
  /*padding-top: clamp(10px, 6.51vw, 125px);*/
  padding-left: clamp(10px, 2.86vw, 55px);
}

.l-top-gallery .l-L02 .l-L06 .b-photo {
  max-width: 411px;
  width: clamp(10px, 21.4vw, 411px);
}

/*
.l-top-gallery .l-L01 .l-L04 .b-linkbutton:nth-child(3) .b-linkbutton__text::after{
  left: 65%;
}*/
/*
|
|
|
|
|
///////////////////////////////

 l-top-blog

/////////////////////////////*/
.l-top-blog {
  background-image: url(../img/bg-top-blog.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.l-top-blog .l-S02 {
  padding-top: clamp(10px, 10.68vw, 205px);
}

.l-top-blog .l-S02 .slick-slide {
  margin-right: clamp(10px, 3.854vw, 74px);
}

.f-container .l-S01.l-top-blog .l-S02 .l-S03 {
  width: 100%;
}

.b-blgocardlist {
  padding-top: clamp(10px, 3.91vw, 75px);
  margin-left: 21.35%;
  padding-bottom: clamp(10px, 1.56vw, 30px);
}

.b-blgocardlist .slick-prev::before {
  display: none;
}

.b-blgocardlist .slick-next {
  right: 3.646vw;
  top: 32%;
}

.b-blgocardlist .slick-next.slick-next:before {
  background: url(../img/arrow_r.png) !important;
  background-size: contain !important;
  width: 4.688vw;
  height: 4.688vw;
  content: '';
  display: block;
}

.b-blgocardlist .b-blogcard {
  max-width: 326px;
  width: clamp(10px, 16.98vw, 326px);
}

.b-blgocardlist .b-blogcard .b-blog__head {
  font-family: YuGothic;
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: clamp(10px, 1.82vw, 35px);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: clamp(10px, 1.82vw, 35px);
}

.b-blgocardlist .b-blogcard .b-blog__text {
  font-family: YuGothic;
  font-size: clamp(10px, 0.94vw, 18px);
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-bottom: clamp(10px, 1.82vw, 35px);
}

.b-blgocardlist .b-blogcard .b-button__blog {
  font-family: Sorts Mill Goudy;
  font-size: clamp(10px, 0.78vw, 15px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  display: inline-block;
  position: relative;
  /*矢印と下線の形状*/
  /*絶対配置で下線の位置を決める*/
  /*下線の形状*/
  /*アニメーションの指定*/
  /*絶対配置で矢印の位置を決める*/
  /*矢印の形状*/
  /*アニメーションの指定*/
}

/*
.slick-slide{
  margin-right: 74px;
}*/
/*
|
|
|
|
|
///////////////////////////////

 b-button

/////////////////////////////*/
.b-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-button {
  width: clamp(10px, 16.77vw, 322px);
  height: clamp(10px, 4.17vw, 80px);
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 0.833vw, 16px);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #000;
  position: relative;
}

.b-button a {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.b-button::after {
  content: '';
  display: inline-block;
  background: url(../svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(10px, 1.875vw, 36px);
  max-height: 4px;
  height: 0.2vw;
  position: absolute;
  right: clamp(10px, 1.56vw, 30px);
  top: 45%;
  -webkit-transition: .5s;
  transition: .5s;
}

.b-button:hover::after {
  right: clamp(10px, 0.78vw, 15px);
}

.b-button--white {
  border: 1px solid #FFF;
}

.b-button--white a {
  color: #FFF;
}

.b-button--white::after {
  background: url(../svg/arrow--white.svg);
}

/*hoverした際の移動*/
/*.btnarrow4
  left:85%;
}

.btnarrow4:hover::after{
  
}



  a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    &::before {
      position: absolute;
      content: '';
      left: 0;
      top:0;
      width: 0;
      height: 100%;
      background-color: #FF931E;
      background-image: -webkit-linear-gradient(135deg, #FF7BAC 0%, #FF931E 75%);
      background-image: linear-gradient(-45deg, #FF7BAC 0%, #FF931E 75%);
      transition: all .5s;
    }
  }
}


*/
/*アニメーションの指定*/
/*hoverした際の移動*/
@media screen and (max-width: 961px) {
  .b-sidemenu {
    padding-bottom: 2em;
  }
  .b-sidemenu .search {
    margin-bottom: 1em;
  }
  .b-scroll__line.b-scroll__line--gray {
    height: clamp(10px, 50.66vw, 190px);
  }
  .b-button {
    width: clamp(10px, 85.86vw, 322px);
    height: clamp(10px, 21.33vw, 60px);
    font-size: clamp(10px, 4.27vw, 16px);
  }
  .b-button::after {
    width: 36px;
    height: 4px;
    right: clamp(10px, 8vw, 30px);
  }
}

/*
|
|
|
|
|
///////////////////////////////

 b-photo

/////////////////////////////*/
.b-photo .b-photo__img {
  width: 100%;
}

.b-activitycardwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(10px, 51.56vw, 990px);
}

.b-activitycardwrapper .b-activitycard {
  width: clamp(10px, 25.21vw, 484px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-activitycardwrapper .b-activitycard .b-activitycard__head {
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  font-size: clamp(10px, 1.67vw, 32px);
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.015em;
  text-align: center;
  padding-top: 0.5em;
}

.b-activitycardwrapper .b-activitycard .b-activitycard__text {
  font-size: clamp(10px, 0.94vw, 18px);
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.015em;
  text-align: center;
  padding: 1em 2em;
  padding-bottom: 2em;
}

/*
|
|
|
|
|
///////////////////////////////

 footer

/////////////////////////////*/
.l-top-contact {
  padding-top: clamp(10px, 14.58vw, 280px);
  padding-bottom: clamp(10px, 5.73vw, 110px);
}

.l-top-contact .b-section__title {
  padding-bottom: .5em;
}

.l-top-contact .b-text {
  padding-bottom: 1em;
}

.l-footer .l-S02 {
  padding-top: clamp(10px, 1.56vw, 30px);
}

.b-snsLink {
  padding-top: clamp(10px, 1.82vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.snsLink__icon img {
  max-width: 30px;
}

.b-snsLink__icon:nth-child(3) img {
  width: 28px;
}

.b-snsLink li:nth-child(4) img {
  width: 28px;
}

.b-snsLink__icon:last-child img {
  width: 24px;
}

.b-footerNavi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(10px, 34.375vw, 660px);
  margin: 0 auto;
  padding-top: clamp(10px, 3.125vw, 60px);
}

.b-footerNavi__menu .footerNavi__item {
  display: inline-block;
}

.b-footerNavi__menu .footerNavi__item a {
  font-family: Montserrat;
  font-size: clamp(10px, 0.78vw, 15px);
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.015em;
  text-align: center;
  display: block;
}

.m-footer__copyright {
  font-family: Montserrat;
  font-size: clamp(10px, 0.78vw, 15px);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-align: center;
  display: block;
  padding-top: clamp(10px, 1.82vw, 35px);
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: clamp(10px, 3.125vw, 60px);
}

/* メニューアニメーション */
.menu .menu_bar:nth-of-type(1) {
  -webkit-animation: menu_bar1 .45s forwards;
          animation: menu_bar1 .45s forwards;
}

.menu .menu_bar:nth-of-type(2) {
  -webkit-transition: all .15s .15s;
  transition: all .15s .15s;
  opacity: 1;
}

.menu .menu_bar:nth-of-type(3) {
  -webkit-animation: menu_bar2 .45s forwards;
          animation: menu_bar2 .45s forwards;
}

.menu.active span:nth-of-type(1) {
  -webkit-animation: active_menu_bar1 .45s forwards;
          animation: active_menu_bar1 .45s forwards;
}

.menu.active span:nth-of-type(2) {
  opacity: 0;
}

.menu.active span:nth-of-type(3) {
  -webkit-animation: active_menu_bar3 .45s forwards;
          animation: active_menu_bar3 .45s forwards;
}

@-webkit-keyframes menu_bar1 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu_bar1 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu_bar2 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu_bar2 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active_menu_bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active_menu_bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes active_menu_bar3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

@keyframes active_menu_bar3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

/*--------------------------------------*/
/*下層ページ*/
/*--------------------------------------*/
.b-pagetop__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: clamp(10px, 28.65vw, 550px);
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 2.92vw, 56px);
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 0.1em;
  color: #FFF;
}

.b-pagetop--blog .b-pagetop__title {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/blog/page-visual.jpg);
  background-size: cover;
}

.b-pagetop--activity .b-pagetop__title {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/activity/page-visual.jpg);
  background-size: cover;
}

.b-pagetop--about .b-pagetop__title {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/about/page-visual.jpg);
  background-size: cover;
}

.b-pagetop--gallery .b-pagetop__title {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/gallery/page-visual.jpg);
  background-size: cover;
}

.b-pagetop--contact .b-pagetop__title {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/contact/page-visual.jpg);
  background-size: cover;
}

.l-S01.l-page .l-S02 {
  padding-top: clamp(10px, 6.56vw, 126px);
  padding-bottom: clamp(10px, 8.34vw, 160px);
}

.l-S01.l-page .l-S02 .l-S03 {
  max-width: 1440px;
  margin-left: clamp(10px, 12.5vw, 240px);
}

.l-S01.l-page .l-S02 .l-S03 .l-L01 {
  width: 100%;
}

/*--------------------------------------*/
/*ブログページ*/
/*--------------------------------------*/
.l-page__newslist .b-concept__contents {
  padding-bottom: clamp(10px, 7.29vw, 140px);
}

.l-page__newslist .b-concept__contents .b-text {
  padding-bottom: 1em;
}

.l-page__newslist .b-concept__contents .b-text span {
  display: block;
  font-size: clamp(10px, 1.041vw, 20px);
}

.l-page__newslist p {
  margin-bottom: 1em;
}

.l-page__newslist .l-L01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.l-page__newslist .l-L01 .l-L02 {
  display: block;
  width: calc(100% - 20.83%);
  max-width: 1100px;
  padding-right: 11.112%;
}

.l-page__newslist .l-L01 .l-L02 .b-blogcard__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

.l-page__newslist .l-L01 .l-L02 .b-blogcard__wrapper::after {
  content: "";
  display: block;
  width: 29.08%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}

.l-page__newslist .l-L01 .l-L03 {
  width: 20.83%;
  max-width: 300px;
  margin-left: 0;
  position: relative;
}

.l-page__newslist .l-L04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-page__newslist .l-L04 .navigation {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-article__date {
  font-family: 'Yu Gothic';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(10px, 1.35vw, 16px);
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #000000;
}

.b-article__title {
  font-family: 'Yu Gothic';
  font-style: normal;
  font-weight: 700;
  font-size: clamp(10px, 1.67vw, 32px);
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #000000;
  padding: 1em 0;
}

.b-tagcloud {
  width: 100%;
  max-width: 990px;
  margin-top: clamp(10px, 3.125vw, 60px);
}

.b-tagcloud .tag-cloud-link {
  margin-right: 1em;
  margin-bottom: 1.25em;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-size: clamp(10px, 0.94vw, 18px);
  line-height: 30px;
  color: #000000;
  position: relative;
  display: inline-block;
}

.b-tagcloud .tag-cloud-link::before {
  content: '#';
  display: inline;
}

.latestarticle {
  width: 100%;
  max-width: 1200px;
  padding-top: clamp(10px, 5.21vw, 100px);
}

.latestarticle .latestarticle__title {
  font-family: Yu Gothic;
  font-size: clamp(10px, 1.35vw, 26px);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 1em;
}

.latestarticle .b-blogcard__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.latestarticle .b-blogcard__wrapper .b-blogcard {
  width: 20.79%;
}

.latestarticle .b-newslist .b-newslist__item {
  padding-bottom: 1em;
}

.latestarticle .b-newslist .b-newslist__item a .date {
  margin-right: 2em;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.75em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: 'Yu Gothic';
  font-style: normal;
  font-weight: 500;
  font-size: clamp(10px, 1.35vw, 26px);
  line-height: 30px;
  position: relative;
  margin-top: clamp(10px, 4.69vw, 90px);
}

.nav-links::before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  width: clamp(10px, 3.33vw, 64px);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    */
}

.nav-links .nav-previous {
  width: 50%;
  text-align: center;
  position: relative;
}

.nav-links .nav-previous a::before {
  content: '';
  display: inline-block;
  width: clamp(10px, 0.94vw, 18px);
  height: clamp(10px, 0.94vw, 18px);
  margin: 0 .5em 0 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-links .nav-next {
  width: 50%;
  text-align: center;
  position: relative;
}

.nav-links .nav-next a::after {
  content: '';
  display: inline-block;
  width: clamp(10px, 0.94vw, 18px);
  height: clamp(10px, 0.94vw, 18px);
  margin: 0 .5em 0 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*ブログエディタ用　CSS*/
.l-page__newslist h1 {
  font-size: clamp(10px, 1.875vw, 36px);
  font-weight: 700;
  line-break: after-white-space;
  line-height: 1.5;
}

.l-page__newslist h2 {
  font-size: clamp(10px, 1.67vw, 32px);
  font-weight: 700;
  line-break: after-white-space;
  line-height: 1.5;
}

.l-page__newslist h3 {
  font-size: clamp(10px, 1.1vw, 21.06px);
  font-weight: 700;
  line-break: after-white-space;
  line-height: 1.5;
}

.l-page__newslist h4 {
  font-size: clamp(10px, 0.94vw, 18px);
  font-weight: 700;
  line-break: after-white-space;
  line-height: 1.5;
}

.wp-block-preformatted {
  line-height: 2;
}

@media screen and (max-width: 961px) {
  .l-page__newslist h1 {
    font-size: clamp(10px, 9.06vw, 34px);
  }
  .l-page__newslist h2 {
    font-size: clamp(10px, 6.4vw, 24px);
  }
  .l-page__newslist h3 {
    font-size: clamp(10px, 5.616vw, 20.06px);
  }
  .l-page__newslist h4 {
    font-size: clamp(10px, 4.8vw, 18px);
  }
  .b-article__date {
    font-size: clamp(10px, 4.26vw, 16px);
  }
}

/*@media screen and (max-width: 1685px){
  .nav-links{
    width: 80%;
    margin: 0 auto;
    margin-top: 90px;
  }

  .latestarticle{
    width: 70%;
    margin: 0 auto;
    .b-blogcard__wrapper{
      width: 100%;
      display: flex;
      justify-content: space-between;
      .b-blogcard{
        width: 24%;
      }
    }
  }

  .l-S01.l-page.l-page__newslist{
    .l-S03{
      max-width: initial;
      margin-left: 0;
      width: 100%;
    }
    .l-L01{
      max-width: initial;
      width: 100%;
      padding-left: 240px;
      .l-L02{
        display: block;
        width: calc(100% - 18.83% - 240px);
        max-width: 980px;
      }
      .l-L03{

      }
    }
    /*.l-L04{
      width: 100%;
      max-width: 990px;
      display: flex;
      justify-content: center;
    }*/
/*--------------------------------------*/
/*コンタクトブロック*/
/*--------------------------------------*/
.l-page-contact {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg-page-contact.jpg);
  background-size: cover;
}

.l-page-contact .l-S02 {
  padding-top: clamp(10px, 8.86vw, 170px);
  padding-bottom: clamp(10px, 5.73vw, 110px);
}

.b-contact .b-text {
  padding-bottom: 1em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 961px) {
  .l-page-contact {
    background-position: 67%;
  }
  .l-page-contact .l-S02 {
    padding-top: clamp(10px, 45.33vw, 170px);
    padding-bottom: clamp(10px, 29.33vw, 110px);
  }
}

/*--------------------------------------*/
/*BLOGカード*/
/*--------------------------------------*/
.b-blogcard {
  max-width: 285px;
  width: 29.08%;
  display: inline-block;
}

.b-blogcard a {
  width: 100%;
}

.b-blogcard a .b-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: clamp(10px, 11.1vw, 214px);
}

.b-blogcard a .b-contens {
  margin-bottom: clamp(10px, 3.39vw, 65px);
}

.b-blogcard a .b-contens .b-blog__head {
  /*font-family: YuGothic;*/
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 1em 0;
}

.b-blogcard a .b-contens .b-blog__text {
  /*font-family: YuGothic;*/
  font-size: clamp(10px, 0.94vw, 18px);
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  padding-bottom: 1em;
  max-height: 228px;
  /*height: clamp(10px, 11.875vw, 228px);*/
}

.b-blogcard a .b-contens .b-button__blog {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 0.78vw, 15px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: gray;
  /*
        &::before {
          content: '';
          position: absolute;
          top: 50%;
          bottom: 50%;
          right: -60%;
          -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
          width: 36.01px;
          height: 2px;
          background: #333;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        &::after {
          content: '';
          position: absolute;
          top: 31%;
          bottom: 6%;
          right: -45%;
          width: 5px;
          height: 2px;
          background: #333;
          -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
          -webkit-transition: all .3s;
          transition: all .3s;
        }*/
}

.b-blogcard a .b-contens .b-button__blog::after {
  content: '';
  display: inline-block;
  background: url(../svg/arrow--gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(10px, 1.875vw, 36px);
  height: 4px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-left: 1em;
}

.b-blogcard a .b-contens .b-button__blog:hover::after {
  -webkit-transform: translate(15px);
          transform: translate(15px);
}

/*--------------------------------------*/
/*サイドメニュー*/
/*--------------------------------------*/
.b-sidemenu {
  /*position: absolute;*/
  width: 100%;
}

.b-sidemenu .search {
  position: relative;
  margin-bottom: clamp(10px, 2.86vw, 55px);
}

.b-sidemenu .search form {
  width: 100%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-sidemenu .search form #s-box {
  width: clamp(10px, 10.73vw, 206px);
  width: 100%;
  position: relative;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: clamp(10px, 1.04vw, 20px);
}

.b-sidemenu .search form #s-btn-area #s-btn {
  padding-right: clamp(10px, 1.04vw, 20px);
}

/*@media screen and (max-width: 1685px){
  .b-sidemenu{
    .search{
      form{
        width: 100%;
        #s-box{
          width: 73.33%;
          box-sizing: border-box;
          font-size: 16px;
          padding-right: 0;
        }
        #s-btn-area{
          width: calc(100% - 73.33%);
          display: flex;
          align-items: center;
          justify-content: center;
          #s-btn{
            padding-right: 0px;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 1280px){
  .b-sidemenu{
    .search{
      form{
        #s-box{
          font-size: 10px;
        }
      }
    }
  }
}


.b-list{


}


.b-list__monthly{

}
*/
.b-list__head {
  font-family: Yu Gothic;
  font-size: clamp(10px, 1.35vw, 26px);
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: .75em;
  position: relative;
  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;
  padding-bottom: 0.25em;
}

.b-list__head::after {
  content: 'month';
  font-family: Sorts Mill Goudy;
  font-weight: 400;
  line-height: clamp(10px, 5vw, 50px);
  letter-spacing: 0.05em;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.b-list__category {
  margin-top: clamp(10px, 3.33vw, 64px);
}

.b-list__category .b-list__head {
  padding-top: 0;
  padding-bottom: 0.25em;
}

.b-list__category .b-list__head::after {
  content: 'category';
  line-height: clamp(10px, 5vw, 50px);
}

.category {
  margin-bottom: clamp(10px, 3.33vw, 64px);
}

.category .category__item {
  padding: 1em;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.category .category__item input {
  display: none;
}

.category .category__item a {
  display: block;
  width: 100%;
  font-family: Yu Gothic;
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -0.015em;
  text-align: left;
  position: relative;
  padding: .75em 0;
}

.category .category__item label {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-width: 22px;
  max-height: 22px;
}

.category .category__item label::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(10px, 0.52vw, 10px);
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 16px;
  background: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category .category__item label::after {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(10px, 0.52vw, 10px);
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: 16px;
  background: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.category .category__item .children {
  display: none;
}

.category .category__item .children .category__item {
  padding-top: 0.5em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-bottom: none;
}

.category .category__item .children .category__item a {
  display: inline;
}

.category .category__item input:checked ~ label::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.category .category__item input:checked ~ label::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.category .category__item input:checked ~ .children {
  display: block;
}

/*
|
|
|
|
|
///////////////////////////////

 pagination

/////////////////////////////*/
.page-numbers {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.page-numbers li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination a {
  color: #FFF;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #FFF));
  background-image: linear-gradient(to right, #000 50%, #FFF 50%);
  -webkit-transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, color 0.6s ease 0s, background-color 0.5s ease;
  transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, color 0.6s ease 0s, background-color 0.5s ease;
}

.pagination a, .pagination span {
  font-size: clamp(10px, 1.04vw, 20px);
  display: block;
  width: 4vw;
  max-width: 68px;
  height: 4vw;
  max-height: 68px;
  line-height: 1.5;
  text-align: center;
  /*border: 3px solid #5DC1CF;*/
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  border: 1px solid #000;
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
}

.pagination a:hover, .pagination a:focus {
  color: #303030;
  background-color: #FFF;
  background-position: -100% 100%;
}

.pagination span {
  background: #FFF;
}

.pagination .nav-links {
  border: none;
}

.pagination .nav-links::before {
  display: none;
}

/*--------------------------------------*/
/* GALLERYページ*/
/*--------------------------------------*/
/* GA LLERページ */
.f-container .l-S01.l--gallery .l-S02 {
  padding-bottom: clamp(10px, 10.42vw, 200px);
}

.f-container .l-S01.l--gallery .l-S02 .l-S03 {
  margin-left: 0;
  margin: 0 auto;
}

.f-container .l-S01.l--gallery .l-S02 .l-S03 .l-L01 .l-L02 {
  padding-bottom: clamp(10px, 8.33vw, 160px);
}

.b-gallery .b-section__title {
  padding-bottom: clamp(10px, 5.21vw, 100px);
}

.b-movie .b-section__title {
  padding-bottom: clamp(10px, 5.21vw, 100px);
}

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

.b-movie .b-movie__box__wrapper .b-movie__box {
  max-width: 560px;
  width: 100%;
  max-height: 365px;
  height: 100%;
}

.b-movie .b-movie__box__wrapper .b-movie__box iframe {
  width: 100%;
  height: 315px;
}

@media screen and (max-width: 961px) {
  .b-gallery {
    padding-bottom: 33vw;
  }
  .b-movie .b-movie__box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .b-movie .b-movie__box__wrapper .b-movie__box {
    width: 80%;
  }
  .b-movie .b-movie__box__wrapper .b-movie__box iframe {
    height: 50vw;
  }
}

/*--------------------------------------*/
/* ACTIVITYページ*/
/*--------------------------------------*/
.l-S01.l-activity .l-S02 .l-S03 {
  max-width: initial;
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  margin: 0 auto;
}

.l-S01.l-activity .l-S02 .l-S03 .l-L01 .l-L02 {
  margin-bottom: clamp(10px, 10vw, 192px);
}

.l-S01.l-activity--lecture .l-S02 {
  padding-bottom: 0;
}

.l-S01.l-activity--experience {
  background: #F7F7F7;
}

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

.m-lecture .m-lecture__photo {
  /*width: 897px;*/
  width: 49.12%;
}

.m-lecture .m-lecture__photo img {
  width: 100%;
}

.m-lecture .m-lecture__wrapper {
  /*:width: 736px;*/
  width: calc(100% - 49.12%);
  padding-right: 1em;
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-lecture .m-lecture__wrapper .m-article {
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  padding-left: 15.65%;
}

.m-lecture .m-lecture__wrapper .m-article .b-head {
  font-size: clamp(10px, 2.6vw, 50px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
  padding-bottom: clamp(10px, 2.6vw, 50px);
}

.m-lecture .m-lecture__wrapper .m-article .b-head .en {
  padding-top: .25em;
  font-size: clamp(10px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

.m-lecture .m-lecture__wrapper .m-article .b-text {
  font-size: clamp(10px, 1.15vw, 22px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
  padding-bottom: 1.25em;
}

.m-lecture .m-lecture__wrapper .m-article .b-text.b-text--mid {
  font-size: clamp(10px, 0.83vw, 16px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
}

.m-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: clamp(10px, 6.25vw, 120px);
}

.m-flow .m-flow__photo {
  width: clamp(10px, 25vw, 480px);
}

.m-flow .m-flow__photo img {
  width: 100%;
}

.m-flow .m-flow__wrapper {
  width: clamp(10px, 36.82vw, 707px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-flow .m-flow__wrapper .m-article {
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
}

.m-flow .m-flow__wrapper .m-article .b-head {
  font-size: clamp(10px, 2.083vw, 40px);
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-bottom: clamp(10px, 3.125vw, 60px);
}

.m-flow .m-flow__wrapper .m-article .b-head .ja {
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: left;
  display: inline-block;
}

.m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item {
  font-size: clamp(10px, 1.875vw, 36px);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: black;
  position: relative;
  text-indent: 1.5em;
  padding-left: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 1.5em;
}

.m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item::after {
  content: '';
  width: 1px;
  height: 31.11px;
  /*border: 1px solid #000000;*/
  -webkit-transform: rotate(-90.3deg);
  transform: rotate(45deg) translate(-10px, 10px);
  position: absolute;
  top: clamp(10px, 0.52vw, 10px);
  background-color: #000;
}

.m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item .num {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 1.25vw, 24px);
  font-weight: 400;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 0;
}

.m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item .sub {
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: 0.15em;
  display: block;
  padding-left: 2em;
  padding-top: 1em;
}

.m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item .min {
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: 0.15em;
  display: inline;
}

.b-photo__activity {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.b-photo__activity img {
  width: 100%;
}

.m-voice {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: clamp(10px, 2.86vw, 55px);
  padding-bottom: clamp(10px, 6.25vw, 120px);
}

.m-voice .m-voice__wrapper .b-voicelist__photo {
  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;
}

.m-voice .m-voice__wrapper .b-voicelist__photo li {
  width: 29.92%;
  max-width: 419px;
}

.m-voice .m-voice__wrapper .b-voicelist__photo li img {
  width: 100%;
}

.m-voice .m-voice__wrapper .b-head {
  font-size: clamp(10px, 1.875vw, 36px);
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}

.m-voice .m-voice__wrapper .b-head::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 80%;
  height: 1px;
  content: '';
  background: rgba(0, 0, 0, 0.2);
}

.m-voice .m-voice__wrapper .b-voicelist {
  width: clamp(10px, 46.875vw, 900px);
  margin-left: auto;
  padding-bottom: clamp(10px, 2.08vw, 40px);
}

.m-voice .m-voice__wrapper .b-voicelist .b-voicelist__item {
  font-size: clamp(10px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 1.5em;
  padding-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.m-voice .m-voice__wrapper .b-voicelist .b-voicelist__item:last-child {
  border: none;
}

.m-voice .m-voice__wrapper .b-voicelist .b-voicelist__item .name {
  display: block;
}

.m-voice .m-voice__wrapper .b-note__box {
  padding: 1em 2em;
  background-color: #FFF;
  margin-bottom: clamp(10px, 2.6vw, 50px);
}

.m-voice .m-voice__wrapper .b-note__box .b-head {
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  font-size: clamp(10px, 0.94vw, 18px);
  font-weight: 500;
  letter-spacing: -0.015em;
  margin-bottom: -0.5em;
  padding-bottom: 1em;
}

.m-voice .m-voice__wrapper .b-note__box .b-head::after {
  display: none;
}

.m-voice .m-voice__wrapper .b-note__box .b-text {
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  font-size: clamp(10px, 0.94vw, 18px);
  font-weight: 500;
  letter-spacing: -0.015em;
}

.l-activity--experience .m-flow .m-flow__wrapper {
  width: clamp(10px, 47.91vw, 920px);
}

.l-activity--experience .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item {
  font-size: clamp(10px, 1.25vw, 24px);
  margin-left: clamp(10px, 5.21vw, 100px);
  text-indent: 0;
  padding-left: 3em;
}

.l-activity--experience .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item::after {
  left: clamp(10px, 3.125vw, 60px);
}

/*
@media screen and (max-width:1441px) {
  .m-flow{
    .m-flow__photo{
      width: 38.09%;
    }
    .m-flow__wrapper{
      width: calc(100% - 38.09%);
      padding-right: 6.35%;
    }
  }
  .m-voice{
    .m-voice__wrapper{
      .b-voicelist{
        width: 71.42%;
      }
    }
  }
  .l-activity--experience .m-flow .m-flow__wrapper{
    width: calc(100% - 38.09%);
  }
}
*/
/*--------------------------------------*/
/* Aboutページ*/
/*--------------------------------------*/
.f-container .l-S01.b-pagetop--about .l-S02 .l-S03 {
  max-width: initial;
}

.b-pagetop--about {
  background: rgba(217, 217, 217, 0.5);
}

.b-pagetop--about .b-bgabout {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-pagetop--about .b-bgabout--1 {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.b-pagetop--about .b-bgabout--1 img {
  width: 100%;
}

.b-pagetop--about .b-bgabout--2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.b-pagetop--about .b-bgabout--2 img {
  width: 100%;
}

.b-pagetop--about .b-bgabout--3 {
  width: 40%;
  position: absolute;
  top: clamp(10px, 97.91vw, 1880px);
  right: 0;
  z-index: 0;
}

.b-pagetop--about .b-bgabout--3 img {
  width: 100%;
}

.b-pagetop--about .b-bgabout--4 {
  width: 40%;
  position: absolute;
  top: clamp(10px, 135vw, 2400px);
  left: 0%;
  z-index: 0;
}

.b-pagetop--about .b-bgabout--4 img {
  width: 100%;
}

.b-pagetop--about .b-concept__photo img {
  position: absolute;
  right: 0;
  top: clamp(10px, 33.85vw, 650px);
  width: 25.6%;
  max-width: 490px;
}

.b-pagetop--about .photo__about2 {
  max-width: 476px;
  left: 0%;
  position: absolute;
  width: 25%;
}

.b-pagetop--about .l-L02 {
  position: relative;
  z-index: 2;
}

.b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__title {
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  font-size: clamp(10px, 2.6vw, 50px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 2em;
}

.b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__title span {
  display: block;
  padding-bottom: 0.5em;
}

.b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__title span:nth-child(3) {
  padding-top: 0.5em;
  font-size: clamp(10px, 1.56vw, 30px);
}

.b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__contents .b-text {
  padding-bottom: 2em;
}

.b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__contents .b-text span {
  display: block;
  /*padding-bottom: 1em;*/
  font-size: clamp(10px, 1.041vw, 20px);
  letter-spacing: 0.2em;
}

.b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__contents .b-text:last-child {
  margin-bottom: 6em;
}

.b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__contents .b-photo {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 2em;
}

.b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__contents .b-photo img {
  width: 100%;
}

.b-pagetop--about .l-L02 .b-concept__photo img {
  width: 20.13%;
  position: absolute;
  right: 0;
  top: clamp(16px, 32.1875vw, 618px);
}

.b-pagetop--about .l-L02 .b-concept__photo img:nth-child(2) {
  width: 20.13%;
  position: absolute;
  left: 0;
  top: clamp(16px, 71.36vw, 1370px);
}

.b-pagetop--about .l-L03 {
  position: relative;
  z-index: 2;
}

.b-pagetop--about .l-L03 .b-photo__about {
  width: 100%;
}

.b-pagetop--about .l-L03 .b-photo__about img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.b-pagetop--about .l-L04 {
  position: relative;
  z-index: 2;
  padding-top: clamp(16px, 7.29vw, 140px);
}

.b-pagetop--about .l-L04 .b-concept.b-concept__bottom span {
  display: block;
  padding-bottom: 0.5em;
}

.b-pagetop--about .l-L04 .b-concept.b-concept__bottom span:nth-child(3) {
  padding-top: 0.5em;
  font-size: clamp(16px, 1.56vw, 30px);
}

.b-pagetop--about .l-L04 .b-concept__contents .b-text {
  padding-bottom: 2em;
}

.b-pagetop--about .l-L04 .b-concept__contents .b-text span {
  display: block;
  padding-bottom: 1em;
}

.b-pagetop--about .l-L04 .b-concept__contents .b-text span:nth-child(3) {
  font-size: inherit;
}

.b-profile {
  width: clamp(16px, 54.69vw, 1050px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-profile .b-huntercard {
  width: clamp(16px, 24.95vw, 479px);
  padding-top: clamp(16px, 2.6vw, 50px);
  font-family: YuGothic;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 2;
}

.b-profile .b-huntercard .status {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.b-profile .b-huntercard .history {
  padding-top: 1em;
  padding-bottom: 1em;
}

.b-profile .b-photo {
  width: clamp(16px, 21.41vw, 411px);
}

.f-container .l-S01.l-page--profile .l-S02 .l-S03 {
  max-width: initial;
}

/*--------------------------------------*/
/* Galleryページ*/
/*--------------------------------------*/
.f-container .l-S01.b-pagetop--gallery .l-S02 .l-S03 {
  margin-left: 0;
  max-width: initial;
}

/*--------------------------------------*/
/* Contactページ*/
/*--------------------------------------*/
.f-container .l-S01.b-page--contact .l-S02 .l-S03 {
  max-width: initial;
}

.b-contact__top {
  padding-bottom: clamp(16px, 2.6vw, 50px);
}

.b-contact__top .b-contact__title {
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  font-size: clamp(16px, 1.875vw, 36px);
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 1.25em;
}

.b-contact__top .b-contact__contents {
  text-align: center;
}

.b-contact__top .b-contact__contents span {
  display: block;
  font-size: clamp(16px, 1.25vw, 24px);
  padding-bottom: .25em;
}

.b-contact__top .b-contact__contents .min {
  font-size: clamp(16px, 1.04vw, 20px);
}

.b-contact__top .b-contact__contents .red {
  color: #930000;
}

.b-contact__top .b-text a {
  position: relative;
}

.b-contact__top .b-text a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #222;
  left: 0;
  bottom: 0em;
}

.b-contact__top .b-text a:hover::after {
  width: 100%;
}

#mw_wp_form_mw-wp-form-46 {
  max-width: 1200px;
  width: 83.33%;
  margin: 0 auto;
}

#mw_wp_form_mw-wp-form-46 .dl__wrapper {
  background-color: whitesmoke;
  padding: clamp(16px, 3.125vw, 60px);
  width: 100%;
  height: 100%;
}

#mw_wp_form_mw-wp-form-46 .dl__wrapper dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mw_wp_form_mw-wp-form-46 .dl__wrapper dl dt {
  width: 21.66%;
  font-size: clamp(16px, 1.145vw, 22px);
  font-weight: 500;
  letter-spacing: 0em;
}

#mw_wp_form_mw-wp-form-46 .dl__wrapper dl dt .required {
  color: #930000;
}

#mw_wp_form_mw-wp-form-46 .dl__wrapper dl dd {
  width: calc(100% - 21.66%);
  font-size: clamp(16px, 1.145vw, 22px);
  font-weight: 500;
  letter-spacing: 0em;
}

#mw_wp_form_mw-wp-form-46 .dl__wrapper dl dd input {
  width: 100%;
  padding: 1em;
  background: #FFF;
}

#mw_wp_form_mw-wp-form-46 .dl__wrapper dl dd textarea {
  width: 100%;
  padding: 1em;
  background: #FFF;
  resize: none;
}

#mw_wp_form_mw-wp-form-46 .dl__wrapper dl .error {
  margin-top: 0.5em;
}

#mw_wp_form_mw-wp-form-46 .textC {
  display: block;
  margin: 0 auto;
  margin-top: clamp(16px, 5.625vw, 108px);
}

#mw_wp_form_mw-wp-form-46 .textC .button_wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  /*&::after {
        content: '';
        display: inline-block;
        background: url(../svg/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: clamp(16px, 1.875vw, 36px);
        height: 4px;
        position: absolute;
        right: clamp(16px, 1.56vw, 30px);
        top: 42.5%;
        -webkit-transition: .5s;
        transition: .5s;
      }*/
}

#mw_wp_form_mw-wp-form-46 .textC .button_wrap input {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#mw_wp_form_mw-wp-form-46 .checkbox__wrapper {
  display: none;
}

#mw_wp_form_mw-wp-form-46 .checkbox__wrapper label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25vw;
  position: relative;
  cursor: pointer;
  padding: 0.9375vw 0;
}

#mw_wp_form_mw-wp-form-46 .checkbox__wrapper label::before {
  background: #fff;
  content: '';
  display: block;
  height: 1.25vw;
  width: 1.25vw;
  position: relative;
  right: -0.5vw;
}

#mw_wp_form_mw-wp-form-46 .textC .button_wrap:hover::after {
  right: clamp(16px, 0.78vw, 108px);
}

.verify #mw_wp_form_mw-wp-form-46 .dl__wrapper dl dd {
  padding: 1em;
}

/*--------------------------------------*/
@media screen and (max-width: 1280px) {
  /*ハンバーガーメニュー */
  .menuButton {
    top: 55px;
  }
  .menuButton.sp {
    display: block;
  }
  /* page-contact */
  #mw_wp_form_mw-wp-form-46 {
    width: 93.75%;
    margin: 0 auto;
  }
  #mw_wp_form_mw-wp-form-46 .dl__wrapper dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 1.5em;
  }
  #mw_wp_form_mw-wp-form-46 .dl__wrapper dl dt {
    width: 100%;
    padding-bottom: 1em;
  }
  #mw_wp_form_mw-wp-form-46 .dl__wrapper dl dd {
    width: 100%;
  }
  #mw_wp_form_mw-wp-form-46 .textC {
    margin-bottom: 108px;
  }
  /*.b-profile{
    width: 85%;
    .b-huntercard{
      width: 44%;
    }
    .b-photo{
      width: 38%;
    }
  }*/
}

@media screen and (max-width: 961px) {
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(2) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(3) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(3) span:nth-child(2) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(3) span:nth-child(3) {
    padding-top: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(4) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(5) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(6) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(6) span:nth-child(2) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(6) span:nth-child(3) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(6) span:nth-child(4) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(7) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(7) span:nth-child(2) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(7) span:nth-child(3) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(8) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(8) span:nth-child(2) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(8) span:nth-child(3) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(9) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(10) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(11) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(12) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(12) span:nth-child(2) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(12) span:nth-child(3) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(12) span:nth-child(4) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(13) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(13) span:nth-child(2) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(13) span:nth-child(3) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(13) span:nth-child(4) {
    padding-bottom: 0;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text:nth-child(14) span:nth-child(1) {
    padding-bottom: 0;
  }
  .b-concept__photo img {
    display: none;
  }
  .photo__about2 {
    display: none;
  }
  .b-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .b-profile .b-huntercard {
    width: 100%;
  }
  .b-profile .b-photo {
    width: 100%;
  }
  .l-page__newslist .b-concept__contents {
    padding-bottom: clamp(16px, 13.125vw, 100px);
  }
  header.b-header {
    padding-top: clamp(16px, 6.719vw, 43px);
    padding-left: clamp(16px, 2.81vw, 18px);
  }
  header.b-header h1 a img, header.b-header p a img {
    width: 60%;
  }
  .f-container .l-S01.b-pagetop--about .l-S02 .l-S03 {
    margin-left: 0;
  }
  .f-container .l-S01.l-page--profile .l-S02 .l-S03 {
    margin-left: 0;
  }
  .b-pagetop--blog .b-blogcard a .b-contens {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    height: 100%;
  }
  .l-footer .l-S02 {
    padding-top: clamp(10px, 8vw, 30px);
  }
  .b-pagetop--activity .b-pagetop__title {
    background-position: right;
  }
  .menuButton {
    top: clamp(16px, 8.6vw, 55px);
  }
  .f-container .l-S01 .l-S02 .l-S03 {
    width: 100%;
  }
  .l-top-intro .l-S02 {
    padding-top: 148px;
    padding-top: clamp(16px, 23.125vw, 148px);
    padding-bottom: 335px;
    padding-bottom: clamp(16px, 52.34vw, 335px);
    padding-bottom: 0;
  }
  .l-top-intro .l-S02 .b-concept h2 {
    font-size: 38px;
    font-size: clamp(16px, 5.94vw, 38px);
    font-weight: 500;
    letter-spacing: 0.2em;
  }
  .l-top-intro .l-S02 .b-concept h2 span {
    display: block;
    line-height: 1;
    padding-bottom: .85em;
  }
  .l-top-intro .l-S02 .b-concept .b-concept__contents p.b-text:nth-child(2) {
    padding: 3em 0;
  }
  .l-top-intro .l-S02 .b-concept .b-concept__contents p.b-text:nth-child(2) span {
    padding-bottom: 0;
    /*letter-spacing: -0.01em;*/
  }
  .l-top-intro .l-S02 .b-concept .b-concept__contents p.b-text {
    font-size: 3.8vw;
  }
  .l-top-intro .l-S02 .b-concept .b-concept__contents p.b-text span {
    letter-spacing: 0.15em;
    font-size: clamp(10px, 3.75vw, 24px);
    line-height: 2;
  }
  .l-top-intro .l-S02 .b-concept .b-concept__contents p.b-text span.b-text--bold {
    font-size: 4.2vw;
  }
  .l-top-intro .l-S02 .l-L03 {
    padding-top: 40px;
    padding-top: clamp(10px, 19.2vw, 72px);
    padding-bottom: 11.25vw;
    padding-bottom: clamp(10px, 18.66vw, 70px);
  }
  .l-top-intro .l-S02 .l-L04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  .l-top-intro .l-S02 .l-L04 .l-L05 {
    padding-left: 0;
  }
  .l-top-intro .l-S02 .l-L04 .l-L05 .b-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -20.5vw;
    width: 100%;
  }
  .l-top-intro .l-S02 .l-L04 .l-L06 .b-newsbox {
    padding-right: 0;
  }
  .l-top-intro .l-S02 .l-L04 .l-L06 .b-newsbox .b-newslist__item {
    display: block;
  }
  .l-top-intro .l-S02 .l-L04 .l-L06 .b-newsbox .b-newslist__item .new {
    display: none;
  }
  .l-top-intro .l-S02 .l-L04 .l-L06 .b-newsbox .b-newslist__item .new.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4em;
    padding: 0.25em 0;
  }
  .l-top-intro .l-S02 .l-L04 .l-L06 .b-newsbox .b-newslist__item a {
    text-align: left;
  }
  .l-top-intro .l-S02 .l-L04 .l-L06 .b-newsbox .b-newslist__item a .date {
    display: block;
    width: 100%;
  }
  .l-top-intro .l-S02 .l-L04 .l-L06 .b-newsbox .b-newslist__item a .title {
    display: block;
    width: 100%;
    font-size: clamp(10px, 3.75vw, 24px);
  }
  .b-snsLink__icon:nth-child(3) img {
    width: clamp(10px, 7.46vw, 28px);
  }
  .b-snsLink__icon:last-child img {
    width: clamp(10px, 6.66vw, 25px);
  }
  .b-bganimals--1, .b-bganimals--2, .b-bganimals--3 {
    width: 100%;
  }
  .b-bganimals--2 {
    bottom: 100vw;
    left: clamp(-70px, -18.66vw, 70px);
  }
  .b-bganimals--3 {
    bottom: -3vw;
  }
  .b-bganimals--1 {
    bottom: 145vw;
  }
  .l-top-news .b-section__title {
    text-align: left;
    font-size: clamp(16px, 9.6vw, 36px);
    padding-bottom: 42px;
    padding-bottom: clamp(16px, 6.56vw, 42px);
    padding-top: 27px;
    padding-top: clamp(16px, 4.22vw, 27px);
  }
  .l-top-news .b-section__title .ja {
    text-align: left;
    font-size: clamp(16px, 5.33vw, 20px);
    line-height: 1;
  }
  .l-top-news .l-L06 {
    padding-left: 0;
  }
  .l-top-news .l-L06 .b-newsbox .b-newslist .b-newslist__item {
    display: block;
  }
  .l-top-news .l-L06 .b-newsbox .b-newslist .b-newslist__item a {
    font-size: 20px;
    font-size: clamp(16px, 3.125vw, 20px);
  }
  .l-top-news .l-L06 .b-newsbox .b-newslist .b-newslist__item a .date {
    padding-right: 0;
  }
  .l-top-activity .l-L03 {
    -webkit-transform: initial;
            transform: initial;
    padding-right: 0;
    padding-top: 173px;
    padding-top: 27.03vw;
  }
  .l-top-activity .l-L03 .b-activitycardwrapper {
    padding-top: 10vw;
  }
  .b-section__title--activity {
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
    padding-top: clamp(16px, 9.375vw, 60px);
    font-size: clamp(16px, 8.125vw, 52px);
  }
  .b-activitycardwrapper {
    width: 85%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .b-activitycardwrapper .b-activitycard {
    width: 100%;
  }
  .b-activitycardwrapper .b-activitycard .b-activitycard__head {
    font-size: clamp(16px, 7.82vw, 40px);
    padding-bottom: .5em;
    font-weight: 500;
    width: 100%;
    text-align: left;
  }
  .b-activitycardwrapper .b-activitycard .b-activitycard__text {
    font-size: clamp(16px, 2.81vw, 18px);
    text-align: left;
    padding: 0 0 2em 0;
    width: 100%;
  }
  .b-activitycardwrapper .b-activitycard:nth-child(1) {
    margin-bottom: 100px;
    margin-bottom: clamp(16px, 15.625vw, 100px);
  }
  .l-top-gallery .l-S02 {
    padding-top: clamp(16px, 36.03vw, 255px);
  }
  .l-top-gallery .l-L01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 85%;
    margin: 0 auto;
  }
  .l-top-gallery .l-L01 .l-L03 {
    width: 90%;
    margin: 0 auto;
  }
  .l-top-gallery .l-L01 .l-L04 {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-top: clamp(16px, 6.25vw, 40px);
  }
  .l-top-gallery .l-L01 .l-L04 .b-linkbutton {
    padding-top: clamp(16px, 10.16vw, 65px);
  }
  .l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text {
    font-size: clamp(16px, 4.06vw, 26px);
    padding-top: 25px;
    padding-top: clamp(16px, 4.06vw, 25px);
    padding-bottom: 45px;
    padding-bottom: clamp(16px, 7.03vw, 45px);
  }
  .l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text::after {
    width: clamp(10px, 9.6vw, 36px);
  }
  .l-top-gallery .l-L02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 85%;
    margin: 0 auto;
    position: relative;
    padding-top: 175px;
    padding-top: clamp(16px, 27.34vw, 175px);
  }
  .l-top-gallery .l-L02 .l-L05 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .l-top-gallery .l-L02 .l-L05 .b-huntercard {
    padding-top: 132vw;
    font-size: clamp(16px, 3.125vw, 20px);
  }
  .l-top-gallery .l-L02 .l-L06 {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 55vw;
    left: 0;
    right: 0;
  }
  .l-top-gallery .l-L02 .l-L06 .b-photo {
    width: 100%;
    max-width: initial;
  }
  .l-top-gallery .l-L01 .l-L04 .b-linkbutton:nth-child(3) .b-linkbutton__text::after {
    /*left: 70%;*/
  }
  .l-top-blog {
    background-image: url(../img/sp/top/bg-top-blogsp.png);
  }
  .l-top-blog .l-S02 {
    padding-top: 205px;
    padding-top: clamp(16px, 32.03vw, 205px);
  }
  .b-text {
    font-size: 26px;
    font-size: clamp(16px, 4.06vw, 26px);
    line-height: 2;
    padding-left: 0;
  }
  span.b-text--bold {
    font-size: 30px;
    font-size: clamp(16px, 4.69vw, 30px);
    letter-spacing: 0.05em;
  }
  .b-scroll {
    left: clamp(16px, 4.8vw, 18px);
    bottom: 1em;
  }
  .b-scroll .b-scroll__text {
    font-size: clamp(10px, 4.66vw, 16px);
  }
  .b-scroll .b-scroll__line {
    height: clamp(10px, 50.66vw, 190px);
    width: 1px;
    margin-right: clamp(10px, 0.8vw, 3px);
    margin-top: clamp(10px, 3.2vw, 12px);
  }
  .b-footerNavi__menu {
    display: none;
  }
  .b-snsLink {
    width: 64.21%;
  }
  #b-slick-slide2 {
    display: none;
  }
  .b-section__title {
    font-size: 52px;
    font-size: clamp(16px, 8.125vw, 52px);
  }
  .b-blgocardlist {
    width: 88.75%;
    margin: 0 auto;
    padding-top: 75px;
    padding-top: clamp(16px, 11.72vw, 75px);
    padding-bottom: 30px;
    padding-bottom: clamp(16px, 4.69vw, 30px);
  }
  .b-blgocardlist .b-blogcard {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 38.59px;
    max-width: initial;
  }
  .b-blgocardlist .b-blogcard .b-photo {
    width: 41.875vw;
  }
  .b-blgocardlist .b-blogcard .b-photo a img {
    height: 19.79vw;
  }
  .b-blgocardlist .b-blogcard .b-contens {
    width: calc(100% - 41.875vw);
    padding: 0;
    padding-left: clamp(16px, 4.69vw, 30px);
  }
  .b-blgocardlist .b-blogcard .b-contens .b-blog__head {
    font-size: clamp(16px, 3.75vw, 24px);
    padding: 0;
    line-height: 1.5;
    letter-spacing: 0;
    padding-bottom: 1em;
  }
  .b-blgocardlist .b-blogcard .b-contens .b-blog__text {
    font-size: clamp(16px, 2.81vw, 18px);
    line-height: 1.5;
    padding-bottom: clamp(16px, 5.47vw, 35px);
    letter-spacing: 0;
  }
  .f-container .l-S01 .l-S02 .l-S03 .l-L01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
  .f-container .l-S01 .l-S02 .l-S03 .l-L01 .l-L02 {
    width: 100%;
  }
  .f-container .l-S01 .l-S02 .l-S03 .l-L01 .l-L03 {
    width: 100%;
    max-width: initial;
  }
  .f-container .l-S01.l-page__newslist .l-S02 .l-S03 {
    width: 88.75%;
    margin: 0 auto;
  }
  .b-sidemenu .search {
    padding-bottom: 1em;
  }
  .b-sidemenu .search form #s-box {
    font-size: clamp(10px, 5.33vw, 20px);
  }
  .b-sidemenu .search form #s-btn-area {
    width: initial;
    padding-right: clamp(10px, 2.66vw, 10px);
  }
  .b-sidemenu .search form #s-btn-area #s-btn {
    padding-right: 0;
  }
  .b-sidemenu .search form #s-btn-area #s-btn img {
    width: 70%;
  }
  .b-sidemenu .b-list__head {
    font-size: clamp(10px, 5.33vw, 20px);
  }
  .b-sidemenu .category .category__item {
    padding: 0 0.25em;
  }
  .b-sidemenu .b-list__category .b-list__head::after {
    font-size: clamp(10px, 4.8vw, 18px);
  }
  .b-sidemenu .category .category__item a {
    font-size: clamp(10px, 4.26vw, 16px);
  }
  .f-container .l-S01.b-page--contact .l-S02 .l-S03 {
    margin-left: 0;
  }
  .l-top-contact {
    padding-top: clamp(10px, 74.66vw, 280px);
    padding-bottom: clamp(10px, 29.33vw, 110px);
  }
  /*--------------------------------------*/
  /*下層ページ*/
  /*--------------------------------------*/
  .b-pagetop__title {
    height: 60vw;
    font-size: 10vw;
    padding-top: .5em;
  }
  .l-S01.l-page.l-page__newslist .l-L01 .l-L02 {
    width: 100%;
    padding-right: 0;
    max-width: initial;
  }
  .l-S01.l-page.l-page__newslist .l-L01 .l-L02 .b-blogcard {
    max-width: initial;
    padding-bottom: 1.5em;
  }
  .l-S01.l-page.l-page__newslist .l-L01 .l-L03 {
    padding-top: 10vw;
  }
  .l-S01.l-page.l-page__newslist .l-L04 {
    width: 100%;
    padding-left: 0px;
  }
  .b-blogcard a .b-photo img {
    height: 19.79vw;
  }
  .b-blogcard a .b-contens .b-blog__head {
    font-size: 2vw;
    line-height: 1.5;
  }
  .nav-links {
    width: 100%;
  }
  .latestarticle {
    width: 100%;
  }
  .latestarticle .b-blogcard__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .latestarticle .b-blogcard__wrapper .b-blogcard {
    width: 45%;
  }
  .latestarticle .b-blogcard__wrapper .b-blogcard:last-child {
    display: block;
  }
  .l-S01.l-page .l-S02 {
    padding-top: 126px;
    padding-top: 13.125vw;
    padding-bottom: 160px;
    padding-bottom: 4vw;
  }
  .nav-links {
    font-size: 2.7vw;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1em 0;
  }
  .nav-links::before {
    width: 10vw;
  }
  .nav-links .nav-previous a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-links .nav-previous a::before {
    width: 1.875vw;
    height: 1.875vw;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    margin-right: 1em;
  }
  .nav-links .nav-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-links .nav-next a::after {
    width: 1.875vw;
    height: 1.875vw;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    margin-left: 1em;
  }
  .b-blogcard a .b-contens {
    margin-bottom: 1em;
  }
  .b-blogcard {
    width: 100%;
    padding-bottom: 1em;
  }
  .b-blogcard a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b-blogcard a .b-photo {
    width: 45%;
  }
  .b-blogcard a .b-photo img {
    height: 31.41vw;
  }
  .b-blogcard a .b-contens {
    width: 47%;
  }
  .b-blogcard a .b-contens .b-blog__head {
    font-size: 3.75vw;
    line-height: 1;
    padding-top: 0;
  }
  .b-blogcard a .b-contens .b-blog__text {
    font-size: 2.8125vw;
    line-height: 1.5;
    max-height: initial;
    height: auto;
  }
  .b-blogcard a .b-contens .b-button__blog {
    font-size: 2.34vw;
  }
  .pagination a, .pagination span {
    width: 7.5vw;
    height: 7.5vw;
  }
  /* ACTIVITYページ */
  .f-container .l-S01.l-activity .l-S02 .l-S03 {
    width: 88.75%;
    margin: 0 auto;
  }
  .f-container .l-S01.l-activity .l-S02 .l-S03 .l-l01 .l-l02 {
    margin-bottom: clamp(16px, 30vw, 192px);
  }
  .f-container .l-S01.l-activity .l-S02 .l-S03 .l-L01 .l-L02 {
    margin-bottom: clamp(16px, 30vw, 192px);
  }
  .m-lecture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .m-lecture .m-lecture__photo {
    width: 100%;
  }
  .m-lecture .m-lecture__wrapper {
    width: 100%;
    padding: 0;
  }
  .m-lecture .m-lecture__wrapper .m-article {
    padding-left: 0;
  }
  .m-lecture .m-lecture__wrapper .m-article .b-head {
    font-size: clamp(16px, 7.82vw, 40px);
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-weight: 500;
  }
  .m-lecture .m-lecture__wrapper .m-article .b-text {
    font-size: clamp(16px, 2.81vw, 18px);
    text-align: left;
    padding: 0 0 1em 0;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .m-lecture .m-lecture__wrapper .m-article .b-text.b-text--mid {
    font-size: clamp(10px, 4.26vw, 16px);
  }
  .m-lecture .m-lecture__wrapper .m-article .b-text.b-text--mid br {
    display: none;
  }
  .m-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: clamp(16px, 15.625vw, 100px);
  }
  .m-flow .m-flow__photo {
    width: 100%;
  }
  .m-flow .m-flow__wrapper {
    width: 100%;
    padding: 0;
  }
  .m-flow .m-flow__wrapper .m-article .b-head {
    font-size: clamp(16px, 8.533vw, 26px);
    padding-top: 1em;
    padding-bottom: 0.5em;
    font-weight: 500;
  }
  .m-flow .m-flow__wrapper .m-article .b-head .ja {
    font-size: clamp(10px, 3.125vw, 20px);
  }
  .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item {
    font-size: clamp(10px, 4.852vw, 26px);
  }
  .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item .num {
    font-size: clamp(10px, 4.69vw, 30px);
    left: -0.5em;
  }
  .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item .sub {
    font-size: clamp(10px, 3.125vw, 20px);
    padding-left: 0;
    display: inline-block;
    text-indent: 0;
    padding-left: 3em;
  }
  .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item .min {
    font-size: clamp(10px, 2.5vw, 16px);
    display: block;
  }
  .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item::after {
    left: 9vw;
  }
  .m-voice {
    padding-top: clamp(16px, 8.6vw, 55px);
    padding-bottom: clamp(16px, 18.75vw, 120px);
  }
  .m-voice .m-voice__wrapper .b-note__box .b-head {
    font-size: clamp(10px, 4.8vw, 18px);
  }
  .m-voice .m-voice__wrapper .b-head {
    font-size: clamp(16px, 8.533vw, 26px);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: 500;
  }
  .m-voice .m-voice__wrapper .b-head::after {
    width: 40%;
  }
  .m-voice .m-voice__wrapper .b-voicelist {
    padding-bottom: clamp(16px, 5.2vw, 40px);
    width: 100%;
  }
  .m-voice .m-voice__wrapper .b-voicelist .b-voicelist__item {
    font-size: clamp(16px, 2.81vw, 18px);
  }
  .m-voice .m-voice__wrapper .b-voicelist .b-voicelist__item .name {
    padding-top: 0.5em;
  }
  .m-voice .m-voice__wrapper .b-voicelist__photo {
    padding-top: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-voice .m-voice__wrapper .b-voicelist__photo li {
    width: 47.5%;
  }
  .m-voice .m-voice__wrapper .b-voicelist__photo li:last-child {
    margin: 0 auto;
    margin-top: 1em;
  }
  .l-activity--experience .m-flow .m-flow__wrapper {
    width: 100%;
  }
  .l-activity--experience .m-flow .m-flow__wrapper {
    width: 100%;
  }
  .l-activity--experience .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item {
    font-size: clamp(10px, 4.852vw, 26px);
    margin-left: 0%;
    padding-left: 3em;
    text-indent: 0em;
  }
  .l-activity--experience .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item::after {
    left: 15%;
  }
  .l-activity--experience .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item .num {
    left: 0.5em;
  }
  .m-voice .m-voice__wrapper .b-note__box .b-text {
    font-size: clamp(16px, 2.5vw, 16px);
    line-height: 1.5;
  }
  /* ABOUTページ */
  .b-pagetop--about .l-S03 {
    margin-left: 0;
  }
  .b-pagetop--about .b-bgabout--3 {
    width: 50%;
    top: clamp(10px, 230.5vw, 4080px);
    -webkit-transform: translateY(300vw);
            transform: translateY(300vw);
  }
  .b-pagetop--about .b-bgabout--4 {
    width: 50%;
    top: clamp(10px, 370vw, 3600px);
    -webkit-transform: translateY(300vw);
            transform: translateY(300vw);
  }
  .b-pagetop--about .l-L02 .b-concept__photo {
    display: none;
  }
  .b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__title {
    font-size: clamp(16px, 5.06vw, 19px);
    padding-top: 6.5vw;
  }
  .b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__title span:nth-child(2) {
    line-height: 2;
  }
  .b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__title span:nth-child(3) {
    font-size: clamp(16px, 3.75vw, 24px);
    line-height: 1.5;
    padding: 1em 0 3em 0;
  }
  .b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__contents {
    width: 96.5%;
    margin: 0 auto;
  }
  .b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__contents .b-text {
    font-size: clamp(10px, 3.125vw, 20px);
    letter-spacing: -0.035em;
  }
  .b-pagetop--about .l-L03 .b-photo__about {
    width: 100%;
  }
  .b-pagetop--about .l-L03 .b-photo__about img {
    width: 80%;
  }
  .b-pagetop--about .l-L04 {
    padding-top: clamp(10px, 21.875vw, 140px);
  }
  .b-pagetop--about .l-L04 .b-concept__contents {
    width: 96.5%;
    margin: 0 auto;
  }
  .b-pagetop--about .l-L04 .b-concept__contents .b-text {
    font-size: clamp(10px, 3.125vw, 20px);
    letter-spacing: -0.035em;
  }
  /* NEWS一覧ページ */
  .b-newsbox {
    padding-right: 0;
    width: 100%;
    min-height: 70vw;
  }
  .b-newsbox .b-newslist__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .b-newsbox .b-newslist__item a .date {
    width: 100%;
    padding-right: 0em;
    font-size: clamp(10px, 3.2vw, 18px);
    text-align: left;
  }
  .b-newsbox .b-newslist__item a .title {
    width: 100%;
    font-size: clamp(10px, 3.75vw, 24px);
    font-weight: 600;
  }
  /* お問い合わせページ */
  .b-page--contact .b-contact__top {
    padding-bottom: clamp(16px, 7.82vw, 40px);
  }
  .b-page--contact .b-contact__title {
    font-size: clamp(10px, 8.125vw, 52px);
  }
  .b-page--contact .b-contact__contents {
    width: 95%;
    margin: 0 auto;
  }
  .b-page--contact .b-contact__contents span {
    font-size: clamp(10px, 3.125vw, 20px);
  }
  .b-page--contact .b-contact__contents span.min {
    font-size: clamp(10px, 2.81vw, 18px);
  }
  #mw_wp_form_mw-wp-form-46 .dl__wrapper {
    padding: 4vw;
  }
  #mw_wp_form_mw-wp-form-46 .dl__wrapper dl dt {
    font-size: clamp(10px, 3.125vw, 20px);
  }
  #mw_wp_form_mw-wp-form-46 .dl__wrapper dl dd {
    font-size: clamp(10px, 3.125vw, 20px);
  }
  #mw_wp_form_mw-wp-form-46 .dl__wrapper dl:first-child {
    padding-top: 1.5em;
  }
  #mw_wp_form_mw-wp-form-46 .textC {
    margin-top: clamp(10px, 16.875vw, 108px);
  }
}

/*
@media screen and (max-width:440px) {
  .b-pagetop--about{
    .l-L02{
      .b-concept__photo{
        display: block;
        img:nth-child(1){
          width: 32%;
          position: absolute;
          right: 0;
          top: clamp(16px, 144vw, 618px);        
        }
        img:nth-child(2){
          width: 38%;
          position: absolute;
          left: 0;
          bottom: clamp(16px, 218vw, 852px);
        }
      }
      .b-concept__top{
        .b-concept__contents{
          .b-text:nth-child(2){
            padding-bottom: 15em;
          }
          .b-text:nth-child(3){
            padding-bottom: 15em;
          }
        }
      }
    }
  }
}
*/
/*--------------------------------------*/
/* ボタンhoverアニメーション */
/*--------------------------------------*/
.b-button:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}

.b-button :hover::after {
  right: 15px;
}

.b-button span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding-top: .2em;
}

.b-button a::before, .b-button a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #222;
}

.b-button a span::before, .b-button a span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #222;
}

.textC .button_wrap::before, .textC .button_wrap::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #222;
}

.textC .button_wrap span::before, .textC .button_wrap span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #222;
}

.textC .button_wrap:hover::before, .textC .button_wrap:hover::after {
  width: 100%;
}

.textC .button_wrap:hover span::before, .textC .button_wrap:hover span::after {
  height: 100%;
}

.textC .button_wrap::before {
  right: 0;
  top: 0;
}

.textC .button_wrap::after {
  left: 0;
  bottom: 0;
}

.textC .button_wrap span::before {
  left: 0;
  top: 0;
}

.textC .button_wrap span::after {
  right: 0;
  bottom: 0;
}

.b-button--white a::before, .b-button--white a::after {
  background: #FFF;
}

.b-button--white a span::before, .b-button--white a span::after {
  background: #FFF;
}

.b-button a:hover::before, .b-button a:hover::after {
  width: 100%;
}

.b-button a:hover span::before, .b-button a:hover span::after {
  height: 100%;
}

.b-button a::before {
  right: 0;
  top: 0;
}

.b-button a::after {
  left: 0;
  bottom: 0;
}

.b-button a span::before {
  left: 0;
  top: 0;
}

.b-button a span::after {
  right: 0;
  bottom: 0;
}

.b-button a:hover::before, .b-button a:hover::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.b-button a:hover span::before, .b-button a:hover span::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  right: 0;
}

.b-linkbutton a span {
  position: relative;
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text {
  -webkit-transition: .6s;
  transition: .6s;
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text::after {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text:hover {
  color: gray;
  letter-spacing: 0.15em;
  opacity: .7;
}

.l-top-gallery .l-L01 .l-L04 .b-linkbutton .b-linkbutton__text:hover::after {
  -webkit-animation: arrow_to_right 0.5s ease-in-out forwards;
          animation: arrow_to_right 0.5s ease-in-out forwards;
  opacity: .7;
}

@-webkit-keyframes arrow_to_right {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  30% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
  }
}

@keyframes arrow_to_right {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
  30% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
  }
}

.b-hederNavi .b-hederNavi__menu .b-hederNavi__item a {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
}

.b-hederNavi .b-hederNavi__menu .b-hederNavi__item a:hover {
  -webkit-transform: translate(2.5px, -2.5px);
          transform: translate(2.5px, -2.5px);
  opacity: .9;
}

.b-hederNavi .b-hederNavi__menu .b-hederNavi__item a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #FFF;
  left: 0;
  bottom: 0.2em;
}

.b-hederNavi .b-hederNavi__menu .b-hederNavi__item a.black::after {
  background: #222;
}

.b-hederNavi .b-hederNavi__menu .b-hederNavi__item a:hover::after {
  width: 100%;
}

.b-newsbox .b-newslist__item a {
  position: relative;
  display: inline-block;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
}

.b-newsbox .b-newslist__item a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #222;
  left: 0;
  bottom: 0;
}

.b-newsbox .b-newslist__item a:hover {
  -webkit-transform: translateX(0.1em);
          transform: translateX(0.1em);
}

.b-newsbox .b-newslist__item a:hover::before {
  width: 100%;
}

.b-blogcard a {
  -webkit-transition: .5s;
  transition: .5s;
}

.b-blogcard a:hover {
  opacity: .7;
}

.b-blogcard a:hover .b-contens .b-button__blog::after {
  -webkit-transform: translate(15px);
          transform: translate(15px);
}

.b-blogcard a .b-contens .b-button__blog {
  position: relative;
}

.b-blogcard a .b-contens .b-button__blog::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: gray;
  left: 0;
  bottom: 0;
  bottom: -.2em;
}

.b-blogcard a:hover .b-contens .b-button__blog::before {
  width: 7.5em;
}

.l-top-intro .b-concept h2 {
  opacity: 0;
  position: relative;
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: 1s;
  transition: 1s;
}

.l-top-intro .b-concept h2.active {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
  opacity: 1;
}

.l-top-intro .b-concept .b-concept__contents .b-text {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.l-top-intro .b-concept .b-concept__contents .b-text.active {
  opacity: 1;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.l-top-intro .b-concept .b-concept__contents p.b-text:nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  font-size: clamp(10px, 1.14vw, 22px);
}

.l-top-intro .b-concept .b-concept__contents p.b-text:nth-child(2) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  font-size: clamp(10px, 1.14vw, 22px);
}

.l-top-intro .b-concept .b-concept__contents p.b-text:nth-child(3) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  font-size: clamp(10px, 1.14vw, 22px);
}

.l-top-intro .b-bganimals .b-bganimals--1 img {
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.l-top-intro .b-bganimals .b-bganimals--2 img {
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.l-top-intro .b-bganimals .b-bganimals--3 img {
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.l-top-intro .b-bganimals .b-bganimals--1.active img {
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.l-top-intro .b-bganimals .b-bganimals--2.active img {
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.l-top-intro .b-bganimals .b-bganimals--3.active img {
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.b-section__title.b-section__title--activity {
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}

.b-section__title.b-section__title--activity.active {
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.l-top-gallery .l-L01 .l-L04 {
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}

.l-top-gallery.active .l-L01 .l-L04 {
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.l-top-gallery .bottom-gallery .l-L05 {
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}

.l-top-gallery .bottom-gallery.active .l-L05 {
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.move--img1 {
  display: inline-block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.b-footerNavi__menu .footerNavi__item a {
  position: relative;
}

.b-footerNavi__menu .footerNavi__item a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #222;
  left: 0;
  bottom: 0em;
}

.b-footerNavi__menu .footerNavi__item a:hover::after {
  width: 100%;
}

.b-snsLink .b-snsLink__icon a {
  position: relative;
}

.b-snsLink .b-snsLink__icon a img {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: .6s;
  transition: .6s;
}

.b-snsLink .b-snsLink__icon a:hover img {
  -webkit-transform: translate(2.5px, -2.5px);
          transform: translate(2.5px, -2.5px);
  opacity: .7;
}

.inv_fead {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.inv_fead.feadin {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

@media screen and (max-width: 961px) {
  .b-pagetop--about .l-L02 .b-concept.b-concept__top .b-concept__contents .b-text span {
    font-size: clamp(16px, 3.2vw, 13px);
  }
}

/*Galleryページ*/
.b-gallery__box {
  max-width: 1400px;
}

.b-gallery__box label {
  overflow: hidden;
  display: block;
}

.b-gallery__box label:hover {
  cursor: pointer;
}

.b-gallery__box img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.b-gallery__box img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.b-gallery__box .gallery__box-L01 {
  margin-bottom: clamp(16px, 1.56vw, 30px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L01 .left {
  max-width: 923px;
  width: 65.92%;
}

.b-gallery__box .gallery__box-L01 .right {
  max-width: 447px;
  width: 31.92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L02 {
  margin-bottom: clamp(16px, 1.56vw, 30px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L02 label:nth-child(1) {
  max-width: 420px;
  width: 30%;
}

.b-gallery__box .gallery__box-L02 label:nth-child(2) {
  max-width: 420px;
  width: 30%;
}

.b-gallery__box .gallery__box-L02 label:nth-child(3) {
  max-width: 500px;
  width: 35.64%;
}

.b-gallery__box .gallery__box-L03 {
  margin-bottom: clamp(16px, 1.56vw, 30px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L03 label:nth-child(1) {
  max-width: 685px;
  width: 48.92%;
}

.b-gallery__box .gallery__box-L03 label:nth-child(2) {
  max-width: 685px;
  width: 48.92%;
}

.b-gallery__box .gallery__box-L04 {
  margin-bottom: clamp(16px, 1.56vw, 30px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L04 label:nth-child(1) {
  max-width: 446px;
  width: 31.85%;
}

.b-gallery__box .gallery__box-L04 label:nth-child(2) {
  max-width: 923px;
  width: 65.92%;
}

.b-gallery__box .gallery__box-L05 {
  margin-bottom: clamp(16px, 1.56vw, 30px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L05 label:nth-child(1) {
  max-width: 446px;
  width: 31.85%;
}

.b-gallery__box .gallery__box-L05 label:nth-child(2) {
  max-width: 448px;
  width: 32%;
}

.b-gallery__box .gallery__box-L05 label:nth-child(3) {
  max-width: 446px;
  width: 31.85%;
}

.b-gallery__box .gallery__box-L06 {
  margin-bottom: clamp(16px, 1.56vw, 30px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L06 label:nth-child(1) {
  max-width: 684px;
  width: 48.85%;
}

.b-gallery__box .gallery__box-L06 label:nth-child(2) {
  max-width: 686px;
  width: 49%;
}

.b-gallery__box .gallery__box-L07 {
  margin-bottom: clamp(16px, 1.56vw, 30px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L07 .left {
  max-width: 446px;
  width: 31.85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L07 .center {
  max-width: 446px;
  width: 31.85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L07 .right {
  max-width: 446px;
  width: 31.85%;
}

.b-gallery__box .gallery__box-L08 {
  margin-bottom: clamp(16px, 1.56vw, 30px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L08 label:nth-child(1) {
  max-width: 684px;
  width: 48.85%;
}

.b-gallery__box .gallery__box-L08 label:nth-child(2) {
  max-width: 686px;
  width: 49%;
}

.b-gallery__box .gallery__box-L09 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L09 .left {
  max-width: 446px;
  width: 31.85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L09 .right {
  max-width: 923px;
  width: 65.92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b-gallery__box .gallery__box-L09 .right label:nth-child(1) {
  max-width: 448px;
  width: 48.53%;
}

.b-gallery__box .gallery__box-L09 .right label:nth-child(2) {
  max-width: 448px;
  width: 48.53%;
}

.b-gallery__box .gallery__box-L09 .right label:nth-child(3) {
  max-width: 923px;
  width: 100%;
  margin-top: clamp(16px, 1.56vw, 30px);
}

@media screen and (max-width: 961px) {
  .b-gallery__box {
    max-width: initial;
    width: 90%;
    margin: 0 auto;
  }
  .l-page__newslist .b-concept__contents .b-text span {
    font-size: clamp(16px, 3.2vw, 13px);
  }
}

@media screen and (max-width: 768px) {
  .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item::after {
    left: 11vw;
  }
}

@media screen and (max-width: 390px) {
  .m-flow .m-flow__wrapper .m-article .b-flowlist .b-flowlist__item::after {
    left: 15vw;
  }
  .l-top-gallery .l-L02 .l-L05 .b-huntercard {
    padding-top: 120vw;
  }
}

.sl-puw_scale--on {
  position: absolute;
  top: 0;
  left: 0;
}

.sl-puw_scale--on > input {
  display: none;
}

.sl-puw_scale--on .sl-puw__wrapper {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -9999999;
  -webkit-transition: .6s;
  transition: .6s;
}

.sl-puw_scale--on > input:nth-child(1):checked ~ .sl-puw__wrapper {
  /*-webkit-animation: sl_puw_bg_opn .6s ease;
  animation: sl_puw_bg_opn .6s ease;*/
  opacity: 1;
  z-index: 9999999;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sl-puw_scale--on > input:nth-child(2):checked ~ .sl-puw__wrapper {
  -webkit-animation: sl_puw_bg_cls .6s ease;
  animation: sl_puw_bg_cls .6s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sl-puw__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999999;
  opacity: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
}

.sl-puw_scale--on > input:nth-child(1):checked ~ .sl-puw__wrapper .sl-puw__box {
  /*-webkit-animation: sl_puw_scale .7s ease .2s;
  animation: sl_puw_scale .7s ease .2s;*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sl-puw_scale--on .sl-puw__box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sl-puw__box {
  position: relative;
  z-index: 2;
  width: calc(100% - 24px);
  max-width: 1400px;
  max-width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#photo-09 .sl-puw__box,
#photo-20 .sl-puw__box,
#photo-23 .sl-puw__box {
  max-height: 95%;
  width: 35%;
}

.b-popupCard {
  z-index: 1;
}

.b-popupCard__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.b-popupCard__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.b-popupCard__button {
  display: block;
  position: absolute;
  z-index: 3;
  top: -36px;
  right: 0px;
  width: 32px;
  height: 32px;
}

.b-popupCard__button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.b-popupCard__button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.b-popupCard__button::after,
.b-popupCard__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
}

.b-popupCard__video {
  width: 100%;
  max-height: initial;
  height: auto;
  overflow: hidden;
}

.b-popupCard__video img {
  width: 100%;
}

.b-popupCard iframe,
.b-popupCard video {
  width: 100%;
}

@-webkit-keyframes sl_puw_bg_opn {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -9999999;
  }
  1% {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999999;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9999999;
  }
}

@keyframes sl_puw_bg_opn {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -9999999;
  }
  1% {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999999;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9999999;
  }
}

@-webkit-keyframes sl_puw_bg_cls {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9999999;
  }
  99% {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999999;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -9999999;
  }
}

@keyframes sl_puw_bg_cls {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 9999999;
  }
  99% {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999999;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -9999999;
  }
}

@-webkit-keyframes sl_puw_close {
  0% {
    opacity: 0;
    z-index: -9999999;
  }
  1% {
    opacity: 0;
    z-index: 9999999;
  }
  100% {
    opacity: 1;
    z-index: 9999999;
  }
}

@keyframes sl_puw_close {
  0% {
    opacity: 0;
    z-index: -9999999;
  }
  1% {
    opacity: 0;
    z-index: 9999999;
  }
  100% {
    opacity: 1;
    z-index: 9999999;
  }
}

.sl-puw_plane--on .sl-puw__box {
  opacity: 0;
}

.sl-puw_plane--on > input:nth-child(1):checked ~ .sl-puw__wrapper .sl-puw__box {
  -webkit-animation: sl_puw_plane .1s ease .2s;
  animation: sl_puw_plane .1s ease .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sl-puw_scale--on .sl-puw__box {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sl-puw_scale--on > input:nth-child(1):checked ~ .sl-puw__wrapper .sl-puw__box {
  -webkit-animation: sl_puw_scale 1s ease-in-out .2s;
  animation: sl_puw_scale 1s ease-in-out .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes sl_puw_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sl_puw_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.sl-puw__label {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 961px) {
  .sl-puw__box {
    width: 95%;
  }
  #photo-09 .sl-puw__box,
  #photo-20 .sl-puw__box,
  #photo-23 .sl-puw__box {
    width: 100%;
  }
  #top-intoro.l-top-intro .b-concept {
    padding-top: clamp(10px, 40.86vw, 270px);
    z-index: 0;
  }
  .b-newsbox .b-newslist__item a .title:after {
    background-size: 100% 100%;
    width: 5vw;
    height: 7px;
  }
  .b-newsbox .b-newslist__item {
    display: block;
  }
  .b-newsbox .b-newslist__item .new.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4em;
    padding: 0.25em 0;
  }
  .b-newsbox .b-newslist__item .new {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/* コメント */
#comments footer {
  background: none;
  margin: 0;
  color: #000000;
  font-size: 12px;
  border-style: none;
}
#comments footer a {
  color: #000000
}
#comments footer div {
  display: inline
}
#comments ul {
  list-style: none;
  margin: 0;
  padding: 0
}
#comments article {
  border: dashed 1px #cccccc;
  margin-bottom: 10px;
  padding: 10px 20px 20px 20px
}
#comments .comment-content {
  margin-left: 30px
}
/* コメント投稿フォーム */
#respond p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px
}
#respond label {
  font-size: clamp(10px, 0.833vw, 14px);
  font-weight: bold;
}
#respond input, #respond textarea {
  width: 100%;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 0.833vw, 14px);
}
#respond input[type="submit"] {
  padding: 10px;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #000;
  position: relative;
  font-family: 'Sorts Mill Goudy', serif;
  font-size: clamp(10px, 0.833vw, 16px);
  width: 100%;
  height: 100%;
}
#respond input[type="submit"]:hover {
  background-color: #000000;
  color: #FFF;
}
#respond .required {
  color: #ff0000
}
.comment-form-cookies-consent{
  display: flex;
}

#respond #wp-comment-cookies-consent{
  width: initial;
  margin-right: 1em;
}

.form-submit{
  width: clamp(10px, 16.77vw, 280px);
  height: clamp(10px, 4.17vw, 60px);
}
#email-notes{
    font-size: clamp(10px, 0.833vw, 14px);
}
#reply-title{
  padding-bottom: 1em;
}

#commentform{
  display: flex;
  flex-flow: column;
}

#commentform .comment-form-author{
order: 1;
}
#commentform .comment-form-comment{
order: 2;
}
#commentform .form-submit{
order: 3;
}

#commnts-list{
  padding-bottom: 3em;
}

#commnts-list li{
  padding-top: 2em;
}

#commnts-list li .commentmetadata{
  font-family: '游明朝','Yu Mincho',YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro',serif;
  color: #c4c3c4;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.reply a{
    transition: .3s;
    border: 1px solid #000;
    font-size: 14px;
    padding: 0.25em 0.5em;
    font-size: 14px;
    display: inline-block;
    background: #000;
    color: #FFF;
}
.reply a:hover{
  background: #FFF;
  color: #000;
}

#commnts-list li .children{
  padding-left: 2em;
}

#commnts-list li .comment-body{
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
}



@media screen and (max-width: 961px) {
  #respond input[type="submit"]{
    display: block;
    height: auto;
    font-size: clamp(10px, 4.26vw, 16px);
  }
  #respond label{
    font-size: clamp(10px, 4.26vw, 16px);
    padding-bottom: 0.5em;
    display: block;
  }
  #commnts-list li{
    padding-top: 1em;
  }
  .col-full .wrap-col h3{
    font-size: clamp(10px, 5.33vw, 20px);
  }
}











