.boxShadow {
  box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.2);
}
.cl-blue {
		color: #0d2f5d;
}
.cl-green {
	color: #4b5627;
}
.cl-dark {
	color: #32333a;
}


.fw700 {
  font-weight: 700;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
.fz25 {
  font-size: 25px!important;
}
.fz26 {
  font-size: 26px;
}
.fz30 {
  font-size: 30px;
}
.fz32 {
  font-size: 32px!important;
}
.fz35 {
  font-size: 35px;
}
.fz40 {
  font-size: 40px;
}
.fz45 {
  font-size: 45px;
}
.fz50 {
  font-size: 50px!important;
}
.fz55 {
  font-size: 55px;
}
.fz60 {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .fz20 {
    font-size: 3.8vw;
  }
  .fz24 {
    font-size: 4vw;
  }
  .fz25 {
    font-size: 4.28vw!important;
  }
  .fz26 {
    font-size: 4.48vw;
  }
  .fz30 {
    font-size: 5.17vw;
  }
  .fz32 {
    font-size: 5.34vw!important;
  }
  .fz35 {
    font-size: 6.03vw;
  }
  .fz40 {
    font-size: 6.54vw;
  }
  .fz45 {
    font-size: 6.98vw;
  }
  .fz50 {
    font-size: 8.67vw!important;
  }
  .fz55 {
    font-size: 8.97vw;
  }
  .fz60 {
    font-size: 9.54vw;
  }
}
@media screen and (min-width: 768px) {
  .d__flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .d__flex.jus {
    justify-content: space-between;
  }
}
.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.ob-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
.tel {
  line-height: 1;
  text-align: center;
}
.tel dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.tel dd span {
  font-size: 26px;
  position: relative;
  padding-left: 20px;
}
.tel dd span::before {
  content: "";
  background: url("../img/shared/fix_icon_tel.png") no-repeat center;
  background-size: 100% auto;
  width: 16px;
  height: 19px;
  position: absolute;
  top: 12px;
  left: -5px;
}
@media screen and (min-width: 768px) {
  .tel {
    text-align: left;
  }
  .tel dt {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .tel dd span {
    font-size: 25px;
    padding-left: 25px;
    letter-spacing: 0.1em;
  }
  .tel dd span::before {
    width: 16px;
    height: 19px;
    top: 11px;
    left: 0;
  }
}
.bnr__shared a {
  display: block;
  line-height: 1;
  transition: all .4s ease;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0;
  position: relative;
}
.bnr__shared a:hover {
  text-decoration: none;
}
.bnr__shared .style-1 {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  background: #0d2f5d;
}
.bnr__shared .style-1:hover {
  opacity: 1;
  background: #1b539e !important;
}
.bnr__shared .style-1 span {
  padding-left: 30px;
  position: relative;
}
.bnr__shared .style-1 span::before {
  content: "";
  background: url("../img/shared/fix_icon_mail.png") no-repeat center;
  background-size: 100% auto;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
}
.bnr__shared .style-3 {
  font-size: 18px;
  padding: 19px 30px;
  color: #0d2f5d;
  border: 1px solid #0d2f5d;
  min-width: 180px;
  text-align: left;
  position: relative;
}
.bnr__shared .style-3:hover {
  opacity: 1;
  /* background: #111111; */
  background: #0d2f5d;
  color: #fff;
}
.bnr__shared .style-3:hover::after {
  right: 10px;
  filter: brightness(0) invert(1);
  /* filter: brightness(0) saturate(100%) invert(13%) sepia(89%) saturate(1163%) hue-rotate(188deg) brightness(93%) contrast(95%); */
}
.bnr__shared .style-3::after {
  content: "";
  background: url("../img/shared/arow_icon1.png") no-repeat center;
  background-size: 100% auto;
  width: 9px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
  transition: all .4s ease;
}
.bnr__shared a.icon-pop-b.__white,
.bnr__shared .__white {
  color: #fff;
  border: 1px solid #fff;
}
.bnr__shared a.icon-pop-b.__white::after,
.bnr__shared .__white::after {
  filter: brightness(0) invert(1);
}
.bnr__shared a.icon-pop-b.__white:hover,
.bnr__shared .__white:hover {
  background: #fff;
  color: #0d2f5d;
}

.bnr__shared .__white:hover::after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(1169%) hue-rotate(190deg) brightness(97%) contrast(94%);
}
.bnr__shared a.icon-pop-b {
  color: #0d2f5d;
  font-size: 18px;
  padding: 20px 30px;
  border: 1px solid #0d2f5d;
  width: 330px;
}
.bnr__shared a.icon-pop-b:hover {
  background: #0d2f5d;
  color: #fff;
}
.bnr__shared a.icon-pop-b::after {
  content: "";
  background: url("../img/party/icon_popup.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.bnr__shared a.icon-pop-b:hover::after {
  filter: brightness(0) invert(1)
}


	
	
.bnr__shared a.icon-pop-b.__white:hover::after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(1169%) hue-rotate(190deg) brightness(97%) contrast(94%);
}
	
@media screen and (max-width: 767px) {
  .bnr__shared a.icon-pop-b {
    width: 100%;
  }
  .bnr__shared {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr__shared .style-1 {
    font-size: 16px;
    padding: 18px 0;
  }
  .bnr__shared .style-1:hover {
    opacity: 1;
    background: #1b539e;
  }
  .bnr__shared .style-1 span {
    padding-left: 30px;
  }
  .bnr__shared .style-1 span::before {
    width: 18px;
    height: 14px;
    top: 6px;
    left: 0;
  }
  .bnr__shared a.icon-pop-b, .bnr__shared .style-3 {
    font-size: 16px;
    padding: 18px 25px;
  }
  .bnr__shared .style-3::after {
    right: 20px;
  }
	
.bnr__shared a.icon-pop-b::after {
    width: 13px;
    height: 13px;
    right: 20px!important;
}
	
}
._link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-weight: 700;
}
._link::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #0d2f5d;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
._link.active, ._link:hover {
  text-decoration: none;
  color: #0d2f5d;
}
._link.active::before, ._link:hover::before {
  right: 0;
}
.s_active a{
	color: #0d2f5d !important;	
}
#nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/shared/bg03.jpg");
  z-index: 123;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
}

.fixed__page #nav-fixed {
	opacity: 1;
	visibility: visible;
}


.start__fixed #nav-fixed{
	opacity: 0!important;
	visibility: hidden!important;
}

#nav-fixed a:hover {
  text-decoration: none;
}
.fixed__menu__list {
  align-items: center;
  display: flex;
  height: 100%;
}
.fixed__menu__list a {
  font-size: 18px;
  font-weight: 700;
  transition: all .3s ease-out;
	text-decoration: none;
}

.fixed__menu__list .list__item {
  padding: 25px 1vw;
  color: #191a1d;
}
.fixed__menu__list .list__item:hover ._link::before {
  right: 0;
}
.fixed__menu__list .list__item:hover .list__item__menu {
  opacity: 1;
  visibility: visible;
}
.fixed__menu__list .list__item__menu {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #f7f7f7;
  display: block !important;
  left: 50%;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  transition: .2s ease-out;
  width: 100vw;
  z-index: 100;
}
.fixed__menu__list .list__item__menu .inner {
  display: flex;
  padding: 40px 4% 60px;
}
.fixed__menu__list .list__item__menu .inner .menu {
  width: 100%;
}
.fixed__menu__list .list__item__menu .inner .menu .menu__title {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 25px;
  color: #0d2f5d;
}
.fixed__menu__list .list__item__menu .inner .menu .menu__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.fixed__menu__list .list__item__menu .inner .menu .menu__list .menu__list__item {
  border-bottom: 1px solid #9c9da4;
  margin: 10px 0 0 30px;
  width: calc(33.33333% - 30px);
  line-height: 1.5;
}
.fixed__menu__list .list__item__menu .inner .menu .menu__list .menu__list__item > a {
  display: block;
  position: relative;
  padding: 15px 20px 15px 0;
  color: #191a1d;
  font-weight: 500;
}
.fixed__menu__list .list__item__menu .inner .menu .menu__list .menu__list__item > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  background: url("../img/shared/arow_icon1.png") no-repeat center;
  width: 9px;
  height: 10px;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(7%) sepia(15%) saturate(377%) hue-rotate(187deg) brightness(101%) contrast(93%);
  transition: all .4s ease;
}
.fixed__menu__list .list__item__menu .inner .menu .menu__list .menu__list__item > a:hover::after {
  right: 10px;
}
.nav-fixed__ham {
  position: relative;
}
.nav-fixed__ham .col-1 {
  padding-left: 30px;
}
.nav-fixed__ham .col-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav-fixed__ham .col-2 .tel {
  color: #0d2f5d;
}
.nav-fixed__ham .col-2 .tel dt {
  font-size: 14px;
}
.nav-fixed__ham .col-2 .tel dd span::before {
  width: 17px;
  height: 19px;
  background: url("../img/shared/tel_icon@1.5x.png") no-repeat center;
  background-size: 100% auto;
}
.nav-fixed__ham .col-2 .bnr__shared .style-1 {
  padding: 41px 17px 41px 18px;
}
footer {
  background: #111111;
  padding: 85px 0 84px;
  color: #fff;
  position: relative;
  z-index: 4;
}
footer .wrap {
  max-width: 1300px;
}
footer .row-1 {
  position: relative;
}
footer .row-1 .col-1 {
  width: 23%;
}
footer .row-1 .col-1 .footer__logo {
  width: 258px;
  margin-bottom: 42px;
}
footer .row-1 .col-1 .tel {
  margin-bottom: 30px;
}
footer .row-1 .col-2 {
  width: 69.5%;
  padding-top: 14px;
  line-height: 1.9;
}
footer .row-1 .col-2 .tt-1 {
  font-size: 16px;
  margin-bottom: 0;
}
footer .row-1 .col-2 .tt-2 {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #414141;
  padding-bottom: 36px;
}
footer .row-1 .col-2 .tt-2 a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
footer .row-1 .col-2 .tt-2 a::before {
  content: "";
  background: url(../img/shared/icon_map.png) no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 19px;
  position: absolute;
  top: 7px;
  left: 3px;
}
footer .row-1 .col-2 .tt-2 a:hover {
  text-decoration: none;
}
footer .row-1 .col-2 .tt-2 span {
  display: block;
  color: #919191;
}
footer .row-2 {
  position: absolute;
  top: 343px;
  left: 0;
  width: 300px;
}
footer .row-2 #socialbuttons {
  margin-bottom: 12px;
  text-align: left;
}
footer .row-2 .footer__url {
  margin-bottom: 18px;
}
footer .row-2 .footer__url span {
  position: relative;
}
footer .row-2 .footer__url span::after {
  content: "";
  background: url("../img/shared/icon_url@1.5x.png") no-repeat center;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: -20px;
}
footer .row-2 .cookies-link {
  margin-bottom: 5px;
}
footer .row-2 .cookies-link a {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
footer .row-2 .cookies-link a::after {
  content: "";
  background: url("../img/shared/icon_cookie@1.5x.png") no-repeat center;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 14px;
  right: -20px;
}
footer .row-2 address {
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 15vw 0 25vw;
  }
  footer .row-1 {
    margin-bottom: 10vw;
  }
  footer .row-1 .col-1 {
    width: auto;
    margin-bottom: 8vw;
  }
  footer .row-1 .col-1 .footer__logo {
    width: 61vw;
    max-width: 441px;
    margin: 0 auto 8vw;
  }
  footer .row-1 .col-1 .tel {
    margin-bottom: 8vw;
  }
  footer .row-1 .col-2 {
    width: auto;
  }
  footer .row-1 .col-2 .tt-1 {
    font-size: 16px;
    margin-bottom: 0;
  }
  footer .row-1 .col-2 .tt-2 {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #414141;
    padding-bottom: 30px;
  }
  footer .row-1 .col-2 .tt-2 a {
    padding-left: 20px;
  }
  footer .row-1 .col-2 .tt-2 a::before {
    width: 13px;
    height: 19px;
    top: 7px;
    left: 3px;
  }
  footer .row-2 {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding-bottom: 6vw;
  }
  footer .row-2 #socialbuttons {
    margin-bottom: 10vw;
  }
  footer .row-2 .footer__url {
    margin-bottom: 6vw;
    text-align: center;
  }
  footer .row-2 .footer__url span::after {
    width: 15px;
    height: 15px;
    top: 4px;
    right: -24px;
  }
  footer .row-2 .cookies-link {
    margin-bottom: 2vw;
    text-align: center;
  }
  footer .row-2 .cookies-link a::after {
    width: 14px;
    height: 14px;
    top: 8px;
    right: -20px;
  }
}
.pagetop {
  position: absolute;
  z-index: 4;
  top: 45px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pagetop {
    position: relative;
    top: 0;
    right: 0;
    width: 26vw;
    margin: 0 auto;
  }
}
.footer__nav {
  padding-top: 10px;
}
.footer__nav .cols-1 {
  width: 160px;
}
.footer__nav .cols-2 {
  width: 260px;
}
.footer__nav .cols-3 {
  width: 273px;
  order: 3;
}
.footer__nav .cols-4 {
  width: 203px;
  order: 4;
}
.footer__nav ul li {
  margin-top: 14px;
}
.footer__nav ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.footer__nav ul li .active,
.footer__nav ul li a:hover {
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
.footer__nav ul li ul {
  padding-top: 0;
}
.footer__nav ul li ul li {
  line-height: 1;
  margin-top: 20px;
}
.footer__nav ul li ul li a {
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  display: inline-block;
}
.footer__nav ul li ul li a:hover {
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
.footer__nav ul li ul li a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  opacity: .5;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    padding-top: 6vw;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .footer__nav .cols-1, .footer__nav .cols-2, .footer__nav .cols-3, .footer__nav .cols-4 {
    width: 47%;
    margin-bottom: 15px;
  }
  .footer__nav .cols-2 {
    order: 3;
  }
  .footer__nav .cols-3 {
    order: 4;
  }
  .footer__nav .cols-4 {
    order: 2;
  }
  .footer__nav ul li {
    margin-top: 10px;
  }
  .footer__nav ul li a {
    font-size: 16px;
  }
  .footer__nav ul li ul {
    padding-top: 0;
  }
  .footer__nav ul li ul li {
    line-height: 1.6;
  }
  .footer__nav ul li ul li a {
    font-size: 14px;
    padding-left: 18px;
    letter-spacing: 0;
  }
  .footer__nav ul li ul li a::before {
    top: 10px;
    left: 0;
  }
}
.header-box {
  position: relative;
}
.header-box::before {
  content: "";
    background: url(../img/index/key_mask.png) no-repeat top left;
    background-size: 100% 100%;
  height: 349px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.header-box::after {
  content: "";
  transition: .2s ease-out;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.header-box h1 {
  position: absolute;
  top: 27px;
  left: 35px;
  z-index: 3;
  color: #b0b0b0;
  font-size: 12px;
  line-height: 1.5;
}
.header-box .header__right {
  position: absolute;
  top: 39px;
  right: 30px;
  z-index: 5;
  width: 240px;
}
.header-box .header__right .tel {
  margin-bottom: 9px;
  color: #fff;
  padding-left: 4px;
}
.header-box .header__right .tel dt {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}



.header-box .header__right .tel dd span {
  font-size: 26px;
}
.header-box .header__right .bnr__shared .style-1 {
  padding: 19px 5px 21px 5px;
  background: #0d2f5d;
}
.header-box .logo {
  top: 305px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  position: absolute;
  z-index: 3;
}
.header-box h2 {
  top: 650px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header-box::before {
    background-position: top center;
  }
  .header-box h1 {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  .header-box .logo {
    top: 50vw;
    width: 32vw;
  }
  .header-box h2 {
    top: 110vw;
    font-size: 7vw;
    line-height: 10vw;
  }
}
.header__menu_sub, .header__menu {
  position: absolute;
  top: 55px;
  left: 34px;
  right: 0;
  z-index: 4;
}
.header__menu_sub ._link, .header__menu ._link {
  color: #fff;
  font-size: 18px;
}
.header__menu_sub ._link::before, .header__menu ._link::before {
  background-color: #fff;
}
.header__menu_sub ._link.active, .header__menu_sub ._link:hover, .header__menu ._link.active, .header__menu ._link:hover {
  color: #fff;
}
.header__menu_sub .fixed__menu__list .list__item, .header__menu .fixed__menu__list .list__item {
  padding: 0 1vw 25px;
}
.header__menu .fixed__menu__list .list__item__menu {
  background: none;
}
.header__menu .fixed__menu__list .list__item__menu .inner {
  padding-top: 10px;
}
.header__menu .fixed__menu__list .list__item__menu .inner .menu .menu__list .menu__list__item > a:hover {
  text-decoration: none;
}
.header-box.hover_mn::after {
  opacity: 1;
  visibility: visible;
}

.header-box.hover_mn .header__right .tel dt,
.header-box.hover_mn .header__menu ._link {
  color: #191a1d;
}



.header-box.hover_mn .header__menu ._link::before {
  background-color: #0d2f5d;
}
.header-box.hover_mn .header__right .tel {
  color: #0d2f5d;
}
.header-box.hover_mn .header__right .tel dd span::before {
  background: url("../img/shared/tel_icon@1.5x.png") no-repeat center;
  background-size: 100% auto;
}
.header__menu_sub ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
}
.header__menu_sub ul > li {
  position: relative;
}
.header__menu_sub ul li ._link {
  font-size: 18px;
  padding-bottom: 10px;
}
.header__menu_sub ul li ._link::before {
  bottom: 8px;
}
.header__menu_sub ul ul {
  position: absolute;
  top: 100%;
  width: 220px;
  background: #ffffff;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.header__menu_sub ul ul li a {
color: #0d2f5d;
    font-size: 17px;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
}
.header__menu_sub ul ul li + li {
  border-top: 1px solid #e1e1e1;
}
.header__menu_sub ul ul li a:hover {
  text-decoration: none;
  background: #e6eaee;
}
.header__menu_sub ul > li:hover ._link::before, .header__menu_sub ul > li.active._link::before {
  right: 0;
}
.header__menu_sub ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d2f5d;
  z-index: 124;
}
#fixed-sp ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#fixed-sp ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-weight: 700;
  color: #fff;
  width: 33.333%;
}
#fixed-sp ul li a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
}
#fixed-sp ul li a:hover {
  text-decoration: none;
}
#fixed-sp ul li:last-child {
  border-right: none;
}
#fixed-sp ul .ft__tel a, #fixed-sp ul .ft__web a {
  padding-top: 30px;
}
#fixed-sp ul .ft__tel a::before, #fixed-sp ul .ft__web a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#fixed-sp ul .ft__tel a::before {
  background: url("../img/shared/fix_icon_tel.png") no-repeat center;
  background-size: 100% auto;
  width: 18px;
  height: 26px;
  top: 5px;
}
#fixed-sp ul .ft__web a::before {
  background: url("../img/shared/fix_icon_mail.png") no-repeat center;
  background-size: 100% auto;
  width: 21px;
  height: 17px;
  top: 12px;
}
.headerOpen__nav .row-1 {
  margin-bottom: 10vw;
}
.headerOpen__nav .row-1 .col-1 {
  margin-bottom: 12vw;
}
.headerOpen__nav .row-1 .col-1 .nav__logo {
  width: 61vw;
  max-width: 441px;
  margin: 0 auto 8vw;
}
.headerOpen__nav .row-1 .col-1 .tel {
  margin-bottom: 8vw;
  color: #fff;
}
.headerOpen__nav .row-1 .col-2 {
  border-top: 1px solid #414141;
}
.headerOpen__nav .row-1 .col-2 .footer__nav {
  padding-top: 4vw;
}
.headerOpen__nav .row-1 .col-2 .tt-1 {
  font-size: 16px;
  margin-bottom: 0;
}
.headerOpen__nav .row-1 .col-2 .tt-2 {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #414141;
  padding-bottom: 30px;
}
.headerOpen__nav .row-1 .col-2 .tt-2 a {
  padding-left: 20px;
  position: relative;
  display: inline-block;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.headerOpen__nav .row-1 .col-2 .tt-2 a::before {
  content: "";
  background: url(../img/shared/icon_map.png) no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 19px;
  position: absolute;
  top: 7px;
  left: 3px;
}
.key__sub {
  padding-top: 145vh;
}
.key__sub .ob-img {
  position: fixed;
  pointer-events: none;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  min-width: 100%;
  height: 100vh;
/*	min-height: 100vh;*/
}
@media screen and (max-width: 767px) {
  .key__sub {
    padding-top: 110vh;
  }
}
.common__deco {
  position: absolute;
  top: -27vw;
  left: 0;
  width: 100%;
  height: 684px;
  overflow: hidden;
}
.common__deco .common__deco__des {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .common__deco {
    top: -332px;
  }
  .common__deco .common__deco__des {
    width: 2000px;
  }
}
@keyframes sdl {
   0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
   }

   50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
   }

   50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
   }

   100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
   }
}

.introline {
  width: 1px;
  background-color: #919191;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.introline:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.section__scroll {
  position: relative;
  margin-bottom: -1px;
}
.section__scroll .two-col {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
}
.section__scroll .two-col .col-right {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.section__scroll .two-col .stick {
  margin: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
  padding-bottom: 0;
}
.section__scroll .contents {

}
.section__scroll .contents figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .4s ease;
}
.section__scroll .contents figure .js-valueimg {
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section__scroll .contents .main-visual-l {
  position: relative;
  height: 100vh; 
  overflow: hidden;
}

.section__scroll .contents .ii02 {
  z-index: 2;
  opacity: 0;
}
.section__scroll .contents .ii03 {
  z-index: 3;
  opacity: 0;
}

.section__scroll .contents .ii04 {
  z-index: 4;
  opacity: 0;
}

.section__scroll .contents .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section__scroll .contents .ii04.menu-item-active, 
.section__scroll .contents .ii03.menu-item-active, 
.section__scroll .contents .ii02.menu-item-active {
  opacity: 1;
}


.section__scroll .c-parallaximg__body {
  position: relative;
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%; 
  min-height: 102vh;
}

.section__scroll .js-valueimg {
position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
}

.js-valueimg {
  will-change: transform;

}





@media screen and (min-width: 768px) {
  .setOverflow {
    overflow: hidden;
  }
  .section__scroll {
      overflow: visible;
      }
  .section__scroll .two-col {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      margin: 0;
  }
  .section__scroll .two-col.flex__dir {
    flex-direction: row-reverse;
  }
  .section__scroll .two-col .col-right {
    width: 50%;

  }
  .section__scroll .two-col .stick {
  position: sticky;
  top: 0;
  height: fit-content;
  max-height: 100%; 
  }
  .section__scroll .contents {
    flex: 0 0 auto;
   width: 50%;
  }

.section__scroll .u-masking {
  --mask-position: 0%;
  --mask-size: 100% 380%;
  -webkit-mask-image: var(--mask-image-vt-url);
  mask-image: var(--mask-image-vt-url);
  -webkit-mask-size: var(--mask-size);
  mask-size: var(--mask-size);
  -webkit-mask-position: 0 var(--mask-position);
  mask-position: 0 var(--mask-position);

}

.section__scroll .u-masking2 {
  --mask-position: 100%;
 --mask-size: 100% 360%;
  -webkit-mask-image: var(--mask-image-vt-url2);
  mask-image: var(--mask-image-vt-url2);
  -webkit-mask-size: var(--mask-size);
  mask-size: var(--mask-size);
  -webkit-mask-position: 0 var(--mask-position);
  mask-position: 0 var(--mask-position);


}
.section__scroll .box-1.u-masking2 {
  --mask-position: 0%;
  --mask-size: 100% 380%;
}

}
.group__item__box .box {
  height: 110vw;
  position: relative;
  overflow: visible;
  color: #fff;
  margin: 19px 0px;
  /* box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); */
  z-index: 2;
}
.group__item__box .box::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 2px solid #0d2f5d;
  z-index: 1;
}

.group__item__box .box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
    z-index: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.group__item__box .box .ob-img::after {
  content: "";
  background: url("../img/shared/bnr_arrow@1.5x.png") no-repeat center;
  background-size: 100% auto;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -22px;
}
.group__item__box .box:hover .ob-img img {
  transform: scale(1.05);
}
.group__item__box .box h3 {
  font-size: 8.67vw;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1.8;
  height: 68vw;
  letter-spacing: 0.1em;
}
.group__item__box .box .ob-img {
  position: relative;
  z-index: -1;
  mask-image: url("../img/index/bnr_frame.png");
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  mask-size: 100% 100%;
}
.group__item__box .box .ob-img img {
  transition-duration: .7s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.group__item__box .box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .group__item__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .group__item__box.x2 {
    gap: 45px;
  }
  .group__item__box.x2 .box {
    width: 47%;
  }
  .group__item__box .box {
    height: 500px;
    margin: 0;
  }
  .group__item__box .box::before {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    border: 3px solid #0d2f5d;
    z-index: 1;
  }
  .group__item__box .box .ob-img::after {
    width: 40px;
    height: 40px;
    bottom: 40px;
    margin-left: -20px;
  }
  .group__item__box .box:hover .ob-img img {
    transform: scale(1.05);
  }
  .group__item__box .box h3 {
    font-size: 50px;
    top: 65px;
    left: 50%;
    line-height: 70px;
    height: 433px;
    letter-spacing: 0px;
  }
}
.common__bnr-horizontal {
  position: relative;
  z-index: 2;
}
.common__bnr-horizontal .box {
  height: 66vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
  z-index: 2;
}

.common__bnr-horizontal .box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
    z-index: 0;
    pointer-events: none;
}



.common__bnr-horizontal .box::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border: 2px solid #0d2f5d;
  z-index: 1;
}
.common__bnr-horizontal .box dl {
  line-height: 1;
  text-align: center;
  color: #fff;
  position: relative;
  padding-bottom: 0;
  width: 100%;
}
.common__bnr-horizontal .box dl::after {
  content: "";
  background: url(../img/shared/bnr_arrow_b.png) no-repeat center;
  background-size: 100% auto;
  width: 8vw;
  height: 8vw;
  position: absolute;
  bottom: -15vw;
  left: 50%;
  margin-left: -5vw;
}
.common__bnr-horizontal .box dl dt {
  margin-bottom: 10px;
}
.common__bnr-horizontal .box dl dd {
  font-size: 4vw;
}
.common__bnr-horizontal .box .ob-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  mask-image: url(../img/index/bnr_frame.png);
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  mask-size: 100% 100%;
}
.common__bnr-horizontal .box .ob-img img {
  transition-duration: .7s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.common__bnr-horizontal .box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 3;
}

.common__bnr-horizontal .box + .box {
	margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  .common__bnr-horizontal {
    margin-bottom: 0;
  }
  .common__bnr-horizontal .box {
    height: 344px;
    width: 48%;
  }
  .common__bnr-horizontal .box::before {
    border: 3px solid #0d2f5d;
  }
  .common__bnr-horizontal .box:hover .ob-img img {
    transform: scale(1.05);
  }
  .common__bnr-horizontal .box dl {
    padding-bottom: 75px;
    width: 100%;
  }
  .common__bnr-horizontal .box dl::after {
    width: 55px;
    height: 55px;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
  }
  .common__bnr-horizontal .box dl dt {
    margin-bottom: 10px;
  }
  .common__bnr-horizontal .box dl dd {
    font-size: 18px;
  }
	
	.common__bnr-horizontal .box + .box {
		margin-top: 0;
	}	
	
}
.common__ala {
  position: relative;
  z-index: 3;
  padding: 25vw 0 20vw;
  overflow: hidden;
	    margin-bottom: -1px;
}
.common__ala::before {
  content: "";
  border: 2px solid #0d2f5d;
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
}
.common__ala .ob-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.common__ala a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 0;
}
.common__ala h3 {
  text-align: center;
  color: #fff;
  line-height: 2;
  position: relative;
  padding-bottom: 12vw;
}
.common__ala h3::after {
  content: "";
  background: url(../img/shared/bnr_arrow@1.5x.png) no-repeat center;
  background-size: 100% auto;
  width: 10vw;
  height: 10vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5vw;
}
.common__ala h3 small {
	display: block;
}
@media screen and (min-width: 768px) {
  .common__ala {
    padding: 186px 0 203px;
  }
  .common__ala::before {
    border: 3px solid #0d2f5d;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .common__ala img {
    transition-duration: 0.7s !important;
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  }
  .common__ala:hover img {
    transform: scale(1.05);
  }
  .common__ala h3 {
    line-height: 60px;
    padding-bottom: 50px;
  }
  .common__ala h3::after {
    width: 55px;
    height: 55px;
    bottom: 0;
    margin-left: -22px;
  }
}
.list__dotted li {
  position: relative;
  padding-left: 11px;
  text-align: left;
}
.list__dotted li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
  background: #191a1d;
}
@media screen and (min-width: 768px) {
  .list__dotted li {
    padding-left: 11px;
  }
  .list__dotted li::before {
    width: 3px;
    height: 3px;
    top: 20px;
    left: 0;
  }
}



.list__icons li {
  position: relative;
  padding-left: 16px;
  text-align: left;
}
.list__icons li::before {
  content: "";
    background: url("../img/menu/icon_txt.png") no-repeat center;
    background-size: 100% auto;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 11px;
    left: 0; 
}
@media screen and (min-width: 768px) {
  .list__icons li {
    padding-left: 14px;
  }
  .list__icons li::before {
    width: 12px;
    height: 12px;

  }
}

.popup-top {
  background: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
}
.popup-top .pp {
  width: 50px;
  height: 50px;
  margin-left: auto;
  background: none;
  border: none;
  position: sticky;
  display: block;
	margin-bottom: 25px;
}
.popup-top .pp::before {
  display: none;
}
.popup-top .pp:hover span {
  opacity: .6;
}
.popup-top .pp span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/party/close01.jpg") no-repeat center;
  background-size: cover;
  cursor: pointer;
  transition: all .4s ease;
}
.popup-top h2 {
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}
.popup-top .popup__note {
  text-align: center;
  margin-bottom: 40px;
}


@media screen and (min-width: 768px) {
.popup-top .pp {
  width: 60px;
  height: 60px;}
}


.slickSlider {
  background: url(../img/shared/bg.jpg);
  position: relative;
  z-index: 2;
 
}

.slickSlider .slider__s {
 opacity: 0;
}
.slickSlider::before {
content: "";
    background: url(../img/index/sec1_deco01.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 120vw;
    height: 153vw;
    position: absolute;
    top: 165vw;
    left: -27vw;
}
.slickSlider::after {
  content: "";
  background: url(../img/shared/bg03.jpg);
  position: absolute;
  bottom: 56px;
  left: 10px;
  right: 0;
  top: 32vw;
  z-index: -1;
}
.slickSlider .wrap {
	padding-left: 0;
	padding-right: 0!important;
}
.slickSlider h2 {
  width: 16vw;
  height: 90vw;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  line-height: 16vw;
}
.slickSlider h2 span {
  font-size: 10.67vw;
}
.slickSlider .slider__s {
  margin-left: 0;
    position: relative;
    z-index: 2;
}

.slickSlider .slick-list {padding: 0 15% 0 0 !important;}

.slickSlider .slick-slide {
    margin-right: 0vw;
}

.slickSlider .slider__s .box {
  margin-left: 20px;
  margin-right: 10px;
  position: relative;
}
.slickSlider .slider__s .box .ob-img {
  width: 100%;
  height: 67vw;
  z-index: -1;
}
.slickSlider .slider__s .box .num {
  background: url("../img/catering/sec1_before.png") no-repeat center;
  background-size: 100% auto;
  width: 16vw;
  height: 16vw;
  font-size: 6.17vw;
  font-weight: 700;
  text-align: center;
  line-height: 16vw;
  position: absolute;
  top: 61vw;
  left: -20px;
  z-index: 3;
}
.slickSlider .slider__s .box h3 {
    font-size: 4.8vw;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 4vw;
    padding-left: 11vw;
    position: relative;
    z-index: 4;
    padding-top: 5vw;
    letter-spacing: 0.01em;
}
.slickSlider .slider__s .box .text {
  margin-bottom: 0;
  line-height: 2;
  font-size: 14px;
}
.slickSlider .slick-list {
}
.slickSlider .slick-slide {
  margin-right: 0;
}

.slickSlider .prev__next {
    position: absolute;
    bottom: -60px;
    left: auto;
    width: 44px;
    height: 44px;
    border: none;
    background: none;
    border-radius: 50%;
    top: auto;
    font-size: 0;
    cursor: pointer;
    right: 0;
    transition: all .4 ease;
}
.slickSlider .prev__next::before {
  content: "";
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .4 ease;
}
.slickSlider #custom-prev.prev__next::before {
   background: url("../img/catering/prev.png") no-repeat;
   background-size: cover;
}
.slickSlider #custom-next.prev__next::before {
   background: url("../img/catering/next.png") no-repeat;
   background-size: cover;
}
.slickSlider #custom-prev.prev__next {
  right: 85px;
  background: url("../img/catering/prev_on.png") no-repeat;
  background-size: cover;

}


.slickSlider #custom-prev:hover,
.slickSlider #custom-prev.disable {
   /* background: url("../img/catering/prev.png") no-repeat;
   background-size: cover; */
}

.slickSlider #custom-next.prev__next {
  right: 25px;
   background: url("../img/catering/next_on.png") no-repeat;
  background-size: cover;
}



.slickSlider .prev__next.disable {
  background: transparent!important;
}


.slickSlider #custom-next.disable::before,
.slickSlider #custom-prev.disable::before {
  opacity: 1;
}


.slickSlider #custom-next:hover,
.slickSlider #custom-next.disable {
   /* background: url("../img/catering/next.png") no-repeat;
   background-size: cover; */
}

.slickSlider .slick-next::before, .slickSlider .slick-prev::before {
  content: "";
  background: url("../img/catering/next_on.png") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slickSlider .slick-prev::before {
  background: url("../img/catering/prev_on.png") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.slickSlider .slick-next.slick-disabled::before {
  background: url("../img/catering/next.png") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  opacity: 1;
}

.slickSlider .slick-prev.slick-disabled::before {
  background: url("../img/catering/prev.png") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  opacity: 1;
}
.slickSlider .slider-progress {
  position: relative;
  height: 1px;
  background: #919191;
  margin-top: 20px;
  overflow: hidden;
  width: 94%;
}
.slickSlider .slider-progress-bar {
  height: 100%;
  width: 0%;
  background: #0d2f5d;
  transition: width 0.3s ease;
}
@media screen and (min-width: 768px) {
  .slickSlider::before {
        width: 834px;
        height: 578px;
        bottom: 31px;
        right: calc(50% + 78px);
        top: auto;
        left: auto;
  }
  .slickSlider::after {
    left: 100px;
    right: 0;
    bottom: 143px;
    top: 200px;
  }
  .slickSlider h2 {
    width: 40px;
    height: 495px;
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 40px;
    letter-spacing: 4px;
    margin: 0;
  }
  .slickSlider h2 span {
    font-size: 60px;
  }
  .slickSlider .slider__s {
    margin-left: 100px;
    width: 1359px;
  }
	.slickSlider .slick-list {
    padding: 0 12% 0 0 !important;
	}

	.slickSlider .slick-slide {
		margin-right: 0vw;
	}	
	
  .slickSlider .slider__s .box {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .slickSlider .slider__s .box .ob-img {
    height: 330px;
  }
  .slickSlider .slider__s .box .num {
    width: 90px;
    height: 90px;
    font-size: 30px;
    line-height: 90px;
    top: 288px;
    left: -20px;
  }
  .slickSlider .slider__s .box h3 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 7px;
    padding-left: 66px;
    padding-top: 11px;
    letter-spacing: 2px;
  }
  .slickSlider .slider__s .box .text {
    margin-bottom: 0;
    line-height: 33px;
    font-size: 15px;
    padding-left: 10px;
    letter-spacing: 1px;
    padding-bottom: 45px;
  }
  .slickSlider .slick-slide {
    margin-right: 0;
  }
  .slickSlider .slick-next, .slickSlider .slick-prev {
    width: 55px;
    height: 55px;
    bottom: -92px;
    left: calc(50% + 177px);
  }
  .slickSlider .slick-prev {
    right: auto;
    left: calc(50% + 100px);
  }
  .slickSlider .slick-next {
    right: 0;
  }


.slickSlider .prev__next {
  bottom: -80px;
  width: 55px;
  height: 55px;
}
.slickSlider #custom-prev.prev__next {
right: auto;
        left: calc(50% + 91px);


}
.slickSlider .prev__next:hover,
.slickSlider .prev__next.disable {
  background: transparent!important;
}

.slickSlider #custom-next:hover::before,
.slickSlider #custom-next.disable::before,
.slickSlider #custom-prev:hover::before,
.slickSlider #custom-prev.disable::before {
  opacity: 1;
}


.slickSlider #custom-next.prev__next {
right: auto;
        left: calc(50% + 167px);

}



  .slickSlider .slider-progress {
    margin-top: 10px;
    width: 870px;
    margin-left: 33px;
  }
	
	.slickSlider .slick-next:hover::before, 
	.slickSlider .slick-next.slick-disabled::before {
	  background: url("../img/catering/next.png") no-repeat;
	  -webkit-background-size: 100% auto;
	  background-size: 100% auto;
	  opacity: 1;
	}
	.slickSlider .slick-prev:hover::before, 
	.slickSlider .slick-prev.slick-disabled::before {
	  background: url("../img/catering/prev.png") no-repeat;
	  -webkit-background-size: 100% auto;
	  background-size: 100% auto;
	  opacity: 1;
	}
	
	
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
  .slickSlider .slider__s .box h3 {
    letter-spacing: 0;
  }

    .slickSlider #custom-prev.prev__next {
        right: auto;
        left: calc(50% + 235px);
    }
.slickSlider #custom-next.prev__next {
        right: auto;
        left: calc(50% + 312px);
    }


}

@media screen and (min-width: 1300px) and (max-width: 1599px) {
.slickSlider .slider__s {
  width: 1164px;
}

    .slickSlider #custom-prev.prev__next {
        right: auto;
        left: calc(50% + 195px);
    }
.slickSlider #custom-next.prev__next {
        right: auto;
        left: calc(50% + 271px);
    }


}



.list__vertical {
}
.list__vertical li {
  color: #fff;
  background-color: rgba(25, 26, 29, 0.5);
  padding: 15px 10px 25px;
  position: relative;
}
.list__vertical li::after {
  content: "";
  background: url("../img/catering/sec10_deco02.png") no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 31px;
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: rotate(90deg);
}
.list__vertical li + li {
	margin-top: 35px;
}
.list__vertical li .icon {
  width: 76px;
  margin: 0 auto -18px;
}
.list__vertical li .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
position: relative;
    z-index: 2;
}
.list__vertical li small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 9px;
  padding-right: 9px;
}
.list__vertical li:last-child::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .list__vertical {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .list__vertical li {
    width: 16.5%;
    padding: 30px 0 55px;
  }
  .list__vertical li::after {
    width: 16px;
    height: 31px;
    top: 50%;
    right: -34px;
    transform: rotate(0);
    left: auto;
    bottom: auto;
    margin-top: -19px;
  }
	.list__vertical li + li {
		margin-top: 0;
	}
  .list__vertical li .icon {
    width: 76px;
    margin: 0 auto -1px;
  }
  .list__vertical li .txt {
    width: 76px;
    line-height: 38px;
    font-size: 26px;
    height: 235px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: left;
  }
  .list__vertical li small {
    font-size: 14px;
    line-height: 20px;
    padding-left: 6px;
    padding-right: 5px;
    letter-spacing: 0;
  }
}


.dl__group {
  color: #b92b0f;
  font-size: 14px;
}
.dl__group dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.dl__group dl dt {
  white-space: nowrap;
}
.dl__group dl dd {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 0;
}
.dl__group dl dd .line {
  flex-grow: 1;
  height: 1px;
  background: #eabfb7;
  margin: 0 10px;
}
.dl__group dl dd span:last-child {
  white-space: nowrap;
  min-width: 93px;
}
@media screen and (min-width: 768px) {
  .dl__group {
    font-size: 15px;
  }
  .dl__group dl {
  margin-bottom: 16px;
    line-height: 1;
    letter-spacing: 0px;
  }
  .dl__group dl dd {
    margin-left: 0;
  }
}

.blog__news {
  background: url(../img/shared/bg03.jpg);
  padding-top: 18vw;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
  padding-bottom: 15vw;
}
.blog__news::before {
  content: "";
  background: url(../img/party/sec4_deco.png) no-repeat top center;
  background-size: 100% auto;
  width: 98vw;
  height: 332px;
  position: absolute;
  top: -13vw;
  left: -40vw;
}
.blog__news::after {
  content: "";
  background: url(../img/shared/bg03.jpg);
  position: absolute;
  top: 0px;
  left: 0;
  height: 608px;
  width: 500px;
  z-index: -1;
}
.blog__news .title {
  position: relative;
  width: 19vw;
  height: 65vw;
  margin: 0 auto;
  letter-spacing: 0.1em;
  line-height: 19vw;
}
.blog__news .title .bnr {
  position: absolute;
  top: 28vw;
  right: 20vw;
  line-height: 1;
}
.blog__news .title .bnr a {
  font-size: 18px;
  color: #0d2f5d;
}
.blog__news .title .bnr a::before {
  content: "";
  background: url("../img/catering/news_b_icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -26px;
  left: 0;
}
.blog__news .title .bnr a:hover {
  text-decoration: none;
}
.blog__news .col {
}
.blog__news .col #feed {
  position: relative;
}
.blog__news .col #feed > div + div {
  margin-top: 20px;
}
.blog__news .col #feed a {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: url(../img/shared/bg02.jpg);
  padding: 30px 20px;
}
.blog__news .col #feed a .time {
  font-weight: bold;
  line-height: 1;
  border-left: 1px solid #191a1d;
  border-right: 1px solid #191a1d;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto 20px;
  display: inline-block;
  width: auto!important;
}
.blog__news .col #feed a .photo {
  width: 100%;
  height: 170px;
  margin-bottom: 15px;
}
.blog__news .col #feed a .photo span {
  display: block;
  width: 100% !important;
  height: 100% !important;
  background-size: cover!important;
  background-position: center;
}
.blog__news .col #feed a p {
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .blog__news {
    padding-top: 99px;
    padding-bottom: 113px;
  }
  .blog__news::before {
    width: 810px;
    height: 332px;
    top: -61px;
    left: auto;
    right: calc(50% + 0px);
  }
  .blog__news::after {
    top: 0px;
    left: 0;
    height: 608px;
    width: 500px;
  }
  .blog__news .title {
    position: absolute;
    left: 61px;
    top: 11px;
    width: 46px;
    height: 375px;
    line-height: 46px;
    letter-spacing: 4px;
  }
  .blog__news .title .bnr {
    top: 213px;
    right: 79px;
    line-height: 20px;
  }
  .blog__news .title .bnr a {
    font-size: 20px;
    transition: all .5s ease;
  }
  .blog__news .title .bnr a::before {
    width: 18px;
    height: 18px;
    top: -29px;
    left: 0;
  }
   .blog__news .title .bnr a:hover {
    opacity: .5;
   }
  .blog__news .col {
    padding-left: 171px;
  }
  .blog__news .col #feed {
    position: relative;
  }
  .blog__news .col #feed > div + div {
    margin-top: 15px;
  }
  .blog__news .col #feed a {
    text-decoration: none;
    flex-direction: row;
    padding: 30px 49px;
    align-items: center;
  }
	.blog__news .col #feed a p {
		transition: all .4s ease;
	}
	.blog__news .col #feed a:hover .time,
	.blog__news .col #feed a:hover .photo,
	.blog__news .col #feed a:hover p{
		opacity: .5;
	}
	
  .blog__news .col #feed a .time {
    width: 127px;
    margin: 0;
	   transition: all .4s ease;
  }
  .blog__news .col #feed a .photo {
    margin-left: 25px;
    margin-right: 51px;
    width: 182px;
    height: 117px;
    margin-bottom: 0;
	  transition: all .4s ease;
  }
.blog__news .col #feed a p {
  width: 306px;
}
}
.flowCategory {
  background: url("../img/catering/sec14_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding-top: 20vw;
  padding-bottom: 10vw;
  position: relative;
  z-index: 2;
}
.flowCategory h2 {
  position: relative;
  text-align: center;
  margin-bottom: 9vw;
}
.flowCategory h2::before {
  content: "";
  background: url(../img/party/sec4_before.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: -9vw;
  left: 50%;
  margin-left: -10vw;
  width: 19vw;
  height: 10vw;
}
.flowCategory h3 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8vw;
}
.flowCategory h3::before {
  content: "";
  background: url("../img/catering/flow_icon.png") no-repeat;
  width: 15vw;
  height: 15vw;
  background-size: 100% auto;
  position: absolute;
  top: -1vw;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .flowCategory {
    padding-top: 143px;
    padding-bottom: 66px;
  }
  .flowCategory h2 {
    margin-bottom: 51px;
  }
  .flowCategory h2::before {
    width: 92px;
    height: 38px;
    top: -55px;
    left: 50%;
    margin-left: -46px;
  }
  .flowCategory h3 {
    padding-left: 30px;
    margin-bottom: 29px;
  }
  .flowCategory h3::before {
    width: 92px;
    height: 92px;
    top: -25px;
    left: -17px;
  }
}
.flowList {
  color: #fff;
}
.flowList .toggle {
  border-bottom: 1px solid #4a4b52;
}
.flowList .toggle .toggle-link {
  background: #1f222a;
  font-size: 15px;
  position: relative;
  padding: 15px 50px;
}
.flowList .toggle .toggle-link::after {
  content: "";
  background: url("../img/catering/sec15_plus.png") no-repeat center;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.flowList .toggle .toggle-link .th__inside {
  position: relative;
}
.flowList .toggle .toggle-main {
  background: #4a4b52;
  padding: 15px 50px;
}
.flowList .toggle .toggle-main .tg__inside {
  position: relative;
}
.flowList .toggle.active .toggle-link {
  /* background: transparent; */
}
.flowList .toggle.active .toggle-link::after {
  background: url("../img/catering/sec15_plus_on.png") no-repeat center;
}
.flowList .qa {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: -30px;
}
.flowList .toggle:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .flowList .toggle .toggle-link {
    font-size: 16px;
    padding: 16px 68px;
  }
  .flowList .toggle .toggle-link::after {
    width: 15px;
    height: 15px;
    right: 32px;
  }
  .flowList .toggle .toggle-main {
    padding: 14px 68px;
  }
  .flowList .qa {
    font-size: 22px;
    top: 5px;
    left: -34px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1399px) {
	
	.slickSlider .slider__s {
		width: 1080px;
	}
	
	.slickSlider .slick-next, .slickSlider .slick-prev {
		left: calc(50% + 312px);
	}
	.slickSlider .slick-prev {
		left: calc(50% + 233px);
	}
	.slickSlider::after {
		left: 50px!important;
	}
	
	footer {
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	footer .row-1 .col-2 {
		width: 72.5%;
	}
}

