@charset "UTF-8";
/* =============================================================================
variable
============================================================================= */
:root {
  --color-base: #3B3B3B;
  --color-black: #000;
  --color-white: #fff;
  --color-blue: #2B6AE5;
  --color-grey: #F8F8F8;
  --color-bdr-grey: #D5D5D5;
  --color-blue-dark: #16233C;
  --pc-lr: max(50px, calc(50% - 600px));
  --pc-lr-narrow: max(50px, calc(50% - 450px));
  --sp-lr: calc(20/375*100vw);
  --content-width: 1200px;
  --transition-op: opacity ease .3s, visibility ease .3s;
  --transition-trf: transform ease .3s;
  --transition-all: all ease .3s;
}

/* =============================================================================
Common Block Styles
============================================================================= */
.firesidetalk {
  width: 90%;
  margin: auto;
  /* headding*/
  /* section */
}
.firesidetalk h1.eading-size-1 {
  font-size: 5.2rem;
}
.firesidetalk .entry-content h2,
.firesidetalk .entry-content .heading-size-2 {
  font-size: 4rem;
}
.firesidetalk .section {
  background-color: var(--color-white);
}
.firesidetalk .section.-bgG {
  background-color: var(--color-grey);
}
.firesidetalk .section.-trans {
  background-color: transparent;
}
@media screen and (min-width: 767px) {
  .firesidetalk .section.-narrow {
    padding-left: var(--pc-lr-narrow);
    padding-right: var(--pc-lr-narrow);
  }
}
@media screen and (max-width: 767px) {
  .firesidetalk {
    width: auto;
    /* headding*/
  }
  .firesidetalk .section {
    padding: 0px var(--sp-lr) 60px;
  }
  .firesidetalk h1.eading-size-1 {
    font-size: 3.6rem;
  }
  .firesidetalk .entry-content h2,
  .firesidetalk .entry-content .heading-size-2 {
    font-size: 2.4rem;
  }
}
.firesidetalk__read p {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
.firesidetalk .wp-block-button__link {
  font-size: 1.6rem;
}
.firesidetalk a[target=_blank]:after {
  display: none;
}
.firesidetalk .wp-block-columns a img {
  width: 100%;
}
.firesidetalk .firesidetalk-menu {
  overflow: hidden;
}
.firesidetalk .firesidetalk-menu__item {
  padding: 3rem;
}
.firesidetalk .firesidetalk-menu__item a {
  color: #212121;
  display: block;
  text-decoration: none;
}
.firesidetalk .firesidetalk-menu__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -3rem;
}
.firesidetalk .firesidetalk-menu__list p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 auto 4rem;
  text-align: left !important;
}
.firesidetalk .firesidetalk-menu__copy {
  font-size: 2rem;
  margin: 0 0 0.5rem;
  text-align: center;
  font-weight: 500;
  border-bottom: 0.3px solid #000;
}
@media screen and (max-width: 767px) {
  .firesidetalk .firesidetalk-menu__item {
    width: 50%;
    padding: 2rem 1rem;
  }
  .firesidetalk .firesidetalk-menu__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -2rem -1rem;
  }
  .firesidetalk .firesidetalk-menu__copy {
    font-size: 1.8rem;
    margin-top: 0.5rem;
    line-height: 1.5714285714;
    margin: 0 0 1rem;
  }
}

.c-container {
  background-color: var(--color-white);
}

.firesidetalk__inner {
  position: relative;
  width: 100%;
  max-width: 930px;
  margin: 0 auto 10px;
  text-align: center;
  padding-top: 83px;
}

.c-container .entry-content > * {
  width: 100%;
}

/* =============================================================================
Responsive Class
============================================================================= */
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.bgMovie {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bgMovie > div {
  width: 100%;
  height: 100%;
}

.bgMovie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bgMovie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.hero {
  padding: 0 var(--pc-lr);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: var(--window-height);
  color: var(--color-white);
  /*
  background-color: rgba(57,57,57,.4);
  */
  text-align: center;
}

.heroInner {
  width: 100%;
}

.heroTitle {
  line-height: 1.6666666667;
  font-weight: 500;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}

.heroLabel {
  margin-top: 14px;
  padding-top: 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.heroLabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% - 15px);
  width: 30px;
  height: 1px;
  background-color: var(--color-white);
}

.heroScroller {
  padding-left: 116px;
  position: absolute;
  left: var(--pc-lr);
  bottom: 50px;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  transform-origin: top left;
  transform: rotate(-90deg);
}

.heroScroller:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: var(--color-white);
}

@media screen and (max-width: 767px) {
  .bgMovie {
    top: 65px;
  }
  .bgMovie iframe {
    width: 56.2390158172;
    height: 177.8125vw;
  }
  .hero {
    padding: 0 var(--sp-lr);
    padding-bottom: 32vmin;
    align-items: flex-end;
    text-align: right;
  }
  .heroTitle {
    line-height: 1.5;
    font-size: 3rem;
    letter-spacing: -0.05em;
  }
  .heroLabel:before {
    right: 0;
    width: 34px;
  }
  .heroScroller {
    left: var(--sp-lr);
    bottom: 25px;
  }
}
@media (orientation: landscape) {
  .hero {
    padding-top: 60px;
    padding-bottom: 5.3333333333vmin;
  }
}
/* sp movie */
/* .special-rule-movie
--------------------------- */
.special-rule-movie {
  z-index: 0;
  max-width: 927px;
  margin: 56px auto 0;
}

.special-rule-movie + .special-rule-movie {
  margin-top: 40px;
}

.special-rule-movie__link {
  display: block;
  position: relative;
}

.special-rule-movie__img {
  width: 100%;
  max-width: 927px;
  margin: 0 auto;
  text-align: center;
}

.special-rule-movie__area-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  gap: 44px;
}

.special-rule-movie__num {
  line-height: 1.1;
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.special-rule-movie__txt {
  margin-bottom: 8px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2rem !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.special-rule-movie__ico {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.special-rule-movie__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
}

@media all and (min-width: 600px) {
  .special-rule-movie {
    margin-top: 8rem;
  }
  .special-rule-movie + .special-rule-movie {
    margin-top: 4rem;
  }
  .special-rule-movie__link {
    position: relative;
  }
  .special-rule-movie__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .special-rule-movie__link:hover::before {
    opacity: 0.3;
  }
  .special-rule-movie__num {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 3.6rem;
  }
  .special-rule-movie__txt {
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 2rem;
  }
  .special-rule-movie__ico {
    width: 70px;
    height: 70px;
  }
}
.stove-option .stove-option-list {
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .special-rule-movie__area-txt {
    gap: 12px;
  }
  .special-rule-movie__txt {
    font-size: 1.4rem !important;
  }
  .stove-option .stove-option-list {
    gap: 4rem;
  }
}
/* =============================================================================
litry
============================================================================= */
.lity {
  background: rgba(71, 70, 63, 0.7);
  z-index: 9999;
}

.lity-content:after {
  content: none;
}

.lity-close {
  top: 20px;
  right: 10px;
  font-family: "Noto Sans JP" !important;
}

@media all and (min-width: 600px) {
  .lity-close {
    top: 60px !important;
    right: 60px !important;
    width: 80px;
    height: 80px;
    font-size: 5rem !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lity-close:hover {
    opacity: 0.7;
  }
}
/** ギアのとこ */
#firesidetalk .firesidetalk-menu__item {
  width: 33.3333333333%;
}

#firesidetalk .firesidetalk-menu__copy {
  text-align: left;
}

@media all and (max-width: 767px) {
  #firesidetalk .firesidetalk-menu__item {
    width: 50%;
  }
}
/** topのlogo */
.c-container .logo img {
  margin: auto;
  height: 130px;
}

.heading__subtitle {
  display: flex;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0rem;
  position: relative;
  text-align: left;
  white-space: nowrap;
  gap: 66px;
}

.heading__subtitle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: relative;
  top: 0;
  margin: auto;
  background-color: #212121;
}

.u-mb8 {
  margin-bottom: 8rem !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

/*ft*/
@media (min-width: 426px) and (max-width: 500px) {
  .footer .nopc {
    display: block !important;
  }
}
.article__inner {
  background: #fff;
}

/*# sourceMappingURL=lp.css.map */
