/* ==========================================================
 only
========================================================== */
/* .only
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/* ==========================================================
 anchor
========================================================== */
/* .p-anchor
---------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .p-anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor {
    padding-top: 51px;
    margin-top: -51px;
  }
}

/* ==========================================================
 main
========================================================== */
/* .p-main
---------------------------------------------------------- */
.p-main {
  overflow: hidden;
}

/* ==========================================================
 hero
========================================================== */
/* .p-hero
---------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .p-hero {
    margin: 138px auto 0;
  }
}
.p-hero__image {
  display: block;
  margin: auto;
}
.p-hero__logo {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-hero__logo {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__logo {
    margin-top: 40px;
  }
}
.p-hero__logo img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-hero__logo img {
    zoom: 0.5;
  }
}
.p-hero__detail {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-hero__detail {
    margin-top: 54px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__detail {
    padding: 0 25px;
    margin-top: 43px;
    font-size: 13.5px;
    letter-spacing: 0.04em;
    line-height: 24.6px;
  }
}
@media screen and (min-width: 769px) {
  .p-hero__detail-text {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__detail-text {
    margin-top: 13px;
  }
}

/* ==========================================================
 navigation
========================================================== */
/* .p-navigation
---------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .p-navigation {
    max-width: 784px;
    margin: 89px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-navigation {
    margin: 60px auto 0;
    padding: 0 25px;
  }
}
.p-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-navigation__list {
    margin: 0 -20px -20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-navigation__list {
    margin: 0 -15px -15px 0;
  }
}
.p-navigation__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-navigation__list-item {
    width: 33.333%;
    padding: 0 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-navigation__list-item {
    width: 100%;
    padding: 0 15px 15px 0;
  }
}
.p-navigation__list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #f8f8f8;
  color: #000;
}
@media screen and (min-width: 769px) {
  .p-navigation__list-item-link {
    height: 60px;
    font-size: 14px;
    letter-spacing: 0.08em;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 769px) {
  .p-navigation__list-item-link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .p-navigation__list-item-link {
    height: 50px;
    font-size: 13.5px;
    letter-spacing: 0.04em;
  }
}
/* ==========================================================
 section
========================================================== */
/* .p-section-01
---------------------------------------------------------- */
.p-section-01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-section-01 {
    max-width: 784px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-section-01 {
    padding: 0 25px;
    margin: 60px auto 0;
  }
}

/* .p-section-02
---------------------------------------------------------- */
.p-section-02 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-section-02 {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-section-02 {
    margin: 24px auto 0;
  }
}

/* ==========================================================
 title
========================================================== */
/* .p-title-01
---------------------------------------------------------- */
.p-title-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-title-01 {
    height: 129px;
    margin-bottom: 100px;
    border-top: 2px solid #777777;
    border-bottom: 2px solid #777777;
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .p-title-01 {
    height: 102px;
    margin-bottom: 44px;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}

/* .p-title-02
---------------------------------------------------------- */
.p-title-02 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-title-02 {
    font-size: 21px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .p-title-02 {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 769px) {
  .p-title-02:not(:first-child) {
    margin-top: 89px;
  }
}
@media screen and (max-width: 768px) {
  .p-title-02:not(:first-child) {
    margin-top: 34px;
  }
}

/* .p-title-type
---------------------------------------------------------- */
.p-title-type {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-title-type {
    margin: 0 60px 0;
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .p-title-type {
    margin: 0 25px 0;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
}
.p-title-type__in {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-title-type__in {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-title-type__in {
    padding: 0 12px;
  }
}
.p-title-type::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #000000;
  margin: auto;
  z-index: -1;
}

/* .p-title-02
---------------------------------------------------------- */
.p-title-02 {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-title-02 {
    font-size: 21px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .p-title-02:not(:first-child) {
    margin-top: 79px;
  }
}

/* ==========================================================
 movie
========================================================== */
/* .p-movie
---------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .p-movie {
    padding: 0 38px 38px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-movie {
    padding: 0 15px 15px 0;
  }
}
.p-movie__in {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-movie__in {
    -webkit-box-shadow: 38px 38px 0 #f9f7dc;
    box-shadow: 38px 38px 0 #f9f7dc;
  }
}
@media screen and (max-width: 768px) {
  .p-movie__in {
    -webkit-box-shadow: 15px 15px 0 #f9f7dc;
    box-shadow: 15px 15px 0 #f9f7dc;
  }
}
.p-movie__image {
  display: block;
}
.p-movie__src {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.1290322581%;
  background: #000;
}
.p-movie__src iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================
 goods
========================================================== */
/* .p-goods
---------------------------------------------------------- */
.p-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-goods {
    max-width: 606px;
    margin: 53px auto -57px;
  }
}
@media screen and (max-width: 768px) {
  .p-goods {
    margin: 29px -7.5px -37px;
  }
}
.p-goods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .p-goods__item {
    padding-bottom: 57px;
  }
}
@media screen and (max-width: 768px) {
  .p-goods__item {
    padding: 0 7.5px 37px;
  }
}
.p-goods__item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-goods__item-image {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-goods__item-image[href] {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 769px) {
  .p-goods__item-image[href]:hover {
    opacity: 0.3;
  }
}
.p-goods__item-image-src {
  display: block;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .p-goods__item-image-src {
    zoom: 0.5;
  }
}
.p-goods__item-name {
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-goods__item-name {
    margin-top: 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-goods__item-name {
    margin-top: 17px;
    font-size: 13px;
    line-height: 21px;
  }
}
.p-goods__item-value {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-goods__item-value {
    margin-top: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-goods__item-value {
    margin-top: 6px;
    font-size: 13px;
  }
}
.p-goods__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-color: #f8f8f8;
  color: #000;
}
@media screen and (min-width: 769px) {
  .p-goods__item-link {
    width: 253px;
    height: 58px;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.08em;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 769px) {
  .p-goods__item-link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .p-goods__item-link {
    width: 100%;
    height: 50px;
    margin-top: 25px;
    font-size: 13.5px;
    letter-spacing: 0.08em;
  }
}
.p-goods__item-link[target=_blank]::after {
  content: "";
  display: block;
  background: url(/lsb/images/icon_blank.png) center/contain;
}
@media screen and (min-width: 769px) {
  .p-goods__item-link[target=_blank]::after {
    width: 14px;
    height: 12px;
    margin-left: 12px;
    margin-right: -26px;
  }
}
@media screen and (max-width: 768px) {
  .p-goods__item-link[target=_blank]::after {
    width: 9.5px;
    height: 8px;
    margin-left: 7.5px;
    margin-right: -17px;
  }
}
.p-goods__item-link.--disabled {
  pointer-events: none;
}

/* ==========================================================
 profile
========================================================== */
/* .p-profile
---------------------------------------------------------- */
.p-profile {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-profile {
    max-width: 786px;
    padding: 66px 52px 80px;
    margin: 81px auto 0;
    border: 3px solid #f4f4f4;
  }
}
@media screen and (max-width: 768px) {
  .p-profile {
    padding: 33px 21px 32px;
    margin: 59.5px 25px 0;
    border: 1.5px solid #f4f4f4;
  }
}
.p-profile__title {
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-profile__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-profile__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 61px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__in {
    margin-top: 27px;
  }
}
.p-profile__image {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-profile__image {
    margin-right: 47px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__image {
    zoom: 0.5;
    margin: auto;
  }
}
.p-profile__body {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-profile__body {
    margin-top: 27px;
  }
}
.p-profile__name {
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-profile__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__name {
    font-size: 19px;
  }
}
.p-profile__from {
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-profile__from {
    margin-top: 11px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__from {
    margin-top: 7px;
    font-size: 13.5px;
  }
}
.p-profile__role {
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-profile__role {
    margin-top: 7px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__role {
    margin-top: 4px;
    font-size: 13.5px;
  }
}
@media screen and (min-width: 769px) {
  .p-profile__detail {
    margin-top: 21px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__detail {
    margin-top: 16px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.08em;
  }
}

/* ==========================================================
 image
========================================================== */
/* .p-image-pic
---------------------------------------------------------- */
.p-image-pic {
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-image-pic {
    margin-top: 49px;
  }
}
@media screen and (max-width: 768px) {
  .p-image-pic {
    margin-top: 27px;
  }
}

/* .p-image-shikumi
---------------------------------------------------------- */
.p-image-shikumi {
  display: block;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-image-shikumi {
    margin-top: 99px;
  }
}
@media screen and (max-width: 768px) {
  .p-image-shikumi {
    margin-top: 50px;
  }
}

/* ==========================================================
 background
========================================================== */
/* .p-background
---------------------------------------------------------- */
.p-background {
  position: absolute;
  z-index: -1;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .p-background {
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .p-background.--movie {
    bottom: -47px;
    right: 682px;
    width: 642px;
    height: 424px;
  }
}
@media screen and (max-width: 768px) {
  .p-background.--movie {
    top: -13px;
    left: 0;
    width: 73px;
    height: 225px;
  }
}
@media screen and (min-width: 769px) {
  .p-background.--01 {
    top: -74px;
    left: 638px;
    width: 917px;
    height: 394px;
  }
}
@media screen and (max-width: 768px) {
  .p-background.--01 {
    top: -24px;
    right: -25px;
    width: 114px;
    height: 207.5px;
  }
}
@media screen and (min-width: 769px) {
  .p-background.--02 {
    top: 341px;
    right: 732px;
    width: 620px;
    height: 424px;
  }
}
@media screen and (max-width: 768px) {
  .p-background.--02 {
    top: 22px;
    left: -25px;
    width: 113.5px;
    height: 230px;
  }
}
@media screen and (min-width: 769px) {
  .p-background.--03 {
    top: 367px;
    left: 747px;
    width: 605px;
    height: 445px;
  }
}
@media screen and (max-width: 768px) {
  .p-background.--03 {
    top: 172px;
    right: 0;
    width: 166px;
    height: 214.5px;
  }
}
@media screen and (min-width: 769px) {
  .p-background.--04 {
    top: -240px;
    right: 1137px;
    width: 215px;
    height: 415px;
  }
}
@media screen and (min-width: 769px) {
  .p-background.--05 {
    top: 213px;
    left: 726px;
    width: 626px;
    height: 429px;
  }
}
@media screen and (max-width: 768px) {
  .p-background.--05 {
    top: -30px;
    right: -25px;
    width: 122px;
    height: 213.5px;
  }
}
@media screen and (min-width: 769px) {
  .p-background.--06 {
    top: -132px;
    right: 716px;
    width: 636px;
    height: 418px;
  }
}
@media screen and (max-width: 768px) {
  .p-background.--06 {
    top: 138px;
    left: -25px;
    width: 111.5px;
    height: 217.5px;
  }
}