@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

body {
  padding: 10px 0 30px;
  font-family: 'Murecho', sans-serif;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 2px solid #782888;
}

.header__imgbox{
  margin-right: auto;
  vertical-align:middle;
  
}
@media screen and (max-width: 768px){
  .header__imgbox{
    flex-direction: column;
  
  }
  .en{
    width: 10px;
  }
}
.zh{
  padding-top: 1px;
}

.header__block {
  text-align: center;
}

.header__info {
  color: #782888;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #782888;
  color: #782888;
  font-size: 22px;
  font-weight: bold;
}

.header__logo img {
  padding-left: 10px;
}

.header__mail {
  margin-bottom: 6px;
  font-size: 24px;
}

.header__tel {
  margin-bottom: 4px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .header .wrapper {
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__mail {
    margin-top: 6px;
    font-size: 4.4vw;
  }
  .header__tel {
    font-size: 4.4vw;
  }
}

.footer {
  padding-top: 100px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__info p {
  font-size: 20px;
  font-weight: 500;
  color: #782888;
}

.footer .copy {
  display: block;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #782888;
}

@media screen and (max-width: 768px) {
  .footer__info {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .footer .copy {
    font-size: 14px;
    line-height: 1.6;
  }
}

.wrapper {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.hTitle {
  margin-bottom: 16px;
  color: #782888;
  font-size: 22px;
  font-weight: 600;
}

.text {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .text {
    font-size: 3.8vw;
  }
}

.textBlock {
  text-align: center;
}

.textBlock + .textBlock {
  margin-top: 16px;
}

.textBlock.-left {
  text-align: left;
}

.textBlock.-mini .text {
  font-size: 13px;
}

.textBlock__dl dt {
  font-size: 13px;
}

.textBlock__dl dd {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .textBlock.-left {
    text-align: center;
  }
}

.bold {
  font-weight: bold;
}

.intro {
  margin-top: 100px;
  margin-bottom: 120px;
  text-align: center;
}

.intro__message {
  text-align: center;
}

.intro__message img {
  display: block;
  max-width: 100%;
  margin: 8px auto 10px;
}

.intro__text {
  margin-bottom: 16px;
  color: #782888;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .intro {
    margin: 12vw 0;
    padding: 0 5vw;
  }
  .intro .textBlock {
    margin-top: 14vw;
  }
}

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

.blockSection + .blockSection {
  margin-top: 100px;
}

.blockSection.-reverse .blockSection__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.blockSection.-reverse .blockSection__cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.blockSection.-half .blockSection__cont {
  -webkit-box-flex: 46%;
      -ms-flex: 46% 0 0px;
          flex: 46% 0 0;
}

.blockSection__img {
  -webkit-box-flex: 57%;
      -ms-flex: 57% 0 0px;
          flex: 57% 0 0;
  background: #782888;
  height: 320px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.blockSection__img video {
  width: 100%;
  height: auto;
}

.blockSection__cont {
  -webkit-box-flex: 42%;
      -ms-flex: 42% 0 0px;
          flex: 42% 0 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .blockSection {
    display: block;
  }
  .blockSection__img {
    width: 100%;
    height: 200px;
    margin-top: 40px;
  }
  .blockSection__cont {
    padding: 0 5vw;
  }
  .blockSection__cont .text {
    padding: 0 5vw;
  }
  .blockSection + .blockSection {
    margin-top: 16vw;
  }
  .blockSection.-reverse .blockSection__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blockSection.-reverse .blockSection__cont {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .blockSection.-half .blockSection__cont + .blockSection__cont {
    margin-top: 8vw;
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.instaLink {
  text-align: center;
  margin: 40px 0;
}
  @media screen and (max-width: 468px) {
    .instaLink{
      margin-top: 40px;
    }
    .footer {
      padding-top: 20px;
    }
    p.insta_text{
      font-size: 26px;
    }
    .inst_text{
      display: none;
    }
  }
.insta_text{
  font-size: 36px;
  text-align: center;
}

.instaLink a img {
  margin-top: 20px;
  max-width: 100%;
  width: 40px;
  /* border-radius: 50px; */
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.instaLink a img:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
