/*========= ふわっと出す ===============*/
.animation {
/*  margin: 50px 0; */
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/*========= デフォルトデザイン打消 ===============*/
body {
  background: #ffffff;
  background-position: right 10%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 12%;
  border: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  font-weight: bolder;
  color: #606060;
  -webkit-text-size-adjust: 100%;
  font-size: 2rem;
}
h1, h2, h3, h4, h5 {
  font-weight: bolder;
  text-align: center;
}
h1 {
  font-size: 40px;
}
.pagetop {
  display: none;
}
/* ヘッダー周り調整 */
.headerWrap .headerUpper {
  margin-top: 48px;
  height: 40px;
  margin-bottom: 8px;
}
.headerLower {
  display: none;
}
.fs-l-page {
  padding-top: unset;
}
.lp-header {
  border: none;
  height: auto;
  width: 400px;
  margin: 8px auto;
}
.fs-l-main {
  max-width: 100%;
  padding: unset;
}
.fs-c-heading {
  display: none;
}
.fs-l-pageMain {
  max-width: 100%;
}
.dev-footerWrap {
  /* background-color: #7ba0c1; */
}
.headerWrap .headerMenuWrap {
  z-index: 9999;
}
.headerWrap .headerMenuWrap .tabArea .headerTabOverlay {
  background: none;
}
/*========= レイアウトのためのCSS ===============*/
#mv {
    margin-top: 8px;
}
.mv img {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#contentsArea {
  margin: auto;
  width: 100%;
  max-width: 100%;
}
#contentsArea .box {
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
  clip-path: polygon(0 72px, 100% 0, 100% calc(100% - 72px), 0 100%);
}
#contentsArea .txt {
  width: 425px;
  margin: auto;
}
#contentsArea .dress-area {
	width: 480px;
  margin: auto;
}
.example {
    text-align: center;
    margin-top: 80px;
}
.example .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 80px auto;
}
.example .list .blue {
    background: #59b9be;
}
.example .list .yellow {
    background: #ffdf35;
}
.example .list .sq {
    height: 150px;
    width: 150px;
    margin: 32px;
    display: table;
}
.example .list .sq p {
    padding: 4px;
    margin: auto;
    height: 2rem;
    font-size: 2.3rem;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.example .img {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: calc(48% - 0px) calc(48% - 0px);
    grid-gap: 24px;
}
.example .img .list {
    display: block;
    width: 80%;
    margin: auto;
}
.example .img .list p {
  text-align: left;
  font-size: 16px;
}
.lineup {
  background-color: #59b9be;
  color: #fff;
}
.lineup .box {
  display: flex;
  justify-content: space-evenly;;
  align-items: flex-start;
}
.lineup .txt .small {
    font-size: smaller;
    margin: 24px 0;
}
.lineup .dress-area .main {
  margin: auto;
  border: solid 6px #FFF;
  border-radius: 4px;
  width: 440px;
  height: 672px;
}

.lineup .dress-area .main img {
  object-fit: cover;
  height: 660px;
  width: 440px;
  padding: 6px;
}
.lineup .dress-area .list {
  height: 800px;
  margin: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: calc(30% - 0px) calc(30% - 0px) calc(30% - 0px);
  grid-gap: 8px;
  align-items: center;
  align-content: center;
}
.lineup .dress-area .list::-webkit-scrollbar {
   width: 10px;
}
.lineup .dress-area .list::-webkit-scrollbar-track {
   background-color: #FFF;
}
.lineup .dress-area .list::-webkit-scrollbar-thumb {
   background-color: #74a0b9;
}
.lineup .dress-area .list img {
  object-fit: cover;
  object-position: center;
  height: 220px;
  width: 160px;
}
.price .box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.price ul {
    list-style: none;
}
.price li {
  margin: 2rem auto;
  border-bottom: solid 8px #5AB9BE;
  width: fit-content;
}
.price ul .c-price {
    margin-left: 4rem;
    font-size: 3rem;
}
.schedule {
  background: #ffdf35;
  color: #fff;
  text-align: center;
  font-size: 40px;
  height: 500px;
  display: table;
  width: 100%;
}
.schedule .content {
  display: table-cell;
  vertical-align: middle;
}
.schedule .small {
  font-size: 24px;
}
.contact {
  text-align: center;
  margin: 80px auto;
  font-size: 32px;
}
.contact .btn {
  margin: 24px;
}
.contact a {
  background: #59b9be;
  padding: 16px;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
}
.contact a:hover {
  opacity: 0.75;
}
.contact a:visited {
  color: #ffffff;
}
.creditArea {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  background: #59b9be;
  clip-path: polygon(0 72px, 100% 0, 100% calc(100% - 0px), 0 100%) !important;
}
.creditArea p {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.creditArea a {
  color: #ffffff;
}
.creditArea a:visited {
  color: #ffffff;
}

@media screen and (max-width: 1100px){
  .lp-header {
    width: 240px;
  }
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 5vw;
  }
  .example .list {
    flex-wrap: wrap;
  }
  .example .list .sq {
    height: 120px;
    width: 120px;
  }
  .example .list .sq p {
    font-size: 4.6vw;
  }
  .example .img {
    display: flex;
    flex-direction: column;
  }
  .example .img .list p {
    font-size: 3vw;
  }
  #contentsArea .box {
    clip-path: polygon(0 32px, 100% 0, 100% calc(100% - 32px), 0 100%);
  }
  .lineup .box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #contentsArea .txt {
    width: 80%;
    margin: auto;
  }
  #contentsArea .dress-area {
    width: 80%;
    margin: 40px auto;
  }
  .lineup .dress-area .list {
    height: 620px;
  }
  .lineup .dress-area .list img {
    height: auto;
    aspect-ratio: 2 / 3;
  }
  .price .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .price .dress-area {
    width: 80%;
  }
  .schedule p {
    font-size: 8vw;
  }
  .schedule .small {
    font-size: 16px;
  }
  .contact a {
    font-size: 6vw;
  }
  .creditArea {
    clip-path: polygon(0 32px, 100% 0, 100% calc(100% - 0px), 0 100%) !important;
  }
  

}
