/*view*/
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

#main {
  background: #fff;
}

#main-in {
}

#main p {
  /* margin-bottom: 1.5em; */
  margin-bottom: 1em;
  line-height: 1.9;
}

/*#main .inner {
  padding: 20px;
}*/

.show_pc {
  display: block;
  font-size: 12px;
  position: relative;
  bottom: 0;
}

.show_sp {
  display: none;
}

.show_sp_about {
  display: none !important;
}

/*========================================
動画背景
========================================*/
.key_visual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

#background_video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

/*#video_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/video_cover.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}*/

#video_overlay {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}

#content {
  z-index: 2;
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}

#content h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 35px;
}

#content .sub_head {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin-top: 18px;
}

/*========================================
////動画背景
========================================*/
.top_arrow {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* main-visual */
#main-visual {
  z-index: 2;
  position: relative;
  display: inline-block;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 50%;
  width: 100%;
}

#main-visual h2 {
  min-width: 370px;
  font-size: 320%;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 40%;
  right: 10%;
  position: absolute;
}

h3 {
  font-size: 131%;
  margin-bottom: 0.7em;
}

#copyright a {
  color: #666;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

/* ここから */
#global-head {
  width: 100%;
  padding: 30px 0 10px 30px;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  z-index: 100;
}

#brand-logo img {
  width: 50px;
}

#sidebar {
  display: -webkit-flex;
  display: flex;
  z-index: 100;
  flex-flow: row;
  justify-content: flex-end;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  width: 100%;
  text-align: right;
}

ul.foo {
  padding: 0;
  font-size: 0px;
  text-align: center;
}

ul.foo li {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

#global-nav {
  width: 100%;
}

ul.foo li a {
  display: block;
}

#global-nav ul {
  list-style: none;
  margin-left: 0;
  text-align: right;
}

#global-nav > ul > li {
  position: relative;
}

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0 40px 0 0;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

#global-nav a:last-child {
  margin-left: 0;
}

.menu_ttl {
  display: none;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
  width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
  position: relative;
}

#global-nav .sub-menu-head:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6b6969;
  border-right: 1px solid #6b6969;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* sub-menu */
#global-nav .sub-menu-nav {
  position: fixed;
  background: #6b6969;
  color: #fff;
  top: 0;
  padding-top: 90px;
  left: 260px;
  width: 0;
  height: 100%;
  overflow: hidden;

  -moz-transition: width 0.2s ease-out;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
  border-color: #fff;
}

#global-nav .sub-menu-nav a {
  color: #fff;
}

#global-nav .sub-menu-nav a:hover {
  color: #6b6969;
  background: #fff;
}

/*========================
    philosophy
========================*/
.philosophy_area {
  background: #f7f7f7 /*url(../img/philosophy_bg.png)*/ no-repeat;
  background-position: right 50%;
  background-size: 60%;
  padding: 20px 15% 20px;
  font-size: 16px;
}

.philosophy_area h2 {
  color: #111;
  font-weight: normal;
  font-size: 30px;
  margin: 10px 0 30px;
  padding-top: 120px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.philosophy_area h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 20px;
  font-size: 14px;
  bottom: 5px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
}

.philosophy_area h2 span:before,
.philosophy_area h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.philosophy_area h2 span:after {
  margin-left: 18px;
}

.philosophy_area h2 span:before {
  left: 0;
}

.philosophy_area .catchphrase {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 90px;
}

.catchphrase span {
  display: block;
}

/*.philosophy_area .catchphrase br {
  display: none;
}*/

/*========================
    ///philosophy
========================*/

/*========================
    greeting
========================*/
.greeting_area {
  padding: 20px;
  margin: 0 auto 15%;
  max-width: 70%;
  /*max-width: 1280px;*/
}

.greeting_area h2 {
  color: #111;
  font-weight: normal;
  font-size: 30px;
  margin: 10px 0 30px;
  padding-top: 120px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: bold;
}

.greeting_area h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  font-size: 14px;
  bottom: 5px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
}

.greeting_area h2 span:before,
.greeting_area h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.greeting_area h2 span:before {
  left: 0;
}

.greeting_area h2 span:after {
  margin-left: 18px;
}

.greeting_area h3,
.philosophy_area h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 30px;
  margin: 30px 0;
  text-align: center;
}

.philosophy_area h3 {
  text-align: left;
}

.gray_box {
  background: #f7f7f7;
}

.greeting_area .greeting_area_pc {
  display: flex;
  font-size: 14px;
}

.greeting_area .left {
  width: 46%;
  margin-left: 4%;
}

.greeting_area .right {
  width: 49%;
  margin-right: 1%;
}

.txt_right img {
  max-width: 172px;
  margin-top: 20px;
}

.readmore {
  display: none;
}

/*========================
    ///greeting
========================*/

/*========================
    works
========================*/
.sub_ttl {
  margin: 20% 0 0;
}

.sub_ttl img {
  width: 200px;
  padding: 90px 0 30px;
}

.office img {
  width: 40%;
  position: absolute;
  margin: -12% 10%;
  right: 0;
}

.works_area_inner {
  width: 30%;
  margin-bottom: 13%;
  margin-top: 10px;
  float: right;
}

.works_area {
  /*background: #f7f7f7 url(../img/bg_works.png) no-repeat;*/
  background: url(../img/bg_works.png) no-repeat;
  background-position: left;
  background-size: 56%;
  padding: 20px 10% 0 20px;
  color: #000;
  overflow: hidden;
  /*height: 840px;*/
}

.works_area h2 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 65px;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}

.works_area h2 {
  color: #111;
  font-weight: normal;
  font-size: 30px;
  margin: 10px 0 30px;
  padding-top: 2vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

#works {
  margin-top: -100px;
  padding-top: 100px;
}

.works_area h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  font-size: 14px;
  bottom: 5px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

.works_area h2 span:before,
.works_area h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.works_area h2 span:before {
  left: 0;
}

.works_area h2 span:after {
  margin-left: 18px;
}

.works_area .catchphrase {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  font-weight: bold;
  font-size: 30px;
}

.works_coment {
  min-width: 214px;
  margin: 0 auto;
}

p.indent_01 {
  padding-left: 1em;
  text-indent: -1em;
}

/*========================
    ///works
========================*/

/*============文字ホバー時============*/
figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}

figcaption {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 55;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

figure:hover figcaption {
  opacity: 1;
  transition: all 0.6s ease;
}

figcaption h3 {
  padding: 0 !important;
  margin: 0 !important;
  color: #000000;
  font-size: 18px !important;
  line-height: 20px !important;
  text-align: center;
}

.overlay_box {
  text-align: center;
  top: 50%;
  margin-top: 60px;
  z-index: 56;
  width: 100%;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*scroll線 ここから*/

.l-index-kv__scroll {
  position: absolute;
  left: 35px;
  bottom: 40px;
}

.l-index-kv__scroll .scroll-down {
  position: relative;
}

.l-index-kv__scroll .scroll-down .scroll-down__text {
  font-size: 12px;
  font-weight: 600;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  width: 105px;
  color: #fff;
}

_::-webkit-full-page-media,
_:future,
:root .l-index-kv__scroll .scroll-down .scroll-down__text {
  font-size: 10px;
}

.scroll-down img {
  max-width: 30px;
}

.l-index-kv__scroll .scroll-down .scroll-down__bg .bg-line {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-animation: scrolldown 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75)
    forwards infinite;
  animation: scrolldown 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) forwards
    infinite;
  background: #eee;
  background-size: 100% 200%;
}

.l-index-kv__scroll .scroll-down .scroll-down__bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 60px;
  background: #999;
}

.l-index-kv__scroll .scroll-down {
  position: relative;
}

/*========================================
追加項目
========================================*/

/*========================================
    about
========================================*/
.sub_ttl02 {
  padding: 60px 20px 30px;
}

.sub_ttl02 img {
  width: 150px;
}

.about_area {
  background: #f7f7f7;
  padding: 20px 10%;
}

/*.about_area h2 {
    color: #000;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝',
        serif;
    font-size: 65px;
    margin: 0 0 40px;
    letter-spacing: 0.1em;
    padding: 0 20px;
}*/

.about_area h2 {
  color: #111;
  font-weight: normal;
  font-size: 30px;
  margin: 10px 0 30px;
  /*padding-top: 120px;*/
  padding: 0 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.about_area h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 20px;
  font-size: 14px;
  bottom: 8px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
}

.about_area h2 span:before,
.about_area h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.about_area h2 span:after {
  margin-left: 18px;
}

.about_area h2 span:before {
  left: 0;
}

.contents-wrap {
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  padding-bottom: 60px;
}

.contents-text {
  padding: 20px;
  width: 60%;
  /*flex: 2;*/
}

.contents-img {
  width: 35%;
  /*flex: 1;*/
  align-self: top;
  margin-top: 20px;
}

.contents-text h2 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.contents-img img {
  display: block;
  width: 100%;
  height: auto;
}

.box {
  margin: 0;
}

.box ul li:first-child {
  border-top: 2px solid #aaa;
  padding-top: 20px;
}

.box ul li:last-child {
  border-bottom: 2px solid #aaa;
  padding-bottom: 20px;
}

.box ul {
  margin: 0;
  list-style: none;
}

.box ul li {
  padding: 1em 0;
  border-bottom: 1px solid #aaa;
}

.box ul li a {
  text-decoration: none;
  display: block;
}

.box-left {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.box-right {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

.box-left02 {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
  text-align: center;
  padding-right: 4%;
}

.box-right02 {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  text-align: left;
  border-left: 1px solid;
  padding-left: 4%;
}

/*========================================
    ////about
========================================*/

/*========================================
    staff
========================================*/

.staff_area {
  padding: 70px 10% 0;
}

.staff_area p {
  color: #989898;
  font-size: 12px !important;
}

.show_pc .sub_ttl03 {
  padding: 45px 0 80px 10px;
  float: left;
}

.sub_ttl03 img {
  width: 160px;
}

/*.staff_area .show_pc h2 {
    color: #000;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝',
        serif;
    font-size: 65px;
    letter-spacing: 0.1em;
    padding-left: 30px;
    float: left;
}*/

.staff_area .show_pc h2 {
  color: #111;
  font-weight: normal;
  font-size: 35px;
  margin: 10px 0 30px;
  padding-top: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.staff_area .show_pc h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 20px;
  font-size: 14px;
  bottom: 8px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
}

.staff_area .show_pc h2 span:before,
.staff_area .show_pc h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.staff_area .show_pc h2 span:after {
  margin-left: 18px;
}

.staff_area .show_pc h2 span:before {
  left: 0;
}

/*========================================
    ///staff
========================================*/
/*========================================
    shop
========================================*/

.shop_area {
  background: #fff;
  padding: 0 8%;
}

.sub_ttl04 {
  padding: 0 0 50px;
}

/*.sub_ttl04 div {
    float: right;
}*/

.sub_ttl04 img {
  width: 150px;
  padding: 0;
  /*position: absolute;
  right: 0;
  margin: -20px 150px;*/
  float: left;
  padding: 45px 0 0 0;
}

/*.shop_area h2 {
    color: #000;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝',
        serif;
    font-size: 65px;
    letter-spacing: 0.1em;
    padding: 0;
    float: left;
    padding-left: 30px;
}*/

.shop_area h2 {
  color: #111;
  font-weight: normal;
  font-size: 35px;
  margin: 10px 0 30px;
  padding-top: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.shop_area h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 20px;
  font-size: 14px;
  bottom: 8px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
}

.shop_area h2 span:before,
.shop_area h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.shop_area h2 span:after {
  margin-left: 18px;
}

.shop_area h2 span:before {
  left: 0;
}

.shop_contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

.sp_shop_contents-box {
  width: 100%;
  margin: 0 auto;
}

.sp_shop_contents-box a img {
  width: 30%;
  margin: 1%;
  text-align: center;
}

/*========================================
    access
========================================*/

/* .access_area {
  padding: 0 10% 0;
} */

.sub_ttl05 {
  padding: 50px 0 20px;
  margin-top: -20px;
}

.sub_ttl05 img {
  width: 160px;
  padding-top: 40px;
  float: left;
}

/*.access_area h2 {
    color: #000;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝',
        serif;
    font-size: 53px;
    letter-spacing: 0.1em;
    padding: 0 20px;
    float: left;
}*/

.access_area h2 {
  color: #111;
  font-weight: normal;
  font-size: 35px;
  margin: 0 0 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.access_area h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 20px;
  font-size: 14px;
  bottom: 8px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
}

.access_area h2 span:before,
.access_area h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.access_area h2 span:after {
  margin-left: 18px;
}

.access_area h2 span:before {
  left: 0;
}

.access_txt {
  padding: 20px 0 0 0;
  color: #000;
  font-size: 12px;
}

.access_txt p {
  line-height: 1em !important;
}

.foot_access {
  color: #878787;
  margin: 10px;
  font-weight: bold;
}

/*========================================
    ///access
========================================*/

/*scroll線 ここから*/

.l-index-kv .l-index-kv__scroll .scroll-down {
  position: relative;
}

.l-index-kv .l-index-kv__scroll .scroll-down .scroll-down__text {
  font-size: 9px;
  font-weight: 600;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  width: 100px;
}

.l-index-kv {
  position: relative;
  z-index: 500;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-index-kv .l-index-kv__scroll .scroll-down .scroll-down__bg .bg-line {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-animation: scrolldown 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75)
    forwards infinite;
  animation: scrolldown 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) forwards
    infinite;
  background: #1f2533;
  background-size: 100% 200%;
}

.l-index-kv .l-index-kv__scroll .scroll-down .scroll-down__bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 60px;
  background: #999;
}

.l-index-kv .l-index-kv__scroll .scroll-down {
  position: relative;
}

/*////scroll線 ここまで*/

/* タブ切り替えここから*/
.tab_wrap {
  clear: both;
  width: 100%;
  margin: 40px auto;
}

input[type="radio"] {
  display: none;
}

.tab_area {
  font-size: 0;
  margin: 0 auto;
  max-width: 1200px;
}

.tab_area label img {
  width: 150px;
  display: inline-block;
}

.tab_area label {
  width: 150px;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  line-height: 1.4em;
}

.tab_area label:hover,
.shop_contents-box img:hover {
  opacity: 0.5;
}

.panel_area {
  background: #fff;
}

.panel_area .name_ttl {
  text-align: center;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  letter-spacing: 0.05em;
  font-size: 20px;
}

.panel_area .name_ttl:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 20px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #979797;
}

.panel_area h3 {
  background: #484848;
  color: #fff;
  padding: 6px 8px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.name_area {
  text-align: center;
  font-weight: bold;
}

.name_area p {
  line-height: 1em !important;
  color: #000;
}

.career_box {
  margin: 0 auto;
  text-align: center;
  color: #aaa;
  max-width: 280px;
  margin: 20px auto 0;
}

.career_box ul {
  margin: 0;
  list-style: none;
}

.tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6em;
}

#tab1:checked ~ .panel_area #panel1 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

#tab2:checked ~ .panel_area #panel2 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

#tab3:checked ~ .panel_area #panel3 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
#tab4:checked ~ .panel_area #panel4 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
#tab5:checked ~ .panel_area #panel5 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
#tab6:checked ~ .panel_area #panel6 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
#tab7:checked ~ .panel_area #panel7 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
#tab8:checked ~ .panel_area #panel8 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
#tab9:checked ~ .panel_area #panel9 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}

.shop_tab_wrap {
  width: 100%;
  margin: 0 auto;
}

input[type="radio"] {
  display: none;
}

.shop_tab_area {
  font-size: 0;
  margin: 0 10px;
}

.shop_contents-wrap label {
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  line-height: 1.4em;
}

.shop_contents-wrap label:hover {
  opacity: 0.5;
}

.shop_tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}

.shop_panel_area img {
  width: 100%;
  padding-left: 20px;
  vertical-align: bottom;
}

.shop_tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6em;
}

.shop_panel_area {
  position: relative;
  /*top: 98px;*/
}

#shop_tab1:checked ~ .shop_tab_area .shop_tab1_label {
  background: #fff;
  color: #000;
}

#shop_tab1:checked ~ .shop_panel_area #shop_panel1 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /* text-align: center;*/
}

#shop_tab2:checked ~ .shop_tab_area .shop_tab2_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab2:checked ~ .shop_panel_area #shop_panel2 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab3:checked ~ .shop_tab_area .shop_tab3_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab3:checked ~ .shop_panel_area #shop_panel3 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab4:checked ~ .shop_tab_area .shop_tab4_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab4:checked ~ .shop_panel_area #shop_panel4 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab5:checked ~ .shop_tab_area .shop_tab5_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab5:checked ~ .shop_panel_area #shop_panel5 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab6:checked ~ .shop_tab_area .shop_tab6_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab6:checked ~ .shop_panel_area #shop_panel6 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab7:checked ~ .shop_tab_area .shop_tab7_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab7:checked ~ .shop_panel_area #shop_panel7 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab8:checked ~ .shop_tab_area .shop_tab8_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab8:checked ~ .shop_panel_area #shop_panel8 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab9:checked ~ .shop_tab_area .shop_tab9_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab9:checked ~ .shop_panel_area #shop_panel9 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab10:checked ~ .shop_tab_area .shop_tab10_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab10:checked ~ .shop_panel_area #shop_panel10 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab11:checked ~ .shop_tab_area .shop_tab11_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab11:checked ~ .shop_panel_area #shop_panel11 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab12:checked ~ .shop_tab_area .shop_tab12_label {
  background: #fff;
  color: #000;
  text-align: center;
}
#shop_tab12:checked ~ .shop_panel_area #shop_panel12 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab13:checked ~ .shop_tab_area .shop_tab13_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab13:checked ~ .shop_panel_area #shop_panel13 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab14:checked ~ .shop_tab_area .shop_tab14_label {
  background: #fff;
  color: #000;
  text-align: center;
}
#shop_tab14:checked ~ .shop_panel_area #shop_panel14 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#shop_tab15:checked ~ .shop_tab_area .shop_tab15_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#shop_tab15:checked ~ .shop_panel_area #shop_panel15 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab1:checked ~ .shop_tab_area .t_shop_tab1_label {
  background: #fff;
  color: #000;
}

#t_shop_tab1:checked ~ .shop_panel_area #t_shop_panel1 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /* text-align: center;*/
}

#t_shop_tab2:checked ~ .shop_tab_area .t_shop_tab2_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab2:checked ~ .shop_panel_area #t_shop_panel2 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab3:checked ~ .shop_tab_area .t_shop_tab3_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab3:checked ~ .shop_panel_area #t_shop_panel3 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab4:checked ~ .shop_tab_area .t_shop_tab4_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab4:checked ~ .shop_panel_area #t_shop_panel4 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab5:checked ~ .shop_tab_area .t_shop_tab5_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab5:checked ~ .shop_panel_area #t_shop_panel5 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab6:checked ~ .shop_tab_area .t_shop_tab6_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab6:checked ~ .shop_panel_area #t_shop_panel6 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab7:checked ~ .shop_tab_area .t_shop_tab7_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab7:checked ~ .shop_panel_area #t_shop_panel7 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab8:checked ~ .shop_tab_area .t_shop_tab8_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab8:checked ~ .shop_panel_area #t_shop_panel8 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab9:checked ~ .shop_tab_area .t_shop_tab9_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab9:checked ~ .shop_panel_area #t_shop_panel9 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab10:checked ~ .shop_tab_area .t_shop_tab10_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab10:checked ~ .shop_panel_area #t_shop_panel10 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab11:checked ~ .shop_tab_area .t_shop_tab11_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab11:checked ~ .shop_panel_area #t_shop_panel11 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab12:checked ~ .shop_tab_area .t_shop_tab12_label {
  background: #fff;
  color: #000;
  text-align: center;
}
#t_shop_tab12:checked ~ .shop_panel_area #t_shop_panel12 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

#t_shop_tab13:checked ~ .shop_tab_area .t_shop_tab13_label {
  background: #fff;
  color: #000;
  text-align: center;
}

#t_shop_tab13:checked ~ .shop_panel_area #t_shop_panel13 {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
  /*text-align: center;*/
}

@keyframes tabAnim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.contents-wrap04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 360px;
}

.contents-box3 {
  padding: 10px;
  width: 25%;
  min-height: 300px;
}

.contents-box3 img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

/*ショプここから*/
.shop_all_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.shop_contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
}

.shop_contents-wrap02 {
  width: 50%;
  position: relative;
}

.shop_contents-box {
  /*padding: 10px;*/
  width: 30%;
}

.shop_contents-box img {
  display: block;
  width: 100%;
  height: auto;
}

.ggmap {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  touch-action: auto !important;
  /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

/*========================================
///追加項目
========================================*/

/* ===========================================
 PC フッター
 =========================================== */
.footer {
  background: #111;
}

.pc_footer {
  background: #111;
  text-align: right;
  font-size: 80%;
  line-height: 44px;
  margin-top: 40px;
  color: #fff;
}

.pc_footer a.ftr_box {
  display: inline;
  background: none;
  margin: 0 8px;
  text-decoration: none;
  color: #fff;
}

a.ftr_box {
  display: block;
}

.ftr_pcbg {
  padding: 80px 20px 40px;
  margin: 0 20px;
  border-bottom: 1px solid;
  width: 80%;
  margin: 0 auto;
}

.foot_left {
  float: left;
  width: 130px;
}

img.foot_left {
  width: 50px;
}

.copy {
  display: flex;
  background: #111;
  color: #fff;
  padding: 40px 20px 80px;
  width: 100%;
  margin: 0 auto;
}

.copy_area {
  width: 80%;
  margin: 0 auto;
  display: flex;
  background: #111;
  color: #fff;
}

.cont_box01 {
  justify-content: space-between;
  width: 50%;
}

.cont_box02 {
  justify-content: space-between;
  width: 50%;
  text-align: right;
}

.title {
  margin: 0;
}

.bg-is-black .title {
  color: #ccc;
}

/* ===========================================
 ///PC フッター
 =========================================== */
/*============//文字ホバー時============*/
.site-header {
  display: flex;
  padding: 60px 20px;
  position: fixed;
  justify-content: space-between;
  transition: 0.5s;
  width: 100%;
}

.site-header.transform #global-head {
  padding: 10px 10px 10px 30px !important;
}

.site-header.transform {
  background: #111;
  padding: 0 0 0 10px !important;
}

.site-header.transform #brand-logo img {
  width: 40px;
  margin: 12px 0px 6px 15px;
}

.site-header.transform #sidebar {
  padding: 25px 0px 20px;
}

.site-header.transform #global-nav a {
  padding-left: 0;
}

.site-header.transform #global-nav #global-nav ul {
  margin-top: 10px;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: 0;
}

.philosophy_area.anchor {
  padding-top: 100px;
  margin-top: -99px;
}

.access_area.anchor {
  margin-top: -20px;
}

address,
address a {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

@media screen and (max-width: 710px) {
  #global-nav a {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .philosophy_area {
    background: #f7f7f7;
  }

  .philosophy_area .catchphrase {
    padding-bottom: 50px;
  }

  #main-visual h2 span.main-subtxt {
    padding-bottom: 5px;
    font-size: 34%;
  }

  .site-header.transform {
    background: #111;
    padding: 0 !important;
  }

  .site-header.transform #brand-logo img {
    width: 30px;
    margin: 7px 0px 0px 20px;
  }

  .site-header.transform #nav-toggle {
    position: fixed;
    top: 20px !important;
    right: 20px;
    height: 20px;
  }

  .site-header.transform #sidebar {
    padding: 80px 0px;
  }

  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }

  #main-in {
    padding-left: 0;
  }

  #global-head {
    width: 100%;
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    z-index: 300;
  }

  #brand-logo {
    margin: 8px 0;
    z-index: 400;
  }

  #brand-logo img {
    width: 50px;
  }

  #sidebar {
    font-size: 15px;
    padding-top: 90px;
    text-align: center;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: -100%;
    color: #fff;
    background: #000;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    display: block;
    letter-spacing: 0.1em;
  }

  .menu_ttl {
    display: block;
    text-align: right;
    margin-left: 80px;
    padding: 0 36px 5px;
    border-bottom: 1px solid #aaa;
    color: #aaa;
  }

  ul.foo li {
    width: auto;
    display: block;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    /*margin: 0 40px;*/
  }

  #global-nav a {
    margin-top: 20px;
    padding: 0;
    color: #fff !important;
  }

  #main-visual {
    z-index: 2;
    position: relative;
    display: inline-block;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 50%;
    width: 100%;
  }

  #main-visual h2 {
    min-width: auto;
    font-size: 300%;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    width: 90%;
    right: 0;
    margin: 0 auto;
    line-height: 17vw;
  }

  /* サブメニューは開けない */
  /* nav-toggle */
  #nav-toggle {
    display: none;
    position: fixed;
    top: 25px;
    right: 20px;
    height: 20px;
  }

  #nav-toggle > div {
    position: relative;
    width: 20px;
  }

  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
    width: 28px;
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }

  #nav-toggle span:nth-child(2) {
    top: 8px;
    width: 14px;
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
  }

  #nav-toggle span:nth-child(3) {
    top: 16px;
    width: 20px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #global-nav .sub-menu-head:after,
  #global-nav .sub-menu-nav {
    display: none;
  }

  #nav-toggle {
    display: block;
  }

  /* nav open */
  .open {
    overflow: hidden;
  }

  .open #nav-toggle span:nth-child(1),
  .open #nav-toggle span:nth-child(3) {
    width: 20px;
  }

  .open #overlay {
    display: block;
  }

  .open #sidebar {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* #nav-toggle close */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* z-index */
  #overlay {
    z-index: 200;
  }

  #sidebar {
    z-index: 300;
  }

  #nav-toggle {
    z-index: 400;
  }

  /*========================
    philosophy
========================*/
  .philosophy_area {
    background-position: 80px 25%;
    background-size: 150%;
    padding: 20px;
  }

  .philosophy_area h2 {
    color: #111;
    font-weight: normal;
    font-size: 27px;
    margin: 0;
    font-weight: bold;
  }

  .philosophy_area .catchphrase {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
    font-weight: bold;
    font-size: 19px;
    font-weight: normal;
  }

  .readmore {
    display: block;
  }

  /*========================
    ///philosophy
========================*/
  .contents-box3 {
    padding: 10px;
    width: 25%;
    min-height: auto;
  }

  /*scroll線 ここから*/

  .l-index-kv__scroll .scroll-down {
    position: relative;
  }

  .l-index-kv__scroll .scroll-down .scroll-down__text {
    font-size: 9px;
    font-weight: 600;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    top: -30px;
    left: 1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    width: 105px;
    color: #fff;
  }

  .l-index-kv__scroll .scroll-down .scroll-down__bg .bg-line {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-animation: scrolldown 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75)
      forwards infinite;
    animation: scrolldown 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) forwards
      infinite;
    background: #eee;
    background-size: 100% 200%;
  }

  .l-index-kv__scroll .scroll-down .scroll-down__bg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1px;
    height: 60px;
    background: #999;
  }

  .l-index-kv__scroll .scroll-down {
    position: relative;
  }

  /*========================
    greeting
========================*/
  .greeting_area {
    padding: 20px 20px 0;
  }

  .greeting_area h2 {
    color: #111;
    font-weight: normal;
    font-size: 30px;
    margin: 90px 0 30px;
    padding-top: 0;
    text-align: left;
    font-weight: bold;
  }

  .greeting_area h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0;
    text-align: left;
    font-weight: normal;
  }

  .gray_box {
    background: #f7f7f7;
    padding: 26%;
  }

  .txt_right {
    text-align: right;
    margin: 0 10px;
  }

  .greeting_area {
    max-width: 100%;
  }

  /*========================
    ///greeting
========================*/

  /*========================
    works
========================*/
  .sub_ttl {
    margin: 40% 0 0;
    text-align: left;
  }

  .sub_ttl img {
    width: 200px;
  }

  .office img {
    width: 90%;
    position: absolute;
    margin: -40% 0;
    left: 0;
  }

  .works_area {
    /*background: #f7f7f7 url(../img/bg_works.png) no-repeat;*/
    background: url(../img/bg_works.png) no-repeat;
    /*background-position: center;*/
    background-size: 100%;
    /*min-height: 400px;*/
    /*padding: 20px 20px 80px;*/
    padding: 0 20px 0;
    color: #fff;
    text-align: left;
  }

  .works_area_inner {
    width: 100%;
    margin-bottom: 150px;
    float: none;
  }

  .works_area h2 {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    margin: 0 0 20px;
    padding-top: 0;
    letter-spacing: 0.1em;
    text-align: left;
  }

  #works {
    margin-top: -48px;
    padding-top: 0;
  }

  #_works {
    padding-top: 58px;
  }

  .works-anchor {
    display: block;
    padding-top: 60px;
    margin-top: -100px;
  }

  .works_area h2 span:before,
  .works_area h2 span:after {
    background-color: #fff;
  }

  .works_area .catchphrase {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #111111;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
  }

  p.indent_01 {
    padding-left: 1em;
    text-indent: -1em;
  }

  .txt_left02_top {
    width: 100%;
    display: block;
  }

  .works_coment {
    margin: 0 auto;
    text-align: left;
    text-shadow: 0 0 20px #000000;
  }

  #main .works_coment p {
    margin-bottom: 2vw;
  }

  /*========================
    ///works
========================*/

  /*============文字ホバー時============*/
  figure {
    position: relative;
    overflow: hidden;
    width: 300px;
  }

  figcaption {
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    z-index: 55;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }

  figure:hover figcaption {
    opacity: 1;
    transition: all 0.6s ease;
  }

  figcaption h3 {
    padding: 0 !important;
    margin: 0 !important;
    color: #000000;
    font-size: 18px !important;
    line-height: 20px !important;
    text-align: center;
  }

  .overlay_box {
    text-align: center;
    top: 50%;
    margin-top: 60px;
    z-index: 56;
    width: 100%;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /*scroll線 ここから*/

  .l-index-kv__scroll {
    position: absolute;
    right: 30px;
    bottom: 50px;
    left: auto;
  }

  .l-index-kv__scroll .scroll-down {
    position: relative;
  }

  .l-index-kv__scroll .scroll-down .scroll-down__text {
    font-size: 14px;
    font-weight: 600;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    top: -25px;
    left: 18px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    width: 160px;
    color: #fff;
  }

  .scroll-down img {
    max-width: 35px;
  }

  .l-index-kv__scroll .scroll-down .scroll-down__bg .bg-line {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-animation: scrolldown 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75)
      forwards infinite;
    animation: scrolldown 1.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) forwards
      infinite;
    background: #eee;
    background-size: 100% 200%;
  }

  .l-index-kv__scroll .scroll-down .scroll-down__bg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 1px;
    height: 60px;
    background: #999;
  }

  .l-index-kv__scroll .scroll-down {
    position: relative;
  }

  /*========================================
追加項目
========================================*/

  /*========================================
    about
========================================*/
  .sub_ttl02 {
    padding: 90px 20px 0;
  }

  .sub_ttl02 img {
    width: 150px;
  }

  .about_area {
    background: #fff;
    padding: 0;
    margin-bottom: 40px;
  }

  .about_area h2 {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    margin: 0 0 40px;
    padding: 0 20px;
  }

  .contents-wrap {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding-bottom: 60px;
  }

  .contents-text {
    padding: 20px;
    width: 60%;
    /*flex: 2;*/
  }

  .contents-img {
    width: 35%;
    /*flex: 1;*/
    align-self: center;
    margin-top: 0;
  }

  .contents-text h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }

  .contents-img img {
    width: 60%;
    margin: 40px auto 20px;
  }

  .box {
    margin: 0;
  }

  .box ul li:first-child {
    border-top: 2px solid #aaa;
    padding-top: 20px;
  }

  .box ul li:last-child {
    border-bottom: 2px solid #aaa;
    padding-bottom: 20px;
  }

  .box ul {
    margin: 0;
    list-style: none;
  }

  .box ul li {
    padding: 1em 0;
    border-bottom: 1px solid #aaa;
  }

  .box ul li a {
    text-decoration: none;
    display: block;
    font-weight: normal;
  }

  .box-left {
    display: inline-block;
    width: 30%;
    vertical-align: top;
  }

  .box-right {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
  }

  .sp_address {
    line-height: 1.5em;
  }

  .box-left02 {
    display: inline-block;
    width: 15%;
    vertical-align: middle;
    text-align: center;
    padding-right: 4%;
  }

  .box-right02 {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    text-align: left;
    border-left: 1px solid;
    padding-left: 4%;
  }

  /*========================================
    ////about
========================================*/

  /*========================================
    staff
========================================*/
  .staff_area p {
    color: #989898;
  }

  .sub_ttl03 {
    padding: 0 20px 0;
  }

  .sub_ttl03 img {
    width: 160px;
  }

  /*.staff_area h2 {
        color: #000;
        font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
            'ＭＳ 明朝', serif;
        font-size: 55px;
        margin: 0 0 40px;
        letter-spacing: 0.1em;
        padding: 0 20px;
    }*/

  .staff_area h2 {
    color: #111;
    font-weight: normal;
    font-size: 30px;
    margin: 30px 0 30px;
    padding-top: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  .staff_area h2 span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-left: 20px;
    font-size: 14px;
    bottom: 5px;
    font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
      Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: normal;
  }

  .staff_area h2 span:before,
  .staff_area h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #111;
  }

  .staff_area h2 span:after {
    margin-left: 18px;
  }

  .staff_area h2 span:before {
    left: 0;
  }

  /*========================================
    ///staff
========================================*/
  /*========================================
    shop
========================================*/

  .shop_area {
    background: #f7f7f7;
  }

  .sub_ttl04 {
    padding: 20px 0 30px;
  }

  .sub_ttl04 img {
    width: 140px;
    padding: 0;
    position: absolute;
    left: 60px;
    margin: -20px 0;
  }

  /*.shop_area h2 {
    color: #000;
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
        'ＭＳ 明朝', serif;
    font-size: 45px;
    letter-spacing: 0.1em;
    padding: 0;
    position: absolute;
    right: 0;
    margin: -50px 0;
}*/

  .shop_area h2 {
    color: #111;
    font-weight: normal;
    font-size: 30px;
    margin: 10px 0 0;
    padding-top: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  .shop_area h2 span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-left: 20px;
    font-size: 14px;
    bottom: 5px;
    font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
      Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: normal;
  }

  .shop_area h2 span:before,
  .shop_area h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #111;
  }

  .shop_area h2 span:after {
    margin-left: 18px;
  }

  .shop_area h2 span:before {
    left: 0;
  }

  .shop_contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }

  .sp_shop_contents-box {
    width: 100%;
    margin: 0 auto;
  }

  .sp_shop_contents-box a img {
    width: 30%;
    margin: 1%;
    text-align: center;
  }

  /*========================================
    access
========================================*/
  .sub_ttl05 {
    padding: 70px 20px 25px;
  }

  .sub_ttl05 img {
    width: 140px;
    padding: 0;
    position: absolute;
    left: 60px;
    margin: -10px 0;
  }

  /*
    .access_area h2 {
        color: #000;
        font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
            'ＭＳ 明朝', serif;
        font-size: 38px;
        letter-spacing: 0.1em;
        padding: 0;
        position: absolute;
        right: 0;
        margin: -40px 0;
    }*/

  .access_area h2 {
    color: #111;
    font-weight: normal;
    font-size: 30px;
    margin: 10px 0 0;
    padding-top: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
  }

  .access_area h2 span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-left: 20px;
    font-size: 14px;
    bottom: 5px;
    font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
      Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: normal;
  }

  .access_area h2 span:before,
  .access_area h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #111;
  }

  .access_area h2 span:after {
    margin-left: 18px;
  }

  .access_area h2 span:before {
    left: 0;
  }

  .access_txt {
    padding: 20px 0 0 20px;
    color: #000;
    font-size: 12px;
  }

  .access_txt p {
    line-height: 1em !important;
  }

  .foot_access {
    color: #878787;
    margin: 10px;
    font-weight: bold;
  }

  /*========================================
    ///access
========================================*/

  .access_area {
    padding: 0;
  }

  /*========================================
アコーディオン
========================================*/
  .readmore {
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #aaa;
    letter-spacing: 0.05em;
    right: 13px;
  }

  .readmore::after {
    position: absolute;
    top: 7px;
    left: 64%;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .readmore.close::after {
    position: absolute;
    top: 12px;
    left: 59%;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*========================================
////アコーディオン
========================================*/

  .contents-wrap,
  .contents-wrap:nth-child(odd) {
    flex-direction: column;
  }

  .contents-text,
  .contents-img {
    width: 100%;
    /*flex: 1;*/
  }

  .contents-text h2 {
    text-align: center;
  }

  span.tel-color a {
    color: #111 !important;
  }

  .contents-box3 {
    width: 100%;
  }

  #panel2,
  #panel3,
  #panel4,
  #panel5 {
    padding-top: 30px;
  }

  .tab_area {
    font-size: 0;
    margin: 0 auto;
    max-width: 320px;
  }

  .shop_all_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
  }

  .shop_contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  #shop {
    margin-top: 30px;
  }

  .shop_area {
    padding-bottom: 70px;
  }

  /* ===========================================
 footer
 =========================================== */
  footer {
    background: #000;
    text-align: center;
    font-size: 80%;
    line-height: 44px;
    margin-top: 40px;
    color: #fff;
  }

  footer img {
    width: 60px;
  }

  a.ftr_box {
    display: block;
    background: #eeeeee;
    color: #fff;
  }

  footer a.ftr_box {
    display: inline;
    background: none;
    margin: 0 8px;
  }

  .relation_box {
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 2em;
    padding: 60px 10px;
  }

  .relation_box a {
    text-decoration: underline;
  }

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

  .ftr_last {
    background: #000;
    color: #878787;
    font-weight: bold;
  }

  .relation_box_pc {
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 2em;
    padding: 10px;
  }

  .anchor {
  	width: ;
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* ===========================================
  追加修正
 =========================================== */

.fix-y-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_wrap p {
  color: #000;
}

.fix-color-black {
  color: #000;
}

.text-underline {
  text-decoration: underline;
}

.works_area_bg1 {
  background: url(../img/bg_works1.png) no-repeat !important;
  background-position: left;
  background-size: 56% !important;
  overflow: hidden;
}

.works_area_bg2 {
  background: url(../img/bg_works2.png) no-repeat !important;
  background-position: left;
  background-size: 56% !important;
  overflow: hidden;
}

.works_area_bg3 {
  background: url(../img/bg_works3.png) no-repeat !important;
  background-position: left;
  background-size: 56% !important;
  overflow: hidden;
}

.font-size-20 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .philosophy_area h2 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .show_sp_about {
    display: block !important;
  }

  .font-size-20 {
    font-size: 4.2vw;
  }

  .greeting_area {
    margin: 0 0 60px;
  }

  .greeting_area h2 span,
  .works_area h2 span {
    margin-left: 20px;
  }

  .works_area_bg3 {
    background: url(../img/bg_works3_black.png) no-repeat !important;
    background-position: left;
    background-size: 100% !important;
    padding-top: 6vw;
    height: 291px;
  }

  .catchphrase {
    font-size: 12px;
  }

  #access .sub_ttl05 {
    padding: 50px 20px 25px;
  }

  address,
  address a {
    color: #fff;
    font-style: normal;
  }
}

@media screen and (max-width: 320px) {
  .sub_ttl04 img,
  .sub_ttl05 img {
    left: 20px;
  }

  .philosophy_area h2 span,
  .greeting_area h2 span,
  .works_area h2 span {
    margin-left: 10px;
    padding-left: 24px;
  }

  .works_area h2 {
    margin: 0 0 5px;
  }
  .works_area_bg3 {
    height: 250px;
  }

  .greeting_area h2,
  .philosophy_area h2 {
    font-size: 23px;
  }

  .sub_ttl04 {
    padding-top: 0;
  }

  .sub_ttl05 {
    padding: 60px 20px 30px;
  }
}

/*========================
    qol
========================*/
.qol_area {
  display: flex;
  max-width: 900px;
  justify-content: space-between;
  padding: 10px 10px 0;
  margin: 0 auto 80px;
  align-items: center;
}

.qol_area_inner {
  width: 60%;
  float: right;
}

.qol_area h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  margin: 0 0 20px;
  padding-top: 0;
  letter-spacing: 0.1em;
  text-align: left;
}

#qol {
  margin-top: -48px;
  padding-top: 0;
}

#_qol {
  padding-top: 85px;
}

.qol-anchor {
  display: block;
  padding-top: 60px;
  margin-top: -100px;
}

.qol_area .catchphrase {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #111111;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
}

p.indent_01 {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_left02_top {
  width: 100%;
  display: block;
}

.qol_coment {
  margin: 0 auto;
  text-align: left;
}

#main .qol_coment p {
  margin-bottom: 0.2vw;
}
#main .qol_coment p a {
  appearance: none;
  text-decoration: none;
}

.qol_area h2 span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  font-size: 14px;
  bottom: 5px;
  font-family: "Lato", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
.qol_area h2 span:before,
.qol_area h2 span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.qol_area h2 span:before {
  left: 0;
}

.qol_area h2 span:after {
  margin-left: 18px;
}

@media screen and (max-width: 600px) {
  .qol_area {
    display: block;
    margin-top: 60px;
    padding: 0 20px;
    text-align: center;
  }
  .qol_area div a img {
    width: 30%;
  }

  .qol_area_inner {
    width: 100%;
    margin: 50px 0 0;
  }

  .qol_area h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    margin: 0 0 20px;
    padding-top: 0;
    letter-spacing: 0.1em;
    text-align: left;
  }

  #qol {
    margin-top: -48px;
    padding-top: 0;
  }

  #_qol {
    padding-top: 58px;
  }

  .qol-anchor {
    display: block;
    padding-top: 60px;
    margin-top: -100px;
  }

  .qol_area .catchphrase {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #111111;
    font-weight: bold;
    font-size: 30px;
    text-align: left;
  }

  p.indent_01 {
    padding-left: 1em;
    text-indent: -1em;
  }

  .txt_left02_top {
    width: 100%;
    display: block;
  }

  .qol_coment {
    margin: 0 auto;
    text-align: left;
  }

  #main .qol_coment p {
    margin-bottom: 2vw;
  }

  .qol_area h2 span {
    padding-left: 30px;
    margin-left: 10px;
  }
  .qol_area h2 span:before,
  .qol_area h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #111;
  }

  .qol_area h2 span:before {
    left: 0;
  }

  .qol_area h2 span:after {
    margin-left: 18px;
  }
}
.content-box {
  display: none;
}
.tab-list {
  display: flex;
}
.tab-menu {
  align-items: center;
  background-color: #fff;
  border: 1px solid #111;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  height: 50px;
  justify-content: center;
}
.tab-menu.current {
  background-color: #484848;
  color: #fff;
}
