/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
.first-view-wrap {
  position: relative;
}
.first-view-wrap .pc-img {
  position: absolute;
  top: 80px;
  left: 0;
}
.first-view-wrap .logo-are {
  width: 100%;
  height: 580px;
  padding-top: 80px;
  background: rgba(10, 204, 198, 0.8);
}
.first-view-wrap .logo-are .sp-img .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin-left: auto;
}
.first-view-wrap .txt-are {
  padding: 50px 0 500px;
  background: rgba(0, 181, 198, 0.8);
}
.first-view-wrap .txt-are .txt {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
}
.first-view-wrap .txt-are .txt span {
  font-size: 24px;
  margin: 0 5px;
}
@media print, screen and (max-width: 1799px) {
  .first-view-wrap .pc-img {
    left: -200px;
  }
  .first-view-wrap .logo-are .sp-img .logo {
    max-width: 800px;
  }
  .first-view-wrap .txt-are .txt {
    max-width: 800px;
  }
}
@media print, screen and (max-width: 1639px) {
  .first-view-wrap .pc-img {
    display: none;
  }
  .first-view-wrap .logo-are {
    height: 500px;
    padding-top: 0;
  }
  .first-view-wrap .logo-are .sp-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    padding: 80px 0;
    background: url(../images/index/mv-img-sp.png) no-repeat center center/cover;
  }
  .first-view-wrap .logo-are .sp-img .logo {
    max-width: none;
    margin: 0 60px;
  }
  .first-view-wrap .logo-are .sp-img .logo img {
    max-height: 300px;
  }
  .first-view-wrap .txt-are .txt {
    max-width: none;
  }
}
@media print, screen and (max-width: 767px) {
  .first-view-wrap .txt-are {
    padding: 50px 0 400px;
  }
  .first-view-wrap .txt-are .txt {
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .first-view-wrap .txt-are .txt span {
    font-size: 20px;
  }
}

.contents-wrap {
  position: relative;
  background: rgba(10, 204, 198, 0.8);
}

.instagram-box {
  position: absolute;
  top: -270px;
  width: 100%;
}
.instagram-box #ez_tagcolle1 {
  padding: 0 0 30px 30px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
@media print, screen and (max-width: 767px) {
  .instagram-box #ez_tagcolle1 {
    padding: 0 0 20px 20px;
  }
}

.menu-about-wrap {
  padding-top: 400px;
}
@media print, screen and (max-width: 767px) {
  .menu-about-wrap {
    padding-top: 260px;
  }
}

.menu-box {
  display: flex;
  gap: 10px;
}
.menu-box .corner-box {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin-bottom: 100px;
  padding: 120px 135px 80px;
  background: url(../images/common/corner-bg.png) no-repeat center center/cover;
}
.menu-box .corner-box .ttl {
  font-size: 100px;
  line-height: 1.3;
  margin-bottom: 20px;
  border-bottom: 1px solid #001830;
}
.menu-box .corner-box .ttl::first-letter {
  color: #0accc6;
}
.menu-box .corner-box .link-pink-btn a {
  margin: 60px auto 0;
}
.menu-box .corner-box .corner-tl {
  position: absolute;
  top: 0;
  left: 0;
}
.menu-box .corner-box .corner-tr {
  position: absolute;
  top: 0;
  right: 0;
}
.menu-box .corner-box .corner-br {
  position: absolute;
  right: 0;
  bottom: 0;
}
.menu-box .corner-box .corner-bl {
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-box .img {
  margin-top: 100px;
}
@media print, screen and (max-width: 1459px) {
  .menu-box .corner-box {
    padding: 40px 100px;
  }
}
@media print, screen and (max-width: 1259px) {
  .menu-box .corner-box {
    padding: 40px 60px;
  }
}
@media print, screen and (max-width: 1124px) {
  .menu-box .img {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 991px) {
  .menu-box {
    display: flex;
    gap: 10px;
  }
  .menu-box .corner-box {
    padding: 40px;
  }
  .menu-box .corner-box .ttl {
    font-size: 40px;
  }
  .menu-box .corner-box .link-pink-btn a {
    margin: 40px auto 0;
  }
  .menu-box .img {
    display: none;
  }
}

.about-box .corner-box {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: -90px auto 0;
  padding: 120px 135px 90px;
  background: url(../images/common/corner-bg.png) no-repeat center center/cover;
}
.about-box .corner-box .ttl {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 10px;
  font-size: 50px;
  color: #001830;
  line-height: 1.3;
  margin-bottom: 20px;
  border-bottom: 1px solid #001830;
}
.about-box .corner-box .ttl span {
  font-size: 110px;
  color: #ff1493;
}
.about-box .corner-box .link-blue-btn a {
  margin: 60px auto 0;
}
.about-box .corner-box .corner-tl {
  position: absolute;
  top: 0;
  left: 0;
}
.about-box .corner-box .corner-tr {
  position: absolute;
  top: 0;
  right: 0;
}
.about-box .corner-box .corner-br {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-box .corner-box .corner-bl {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (max-width: 991px) {
  .about-box {
    display: flex;
    gap: 10px;
  }
  .about-box .corner-box {
    padding: 40px;
  }
  .about-box .corner-box .ttl {
    font-size: 24px;
  }
  .about-box .corner-box .ttl span {
    font-size: 40px;
  }
  .about-box .corner-box .link-blue-btn a {
    margin: 40px auto 0;
  }
  .about-box .img {
    display: none;
  }
}