@charset "utf-8";

/*--------------------------------------------------------------*/
/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "icomoon";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}
/*--------------------------------------------------------------*/
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　320：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
/*ナビ表示のときはスクロールしないように*/
/* html.is-locked {
  overflow-y: hidden;
} */
.original_content {
  margin: 0;
  padding: 0;
  /* background: var(--bg-main-color);
  color: var(--primary-color); */
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  font-family: "Zen Maru Gothic", YuGothic, "Yu Gothic Medium", "Yu Gothic",
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, Verdana, Meiryo, sans-serif !important;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
#header {
  background-color: #fff;
}

h1 {
  margin: 0;
}

img {
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
img,
video {
  max-width: 100%;
  height: auto;
  /* margin: 0 auto; */
}

ol {
  padding-inline-start: 0 !important;
}

.container {
  /* width: 100%; */
  background: #fff;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

p {
  font-size: 1.6rem;
}
strong {
  font-weight: 900;
}
.pc {
  display: none;
}

.tab_pc {
  display: none;
}

@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ------------------------------------------------------------ */
/* common layouts */
.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content_inner {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.original_content {
  background: var(--main-color);
}

/* 共通ヘッダーcssに必要 ここから */
/* .inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  clear: both;
}
.inner::after {
  content: "";
  clear: both;
  display: block;
} */
/* 共通ヘッダーcssに必要 ここまで */

.content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.base {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6em 0 5em;
  margin: 0 auto;
}

.flx_box {
  display: flex;
  justify-content: center;
}

.flx_box .flx_item:first-child {
  margin: 0 0 2em 0;
}

/* a {
  color: #bb000b;
} */

/* a:hover {
  text-decoration: underline;
} */

/* ---------------------- */
/* font */

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------------------- */
/* img */

.img img {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* ここから オリジナル */

/* ---------------------- */
/* ttl / font */
.main_ttl {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  white-space: nowrap;
  background: var(--green-color);
  color: var(--bg-color);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: 1em 0;

  .num {
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: var(--wht-color);
    color: var(--green-color);
    line-height: 1;
    border-radius: 50%;
    margin-left: 0.5em;
  }
  .num-1:before {
    content: '1';
    transform: translateY(-2px);
  }
  .num-2:before {
    content: '2';
    transform: translateY(-2px);
  }

  > span {
    position: relative;
    display: inline-block;
    padding: 0.5em 2em;

    &::before {
      position: absolute;
      content: "";
      background: url(../img/figure_autumn.svg) center / contain no-repeat;
      width: 60px;
      height: 60px;
      left: -10px;
      top: -10px;
      transform: scale(-1, -1);
    }
    &::after {
      position: absolute;
      content: "";
      background: url(../img/figure_autumn.svg) center / contain no-repeat;
      width: 60px;
      height: 60px;
      right: -10px;
      bottom: -10px;
    }
  }
}

.big_ttl {
  font-size: 2rem;
}

.secound_ttl {
  font-size: 2rem;
  font-weight: 900;
  background: var(--main-color);
  color: var(--green-color);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px solid var(--wht-color);

  > span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 0.5em 2em;
    &::before {
      position: absolute;
      content: "";
      background: url(../img/figure_autumn.svg) center / contain no-repeat;
      width: 60px;
      height: 60px;
      left: -10px;
      top: -10px;
      transform: scale(-1, -1);
    }
    &::after {
      position: absolute;
      content: "";
      background: url(../img/figure_autumn.svg) center / contain no-repeat;
      width: 60px;
      height: 60px;
      right: -10px;
      bottom: -10px;
    }
  }
}

.box_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}

.txt {
  font-size: 1.6rem;
  margin: 0.5em 0;
}

.txt_l {
  font-size: 2rem;
  font-weight: 700;
}

.txt_r {
  font-size: 1.9rem;
}

.txt_m {
  font-size: 1.6rem;
}

.txt span {
  text-align: left;
}

.txt_mark {
  color: var(--contrast-color);
}

.center {
  text-align: center;
}

.notice {
  color: var(--contrast-color);
  font-weight: 700;
}

.asterlisk_ttl {
  position: relative;
  font-size: 1em;
  color: var(--contrast-color);

  &::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--contrast-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  > span {
    position: relative;
    display: inline-block;
    background: var(--bg-color);
    padding: 0.5em 3em;
    z-index: 2;

    > span {
      position: relative;
      display: inline-block;

      &::before {
        position: absolute;
        content: "";
        background: url(../img/figure_bar_leaf.svg) center / contain no-repeat;
        width: 28px;
        height: 28px;
        left: -34px;
        top: 0;
        transform: scale(-1, 1);
      }
      &::after {
        position: absolute;
        content: "";
        background: url(../img/figure_bar_leaf.svg) center / contain no-repeat;
        width: 28px;
        height: 28px;
        right: -34px;
        top: 0;
      }
    }
  }
}

.asterisk {
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;

  li {
    position: relative;
    padding-left: 16px;
    margin: 0.2em;

    &::before {
      position: absolute;
      content: "※";
      left: 0;
      top: 0;
    }
  }
}

/* ---------------------- */
/* swiper */

.feature_slider {
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #b4b3b3;
  opacity: 1;
}

/* ---------------------- */
/* btn */
.btn {
  display: block;
  padding: 1em 0 !important;
}

.btn a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  background: var(--main-color);
  color: var(--contrast-color);
  border-radius: 30px;
  padding: 0.5em 2.2em 0.5em 1em;
  transition: all 0.3s ease;
  z-index: 10;

  &::after {
    position: absolute;
    content: "▼";
    right: 18px;
  }
}

.btn a:hover {
  text-decoration: none;
}

.btn:focus,
.btn:active {
  outline: none;
  outline-offset: inherit;
  box-shadow: none;
  text-decoration: none;
}
/* ---------------------- */
/* mainvisual */
.mainvisual {
  position: relative;

  &::before {
    position: absolute;
    content: "";
    background: url(../img/bg_mi_left.png) center / contain no-repeat;
    width: 180px;
    height: 180px;
    left: -50px;
    bottom: -120px;
    z-index: 0;
  }

  &::after {
    position: absolute;
    content: "";
    background: url(../img/bg_momiji_right.png) center / contain no-repeat;
    width: 180px;
    height: 180px;
    right: -50px;
    bottom: -120px;
    z-index: 0;
  }

  figure {
    position: relative;
    z-index: 5;
  }
}

/* ---------------------- */
/* キャンペーン */
.campaign1 {
  position: relative;
  z-index: 5;

  &::before {
    position: absolute;
    content: "";
    background: url(../img/bg_momiji_left.png) center / contain no-repeat;
    width: 180px;
    height: 180px;
    left: -50px;
    bottom: -100px;
    z-index: 0;
  }

  &::after {
    position: absolute;
    content: "";
    background: url(../img/bg_icho_right.png) center / contain no-repeat;
    width: 180px;
    height: 180px;
    right: -50px;
    bottom: -120px;
    z-index: -1;
  }
}

.campaign2 {
  position: relative;
  z-index: 5;

  &::before {
    position: absolute;
    content: "";
    background: url(../img/bg_momiji_left.png) center / contain no-repeat;
    width: 180px;
    height: 180px;
    left: -50px;
    bottom: -120px;
    z-index: 0;
  }

  &::after {
    position: absolute;
    content: "";
    background: url(../img/bg_momiji_right.png) center / contain no-repeat;
    width: 180px;
    height: 180px;
    right: -50px;
    bottom: -120px;
    z-index: -1;
  }

  .couponimg {
    max-width: 420px;
    margin: 0 auto;
  }
}

/* box */
.box {
  position: relative;
  background-color: var(--bg-color);
  border-radius: 20px;
  padding: 1em;
  margin: 1em;

  .main_ttl {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
  }

  .sub_txt {
    margin: 3em 0 1em;
  }
}

/* チャレンジ方法 */
.charenge_box {
  position: relative;
  background: var(--green-color);
  color: var(--wht-color);
  border-radius: 20px;
  padding: 0.5em;
  margin: 6em 0 2em;

  .secound_ttl {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
  }

  .how {
    li {
      position: relative;
      margin: 3em 0;

      &:first-child::after {
        position: absolute;
        content: "";
        background: url(../img/arrow.svg) center / contain no-repeat;
        bottom: -34px;
        left: 50%;
        width: 30px;
        height: 30px;
        transform: translateX(-50%);
      }
    }
  }

  .charenge_ttl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.8rem;
    margin: 0 auto;
    @media (max-width: 751px) {
      justify-content: flex-start;
    }
    .num {
      display: inline-flex;
      width: 30px;
      height: 30px;
      justify-content: center;
      align-items: center;
      line-height: 1;
      background: var(--wh\t-color);
      color: var(--green-color);
      border-radius: 50%;
      margin-right: .3em;
    }
    .num-1:before {
      content: '1';
      transform: translateY(-1px);
    }
    .num-2:before {
      content: '2';
      transform: translateY(-1px);
    }
    .text {
      width: 90%;
    }
  }

  .txt_mark {
    color: var(--main-color);
  }

  .bar_side {
    position: relative;
    margin: 1em;

    span {
      display: inline-block;
      position: relative;

      &::before {
        position: absolute;
        content: "";
        left: -15px;
        top: 50%;
        width: 2px;
        height: 20px;
        background: var(--wht-color);
        transform: translateY(-50%) rotate(-24deg);
      }

      &::after {
        position: absolute;
        content: "";
        right: -15px;
        top: 50%;
        width: 2px;
        height: 20px;
        background: var(--wht-color);
        transform: translateY(-50%) rotate(24deg);
      }
    }
  }

  .circle {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background-color: var(--main-color);
    color: var(--contrast-color);
    padding: 1em;
    border-radius: 50px;
    margin: 0 0.1em;
  }
}

@media screen and (min-width: 375px) {
}

/* ==============================================================
 スマホ　横
================================================================= */
@media screen and (min-width: 480px) {
}

/* ==============================================================
 タブレット
================================================================= */
@media screen and (min-width: 600px) {
  /* 600px以上(タブレット) */

  .sp_only {
    display: none;
  }

  /*--------------------------------------------------------------*/
  /* ------------------------------------------------------------ */
  /* ここからコンテンツ  ページ独自レイアウト */
  /* ------------------------------------------------------------ */
}

@media screen and (min-width: 767px) {
  .btn a {
    font-size: 2rem;
  }

  .box {
    padding: 2em;

    .main_ttl {
      font-size: 2.8rem;
      top: -64px;
    }
    .sub_txt {
      font-size: 1.8rem;
      margin: 2em 0 1em;
    }
  }

  .big_ttl {
    font-size: 3rem;
  }

  .sub_txt {
    font-size: 1.8rem;
  }

  .charenge_box {
    padding: 1em 2em;
    margin: 4em 0 3em;

    .secound_ttl {
      font-size: 2.6rem;
      top: -56px;
    }

    .charenge_ttl {
      font-size: 2.2rem;
    }

    .bar_side {
      font-size: 1.8rem;
    }

    .circle {
      font-size: 2rem;
      margin: 0 0.5em;
    }
  }

  .asterlisk_ttl {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 900px) {
  .center {
    text-align: center;
  }

  .tablet {
    display: none;
  }

  .sp_tab {
    display: none;
  }

  .tab_pc {
    display: block;
  }

  /* div#breadcrumb_container {
    width: 100%;
  } */
  /* 
  .flx_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flx_box .flx_item {
    width: calc(100% / 2 - 1em);
  } */
}

@media screen and (min-width: 1024px) {
  /* 1024px以上（PC） */

  /* .inner {
    max-width: 1000px;
  } */

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

  /*--------------------------------------------------------------*/
  /* ------------------------------------------------------------ */
  /* ここからコンテンツ  ページ独自レイアウト */
  /* ------------------------------------------------------------ */
  .mainvisual {
    &::before {
      width: 300px;
      height: 300px;
      left: -200px;
      bottom: -281px;
    }

    &::after {
      width: 300px;
      height: 300px;
      right: -250px;
      bottom: -120px;
    }
  }

  .campaign1 {
    &::before {
      width: 300px;
      height: 300px;
      left: -200px;
      bottom: -80px;
    }

    &::after {
      width: 180px;
      height: 180px;
      right: -140px;
      bottom: -224px;
    }
  }

  .campaign2 {
    &::before {
      width: 300px;
      height: 300px;
      left: -200px;
      bottom: -29px;
    }
    &::after {
      width: 300px;
      height: 300px;
      right: -200px;
      bottom: -120px;
    }
  }
}

@media screen and (min-width: 1300px) {
}
