@charset "UTF-8";
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  PRESET

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* color */
/* FONT */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  BASE CLASS

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Box sizing rules */
/* line 33, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

/* Remove default padding */
/* line 41, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* line 47, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* line 65, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* line 72, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
/* line 78, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
img {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
/* line 83, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  /* line 92, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* line 101, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.1em;
  color: #595757;
}

@media screen and (max-width: 767px) {
  /* line 101, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  html {
    font-size: calc(28/750*100vw);
  }
}

/* line 117, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
body {
  min-width: 1100px;
  -webkit-print-color-adjust: exact;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  overflow: hidden;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

@media screen and (max-width: 767px) {
  /* line 117, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  body {
    min-width: auto;
  }
}

/* line 128, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
body.comp {
  overflow: visible;
  opacity: 1 !important;
}

/* line 132, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
body.modal_open, body.drawer_open {
  overflow: hidden;
}

/* line 138, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
hr {
  background-color: #595757;
}

/* line 142, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
sup {
  font-size: 0.7em;
}

/* line 146, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
picture {
  line-height: 1;
}

/* line 150, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
}

/* line 154, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* line 162, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
video {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 166, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
a {
  font-size: 1em;
  text-decoration: none;
  color: #595757;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 171, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
a img {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 176, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
a:hover {
  opacity: .7;
}

/* line 180, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
a:hover img {
  opacity: 1;
}

/* line 184, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
a:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

/* line 195, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
p a,
p a:visited {
  border-bottom: 1px solid #595757;
}

/* line 208, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
hr {
  padding: 0;
  margin: 0;
}

/* line 213, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
input, button {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  line-height: 1;
  color: #2C312A;
}

/* line 223, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
input[type="submit"],
button {
  cursor: pointer;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

/* line 227, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
input[type="submit"]:hover,
button:hover {
  opacity: .7;
}

/* line 232, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
button {
  background: transparent;
  cursor: pointer;
}

/* line 235, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

/* line 240, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
::-webkit-input-placeholder {
  color: #858483;
}
::-moz-placeholder {
  color: #858483;
}
:-ms-input-placeholder {
  color: #858483;
}
::-ms-input-placeholder {
  color: #858483;
}
::placeholder {
  color: #858483;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

  COMMON CLASS

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* TEXT DECORATION
------------------------------ */
/* line 256, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.underline {
  padding-bottom: 0;
  border-bottom: 1px solid #595757;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .border-c

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 266, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.border-c_blk {
  border-color: #595757;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #pageWrapper

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 277, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
#pageWrapper {
  min-width: 1080px;
  min-height: 100vh;
  padding-top: 107px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  /* line 277, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  #pageWrapper {
    min-width: auto;
    padding-top: calc(100/750*100vw);
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #pageCntWrap

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* LAYOUT
------------------------------ */
/* line 303, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.container {
  max-width: 1080px;
}

/* line 307, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.container_l {
  max-width: 1180px;
}

/* line 312, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.container_732 {
  max-width: 732px;
  margin: 0 auto;
}

/* ボタン
------------------------------ */
/* line 324, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.btn_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 143px;
  height: 30px;
  border: 1px solid #595757;
}

/* accordion
------------------------------ */
/* line 351, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.accordion_content {
  display: none;
}

/* FONT
------------------------------ */
/* line 361, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.serif {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  HEADER

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 372, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
header {
  width: 100%;
  min-width: 1100px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  /* line 372, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  header {
    min-width: auto;
  }
}

/* line 384, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  height: 107px;
  padding-left: 36px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  /* line 384, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  header .container {
    height: calc(100 /750*100vw);
    padding-left: calc(32 /750*100vw);
    padding-right: calc(28 /750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 402, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  header.drawer_open .header_logo_wrap {
    opacity: .5;
  }
}

/* line 416, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_logo {
  width: 195px;
}

@media screen and (max-width: 767px) {
  /* line 416, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_logo {
    width: calc(254 /750*100vw);
    position: relative;
    z-index: 999;
  }
}

/* line 426, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav_block {
  margin-left: auto;
}

/* line 431, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_line {
  margin-left: 64px;
}

@media screen and (max-width: 1270px) {
  /* line 431, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_line {
    margin-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  /* line 431, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: calc(20 /750*100vw);
    margin-left: 0;
  }
}

/* line 443, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_line_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 32px;
  background: #595757;
  color: #fff;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .header_nav

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 464, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 464, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_nav {
    display: block;
    padding-top: calc(116 /750*100vw);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    -webkit-transform: translateY(-101%);
        -ms-transform: translateY(-101%);
            transform: translateY(-101%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

/* line 479, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 479, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #595757;
  }
}

/* line 488, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav li {
  margin-right: 4em;
}

@media screen and (max-width: 1270px) {
  /* line 488, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_nav li {
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  /* line 488, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_nav li {
    width: 50%;
    margin-right: 0;
    border-bottom: 1px solid #595757;
    border-right: 1px solid #595757;
  }
}

/* line 500, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav li a {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

@media screen and (max-width: 767px) {
  /* line 500, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(84 /750*100vw);
    padding-left: calc(70 /750*100vw);
  }
}

@media screen and (max-width: 767px) {
  /* line 510, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_nav li:nth-child(2n) {
    border-right: none;
  }
}

/* line 516, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav li:last-child {
  margin-right: 0;
}

/* line 521, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav.drawer_open {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .header_nav_btn

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
@media screen and (max-width: 767px) {
  /* line 536, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .header_nav_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(56 /750*100vw);
    height: calc(34 /750*100vw);
    position: relative;
    z-index: 999;
  }
}

/* line 547, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav_btn .bar {
  width: calc(56 /750*100vw);
  height: 1px;
  background: #595757;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 557, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav_btn .bar.top {
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* line 563, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav_btn .bar.middle {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 567, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav_btn .bar.bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* line 579, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav_btn.drawer_open .bar.top {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 584, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav_btn.drawer_open .bar.middle {
  opacity: 0;
}

/* line 588, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.header_nav_btn.drawer_open .bar.bottom {
  top: auto;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
      -ms-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  FOOTER

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 604, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
footer {
  margin-top: 220px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  /* line 604, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  footer {
    margin-top: calc(172/750*100vw);
    margin-bottom: calc(172/750*100vw);
  }
}

/* line 612, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
footer .container {
  max-width: 788px;
}

/* line 619, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
footer p a {
  border-bottom: none;
}

/* line 629, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_logo {
  width: 195px;
}

@media screen and (max-width: 767px) {
  /* line 629, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .footer_logo {
    width: calc(289/750*100vw);
  }
}

/* line 637, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_nav {
  margin-top: 52px;
}

/* line 640, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 640, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 649, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_nav li {
  margin-right: 4em;
}

@media screen and (max-width: 767px) {
  /* line 649, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .footer_nav li {
    margin-bottom: calc(70/750*100vw);
    margin-right: 0;
  }
}

/* line 655, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_nav li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  /* line 655, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .footer_nav li:last-child {
    margin-bottom: 0;
  }
}

/* line 665, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_other_links {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  /* line 665, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .footer_other_links {
    margin-top: calc(120/750*100vw);
  }
}

/* line 671, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_other_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 671, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .footer_other_links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 680, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_other_links li {
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  /* line 680, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .footer_other_links li {
    margin-bottom: calc(110/750*100vw);
    margin-right: 0;
  }
}

/* line 687, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_other_links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 32px;
  background: #595757;
  font-size: 15px;
  color: #fff;
}

/* line 698, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.footer_other_links li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  /* line 698, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  .footer_other_links li:last-child {
    margin-bottom: 0;
  }
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  .close_cover

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 717, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.close_cover {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

/* line 731, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
.close_cover.drawer_open {
  opacity: 1;
  visibility: visible;
}

/*◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

  #pagetop

◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇*/
/* line 744, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 32px;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

@media screen and (max-width: 767px) {
  /* line 744, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  #pagetop {
    width: calc(55/750*100vw);
    right: calc(11/750*100vw);
    bottom: calc(40/750*100vw);
  }
}

/* line 757, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
#pagetop img {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 760, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
#pagetop.scrolled {
  opacity: 1;
  visibility: visible;
}

/* line 765, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
#pagetop:focus img {
  opacity: 1;
}

/* line 770, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
#pagetop:hover img {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  /* line 770, Users/akihitoabe/Library/Mobile Documents/com~apple~CloudDocs/01_仕事/00_クライアント/s_SINCERE/labelta/html/scss/style.scss */
  #pagetop:hover img {
    opacity: 1;
  }
}
