.btn-link {
  max-width: 100%;
  width: 280px;
}
.btn-link a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  border: 1px solid;
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 13px 0 13px 60px;
  background: url("../img/shared/btn_deco_sp.jpg") no-repeat top left/auto 100%, #6f0909;
}
.btn-link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/shared/arrow3_sp.png") no-repeat center right/100% auto;
  width: 8px;
  right: 43px;
  transition: all 0.5s;
}
.btn-link > span {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  border: 1px solid;
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding: 13px 0 13px;
  cursor: pointer;
  text-align: center;
  background: url("../img/shared/btn_deco_sp.jpg") no-repeat top left/auto 100%, #6f0909;
}
.btn-link > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/menu/arrow.png") no-repeat center right/100% auto;
  width: 12px;
  right: 30px;
  transition: all 0.5s;
}
.btn-link.style2 a {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 320px;
  }
  .btn-link a {
    font-weight: 400;
    font-size: 19px;
    line-height: 2;
    padding: 10px 0 10px 68px;
    background: url("../img/shared/btn_deco.jpg") no-repeat top left/auto 100%, #6f0909;
  }
  .btn-link a::before {
    background-image: url("../img/shared/arrow3.png");
    width: 10px;
    right: 48px;
  }
  .btn-link a:hover::before {
    right: 40px;
  }
  .btn-link > span {
    font-weight: 400;
    font-size: 19px;
    line-height: 2;
    padding: 10px 0;
    background: url("../img/shared/btn_deco.jpg") no-repeat top left/auto 100%, #6f0909;
  }
  .btn-link > span::before {
    background-image: url("../img/menu/arrow.png");
    width: 15px;
    right: 34px;
  }
  .btn-link > span:hover::before {
    right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .nav-fixed {
    background: url("../img/shared/bg6.jpg");
    padding: 1px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }
  .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }
  .nav-fixed .inner {
    background: url("../img/shared/bg.jpg");
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 50px 0 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-fixed .inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .group-tel-btn {
    display: flex;
    align-items: flex-end;
    gap: 27px;
    padding: 22px 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-fixed .group-tel-btn {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .group-tel-btn .tel .sub-tel {
    display: block;
    padding: 0 0 0 26px;
    line-height: 1;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0 0 9px;
  }
  .nav-fixed .group-tel-btn .tel span {
    display: flex;
    align-items: baseline;
    line-height: 1;
    gap: 5px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-fixed .group-tel-btn .tel span {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .group-tel-btn .tel span::before {
    content: "";
    background: url("../img/shared/icon_tel2.png") no-repeat center/100% auto;
    width: 20px;
    height: 20px;
  }
  .nav-fixed .group-tel-btn .btn-web {
    width: 186px;
    margin: 6px 0 0;
    padding: 1px;
    background: url("../img/shared/bg5.jpg");
  }
  .nav-fixed .group-tel-btn .btn-web a {
    font-size: 12px;
    padding: 7px 0 7px 26px;
  }
  .nav-fixed .group-tel-btn .btn-web a::before {
    right: 25px;
    background-image: url("../img/shared/arrow.png");
    width: 7px;
  }
  .nav-fixed .group-tel-btn .btn-web a:hover::before {
    right: 20px;
  }
  .nav-fixed .right {
    text-align: right;
    padding: 23.5px 0 9px;
  }
  .nav-fixed .right .sns {
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    gap: 13px;
    margin: 0 0 7px;
  }
  .nav-fixed .right .nav {
    display: flex;
    gap: 10px;
    font-weight: 600;
    line-height: 1.5;
  }
  .nav-fixed .right .nav li a {
    display: block;
    font-size: 15px;
    letter-spacing: 0.04em;
    padding: 0 2px 5px;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-fixed .right .nav li a {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    background: url("../img/shared/nav_active.png") no-repeat center/100% auto;
  }
  .nav-fixed .right .nav li a.active::before, .nav-fixed .right .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
#header {
  position: relative;
  color: #fff;
}
#header h1 {
  position: absolute;
  z-index: 4;
  color: #c7c7c7;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  bottom: 20px;
  left: 15px;
  height: 205px;
}
#header #key {
  position: relative;
  z-index: 1;
}
#header #key .img {
  height: 160vw;
}
#header .group-left {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 18px;
  width: 94px;
}
#header .group-left .logo {
  filter: drop-shadow(0 5px 6px rgba(0, 0, 0, 0.61));
}
#header .bnr {
  position: absolute;
  z-index: 2;
  right: 1.2vw;
  bottom: -4vw;
  padding: 2px;
  background: url("../img/shared/bg6.jpg");
  cursor: pointer;
  width: 64vw;
  box-sizing: border-box;
}
#header .bnr .inner {
  position: relative;
  overflow: hidden;
}
#header .bnr .img2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
}
#header .bnr .text {
  position: relative;
  z-index: 1;
}
#header .bnr::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 3.2vw;
  bottom: 3.2vw;
  transition: all 0.5s;
  background: url("../img/shared/key_bnr_arrow_sp.png") no-repeat center/100% auto;
  width: 1.867vw;
  height: 2.67vw;
}
#header #news {
  background: var(--color);
  padding: 8.8vw var(--wrapPadding) 7.2vw;
}
#header #news .inner {
  display: flex;
  align-items: flex-start;
}
#header #news .inner .flex {
  width: 95px;
}
#header #news .title {
  font-size: 17.5px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 0 0 5px;
}
#header #news .btn-more {
  width: 69px;
}
#header #news .btn-more a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  padding: 1px 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
  text-align: center;
}
#header #news #feed {
  width: calc(100% - 95px);
  margin: 4px 0 0;
}
#header #news #feed dl {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
#header #news #feed dl dt {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #header h1 {
    font-size: 13px;
    line-height: 20px;
    bottom: 30px;
    left: 46px;
    height: 200px;
  }
  #header:has(#news) h1 {
    bottom: 126px;
  }
  #header #key::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/shared/key_deco.png") no-repeat top center;
  }
  #header #key .img {
    height: 920px;
  }
  #header .group-left {
    top: 45px;
    left: 37px;
    width: auto;
    z-index: 5;
  }
  #header .group-left .logo {
    margin: 0 0 41px 38px;
    text-align: center;
  }
  #header .group-left .tel {
    margin: 0 0 22px;
  }
  #header .group-left .tel .sub-tel {
    display: block;
    padding: 0 0 0 30px;
    line-height: 1;
    font-size: 12.5px;
    letter-spacing: 0.08em;
    font-weight: 400;
    margin: 0 0 9px;
  }
  #header .group-left .tel span {
    display: flex;
    align-items: baseline;
    line-height: 1;
    gap: 6px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 29px;
    letter-spacing: 0.06em;
  }
  #header .group-left .tel span::before {
    content: "";
    background: url("../img/shared/icon_tel.png") no-repeat center/100% auto;
    width: 22px;
    height: 22px;
  }
  #header .group-left .btn-web {
    width: 205px;
    padding: 1px;
    background: url("../img/shared/bg5.jpg");
    margin: 0 auto 22px;
  }
  #header .group-left .btn-web a {
    font-size: 14px;
    padding: 7px 0 7px 28px;
  }
  #header .group-left .btn-web a::before {
    background-image: url("../img/shared/arrow.png");
    width: 8px;
    right: 28px;
  }
  #header .group-left .btn-web a:hover::before {
    right: 20px;
  }
  #header .group-left .sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    line-height: 1;
  }
  #header .nav {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 40px;
    display: flex;
    gap: 13px;
    height: 230px;
  }
  #header .nav li a {
    display: block;
    letter-spacing: 0.06em;
    width: 34px;
    font-size: 17px;
    text-decoration: none;
    line-height: 2;
    height: 230px;
  }
  #header .nav li a span {
    display: inline-block;
    position: relative;
    padding-top: 48px;
    cursor: pointer;
  }
  #header .nav li a span::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    left: calc(50% + 7px);
    height: 0;
    background: #fff;
    transition: all 0.5s;
  }
  #header .nav li a:hover span::before, #header .nav li a.active span::before {
    height: 100%;
  }
  #header .bnr {
    right: 51px;
    bottom: 27px;
    padding: 3px;
    width: auto;
  }
  #header .bnr::before {
    right: 17px;
    bottom: 17px;
    background: url("../img/shared/key_bnr_arrow.png") no-repeat center/100% auto;
    width: 9px;
    height: 13px;
  }
  #header .bnr:hover .img2 {
    transform: scale(1.1);
  }
  #header .bnr:hover::before {
    right: 10px;
  }
  #header #news {
    position: absolute;
    z-index: 2;
    bottom: 2px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 24px 24px 50px;
  }
  #header #news .inner {
    min-width: 170px;
    display: block;
  }
  #header #news .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1px;
    width: auto;
  }
  #header #news .title {
    font-size: 20px;
    margin: 0;
  }
  #header #news .btn-more {
    width: auto;
  }
  #header #news .btn-more a {
    padding: 0 13px 4px;
  }
  #header #news .btn-more a:hover {
    opacity: 0.8;
  }
  #header #news #feed {
    width: 100%;
    margin: 0;
  }
  #header #news #feed dl {
    display: flex;
    gap: 16px;
    font-size: 15px;
  }
  #header #news #feed dl dt {
    margin-bottom: 0;
  }
}

.hamburger {
  width: 60px;
  height: 60px;
}
.hamburger:after {
  display: none;
}

#menu-toggle {
  background: var(--color);
  color: #fff;
}
#menu-toggle .nav {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}
#menu-toggle .nav li a {
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  padding: 0 0 5px;
  letter-spacing: 0.06em;
}
#menu-toggle .nav li a.active {
  border-color: #fff;
}
#menu-toggle .nav li + li {
  margin-top: 15px;
}
#menu-toggle .sns {
  display: flex;
  justify-content: center;
  margin: 25px 0 25px;
  gap: 23px;
  line-height: 1;
}
#menu-toggle .sns li:nth-child(1) {
  width: 16.5px;
}
#menu-toggle .sns li:nth-child(2) {
  width: 22px;
}
#menu-toggle .tel {
  margin: 0 0 22px;
  text-align: center;
}
#menu-toggle .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin: 0 0 9px;
}
#menu-toggle .tel span {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  gap: 6px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.06em;
}
#menu-toggle .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel_sp.png") no-repeat center/100% auto;
  width: 21px;
  height: 21px;
}
#menu-toggle .btn-web {
  margin: 0 auto;
}
#menu-toggle .btn-web a {
  background: url("../img/shared/btn_web_deco_sp.jpg") no-repeat center left/92.5px auto, #b82626;
  padding-left: 35px;
}

#footer {
  background: #1c0d05;
  color: #fff;
  padding: 75px 0 150px;
}
#footer .flex {
  margin: 0 0 50px;
}
#footer .flex .left {
  text-align: center;
  margin: 0 0 50px;
}
#footer .flex .left .logo {
  margin: 0 auto 30px;
  width: 134px;
}
#footer .flex .left .tel {
  margin: 0 0 22px;
  text-align: center;
}
#footer .flex .left .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin: 0 0 4px;
}
#footer .flex .left .tel span {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  gap: 6px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.06em;
}
#footer .flex .left .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel3_sp.png") no-repeat center/100% auto;
  width: 21px;
  height: 21px;
}
#footer .flex .left .btn-web {
  width: 220px;
  margin: 0 auto;
}
#footer .flex .left .btn-web a {
  border: 0;
  font-size: 14.5px;
  padding: 8.5px 0 8.5px 32px;
}
@media screen and (max-width: 767px) {
  #footer .flex .left .btn-web a {
    line-height: 2;
  }
}
#footer .flex .left .btn-web a::before {
  width: 7.5px;
  right: 30px;
}
#footer .flex .info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 45px;
  font-size: 12.5px;
  line-height: 21px;
  letter-spacing: 0.04em;
}
#footer .flex .info p + p {
  margin-top: 21px;
}
#footer .group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  margin: 0 -100px;
}
#footer .group .btn-copy a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  cursor: pointer;
}
#footer .group .btn-copy a:after {
  content: "";
  background: url("../img/shared/icon_url_sp.png") no-repeat center/100% auto;
  width: 17px;
  height: 17px;
}
#footer .group .btn-copy a.copied {
  cursor: context-menu;
  text-decoration: none;
}
#footer .group .cookies-link a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
#footer .group .cookies-link a:after {
  content: "";
  background: url("../img/shared/icon_cookies_sp.png") no-repeat center/100% auto;
  width: 14.5px;
  height: 14.5px;
}
#footer .group address {
  color: #93887b;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 62px 0 45px;
  }
  #footer .group-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    align-items: center;
    line-height: 1.5;
    font-size: 17px;
    margin: 0 0 109px;
  }
  #footer .group-nav .nav {
    display: flex;
    gap: 0 33px;
  }
  #footer .group-nav .nav li {
    letter-spacing: 0.05em;
  }
  #footer .group-nav .sns {
    display: flex;
    gap: 26px;
    line-height: 0;
  }
  #footer .flex {
    display: flex;
    margin: 0 auto 105px;
    max-width: 100%;
    width: 925px;
    justify-content: space-between;
    align-items: flex-start;
  }
  #footer .flex .left {
    text-align: center;
    margin: 12px 0 0;
  }
  #footer .flex .left .logo {
    margin: 0 0 39px;
    width: auto;
  }
  #footer .flex .left .tel {
    margin: 0 0 22px;
  }
  #footer .flex .left .tel .sub-tel {
    font-size: 11.5px;
    margin: 0 0 4px;
  }
  #footer .flex .left .tel span {
    font-size: 30px;
  }
  #footer .flex .left .tel span::before {
    background: url("../img/shared/icon_tel3.png") no-repeat center/100% auto;
    width: 25px;
    height: 24px;
  }
  #footer .flex .left .btn-web {
    width: 252px;
    margin: 0;
  }
  #footer .flex .left .btn-web a {
    font-size: 17px;
    padding: 9.5px 0 9.5px 36px;
  }
  #footer .flex .left .btn-web a::before {
    background-image: url("../img/shared/arrow2.png");
    width: 9px;
    right: 35px;
  }
  #footer .flex .left .btn-web a:hover::before {
    right: 30px;
  }
  #footer .flex .info {
    width: 510px;
    box-sizing: border-box;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 49px;
    font-size: 15px;
    line-height: 27px;
  }
  #footer .flex .info p + p {
    margin-top: 27px;
  }
  #footer .group {
    flex-direction: row;
    gap: 0;
  }
  #footer .group .btn-copy {
    margin-left: 20px;
  }
  #footer .group .btn-copy a:after {
    background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
    width: 16px;
    height: 16px;
  }
  #footer .group .cookies-link {
    margin-left: 22px;
  }
  #footer .group .cookies-link a:after {
    background: url("../img/shared/icon_cookies.png") no-repeat center/100% auto;
    width: 14px;
    height: 14px;
  }
  #footer .group address {
    font-size: 11px;
    margin: 0 0 0 43px;
  }
}

#ft-fixed {
  background: #6f0909;
  border-top: 1px solid;
  color: #fff;
  display: flex;
}
#ft-fixed p {
  width: 33.3333333333%;
  border-left: 1px solid;
  box-sizing: border-box;
  border-bottom: 1px solid;
}
#ft-fixed p img {
  width: auto;
  height: 23.5px;
}
#ft-fixed p:first-child {
  border-left: 0;
}
#ft-fixed p a {
  padding: 7px 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  gap: 2.5px 0;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .remodal-overlay {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .remodal {
    margin: 0 5vw;
    width: auto;
  }
}
#popup-bnr {
  text-align: left;
  position: relative;
  padding: 0 0 22vw;
}
#popup-bnr .remodal-close {
  width: 30px;
  margin: 0 0 20px auto;
}
#popup-bnr .img {
  position: absolute;
  z-index: 2;
  width: 68vw;
  left: calc(50% - 12vw);
  bottom: 0;
}
#popup-bnr .bg {
  position: relative;
  padding: 2px;
  background: url("../img/shared/bg6.jpg");
}
#popup-bnr .bg::before {
  content: "";
  position: absolute;
  background: url("../img/shared/popup_arrow.png") no-repeat bottom center/100% auto;
  width: 23px;
  height: 19px;
  bottom: -16px;
  left: 45px;
  z-index: 2;
}
#popup-bnr .inner {
  background: url("../img/shared/bg.jpg");
  padding: 30px 3vw 25vw;
  position: relative;
}
#popup-bnr .inner h2 {
  margin: 0 auto 20px;
  width: 215px;
}
#popup-bnr .inner dl dt {
  display: flex;
  align-items: flex-start;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #popup-bnr .inner dl dt {
    font-size: 13px;
    line-height: 21px;
  }
}
#popup-bnr .inner dl dd {
  font-size: 12px;
  color: #8a796d;
  padding-left: 7px;
  letter-spacing: 0;
  line-height: 1.5;
}
#popup-bnr .inner dl + dl {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #popup-bnr {
    margin: 0 51px 0 auto;
    width: 846px;
    padding: 0;
  }
  #popup-bnr .remodal-close {
    margin-bottom: -50px;
    margin-right: 0;
    width: auto;
  }
  #popup-bnr .img {
    width: 421px;
    right: -48px;
    bottom: -75px;
    left: auto;
  }
  #popup-bnr .bg {
    position: relative;
    padding: 3px;
  }
  #popup-bnr .bg::before {
    right: 23px;
    left: auto;
  }
  #popup-bnr .inner {
    padding: 49px 50px 40px 54px;
  }
  #popup-bnr .inner h2 {
    margin: 0 0 30px;
    width: auto;
  }
  #popup-bnr .inner dl {
    line-height: 1.5;
  }
  #popup-bnr .inner dl dt {
    letter-spacing: 0.06em;
  }
  #popup-bnr .inner dl dd {
    font-size: 14px;
    padding-left: 10px;
    line-height: 22px;
  }
  #popup-bnr .inner dl + dl {
    margin-top: 19px;
  }
}

.line {
  height: 2vw;
  background: url("../img/shared/bg3.jpg");
}
@media screen and (min-width: 768px) {
  .line {
    height: 14px;
  }
}

.line2 {
  height: 7vw;
  background: url("../img/shared/line.jpg");
}
@media screen and (min-width: 768px) {
  .line2 {
    height: 30px;
  }
}

#group-bnr .bnr a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
#group-bnr .bnr a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: url("../img/scene/bnr_deco.png") no-repeat bottom right/100% auto;
}
#group-bnr .bnr a img {
  opacity: 1;
}
#group-bnr .bnr .img {
  transition: all 0.5s;
}
#group-bnr .bnr .tit {
  position: absolute;
  z-index: 2;
  right: 8vw;
  bottom: 3vw;
}
@media screen and (max-width: 767px) {
  #group-bnr .bnr .tit img {
    width: auto;
    height: 7vw;
  }
}
#group-bnr .bnr .tit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  background: url("../img/scene/bnr_arrow.png") no-repeat center right/100% auto;
  width: 7px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  #group-bnr {
    display: flex;
  }
  #group-bnr .bnr {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #group-bnr .bnr a::before {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #group-bnr .bnr a:hover .img {
    transform: scale(1.1);
  }
  #group-bnr .bnr a:hover .tit::before {
    right: -50px;
  }
  #group-bnr .bnr .img {
    height: 549px;
  }
  #group-bnr .bnr .tit {
    right: 78px;
    bottom: 41px;
  }
  #group-bnr .bnr .tit::before {
    right: -40px;
    width: 14px;
  }
}