@charset "UTF-8";

/*--MV調整--*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    max-height: initial !important;
}
#mv {
    width: 100%;
}
#mv:after {
    border-radius: initial;
}
#mv .mv_textimg .mv_textimg_pc,
 #mv .mv_textimg .mv_textimg_sp {
   margin: 15px;
}
#mv .mv_textimg img {
    width: 35vw;
}
@media screen and (max-width: 900px) {
    #mv {
        border-radius:  initial;
    }
}
@media screen and (max-width: 768px) {
    #mv .mv_textimg {
        left: 0;
    }
    #mv .mv_textimg img {
        max-width: initial;
        min-width: initial;
        width: 60vw;
    }
}

/*----------TOPボタンデザイン-----------*/
.contents_btn01 a:nth-child(1):nth-last-child(1) {
  letter-spacing: 0.1em;
  background: transparent;
  color: #333;
  font-weight: 400;
  border: solid 1px #333;
  border-radius: 999px;
  display: flex;
  box-sizing: border-box;
  width: 180px !important;
  height: 180px !important;
  text-align: center;
  align-items: center;
  padding: 0px !important;
  /* margin: 24px; */
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  justify-content: center;
  box-shadow: none;
  min-width: auto;
}

.contents_btn01 a:nth-child(1):nth-last-child(1) span {
	color: var(--i_txt_color);
      padding: 0px;
}

.contents_btn01 a:nth-child(1):nth-last-child(1):hover {
    background: #766554;
    border-color: #766554;
	transition: all 0.3s;
	transform: none;
}

.contents_btn01 a:nth-child(1):nth-last-child(1):hover span {
    color: #fff;
}

.button-09 a:hover {
  color: #fff;
  background: #333;
  transition: all 0.3s;
}

a#ftr+section .contents_btn01 a:nth-child(1):nth-last-child(1) {
    border-color: #fff;
}

a#ftr+section .contents_btn01 a:nth-child(1):nth-last-child(1) span {
    color: #fff;
}

a#ftr+section .contents_btn01 a:nth-child(1):hover:nth-last-child(1) {
    border-color: #766554;
}