@charset "UTF-8";
/* CSS Document */
.section-contact-main {
  display: flex;
  justify-content: center;
}
.section-contact-main-wrap {
  margin: 12.5vw -20.9vw 8.33vw 0;
  position: relative;
}
.image-container {
  width: 36.81vw;
  height: 34.72vw;
  background: #171717;
  box-shadow: 4px 4px 10px 0px rgba(17, 17, 17, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-container img {
  width: 32.15vw;
  height: 31.39vw;
  object-fit: cover;
}
.theme-container {
  position: absolute;
  bottom: 0;
  left: -20.9vw;
}
.contact-mv {
  display: block;
  width: 26.18vw;
  height: 6.74vw;
}
.contact-mv-sp {
  display: none;
}
@media screen and (max-width: 770px) {
  .section-contact-main-wrap {
    margin: 38.76vw -33.87vw 26.67vw 0;
    position: relative;
  }
  .image-container {
    width: 53.33vw;
    height: 46.93vw;
    background: #171717;
    box-shadow: 4px 4px 10px 0px rgba(17, 17, 17, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-container img {
    width: 46.4vw;
    height: 45.07vw;
    object-fit: cover;
  }
  .theme-container {
    position: absolute;
    bottom: 0;
    left: -33.87vw;
  }
  .contact-mv {
    display: none;
  }
  .contact-mv-sp {
    display: block;
    width: 41.6vw;
    height: 13.6vw;
  }
}
.contact_message {
  margin: 0 22.22vw 8.33vw;
}
.contact_message_top-text {
  margin-bottom: 4.17vw;
  font-size: 2.78vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.contact_message_sub-text {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 770px) {
  .contact_message {
    margin: 0 6.4vw 16vw;
  }
  .contact_message_top-text {
    margin-bottom: 10.67vw;
    font-size: 5.33vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .contact_message_sub-text {
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
  }
  .line-break-pc {
    display: none;
  }
}
.section_contact {
  margin: 0 22.22vw 8.33vw;
}
.c-form {
  width: 55.56vw;
}
.c-form__item {
  display: flex;
  justify-content: space-between;
  margin: 1.25vw 0;
}
.c-form__label {
  padding: 1.25vw 0;
}
.c-form__input {
  padding: 1.25vw 0 1.25vw 1.25vw;
}
.c-form__label {
  font-size: 1.25vw;
  width: 38%;
}
.c-form__input {
  width: 62%;
  font-size: 1.25vw;
  font-weight: 500;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  border: none;
}
.c-form__input:focus-visible {
  outline: #901752 auto 1px;
}
.c-form__required {
  font-size: 1.11vw;
  color: #901752;
  margin-left: 0.97vw;
}
select.c-form__input {
  padding: 1.25vw 0;
}
textarea.c-form__input {
  height: 20.83vw;
}
.contact-line {
  width: 100%;
  height: 1px;
  background-color: #444;
}
.c-form__submit {
  text-align: center;
  margin-top: 2.78vw;
}
.c-form__submit button {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 1.39vw;
  font-weight: 500;
  color: #000B22;
  background-color: #FCFFFE;
  border: solid 1px #000B22;
  border-radius: 2.08vw;
  padding: 1.04vw 4.17vw;
  transition: 0.4s;
  cursor: pointer;
}
.c-form__submit button:hover {
  color: #FCFFFE;
  background-color: #901752;
  border: none;
}
@media screen and (max-width: 770px) {
  .section_contact {
    margin: 0 6.4vw 21.33vw;
  }
  .c-form {
    width: 87.2vw;
  }
  .c-form__item {
    display: block;
    margin: 8vw 0 3.2vw;
  }
  .c-form__label {
    padding: 0;
  }
  .c-form__input {
    padding: 3.2vw 0 3.2vw 0;
    margin-top: 3.2vw;
  }
  .c-form__label {
    width: 100%;
    font-size: 4vw;
  }
  .c-form__input {
    width: 100%;
    font-size: 4vw;
    font-weight: 500;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    border: none;
  }
  .c-form__required {
    font-size: 3.73vw;
    color: #901752;
    margin-left: 3.73vw;
  }
  textarea.c-form__input {
    height: 53.33vw;
  }
  .c-form__submit {
    text-align: center;
    margin-top: 8vw;
  }
  .c-form__submit button {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 4.27vw;
    font-weight: 500;
    color: #FCFFFE;
    background-color: #901752;
    border: solid 1px #901752;
    border-radius: 8vw;
    padding: 2.67vw 8vw;
    transition: 0.4s;
    cursor: pointer;
  }
}
.section_contact_other {
  margin: 0 auto 10.42vw 13.89vw;
}
.other-contact_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.other-contact_list_LINE {
  margin-bottom: 4.17vw;
}
.line-button2, .tel-button2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #000B22;
  width: 13.89vw;
  height: 13.89vw;
  background: #fcfffe;
  color: #000B22;
  text-decoration: none;
}
.line-button2 p, .tel-button2 p {
  font-family: Cormorant Garamond, serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.line-button2:hover, .tel-button2:hover {
  background-color: #901752;
  color: #FCFFFE;
  border: none;
}
.other-contact_list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.line_description, .tel_description {
  margin-left: 4.17vw;
}
.line_description_title, .tel_description_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.line_description_title img, .tel_description_title img {
  width: 2.08vw;
  height: 2.08vw;
  margin-right: 0.69vw;
  object-fit: cover;
}
.line-button_text2, .tel-button_text2 {
  font-size: 1.39vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.line-button_sub-text, .tel-button_sub-text {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-top: 1.53vw;
}
@media screen and (max-width: 770px) {
  .section_contact_other {
    margin: 0 6.4vw 26.67vw;
  }
  .other-contact_list_LINE {
    margin-bottom: 21.33vw;
  }
  .line-button2, .tel-button2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #000B22;
    width: 40vw;
    height: 40vw;
    background: #fcfffe;
    color: #000B22;
    text-decoration: underline;
  }
  .line-button2 p, .tel-button2 p {
    font-family: Cormorant Garamond, serif;
    font-size: 5.33vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .other-contact_list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .line_description, .tel_description {
    margin-left: 0;
    margin-top: 4vw;
  }
  .line_description_title, .tel_description_title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .line_description_title img, .tel_description_title img {
    width: 5.33vw;
    height: 5.33vw;
    margin-right: 2.67vw;
    object-fit: cover;
  }
  .line-button_text2, .tel-button_text2 {
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .line-button_sub-text, .tel-button_sub-text {
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-top: 4vw;
  }
}