.gmenu {
  margin-top: 0 !important;
}

.swiper-container.topcatch {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}

.topcatch .swiper-wrapper {}

.topcatch .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topTitleArea {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
}

.topTitleArea h1 {
  margin: 0;
  display: inline-block;
  width: 33%;
  max-width: 400px;
  min-width: 400px;
  height: 90px;
  padding: 12px 0;
}

.topMenuArea {
  padding: 18px 0;
  z-index: 10;
  pointer-events: auto;
  display: flex;
}

.topFVStext {
  position: absolute;
  bottom: 124px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  z-index: 10;
  font-family: "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "リュウミン R-KL",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
}

#topFVscroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 0;
  border-right: 1px solid #FFF;
  animation: 5s arrow-animation infinite;
  z-index: 10;
}

#topFVscroll::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 1px;
  height: 10px;
  border-top: 10px solid #FFF;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

@keyframes arrow-animation {
  0% {
    height: 120px;
  }

  66% {
    height: 0;
  }
}

.topInfo {
  width: 100%;
  margin: 5rem 0;
  background-color: #FCF7F7;
}

.topInfoWrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 3rem 0;
}

.topInfoWrap h2 {
  position: absolute;
  top: -1.25rem;
  left: 0;
  right: 0;
  margin: auto;
}

.topSliderController {
  overflow: hidden;
}

.topinfosligeImg {
  overflow: hidden;
}

.info-slide-image {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  background-size: cover;
  border-bottom: 5px solid #EAC4C4;
  margin-bottom: 10px;
}

.info-slide-image.null {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  background: no-repeat center center;
  background-size: 66%;
  border-bottom: 5px solid #EAC4C4;
  margin-bottom: 10px;
}

.infotag {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 72px;
}

.info-slide-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.info-slide-date {
  font-size: 75%;
}

.topInfoLink {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EAC4C4 !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -30px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -30px;
  left: auto;
}

.topInfoList {
  position: absolute;
  bottom: -12px;
  right: 0;
}

.topInfoList a {
  display: inline-block;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 3rem;
  border-radius: 100px;
}

/* starting introduce */
.startIntroduce {
  width: 100%;
  background-color: #FFF;
}

.siWrap {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto;
}

.siWrap h2 {
  margin: 0 0 3rem;
  font-size: 32px;
  font-weight: normal;
  position: relative;
  padding-left: 3.5rem;
}

.siWrap h2 span {
  font-size: 16px;
  padding-left: 0.25rem;
  display: block;
  font-family: "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "リュウミン R-KL",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
}

.siWrap h2:before {
  content: "";
  display: inline-block;
  width: 3rem;
  border-top: 1px solid #777777;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 1;
}

.siMain {
  width: 100%;
  margin-bottom: 10rem;
  position: relative;
}

.siMainLeft {}

.siMainLeft figure {
  display: block;
  margin: 0 0 10rem;
  width: 60%;
  border: 1px solid #EAC4C4;
  padding: 10px;
  line-height: 0;
}

.siMainLeft h3 {
  font-size: 26px;
  font-weight: normal;
  width: 60%;
  margin-bottom: 2rem;
}

.siMainLeft p {
  width: 60%;
}

.siMainLeft h3 span {
  display: block;
  font-size: 16px;
  font-family: "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "リュウミン R-KL",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
}

.siMainRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  z-index: 3;
}

.simrCircle01 {
  position: absolute;
  width: 100%;
  padding-top: 100%;
  top: 2rem;
  left: 0;
  background-color: rgba(200, 200, 200, 0.5);
  border-radius: 50%;
}

.simrc01content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.simrc01content h3 {
  color: #E39CB2;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 1rem;
}

.simrCircle02 {
  position: absolute;
  width: 50%;
  top: 0%;
  right: 0;
  padding-top: 90%;
}

.topAbout {
  width: 100%;
  background-color: #F6F6F6;
  border-top: 50px solid #FFF;
}

.taWrap {
  width: 90%;
  max-width: 1000px;
  margin: -100px auto 100px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.aboutlink {
  display: block;
  margin: 0 auto;
}

.taLeft {
  width: 20%;
  text-align: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.taLeft figure {
  width: 80%;
  margin: 0 auto 2rem;
  display: block !important;
}

.linkbtn02 {
  background-color: #979192;
  color: #FFF;
  padding: 0.5rem 2rem;
  border-radius: 100px;
}

.taRight {
  width: 70%;
}

.taRight h2 {
  font-size: 32px;
  font-weight: normal;
  margin: 2rem 0 3rem;
}

.topAssociation {
  margin: 5rem auto;
  width: 90%;
  max-width: 1000px;
}

.topAssociation h2 {
  font-size: 28px;
  letter-spacing: 0.25rem;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.topAssociation h2:before {
  content: "";
  display: inline-block;
  width: 3rem;
  border-top: 1px solid #777777;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1;
}

.topAssociation h2:after {
  content: "";
  display: inline-block;
  width: 3rem;
  border-top: 1px solid #777777;
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 1;
}

.tasWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.tas3 {
  width: 30%;
  border: 1px solid #979192;
  position: relative;
}

.tas3 .ta1img,
.tas3 .ta2img,
.tas3 .ta3img {
  padding-top: 200px;
  background-position: center center;
  background-size: cover !important;
}

.tas3 .ta1img {
  background: url(/images/top/ta1-2.jpg) no-repeat center center;
}

.tas3 .ta2img {
  background: url(/images/top/ta2-2.jpg) no-repeat center center;
}

.tas3 .ta3img {
  background: url(/images/top/ta3-2.jpg) no-repeat center center;
}

.tas3 a {
  position: absolute;
  display: inline-block;
  width: 70%;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #EAC4C4;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  padding: 0.5rem 1rem;
  border-radius: 100px;
}

.tas3 p {
  padding: 5rem 1rem 0;
}

.taslinkWrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  justify-content: space-between;
}

.taslinkWrap ul li {
  width: 48%;
}

.taslinkWrap ul li a {
  display: block;
  width: 100%;
  background-color: #EAC4C4;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 0.5rem;
}

/* blog */
.topBlog {
  width: 100%;
  background-color: #FCF7F7;
  margin: 10rem 0 5rem;
  position: relative;
}

.topBlog h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.25rem;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.tbWrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 0;
  position: relative;
}

.tbmore {
  position: absolute;
  display: inline-block;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 3rem;
  border-radius: 100px;
  bottom: -1rem;
  right: 0;
}

.tbSet {
  width: 22%;
  margin-right: 4%;
  position: relative;
}

.tbSet:nth-of-type(4n) {
  margin-right: 0;
}

.tbCatch {
  border: 1px solid #707070;
  height: 150px;
  background-size: cover;
  position: relative;
  margin: 0 0 0.5rem;
  background-color: #FFF;
}

.tbEvent {
  position: absolute;
  background-color: #EAC4C4;
  color: #FFF;
  bottom: 0;
  left: 0;
  width: 30%;
  text-align: center;
  margin: 0;
}

.tbClass {
  position: absolute;
  background-color: #CEC9C9;
  color: #FFF;
  bottom: 0;
  left: 0;
  width: 30%;
  text-align: center;
  margin: 0;
}

.tbOthers {
  position: absolute;
  background-color: #999;
  color: #FFF;
  bottom: 0;
  left: 0;
  width: 30%;
  text-align: center;
  margin: 0;
}

.tbdate {
  font-size: 75%;
  margin: 0;
}

.tbtitle {
  font-size: 75%;
  margin: 0;
}

.tbSet a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* bottomInfos */
.topBottomInfo {
  width: 90%;
  max-width: 1000px;
  margin: 10rem auto 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tbBook {
  width: 48%;
  background-color: #F6F6F6;
  position: relative;
}

.tbBook h2 {
  width: 70%;
  margin-top: -60px;
  line-height: 1.2;
  padding-left: 0.5rem;
}

.tbBook h2 span {
  display: block;
}

.tbBook h3 {
  position: absolute;
  font-size: 20px;
  top: -40px;
  right: 0;
}

.tbkcover {
  width: 50%;
  margin: 2rem auto 1rem;
}

.tbktitle {
  text-align: center;
  margin-bottom: 3rem;
}

.tbkmore {
  position: absolute;
  display: inline-block;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 3rem;
  border-radius: 100px;
  bottom: -1rem;
  right: 2rem;
}

.tbLetter {
  width: 48%;
}

.tbLetterForm {
  width: 100%;
  background-color: #F6F6F6;
  position: relative;
  padding: 3rem 3rem 2rem;
}

.tbLetterForm h2 {
  font-size: 30px;
  line-height: 1.2;
  padding-left: 0.5rem;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.newsletteremail {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #707070;
  padding: 0.5rem;
}

.newslettersubmit {
  display: block;
  width: 60px;
  height: 60px;
  margin: 1rem auto 0;
}

.tbShop {
  width: 100%;
  margin-top: 2rem;
}

/* Instagram */
.topInstagram {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 20rem;
}

.topInstagram h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.25rem;
}

.topBanner,
.topBannerFull {
  width: 96%;
  max-width: 1080px;
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topBanner a {
  display: inline-block;
  width: 50%;
}

.topBannerFull a {
  display: inline-block;
  width: 100%;
}


/* top Media */
.topMedia {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 10rem;
}

.tmTop,
.tmMiddle,
.tmBottom {
  display: flex;
  align-items: stretch;
}

.tmbTL {
  width: 77px;
  height: 79px;
}

.tmbTM {
  width: CALC(100% - 151px);
  height: 79px;
}

.tmbTR {
  width: 74px;
  height: 79px;
}

.tmbLM {
  width: 77px;
  background: url('/images/top/waku_LM.png') repeat-y left top;
}

.tmMain {
  width: CALC(100% - 151px);
}

.tmbRM {
  width: 74px;
  background: url('/images/top/waku_RM.png') repeat-y left top;
}

.tmbBL {
  width: 77px;
  height: 69px;
}

.tmbBM {
  width: CALC(100% - 151px);
  height: 69px;
}

.tmbBR {
  width: 74px;
  height: 68px;
}

.tmMain h2 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.25rem;
}

.tmMain h3 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem;
}

.tmMainContent .blogAll {
  margin: 2rem 0;
}

.tmMore {
  text-align: center;
}

.tmMore a {
  display: inline-block;
  background-color: #EAC4C4;
  color: #FFF;
  padding: 0.5rem 3rem;
  border-radius: 100px;
  bottom: -1rem;
  right: 2rem;
}

@media screen and (max-width: 700px) {
  .swiper-container.topcatch {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 0;
  }

  .mainMemberBtn {}

  .topTitleArea h1 {
    width: 80%;
    min-width: 200px;
  }

  .topTitleArea .pageHeadLogo {
    margin: 0;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .mainNav {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin: 0px 0 0 2rem;
    z-index: 9999;
  }

  .topInfoWrap {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 3rem 0;
  }

  .siWrap h2 {
    margin: 0 0 3rem;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    padding-left: 3.5rem;
  }

  .siMainLeft figure {
    display: block;
    margin: 0 0 130VW;
    width: 100%;
    border: 1px solid #EAC4C4;
    padding: 10px;
    line-height: 0;
  }

  .siMainRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
  }

  .simrCircle01 {
    position: absolute;
    width: 100%;
    padding-top: 100%;
    top: 55VW;
    left: 0;
    background-color: rgba(200, 200, 200, 0.5);
    border-radius: 50%;
  }

  .simrCircle02 {
    position: absolute;
    width: 50%;
    top: 55VW;
    right: 0;
    padding-top: 90%;
  }

  .simrc01content h3 {
    color: #E39CB2;
    font-size: 5VW;
    font-weight: normal;
    margin-bottom: 1rem;
  }

  .simrc01content p {
    line-height: 1.2;
  }

  .siMainLeft h3 {
    font-size: 26px;
    font-weight: normal;
    width: 100%;
  }

  .siMainLeft p {
    width: 100%;
  }

  .topAbout {
    width: 100%;
    background-color: #F6F6F6;
    border-top: 0 solid #FFF;
  }

  .taWrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .taRight {
    width: 100%;
  }

  .taRight h2 img {
    display: inline-block !important;
    width: 3rem;
    margin-right: 0.5rem;
  }

  .taRight h2 {
    font-size: 5VW;
    font-weight: normal;
    margin: 2rem 0 3rem;
  }

  .aboutlink {
    display: inline-block !important;
    position: absolute;
    bottom: -10px;
    right: 1rem;
  }

  .topAssociation h2:before,
  .topAssociation h2:after {
    content: "";
    display: none;
  }

  .topAssociation h2 {
    font-size: 5VW;
    letter-spacing: 0.25rem;
    text-align: left;
    margin-bottom: 3rem;
    position: relative;
  }

  .tas3 {
    width: 100%;
    border: 1px solid #979192;
    position: relative;
    margin-bottom: 2rem;
  }

  .tbSet {
    width: 48%;
    margin-right: 2%;
    position: relative;
  }

  .tbSet:nth-of-type(2n) {
    margin-right: 0;
  }

  .topBottomInfo {
    width: 100%;
    max-width: 1000px;
    margin: 10rem auto 0rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tbBook {
    width: 100%;
    background-color: #F6F6F6;
    position: relative;
    margin-bottom: 5rem;
  }

  .tbBook h2 {
    font-size: 36px;
    margin-top: -50px;
    margin-left: 1rem;
    line-height: 1.2;
    padding-left: 0.5rem;
  }

  .tbBook h3 {
    position: absolute;
    font-size: 20px;
    top: -40px;
    right: 1rem;
  }

  .tbLetter {
    width: 100%;
  }

  .tbShop {
    width: 90%;
    margin: 5rem auto;
  }

  .taslinkWrap ul li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .topBanner,
  .topBannerFull {
    width: 100%;
    margin: 1rem auto;
  }

  .topBanner a,
  .topBannerFull a {
    display: block;
    margin: 1rem 0;
    width: 100%;
  }

}
