/* default settings */
/* import font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* CUSTOM STYLES */
/* =================================================================== */
.opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: rgba(223, 212, 189, 0.8);
  display: none;
}
@media (max-width: 750px) {
  .opening {
    overflow-y: auto;
  }
}
.opening_wrapper {
  margin: 0 auto;
  width: 52.9375rem;
  max-width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 750px) {
  .opening_wrapper {
    width: 100%;
    padding: 3.125rem 2rem 0;
  }
}
@media (max-width: 750px) and (max-height: 700px) {
  .opening_wrapper {
    margin-top: -3.125rem;
  }
}
.opening_image {
  width: 100%;
  height: auto;
}
.opening_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.opening_content {
  position: relative;
}
@media (max-width: 750px) {
  .opening_content {
    padding-bottom: 2.5rem;
  }
}
.opening_button_close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -3.125rem;
  right: 0;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 750px) {
  .opening_button_close {
    width: 1.75rem;
    height: 1.75rem;
    top: -2.6875rem;
    right: 0.5rem;
  }
}
.opening_button_close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

body.is_opening {
  position: fixed;
  inset: 0;
  height: 100svh;
  width: 100%;
}

.bgd-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.bgd-fixed_item {
  background: #000 url("../img/bg_sec_01.jpg") repeat-y top center/100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .bgd-fixed_item {
    background-image: url("../img/bg_sec_01_sp.jpg");
    background-position: top center;
    background-size: 100% auto;
  }
}

.kv {
  position: relative;
  overflow: hidden;
}
.kv:before {
  content: "";
  width: 47vw;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(70, 25, 1, 0)), color-stop(47.83%, rgba(70, 25, 1, 0.4)));
  background: linear-gradient(270deg, rgba(70, 25, 1, 0) 0%, rgba(70, 25, 1, 0.4) 47.83%);
}
@media (max-width: 750px) {
  .kv:before {
    content: none;
  }
}
.kv_inner {
  position: relative;
  width: 100%;
}
.kv_img {
  height: calc(100vh - 80px);
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #331100;
}
@media (max-width: 750px) {
  .kv_img {
    height: calc(100vh - 60px - 2.9375rem);
    height: calc(100dvh - 60px - 2.9375rem);
    height: calc(100lvh - 60px - 2.9375rem);
    background-image: url("../img/kv_sp.jpg");
    background-size: 100%;
    background-position: top right;
  }
  .kv_img:after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 25, 1, 0)), color-stop(13.23%, rgba(70, 25, 1, 0.5)));
    background: linear-gradient(180deg, rgba(70, 25, 1, 0) 0%, rgba(70, 25, 1, 0.5) 13.23%);
    width: 100%;
    top: 30lvh;
    bottom: 0;
    position: absolute;
  }
  .kv_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 751px) {
  .kv_img_wrap {
    width: 100rem;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
  }
}
@media (max-width: 750px) {
  .kv_img_wrap {
    position: relative;
    width: 100%;
    height: auto;
  }
  .kv_img_wrap::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 17, 0, 0)), to(var(--Color-Brown, #310)));
    background: linear-gradient(180deg, rgba(51, 17, 0, 0) 0%, var(--Color-Brown, #310) 100%);
    width: 100%;
    height: 2.25rem;
    top: auto;
    bottom: 0;
    position: absolute;
    z-index: 3;
  }
  .kv_img_wrap:after {
    content: "";
    background: var(--Color-Brown, #310);
    width: 100%;
    height: 55vh;
    height: 55dvh;
    top: 100%;
    position: absolute;
    z-index: 3;
  }
}
.kv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 750px) {
  .kv_img img {
    width: 100%;
    height: auto;
    max-width: unset;
    position: relative;
    top: -3.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.kv_content {
  margin: 0 auto;
  max-width: 85rem;
  width: 100%;
}
@media (max-width: 750px) {
  .kv_content {
    position: relative;
    z-index: 2;
  }
}
.kv_title {
  padding-top: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 751px) {
  .kv_title {
    padding-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 750px) {
  .kv_title {
    padding: 0 0 calc(24px + 3.5625rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: calc(100dvh - 60px - 2.5rem);
    height: calc(100lvh - 60px - 2.5rem);
  }
}
.kv_title img {
  width: 36.5rem;
  height: auto;
}
@media (max-width: 750px) {
  .kv_title img {
    width: 23.8125rem;
  }
}
.kv_text {
  padding-top: 16.25rem;
  padding-left: 4rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 280%;
  letter-spacing: 2px;
}
.kv_text span {
  display: block;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .kv_text {
    padding-top: 0.6875rem;
    padding-left: 1.5rem;
    padding-bottom: 10lvh;
    height: auto;
    font-size: 1rem;
    line-height: 320%;
    background: transparent;
    position: relative;
    overflow: hidden;
  }
}
.kv.is_bgd-fixed .kv_img {
  position: fixed;
  top: 80px;
}
@media (max-width: 750px) {
  .kv.is_bgd-fixed .kv_img {
    top: 60px;
  }
}

.kv-pc {
  position: relative;
  height: 50.5625rem;
  width: 100vw !important;
  max-width: 100vw !important;
  border-bottom: 0.1875rem solid #F0DDC2;
}
@media (max-width: 750px) {
  .kv-pc {
    height: calc(100lvh - 60px);
    border-bottom: 0.25rem solid #F0DDC2;
  }
}
.kv-pc .kv_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #331100;
}
.kv-pc .kv_bg img {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: unset;
}
@media (max-width: 750px) {
  .kv-pc .kv_bg img {
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 0;
  }
}
.kv-pc .kv_mask {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv-pc .kv_content {
  padding-top: 12.5rem;
  margin: 0 auto;
  color: #fff;
  min-height: calc(100% + var(--kv-pin-distance, 0px));
  position: relative;
  top: 0;
}
@media (min-width: 751px) {
  .kv-pc .kv_content {
    margin-left: -42.5rem;
    width: 85rem;
    left: 50%;
    height: 93.75rem;
    overflow: hidden;
  }
}
.kv-pc .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv-pc .item:nth-child(1) {
  padding-top: 37.5rem;
}
@media (max-width: 750px) {
  .kv-pc .item:nth-child(1) {
    padding-top: 12.5rem;
  }
}

.mark-bgd {
  --blur: 0px;
  --mark-bgd-bottom: -100%;
  --mark-bgd-height: 80vh;
  position: absolute;
  bottom: var(--mark-bgd-bottom);
  left: 50%;
  width: 100vw;
  height: var(--mark-bgd-height);
  z-index: 2;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  z-index: -1;
  will-change: backdrop-filter, -webkit-backdrop-filter, height, bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  contain: paint;
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur)); /* Safari */
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#461901), color-stop(90%, #461901), to(transparent));
  -webkit-mask-image: linear-gradient(to top, #461901 0%, #461901 90%, transparent 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(#461901), color-stop(90%, #461901), to(transparent));
  mask-image: linear-gradient(to top, #461901 0%, #461901 90%, transparent 100%);
}
@media (max-width: 750px) {
  .mark-bgd {
    --mark-bgd-height: 70%;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #461901), color-stop(60%, #461901), to(transparent));
    -webkit-mask-image: linear-gradient(to top, #461901 25%, #461901 60%, transparent 100%);
    mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #461901), color-stop(60%, #461901), to(transparent));
    mask-image: linear-gradient(to top, #461901 25%, #461901 60%, transparent 100%);
  }
}

.ambassador-campaign {
  padding: 5rem 0 10rem;
  color: #331100;
}
@media (max-width: 750px) {
  .ambassador-campaign {
    padding-bottom: 5rem;
  }
}
.ambassador-campaign_content {
  margin-top: 4rem;
  padding: 5rem 0 3.625rem;
  position: relative;
  background: url("../img/campaign_bgd_content.jpg") no-repeat 50%/cover;
  position: relative;
}
@media (max-width: 750px) {
  .ambassador-campaign_content {
    margin-top: 3.0625rem;
    padding: 4rem 1.5rem 5.125rem;
  }
}
.ambassador-campaign_content .decor {
  content: "";
  position: absolute;
  top: -5.4375rem;
  right: 0.625rem;
  width: 13.75rem;
  height: 23.4375rem;
}
@media (max-width: 750px) {
  .ambassador-campaign_content .decor {
    top: -9.0625rem;
    right: -0.125rem;
    width: 7.25rem;
    height: 12.375rem;
  }
}
.ambassador-campaign_content_inner {
  margin: 0 auto;
  max-width: 55rem;
  width: 100%;
}
.ambassador-campaign_content_ttl {
  text-align: center;
}
.ambassador-campaign_content_ttl img {
  margin: 0 auto;
  width: 29.125rem;
  height: auto;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_ttl img {
    width: 100%;
  }
}
.ambassador-campaign_content_subttl {
  margin-top: 1.875rem;
  text-align: center;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_subttl {
    margin-top: 2.5625rem;
  }
}
.ambassador-campaign_content_subttl p {
  text-align: center;
  color: #331100;
  line-height: 150%;
}
.ambassador-campaign_content_subttl p strong {
  letter-spacing: 0.14em;
}
.ambassador-campaign_content_subttl p sup {
  font-size: 65%;
  vertical-align: super;
}
.ambassador-campaign_content_subttl p:nth-child(1) {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_subttl p:nth-child(1) {
    font-size: 0.875rem;
  }
}
.ambassador-campaign_content_subttl p:nth-child(2) {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_subttl p:nth-child(2) {
    margin-top: 0.1875rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.ambassador-campaign_content_subttl p:nth-child(3) {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_subttl p:nth-child(3) {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.ambassador-campaign_content_time {
  margin-top: 3.125rem;
  width: 100%;
  height: 3.75rem;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_time {
    margin-top: 3.0625rem;
  }
}
.ambassador-campaign_content_time .line {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--Color-Brown, rgba(51, 17, 0, 0.4))), color-stop(50%, rgba(98, 59, 42, 0.4)), to(var(--Color-Brown, rgba(51, 17, 0, 0.4))));
  background: linear-gradient(90deg, var(--Color-Brown, rgba(51, 17, 0, 0.4)) 0%, rgba(98, 59, 42, 0.4) 50%, var(--Color-Brown, rgba(51, 17, 0, 0.4)) 100%);
  position: relative;
}
.ambassador-campaign_content_time .line::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--Color-Brown, rgba(51, 17, 0, 0.4))), color-stop(50%, rgba(98, 59, 42, 0.4)), to(var(--Color-Brown, rgba(51, 17, 0, 0.4))));
  background: linear-gradient(90deg, var(--Color-Brown, rgba(51, 17, 0, 0.4)) 0%, rgba(98, 59, 42, 0.4) 50%, var(--Color-Brown, rgba(51, 17, 0, 0.4)) 100%);
}
.ambassador-campaign_content_time .time_content {
  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;
  gap: 1.6875rem;
  font-size: 0.875rem;
  color: #331100;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_time .time_content {
    padding-left: 0.375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.625rem;
  }
}
.ambassador-campaign_content_time .time_text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_time .time_text {
    font-size: 0.9375rem;
  }
}
.ambassador-campaign_content_time .time_date {
  font-size: 2.25rem;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 200;
  letter-spacing: 0.02em;
  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;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_time .time_date {
    font-size: 1.6875rem;
  }
}
.ambassador-campaign_content_time .time_date small {
  margin-top: 0.5625rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_time .time_date small {
    margin-top: 0.625rem;
    font-size: 0.8125rem;
  }
}
.ambassador-campaign_content_time .time_date .dot {
  margin: -0.25rem 0.875rem 0;
  width: 2rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--Color-Brown, #310)), color-stop(50%, #623B2A), to(var(--Color-Brown, #310)));
  background: linear-gradient(90deg, var(--Color-Brown, #310) 0%, #623B2A 50%, var(--Color-Brown, #310) 100%);
}
@media (max-width: 750px) {
  .ambassador-campaign_content_time .time_date .dot {
    margin: 0.0625rem 0.3125rem 0;
    width: 1.5rem;
  }
}
.ambassador-campaign_content_show {
  margin-top: 3.125rem;
  text-align: center;
}
@media (min-width: 751px) {
  .ambassador-campaign_content_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .ambassador-campaign_content_show_txt {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .ambassador-campaign_content_show .img--01 {
    margin-top: 0.9375rem;
    width: 30.25rem;
  }
}
@media (min-width: 751px) {
  .ambassador-campaign_content_show .img--02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 22.25rem;
  }
}
@media (max-width: 750px) {
  .ambassador-campaign_content_show .img--02 {
    margin-top: 3rem;
    width: 100%;
  }
}
.ambassador-campaign_content_show p {
  margin-top: 4.5625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_show p {
    margin-top: 3rem;
    font-size: 0.875rem;
  }
}
.ambassador-campaign_content_applied {
  margin-top: 1.5625rem;
  text-align: center;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_applied {
    margin: 0 -1.5rem;
    margin-top: 2.125rem;
  }
}
.ambassador-campaign_content_applied img {
  margin-left: -2.0625rem;
  width: 50.25rem;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_applied img {
    margin-left: -0.5rem;
    width: 23.8125rem;
    max-width: unset;
  }
}
.ambassador-campaign_content_btns {
  margin-top: 0.125rem;
  text-align: center;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .ambassador-campaign_content_btns {
    margin-top: 3.0625rem;
  }
}
.ambassador-campaign_content_btns .btn + .btn {
  margin-top: 1.5rem;
}

@media (max-width: 750px) {
  .movie-gallery {
    overflow: hidden;
  }
}
.movie-gallery_wrapper {
  padding: 4.9375rem 0;
}
@media (max-width: 750px) {
  .movie-gallery_wrapper {
    padding: 3rem 0.75rem 3.9375rem;
  }
}
.movie-gallery_content {
  margin: 4rem auto 0;
  max-width: 53.75rem;
  width: 100%;
}
@media (max-width: 750px) {
  .movie-gallery_content {
    margin-top: 2.9375rem;
  }
}
.movie-gallery_content_inner {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.8125rem;
}
@media (max-width: 750px) {
  .movie-gallery_content_inner {
    gap: 2.6875rem;
  }
}
.movie-gallery_content_list {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.8125rem;
}
@media (max-width: 750px) {
  .movie-gallery_content_list {
    gap: 2.6875rem;
  }
}
.movie-gallery_content_list_item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.4375rem;
}
@media (max-width: 750px) {
  .movie-gallery_content_list_item {
    gap: 1.25rem 0;
  }
}
.movie-gallery_content_list_item_ttl {
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--Color-White, #FFF);
}
@media (max-width: 750px) {
  .movie-gallery_content_list_item_ttl {
    font-size: 1.125rem;
    margin-bottom: 0.1875rem;
  }
}
.movie-gallery_content_item_img {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.25rem;
  line-height: 0;
}
@media (max-width: 750px) {
  .movie-gallery_content_item_img {
    padding: 0.1875rem;
  }
}
.movie-gallery_content_item_img img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.movie-gallery_content_item_txt {
  margin-top: 0.4375rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: var(--Color-White, #FFF);
  letter-spacing: 0.08rem;
}
.movie-gallery_content_item--small .movie-gallery_content_btn {
  width: 25rem;
  max-width: 100%;
  height: 13rem;
}
.movie-gallery_content_item--small .movie-gallery_content_btn:after {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 750px) {
  .movie-gallery_content_item--small .movie-gallery_content_btn {
    width: 21.375rem;
    height: 12rem;
  }
}
.movie-gallery_content_btn {
  margin: 0 auto;
  width: 51.25rem;
  height: 26.25rem;
  overflow: hidden;
  position: relative;
}
.movie-gallery_content_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background: url("../img/icon_play.png") no-repeat center center;
  background-size: 100%;
}
@media (max-width: 750px) {
  .movie-gallery_content_btn:after {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 750px) {
  .movie-gallery_content_btn {
    width: 21.375rem;
    height: 12rem;
  }
}
.movie-gallery_content_btn .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.movie-gallery_content_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 751px) and (hover: hover) {
  .movie-gallery_content_btn:hover {
    opacity: 1;
  }
  .movie-gallery_content_btn:hover .img img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.movie-gallery_content .banner {
  width: 100%;
  text-align: center;
}
.movie-gallery_content .banner img {
  margin: 0 auto;
  width: 25.5rem;
}

.bgd-brown {
  background: -webkit-gradient(linear, left top, right top, from(rgba(98, 59, 42, 0.8)), color-stop(50%, rgba(149, 105, 64, 0.8)), to(rgba(98, 59, 42, 0.8)));
  background: linear-gradient(90deg, rgba(98, 59, 42, 0.8) 0%, rgba(149, 105, 64, 0.8) 50%, rgba(98, 59, 42, 0.8) 100%);
}

.products {
  margin-top: 5rem;
  color: #fff;
}
.products_wrapper {
  padding: 5rem 0;
}
@media (max-width: 750px) {
  .products_wrapper {
    padding: 3rem 0;
  }
}
.products_subttl {
  margin-top: 3.875rem;
  padding-bottom: 1.9375rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.15em;
  border-bottom: 0.125rem solid #fff;
}
@media (max-width: 750px) {
  .products_subttl {
    margin-top: 3.125rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.75;
    letter-spacing: 0.09rem;
  }
}
.products_inner {
  margin: 0 auto;
  max-width: 65rem;
  width: 100%;
}
.products_ttl-img {
  margin-top: 1.8125rem;
  text-align: center;
}
@media (max-width: 750px) {
  .products_ttl-img {
    margin-top: 2.0625rem;
  }
}
.products_ttl-img img {
  margin-left: 3.9375rem;
  width: 59.0625rem;
  height: auto;
}
@media (max-width: 750px) {
  .products_ttl-img img {
    margin: 0 auto;
    width: 100%;
  }
}
.products_img {
  margin-top: 2.5rem;
  text-align: center;
}
@media (max-width: 750px) {
  .products_img {
    margin-top: 2.4375rem;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.products_img img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.products_note {
  margin-top: 1.5625rem;
}
@media (max-width: 750px) {
  .products_note {
    margin-top: 1.0625rem;
  }
}
.products_note p {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media (max-width: 750px) {
  .products_note p {
    line-height: 1.75;
  }
}
.products_btn {
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 750px) {
  .products_btn {
    margin-top: 2.9375rem;
  }
}

.cpn-banner {
  margin: 6.625rem auto 2.5rem;
  width: 52.5rem;
  max-width: 100%;
}
@media (max-width: 750px) {
  .cpn-banner {
    margin: 5.5625rem auto 2.5rem;
    width: 21.375rem;
  }
}
.cpn-banner_ttl {
  margin-bottom: 0.9375rem;
  text-align: center;
}
@media (max-width: 750px) {
  .cpn-banner_ttl {
    margin-bottom: 0.875rem;
  }
}
.cpn-banner_ttl span {
  padding: 0 2.25rem;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.22rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 750px) {
  .cpn-banner_ttl span {
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
.cpn-banner_ttl span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  width: 2px;
  height: 3.5rem;
  background: #fff;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
@media (max-width: 750px) {
  .cpn-banner_ttl span:before {
    width: 0.125rem;
    height: 3.125rem;
    -webkit-transform: rotate(-28deg);
            transform: rotate(-28deg);
    bottom: -0.125rem;
  }
}
.cpn-banner_ttl span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.375rem;
  width: 2px;
  height: 3.5rem;
  background: #fff;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}
@media (max-width: 750px) {
  .cpn-banner_ttl span:after {
    width: 0.125rem;
    height: 3.125rem;
    -webkit-transform: rotate(28deg);
            transform: rotate(28deg);
    bottom: -0.125rem;
  }
}
.cpn-banner_time {
  margin-bottom: 0.9375rem;
  text-align: center;
  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;
}
@media (max-width: 750px) {
  .cpn-banner_time {
    margin-bottom: 1.0625rem;
  }
}
.cpn-banner_time .time_content {
  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;
  gap: 1.0625rem;
  font-size: 0.875rem;
  color: #fff;
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .cpn-banner_time .time_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.cpn-banner_time .time_text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 750px) {
  .cpn-banner_time .time_text {
    font-size: 0.9375rem;
  }
}
.cpn-banner_time .time_date {
  font-size: 2.25rem;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
  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;
}
@media (max-width: 750px) {
  .cpn-banner_time .time_date {
    margin-top: -0.5625rem;
    font-size: 1.6875rem;
    letter-spacing: 0.04em;
  }
}
.cpn-banner_time .time_date small {
  margin-top: 0.5625rem;
  margin-left: 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .cpn-banner_time .time_date small {
    margin-top: 0.4375rem;
    margin-left: 0;
    font-size: 0.8125rem;
  }
}
.cpn-banner_time .time_date .dot {
  margin: -0.25rem 0.875rem 0 0.5rem;
  width: 2rem;
  height: 1px;
  background: #fff;
}
@media (max-width: 750px) {
  .cpn-banner_time .time_date .dot {
    margin: 0.0625rem 0.375rem 0 0.375rem;
    width: 1.5rem;
  }
}

html,
body {
  overscroll-behavior-y: none;
}

body.the-serum-ambassador_page {
  background-color: #fff;
  opacity: 0;
}

.main {
  padding-bottom: 10rem;
  position: relative;
}
@media (max-width: 750px) {
  .main {
    padding-bottom: 5rem;
  }
}

@media (min-width: 751px) {
  .serumIndex .pageTopBtn {
    bottom: 2.9375rem;
    right: 1rem;
  }
}
@media (min-width: 751px) {
  .serumIndex .btmFixedBtn {
    bottom: 2.9375rem;
    right: 5.0625rem;
  }
}
@media (max-width: 750px) {
  .serumIndex .btmFixedBtn {
    bottom: -0.25rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 959px) {
  html.notIE .ei_footer .ei_footer_popular {
    max-width: 100%;
  }
  html.notIE .ei_footer .ei_footer_banner {
    max-width: 100%;
  }
  html.notIE .ei_footer .ei_footer_inquiry {
    max-width: 100%;
    min-width: 100%;
  }
  html.notIE .g-header .g-header-inner {
    width: 100%;
  }
  html.notIE .breadcrumb ul {
    width: 100%;
  }
  .serumIndex .ei_top {
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .g-header .g-header__directions .g-header__btn-search button {
    height: 100%;
  }
}