@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#index.index {
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

#index.index .mv {
  height: 100vh;
  width: 100vw;
  min-height: 400px;
  position: relative;
}
#index.index .mv__inner {
  width: 100%;
  height: 100%;
  padding: 20px;
}
#index.index .mv__inner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index.index .mv__innerpc {
  width: 100%;
  height: 100%;
  padding: 20px;
  display:block;
}
#index.index .mv__innerpc > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index.index .mv__innersp {
  display:none;
}
#index.index .mv__innersp > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 820px) {
  #index.index .mv__innerpc {
    display:none;
  }
  #index.index .mv__innersp {
    width: 100%;
    height: 100%;
    padding: 20px;
    display:block;
    object-fit: cover;
  }
}
#index.index .mv__title {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  display: block;
  padding-right: 20px;
}
#index.index .mv__title > .main {
  color: #fff;
  font-size: 26px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;;
  letter-spacing: 0.05em;
}
#index.index .mv__title > .main .up {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 820px) {
  #index.index .mv__title {
    top: 65%;
    left: 10%;
  }
  #index.index .mv__title > .main {
    font-size: 20px;
  }
}
#index.index .mv__title > .main .up::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: #fff;
}
#index.index .mv__title > .main .under {
  position: relative;
}
#index.index .mv__title > .main .under::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 250px;
  height: 1px;
  background-color: #fff;
}
#index.index .mv__title .sub {
  color: #fff;
  font-weight: 100;
  display: flex;
  letter-spacing: 0.05em;
  align-items: center;
}
#index.index .mv__title .sub .line {
  width: 150px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
  margin-top: 5px;
}
#index.index .mv .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  animation: upDown 3s infinite; /* 1秒間隔で無限に繰り返す */
  transform: translate(-50%, -10px);
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px); /* 上下の移動量 */
  }
  100% {
    transform: translateY(0);
  }
}
#index.index .introduction .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#index.index .introduction .content .c-title {
  color: #7a7a79;
  margin-bottom: 10px;
}

@media only screen and (max-width: 820px) {
  #index.index .introduction .content {
    display: block;
  }
}
#index.index .introduction .content .text {
  position: relative;
  width: 45%;
}
@media only screen and (max-width: 820px) {
  #index.index .introduction .content .text {
    width: 100%;
    margin-bottom: 40px;
  }
}
#index.index .introduction .content .text .title {
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 18px;
}
@media only screen and (max-width: 820px) {
#index.index .introduction .content .text .title {
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 15px;
}
}

#index.index .introduction .content .text p {
  margin-bottom: 40px;
}
#index.index .introduction .content .text .handMark {
  position: absolute;
  right: 100px;
  bottom: -120px;
  z-index: -1;
}
@media only screen and (max-width: 820px) {
  #index.index .introduction .content .text .handMark {
    bottom: 20px;
  }
}
#index.index .introduction .content .media {
  position: relative;
  width: 45%;
}
@media only screen and (max-width: 820px) {
  #index.index .introduction .content .media {
    width: 100%;
    max-width: 600px;
  }
}
#index.index .introduction .content .media::after {
  content: "";
  position: absolute;
  top: -30px;
  height: 120%;
  width: 100vw;
  left: 20%;
  background-color: #c39000;
  z-index: -1;
  opacity: 0.2;
}
@media only screen and (max-width: 820px) {
  #index.index .introduction .content .media::after {
  left: -20%;
  }
}
#index.index .introduction .content .media > figure {
  width: 100%;
}
#index.index .introduction .content .media > figure > img {
  width: 100%;
}
#index.index .salon .content {
  display: flex;
}
#index.index .salon .content .c-title {
  color: #5C5A58;
  font-family: Futura;
  font-weight: lighter;
  font-size: 24px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 820px) {
  #index.index .salon .content {
    display: block;
  }
  #index.index .salon .content .c-titleMark {
    margin-left: auto;
    margin-right: auto;
  }
  #index.index .salon .content .c-title {
    text-align: center;
  }
}

#index.index .salon .content .text {
  width: 280px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #5C5A58;
}
@media only screen and (max-width: 820px) {
  #index.index .salon .content .text {
    width: 100%;
    padding-right: 0;
  }
}
#index.index .salon .content .text .wrapper {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 120px; /* 画面上部から120pxのところで固定 */
}
@media only screen and (max-width: 820px) {
  #index.index .salon .content .text .wrapper {
    position: relative;
    top: 0;
  }
}
#index.index .salon .content .salons {
  width: calc(100% - 300px);
  padding-top: 60px;
}
@media only screen and (max-width: 820px) {
  #index.index .salon .content .salons {
    width: 100%;
    padding-top: 0px;
  }
}
#index.index .salon .content .salons .eachSalon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  background-color: #e5e3e1;
  padding: 30px;
}
@media only screen and (max-width: 820px) {
  #index.index .salon .content .salons .eachSalon {
    display: block;
  }
}
#index.index .salon .content .salons .eachSalon--reverse {
  flex-direction: row-reverse;
}
#index.index .salon .content .salons .eachSalon__media {
  width: 52%;
}
@media only screen and (max-width: 820px) {
  #index.index .salon .content .salons .eachSalon__media {
    width: 100%;
    margin-bottom: 20px;
  }
}
#index.index .salon .content .salons .eachSalon__media > figure {
  width: 100%;
  position: relative;
}
#index.index .salon .content .salons .eachSalon__media > figure::after {
  content: "";
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  border: #FAEBD7 1px solid;
  left: 15px;
  top: 15px;
}
#index.index .salon .content .salons .eachSalon__media > figure > img {
  width: 100%;
}
#index.index .salon .content .salons .eachSalon__media > figure .is-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
 
}
figure .is-new p{
  font-size: 1em;
  opacity: 0.8;
  padding: 0 0.4em;
  color: #2c2c2f;
  background: #cde4ff;

}
#index.index .salon .content .salons .eachSalon__text {
  width: 42%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #5C5A58;
}
@media only screen and (max-width: 820px) {
  #index.index .salon .content .salons .eachSalon__text {
    width: 100%;
    text-align: center;
  }
  #index.index .salon .content .salons .eachSalon__text p {
    text-align: left;
    margin:0 auto;
  }
  #index.index .salon .content .salons .eachSalon__text .c-btn {
    margin: 0 auto;
  }
}
#index.index .salon .content .salons .eachSalon__text .planName {
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  align-items: center;
}
#index.index .salon .content .salons .eachSalon__text .planName .text {
  font-size: 12px;
  display: contents;
  color: #c39000;
}
#index.index .salon .content .salons .eachSalon__text .planName .planLine {
  height: 2px;
  width: 100%;
  background-color: #7a7a79;
  top: 50%;
  right: 100%;
  margin-top: 3px;
  transform: translate(10px, -50%);
}
#index.index .salon .content .salons .eachSalon__text .explanation {
  font-size: 16px;
  /* font-weight: bold; */
  font-family: futura;
  line-height: 2;
  margin-bottom: 20px;
  color: #c39000;
}
#index.index .salon .content .salons .eachSalon__text #miyakop{
  text-align: center;
}
#index.index .salon .content .salons .eachSalon__text .price {
  margin-bottom: 20px;
  color: #c39000;
  font-size: 16px;
}
#index.index .salon .content .salons .eachSalon__text .price span {
  font-size: 12px;
  margin-left: 5px;
}
#index.index .salon .content .salons .eachSalon__text p {
  margin-bottom: 20px;
}
#index.index .salon .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  /* background-image: url("/assets/image/top/salon/menuBg.png"); */
  background-color: #fafafa;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#index.index .showCase {
  background-image: url("/assets/image/top/showCase/menuBg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}
#index.index .showCase__title {
  margin-bottom: 20px;
}
#index.index .showCase__desc {
  margin-bottom: 20px;
}
#index.index .showCase .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}
#index.index .showCase .list .item {
  width: 18%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  #index.index .showCase .list .item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
#index.index .showCase .list .item .anc .media {
  margin-bottom: 15px;
}
#index.index .showCase .list .item .anc .media > figure {
  width: 100%;
}
#index.index .showCase .list .item .anc .media > figure > img {
  width: 100%;
}
#index.index .showCase .list .item .anc .title {
  margin-bottom: 15px;
  font-size: 15px;
  color: #5C5A58;
}
#index.index .showCase .list .item .anc .tags {
  display: flex;
}
#index.index .showCase .list .item .anc .tags .eachTag {
  margin-right: 10px;
  color: #333;
  font-size: 10px;
}
@media only screen and (max-width: 820px) {
  #index.index .showCase .btnWrapper {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#index.index .showCase .btnWrapper .showCase__btn {
  margin-left: auto;
}
#index.index .weddingPhoto .titleContent {
  text-align: center;
  margin-bottom: 0px;
}
#index.index .weddingPhoto .titleContent .c-titleMark {
  margin-left: auto;
  margin-right: auto;
}
#index.index .weddingPhoto .step {
  padding: 20px;
  display: flex;
  background: #f3f3f3;
  margin-bottom: 0px;
  gap: 40px;
}
@media only screen and (max-width: 820px) {
  #index.index .weddingPhoto .step {
    display: block;
  }
}
#index.index .weddingPhoto .step--reverse {
  flex-direction: row-reverse;
}
#index.index .weddingPhoto .step__media {
  max-width: 50%;
  width: 49%;
  position: relative;
}
@media only screen and (max-width: 820px) {
  #index.index .weddingPhoto .step__media {
    width: 100%;
    max-width: 100%;
  }
}
#index.index .weddingPhoto .step__media::after {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #fcf4de;
}
@media only screen and (max-width: 820px) {
  #index.index .weddingPhoto .step__media::after {
    top: -10px !important;
    left: -10px !important;
  }
}
#index.index .weddingPhoto .step__media--reverse::after {
  position: absolute;
  bottom: -40px;
  right: -40px;
  top: auto;
  left: auto;
}
#index.index .weddingPhoto .step__text {
  background-color: #fff;
  max-width: 50%;
  padding: 20px;
  width: 49%;
}
@media only screen and (max-width: 820px) {
  #index.index .weddingPhoto .step__text {
    width: 100%;
    max-width: 100%;
  }
}
#index.index .weddingPhoto .step__text__title {
  display: flex;
  border-bottom: 2px solid #7a7a79;
  padding: 10px;
  margin-bottom: 20px;
}
#index.index .weddingPhoto .step__text__title .num {
  text-align: center;
}
@media only screen and (max-width: 820px) {
  #index.index .weddingPhoto .step__text__title .num {
    margin-right: 10px;
  }
}
#index.index .weddingPhoto .step__text__title .num .stepText {
  font-size: 10px;
  padding-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
#index.index .weddingPhoto .step__text__title .num .no {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 820px) {
  #index.index .weddingPhoto .step__text__title .num .no {
    font-size: 18px;
  }
}
#index.index .weddingPhoto .step__text__title h2 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index.index .weddingPhoto .step__text__title h2 br{
  display: none;
}
@media only screen and (max-width: 820px) {
  #index.index .weddingPhoto .step__text__title h2 {
    font-size: 18px;
  }
  #index.index .weddingPhoto .step__text__title h2 br{
    font-size: 18px;
    display: initial;
  }
}
#index.index .weddingPhoto .step__text__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 340px;
}
#index.index .weddingPhoto .step__text__content .order {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#index.index .weddingPhoto .step__text__content .order__num {
  color: #7a7a79;
  border-radius: 50%;
  border: 1px solid #7a7a79;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
#index.index .weddingPhoto .step__text__content .order__num > div {
  margin-left: 2px;
}
#index.index .weddingPhoto .step__text__content .order__text {
  width: calc(100% - 50px);
}
#index.index .weddingPhoto .step__text__content .order__text__title {
  color: #333;
  margin-bottom: 5px;
}
@media only screen and (max-width: 820px) {
  #index.index .weddingPhoto .step__text__content .order__text__title {
    font-size: 14px;
    line-height: 1.3;
  }
}
#index.index .weddingPhoto .step__text__content .order__text p {
  line-height: 1.5;
}
#index.index .rentalDress {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 10%;
}
#index.index .rentalDress .titleContent {
  text-align: center;
  margin-bottom: 60px;
}
#index.index .rentalDress .titleContent .c-titleMark {
  margin-left: auto;
  margin-right: auto;
}
#index.index .rentalDress .titleContent .rentalDress__title {
  margin-bottom: 20px;
}
#index.index .rentalDress .titleContent .rentalDress__desc {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 20px;
}
@media only screen and (max-width: 820px) {
#index.index .rentalDress .titleContent .rentalDress__desc {
  font-size: 12px;
}
}
#index.index .rentalDress .titleContent .slogan {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
}
#index.index .rentalDress .titleContent .rentalex{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#index.index .rentalDress .titleContent .rentalex .rentalextitle{
  font-size: 24px;
  color: #7a7a79;
  font-weight: bold;
  border-right:1px solid #7a7a79;
  padding-right: 20px;
  margin-right: 20px;
  width: auto;
}
#index.index .rentalDress .titleContent .rentalexsen{
  font-size: 14px;
  text-align: left;

}


@media only screen and (max-width: 820px) {
  #index.index .rentalDress .titleContent .slogan {
    font-size: 18px;
    /* text-align-last: left; */
  }
  #index.index .rentalDress .titleContent .rentalex .rentalextitle{
    font-size: 18px;
    padding-right: 10px;
    margin-right: 10px;
  }
  #index.index .rentalDress .titleContent .rentalexsen{
    font-size: 12px;
  }
}
#index.index .rentalDress .titleContent .rentalDress__desc2 {
  line-height: 1.3;
}
@media only screen and (max-width: 820px) {
  #index.index .rentalDress .titleContent .rentalDress__desc2 {
    /* text-align-last: left; */
    
  }
}
#index.index .rentalDress .items {
  width: 100%;
  aspect-ratio: 1078/442;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 820px) {
  #index.index .rentalDress .items {
    aspect-ratio: inherit;
  }
}
#index.index .rentalDress .items .each {
  position: absolute;
  aspect-ratio: 350/230;
  width: 32.5%;
  border: 1px solid #FAEBD7;
  transition: all 0.5s;
}

@media only screen and (max-width: 820px) {
  #index.index .rentalDress .items .each {
    width: 100%;
    position: static;
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
#index.index .rentalDress .items .each > img {
  width: 100%;
}
#index.index .rentalDress .items .each--1 {
  top: 0;
  left: 0;
}
#index.index .rentalDress .items .each--2 {
  left: 23%;
  bottom: 5%;
}
#index.index .rentalDress .items .each--3 {
  right: 23%;
  top: 10%;
}
#index.index .rentalDress .items .each--4 {
  bottom: 0;
  right: 0;
}
#index.index .rentalDress .items .each:hover {
  scale: 1.3;
  z-index: 5;
}
@media only screen and (max-width: 820px) {
  #index.index .rentalDress .items .each:hover {
    scale: 1;
  }
}

#index.index .rentalDress .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 900px;
  padding: 10px;
  margin: auto;
}
#index.index .rentalDress .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
@media (max-width: 900px) {
  index.index .rentalDress .grid-container {
      grid-template-columns: repeat(3, 1fr);
  }
}

#index.index .rentalDress .itemss{
  margin-bottom: 40px;
 }
#index.index .rentalDress .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*宮古島レンタルドレス*/
#index.index .rentalDress .bgm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -100;
}

#index.index .contact {
  background-color: #F7F7F7;
  padding: 60px;
}
@media only screen and (max-width: 820px) {
  #index.index .contact {
    padding: 40px 0px;
  }
}
#index.index .contact__wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 820px) {
  #index.index .contact__wrapper {
    display: block;
  }
}
#index.index .contact__wrapper .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 100;
  margin-right: 40px;
}
@media only screen and (max-width: 820px) {
  #index.index .contact__wrapper .text {
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#index.index .contact__wrapper .lineBtn {
  background-color: #9e9e9e;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 360px;
  height: 80px;
  border-radius: 3px;
}
@media only screen and (max-width: 820px) {
  #index.index .contact__wrapper .lineBtn {
    height: 60px;
    min-width: 280px;
  }
}
#index.index .contact__wrapper .lineBtn img {
  margin-right: 20px;
}
@media only screen and (max-width: 820px) {
  #index.index .contact__wrapper .lineBtn img {
    width: 30px;
  }
}
#index.index .contact__wrapper .lineBtn div {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: lighter;
}
#index.index .question .content {
  aspect-ratio: 1076/480;
  position: relative;
}
@media only screen and (max-width: 820px) {
  #index.index .question .content {
    aspect-ratio: inherit;
  }
}
#index.index .question .content .left {
  width: 43%;
  min-width: 480px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
@media only screen and (max-width: 820px) {
  #index.index .question .content .left {
    min-width: 100px;
    width: 100%;
    position: relative;
  }
}
#index.index .question .content .left .text {
  background-color: #E89F9A;
  padding: 20px 10px;
}
#index.index .question .content .left .text .title {
  font-size: 24px;
  padding: 15px;
  padding-top: 0px;
  border-bottom: 2px solid #5C5A58;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 820px) {
  #index.index .question .content .left .text .title {
    font-size: 18px;
  }
}
#index.index .question .content .left .text p {
  line-height: 1.4;
}
#index.index .question .content .left .mark {
  margin-top: 120px;
  margin-left: 20px;
}
@media only screen and (max-width: 820px) {
  #index.index .question .content .left .mark {
    position: absolute;
    width: 40%;
    top: -30%;
    left: 1%;
    margin-top: 0;
    margin-left: 0;
  }
}
#index.index .question .content .right {
  padding: 0px;
  background-color: #ffffff;
  aspect-ratio: 650/385;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
}
@media only screen and (max-width: 820px) {
  #index.index .question .content .right {
    position: static;
    width: 100%;
  }
}
#index.index .question .content .right .movie {
  /* background-color: #F7F7F7;
  width: 100%;
  height: 100%; */
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* overflow: hidden; */
}
#index.index .question .content .right .movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index.index .staffBlog {
  background-image: url("/assets/image/top/staffBlog/menuBgbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
#index.index .staffBlog .content .staffBlog__title {
  margin-bottom: 20px;
}
#index.index .staffBlog .content .staffBlog__desc {
  margin-bottom: 40px;
}
#index.index .staffBlog .content .list {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
#index.index .staffBlog .content .list .item {
  width: 32%;
  cursor: pointer;
  margin-bottom: 45px;
}
@media only screen and (max-width: 820px) {
  #index.index .staffBlog .content .list .item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
#index.index .staffBlog .content .list .item .media {
  margin-bottom: 10px;
}
#index.index .staffBlog .content .list .item .media figure {
  width: 100%;
}
#index.index .staffBlog .content .list .item .media figure img {
  width: 100%;
  max-width: 1000px;
}
#index.index .staffBlog .content .list .item .tags {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
#index.index .staffBlog .content .list .item .tags .tag {
  background-color: #E89F9A;
  color: #fff;
  font-size: 12px;
  padding: 5px 15px;
  margin-right: 15px;
}
#index.index .staffBlog .content .list .item .tags .date {
  font-size: 12px;
  color: #6CCACA;
}
#index.index .staffBlog .content .list .item .title {
  color: #5C5A58;
  font-size: 12px;
}
@media only screen and (max-width: 820px) {
  #index.index .staffBlog .content .btnWrapper {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#index.index .staffBlog .content .btnWrapper .c-btn {
  margin-left: auto;
}
#index.index .instagram .titleContent {
  text-align: center;
  margin-bottom: 40px;
}
#index.index .instagram .titleContent .c-titleMark {
  margin-left: auto;
  margin-right: auto;
}
#index.index .instagram__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 820px) {
#index.index .instagram__title {
 font-size: 22px;
}
}
#index.index .instagram__title .logo {
  margin-right: 20px;
}
@media only screen and (max-width: 820px) {
  #index.index .instagram__title .logo {
    margin-right: 20px;
    width: 40px;
  }
}
#index.index .instagram__list {
  display: flex;
  gap: 20px;
  max-width: 835px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 820px) {
  #index.index .instagram__list {
    max-width: 500px;
  }
}
#index.index .instagram__list__item {
  width: 31.7%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 820px) {
  #index.index .instagram__list__item {
    width: 100%;
  }
}
#index.index .instagram__list__item__anc {
  width: 100%;
  height: 100%;
  display: block;
}
#index.index .instagram__list__item__anc > img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}