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

  1.インポートファイル
  2.基本設定

========================================================*/
/*========================================================

  １．インポートファイル

========================================================*/
/* 必須 */
/*——————— ▼ MacBook・ノートPC ———————*/
/*——————— ▼ iPad(横)・iPadPro　———————*/
/*——————— ▼ iPad mini(横) ———————*/
/*——————— ▼ iPad mini(縦) ———————*/
/*——————— ▼ スマホ ———————*/
/*========================================================

  1.transform
  2.flex-box
  3.gradient
  4.position
  5.other

========================================================*/
/*========================================================

  1.transform

========================================================*/
/*——————— ▼ transition ———————*/
/*——————— ▼ translate ———————*/
/*——————— ▼ scale ———————*/
/*——————— ▼ rotate ———————*/
/*——————— ▼ rotateX ———————*/
/*——————— ▼ rotateY ———————*/
/*==================================================

  2.flex-box

==================================================*/
/*——————— ▼ flexbox ———————*/
/*——————— ▼ justify-content ———————*/
/*——————— ▼ align-items ———————*/
/*——————— ▼ flex-wrap ———————*/
/*——————— ▼ flex ———————*/
/*==================================================

  3.gradient

==================================================*/
/*——————— ▼ 明 → 暗 ———————*/
/*——————— ▼ 暗 → 明 ———————*/
/*==================================================

  4.position

==================================================*/
/*——————— ▼ 上 真ん中 ———————*/
/*——————— ▼ 左上 ———————*/
/*——————— ▼ 右上 ———————*/
/*——————— ▼ 下 真ん中 ———————*/
/*——————— ▼ 左下 ———————*/
/*——————— ▼ 右下 ———————*/
/*——————— ▼ 上下中央 ———————*/
/*==================================================

  5.other

==================================================*/
/*——————— ▼ 天地中央 ———————*/
/*——————— ▼ opacity ———————*/
/*——————— ▼ border-radius ———————*/
/*——————— ▼ 正円 ———————*/
/*——————— ▼ 矢印 ———————*/
/* 必須 */
/*========================================================

  1.コンテンツレイアウト

========================================================*/
/*========================================================

  1.コンテンツレイアウト

========================================================*/
.col-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*——————— ▼ PC ———————*/
  /*——————— ▼ tab ———————*/
  /*——————— ▼ phab ———————*/
  /*——————— ▼ sp ———————*/
}
.col-container .col-l-12 {
  width: 100%;
}
.col-container .col-l-11 {
  width: 91.6666666667%;
}
.col-container .col-l-10 {
  width: 83.3333333333%;
}
.col-container .col-l-9 {
  width: 75%;
}
.col-container .col-l-8 {
  width: 66.6666666667%;
}
.col-container .col-l-7 {
  width: 58.3333333333%;
}
.col-container .col-l-6 {
  width: 50%;
}
.col-container .col-l-5 {
  width: 41.6666666667%;
}
.col-container .col-l-4 {
  width: 33.3333333333%;
}
.col-container .col-l-3 {
  width: 25%;
}
.col-container .col-l-2 {
  width: 16.6666666667%;
}
.col-container .col-l-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-9 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-3 {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-9 {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-12 {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-9 {
    width: 75%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-6 {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-3 {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 414px) {
  .col-container .col-s-1 {
    width: 8.3333333333%;
  }
}

.row-rev {
  flex-direction: row-reverse;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.フォントサイズ
  2.フォントサイズ基本設定

========================================================*/
/*========================================================

  1.フォントサイズ

========================================================*/
/*========================================================

  2.フォントサイズ基本設定

========================================================*/
/*——————— ▼ フォント設定 ———————*/
html {
  width: 100%;
  font-size: 62.5%;
}
html body {
  font-size: 16.5px;
  font-size: 1.65rem;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 2.2;
  color: #666666;
}
@media screen and (max-width: 768px) {
  html body {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
html body a {
  text-decoration: none;
}
html body img {
  width: 100%;
}
html body .mincho {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.カラー設定

========================================================*/
/*========================================================

  1.カラー設定

========================================================*/
/*——————— ▼ ベースカラー（背景や余白） ———————*/
/*——————— ▼ メインカラー（navや見出し） ———————*/
/*——————— ▼ サブカラー（リンクやアクセント部分） ———————*/
/*——————— ▼ 注目カラー（リンクやアクセント部分） ———————*/
/*——————— ▼ 背景（背景の違う色部分） ———————*/
/* 必須 */
/*========================================================

  【初期設定】

  1.コンテンツ幅

========================================================*/
/*========================================================

  1.コンテンツ幅

========================================================*/
/*——————— ▼ 全ページ共通　右コンテンツボックス幅 ———————*/
/*——————— ▼ TOPページ ———————*/
article#top {
  width: 100%;
}

/*——————— ▼ 下層ページ ———————*/
div#page {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  div#page {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  div#page {
    width: 96%;
    margin: 0 auto;
  }
}

/*——————— ▼ アーカイブページ ———————*/
div#archive {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  div#archive {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  div#archive {
    width: 96%;
    margin: 0 auto;
  }
}

/*——————— ▼ シングルページ ———————*/
div#single {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  div#single {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  div#single {
    width: 96%;
    margin: 0 auto;
  }
}

/* 必須 */
/*========================================================

  header

========================================================*/
section.header {
  border-bottom: 1px solid #ccc;
  background-color: #000;
}
section.header .header-inner {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
section.header .header-inner .header-logo {
  width: 15%;
}
@media screen and (max-width: 414px) {
  section.header .header-inner .header-logo {
    width: 100%;
    height: 70px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
section.header .header-inner .header-logo img {
  width: 200px;
}
section.header .header-inner .navbar {
  width: 85%;
}
@media screen and (max-width: 414px) {
  section.header .header-inner .navbar {
    width: 100%;
  }
}

/*——————— ▼ pc-header ———————*/
@media screen and (max-width: 414px) {
  .nav-wrapper {
    border: none;
    height: 4px;
  }
}

ul.gnav {
  display: flex;
  align-items: center;
}
ul.gnav li.item {
  width: 14.28%;
  width: 25%;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
ul.gnav li.item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
  transform: translateX(-50%);
}
ul.gnav li.item:hover::after {
  width: 100%;
}
ul.gnav li.item:hover {
  letter-spacing: 0.1rem;
  transition: all 0.5s ease-in-out 0s;
}
ul.gnav li.item a {
  display: block;
  text-align: center;
  padding: 1rem 0;
  line-height: 2rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  ul.gnav li.item a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
ul.gnav li.item a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  ul.gnav li.item a span {
    color: #000;
  }
}
ul.gnav li.item ul.submenuBox {
  display: none;
  position: absolute;
  top: 3.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: #333333;
}
ul.gnav li.item ul.submenuBox li a {
  display: block;
  width: 100%;
}
ul.gnav li.submenu {
  display: block;
  color: #fff;
  position: relative;
  padding: 1rem 0;
}

@media screen and (max-width: 1024px) {
  nav.navbar {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0px;
    padding-top: 50px;
    transition: all 0.5s ease-in-out 0s;
  }
  nav.navbar ul.gnav {
    display: block;
    width: 100%;
  }
  nav.navbar ul.gnav li.item {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  nav.navbar ul.gnav li.item a {
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    color: #000;
  }
  nav.navbar ul.gnav li.item ul.submenuBox {
    position: relative;
    top: 1rem;
    background: transparent;
  }
  nav.navbar ul.gnav li.item ul.submenuBox li + li {
    border-top: 1px dotted #fff;
  }
  nav.navbar ul.gnav li.submenu {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  nav.navbar.active {
    display: block;
    opacity: 1;
    background-color: rgb(255, 255, 255);
    left: 0;
    z-index: 1000;
  }
}

.menu-btn {
  display: none;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    display: block;
    position: fixed;
    top: 4px;
    right: 4px;
    padding: 10px 5px 0px;
    border: 1px solid #000;
    background-color: #fff;
  }
  .menu-btn .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 44px;
  }
  .menu-btn .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .menu-btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-btn .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-btn .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-btn .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
  }
  .menu-btn .menu-trigger.active span:nth-of-type(2) {
    transform: rotate(45deg);
    background-color: #000;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(2)::after {
    transform: rotate(90deg);
    background-color: #000;
  }
  .menu-btn .menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
  }
}

.page-title {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.page-title:before { /*ブラー効果をスマホ以外に適用*/
  content: "";
  background: inherit; /*.設定した背景画像を継承する*/
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1; /*重なり順序を一番下にしておく*/
}
@media screen and (max-width: 414px) {
  .page-title:before {
    content: none; /*ブラー解除*/
  }
}
.page-title .page-headText {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
.page-title .page-headText .ribbon6 {
  position: relative;
  padding: 0.5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
.page-title .page-headText .ribbon6 h1, .page-title .page-headText .ribbon6 h2, .page-title .page-headText .ribbon6 h3 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .page-title .page-headText .ribbon6 h1, .page-title .page-headText .ribbon6 h2, .page-title .page-headText .ribbon6 h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-title .page-headText .ribbon6 h1:before, .page-title .page-headText .ribbon6 h1:after, .page-title .page-headText .ribbon6 h2:before, .page-title .page-headText .ribbon6 h2:after, .page-title .page-headText .ribbon6 h3:before, .page-title .page-headText .ribbon6 h3:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.page-title .page-headText .ribbon6 h1:before, .page-title .page-headText .ribbon6 h2:before, .page-title .page-headText .ribbon6 h3:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}
.page-title .page-headText .ribbon6 h1:after, .page-title .page-headText .ribbon6 h2:after, .page-title .page-headText .ribbon6 h3:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 414px) {
  .page-title {
    height: 200px;
  }
  .page-title .page-headText {
    width: 90%;
  }
}

.page-title-menu {
  background: url("../../images/header/title-back.jpg") center/cover;
}
@media screen and (max-width: 414px) {
  .page-title-menu {
    background: url("../../images/header/title-back.jpg") center/cover;
  }
}

.single-title {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.single-title:before { /*ブラー効果をスマホ以外に適用*/
  content: "";
  background: inherit; /*.設定した背景画像を継承する*/
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1; /*重なり順序を一番下にしておく*/
}
@media screen and (max-width: 414px) {
  .single-title:before {
    content: none; /*ブラー解除*/
  }
}
.single-title .single-headText {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
.single-title .single-headText .ribbon6 {
  position: relative;
  padding: 0.5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .single-title .single-headText .ribbon6 {
    width: 100%;
  }
}
.single-title .single-headText .ribbon6 h1 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .single-title .single-headText .ribbon6 h1 {
    font-size: 2.6px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  .single-title .single-headText .ribbon6 h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.single-title .single-headText .ribbon6 h1:before, .single-title .single-headText .ribbon6 h1:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.single-title .single-headText .ribbon6 h1:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}
.single-title .single-headText .ribbon6 h1:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}
.single-title .single-headText-interview {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
}
.single-title .single-headText-interview img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}
@media screen and (max-width: 414px) {
  .single-title .single-headText-interview img {
    display: none;
    width: 100%;
  }
}
.single-title .single-headText-interview .single-interview-headbox {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
@media screen and (max-width: 414px) {
  .single-title .single-headText-interview .single-interview-headbox {
    bottom: 2%;
    left: 2%;
  }
}
.single-title .single-headText-interview .single-interview-headbox h1 {
  font-size: 2.6px;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  .single-title .single-headText-interview .single-interview-headbox h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.single-title .single-headText-interview .single-interview-headbox p {
  color: #fff;
  line-height: 1.6;
}
.single-title .single-headText-interview .single-interview-headbox time {
  color: #fff;
}
@media screen and (max-width: 414px) {
  .single-title {
    height: 200px;
  }
  .single-title .single-headText {
    width: 90%;
  }
}

.single-title-menu {
  position: relative;
  z-index: -2;
}
.single-title-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* 必須 */
/*========================================================

  footer

========================================================*/
footer {
  background-color: #000;
}
footer p.copyright {
  text-align: center;
  color: #fff;
}

/* 必須 */
article#top {
  overflow: hidden;
}
article#top .row-rev {
  flex-flow: row-reverse;
}
@media screen and (max-width: 414px) {
  article#top .row-rev {
    flex-flow: wrap;
  }
}
article#top a.btn {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
article#top a.btn .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #fff;
}
article#top a.btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
article#top a.btn:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  left: 100pt;
}
article#top a.btn .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
article#top a.btn-blue {
  display: block;
  position: relative;
  width: 300px;
  margin: 4rem auto 0rem;
  color: #000;
  text-align: center;
}
article#top a.btn-blue .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #000;
}
article#top a.btn-blue:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
article#top a.btn-blue:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  left: 100pt;
}
article#top a.btn-blue .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
article#top .mv-salon .mv-salon-youtube {
  width: 100%;
  padding: 0.4rem;
  aspect-ratio: 16/9;
}
article#top .mv-salon .mv-salon-youtube iframe {
  width: 100%;
  height: 100%;
}
article#top .mv-salon p {
  text-align: center;
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 414px) {
  article#top .mv-salon p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
article#top .salon-theme {
  margin-top: 5rem;
  padding-bottom: 10rem;
}
article#top .salon-theme .inner {
  max-width: 1150px;
  margin: 0 auto;
}
article#top .salon-theme .inner h2 {
  font-size: 3rem;
  text-align: center;
  color: #000;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  article#top .salon-theme .inner h2 {
    font-size: 2.4rem;
  }
}
article#top .salon-theme .inner .title-box1 {
  margin: 1rem 1rem;
  padding: 1em;
  position: relative;
  border: 1px solid #555;
}
article#top .salon-theme .inner .title-box1-title {
  position: absolute;
  top: -1em;
  left: 20px;
  font-weight: bold;
  font-size: 1.2em;
  background: #fff;
  padding: 0 0.5em;
}
article#top .salon-theme .inner .title-box1 p {
  margin: 0;
  padding: 0;
}
article#top .meeting {
  padding-bottom: 10rem;
}
article#top .meeting .inner {
  max-width: 1150px;
  margin: 0 auto;
}
article#top .meeting .inner h2 {
  font-size: 5rem;
  text-align: center;
  color: #000;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  article#top .meeting .inner h2 {
    font-size: 4rem;
  }
}
article#top .meeting .inner .meeting-btn {
  width: 200px;
  display: flex;
  margin: 2rem 0;
}
@media screen and (max-width: 1024px) {
  article#top .meeting .inner .meeting-btn {
    width: 200px;
    margin: 2rem auto 4rem;
  }
}
article#top .meeting .inner ul {
  margin: 0 auto 10rem;
}
@media screen and (max-width: 414px) {
  article#top .meeting .inner ul {
    width: 98%;
  }
}
article#top .meeting .inner ul li {
  border-bottom: 1px solid #000;
}
article#top .meeting .inner ul li a {
  display: block;
  color: #000;
}
article#top .meeting .inner ul li a br {
  display: none;
}
@media screen and (max-width: 414px) {
  article#top .meeting .inner ul li a br {
    display: block;
  }
}
article#top .detail-1 {
  padding-bottom: 10rem;
}
article#top .detail-1 .inner {
  max-width: 1150px;
  margin: 0 auto;
}
article#top .detail-1 .inner h2 {
  font-size: 5rem;
  text-align: center;
  color: #000;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner h2 {
    font-size: 4rem;
  }
}
article#top .detail-1 .inner .manual-category {
  margin-bottom: 2rem;
}
article#top .detail-1 .inner .manual-category p {
  margin-left: 1rem;
}
article#top .detail-1 .inner .manual-category ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .manual-category ul {
    flex-wrap: wrap;
  }
}
article#top .detail-1 .inner .manual-category ul li.cell {
  width: 14%;
  margin: 1rem;
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 .inner .manual-category ul li.cell {
    width: 15%;
  }
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .manual-category ul li.cell {
    width: 50%;
    margin: 0;
    padding: 1.4rem 0;
  }
}
article#top .detail-1 .inner .manual-category ul li.cell a {
  display: block;
  color: #fff;
  text-align: center;
}
article#top .detail-1 .inner .manual-category ul .kaigo, article#top .detail-1 .inner .manual-category ul .cut {
  background-color: #00CDCD;
}
article#top .detail-1 .inner .manual-category ul .gaisyoku, article#top .detail-1 .inner .manual-category ul .perm {
  background-color: #04AAFF;
}
article#top .detail-1 .inner .manual-category ul .syokuhin, article#top .detail-1 .inner .manual-category ul .color {
  background-color: #AA00FF;
}
article#top .detail-1 .inner .manual-category ul .seizou, article#top .detail-1 .inner .manual-category ul .straight {
  background-color: #FFAA00;
}
article#top .detail-1 .inner .manual-category ul .hotel, article#top .detail-1 .inner .manual-category ul .iron {
  background-color: #FF02AA;
}
article#top .detail-1 .inner .manual-category ul .up {
  background-color: #F1396D;
}
article#top .detail-1 .inner .manual-category ul .bikami {
  background-color: #A52A2A;
}
article#top .detail-1 .inner .manual-category ul .shampoo {
  background-color: #ff2b00;
}
article#top .detail-1 .inner .manual-category ul .blowset {
  background-color: #FFB4D9;
}
article#top .detail-1 .inner .manual-category ul .make {
  background-color: #15ab00;
}
article#top .detail-1 .inner .manual-category ul .photo {
  background-color: #725CA5;
}
article#top .detail-1 .inner .manual-category ul .other {
  background-color: #ABFF02;
}
article#top .detail-1 .inner .outerbox a .innerbox {
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox {
    padding: 0;
    display: flex;
    border-bottom: 1px solid #efefef;
  }
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox {
  position: relative;
  /*termのスラック*/
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox {
    width: 40%;
  }
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox img {
    height: 100px;
  }
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox img {
    width: 100%;
    height: 130px;
  }
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .cut, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .perm, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .color, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .straight, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .iron, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .up, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .bikami, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .shampoo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .blowset, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .make, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .photo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .other,
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .kaigo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .gaisyoku, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .syokuhin, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .seizou, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .hotel {
  display: block;
  width: 30%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox .cut, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .perm, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .color, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .straight, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .iron, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .up, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .bikami, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .shampoo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .blowset, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .make, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .photo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .other,
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox .kaigo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .gaisyoku, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .syokuhin, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .seizou, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .hotel {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox .cut, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .perm, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .color, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .straight, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .iron, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .up, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .bikami, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .shampoo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .blowset, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .make, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .photo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .other,
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox .kaigo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .gaisyoku, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .syokuhin, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .seizou, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .hotel {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox .cut, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .perm, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .color, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .straight, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .iron, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .up, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .bikami, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .shampoo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .blowset, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .make, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .photo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .other,
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox .kaigo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .gaisyoku, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .syokuhin, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .seizou, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .hotel {
    width: 50%;
  }
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .kaigo, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .cut {
  background-color: #00CDCD;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .gaisyoku, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .perm {
  background-color: #04AAFF;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .syokuhin, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .color {
  background-color: #AA00FF;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .seizou, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .straight {
  background-color: #FFAA00;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .hotel, article#top .detail-1 .inner .outerbox a .innerbox .imgbox .iron {
  background-color: #FF02AA;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .up {
  background-color: #F1396D;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .bikami {
  background-color: #A52A2A;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .shampoo {
  background-color: #ff2b00;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .blowset {
  background-color: #FFB4D9;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .make {
  background-color: #15ab00;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .photo {
  background-color: #725CA5;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox .other {
  background-color: #ABFF02;
}
article#top .detail-1 .inner .outerbox a .innerbox .imgbox span.new-txt {
  display: block;
  width: 30%;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #fff;
  z-index: 1;
  background-color: red;
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox span.new-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox span.new-txt {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox .imgbox span.new-txt {
    width: 50%;
  }
}
article#top .detail-1 .inner .outerbox a .innerbox .infobox {
  border-top: 0.4rem solid #fff;
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox .infobox {
    width: 60%;
  }
}
article#top .detail-1 .inner .outerbox a .innerbox .infobox h3 {
  font-weight: bold;
  color: #000;
}
article#top .detail-1 .inner .outerbox a .innerbox .infobox time {
  font-size: 1.2px;
  font-size: 1.2rem;
  color: #000;
}
@media screen and (max-width: 414px) {
  article#top .detail-1 .inner .outerbox a .innerbox .infobox time {
    font-size: 10px;
    font-size: 1rem;
  }
}

#page .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page .inner {
    width: 100%;
  }
}
#page .inner h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  border-bottom: 8px solid #66a6ff;
  position: relative;
}
@media screen and (max-width: 414px) {
  #page .inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #page .inner h2 {
    padding: 1rem;
  }
}
#page .inner h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30%;
  border-bottom: 8px solid #006AFF;
}
#page .inner h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #ccc;
  position: relative;
}
@media screen and (max-width: 414px) {
  #page .inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #page .inner h3 {
    padding: 1rem;
  }
}
#page .inner h3:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid #66a6ff;
}
#page .inner h4 {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem 0;
}
@media screen and (max-width: 414px) {
  #page .inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #page .inner h4 {
    padding: 2rem 1rem;
  }
}
#page .inner h4:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #006AFF;
  margin-right: 8px;
}
#page .inner h4:after {
  content: "";
  display: block;
  clear: both;
}
#page .inner p {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #page .inner p {
    padding: 2rem 1rem;
  }
}
#page .inner img {
  display: block;
  padding: 1rem;
  width: 100%;
  height: auto;
}
#page .inner table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #page .inner table {
    padding: 2rem 1rem;
  }
}
#page .inner table th, #page .inner table td {
  border: 1px solid #ccc;
}
#page .inner table th {
  background-color: #66a6ff;
  color: #fff;
  width: 30%;
}
#page .inner table td {
  text-align: left;
  padding-left: 1rem;
}
#page .inner table tr.table-head {
  background-color: #006AFF;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #page .inner .table-scroll {
    overflow-x: auto;
  }
  #page .inner .table-scroll table.table-scroll-inner {
    min-width: 640px;
  }
}
#page .inner iframe {
  max-width: 100%;
}

#archive {
  padding: 2rem 0;
}
#archive .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #archive .inner {
    width: 100%;
  }
}
#archive .inner iframe {
  max-width: 100%;
  padding: 1rem;
}
#archive #archive-common .inner {
  max-width: 1150px;
  margin: 0 auto;
}
#archive #archive-common .inner h2 {
  font-size: 5rem;
  text-align: center;
  color: #000;
  margin-bottom: 4rem;
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner h2 {
    font-size: 4rem;
  }
}
#archive #archive-common .inner .manual-category {
  margin-bottom: 2rem;
}
#archive #archive-common .inner .manual-category p {
  margin-left: 1rem;
}
#archive #archive-common .inner .manual-category ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .manual-category ul {
    flex-wrap: wrap;
  }
}
#archive #archive-common .inner .manual-category ul li.cell {
  width: 14%;
  margin: 1rem;
}
@media screen and (max-width: 1024px) {
  #archive #archive-common .inner .manual-category ul li.cell {
    width: 15%;
  }
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .manual-category ul li.cell {
    width: 50%;
    margin: 0;
    padding: 1.4rem 0;
  }
}
#archive #archive-common .inner .manual-category ul li.cell a {
  display: block;
  color: #fff;
  text-align: center;
}
#archive #archive-common .inner .manual-category ul .kaigo, #archive #archive-common .inner .manual-category ul .cut {
  background-color: #00CDCD;
}
#archive #archive-common .inner .manual-category ul .gaisyoku, #archive #archive-common .inner .manual-category ul .perm {
  background-color: #04AAFF;
}
#archive #archive-common .inner .manual-category ul .color, #archive #archive-common .inner .manual-category ul .syokuhin {
  background-color: #AA00FF;
}
#archive #archive-common .inner .manual-category ul .seizou, #archive #archive-common .inner .manual-category ul .straight {
  background-color: #FFAA00;
}
#archive #archive-common .inner .manual-category ul .hotel, #archive #archive-common .inner .manual-category ul .iron {
  background-color: #FF02AA;
}
#archive #archive-common .inner .manual-category ul .up {
  background-color: #F1396D;
}
#archive #archive-common .inner .manual-category ul .bikami {
  background-color: #A52A2A;
}
#archive #archive-common .inner .manual-category ul .shampoo {
  background-color: #ff2b00;
}
#archive #archive-common .inner .manual-category ul .blowset {
  background-color: #FFB4D9;
}
#archive #archive-common .inner .manual-category ul .make {
  background-color: #15ab00;
}
#archive #archive-common .inner .manual-category ul .photo {
  background-color: #725CA5;
}
#archive #archive-common .inner .manual-category ul .other {
  background-color: #ABFF02;
}
#archive #archive-common .inner .outerbox a .innerbox {
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox {
    padding: 0;
    display: flex;
    border-bottom: 1px solid #efefef;
  }
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox {
  position: relative;
  /*termのスラック*/
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox {
    width: 40%;
  }
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox img {
    height: 100px;
  }
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox img {
    width: 100%;
    height: 130px;
  }
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .cut, #archive #archive-common .inner .outerbox a .innerbox .imgbox .perm, #archive #archive-common .inner .outerbox a .innerbox .imgbox .color, #archive #archive-common .inner .outerbox a .innerbox .imgbox .straight, #archive #archive-common .inner .outerbox a .innerbox .imgbox .iron, #archive #archive-common .inner .outerbox a .innerbox .imgbox .up, #archive #archive-common .inner .outerbox a .innerbox .imgbox .bikami, #archive #archive-common .inner .outerbox a .innerbox .imgbox .shampoo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .blowset, #archive #archive-common .inner .outerbox a .innerbox .imgbox .make, #archive #archive-common .inner .outerbox a .innerbox .imgbox .photo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .other,
#archive #archive-common .inner .outerbox a .innerbox .imgbox .kaigo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .gaisyoku, #archive #archive-common .inner .outerbox a .innerbox .imgbox .syokuhin, #archive #archive-common .inner .outerbox a .innerbox .imgbox .seizou, #archive #archive-common .inner .outerbox a .innerbox .imgbox .hotel {
  display: block;
  width: 30%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox .cut, #archive #archive-common .inner .outerbox a .innerbox .imgbox .perm, #archive #archive-common .inner .outerbox a .innerbox .imgbox .color, #archive #archive-common .inner .outerbox a .innerbox .imgbox .straight, #archive #archive-common .inner .outerbox a .innerbox .imgbox .iron, #archive #archive-common .inner .outerbox a .innerbox .imgbox .up, #archive #archive-common .inner .outerbox a .innerbox .imgbox .bikami, #archive #archive-common .inner .outerbox a .innerbox .imgbox .shampoo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .blowset, #archive #archive-common .inner .outerbox a .innerbox .imgbox .make, #archive #archive-common .inner .outerbox a .innerbox .imgbox .photo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .other,
  #archive #archive-common .inner .outerbox a .innerbox .imgbox .kaigo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .gaisyoku, #archive #archive-common .inner .outerbox a .innerbox .imgbox .syokuhin, #archive #archive-common .inner .outerbox a .innerbox .imgbox .seizou, #archive #archive-common .inner .outerbox a .innerbox .imgbox .hotel {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox .cut, #archive #archive-common .inner .outerbox a .innerbox .imgbox .perm, #archive #archive-common .inner .outerbox a .innerbox .imgbox .color, #archive #archive-common .inner .outerbox a .innerbox .imgbox .straight, #archive #archive-common .inner .outerbox a .innerbox .imgbox .iron, #archive #archive-common .inner .outerbox a .innerbox .imgbox .up, #archive #archive-common .inner .outerbox a .innerbox .imgbox .bikami, #archive #archive-common .inner .outerbox a .innerbox .imgbox .shampoo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .blowset, #archive #archive-common .inner .outerbox a .innerbox .imgbox .make, #archive #archive-common .inner .outerbox a .innerbox .imgbox .photo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .other,
  #archive #archive-common .inner .outerbox a .innerbox .imgbox .kaigo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .gaisyoku, #archive #archive-common .inner .outerbox a .innerbox .imgbox .syokuhin, #archive #archive-common .inner .outerbox a .innerbox .imgbox .seizou, #archive #archive-common .inner .outerbox a .innerbox .imgbox .hotel {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox .cut, #archive #archive-common .inner .outerbox a .innerbox .imgbox .perm, #archive #archive-common .inner .outerbox a .innerbox .imgbox .color, #archive #archive-common .inner .outerbox a .innerbox .imgbox .straight, #archive #archive-common .inner .outerbox a .innerbox .imgbox .iron, #archive #archive-common .inner .outerbox a .innerbox .imgbox .up, #archive #archive-common .inner .outerbox a .innerbox .imgbox .bikami, #archive #archive-common .inner .outerbox a .innerbox .imgbox .shampoo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .blowset, #archive #archive-common .inner .outerbox a .innerbox .imgbox .make, #archive #archive-common .inner .outerbox a .innerbox .imgbox .photo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .other,
  #archive #archive-common .inner .outerbox a .innerbox .imgbox .kaigo, #archive #archive-common .inner .outerbox a .innerbox .imgbox .gaisyoku, #archive #archive-common .inner .outerbox a .innerbox .imgbox .syokuhin, #archive #archive-common .inner .outerbox a .innerbox .imgbox .seizou, #archive #archive-common .inner .outerbox a .innerbox .imgbox .hotel {
    width: 50%;
  }
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .kaigo {
  background-color: #00CDCD;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .gaisyoku {
  background-color: #04AAFF;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .syokuhin {
  background-color: #AA00FF;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .seizou {
  background-color: #FFAA00;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .hotel {
  background-color: #FF02AA;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .up {
  background-color: #F1396D;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .bikami {
  background-color: #A52A2A;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .shampoo {
  background-color: #ff2b00;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .blowset {
  background-color: #FFB4D9;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .make {
  background-color: #15ab00;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .photo {
  background-color: #725CA5;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox .other {
  background-color: #ABFF02;
}
#archive #archive-common .inner .outerbox a .innerbox .imgbox span.new-txt {
  display: block;
  width: 30%;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #fff;
  z-index: 1;
  background-color: red;
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox span.new-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox span.new-txt {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox .imgbox span.new-txt {
    width: 50%;
  }
}
#archive #archive-common .inner .outerbox a .innerbox .infobox {
  border-top: 0.4rem solid #fff;
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox .infobox {
    width: 60%;
  }
}
#archive #archive-common .inner .outerbox a .innerbox .infobox h3 {
  font-weight: bold;
  color: #000;
}
#archive #archive-common .inner .outerbox a .innerbox .infobox time {
  font-size: 1.2px;
  font-size: 1.2rem;
  color: #000;
}
@media screen and (max-width: 414px) {
  #archive #archive-common .inner .outerbox a .innerbox .infobox time {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* 必須 */
#single-inner {
  overflow: hidden;
}
#single-inner .content {
  width: 100%;
  margin: 0 auto;
}
#single-inner .content p {
  margin: 0;
  line-height: 1.75;
}
#single-inner .content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4rem;
}
#single-inner .content table tr {
  border-bottom: solid 2px white;
}
#single-inner .content table tr:last-child {
  border-bottom: none;
}
#single-inner .content table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #000;
  color: white;
  text-align: center;
  padding: 10px 0;
}
#single-inner .content table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  #single-inner .content {
    width: 100%;
  }
}
#single-inner .content h2 {
  font-size: 2.6px;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  border-bottom: 8px solid #333333;
  position: relative;
}
@media screen and (max-width: 414px) {
  #single-inner .content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #single-inner .content h2 {
    padding: 1rem;
  }
}
#single-inner .content h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30%;
  border-bottom: 8px solid #000;
}
#single-inner .content h2.border {
  background-color: #333333;
  color: #000;
  text-align: center;
}
#single-inner .content h2.border:after {
  left: 35%;
}
#single-inner .content h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 1rem;
}
@media screen and (max-width: 414px) {
  #single-inner .content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#single-inner .content h4 {
  font-size: 1.8px;
  font-size: 1.8rem;
  border-left: 8px solid #000;
  padding-left: 1rem;
}
@media screen and (max-width: 414px) {
  #single-inner .content h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-inner .content .txt-box p {
  padding: 2rem 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #single-inner .content .txt-box p {
    padding: 2rem 1rem;
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  #single-inner .content .txt-box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-inner .content img {
  display: block;
  padding: 1rem;
  width: 100%;
  height: auto;
}
#single-inner .content iframe {
  max-width: 100%;
}
#single-inner .content img.lkc-favicon {
  width: 30px;
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox {
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox {
    padding: 0;
    display: flex;
    border-bottom: 1px solid #efefef;
  }
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox {
  position: relative;
  /*termのスラック*/
}
@media screen and (max-width: 414px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox {
    width: 40%;
  }
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox img {
    height: 100px;
  }
}
@media screen and (max-width: 414px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox img {
    width: 100%;
    height: 130px;
  }
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .cut, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .perm, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .color, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .straight, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .iron, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .up, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .other {
  display: block;
  width: 30%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 414px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .cut, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .perm, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .color, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .straight, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .iron, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .up, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .other {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .cut, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .perm, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .color, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .straight, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .iron, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .up, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .other {
    width: 50%;
  }
}
@media screen and (max-width: 414px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .cut, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .perm, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .color, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .straight, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .iron, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .up, #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .other {
    width: 50%;
  }
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .cut {
  background-color: #04AAFF;
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .color {
  background-color: #AA00FF;
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .straight {
  background-color: #FFAA00;
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .iron {
  background-color: #FF02AA;
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .up {
  background-color: #F1396D;
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .imgbox .other {
  background-color: #ABFF02;
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .infobox {
  border-top: 0.4rem solid #fff;
  padding: 1rem;
}
@media screen and (max-width: 414px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .infobox {
    width: 60%;
  }
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .infobox p {
  font-weight: bold;
  color: #000;
}
#single-inner .content .common-term .common-term-archive .outerbox a .innerbox .infobox time {
  font-size: 1.2px;
  font-size: 1.2rem;
  color: #006AFF;
}
@media screen and (max-width: 414px) {
  #single-inner .content .common-term .common-term-archive .outerbox a .innerbox .infobox time {
    font-size: 10px;
    font-size: 1rem;
  }
}
#single-inner .content .common-term .single-btn {
  display: flex;
  margin: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #single-inner .content .common-term .single-btn {
    width: 200px;
    margin: 2rem auto 4rem;
  }
}
#single-inner .content p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#single-inner .content table {
  margin: 20px auto;
}
#single-inner .content .tbl-r02 th {
  background: #11C1B0;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
#single-inner .content .tbl-r02 td {
  　border: solid 1px #ccc;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  #single-inner .content .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  #single-inner .content .tbl-r02 {
    width: 80%;
  }
  #single-inner .content .tbl-r02 th,
  #single-inner .content .tbl-r02 td {
    　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* 必須 */
.comment-box {
  margin-bottom: 4rem;
}
.comment-box .comments-area h2.comments-title {
  font-size: 1.8rem !important;
}
.comment-box .comments-area ol.comment-list li.comment .comment-body .comment-author img.avatar {
  display: block;
  width: 200px !important;
}
.comment-box .comments-area ol.comment-list li.comment .comment-body .commentmetadata a {
  display: block;
  color: #000;
}
.comment-box .comments-area ol.comment-list li.comment .comment-body .reply a {
  display: block;
  width: 200px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.comment-box .comments-area ol.comment-list li.comment .comment-body .reply a:hover {
  background-color: #000;
  color: #fff;
}
.comment-box .comments-area #respond h3.reply-title {
  font-size: 1.65rem !important;
}
.comment-box .comments-area #respond .form p.form-submit {
  display: block;
  width: 200px;
  margin-bottom: 3rem;
}
.comment-box .comments-area #respond .form p.form-submit input.submit {
  width: 200px;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 414px) {
  .comment-box .comments-area #respond .form p.form-submit input.submit {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 必須 */
.sidebar {
  width: 90%;
  margin-right: 10%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 414px) {
  .sidebar {
    width: 100%;
    margin-right: 0;
    padding: 4rem 0;
  }
}
.sidebar .sidebar-inner .sidebar-title {
  color: #000;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
}
.sidebar .sidebar-inner .sidebar-title:after {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  border-bottom: 2px solid #000;
}
.sidebar .sidebar-inner .sidebar-title h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .sidebar .sidebar-inner .sidebar-title h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sidebar .sidebar-inner .sidebar-title p {
  text-align: center;
}
.sidebar .sidebar-inner .side-btn {
  display: flex;
  margin: 2rem 0;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner .side-btn {
    width: 200px;
    margin: 2rem auto 4rem;
  }
}
.sidebar .sidebar-inner ul li a {
  display: block;
  color: #000;
}
.sidebar .sidebar-inner ul.side-single figure img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner ul.side-single figure img {
    height: 100px;
  }
}
@media screen and (max-width: 414px) {
  .sidebar .sidebar-inner ul.side-single figure img {
    height: 120px;
  }
}
.sidebar .sidebar-inner ul.side-single h2 {
  padding: 0.4rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 414px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 1.8px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 414px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    line-height: 1.6;
  }
}
.sidebar .sidebar-inner ul.side-single time {
  padding-left: 0.4rem;
  padding-bottom: 0.2rem;
  font-size: 1.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 414px) {
  .sidebar .sidebar-inner ul.side-single time {
    font-size: 10px;
    font-size: 1rem;
  }
}

/*========================================================

  ２．基本設定

========================================================*/
/*=====改行 スマホで改行をなし　トップと固定ページ=======*/
@media screen and (max-width: 414px) {
  #page br {
    display: none;
  }
}

/*=====スライドイン=======*/
.inview-left {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(-100%, 0);
  transition-delay: 0.5s;
}
.inview-left.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-right {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(100%, 0);
  transition-delay: 1s;
}
.inview-right.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-bottom {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, 20%);
  transition-delay: 1s;
}
.inview-bottom.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-top {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, -100%);
  transition-delay: 1s;
}
.inview-top.move {
  opacity: 1;
  transform: translate(0, 0);
}

/*=====ボタン=======*/
a.more {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  a.more {
    width: 100%;
  }
}
a.more:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
a.more:hover {
  color: #fff;
}
a.more:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

a.more_wh {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  a.more_wh {
    width: 100%;
  }
}
a.more_wh:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
a.more_wh:hover {
  color: #006AFF;
}
a.more_wh:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.square_btn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #006AFF 0%, #0055cc 100%);
  transition: 0.4s;
}

.square_btn:hover {
  background-image: linear-gradient(45deg, #0055cc 0%, #006AFF 100%);
}

/*=====ボタン=======*/
@media screen and (max-width: 414px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tb-none {
    display: none;
  }
}

/*=====文章強調=======*/
.yellow-marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
}/*# sourceMappingURL=style.css.map */