/* laptop */
@media (max-width:1024px) { 
  #contents-sec .contents-items h3{
    margin-left: 0;
  }
}


/* medium */
@media (max-width:768px) {
nav ul {
  padding: 0;
}
/* BURGER */
.burger {
  position: relative;
  display: block;
  cursor: pointer;
}
.burger span {
  padding: 0.2rem 1.6rem;
  background: rgba(129, 102, 151, 1);
  margin: 0.5rem 0rem;
  display: block;
  transition: all 0.5s ease;
}
.nav-links a {
  color: white;
  font-size: var(--header3);
  /* text-decoration: underline; */
}
.nav-links .nav-bar-btn a {
  text-decoration: none;
}
.nav-links {
  background: linear-gradient(rgba(129, 102, 151, 1), #a296e0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  position: fixed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 1s ease;
}
.nav-links li {
  font-size: 1.5rem;
  margin: 3rem 0;
}

.nav-open {
  transform: translate(-100%);
}

.toggle .line1 {
  transform: rotateZ(45deg) translateY(300%);
  background: white;
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotateZ(-45deg) translateY(-300%);
  background: white;
}


/* ===================================
* poem1 area
=================================== */
#poem1-sec h2{
  font-weight: bold;
  font-size: 2rem;
}
#poem1-sec h2 img {
  width: 60%;
}
/* ===================================
* face-to-face area
=================================== */
#facetoface-sec {
  position: relative;
  margin: 0;
  padding: 0rem 0rem;
}
#facetoface-sec .textarea {
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  position: absolute;
  width: 100%;
  padding: 3rem 10%;
  z-index: 100;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  text-align: center;
  justify-content: center;
  align-items: center;
}
#facetoface-sec .textarea h1 { 
  color: #fff;
  font-size: calc(3rem + 1vw);
}
#facetoface-sec .textarea h3{ 
  color: #fff;
  font-size: calc(2rem + 1vw);
}
#facetoface-sec .textarea p { 
  color: #fff;
  font-size: calc(1rem + 1vw);
}




  /* ===================================
  * contents-sec area
  =================================== */
  #contents-sec {
    background: url('../img/building.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    padding-bottom: 5rem;
  }
  #contents-sec .contents-items {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #contents-sec .contents-items h3{
    color: #fff;
    font-size: 5rem;
    text-align: center;
    margin: 3rem 0;
    text-shadow: 3px 3px 5px #000;
  }
  
  #contents-sec .list-group {
    padding: 0;
  }

  #contents-sec .list-group .list-group-item {
    background: linear-gradient(rgba(129, 102, 151, 1), #a296e0) !important;
    margin-bottom: .9rem;
    color: rgba(255, 255, 255, 0.9);
    padding: .8rem 3rem;
    border-radius: 1rem;
    text-shadow: .1rem .1rem .2rem #000;
    box-shadow: .1rem .1rem .7rem rgba(0, 0, 0, 0.7);
  }
  #contents-sec .list-group .list-group-item a {
    color: #fff;
  }
  #contents-sec .list-group .list-group-item:hover {
    cursor: pointer;
  }
  #contents-sec .menu-photo-area {
    display: none;
  }

  /* contents modal styles */
  #contents-sec .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
  }

  #contents-sec .menu-photo-area-sp .modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  #contents-sec .menu-photo-area-sp .modal__content {
      background: rgba(0,0,0,0);
      left: 50%;
      padding: 40px;
      position: absolute;
      top: 49%;
      transform: translate(-50%,-50%);
      width: 100%;
      display: flex;
      flex-direction: column;
  }

  #contents-sec .menu-photo-area-sp .modal__content img{
    width: 90%;
    height: auto;
  }
  #contents-sec .menu-photo-area-sp .modal__content .menu-img1 {
    align-self: flex-end;
  }
  #contents-sec .menu-photo-area-sp .modal__content .menu-img2 {
    margin: -5rem 0 0 0;
  }
  #contents-sec .menu-photo-area-sp .modal__content .close-btn {
    color: #fff;
    align-self: flex-end;
    margin-bottom: 1rem;
  } 
  #contents-sec .menu-photo-area-sp .modal__content .title {
    color: #fff;
    text-align: center;
    margin: 2rem 0 .4rem 0;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #contents-sec .menu-photo-area-sp .modal__content .detail {
    color: #fff;
    text-align: center;
    margin: .3rem 0 1.4rem 0;
    font-size: 1.1rem;
  }
  #contents-sec .menu-photo-area-sp .modal__content button {
    background: rgb(60, 60, 152);
    color: #fff;
    border: none;
    padding: 1.4rem;
    border-radius: 10px;
    font-size: calc(1rem + 1vw);
  }
  
  
  /* ===================================
  * highlight Phone-sec area
  * almost settings are in [Highlight-Phone.css]
  =================================== */
  #highlight-phone-sec {
    position: relative;
    padding: 3rem 0rem;
    min-height: 33rem;
  }
  #highlight-phone-sec .container {
    max-width: 90%;
  }
  #highlight-phone-sec .highlight-phone-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  #highlight-phone-sec .highlight-phone-box .iphone-mockup{
    margin-right: auto;
    margin-left: 3rem;
  }
  /* #highlight-phone-sec .highlight-phone-box .iphone-mockup img{
  } */
  #highlight-phone-sec .highlight-phone-box .intro{
    position: absolute;
    top: 10%;
    right: 5%;
    min-height: 30rem;
  }


}
/* wid767-end */


@media (max-width:652px) {
  #highlight-phone-sec .highlight-phone-box .intro{
    position: absolute;
    top: 10%;
    right: 5%;
    min-height: 30rem;
  }
  #highlight-phone-sec .highlight-phone-box .intro p{
    text-align: left !important;
    margin: 0 0 .7rem 0;
    font-size: 1.3rem;
  }
  #highlight-phone-sec .highlight-phone-box .intro p{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7));
    padding: 2rem;
    color: #fff;
  }

}


@media (max-width:599px) {
  #hero-sec {
    height: 60vh;
  }
  #hero-sec .hero-text-area {
    flex: 2 1 5rem;
  }
  #hero-sec .hero-text-area .wall-left {
    width: 25vw;
    min-width: 20rem;
    left: 0;
  }
  #hero-sec .hero-text-area .hero-txt h1{
    font-size: calc(2.7rem + 1vw);
    left: 10%;
    top: 60%;
  }
  #hero-sec .hero-photo-area img{
    bottom : -30%;
    right: 50%;
    left: 70rem;
    top: 0;
  }

  #poem1-sec h2 img {
    width: 80%;
  }

}


/* small */
@media (max-width:479px) {
  #hero-sec .hero-text-area .hero-txt h1 img {
    width: 90%;
  }
  #poem1-sec h2{
    font-weight: bold;
    font-size: 1.7rem;
  }

  #highlight-phone-sec .highlight-phone-box .intro{
    color: #fff;
    left: 5%;
    text-shadow: .1rem .1rem .2rem #000;
  }
  
  #poem1-sec h2 img {
    width: 85%;
  }

  /* facetoface section */
  #facetoface-sec .textarea h1 { 
    color: #fff;
    font-size: calc(2.5rem + 1vw);
  }
  #facetoface-sec .textarea h3{ 
    color: #fff;
    font-size: calc(1.5rem + 1vw);
  }
  #facetoface-sec .textarea p { 
    color: #fff;
    font-size: calc(1.2rem + 1vw);
  }

  /* contents-section */
  #contents-sec　{
    height: auto !important;
  }
  #contents-sec .other-menu-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #contents-sec .list-group .list-group-item {
    margin-bottom: .9rem;
    padding: .6rem 1rem;
    font-size: 1.7rem;
    width: 100%;
    text-align: center;
  }
}
/* wid-479-end */