@charset "UTF-8";
/* CSS Document */
/*top-img*/
/*slick top img*/
.top-img-area {
  position: relative;
  overflow: hidden;
  z-index: 999;
  text-align: center;
  margin: 0 auto;
  max-width: 100vw;
  width: auto;
}
.sp-top-slider .pc-top-slider {
  background-color: #c6c6c6;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.sp-img .pc-img {
  width: 100%;
  height: auto;
}
.add-animation {
  animation: zoom-fade 10s both;
}
@keyframes zoom-fade {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@media(min-width:770px) {
  .top-img-area {
    height: auto;
  }
  .sp-top-slider {
    display: none;
  }
}
@media(max-width:769px) {
  .pc-top-slider {
    display: none;
  }
}
/*▼top-title*/
.top-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.8;
}
.top-title h1 {
  font-size: 4rem;
  font-family: "HiraMinProN-W3";
  letter-spacing: 0.2em;
}
.top-title h2 {
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ ProN";
  letter-spacing: 0.2em;
}
/*▲top-title*/
/*▼consept-text*/
.consept-area {
  padding: 20px 0 60px;
  background: #f4f5f7;
}
.sp-consept-text {
  width: 100%;
  padding: 0px 6% 60px;
  font-size: 1.2rem;
  line-height: 2.4;
  text-align: center;
}
@media(min-width:770px) {
  .consept-area {
    padding: 20px 0 80px;
  }
  .pc-consept-text {
    padding: 0px 10% 80px;
    font-size: 1.6rem;
    line-height: 3;
    text-align: center;
  }
  .sp-consept-text {
    display: none;
  }
}
/*▲cconsept-text*
/
/* ▼fadein*/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {}
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*▲fadein*/
/*▼slide*/
.consept-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.consept-slider li {
  display: inline-block;
  width: min-content;
}
.consept-slider .slick-slide {
  transform: scale(0.8);
  transition: all .5s;
  opacity: 0.5;
}
.consept-slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.sp-consept-frame {
  width: 70vw;
  height: 500px;
  border-radius: 200px;
  cursor: pointer;
  margin: 0 auto 20px;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #fff;
  text-align: center;
  justify-content: center;
}
.sp-consept-frame img {
  width: 70vw;
  height: 500px;
  border-radius: 200px;
  object-fit: cover;
}
.consept-slider h4 {
  text-align: center;
  margin: 0 10px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
}
.consept-slider p {
  text-align: center;
  margin: 10px 10px 20;
  width: 100%;
  font-size: 1.2rem;
}
@media(max-width:769px) {
  .pc-consept-text {
    display: none;
  }
  .pc-consept-frame {
    display: none;
  }
}
@media(min-width:770px) {
  .consept-slider {
    width: 100%;
    margin: 0 auto;
  }
  .pc-consept-frame {
    width: 74vw;
    height: auto;
    border-radius: 300px;
    cursor: pointer;
    margin: 0 auto 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #fff;
    text-align: center;
    justify-content: center;
  }
  .pc-consept-frame img {
    width: 100%;
    height: auto;
    border-radius: 300px;
  }
  .consept-slider h4 {
    margin: 0 20px;
    font-size: 1.6rem;
  }
  .consept-slider p {
    margin: 10px 10px 20px;
    font-size: 1.4rem;
  }
  .sp-consept-frame {
    display: none;
  }
}
/*▲slide*/
/*▼dot*/
.dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li:hover, .dots-wrap li.slick-active {
  background: #333;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
/*▲dot*/
/*▲consept*/
/*▼price*/
.price-area {
  padding-bottom: 60px;
  background: rgba(255, 255, 255);
}
section.price-list {
  padding: 0px 7%;
  background: rgba(255, 255, 255);
}
.price-category h4 {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: normal;
}
.price-category p {
  font-size: 1rem;
  color: #8A8A8A;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #8a8a8a;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
dl.price-category {
  padding: 0 4%;
  width: 100%;
  font-size: 1.2rem;
}
dl.price-category div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
dl.price-category div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #333;
}
dl.price-category dt {
  margin: 0;
  padding: 0 5px 0 0;
  background-color: #FFF;
  z-index: 2;
  text-align: left;
}
dl.price-category dd {
  margin: 0;
  padding: 0 0 0 5px;
  background-color: #FFF;
  z-index: 2;
  text-align: right;
}
@media(min-width:770px) {
  .price-area {
    padding-bottom: 100px;
  }
  section.price-list {
    width: 80%;
    margin: 0% auto;
  }
  .price-category h4 {
    padding-top: 20px;
    font-size: 2rem;
  }
  .price-category p {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  dl.price-category {
    font-size: 1.4rem;
  }
}
/*▲price*/
/*▼staff*/
.staff-area {
  background: url("https://kokyo-official.co.jp/img/sp_creative_2.jpg");
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
  background-attachment: fixed;
  background-position: center;
  display: flex;
}
/*▼glass*/
.glass {
  /*margin: 400px 0;
    padding-bottom:80px;*/
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  line-height: normal;
}
@media(min-width:770px) {
  .glass {}
}
/*▲glass*/
.staff-area .caption h3 {
  color: #fff;
}
.staff-area .caption p {
  color: #ddd;
}
.staff-area hr {
  background-color: #fff;
}
.staff-list {
  width: 100%;
  padding: 0px 2% 80px;
}
.staff-list ul {
  color: #fff;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 170px));
  gap: 20px;
  justify-content: center;
}
.staff-list li {
  margin-bottom: 20px;
  text-align: center;
  width: 170px;
  height: auto;
}
.staff-list li img {
  width: 100%;
  border-radius: 100px;
}
.staff-list p {
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.staff-list h4 {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: normal;
}
/*▼nominate*/
.nominate-button-link {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.nominate-button {
  text-decoration: none;
  width: 140px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 120px;
  color: #fff;
  letter-spacing: 0.01em;
  outline: none;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease-out;
}
.nominate-button:hover {
  background: #f4f5f7;
  animation: infinite;
  color: #333;
}
-button-link {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
@media(min-width:570px) {
  .staff-list ul li:nth-child(5 6) {
    display: none;
  }
}
@media(min-width:770px) {
  .staff-area {
    background-image: url("https://kokyo-official.co.jp/img/pc_creative_2.jpg");
    background-size: auto;
  }
  .staff-list {
    width: 100%;
    padding: 0 10% 100px;
  }
  .staff-list ul {
    color: #fff;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
    gap: 40px;
    justify-content: center;
  }
  .staff-list ul li {
    margin-bottom: 20px;
    width: 200px;
  }
  .staff-list img {
    width: 100%;
    height: auto;
    border-radius: 100px;
  }
  .staff-list p {
    margin-top: 12px;
  }
  .staff-list h4 {
    font-size: 1.8rem;
    margin-top: 8px;
  }
  .nominate-button-link {
    display: flex;
    justify-content: center;
    padding-top: 12px;
  }
}
/*▲staff*/
/*▼instagram*/
.instagram-area {
  padding-bottom: 80px;
  width: 100%;
  background: #f4f5f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*▼img*/
.instagram-hover {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  justify-content: center;
  margin-bottom: 4px;
  width: 100%;
}
.instagram-hover:last-child {
  margin-bottom: 40px;
}
.instagram-zoom {
  overflow: hidden;
  cursor: pointer;
  margin-right: 4px
}
.instagram-zoom :last-child {
  margin-right: 0;
}
.instagram-zoom img {
  width: 100px;
  height: 100px;
}
.instagram-zoom img:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.3);
}
@media(min-width:770px) {
  .instagram-area {
    padding-bottom: 100px;
  }
  .instagram-zoom img {
    width: 110px;
    height: 110px;
  }
}
/*▼button*/
.instagram-button-link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.instagram-button {
  position: relative;
  display: flex;
  width: 120px;
  height: 40px;
  border: 0.9px solid #333;
  border-radius: 110px;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  outline: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease-out;
}
.instagram-button:hover {
  color: #333;
  background: #e8e8e8;
  opacity: 0.5;
  animation: infinite;
}
/*▲instagram*/
/*▼news*/
.news-area {
  padding-bottom: 80px;
  background: #e8e8e8;
}
.news-post {
  display: flex;
  overflow-x: scroll;
}
.news-post::-webkit-scrollbar {
  height: 4px;
}
.news-post::-webkit-scrollbar-thumb {
  background: #919191;
  border-radius: 6px;
}
.news-post::-webkit-scrollbar-track {
  background: #dbdbdb;
  border-radius: 6px;
}
.news-item-frame {
  width: 200px;
  height: 250px;
  margin: 0px 0px 20px 20px;
  border-radius: 50px;
  background: #e8e8e8;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 6px 4px 10px #c5c5c5, -6px 0px 10px #fff;
  flex-shrink: 0;
}
.news-post :last-child {
  margin-right: 20px;
}
.news-item-frame:hover {
  border: 1.4px solid white;
}
.news-item-frame:active {
  box-shadow: 4px 4px 12px #333, -4px -4px 12px #fff;
}
.news-item-frame img {
  object-fit: cover;
  width: 100%;
  height: 132px;
  border-radius: 50px 50px 0px 0px;
}
.news-time {
  margin: 6px 14px 0px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #7E7E7E;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.news-heading {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 4px 14px 0px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media(min-width:770px) {
  .news-area {
    padding-bottm: 100px;
  }
  .news-post {
    width: 80%;
    display: flex;
    margin: 0 10%;
    padding-right: 20px;
    overflow-x: scroll;
  }
  .news-post::-webkit-scrollbar {
    height: 6px;
  }
  .news-post::-webkit-scrollbar-thumb {
    background: #919191;
    border-radius: 7px;
  }
  .news-post::-webkit-scrollbar-track {
    background: #dbdbdb;
    border-radius: 7px;
  }
  .news-item-frame {
    width: 200px;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 50px;
    background: #e8e8e8;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 6px 4px 10px #c5c5c5, -6px 0px 10px #fff;
    flex-shrink: 0;
    margin-left: 20px;
  }
  .news-item-frame:hover {
    border: 1.4px solid white;
  }
  .news-item-frame:active {
    box-shadow: 4px 4px 12px #333, -4px -4px 12px #fff;
  }
  .news-item-frame img {
    object-fit: cover;
    width: 100%;
    height: 132px;
    border-radius: 50px 50px 0px 0px;
  }
  .news-time {
    font-size: 1.4rem;
  }
  .news-heading {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
/*▼more-button*/
.news-page-button {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 110px;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  background: #e8e8e8;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-top: 60px;
}
.news-page-button:hover {
  border: 1.4px solid white;
}
.news-page-button:active {
  box-shadow: 4px 4px 12px #333, -4px -4px 12px #fff;
}
/*▲more-button*/
/*▼more-button-area*/
.more-button-area {
  display: flex;
  text-align: center;
  justify-content: center;
}
/*▲more-button-area*/
/*▲news/
/*▼information*/
.information-area {
  background: #fff;
  padding-bottom: 80px;
}
.information-list {
  padding: 0px 15px;
  flex: basis;
  width: 100%;
}
.information-item {
  border-left: 1.6px solid #e8e8e8;
  padding-left: 15px;
}
.shopname {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.information-item tabel {
  border-collapse: collapse;
  border-spacing: 0;
}
.information-item tr {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.information-item th {
  width: 80px;
  padding: 10px 15px 10px 0px;
  text-align: left;
  font-weight: normal;
}
.information-item td {
  padding: 5px 0px;
  line-height: 1.6em;
}
.g-map {
  position: relative;
  padding-top: 56.25%;
  margin-top: 20px;
  width: 100%;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(min-width:770px) {
  .information-area {
    padding-bottm: 100px;
  }
  .information-list {
    display: flex;
    flex-direction: row;
    padding: 0px 5%;
    width: 100%;
    height: 420px;
  }
  .information-item th {
    width: 100px;
  }
  .g-map {
    margin: 0px 0px 0px 40px;
    width: 50%;
    height: 350px;
  }
  .g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
  }
}