/* ----------------------------
LP
Wahl tokyo olympic year clipper
---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
#lp_wahltoyc {
  margin-top: 84px;
  line-height: 200%;
  letter-spacing: .15em;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

#lp_wahltoyc * {
  color: #fff;
}

#lp_wahltoyc .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#lp_wahltoyc .inner .fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#lp_wahltoyc .inner .fl > div {
  width: auto;
  height: 320px;
  text-align: center;
  overflow: hidden;
  margin: 0 5%;
}

#lp_wahltoyc .inner .fl > div img {
  height: 100%;
}

#lp_wahltoyc .wtoyc_first {
  padding: 50px 0;
  background: url("./../images/lp_wahl_toyc/bg.png") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

#lp_wahltoyc .wtoyc_first::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

#lp_wahltoyc .wtoyc_first h1 {
  font-style: normal;
  font-family: 'Cinzel', serif;
}

#lp_wahltoyc .wtoyc_first h1 strong,
#lp_wahltoyc .wtoyc_first h1 span,
#lp_wahltoyc .wtoyc_first h1 small {
  display: block;
  text-align: center;
  font-weight: 400;
}

#lp_wahltoyc .wtoyc_first h1 strong {
  font-size: 40px;
  line-height: 56px;
}

#lp_wahltoyc .wtoyc_first h1 span {
  font-size: 32px;
  line-height: 32px;
}

#lp_wahltoyc .wtoyc_first h1 small {
  font-size: 18px;
  line-height: 56px;
}

#lp_wahltoyc .wtoyc_first p {
  font-size: 14px;
  max-width: 728px;
  margin: 0 auto 1em;
  text-align: center;
  letter-spacing: .1em;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}

#lp_wahltoyc .wtoyc_first a {
  color: #fff;
  text-decoration: none;
}

#lp_wahltoyc .wtoyc_first .fl {
  margin: 32px auto 72px;
}

#lp_wahltoyc .wtoyc_product {
  padding: 80px 0;
}

#lp_wahltoyc .wtoyc_product h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}

#lp_wahltoyc .wtoyc_product h1 span, #lp_wahltoyc .wtoyc_product h1 small {
  display: block;
}

#lp_wahltoyc .wtoyc_product h1 small {
  font-size: 16px;
  position: relative;
}

#lp_wahltoyc .wtoyc_product h1 small::before, #lp_wahltoyc .wtoyc_product h1 small::after {
  content: "";
  width: calc(50% - 4em);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: calc(2em - 1px);
}

#lp_wahltoyc .wtoyc_product h1 small::before {
  left: 0;
}

#lp_wahltoyc .wtoyc_product h1 small::after {
  right: 0;
}

#lp_wahltoyc .wtoyc_product .fl {
  margin-bottom: 64px;
}

#lp_wahltoyc .wtoyc_product .fl > div:first-of-type {
  width: 70%;
  text-align: left;
}

#lp_wahltoyc .wtoyc_product .fl > div:last-of-type {
  width: 30%;
}

#lp_wahltoyc .wtoyc_product .fl p:not([class]) {
  font-size: 14px;
}

#lp_wahltoyc .wtoyc_product .title_pride, #lp_wahltoyc .wtoyc_product .title_samurai {
  text-align: center;
  margin-bottom: 40px;
}

#lp_wahltoyc .wtoyc_product .title_pride img, #lp_wahltoyc .wtoyc_product .title_samurai img {
  height: 3em;
  width: auto;
  margin: 0 auto;
}

#lp_wahltoyc .wtoyc_product .btn_product {
  margin: 32px auto 0;
  text-align: center;
}

#lp_wahltoyc .wtoyc_product .btn_product a {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: #c4a861;
  border: solid 2px #c4a861;
  padding: 0 1em;
  border-radius: 2px;
}

#lp_wahltoyc .wtoyc_product.samurai {
  background-color: rgba(32, 48, 90, 0.4);
}

#lp_wahltoyc .wtoyc_how {
  font-family: 'Cinzel', serif;
  padding: 80px 0;
}

#lp_wahltoyc .wtoyc_how .fl > div {
  width: 50%;
}

#lp_wahltoyc .wtoyc_how h1, #lp_wahltoyc .wtoyc_how h2 {
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
}

#lp_wahltoyc .wtoyc_how h1 {
  font-size: 40px;
  text-transform: uppercase;
  opacity: .6;
}

#lp_wahltoyc .wtoyc_how h2 {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#lp_wahltoyc .wtoyc_how h2::before, #lp_wahltoyc .wtoyc_how h2::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #fff;
}

#lp_wahltoyc .wtoyc_how h2::before {
  margin-right: 1em;
}

#lp_wahltoyc .wtoyc_how h2::after {
  margin-left: 1em;
}

#lp_wahltoyc .youtube_wrap {
  max-width: 640px;
  margin: 0 auto;
}

#lp_wahltoyc .youtube_wrap_full {
  margin: 0 auto 160px;
}

#lp_wahltoyc .youtube_mov {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

#lp_wahltoyc .youtube_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lp_wahltoyc .youtube_mov_cap {
  text-align: right;
  font-size: 12px;
  opacity: .6;
}

@media screen and (max-width: 1024px) {
  #lp_wahltoyc .inner {
    max-width: calc(100% - 4em);
  }
}

@media screen and (max-width: 480px) {
  #lp_wahltoyc .wtoyc_product .fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #lp_wahltoyc .wtoyc_product .fl > div:first-of-type {
    margin-bottom: 2em;
  }
  #lp_wahltoyc .wtoyc_product .fl > div:first-of-type, #lp_wahltoyc .wtoyc_product .fl > div:last-of-type {
    width: 100%;
  }
  #lp_wahltoyc .wtoyc_how .fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #lp_wahltoyc .wtoyc_how .fl > div {
    width: 100%;
  }
}
