@charset "UTF-8";
.l-header {
  position: relative;
  background: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .l-header {
    box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.1);
  }
}
.l-header__logo {
  width: 20.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 10.3rem;
  }
}
.l-header__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    padding: 1.5rem 1rem;
  }
}
.l-header-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-header-menu {
    gap: 0.5rem;
  }
}
.l-header-menu__top {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-menu__top {
    font-size: 1.3rem;
    padding-right: 0.5rem;
  }
}
.l-header-menu__top a {
  position: relative;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-header-menu__top a {
    padding: 0 0 0 0.9rem;
  }
}
.l-header-menu__top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3rem;
  height: 0.6rem;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/common/icn_arrow_r_bk.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-menu__top a::before {
    width: 0.5rem;
    height: 0.7rem;
  }
}
.l-header-menu__login {
  width: 15rem;
  height: 4rem;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-menu__login {
    width: 7rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.l-header-menu__login a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 5rem;
  box-shadow: 0 2px 0 #000;
}
@media (any-hover: hover) {
  .l-header-menu__login a:hover {
    transform: translateY(2px);
    background: #DFDFDF;
    opacity: 1;
    box-shadow: none;
  }
}
.l-header-menu__new {
  width: 15rem;
  height: 4rem;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-menu__new {
    width: 7rem;
    height: 2rem;
    font-size: 1rem;
  }
}
.l-header-menu__new a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #A81124;
  background: #A81124;
  color: #fff;
  border-radius: 5rem;
  box-shadow: 0 2px 0 #68000D;
}
@media (any-hover: hover) {
  .l-header-menu__new a:hover {
    transform: translateY(2px);
    background: #B93344;
    border: 1px solid #B93344;
    opacity: 1;
    box-shadow: none;
  }
}
.l-header-menu__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-menu__toggle {
    position: relative;
    display: block;
    width: 2rem;
    height: 1.4rem;
    margin-left: 1.5rem;
  }
  .l-header-menu__toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 2rem;
    height: 0.2rem;
    border-radius: 0.5rem;
    background: #000;
    transition: 0.5s;
  }
  .l-header-menu__toggle span:first-child {
    top: 0;
  }
  .l-header-menu__toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header-menu__toggle span:last-child {
    bottom: 0;
  }
  .l-header-menu__toggle.is-open span:first-child {
    top: 0.6rem;
    transform: rotate(135deg);
  }
  .l-header-menu__toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header-menu__toggle.is-open span:last-child {
    bottom: 0.6rem;
    transform: rotate(-135deg);
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-footer {
  border-top: 1px solid #BBB;
  padding: 7.4rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.8rem 1.5rem;
  }
}
.l-footer__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    flex-flow: column;
  }
}
.l-footer__logo {
  width: 19.4rem;
}
.l-footer-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 5rem;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-list {
    flex-flow: column;
    align-items: flex-start;
    padding: 3rem 0 0;
  }
}
.l-footer-list__item {
  font-size: 1.5rem;
  font-weight: 500;
}
.l-footer-list__item a[target=_blank] {
  position: relative;
  padding-right: 2.5rem;
}
.l-footer-list__item a[target=_blank]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/common/icn_blank.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.l-footer__copy {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 1.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.2rem;
    margin: 3rem 0 0;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (min-width: 1260.1px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt3 {
  margin-top: 3rem;
}
.u-mt5 {
  margin-top: 5rem;
}
.u-mt10 {
  margin-top: 10rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold {
  /*font-weight: 700;*/
}

/* 750px基準 → vw（値に単位なし=pxとして扱う）*/
html {
  background: #000;
  scrollbar-gutter: stable;
}
html:has(.p-little) {
  scroll-behavior: smooth;
}

body {
  opacity: 0;
  animation: opacity 1s ease-in-out forwards;
}
body:has(.p-little) {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  body:has(.p-little) {
    min-width: inherit;
  }
}
body.is-fixed {
  overflow: hidden;
  pointer-events: none;
}
body.is-fixed .p-little-head,
body.is-fixed .global-header,
body.is-fixed .p-little-nav {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  body.is-fixed .p-little-head-logo {
    opacity: 0;
  }
  body.is-fixed .p-little-head-btns__btn {
    opacity: 0;
  }
}

[id],
[data-anchor] {
  scroll-margin-top: var(--head-h, 0px);
}

main {
  padding-top: 85px;
}

@media screen and (max-width: 767px) {
  .main-article {
    padding-top: 0;
  }
}

.p-little {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
.c-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .c-heading {
    margin: 0 0 3.9682539683vw;
  }
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin: 0 0 9.3333333333vw;
  }
}
.c-heading img {
  width: auto;
  height: 44px;
  vertical-align: top;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .c-heading img {
    height: 3.4920634921vw;
  }
}
@media screen and (max-width: 767px) {
  .c-heading img {
    height: 7.3333333333vw;
  }
}
.c-heading span {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin: 24px 0 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .c-heading span {
    font-size: 1.5873015873vw;
    margin: 1.9047619048vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-heading span {
    font-size: 5.3333333333vw;
    margin: 6.6666666667vw 0 0;
  }
}
.p-little .c-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 221px;
  height: 47px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_waku.svg) 0 0/100% auto no-repeat;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little .c-area {
    width: 17.5396825397vw;
    height: 3.7301587302vw;
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little .c-area {
    width: 40.6666666667vw;
    height: 13.3333333333vw;
    background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_waku_sp.svg) 0 0/100% auto no-repeat;
    padding-top: 0.6666666667vw;
  }
}
.p-little-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: fixed;
  top: 85px;
  left: 0;
  padding: 30px 34px;
  z-index: 100;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head {
    padding: 2.380952381vw 2.6984126984vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-head {
    align-items: center;
    padding: 4vw;
  }
}
.p-little-head-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  transition: opacity 0.3s;
}
.p-little-head-logo__lbie {
  width: 50px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-logo__lbie {
    width: 3.9682539683vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-head-logo__lbie {
    width: 9.3333333333vw;
  }
}
.p-little-head-logo__lp {
  position: relative;
  width: 121px;
  padding: 0 0 0 45px;
  box-sizing: content-box;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-logo__lp {
    width: 9.6031746032vw;
    padding: 0 0 0 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-head-logo__lp {
    width: 24vw;
    padding: 0 0 0 8.5333333333vw;
  }
}
.p-little-head-logo__lp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 1px;
  height: 47px;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-logo__lp::before {
    left: 1.746031746vw;
    height: 3.7301587302vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-head-logo__lp::before {
    left: 4.2666666667vw;
    height: 9.0666666667vw;
  }
}
.p-little-head-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}
.p-little-head-btns__btn {
  width: 221px;
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  z-index: 101;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-btns__btn {
    width: 17.5396825397vw;
    height: 3.7301587302vw;
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-head-btns__btn {
    position: fixed;
    bottom: 4vw;
    right: 4vw;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .is-fixed .p-little-head-btns__btn {
    pointer-events: none;
  }
}
.p-little-head-btns__btn a,
.p-little-head-btns__btn button {
  font-size: 13px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/btn.svg) 0 0/100% auto no-repeat;
  border: 0;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-little-head-btns__btn a,
  .p-little-head-btns__btn button {
    background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_sp.svg) 0 0/100% auto no-repeat;
    line-height: 1.4;
    text-align: center;
  }
}
.p-little-head-btns__btn a::after,
.p-little-head-btns__btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 27px;
  height: 7px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/icn_arrow.svg) right 0/auto 100% no-repeat;
  transform: translateY(-50%);
  transition: width 0.3s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-btns__btn a::after,
  .p-little-head-btns__btn button::after {
    right: 1.2698412698vw;
    width: 2.1428571429vw;
    height: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-head-btns__btn a::after,
  .p-little-head-btns__btn button::after {
    content: none;
  }
}
.p-little-head-btns__btn a:before,
.p-little-head-btns__btn button:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
  transform: skewX(-15deg);
  width: 100%;
}
@media (any-hover: hover) {
  .p-little-head-btns__btn a:hover::after,
  .p-little-head-btns__btn button:hover::after {
    width: 16px;
  }
  .p-little-head-btns__btn a:hover::before,
  .p-little-head-btns__btn button:hover::before {
    animation: 10s 0s shine linear infinite;
  }
}
.p-little-head-btns__toggle {
  position: relative;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-btns__toggle {
    width: 2.380952381vw;
    height: 2.380952381vw;
  }
}
.p-little-head-btns__toggle span {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  transform: scale(1, 0);
}
.p-little-head-btns__toggle span:first-child {
  bottom: 0;
  left: 0;
  animation: liner-toggle01 2s cubic-bezier(1, 0, 0, 1);
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
.p-little-head-btns__toggle span:nth-child(2) {
  top: 0;
  left: calc(50% - 1px);
  animation: liner-toggle02 2s cubic-bezier(1, 0, 0, 1);
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
.p-little-head-btns__toggle span:last-child {
  bottom: 0;
  right: 0;
  animation: liner-toggle03 2s cubic-bezier(1, 0, 0, 1);
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
.p-little-head-btns__toggle.is-open span:first-child {
  animation: toggle-1 1s cubic-bezier(1, 0, 0, 1) forwards;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-btns__toggle.is-open span:first-child {
    animation: toggle-1t 1s cubic-bezier(1, 0, 0, 1) forwards;
  }
}
.p-little-head-btns__toggle.is-open span:nth-child(2) {
  opacity: 0;
  animation: toggle-1 1s cubic-bezier(1, 0, 0, 1) forwards;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-btns__toggle.is-open span:nth-child(2) {
    animation: toggle-1t 1s cubic-bezier(1, 0, 0, 1) forwards;
  }
}
.p-little-head-btns__toggle.is-open span:last-child {
  animation: toggle-2 1s 0.5s cubic-bezier(1, 0, 0, 1) forwards;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-head-btns__toggle.is-open span:last-child {
    animation: toggle-2t 1s cubic-bezier(1, 0, 0, 1) forwards;
  }
}
.p-little-nav {
  position: fixed;
  top: 85px;
  right: 0;
  width: 576px;
  background: #000;
  padding: 128px 92px 30px;
  z-index: 99;
  transform: translateX(576px);
  transition: 0.5s;
  height: calc(100vh - 85px);
  overflow: auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav {
    width: 45.7142857143vw;
    padding: 10.1587301587vw 7.3015873016vw 2.380952381vw;
    transform: translateX(45.7142857143vw);
  }
}
@media screen and (max-width: 767px) {
  .p-little-nav {
    width: 86.6666666667vw;
    transform: translateX(86.6666666667vw);
    padding: 26.6666666667vw 7.7333333333vw 13.3333333333vw;
  }
}
.p-little-nav.is-open {
  transform: translateX(0);
}
.p-little-nav-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 23px;
  margin: 50px 0 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-sns {
    gap: 0 1.8253968254vw;
    margin: 3.9682539683vw 0 0;
  }
}
.p-little-nav-sns__item {
  width: 16px;
  line-height: 1;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-sns__item {
    width: 1.2698412698vw;
  }
}
.p-little-nav-list__item {
  margin-top: 40px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-list__item {
    margin-top: 3.1746031746vw;
  }
}
.p-little-nav-list__item:first-child {
  margin-top: 0;
}
.p-little-nav-list__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-little-nav-list__item a {
    flex-flow: column;
    align-items: flex-start;
    gap: 2.6666666667vw 0;
  }
}
.p-little-nav-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  height: 7px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/icn_arrow.svg) right 0/auto 100% no-repeat;
  transform: translateY(-50%);
  transition: width 0.3s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-list__item a::after {
    width: 2.1428571429vw;
    height: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-nav-list__item a::after {
    top: 2.2666666667vw;
    right: 0;
    width: 7.0666666667vw;
    height: 1.8666666667vw;
  }
}
@media (any-hover: hover) {
  .p-little-nav-list__item a:hover img {
    opacity: 1;
  }
  .p-little-nav-list__item a:hover::after {
    width: 16px;
  }
}
@media screen and (any-hover: hover) and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-list__item a:hover::after {
    width: 1.2698412698vw;
  }
}
.p-little-nav-list__img {
  width: 240px;
  height: 20px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-list__img {
    width: 19.0476190476vw;
    height: 1.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-nav-list__img {
    width: auto;
    height: 5.6vw;
  }
}
.p-little-nav-list__img img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.p-little-nav-list__img.u-21 {
  height: 21px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-list__img.u-21 {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-nav-list__img.u-21 {
    height: 5.7333333333vw;
  }
}
.p-little-nav-list__img.u-23 {
  height: 23px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-list__img.u-23 {
    height: 1.8253968254vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-nav-list__img.u-23 {
    height: 6vw;
  }
}
.p-little-nav-list__txt {
  width: 150px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-nav-list__txt {
    width: 11.9047619048vw;
    font-size: 1.2698412698vw;
  }
}
.p-little-mv {
  position: relative;
}
.p-little-mv__slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 85px);
  overflow: hidden;
  background: #000;
  /*>picture {

  	display: block;
  	position: absolute;
  	inset: 0;
  	width: 100%;
  	height: 100%;
  	opacity: 0;
  	animation: little-xfade-3 18s infinite both;
  	will-change: opacity;
  	backface-visibility: hidden;
  	transform: translateZ(0);
  	&:nth-child(1) {
  		animation-delay: 0s;
  	}
  	&:nth-child(2) {
  		animation-delay: 6s;
  	}
  	&:nth-child(3) {
  		animation-delay: 12s;
  	}
  	img {
  		width: 100%;
  		height: 100%;
  		object-fit: cover;
  	}
  }*/
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__slider {
    height: auto;
    aspect-ratio: 2880/1400;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv__slider {
    height: auto;
    aspect-ratio: 750/1100;
  }
}
.p-little-mv__slider .swiper-slide {
  height: 100%;
}
.p-little-mv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-little-mv__scroll {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 200px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__scroll {
    right: 2.380952381vw;
    height: 15.873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv__scroll {
    right: 4vw;
    height: 26.6666666667vw;
  }
}
.p-little-mv__scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  background: #fff;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1);
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__scroll::before {
    height: 15.873015873vw;
  }
}
.p-little-mv__nav {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.3rem 0.4rem;
  border-radius: 30px;
  position: absolute;
  bottom: 30px;
  left: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__nav {
    bottom: 1.5079365079vw;
    left: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv__nav {
    background: none;
    bottom: 20vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.p-little-mv__nav .swiper-button {
  width: 20px;
  height: 20px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/icn_mv_arrow.svg) 0 0/100% auto no-repeat;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-little-mv__nav .swiper-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__nav .swiper-button {
    width: 1.5873015873vw;
    height: 1.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv__nav .swiper-button {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.8);
    border-radius: 50%;
  }
}
.p-little-mv__nav .swiper-button.m-prev {
  transform: scaleX(-1);
}
.p-little-mv__nav .swiper-pagination {
  position: relative;
  width: auto;
  top: auto;
  bottom: auto;
  left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  height: 100%;
  margin: 0 15px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__nav .swiper-pagination {
    gap: 0.9523809524vw;
    margin: 0 1.1904761905vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv__nav .swiper-pagination {
    gap: 1.3333333333vw;
    margin: 0 4vw;
  }
}
.p-little-mv__nav .swiper-pagination-bullet {
  background: #fff;
  width: 5px;
  height: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-little-mv__nav .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__nav .swiper-pagination-bullet {
    width: 0.3968253968vw;
    height: 0.3968253968vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv__nav .swiper-pagination-bullet {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    box-shadow: 0 0 1.3333333333vw 0 rgb(0, 0, 0);
  }
}
.p-little-mv__nav .swiper-pause {
  width: 20px;
  height: 20px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/icn_mv_pause.svg) 0 0/100% auto no-repeat;
  margin-left: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-little-mv__nav .swiper-pause:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__nav .swiper-pause {
    width: 1.5873015873vw;
    height: 1.5873015873vw;
    margin-left: 1.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv__nav .swiper-pause {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-left: 2.6666666667vw;
    box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.8);
    border-radius: 50%;
  }
}
.p-little-mv__nav .swiper-pause.is-stopped {
  background-image: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/icn_mv_play.svg);
}
.p-little-mv__block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv__block {
    padding: 0 3.1746031746vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv__block {
    top: 25.3333333333vw;
    left: 0;
    width: 100%;
    padding: 0;
    transform: none;
  }
}
.p-little-mv-content {
  width: 486px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-content {
    width: 38.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-content {
    width: 100%;
  }
}
.p-little-mv-content__ttl {
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-content__ttl {
    margin-bottom: 1.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-content__ttl {
    width: 77.3333333333vw;
    margin: 0 auto 9.3333333333vw;
  }
}
.p-little-mv-content__ttl img {
  vertical-align: top;
}
.p-little-mv-content__txt {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5;
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.3em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4), 0px 0px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-content__txt {
    font-size: 1.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-content__txt {
    font-size: 3.7333333333vw;
  }
}
.p-little-mv-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 60px;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 749px;
  height: 67px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_news.svg) 0 0/100% auto no-repeat;
  padding: 0 28px;
  z-index: 2;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news {
    gap: 0 4.7619047619vw;
    bottom: 2.380952381vw;
    width: 59.4444444444vw;
    height: 5.3174603175vw;
    padding: 0 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-news {
    width: 90.6666666667vw;
    height: 8.2666666667vw;
    background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_news_sp.svg) 0 0/100% auto no-repeat;
    padding: 0;
  }
}
.p-little-mv-news a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
  padding-right: 37px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news a {
    gap: 0 3.1746031746vw;
    padding-right: 2.9365079365vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-news a {
    gap: 0 2.6666666667vw;
    padding: 0 5.3333333333vw 0 9.3333333333vw;
  }
}
.p-little-mv-news a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  height: 7px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/icn_arrow.svg) right 0/auto 100% no-repeat;
  transform: translateY(-50%);
  transition: width 0.3s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news a::after {
    width: 2.1428571429vw;
    height: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-news a::after {
    content: none;
  }
}
@media (any-hover: hover) {
  .p-little-mv-news a:hover::after {
    width: 16px;
  }
}
@media screen and (any-hover: hover) and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news a:hover::after {
    width: 1.2698412698vw;
  }
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news__ttl {
    width: 6.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-news__ttl {
    display: none;
  }
}
.p-little-mv-news__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news__define {
    gap: 0 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-news__define {
    gap: 0 2.1333333333vw;
  }
}
.p-little-mv-news__define dt {
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news__define dt {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-news__define dt {
    width: 20.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-little-mv-news__define dd {
  width: 304px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news__define dd {
    width: 24.126984127vw;
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-news__define dd {
    width: 59.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-little-mv-news__define dd span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  color: #fff;
}
.p-little-mv-news__link {
  color: #fff;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-mv-news__link {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-mv-news__link {
    display: none;
  }
}
.p-little__star {
  position: relative;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg.jpg) 0 0/100% auto repeat-y;
  padding: 0 0 180px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__star {
    padding: 0 0 14.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__star {
    background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_sp.jpg) 0 0/100% auto repeat-y;
    padding: 0 0 52vw;
  }
}
.p-little__star::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 685px;
  height: 373px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_moon.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__star::after {
    width: 54.3650793651vw;
    height: 29.6031746032vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__star::after {
    width: 77.3333333333vw;
    height: 41.3333333333vw;
  }
}
.p-little__star::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3000px;
  background: linear-gradient(180deg, rgb(36, 189, 255) 0%, rgba(36, 189, 255, 0) 100%);
  mix-blend-mode: plus-lighter;
  opacity: 0.5;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__star::before {
    height: 238.0952380952vw;
  }
}
.p-little__star .star {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  opacity: 0;
  animation: twinkle 5s infinite;
}
.p-little__stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7000px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__stars {
    height: 555.5555555556vw;
  }
}
.p-little__wrap {
  position: relative;
  max-width: 1080px;
  padding: 0 40px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__wrap {
    padding: 0 3.1746031746vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__wrap {
    padding: 0 6.6666666667vw;
  }
}
.p-little-intro {
  padding: 100px 0 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro {
    padding: 7.9365079365vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro {
    padding: 21.3333333333vw 0 0;
  }
}
.p-little-intro__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 50px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro__ttl {
    font-size: 3.1746031746vw;
    margin: 0 0 3.9682539683vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro__ttl {
    font-size: 6.1333333333vw;
    line-height: 1.783;
    margin: 0 0 8vw;
  }
}
.p-little-intro__txt {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro__txt {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro__txt {
    font-size: 4.2666666667vw;
    line-height: 2.5;
    margin: 0 -1em;
  }
}
.p-little-intro-block {
  position: relative;
  width: 504px;
  margin: 117px 0 0 auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro-block {
    width: 40vw;
    margin: 9.2857142857vw 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro-block {
    width: 100%;
    margin: 24vw 0 0;
  }
}
.p-little-intro-block.p2 {
  width: 480px;
  margin: 348px auto 0 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro-block.p2 {
    width: 38.0952380952vw;
    margin: 27.619047619vw auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro-block.p2 {
    width: 100%;
    margin: 26.6666666667vw 0 0;
  }
}
.p-little-intro-block__img {
  position: absolute;
  top: -48px;
  right: calc(100% - 80px);
  width: 724px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro-block__img {
    top: -3.8095238095vw;
    right: calc(100% - 6.3492063492vw);
    width: 57.4603174603vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro-block__img {
    position: relative;
    top: auto;
    right: auto;
    width: 99.3333333333vw;
    margin-left: -12.5333333333vw;
  }
}
.p2 .p-little-intro-block__img {
  width: 600px;
  left: calc(100% + 20px);
  right: auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p2 .p-little-intro-block__img {
    width: 47.619047619vw;
    left: calc(100% + 1.5873015873vw);
  }
}
@media screen and (max-width: 767px) {
  .p2 .p-little-intro-block__img {
    left: auto;
    width: 90vw;
    right: -9.8666666667vw;
    margin: 0 0 16vw 0;
  }
}
.p-little-intro-block__point {
  width: 146px;
  margin: 0 0 16px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro-block__point {
    width: 11.5873015873vw;
    margin: 0 0 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro-block__point {
    width: 38.1333333333vw;
    margin: 0 0 4vw;
    padding: 0 0 0 6.6666666667vw;
  }
}
.p-little-intro-block__ttl {
  font-size: 30px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro-block__ttl {
    font-size: 2.380952381vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro-block__ttl {
    font-size: 6.1333333333vw;
    line-height: 1.7;
    padding: 0 0 0 6.6666666667vw;
  }
}
.p-little-intro-block__ttl span {
  letter-spacing: 0;
  color: #fff;
}
.p-little-intro-block__txt {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 26px 0 0 153px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-intro-block__txt {
    font-size: 1.2698412698vw;
    margin: 2.0634920635vw 0 0 12.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-intro-block__txt {
    font-size: 4vw;
    line-height: 2;
    margin: 8vw 0 0;
    padding: 0 0 0 6.6666666667vw;
  }
}
.p-little-intro-block__txt span {
  color: #fff;
}
.p2 .p-little-intro-block__txt {
  margin-left: 54px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p2 .p-little-intro-block__txt {
    margin-left: 4.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p2 .p-little-intro-block__txt {
    margin-left: 0;
  }
}
.p-little-about {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 64px;
  max-width: 1080px;
  margin: 282px auto 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about {
    max-width: 85.7142857143vw;
    padding: 5.0793650794vw;
    margin: 22.380952381vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-about {
    display: block;
    width: 80vw;
    margin: 48vw auto 0;
    padding: 9.3333333333vw 6.6666666667vw;
  }
}
.p-little-about::before, .p-little-about::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about::before, .p-little-about::after {
    width: 0.2380952381vw;
    height: 0.2380952381vw;
  }
}
.p-little-about::before {
  left: 1px;
}
.p-little-about::after {
  right: 1px;
}
.p-little-about__img {
  width: 282px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about__img {
    width: 22.380952381vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-about__img {
    position: absolute;
    top: -10.6666666667vw;
    right: -10vw;
    width: 43.4666666667vw;
    z-index: 2;
  }
}
.p-little-about__content {
  position: initial;
  width: 605px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about__content {
    width: 48.0158730159vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-about__content {
    width: 100%;
  }
}
.p-little-about__content::before, .p-little-about__content::after {
  content: "";
  position: absolute;
  left: 50%;
  width: calc(100% - 16px);
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about__content::before, .p-little-about__content::after {
    width: calc(100% - 1.2698412698vw);
  }
}
.p-little-about__content::before {
  top: 0;
}
.p-little-about__content::after {
  bottom: 0;
}
.p-little-about__ttl {
  width: 354px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about__ttl {
    width: 28.0952380952vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-about__ttl {
    width: 34vw;
  }
}
.p-little-about__ttl img {
  vertical-align: top;
}
.p-little-about__sub {
  position: initial;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 32px 0 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about__sub {
    font-size: 1.5873015873vw;
    margin: 2.5396825397vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-about__sub {
    font-size: 4.8vw;
    line-height: 1.7;
    margin: 6.6666666667vw 0 0;
  }
}
.p-little-about__sub::before, .p-little-about__sub::after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about__sub::before, .p-little-about__sub::after {
    width: 0.2380952381vw;
    height: 0.2380952381vw;
  }
}
.p-little-about__sub::before {
  left: 1px;
}
.p-little-about__sub::after {
  right: 1px;
}
.p-little-about__txt {
  position: initial;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 20px 0 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about__txt {
    font-size: 1.2698412698vw;
    margin: 1.5873015873vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-about__txt {
    font-size: 3.8666666667vw;
    line-height: 1.7;
    margin: 5.3333333333vw 0 0;
    word-break: break-all;
  }
}
.p-little-about__txt::before, .p-little-about__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(100% - 16px);
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-about__txt::before, .p-little-about__txt::after {
    height: calc(100% - 1.2698412698vw);
  }
}
.p-little-about__txt::before {
  left: 0;
}
.p-little-about__txt::after {
  right: 0;
}
.p-little-cast {
  margin-top: 160px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast {
    margin-top: 12.6984126984vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast {
    margin-top: 40vw;
  }
}
.p-little-cast-photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 70px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast-photo {
    gap: 0 cap(70);
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast-photo {
    justify-content: space-between;
    gap: 0;
  }
}
.p-little-cast-photo__item {
  width: 250px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast-photo__item {
    width: 19.8412698413vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast-photo__item {
    width: 40vw;
  }
}
.p-little-cast-photo__img {
  margin: 0 0 29px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast-photo__img {
    margin: 0 0 2.3015873016vw;
  }
}
.p-little-cast-photo__img img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-little-cast-photo__img {
    margin: 0 0 4vw;
  }
}
.p-little-cast__role {
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast__role {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast__role {
    font-size: 4vw;
  }
}
.p-little-cast__name {
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 20px 0 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast__name {
    font-size: 1.9047619048vw;
    margin: 1.5873015873vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast__name {
    font-size: 5.0666666667vw;
    margin: 2.6666666667vw 0 0;
  }
}
.p-little-cast-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 50px;
  max-width: 980px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast-list {
    gap: 5.5555555556vw 3.9682539683vw;
    margin: 5.5555555556vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast-list {
    justify-content: space-between;
    gap: 9.3333333333vw 0;
    margin-top: 9.3333333333vw;
  }
}
.p-little-cast-list__item {
  width: 150px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast-list__item {
    width: 11.9047619048vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast-list__item {
    width: 40vw;
  }
}
.p-little-cast-list__item:first-child {
  margin-left: 16px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast-list__item:first-child {
    margin-left: 10.3174603175vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast-list__item:first-child {
    margin: 0;
  }
}
.p-little-cast-list__item:nth-child(4) {
  margin-right: 16px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-cast-list__item:nth-child(4) {
    margin-right: 10.3174603175vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-cast-list__item:nth-child(4) {
    margin: 0;
  }
}
.p-little-info {
  margin-top: 168px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info {
    margin-top: 40vw;
  }
}
.p-little-info-area__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 58px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__block {
    margin-top: 4.6031746032vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__block {
    display: block;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__inner + .p-little-info-area__inner {
    margin-top: 10vw;
  }
}
.p-little-info-area__sub {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__sub {
    font-size: 1.9047619048vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__sub {
    font-size: 6.1333333333vw;
    line-height: 1.5;
  }
}
.p-little-info-area__map {
  position: relative;
  width: 540px;
  height: 320px;
  overflow: hidden;
  border-radius: 26px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__map {
    width: 42.8571428571vw;
    height: 25.3968253968vw;
    border-radius: 2.0634920635vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__map {
    width: 100%;
    height: 51.3333333333vw;
    border-radius: 4vw;
  }
}
.p-little-info-area__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
}
.p-little-info-area__define dt {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__define dt {
    font-size: 1.5873015873vw;
    margin-top: 3.1746031746vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__define dt {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
    line-height: 1.6;
  }
}
.p-little-info-area__define dd {
  line-height: 2;
  color: #fff;
}
.p-little-info-area__define dd p {
  line-height: 2;
  color: #fff;
}
.p-little-info-area__define dd .date {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__define dd .date {
    font-size: 1.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__define dd .date {
    font-size: 4.5333333333vw;
  }
}
.p-little-info-area__define dd .time {
  font-size: 16px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__define dd .time {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__define dd .time {
    font-size: 4.5333333333vw;
  }
}
.p-little-info-area__define dd .notes {
  font-size: 14px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__define dd .notes {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__define dd .notes {
    font-size: 3.7333333333vw;
  }
}
.p-little-info-area__define dd .name {
  font-size: 18px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__define dd .name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__define dd .name {
    font-size: 4vw;
  }
}
.p-little-info-area__define dd .address {
  font-size: 16px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__define dd .address {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__define dd .address {
    font-size: 4vw;
  }
}
.p-little-info-area__define dd .address a {
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-little-info-area__define dd .address a {
    pointer-events: all;
  }
}
.p-little-info-area__define dd .access {
  font-size: 16px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-info-area__define dd .access {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-info-area__define dd .access {
    font-size: 4vw;
  }
}
.p-little-info-area__define dd .access a {
  color: #fff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-little-info-area__define dd .access a:hover {
    text-decoration: none;
  }
}
.p-little-ticket {
  margin-top: 170px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket {
    margin-top: 13.4920634921vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-ticket {
    margin-top: 40vw;
  }
}
.p-little-ticket__txt {
  text-align: center;
  line-height: 2;
  color: #fff;
  margin: 38px 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket__txt {
    font-size: 1.2698412698vw;
    margin: 3.0158730159vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-ticket__txt {
    font-size: 4vw;
  }
}
.p-little-ticket__sub {
  line-height: 1;
  color: #fff;
  font-size: 20px;
  margin: 0 0 18px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket__sub {
    font-size: 1.5873015873vw;
    margin: 0 0 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-ticket__sub {
    font-size: 4.8vw;
    margin: 0 0 5.3333333333vw;
  }
}
.p-little-ticket__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 10px;
  margin: 0 0 70px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket__define {
    padding: 1.5873015873vw 0.7936507937vw;
    margin: 0 0 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-ticket__define {
    padding: 5.3333333333vw 4vw;
    margin: 0 0 13.3333333333vw;
  }
}
.p-little-ticket__define dt {
  width: 50%;
  text-align: left;
  font-weight: 400;
  color: #fff;
  line-height: 1.375;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket__define dt {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-ticket__define dt {
    font-size: 4vw;
  }
}
.p-little-ticket__define dd {
  width: 50%;
  text-align: right;
  font-weight: 400;
  color: #fff;
  line-height: 1.375;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket__define dd {
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-ticket__define dd {
    font-size: 4vw;
  }
}
.p-little-ticket__start {
  color: #fff;
  text-decoration: underline;
  text-align: center;
  margin: 32px 0 24px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket__start {
    font-size: 1.2698412698vw;
    margin: 2.5396825397vw 0 1.9047619048vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-ticket__start {
    font-size: 4vw;
    margin: 9.3333333333vw 0;
  }
}
.p-little-ticket__btn {
  width: 320px;
  height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket__btn {
    font-size: 1.2698412698vw;
    width: 25.3968253968vw;
    height: 7.9365079365vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-ticket__btn {
    width: 86.6666666667vw;
    height: 27.3333333333vw;
    font-size: 4.8vw;
  }
}
.p-little-ticket__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_ticket.svg) 0 0/100% 100% no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-little-ticket__btn a {
    background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/bg_ticket_sp.svg) 0 0/100% 100% no-repeat;
  }
}
.p-little-ticket__btn a::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 8px;
  width: 27px;
  height: 7px;
  background: url(/content/dam/nttcom/hq/jp/business/lp/lbielp/img/icn_arrow.svg) right 0/auto 100% no-repeat;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  transition: width 0.3s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-ticket__btn a::after {
    top: 2.1428571429vw;
    right: 0.6349206349vw;
    width: 2.1428571429vw;
    height: 0.5555555556vw;
  }
}
.p-little-ticket__btn a:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  opacity: 0.5;
  width: 100%;
}
@media (any-hover: hover) {
  .p-little-ticket__btn a:hover::before {
    animation: 10s 0s shine linear infinite;
  }
}
.p-little-goods {
  margin-top: 170px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-goods {
    margin-top: 13.4920634921vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-goods {
    margin-top: 40vw;
  }
}
.p-little-goods-block {
  position: relative;
}
.p-little-goods-block::before, .p-little-goods-block::after {
  content: "";
  position: absolute;
  top: 1px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-goods-block::before, .p-little-goods-block::after {
    width: 0.2380952381vw;
    height: 0.2380952381vw;
  }
}
.p-little-goods-block::before {
  left: 1px;
}
.p-little-goods-block::after {
  right: 1px;
}
.p-little-goods-block__wrap {
  position: inherit;
}
.p-little-goods-block__wrap::before, .p-little-goods-block__wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  width: calc(100% - 16px);
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-goods-block__wrap::before, .p-little-goods-block__wrap::after {
    width: calc(100% - 1.2698412698vw);
  }
}
.p-little-goods-block__wrap::before {
  top: 0;
}
.p-little-goods-block__wrap::after {
  bottom: 0;
}
.p-little-goods-block__inner::before, .p-little-goods-block__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: calc(100% - 16px);
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-goods-block__inner::before, .p-little-goods-block__inner::after {
    height: calc(100% - 1.2698412698vw);
  }
}
.p-little-goods-block__inner::before {
  left: 0;
}
.p-little-goods-block__inner::after {
  right: 0;
}
.p-little-goods-block__soon {
  position: initial;
  padding: 38px 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-goods-block__soon {
    padding: 3.0158730159vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-goods-block__soon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 86.6666666667vw;
    height: 27.3333333333vw;
  }
}
.p-little-goods-block__soon::before, .p-little-goods-block__soon::after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-goods-block__soon::before, .p-little-goods-block__soon::after {
    width: 0.2380952381vw;
    height: 0.2380952381vw;
  }
}
.p-little-goods-block__soon::before {
  left: 1px;
}
.p-little-goods-block__soon::after {
  right: 1px;
}
.p-little-goods-block__soon img {
  width: 202px;
  vertical-align: top;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-goods-block__soon img {
    width: 16.0317460317vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-goods-block__soon img {
    width: 56.6666666667vw;
  }
}
.p-little-news {
  margin-top: 170px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-news {
    margin-top: 13.4920634921vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-news {
    margin-top: 40vw;
  }
}
.p-little-news__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1080px;
  padding: 0 40px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-news__wrap {
    padding: 0 3.1746031746vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-news__wrap {
    display: block;
    padding: 0 6.6666666667vw;
  }
}
.p-little-news .c-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 257px;
  text-align: left;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-news .c-heading {
    width: 20.3968253968vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-news .c-heading {
    width: 34.8vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-little-news .c-heading span {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-little-news .c-heading span {
    text-align: center;
  }
}
.p-little-news__inner {
  width: calc(100% - 257px);
  height: 320px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-news__inner {
    width: calc(100% - 20.3968253968vw);
    height: 25.3968253968vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-news__inner {
    width: 100%;
    height: 106.6666666667vw;
  }
}
.p-little-news__inner .simplebar-wrapper {
  width: calc(100% - 20px);
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-news__inner .simplebar-wrapper {
    width: calc(100% - 1.5873015873vw);
  }
}
@media screen and (max-width: 767px) {
  .p-little-news__inner .simplebar-wrapper {
    width: calc(100% - 5.3333333333vw);
  }
}
.p-little-news__inner .simplebar-scrollbar::before {
  background: #fff;
}
.p-little-news-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #fff;
  padding: 25px 30px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-news-list__item {
    padding: 1.9841269841vw 2.380952381vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-news-list__item {
    flex-flow: column;
    padding: 6.6666666667vw 4vw;
  }
}
.p-little-news-list__item:last-child {
  border-bottom: 1px solid #fff;
}
.p-little-news-list__item .data {
  width: 97px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-news-list__item .data {
    width: 7.6984126984vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-news-list__item .data {
    width: 100%;
    font-size: 4vw;
  }
}
.p-little-news-list__item .txt {
  width: calc(100% - 97px);
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-news-list__item .txt {
    width: calc(100% - 7.6984126984vw);
    font-size: 1.2698412698vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-news-list__item .txt {
    width: 100%;
    font-size: 4vw;
  }
}
.p-little-news-list__item .txt a {
  text-decoration: underline;
  color: #fff;
}
@media (any-hover: hover) {
  .p-little-news-list__item .txt a:hover {
    text-decoration: none;
  }
}
.p-little-faq {
  margin-top: 170px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq {
    margin-top: 13.4920634921vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq {
    margin-top: 40vw;
  }
}
.p-little-faq .c-heading img {
  height: 48px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq .c-heading img {
    height: 3.8095238095vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq .c-heading img {
    height: 9.0666666667vw;
  }
}
.p-little-faq .c-heading span {
  margin-top: 14px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq .c-heading span {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq .c-heading span {
    margin-top: 3.7333333333vw;
  }
}
.p-little-faq__wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq__wrap {
    padding: 0 3.1746031746vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq__wrap {
    padding: 0 6.6666666667vw;
  }
}
.p-little-faq-define {
  border-bottom: 1px solid #fff;
}
.p-little-faq-define__ttl {
  position: relative;
  border-top: 1px solid #fff;
  padding: 22px 40px 22px 10px;
  cursor: pointer;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq-define__ttl {
    padding: 1.746031746vw 3.1746031746vw 1.746031746vw 0.7936507937vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq-define__ttl {
    padding: 6.6666666667vw 10.6666666667vw 6.6666666667vw 4vw;
  }
}
.p-little-faq-define__ttl::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 9px;
  width: 21px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq-define__ttl::before {
    top: 2.6984126984vw;
    right: 0.7142857143vw;
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq-define__ttl::before {
    top: 9.3333333333vw;
    right: 1.2vw;
    width: 4.2666666667vw;
  }
}
.p-little-faq-define__ttl::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 19px;
  width: 1px;
  height: 21px;
  background: #fff;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq-define__ttl::after {
    top: 1.9047619048vw;
    right: 1.5079365079vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq-define__ttl::after {
    top: 7.2vw;
    right: 3.2vw;
    height: 4.2666666667vw;
  }
}
.p-little-faq-define__ttl[aria-expanded=true]::after {
  content: none;
}
.p-little-faq-define__txt {
  overflow: hidden;
  height: 0;
  transition: height 0.32s ease;
}
.p-little-faq-define__txt a {
  color: #fff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-little-faq-define__txt a:hover {
    text-decoration: none;
  }
}
.p-little-faq-define-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 20px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq-define-inner {
    gap: 0 1.5873015873vw;
  }
}
.p-little-faq-define__txt .p-little-faq-define-inner {
  padding: 0 10px 22px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq-define__txt .p-little-faq-define-inner {
    padding: 0 0.7936507937vw 1.746031746vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq-define__txt .p-little-faq-define-inner {
    padding: 0 4vw 6.6666666667vw 4vw;
  }
}
.p-little-faq-define-inner__en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq-define-inner__en {
    font-size: 1.9047619048vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq-define-inner__en {
    font-size: 6.1333333333vw;
  }
}
.p-little-faq-define-inner__txt {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-faq-define-inner__txt {
    font-size: 1.1904761905vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-faq-define-inner__txt {
    font-size: 4vw;
  }
}
.p-little-contact {
  margin-top: 170px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact {
    margin-top: 13.4920634921vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact {
    margin-top: 40vw;
  }
}
.p-little-contact__wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact__wrap {
    padding: 0 3.1746031746vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact__wrap {
    padding: 0 6.6666666667vw;
  }
}
.p-little-contact__ttl {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin: 35px 0 0;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact__ttl {
    font-size: 1.2698412698vw;
    margin: 2.7777777778vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact__ttl {
    font-size: 4.2666666667vw;
    line-height: 1.2;
    margin: 9.3333333333vw 0 0;
  }
}
.p-little-contact__sub {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin: 35px 0 6px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact__sub {
    font-size: 1.1111111111vw;
    margin: 2.7777777778vw 0 0.4761904762vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact__sub {
    font-size: 3.7333333333vw;
    line-height: 1.2;
    margin: 9.3333333333vw 0 4vw;
  }
}
.p-little-contact-define__ttl {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin: 35px 0 6px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact-define__ttl {
    font-size: 1.1111111111vw;
    margin: 2.7777777778vw 0 0.4761904762vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact-define__ttl {
    font-size: 3.7333333333vw;
    line-height: 1.2;
    margin: 9.3333333333vw 0 4vw;
  }
}
.p-little-contact-define__ttl:first-of-type {
  margin-top: 0;
}
.p-little-contact-define__txt {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact-define__txt {
    font-size: 0.9523809524vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact-define__txt {
    font-size: 2.9333333333vw;
  }
}
.p-little-contact-define__txt p {
  color: #fff;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact-define__txt p {
    font-size: 0.9523809524vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact-define__txt p {
    font-size: 2.9333333333vw;
  }
}
.p-little-contact-define__txt a {
  color: #fff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-little-contact-define__txt a:hover {
    text-decoration: none;
  }
}
.p-little-contact-dot__item {
  position: relative;
  line-height: 1.5;
  font-size: 12px;
  color: #fff;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact-dot__item {
    font-size: 0.9523809524vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact-dot__item {
    font-size: 2.9333333333vw;
  }
}
.p-little-contact-dot__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-little-contact__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  color: #fff;
  gap: 0 14px;
  margin-top: 34px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact__link {
    font-size: 1.1111111111vw;
    gap: 0 1.1111111111vw;
    margin-top: 2.6984126984vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact__link {
    display: block;
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.p-little-contact__link span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-little-contact__link span {
    display: block;
  }
}
.p-little-contact__link span a {
  color: #fff;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-little-contact__link span a:hover {
    text-decoration: none;
  }
}
.p-little__p {
  position: absolute;
}
.p-little__p.is-inview {
  animation: floating-y 2.5s ease-in-out alternate;
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
.p-little__p1 {
  top: 150px;
  left: -56px;
  width: 92px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p1 {
    top: 11.9047619048vw;
    left: -4.4444444444vw;
    width: 7.3015873016vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p1 {
    top: 125.3333333333vw;
    left: auto;
    right: 6.6666666667vw;
    width: 12.1333333333vw;
  }
}
.p-little__p2 {
  top: 620px;
  right: -125px;
  width: 163px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p2 {
    top: 49.2063492063vw;
    right: -9.9206349206vw;
    width: 12.9365079365vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p2 {
    top: 293.3333333333vw;
    width: 24vw;
    right: auto;
    left: -6.6666666667vw;
  }
}
.p-little__p3 {
  top: 770px;
  right: 68px;
  width: 64px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p3 {
    top: 61.1111111111vw;
    right: 5.3968253968vw;
    width: 5.0793650794vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p3 {
    top: 520vw;
    right: 13.3333333333vw;
    width: 9.2vw;
  }
}
.p-little__p4 {
  top: 1370px;
  left: -216px;
  width: 242px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p4 {
    top: 108.7301587302vw;
    left: -17.1428571429vw;
    width: 19.2063492063vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p4 {
    top: 413.3333333333vw;
    right: -6.6666666667vw;
    left: auto;
    width: 33.0666666667vw;
  }
}
.p-little__p5 {
  top: 30px;
  left: 0;
  width: 83px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p5 {
    top: 2.380952381vw;
    width: 6.5873015873vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p5 {
    top: -16vw;
    left: 4.8vw;
    width: 18.6666666667vw;
  }
}
.p-little__p6 {
  top: 298px;
  right: -115px;
  width: 188px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p6 {
    top: 23.6507936508vw;
    right: -9.126984127vw;
    width: 14.9206349206vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p6 {
    top: 307.3333333333vw;
    width: 27.3333333333vw;
    right: -4vw;
  }
}
.p-little__p7 {
  top: -20px;
  left: -226px;
  width: 356px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p7 {
    top: -1.5873015873vw;
    left: -17.9365079365vw;
    width: 28.253968254vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p7 {
    top: -26.6666666667vw;
    left: -2.380952381vw;
    width: 36.6666666667vw;
  }
}
.p-little__p8 {
  top: -120px;
  right: -176px;
  width: 154px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p8 {
    top: -9.5238095238vw;
    right: -13.9682539683vw;
    width: 12.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p8 {
    top: -24vw;
    right: -2.6666666667vw;
    width: 22.4vw;
  }
}
.p-little__p9 {
  top: 340px;
  left: -230px;
  width: 402px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little__p9 {
    top: 26.9841269841vw;
    left: -18.253968254vw;
    width: 31.9047619048vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little__p9 {
    top: 152vw;
    left: -8vw;
    width: 40vw;
  }
}
.p-little-footer {
  margin-top: 150px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-footer {
    margin-top: 11.9047619048vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-footer {
    margin-top: 26.6666666667vw;
  }
}
.p-little-footer__logo {
  width: 238px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-footer__logo {
    width: 18.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-footer__logo {
    width: 63.3333333333vw;
  }
}
.p-little-footer__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .p-little-footer__inner {
    display: block;
  }
}
.p-little-footer__txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-little-footer__txt {
    font-size: 2.9333333333vw;
    text-align: center;
  }
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes liner-toggle01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  26% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  80% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
}
@keyframes liner-toggle02 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  26% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  52% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  80% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
}
@keyframes liner-toggle03 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  52% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  80% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
}
@keyframes toggle-1 {
  0% {
    left: 15px;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  100% {
    left: 15px;
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
}
@keyframes toggle-1t {
  0% {
    left: 1.1904761905vw;
    transform: scale(0, 0);
    transform-origin: 100% 100%;
  }
  100% {
    left: 1.1904761905vw;
    transform: scale(1, 1);
    transform-origin: 100% 100%;
  }
}
@keyframes toggle-2 {
  0% {
    bottom: -16px;
    right: 29px;
    transform: rotate(-90deg) scale(0, 0);
    transform-origin: 0 0;
  }
  100% {
    bottom: -16px;
    right: 29px;
    transform: rotate(-90deg) scale(1, 1);
    transform-origin: 0 0;
  }
}
@keyframes toggle-2t {
  0% {
    right: 1.1904761905vw;
    transform: rotate(90deg) scale(0, 0);
  }
  100% {
    right: 1.1904761905vw;
    transform: rotate(90deg) scale(1, 1);
  }
}
@keyframes little-xfade-3 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-little-mv__slider > img {
    animation: none;
  }
  .p-little-mv__slider > img:first-child {
    opacity: 1;
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-inview {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.is-inview {
  opacity: 1;
}

footer {
  overflow: hidden !important;
}

/* 20251107　追記 */
.p-little-contact .p-little-ticket__btn {
  margin-top: 70px;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-contact .p-little-ticket__btn {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-contact .p-little-ticket__btn {
    margin-top: 13.3333333333vw;
  }
}
.p-little-footer__logo {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-little-footer__logo {
    width: 47.619047619vw;
  }
}
@media screen and (max-width: 767px) {
  .p-little-footer__logo {
    width: 86.6666666667vw;
  }
}