/* modal
-----------------------------------------*/
#c-modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
#c-modal {
  position: fixed;
  z-index: 999999;
  width: 80%;
  top: 50%;
  left: 50%;
  max-width: 46rem;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 90vh;
  text-align: center;
  padding: 0 2rem;
  background-color: #fff;
}
#c-modal_close {
  width: 4.6rem;
  height: 4.6rem;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: -16px;
  right: -16px;
  position: absolute;
  font-size: 1.2rem
}
#c-modal_close i {
  line-height: 4.6rem;
  font-size: 2.4rem;
}
#c-modal img {
  max-width: 100%;
  max-height: 90vh;
}

/* ================================================ */
/* CONTACT */
.top_contact__item{
  position: relative;
  width: 100%;
}
.top_contact__item:not(:last-child)::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: rgba(160,160,160,0.25);
}
.top_contact__item a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 210px;
}
.top_contact__item .c-title1{
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.top_contact__item .c-title1 .f-eng{
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  margin-bottom: -3px;
}
.top_contact__item .arrow{
  width: 50px;
  height: 22px;
  background-color: #000;
  background-image: url(../images/arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top_contact{
    display: flex;
  }
  .top_contact__item{
    width: calc(100% / 3);
  }
  .top_contact__item:not(:last-child)::after{
    width: 1px;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .top_contact__item a{
    height: auto;
    aspect-ratio: 120 / 89;
  }
  .top_contact__item .c-title1{
    /* aの高さはaspect-ratioでwidth追従なので、%指定でaの幅(=高さ)に比例させる。1800pxで6.5rem相当になる比率 */
    margin-bottom: 17.333%;
  }
  .top_contact__item .vm:hover{
    color: #fff;
  }
  .top_contact__item .vm:hover::before{
    transform: unset;
  }
  .top_contact__item a:hover .vm{
    color: #1e1e1e;
  }
  .top_contact__item a:hover .vm::before{
    transform: scaleX(0);
  }
}
@media screen and (min-width: 1200px) {
  .top_contact__item .c-title1{
    font-size: 1.5rem;
  }
  .top_contact__item .c-title1 .f-eng{
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1800px) {
  .top_contact__item a{
    max-width: 600px;
    max-height: 445px;
    margin: 0 auto;
  }
}
/* ================================================ */
/* footer */
.footer_block{
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.footer_logo{
  display: inline-block;
  width: 240px;
  margin-bottom: 3.4rem;
}
.footer_logo a{
  display: block;
  width: 100%;
}
.footer_logo a .logo_color{
  fill: #464646;
}
.footer_info{
  margin-bottom: 5.5rem;
}
.footer_add{
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.77;
  margin-bottom: 2.1rem;
}
.footer_tel a{
  color: #464646;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  display: inline-block;
}
.footer_tit{
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 3.3rem;
}
.footer_insta__account + .footer_insta__account{
  margin-top: 3rem;
}
.footer_insta__account a{
  display: inline-block;
}
.footer_insta__account a img{
  display: block;
  width: 18px;
}
.insta__account, .insta__account a{
  color: #8c8c8c;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.insta__account a{
  display: inline-block;
  text-decoration: underline;
}
.footer_group{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer_group__item{
  width: calc((100% - 10px)/2);
  border: 1px solid rgba(180,180,180,0.25);
}
.footer_group__item a{
  display: block;
  width: 100%;
}
.footer_group__item a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer_bottom{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
  padding: 3.5rem 0 calc(3.5rem + 6rem);
}
.footer_bottom::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(160,160,160,0.25);
  top: 0;
  left: 0;
}
.footer_bottom .c-copy-right{
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.footer_policy{
  display: inline-block;
  color: #464646;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 100px;
  }
  .footer_left{
    width: 295px;
  }
  .footer_tit{
    margin-bottom: 2.1rem;
  }
  .footer_insta__account{
    display: flex;
    align-items: center;
  }
  .footer_insta__account + .footer_insta__account{
    margin-top: 10px;
  }
  .footer_insta__account > a{
    margin-right: 10px;
  }
  .insta__account, .insta__account a{
    color: #464646;
  }
  .footer_right{
    width: 40%;
  }
  .footer_bottom{
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer_right{
    width: 50%;
  }
  .footer_group__item{
    width: calc((100% - 20px)/3);
  }
  .footer_bottom{
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer_block{
    margin-top: 120px ;
  }
  .footer_left{
    width: 340px;
  }
  .footer_logo{
    width: 280px;
    margin-bottom: 3.4rem;
  }
  .footer_info{
    margin-bottom: 5.8rem;
  }
  .footer_add{
    font-size: 1.5rem;
    line-height: 1.66;
  }
  .footer_tit{
    font-size: 1.5rem;
    margin-bottom: 2.8rem;
  }
  .footer_right{
    width: 59.259%;
  }
  .footer_group__item{
    width: calc((100% - 40px)/5);
  }
  .footer_bottom{
    margin-top: 10rem;
    padding: 7.5rem 0;
  }
  .footer_bottom .c-copy-right, .footer_policy{
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer_group{
    gap: 15px;
  }
  .footer_group__item{
    width: calc((100% - 60px)/5);
  }
}
@media screen and (max-width: 767px) {
  .insta__account{
    margin-top: 3px;
  }
  .footer_left, .footer_right{
    text-align: center;
  }
  .footer_right{
    margin-top: 5.4rem;
  }
}

/* ================================================ */
/* fotter 固定メニュー
---------------------------------------------------*/
.footer_menu {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 576px) {
  .footer_menu {
    display: none;
  }
}
.f_unit01 {
  background-color: #da9e2d;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 60%;
}
.f_unit01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 0;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.footer_menu li a i {
  font-size: 1.2rem;
  margin-right: 7px;
}
.f_unit03 {
  background-color: #da9e2d;
  border-left: 1px #fff solid;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 40%;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f_unit03 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
.f_unit03 a span {
  display: block;
  font-size: 1rem;
}