@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Sans:wght@400;500;700;900&display=swap");
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1050px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1050px) {
    .sp {
      display: block; } }

.en {
  font-family: "Noto Sans", sans-serif; }

.ja {
  font-family: "toppan-bunkyu-gothic-pr6n", serif; }

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 1s, transform 1s; }

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

body {
  overflow-x: hidden; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: #B4B4B4;
  letter-spacing: 0.1em;
  color: #3c463c;
  font-size: 16px !important;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", 'Noto Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden; }
  .lp_wrapper .main_box {
    max-width: 800px;
    margin: 0 auto;
    overflow-x: hidden; }
  .lp_wrapper .block {
    position: relative;
    width: 93%;
    margin: 7% 0 10% auto; }
    .lp_wrapper .block .left {
      width: 73%;
      margin: 0 0 0 auto; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .block .left {
          width: 65%; } }
    .lp_wrapper .block .txt {
      font-size: 1em !important;
      text-align: left;
      position: absolute;
      top: 2.0em;
      left: 0;
      line-height: 2.5; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .block .txt {
          font-size: 2.9vw !important;
          line-height: 2.0;
          letter-spacing: 0; } }
    .lp_wrapper .block a {
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .block a {
          max-width: 60px; } }
  .lp_wrapper .flex {
    width: 86%;
    margin: 7% auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .lp_wrapper .flex div {
      width: calc(100%/2 - 2%); }
  .lp_wrapper section {
    margin: 20% auto;
    position: relative; }
    .lp_wrapper section h2.number {
      max-width: 90px;
      margin: 0 auto 7%;
      border: none !important; }
      @media screen and (max-width: 800px) {
        .lp_wrapper section h2.number {
          max-width: 50px; } }
      .lp_wrapper section h2.number.size {
        max-width: 180px; }
        @media screen and (max-width: 800px) {
          .lp_wrapper section h2.number.size {
            max-width: 100px; } }
    .lp_wrapper section .s_box {
      width: 70%;
      margin: 7% auto; }
      .lp_wrapper section .s_box p {
        font-size: 1em !important;
        line-height: 2.0;
        margin: 7% auto; }
        @media screen and (max-width: 800px) {
          .lp_wrapper section .s_box p {
            font-size: 2.9vw !important; } }
    .lp_wrapper section .absolute_01 {
      position: relative;
      margin: 7% 0 7% auto;
      width: 93%; }
      .lp_wrapper section .absolute_01 .a_left {
        width: 70%;
        margin: 0 0 0 auto; }
      .lp_wrapper section .absolute_01 .a_right {
        position: absolute;
        width: 43%;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .lp_wrapper section .right {
      width: 60%;
      margin: 7% auto 7% 0; }
    .lp_wrapper section .Buybtn {
      position: absolute;
      bottom: 0;
      right: 7%; }
      @media screen and (max-width: 800px) {
        .lp_wrapper section .Buybtn {
          max-width: 60px; } }
      .lp_wrapper section .Buybtn.r_buy {
        left: 7%;
        right: auto; }
    .lp_wrapper section .center {
      width: 70%;
      margin: 7% auto; }
    .lp_wrapper section .absolute_02 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: -14%; }
      .lp_wrapper section .absolute_02 div:first-child {
        width: 60%;
        padding-top: 200px; }
        @media screen and (max-width: 800px) {
          .lp_wrapper section .absolute_02 div:first-child {
            padding-top: 100px; } }
      .lp_wrapper section .absolute_02 div:last-child {
        width: 35%; }
    .lp_wrapper section .m_center {
      width: 100%;
      margin: 7% auto; }
    .lp_wrapper section .s_right {
      width: 70%;
      margin: 7% 0 7% auto; }
      @media screen and (max-width: 800px) {
        .lp_wrapper section .s_right {
          width: 65%; } }
    .lp_wrapper section .credit {
      margin: 15% auto; }
      @media screen and (max-width: 800px) {
        .lp_wrapper section .credit {
          margin: 25% auto; } }
      .lp_wrapper section .credit p {
        font-size: 0.8em !important;
        line-height: 1.8; }
        @media screen and (max-width: 800px) {
          .lp_wrapper section .credit p {
            font-size: 2.8vw !important; } }

/*------------------------------
スライダー
-----------------------------*/
.swiper {
  overflow: inherit !important; }

.swiper-slide img {
  height: auto;
  width: 100%; }

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px !important; }

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px 0 !important; }

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #fff !important;
  height: 6px !important;
  width: 6px !important;
  opacity: 1 !important; }
  @media screen and (max-width: 800px) {
    .swiper-pagination-bullet {
      width: 4px !important;
      height: 4px !important; } }

.swiper-pagination-bullet-active {
  background-color: #3c463c !important; }
