@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  background: #fff; }

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .02em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1000px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4em; } }

img {
  width: 100%;
  height: auto; }

::selection {
  background: #40c2e0;
  color: #fff; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

a {
  color: #000;
  text-decoration: none; }

@media screen and (min-width: 769px) {
  a {
    transition: all .25s ease-out; } }
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold; }

/* ==========================================================================
  Parts
  ========================================================================== */
.soon {
  display: inline-block;
  padding: 120px 0;
  font-size: 200%;
  text-align: center;
  font-weight: bold; }

.modaal-inner-wrapper {
  padding: 80px 20px !important; }

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 30px 20px; }

  .modaal-video-wrap {
    margin: auto 0px !important;
    position: relative; } }
/* ==========================================================================
Layout (COMMON)
========================================================================== */
.l-wrapper {
  position: relative;
  overflow: hidden; }

.l-inner {
  width: 1000px;
  position: relative;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .l-inner {
      width: 100%;
      max-width: 95%; } }

.l-main {
  position: relative;
  background: #ffffff;
  padding-top: 60px; }

.l-section {
  position: relative;
  padding: 40px 0;
  background: #64d9c8; }
  .l-section small {
    font-size: 80%; }
  .l-section p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem; }
  .l-section h3 {
    font-size: 60px;
    font-weight: 900;
    color: #ffffff; }
    @media screen and (max-width: 768px) {
      .l-section h3 {
        font-size: 40px; } }
  .l-section .notes {
    font-size: 80%;
    line-height: 2rem; }
  .l-section .conts-ttl-icon {
    position: relative;
    font-size: 1.8rem;
    font-weight: 900;
    color: #ffffff;
    padding-left: 75px;
    margin-top: 20px; }
  .l-section .conts-ttl-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 8px;
    background: url(../images/ttl_icon.png) no-repeat;
    background-size: contain;
    margin-top: -4px; }

.bb_line {
  border-bottom: 1px solid #f3d503; }

@media screen and (min-width: 769px) {
  .l-section {
    padding: 60px 0; } }
.btn-wrap {
  margin: 40px 0 0; }

.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 70%;
  max-width: 300px;
  padding: 15px 15px;
  border: 2px solid #000;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 1.2em; }
  .btn::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: auto;
    right: 5%;
    margin: auto 0 auto auto;
    width: 1.5em;
    height: 1.2em;
    background: url(../images/arrow-r-blk.png) no-repeat;
    background-size: contain;
    transition: all .25s ease-out; }

@media screen and (min-width: 769px) {
  .btn-wrap {
    margin: 60px 0 0; }

  .btn {
    width: 50%;
    border: 2px solid #000; }
    .btn:hover {
      background: #000;
      color: #fff; }
      .btn:hover::after {
        background: url(../images/arrow-r-wht.png) no-repeat;
        background-size: contain; } }
/* ==========================================================================
  anime
========================================================================== */
.anime-hide {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }

.anime-moves {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1; }

/* ==========================================================================
Layout (TOP)
========================================================================== */
/* ---------------
HEADER
------------------ */
@media screen and (max-width: 768px) {
  .l-header {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background: #eaeaea;
    padding: 20px 0;
    position: fixed;
    top: 0;
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    z-index: 11; }
    .l-header .l-inner {
      display: flex;
      align-items: center;
      max-width: 100%; }
    .l-header .logo {
      width: 50%;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      position: relative;
      margin-left: 3%;
      z-index: 15; }
      .l-header .logo a {
        width: 40%;
        height: auto;
        margin-right: 10%; }
        .l-header .logo a img {
          width: 100%;
          height: auto; }
    .l-header .nav-trigger {
      position: absolute;
      width: 60px;
      height: 60px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      z-index: 9; }
      .l-header .nav-trigger .lines {
        position: relative; }
        .l-header .nav-trigger .lines span {
          position: absolute;
          z-index: 2;
          background: #06b59b;
          left: 15px;
          transition: all .25s ease-out; }
        .l-header .nav-trigger .lines span:nth-child(1) {
          width: 30px;
          height: 3px;
          top: 20px; }
        .l-header .nav-trigger .lines span:nth-child(2) {
          width: 30px;
          height: 3px;
          top: 30px; }
        .l-header .nav-trigger .lines span:nth-child(3) {
          width: 30px;
          height: 3px;
          top: 40px; }
    .l-header .nav-trigger.is-active .lines span:nth-child(1) {
      width: 30px;
      top: 30px;
      transform: rotate(-45deg); }
    .l-header .nav-trigger.is-active .lines span:nth-child(2) {
      width: 0;
      top: 30px;
      transform: rotate(45deg); }
    .l-header .nav-trigger.is-active .lines span:nth-child(3) {
      width: 30px;
      top: 30px;
      transform: rotate(45deg); }
    .l-header .gnav {
      display: none;
      overflow: hidden;
      opacity: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: -100vw;
      position: absolute;
      width: 50%;
      height: fit-content;
      background: #eaeaea;
      z-index: 8;
      padding: 0% 5% 5% 5%;
      transition: all .25s ease-out;
      border-radius: 0 0 0 10%; }
      .l-header .gnav ul {
        position: relative;
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .l-header .gnav ul li {
          overflow: visible;
          border-bottom: 2px dotted #06b59b;
          text-align: left;
          margin: 0; }
          .l-header .gnav ul li a {
            border: none;
            display: block;
            padding: 15px 0;
            color: #06b59b;
            font-size: 1.8rem;
            font-weight: bold;
            letter-spacing: .05em; }
            .l-header .gnav ul li a:last-child {
              border: none; }
    .l-header .gnav.is-active {
      display: block;
      right: 0;
      left: inherit;
      opacity: 1; }

  .l-header::before {
    display: none; } }
@media screen and (min-width: 769px) {
  .l-header {
    margin: 0 auto;
    width: 100%;
    background: #eaeaea;
    padding: 20px 0;
    position: fixed;
    top: 0;
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    z-index: 11; }
    .l-header .logo {
      width: 30%;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      position: relative;
      margin-left: 3%;
      z-index: 15; }
      .l-header .logo a {
        width: 40%;
        height: auto;
        margin-right: 10%; }
        .l-header .logo a img {
          width: 100%;
          height: auto; }
    .l-header .nav-trigger {
      display: none; }
    .l-header .nav-trigger.is-active {
      display: none; }
    .l-header .nav-trigger {
      height: 0;
      right: 0; }
    .l-header .gnav {
      display: block;
      overflow: visible;
      opacity: 1;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      width: 100%;
      height: auto;
      background: none;
      z-index: 0;
      transition: all .25s ease-out;
      margin-top: -10px; }
      .l-header .gnav ul {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: inherit;
        justify-content: flex-end;
        border-top: none;
        align-items: center; }
        .l-header .gnav ul li {
          width: auto;
          overflow: visible;
          border-bottom: none;
          text-align: center;
          margin: 0 3% 0 0; }
          .l-header .gnav ul li a {
            border: none;
            display: block;
            color: #06b59b;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: .05em; }
            .l-header .gnav ul li a:last-child {
              border: none; }
          .l-header .gnav ul li a:hover {
            opacity: 0.6; }
    .l-header .gnav.is-active {
      display: block;
      left: 0;
      right: 0;
      opacity: 1; }

  .l-header::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 120px;
    bottom: -120px;
    left: 0;
    background: url(../images/fv_corner1.png) no-repeat;
    background-size: contain; } }
/* ---------------
TOP FV
------------------ */
.l-fv {
  margin: 0;
  padding: 0;
  position: relative;
  background: #ffffff; }
  .l-fv h2 {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto; }
    .l-fv h2 img {
      width: 100%;
      height: auto; }

.l-fv:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 93px;
  bottom: 0;
  right: 0;
  background: url(../images/fv_corner2.png) no-repeat;
  background-size: contain; }

@media screen and (max-width: 768px) {
  .l-fv {
    padding: 0 0 5% 0; }
    .l-fv h2 {
      width: 100%; }

  .l-fv:after {
    content: "";
    position: absolute;
    width: 81px;
    height: 42px;
    bottom: -1px;
    right: 0;
    background: url(../images/fv_corner2.png) no-repeat;
    background-size: contain; } }
/* ---------------
INFO
------------------ */
.l-info {
  padding: 0; }
  .l-info .notes {
    padding: 10px 0 0; }
  .l-info .info-box {
    width: 100%;
    margin: 40px 0 60px;
    padding: 15px;
    border-radius: 10px;
    background: #fff; }
    .l-info .info-box p {
      font-size: 1.6rem;
      line-height: 2.5rem;
      text-align: center; }
      .l-info .info-box p a {
        text-decoration: underline; }
      .l-info .info-box p a:hover {
        text-decoration: none; }

@media screen and (max-width: 768px) {
  .l-info {
    padding: 0; }
    .l-info .notes {
      padding: 10px 0 0; }
    .l-info .info-box {
      margin: 30px 0 60px;
      border-radius: 7px; }
      .l-info .info-box p {
        font-size: 1.6rem;
        line-height: 2.5rem;
        text-align: left; } }
/* ---------------
MOVIE
------------------ */
.l-movie {
  padding: 40px 0; }
  .l-movie .cnts .top-iframe {
    width: 100%;
    margin: 60px auto 15px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .l-movie .cnts .top-iframe {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 60%;
        margin: 40px auto 15px; } }
    .l-movie .cnts .top-iframe iframe {
      width: 100%;
      height: 600px;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        .l-movie .cnts .top-iframe iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }

/* ---------------
SERVICE
------------------ */
.l-service .conts-box {
  background: #fffde2;
  border-radius: 0 0 40px 40px; }
  .l-service .conts-box h4 {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 2.5rem;
    color: #06b59b;
    font-weight: 900; }
    .l-service .conts-box h4 img {
      width: 45%;
      height: auto; }
.l-service .conts-box-top {
  margin-top: -50px;
  display: inline-block;
  user-select: none;
  /* 選択禁止 */
  -webkit-user-drag: none;
  /* Webkitブラウザ（ChromeやSafari）向け */
  -webkit-user-select: none;
  -moz-user-select: none;
  /* Firefox向け */
  -ms-user-select: none;
  /* IE向け */
  pointer-events: none; }
.l-service .conts-about {
  width: 900px;
  margin: 0 auto;
  padding: 60px 0; }
  .l-service .conts-about .lead {
    font-size: 3rem;
    color: #3f3e40;
    font-weight: 900;
    text-align: center;
    margin: 0 auto 30px;
    letter-spacing: 1.3px;
    line-height: 4.5rem; }
  .l-service .conts-about .service-text {
    font-size: 1.8rem;
    line-height: 3.5rem;
    text-align: center; }
  .l-service .conts-about .conts-about-three {
    width: 70%;
    margin: 60px auto; }
    .l-service .conts-about .conts-about-three .about-three-img img {
      margin: 0 0 40px 0; }
  .l-service .conts-about .about-function .speechBubble, .l-service .conts-about .about-shop .speechBubble, .l-service .conts-about .about-zandaka .speechBubble {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding: 20px 0 25px;
    border: 5px solid #06b59b;
    border-radius: 9999px;
    background-color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1rem;
    color: #06b59b; }
  .l-service .conts-about .about-function .speechBubble::before, .l-service .conts-about .about-shop .speechBubble::before, .l-service .conts-about .about-zandaka .speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 25px 15px 0 15px;
    border-color: #06b59b transparent transparent;
    translate: -50% 100%; }
  .l-service .conts-about .about-function .speechBubble::after, .l-service .conts-about .about-shop .speechBubble::after, .l-service .conts-about .about-zandaka .speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%; }
  .l-service .conts-about .about-function ul.about-function-list, .l-service .conts-about .about-shop ul.about-function-list, .l-service .conts-about .about-zandaka ul.about-function-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .l-service .conts-about .about-function ul.about-function-list li, .l-service .conts-about .about-shop ul.about-function-list li, .l-service .conts-about .about-zandaka ul.about-function-list li {
      width: 48%;
      height: auto;
      margin: 0 0 30px 0; }
      .l-service .conts-about .about-function ul.about-function-list li img, .l-service .conts-about .about-shop ul.about-function-list li img, .l-service .conts-about .about-zandaka ul.about-function-list li img {
        width: 100%;
        height: auto; }
      .l-service .conts-about .about-function ul.about-function-list li .about-function-point, .l-service .conts-about .about-shop ul.about-function-list li .about-function-point, .l-service .conts-about .about-zandaka ul.about-function-list li .about-function-point {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 15px 0; }
      .l-service .conts-about .about-function ul.about-function-list li .line, .l-service .conts-about .about-shop ul.about-function-list li .line, .l-service .conts-about .about-zandaka ul.about-function-list li .line {
        font-weight: 500;
        background: linear-gradient(transparent 70%, #f2f50c 0%); }
  .l-service .conts-about .about-shop .about-shop-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    .l-service .conts-about .about-shop .about-shop-list a {
      position: relative;
      display: block;
      padding: 2%;
      width: 48%;
      height: auto;
      border-radius: 15px;
      font-size: 1.8rem;
      font-weight: 600; }
    .l-service .conts-about .about-shop .about-shop-list a:hover {
      opacity: 0.8; }
    .l-service .conts-about .about-shop .about-shop-list .shop-btn {
      display: block;
      padding: 2%;
      width: 48%;
      height: auto;
      border-radius: 15px;
      font-size: 1.8rem;
      font-weight: 600;
      border: 3px solid #06b59b;
      background: #fff;
      text-align: center; }
      .l-service .conts-about .about-shop .about-shop-list .shop-btn img {
        width: 50%;
        height: auto;
        margin: 0 auto 10px;
        display: block; }
    .l-service .conts-about .about-shop .about-shop-list .shop-smartcode img {
      width: 70%;
      height: auto;
      margin: 0 auto 8px;
      display: block; }
    .l-service .conts-about .about-shop .about-shop-list .shop-smartcode:after {
      content: "";
      width: 8px;
      height: 8px;
      border: 0;
      border-top: solid 3px #06b59b;
      border-right: solid 3px #06b59b;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 5%;
      bottom: 0;
      margin-top: -4px; }
  .l-service .conts-about .about-zandaka {
    margin-bottom: 60px; }
    .l-service .conts-about .about-zandaka .about-zandaka-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .l-service .conts-about .about-zandaka .about-zandaka-list li {
        padding: 30px;
        width: 32%;
        border-radius: 15px;
        display: flex;
        align-items: center;
        color: #fff;
        background: #06b59b; }
        .l-service .conts-about .about-zandaka .about-zandaka-list li p {
          font-size: 1.6rem;
          line-height: 2.5rem;
          letter-spacing: 1px;
          font-weight: 600;
          text-align: center; }

@media screen and (max-width: 768px) {
  .l-service .conts-box {
    border-radius: 0 0 15px 15px; }
    .l-service .conts-box h4 {
      width: 100%;
      height: auto;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      font-size: 2.5rem;
      color: #06b59b;
      font-weight: 900; }
      .l-service .conts-box h4 img {
        width: 45%;
        height: auto; }
  .l-service .conts-box-top {
    margin-top: 30px;
    display: inline-block;
    user-select: none;
    /* 選択禁止 */
    -webkit-user-drag: none;
    /* Webkitブラウザ（ChromeやSafari）向け */
    -webkit-user-select: none;
    -moz-user-select: none;
    /* Firefox向け */
    -ms-user-select: none;
    /* IE向け */
    pointer-events: none; }
  .l-service .conts-about {
    width: 100%;
    margin: 0 auto;
    padding: 5% 3%; }
    .l-service .conts-about .lead {
      font-size: 2.2rem;
      line-height: 3.6rem;
      color: #3f3e40;
      font-weight: 900;
      text-align: center;
      margin: 0 auto 30px;
      letter-spacing: 0;
      line-height: 4rem; }
    .l-service .conts-about .service-text {
      font-size: 1.4rem;
      line-height: 2.6rem;
      text-align: center; }
    .l-service .conts-about .conts-about-three {
      width: 100%;
      margin: 60px 0; }
    .l-service .conts-about .about-function .speechBubble, .l-service .conts-about .about-shop .speechBubble, .l-service .conts-about .about-zandaka .speechBubble {
      position: relative;
      display: block;
      margin-bottom: 40px;
      padding: 20px 0 25px;
      border: 5px solid #06b59b;
      border-radius: 9999px;
      background-color: #ffffff;
      text-align: center;
      font-weight: 600;
      font-size: 2.2rem;
      line-height: 1rem;
      color: #06b59b; }
    .l-service .conts-about .about-function .speechBubble::before, .l-service .conts-about .about-shop .speechBubble::before, .l-service .conts-about .about-zandaka .speechBubble::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      border-style: solid;
      border-width: 25px 15px 0 15px;
      border-color: #06b59b transparent transparent;
      translate: -50% 100%; }
    .l-service .conts-about .about-function .speechBubble::after, .l-service .conts-about .about-shop .speechBubble::after, .l-service .conts-about .about-zandaka .speechBubble::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      border-style: solid;
      border-width: 15px 7.5px 0 7.5px;
      border-color: #ffffff transparent transparent;
      translate: -50% 100%; }
    .l-service .conts-about .about-function ul.about-function-list, .l-service .conts-about .about-shop ul.about-function-list, .l-service .conts-about .about-zandaka ul.about-function-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .l-service .conts-about .about-function ul.about-function-list li, .l-service .conts-about .about-shop ul.about-function-list li, .l-service .conts-about .about-zandaka ul.about-function-list li {
        width: 100%;
        height: auto;
        margin: 0 0 30px 0; }
        .l-service .conts-about .about-function ul.about-function-list li img, .l-service .conts-about .about-shop ul.about-function-list li img, .l-service .conts-about .about-zandaka ul.about-function-list li img {
          width: 100%;
          height: auto; }
        .l-service .conts-about .about-function ul.about-function-list li .about-function-point, .l-service .conts-about .about-shop ul.about-function-list li .about-function-point, .l-service .conts-about .about-zandaka ul.about-function-list li .about-function-point {
          font-size: 1.8rem;
          line-height: 2.5rem;
          margin: 15px 0; }
        .l-service .conts-about .about-function ul.about-function-list li .line, .l-service .conts-about .about-shop ul.about-function-list li .line, .l-service .conts-about .about-zandaka ul.about-function-list li .line {
          font-weight: 500;
          background: linear-gradient(transparent 70%, #f2f50c 0%); }
    .l-service .conts-about .about-shop .about-shop-list {
      display: block;
      margin-bottom: 15px; }
      .l-service .conts-about .about-shop .about-shop-list a {
        position: relative;
        display: block;
        padding: 3%;
        margin-bottom: 15px;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        border-radius: 15px;
        font-size: 1.6rem;
        font-weight: 600; }
      .l-service .conts-about .about-shop .about-shop-list a:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #06b59b;
        border-right: solid 2px #06b59b;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 3%;
        bottom: 0;
        margin-top: -4px; }
      .l-service .conts-about .about-shop .about-shop-list .shop-btn {
        display: block;
        padding: 3%;
        margin-bottom: 15px;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        border-radius: 15px;
        font-size: 1.6rem;
        font-weight: 600;
        border: 3px solid #06b59b;
        background: #fff;
        text-align: center; }
        .l-service .conts-about .about-shop .about-shop-list .shop-btn img {
          width: 50%;
          height: auto;
          margin: 0 auto;
          display: block; }
      .l-service .conts-about .about-shop .about-shop-list .shop-smartcode img {
        width: 70%;
        height: auto;
        margin: 0 auto;
        display: block; }
    .l-service .conts-about .about-zandaka {
      margin-bottom: 40px; }
      .l-service .conts-about .about-zandaka .about-zandaka-list {
        display: block; }
        .l-service .conts-about .about-zandaka .about-zandaka-list li {
          padding: 5%;
          width: 100%;
          margin-bottom: 15px;
          border-radius: 15px;
          display: flex;
          align-items: center;
          color: #fff;
          background: #06b59b; }
          .l-service .conts-about .about-zandaka .about-zandaka-list li p {
            font-size: 1.4rem;
            line-height: 2.2rem;
            letter-spacing: -0.1px;
            font-weight: 600;
            text-align: left; } }
.btn-area {
  width: 100%;
  padding: 60px 0 50px;
  margin: 0 auto;
  background: #fff; }
  .btn-area .btn-lead {
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px; }
  .btn-area .kameiten-btn {
    margin: 0 auto;
    width: 40%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    background: #000; }
    .btn-area .kameiten-btn a {
      position: relative;
      display: block;
      padding: 3% 3% 3% 25%;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 2.3rem; }
    .btn-area .kameiten-btn a::before {
      content: "";
      width: 45px;
      height: 45px;
      position: absolute;
      top: 50%;
      left: 10%;
      margin-top: -22px;
      background: url(../images/kameiten_btn_icon.png) no-repeat;
      background-size: contain; }

@media screen and (max-width: 768px) {
  .btn-area {
    width: 100%;
    padding: 60px 3% 50px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box; }
    .btn-area .btn-lead {
      text-align: center;
      font-size: 1.6rem;
      line-height: 2.8rem;
      text-align: center;
      font-weight: 500;
      margin-bottom: 10px; }
    .btn-area .kameiten-btn {
      margin: 0 auto;
      width: 90%;
      max-width: 400px;
      height: auto;
      border-radius: 10px;
      background: #000; }
      .btn-area .kameiten-btn a {
        position: relative;
        display: block;
        padding: 3% 3% 3% 25%;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.3rem; }
      .btn-area .kameiten-btn a::before {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 10%;
        margin-top: -20px;
        background: url(../images/kameiten_btn_icon.png) no-repeat;
        background-size: contain; } }
.teppay-footer {
  width: 100%;
  padding: 3% 0;
  color: #000;
  background: #64d9c8; }
  .teppay-footer .notes {
    font-size: 80%;
    line-height: 2rem;
    color: #000; }
  .teppay-footer .footer-jr {
    display: flex;
    margin: 5% 0;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
    .teppay-footer .footer-jr .footer-logo {
      height: auto;
      width: 60px;
      margin-right: 30px; }
    .teppay-footer .footer-jr p {
      margin-right: 30px;
      font-size: 1.3rem; }
      .teppay-footer .footer-jr p a {
        color: #000;
        text-decoration: underline; }
      .teppay-footer .footer-jr p a:hover {
        text-decoration: none; }
    .teppay-footer .footer-jr p:last-child {
      margin-right: 0; }
  .teppay-footer .copy {
    font-size: 80%;
    text-align: center; }

@media screen and (max-width: 768px) {
  .teppay-footer {
    width: 100%;
    padding: 5% 0;
    color: #000;
    background: #64d9c8; }
    .teppay-footer .notes {
      font-size: 80%;
      line-height: 2rem;
      letter-spacing: -0.3px;
      color: #000; }
    .teppay-footer .footer-jr {
      display: flex;
      margin: 5% 0;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center; }
      .teppay-footer .footer-jr .footer-logo {
        height: auto;
        width: 50px;
        margin-right: 30px; }
      .teppay-footer .footer-jr p {
        margin-right: 30px;
        font-size: 1.3rem; }
        .teppay-footer .footer-jr p a {
          color: #000;
          text-decoration: underline; }
        .teppay-footer .footer-jr p a:hover {
          text-decoration: none; }
      .teppay-footer .footer-jr p:last-child {
        margin-right: 0; }
    .teppay-footer .copy {
      font-size: 80%;
      text-align: center; } }
