/*=============================================*/
/*Page Common Base*/
/*=============================================*/
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page_block {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page_block {
    padding-bottom: 300px;
  }
}
.page_block:after {
  position: absolute;
  right: 0;
  top: 28px;
  content: "";
  width: 22%;
  height: 600px;
  background: url(../img/common/ornament-mark-page.svg) no-repeat center right/contain;
}
@media (max-width: 768px) {
  .page_block:after {
    width: 40%;
    background: url(../img/common/ornament-mark-page-sp.svg) no-repeat center right/contain;
    background-position-y: top;
  }
}
.page_block:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 19%;
  height: 536px;
  background: url(../img/common/ornament-mark-page-02.svg) no-repeat bottom left/contain;
}
@media (max-width: 768px) {
  .page_block:before {
    width: 50%;
    height: 320px;
  }
}
.page_block .main_width {
  position: relative;
  z-index: 1;
}
.page_block.no_ornament:before {
  content: none;
}
.page_block.no_ornament:after {
  content: none;
}

.page_block.var_no_botom_ornament:before {
  content: none;
}

.page_block.var_no_top_ornament:after {
  content: none;
}

.page_block.ver_no_padding {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .page_block.ver_news {
    padding-bottom: 30px;
  }
}
.page_main_ttl {
  margin-bottom: 1.5em;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .page_main_ttl {
    font-size: clamp(4rem, 4.18vw, 6rem);
  }
}
.page_main_ttl .main_ttl {
  line-height: 1.2;
  font-size: 1em;
}

/*=============================================*/
/*Page Animation*/
/*=============================================*/
.fv .fade_trigger:nth-child(2) {
  transition-delay: 0.2s;
}

.fv .fade_trigger:nth-child(3) {
  transition-delay: 0.4s;
}

.fv .fade_trigger:nth-child(4) {
  transition-delay: 0.6s;
}

/*=============================================*/
/*@Page Concept*/
/*=============================================*/
.concept_catch {
  position: relative;
  z-index: 1;
}
.concept_catch .ttl {
  margin-bottom: 2.5em;
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .concept_catch .ttl {
    margin-top: 4.5em;
    margin-bottom: 1.2em;
    font-size: 2.5rem;
    text-align: center;
  }
}
.concept_catch .img {
  width: 90%;
  max-width: 750px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .concept_catch .img {
    text-align: center;
    width: 85%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.concept_catch .img img {
  width: 100%;
}

.concept_box.section {
  padding-top: 0;
}

.c_top {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 120px;
  z-index: 1;
}
@media (max-width: 768px) {
  .c_top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.c_top .left {
  width: 50%;
  text-align: right;
  order: 1;
}
@media (max-width: 768px) {
  .c_top .left {
    width: 100%;
    order: 2;
  }
}
.c_top .left .img {
  max-width: 950px;
  margin-left: auto;
}
.c_top .right {
  width: 45%;
  margin-left: 5%;
  max-width: 600px;
  order: 1;
}
@media (max-width: 768px) {
  .c_top .right {
    width: calc(100% - 30px);
    margin: auto;
  }
}

.concept_info_box .sub_ttl,
.concept_box .sub_ttl {
  margin-bottom: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .concept_info_box .sub_ttl,
  .concept_box .sub_ttl {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
  }
}
.concept_info_box .c_top .sub_ttl,
.concept_box .c_top .sub_ttl {
  margin-bottom: 3.5em;
}
@media (max-width: 768px) {
  .concept_info_box .c_top .sub_ttl,
  .concept_box .c_top .sub_ttl {
    margin-bottom: 1.5em;
  }
}

.concept_column_4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .concept_column_4 {
    display: block;
  }
}
.concept_column_4 li {
  width: 23.5%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .concept_column_4 li {
    width: 100%;
    max-width: 240px;
    margin: auto;
    margin-bottom: 60px;
  }
}
.concept_column_4 li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .concept_column_4 li:nth-child(4n) {
    margin-right: auto;
  }
}
.concept_column_4 li .black_box {
  margin-bottom: 20px;
  background-color: #171C2F;
  text-align: center;
  padding: 5.5em 0.5em;
}
.concept_column_4 li .black_box .en {
  margin-bottom: 0.2em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1;
  color: #FFFE00;
}
.concept_column_4 li .black_box .jp {
  font-size: 1.5rem;
  color: #FFFE00;
}
.concept_column_4 li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .concept_column_4 li .txt {
    font-size: 1.4rem;
  }
}

.c_bottom .left_img_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .c_bottom .left_img_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c_bottom .left_img_box .left {
  width: 40%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .c_bottom .left_img_box .left {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
}
.c_bottom .left_img_box .right {
  width: 58%;
}
@media (max-width: 768px) {
  .c_bottom .left_img_box .right {
    width: 100%;
    order: 1;
  }
}

.c_bottom .message {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .c_bottom .message {
    font-size: 3.8rem;
  }
}

.concept_ticket_box .inner,
.concept_info_box .inner,
.concept_access_box .inner {
  max-width: 1105px;
  margin: auto;
}

.concept_info_box .info_table {
  width: 100%;
}
.concept_info_box .info_table th, .concept_info_box .info_table td {
  text-align: left;
  border-bottom: 1px solid #707070;
  font-size: 1.6rem;
  padding-top: 1.5em;
  padding-bottom: 1.7em;
}
@media (max-width: 768px) {
  .concept_info_box .info_table th, .concept_info_box .info_table td {
    display: block;
    width: auto;
    font-size: 1.5rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 0;
  }
}
.concept_info_box .info_table th {
  text-align: center;
  width: 15em;
}
@media (max-width: 768px) {
  .concept_info_box .info_table th {
    text-align: left;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 0.1em;
  }
}
@media (max-width: 768px) {
  .concept_info_box .info_table td {
    padding-top: 0.1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #707070;
  }
}

.concept_info_box .overview_flow_list {
  width: 100%;
  padding: 40px 0 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .concept_info_box .overview_flow_list {
    display: block;
    padding: 40px 0 0;
  }
}
.concept_info_box .overview_flow_list li {
  flex: 1 1 0;
  position: relative;
  min-width: 0;
  padding: 30px 20px;
  background-color: #F4F4F4;
}
@media (max-width: 768px) {
  .concept_info_box .overview_flow_list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
.concept_info_box .overview_flow_list li.flow02 {
  flex-grow: 1.45;
}
.concept_info_box .overview_flow_list li:not(:last-child) {
  margin-right: 40px;
}
.concept_info_box .overview_flow_list li:not(:last-child):after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -34px;
  content: "";
  width: 26px;
  height: 8px;
  margin: auto;
  background: url(../img/concept/arrow-right.svg) no-repeat center/100%;
}
@media (max-width: 768px) {
  .concept_info_box .overview_flow_list li:not(:last-child):after {
    top: auto;
    bottom: -44px;
    right: 0;
    left: 0;
    width: 8px;
    height: 26px;
    background: url(../img/concept/arrow-bottom.svg) no-repeat center/100%;
  }
}

.concept_info_box .overview_flow_list li .top {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.concept_info_box .overview_flow_list li .top b {
  display: block;
  margin-bottom: 0.1em;
  font-size: 1.8rem;
}
.concept_info_box .overview_flow_list li .bottom b {
  display: block;
  margin-bottom: 0.6em;
}
.concept_info_box .overview_flow_list li .bottom p {
  margin-bottom: 1em;
}
.concept_info_box .overview_flow_list li .bottom p:last-child {
  margin-bottom: 0;
}

.concept_ticket_box .ticket_table {
  margin-bottom: 40px;
  width: 100%;
}
.concept_ticket_box .ticket_table tr {
  border-bottom: 1px solid #707070;
}
.concept_ticket_box .ticket_table tr th,
.concept_ticket_box .ticket_table tr td {
  padding-top: 50px;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .concept_ticket_box .ticket_table tr th,
  .concept_ticket_box .ticket_table tr td {
    display: block;
    padding: 0;
  }
}
.concept_ticket_box .ticket_table tr th {
  width: calc(100% - 300px);
  padding-left: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .concept_ticket_box .ticket_table tr th {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
.concept_ticket_box .ticket_table tr td {
  padding-right: 30px;
  text-align: right;
}
@media (max-width: 768px) {
  .concept_ticket_box .ticket_table tr td {
    padding-bottom: 40px;
    padding-right: 0;
    text-align: center;
  }
}

.concept_ticket_box .ticket_table .date {
  margin-bottom: 1.2em;
}
.concept_ticket_box .ticket_table .name {
  margin-bottom: 0.3em;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .concept_ticket_box .ticket_table .name {
    font-size: 2.2rem;
  }
}
.concept_ticket_box .ticket_table .place {
  margin-bottom: 1.2em;
}
.concept_ticket_box .ticket_table .price {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.concept_ticket_box .ticket_table .price_dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .concept_ticket_box .ticket_table .price_dl dt {
    font-size: 1.6rem;
  }
}

.concept_ticket_box .ticket_table .base_btn.black a {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

@media (max-width: 768px) {
  .concept_access_box.section {
    padding-bottom: 0;
  }
}
.concept_access_box .g_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 43.05%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .concept_access_box .g_map {
    padding-top: 53.05%;
  }
}
.concept_access_box .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept_access_box .logo {
  width: 90%;
  max-width: 180px;
}
@media (max-width: 768px) {
  .concept_access_box .logo {
    max-width: 120px;
    margin-bottom: 10px;
  }
}

.c_map {
  padding-bottom: 80px;
}
.c_map .map_img {
  text-align: center;
}
.c_map .map_img img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

/*=============================================*/
/*@Page PRE:PROGRAM*/
/*=============================================*/
.calendar_month_paging {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .calendar_month_paging {
    padding-top: 60px;
  }
}
.calendar_month_paging .month {
  font-size: 5rem;
  padding: 0 0.9em;
}
@media (max-width: 768px) {
  .calendar_month_paging .month {
    font-size: 2.8rem;
  }
}
.calendar_month_paging .next,
.calendar_month_paging .prev {
  font-size: 2rem;
}
.calendar_month_paging .next a,
.calendar_month_paging .prev a {
  position: relative;
  display: block;
  overflow: hidden;
}
.calendar_month_paging .next a:before,
.calendar_month_paging .prev a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 25px;
  height: 25px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .calendar_month_paging .next a:before,
  .calendar_month_paging .prev a:before {
    width: 20px;
    height: 20px;
  }
}
.calendar_month_paging .next a {
  padding-right: 35px;
}
.calendar_month_paging .next a:before {
  right: 0;
  background: url(../img/ico/arrow-black-right.svg) no-repeat center/100%;
}
.calendar_month_paging .next a:hover:before {
  animation: arrow-next 0.5s ease-in-out;
}
.calendar_month_paging .prev a {
  padding-left: 35px;
}
.calendar_month_paging .prev a:before {
  left: 0;
  background: url(../img/ico/arrow-black-left.svg) no-repeat center/100%;
}
.calendar_month_paging .prev a:hover:before {
  animation: arrow-prev 0.5s ease-in-out;
}

@keyframes arrow-prev {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(-35px);
    opacity: 0;
  }
  41% {
    transform: translateX(35px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow-next {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(35px);
    opacity: 0;
  }
  41% {
    transform: translateX(-35px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*=============================================*/
/*@program_list*/
/*=============================================*/
@media (max-width: 768px) {
  .page_block .tab_category_change_box.ver_program {
    margin-top: 30px;
  }
}
.program_calendar_box {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .program_calendar_box {
    padding-bottom: 60px;
  }
}

.program_schedule_list {
  border-bottom: 1px solid #000;
}
.program_schedule_list li a {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media (max-width: 768px) {
  .program_schedule_list li a {
    padding: 5px 8px;
  }
}

.program_schedule_list li {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .program_schedule_list li {
    font-size: 1.5rem;
  }
}
.program_schedule_list li .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.program_schedule_list li .flex .left {
  width: 5.5em;
}
.program_schedule_list li .flex .right {
  width: calc(100% - 6em);
}

.program_schedule_list li.program_finish {
  opacity: 0.3;
}

.program_schedule_list li .left {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.program_schedule_list li .left .date {
  margin-bottom: 0.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.program_schedule_list li .left .date .day {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .program_schedule_list li .left .date .day {
    font-size: 3rem;
  }
}
.program_schedule_list li .left .date .week {
  font-size: 1.5rem;
  margin-top: auto;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .program_schedule_list li .left .date .week {
    margin-left: 0.5em;
  }
}
.program_schedule_list li .left .time {
  font-size: 1.5rem;
}

.program_schedule_list li .right .ttl {
  margin-bottom: 0.7em;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .program_schedule_list li .right .ttl {
    font-size: 1.6rem;
  }
}
.program_schedule_list li .right .name {
  margin-bottom: 0.3em;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .program_schedule_list li .right .name {
    font-size: 1.2rem;
  }
}
.program_schedule_list li .right .place {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .program_schedule_list li .right .place {
    font-size: 1.2rem;
  }
}

.program_schedule_list li.no_program {
  border-bottom: none;
  text-align: center;
  padding-bottom: 1em;
}

/*=============================================*/
/*@program_modal_info*/
/*=============================================*/
.schedule-modal__content.ver_program .program_info .name {
  margin-bottom: 0.5em;
  margin-bottom: 0.1em;
  line-height: 1.4;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .schedule-modal__content.ver_program .program_info .name {
    font-size: 1.8rem;
  }
}
.schedule-modal__content.ver_program .program_info .position {
  margin-bottom: 0.1em;
  margin-bottom: 1em;
}
.schedule-modal__content.ver_program .program_info .sub_ttl {
  margin-bottom: 1.5em;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .schedule-modal__content.ver_program .program_info .sub_ttl {
    font-size: 1.4rem;
  }
}

.schedule-modal__content.ver_program .program_contents {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .schedule-modal__content.ver_program .program_contents {
    display: block;
  }
}
.schedule-modal__content.ver_program .program_contents .left {
  width: 30%;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .schedule-modal__content.ver_program .program_contents .left {
    width: 100%;
    margin-right: 0;
  }
}
.schedule-modal__content.ver_program .program_contents .right {
  width: 67%;
}
@media (max-width: 768px) {
  .schedule-modal__content.ver_program .program_contents .right {
    width: 100%;
  }
}

/*=============================================*/
/*@Page News*/
/*=============================================*/
.news_block {
  padding-top: 0;
}
@media (max-width: 768px) {
  .news_block {
    padding-top: 0;
  }
}

.news_post_box {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .news_post_box {
    padding-top: 40px;
  }
  .news_post_box:first-child {
    padding-top: 0;
  }
}

.news_post_box .post_ttl {
  margin-bottom: 2em;
  padding: 1em;
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .news_post_box .post_ttl {
    padding: 0.5em;
    font-size: 1.3rem;
  }
}
.news_post_box .post_ttl .date {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1em;
}
.news_post_box .post_ttl .txt {
  display: block;
  font-size: 2em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .news_post_box .post_ttl .txt {
    font-size: 1.6em;
  }
}

.news_post_box .inner {
  padding: 0 40px 0;
}
@media (max-width: 768px) {
  .news_post_box .inner {
    padding: 0 0 40px;
  }
}
.news_post_box .inner .the_content {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .news_post_box .inner .the_content {
    margin-bottom: 30px;
  }
}

.post_paging {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post_paging .prev,
.post_paging .next {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .post_paging .prev,
  .post_paging .next {
    width: 50%;
  }
  .post_paging .prev img,
  .post_paging .next img {
    width: 20px;
    height: 20px;
  }
  .post_paging .next {
    padding-right: 10px;
    text-align: right;
  }
  .post_paging .prev {
    padding-left: 10px;
  }
}

/*=============================================*/
/*  @Page CONTACTe                        */
/*=============================================*/
.contact-form__field {
  margin-bottom: 18px;
}
.contact-form__field--short {
  width: 58%;
}
.contact-form__field--message {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.contact-form__label {
  display: block;
  margin-bottom: 7px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.contact-form__required {
  margin-left: 1px;
}
.contact-form__control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #000;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form__control:focus {
  border-color: #168bff;
  box-shadow: 0 0 0 1px #168bff;
}
.contact-form input.contact-form__control {
  height: 50px;
  padding: 0 14px;
}
.contact-form__textarea {
  height: 395px;
  min-height: 240px;
  padding: 14px;
  resize: vertical;
}
.contact-form__agreement {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.contact-form__agreement label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.contact-form__agreement input[type=checkbox] {
  appearance: none;
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}
.contact-form__agreement input[type=checkbox]:checked::after {
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 13px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  transform: rotate(45deg);
}
.contact-form__agreement input[type=checkbox]:focus-visible {
  outline: 2px solid #168bff;
  outline-offset: 2px;
}
.contact-form__privacy {
  box-sizing: border-box;
  width: 100%;
  height: 195px;
  padding: 12px 14px;
  overflow-y: auto;
  border: 1px solid #8c8c8c;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.65;
}
.contact-form__privacy p {
  margin: 0;
}
.contact-form__privacy:focus-visible {
  outline: 2px solid #168bff;
  outline-offset: 2px;
}
.contact-form__submit {
  margin-top: 45px;
  text-align: center;
}
.contact-form__submit-button {
  width: 220px;
  height: 54px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  font: inherit;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.contact-form__submit-button:hover {
  background: #fff;
  color: #000;
}
.contact-form__submit-button:focus-visible {
  outline: 2px solid #168bff;
  outline-offset: 3px;
}
.contact-form__submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .contact-form__field {
    margin-bottom: 16px;
  }
  .contact-form__field--short {
    width: 100%;
  }
  .contact-form__field--message {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-form__label {
    font-size: 1.4rem;
  }
  .contact-form input.contact-form__control {
    height: 48px;
  }
  .contact-form__textarea {
    height: 280px;
    min-height: 200px;
  }
  .contact-form__agreement {
    font-size: 1.4rem;
  }
  .contact-form__privacy {
    height: 180px;
    font-size: 1.3rem;
  }
  .contact-form__submit {
    margin-top: 32px;
  }
  .contact-form__submit-button {
    width: 100%;
    max-width: 220px;
  }
}/*# sourceMappingURL=page.css.map */