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

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

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

del {
  text-decoration: line-through; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #1a1a1a;
  font-size: 62.5%; }

body {
  font-family: "FOT-筑紫ゴシック Pr5N M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 768px), print {
    body {
      line-height: 1.55;
      min-width: 1270px; } }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.55;
      font-size: 15px;
      font-size: 4vw; } }
#main {
  display: block; }

/* link
   ========================================================================== */
a {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease; }

a:visited {
  color: #1a1a1a; }

a:hover {
  color: #6184d0; }

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

.clearfix,
.fbox,
#contents {
  display: block; }
  .clearfix:after,
  .fbox:after,
  #contents:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
/* padding
   ========================================================================== */
/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* block
   ========================================================================== */
/* 下余白確保用 */
.cmn-block {
  margin-bottom: 89px; }
  .cmn-block > * {
    margin-bottom: 34px; }
  @media screen and (max-width: 767px) {
    .cmn-block {
      margin-bottom: 60px;
      margin-bottom: 16vw; }
      .cmn-block > * {
        margin-bottom: 30px;
        margin-bottom: 8vw; } }
/* SP左右余白確保用 */
@media screen and (max-width: 767px) {
  .cmn-sp-pdg {
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw; } }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
body,
html {
  height: 100%; }

/* body-overlay */
#body-overlay {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000; }

/* wrapper */
#wrapper {
  background: url("img/pattern01.png") repeat left top;
  background-size: 500px 333px; }

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 55px;
    padding-top: 14.7vw; } }

/* contents */
@media screen and (max-width: 767px) {
  #contents {
    padding-bottom: 45px;
    padding-bottom: 12vw; } }

/* メインとサイドを包括する要素 */
@media screen and (min-width: 768px), print {
  .has-side {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1190px;
    position: relative; }
    .has-side #main {
      width: 805px; }
    .has-side #side {
      width: 333px; } }

/* メインのみの要素 */
.has-not-side {
  width: 100%;
  padding: 0 233px; }
  .has-not-side .detail {
    padding-top: 34px; }
    .has-not-side .detail p {
      line-height: 2; }
    .has-not-side .detail .cmn-ttl02 {
      padding-top: 55px;
      border-top: 1px solid #ddd; }

@media screen and (max-width: 767px) {
  .has-not-side {
    padding: 0; }
    .has-not-side .detail {
      padding-top: 0;
      padding-right: 7.5px;
      padding-right: 2vw;
      padding-left: 7.5px;
      padding-left: 2vw; }
      .has-not-side .detail .cmn-ttl02 {
        padding-top: 22.5px;
        padding-top: 6vw; } }

/* メインエリア */
#main {
  padding-top: 55px;
  padding-bottom: 130px;
  position: relative; }

.main-head {
  height: 55px; }

@media screen and (max-width: 767px) {
  #main {
    padding-top: 22.5px;
    padding-top: 6vw;
    padding-bottom: 0px;
    padding-bottom: 0vw; }
  .main-head {
    height: 52.5px;
    height: 14vw; } }

#main.form .ctop-head-ttl-wrap {
  text-align: center;
  margin-bottom: 21px; }

#main.form iframe {
  margin: 0 auto;
  display: block; }

@media screen and (max-width: 767px) {
  #main.form iframe {
    width: 100vw !important; } }

/* サイドエリア */
#side {
  padding-top: 110px;
  padding-bottom: 130px; }

@media screen and (max-width: 767px) {
  #side {
    padding-top: 0;
    padding-bottom: 22.5px;
    padding-bottom: 6vw; } }

/* header
   ========================================================================== */
#head {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
  height: 90px;
  position: relative;
  z-index: 1000; }
  #head .cmn-box-center {
    height: 100%; }

@media screen and (max-width: 767px) {
  #head {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);
    position: fixed;
    left: 0;
    top: 0;
    height: 55px;
    height: 14.7vw;
    width: 100%; } }

/* ロゴ */
.head-logo {
  position: absolute;
  left: 28px;
  top: 15px;
  z-index: 10; }
  .head-logo a {
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
    .head-logo a:hover {
      opacity: .8; }
  .head-logo img {
    -webkit-backface-visibility: hidden; }

@media screen and (max-width: 767px) {
  .head-logo {
    height: 26.5px;
    height: 7.1vw;
    width: 116px;
    width: 30.9vw;
    top: 15.5px;
    top: 4.1vw;
    left: 9px;
    left: 2.4vw; }
    .head-logo img {
      height: 100%;
      width: auto; } }

/* インナー */
.head-inner {
  width: 100%;
  height: 100%; }

/* PROFESSIONAL */
.head-proffesional {
  line-height: 1;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-size: 1.1rem; }
  .head-proffesional a {
    background-color: #473e8f;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 34px 0 45px;
    text-align: left;
    height: 100%;
    -webkit-transition: background-color 0.7s ease;
    transition: background-color 0.7s ease; }
    .head-proffesional a:hover {
      background-color: rgba(71, 62, 143, 0.9); }
  .head-proffesional .icon-arr-circle {
    font-family: "Unica One", cursive;
    margin-bottom: 8px;
    position: relative;
    font-size: 20px;
    font-size: 2rem; }
    .head-proffesional .icon-arr-circle:before {
      color: #fff;
      position: absolute;
      left: -21px;
      top: 2px;
      font-size: 15px;
      font-size: 1.5rem; }

@media screen and (max-width: 767px) {
  .head-proffesional {
    border-right: 1px solid #c8c5de;
    font-size: 8px;
    font-size: 2.1vw;
    right: 56.5px;
    right: 15.1vw;
    width: 120px;
    width: 32vw; }
    .head-proffesional a {
      padding: 0;
      padding-left: 7.5px;
      padding-left: 2vw; }
    .head-proffesional .icon-arr-circle {
      font-size: 15px;
      font-size: 4vw;
      margin-bottom: 5px;
      margin-bottom: 1.3vw; }
      .head-proffesional .icon-arr-circle:before {
        left: -12.5px;
        left: -3.3vw;
        top: 2.5px;
        top: 0.7vw;
        font-size: 11px;
        font-size: 2.9vw; } }

/* ユーティリティ */
.head-utility {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 21px;
  right: 223px;
  line-height: 1; }
  .head-utility li {
    margin-left: 13px;
    font-size: 12px;
    font-size: 1.2rem; }
    .head-utility li:first-child {
      margin-left: 0; }
    .head-utility li:last-child a:hover {
      opacity: .8;
      transition: opacity 0.7s ease; }
  .head-utility span:before {
    margin-right: 0; }

@media screen and (max-width: 767px) {
  .head-utility {
    display: block;
    position: static;
    display: block; }
    .head-utility:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .head-utility li {
      border-bottom: 1px solid #fff;
      float: left;
      margin-left: 0;
      width: 50%;
      font-size: 15px;
      font-size: 4vw; }
      .head-utility li:last-child {
        width: 100%; }
        .head-utility li:last-child img {
          width: 84px;
          width: 22.4vw;
          height: auto; }
    .head-utility span {
      display: block;
      padding-top: 20px;
      padding-top: 5.3vw;
      padding-right: 15px;
      padding-right: 4vw;
      padding-bottom: 20px;
      padding-bottom: 5.3vw;
      padding-left: 15px;
      padding-left: 4vw; }
      .head-utility span:before {
        margin-right: 2.5px;
        margin-right: 0.7vw;
        font-size: 16px;
        font-size: 4.3vw; } }

/* SP MENU */
.head-sp-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  height: 14.7vw;
  width: 56.5px;
  width: 15.1vw; }
  .head-sp-menu a {
    background-color: #473e8f;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    font-family: "Unica One", cursive;
    font-size: 11px;
    font-size: 2.9vw; }
  .head-sp-menu .menu-icon {
    background-color: #fff;
    display: block;
    height: 1px;
    width: 26px;
    width: 6.9vw;
    position: absolute;
    left: 50%;
    top: 20px;
    top: 5.3vw;
    transform: translateX(-50%); }
    .head-sp-menu .menu-icon:before, .head-sp-menu .menu-icon:after {
      background-color: #fff;
      content: '';
      display: block;
      height: 1px;
      width: 26px;
      width: 6.9vw;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: transform 0.7s ease; }
    .head-sp-menu .menu-icon:before {
      top: -6px;
      top: -1.6vw; }
    .head-sp-menu .menu-icon:after {
      top: 6px;
      top: 1.6vw; }
  .head-sp-menu .menu-label {
    display: block;
    letter-spacing: .05em;
    padding-top: 22px;
    padding-top: 5.9vw; }

@media screen and (min-width: 768px), print {
  .sp-menu-mag {
    display: none; } }

@media screen and (max-width: 767px) {
  .sp-menu-mag .mag-inner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .sp-menu-mag .mag-inner a {
      display: block; }
  .sp-menu-mag .mag-head {
    position: relative;
    font-size: 10px;
    font-size: 2.7vw;
    padding-top: 30px;
    padding-top: 8vw;
    padding-right: 22.5px;
    padding-right: 6vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 22.5px;
    padding-left: 6vw; }
    .sp-menu-mag .mag-head-ttl {
      position: relative;
      left: -7.5px;
      left: -2vw;
      width: 170px;
      width: 45.3vw; }
      .sp-menu-mag .mag-head-ttl img {
        width: 100%;
        height: auto; }
    .sp-menu-mag .mag-head-cover {
      box-shadow: none;
      width: 145px;
      width: 38.7vw;
      height: 195px;
      height: 52vw;
      position: absolute;
      top: -10px;
      top: -2.7vw;
      right: 7.5px;
      right: 2vw;
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg); }
      .sp-menu-mag .mag-head-cover img {
        width: 100%;
        height: auto; } }

/* Mag by CUORE（サイズ大） */
.head-mag-l {
  position: absolute;
  right: 40px;
  top: 29px;
  transition: opacity 0.7s ease; }
  .head-mag-l:hover {
    opacity: .7; }

/* パンくず */
.prd-topicpath {
  background: rgba(238, 238, 238, 0.4);
  padding: 12px 0;
  position: relative;
  display: block; }
  .prd-topicpath:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.prd-detail-main-topicpath {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 7px;
  right: 40px; }
  .prd-detail-main-topicpath li {
    font-size: 11px;
    font-size: 1.1rem; }
    .prd-detail-main-topicpath li + li:before {
      content: '／';
      display: inline-block;
      margin: 0 2px; }
  .prd-detail-main-topicpath a {
    color: #888;
    text-decoration: underline; }
    .prd-detail-main-topicpath a:hover {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  /* Mag by CUORE（サイズ大） */
  .head-mag-l {
    width: 115px;
    width: 30.7vw;
    top: 17.5px;
    top: 4.7vw;
    right: 7.5px;
    right: 2vw; }
    .head-mag-l:hover {
      opacity: .7; }
  .prd-topicpath {
    padding: 7.5px;
    padding: 2vw; }
    .prd-topicpath .prd-under-head-ttl-wrap {
      display: none; }
  .prd-detail-main-topicpath {
    display: block;
    letter-spacing: -.4em;
    position: static;
    padding-bottom: 3.75px;
    padding-bottom: 1vw;
    margin-bottom: 0px;
    margin-bottom: 0vw; }
    .prd-detail-main-topicpath li {
      display: inline;
      letter-spacing: normal;
      font-size: 10px;
      font-size: 2.7vw; } }

/* navigation
   ========================================================================== */
#gnav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem; }

@media screen and (min-width: 768px), print {
  #gnav-wrap {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%; }
  #gnav {
    padding-left: 300px;
    height: 50px;
    position: absolute;
    right: 210px;
    top: -50px; }
    #gnav li {
      height: 100%; }
      #gnav li.active, #gnav li.activeParent a {
        color: #6184d0; }
    #gnav a {
      display: block;
      height: 100%; }
    #gnav span {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 0 13px 3px 13px; }
  .gnm {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 30px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease; }
    .gnm.js-active {
      opacity: 1;
      visibility: visible; }
    .gnm:before {
      background-color: rgba(245, 245, 245, 0.95);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.23);
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0; }
  .gnm-link {
    position: absolute;
    left: 40px;
    top: 10px;
    font-size: 13px;
    font-size: 1.3rem; }
  .gnm-box-wrap {
    display: flex;
    padding: 42px 34px 34px 0;
    position: relative; }
  .gnm-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    margin-right: 34px;
    overflow: hidden;
    padding-bottom: 61px;
    position: relative;
    width: 50%; }
    .gnm-box:nth-child(2n) {
      margin-right: -34px; }
  .gnm-box-head {
    margin-bottom: 20px;
    padding: 34px 34px 0;
    position: relative; }
  .gnm-box-head-cat {
    border: 1px solid #473e8f;
    color: #473e8f;
    display: inline-block;
    line-height: 1;
    padding: 4px;
    vertical-align: top;
    font-size: 10px;
    font-size: 1rem; }
  .gnm-box-head-ttl {
    color: #473e8f;
    height: 40px;
    line-height: 40px;
    margin: 6px 0 13px;
    font-size: 32px;
    font-size: 3.2rem; }
  .gnm-box-head-lead {
    color: #555;
    font-size: 12px;
    font-size: 1.2rem; }
  .gnm-box-head-img {
    position: absolute; }
  .gnm-box-body {
    padding: 0 34px 21px; }
  .gnm-box-series-logo {
    height: 62px;
    border-top: 1px solid #473e8f;
    border-bottom: 1px solid #ddd;
    line-height: 1; }
    .gnm-box-series-logo a {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.7s ease; }
      .gnm-box-series-logo a:hover {
        opacity: .7; }
    .gnm-box-series-logo img {
      -webkit-backface-visibility: hidden; }
  .gnm-box-series-cat-ttl {
    color: #473e8f;
    font-family: "FOT-筑紫ゴシック Pro B";
    line-height: 1;
    padding: 21px 0 13px;
    font-size: 15px;
    font-size: 1.5rem; }
    .gnm-box-series-cat-ttl a {
      color: #473e8f; }
  .gnm-box-series-cat-list li {
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem; }
    .gnm-box-series-cat-list li:last-child {
      margin-bottom: 0; }
  .gnm-box-series-cat-list a {
    display: inline-block;
    position: relative;
    padding-left: 13px; }
    .gnm-box-series-cat-list a:before {
      position: absolute;
      left: -6px;
      top: 4px; }
  .gnm-box-btn {
    background-color: #f5f5f5;
    height: 61px;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%; }
    .gnm-box-btn .cmn-btn01 {
      padding: 6px 12px 7px 8px; }
  .gnm-box-salon .gnm-box-head-img {
    top: 22px;
    right: 20px; }
  .gnm-box-salon .gnm-box-series-wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 30px; }
  .gnm-box-salon .gnm-box-series:nth-child(1) {
    margin-right: 30px;
    width: 66.66%; }
    .gnm-box-salon .gnm-box-series:nth-child(1) .gnm-box-series-cat-wrap {
      display: flex;
      padding-right: 21px; }
    .gnm-box-salon .gnm-box-series:nth-child(1) .gnm-box-series-cat {
      width: 50%;
      margin-right: 21px; }
      .gnm-box-salon .gnm-box-series:nth-child(1) .gnm-box-series-cat:nth-child(2n) {
        margin-right: -21px; }
  .gnm-box-salon .gnm-box-series:nth-child(2) {
    margin-right: -30px;
    width: 33.33%; }
    .gnm-box-salon .gnm-box-series:nth-child(2) .gnm-box-series-logo a {
      padding: 5px 0; }
  .gnm-box-customer .gnm-box-head-img {
    top: 29px;
    right: 32px; }
  .gnm-box-customer .gnm-box-head-cat {
    border-color: #e50114;
    color: #e50114; }
  .gnm-box-customer .gnm-box-series-logo {
    border-top-color: #e50114; }
  .gnm-box-customer .gnm-box-series-cat-ttl {
    color: #e50114; }
    .gnm-box-customer .gnm-box-series-cat-ttl a {
      color: #e50114; }
  .gnm-box-customer .cmn-btn01 {
    background-color: #e50114;
    border-color: #e50114; }
    .gnm-box-customer .cmn-btn01:hover {
      color: #e50114 !important; }
      .gnm-box-customer .cmn-btn01:hover [class*=" icon-"]:before,
      .gnm-box-customer .cmn-btn01:hover [class^="icon-"]:before {
        color: #e50114; }
  .gnm-box-customer .gnm-box-series-cat-list a:hover {
    color: #e50114; }
  .gnm-box-customer .gnm-box-series-cat-list a:before {
    color: #e50114; }
  .gnm-box-customer .gnm-box-series-1daytattoo {
    margin-bottom: 30px; }
    .gnm-box-customer .gnm-box-series-1daytattoo .gnm-box-series-cat-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .gnm-box-customer .gnm-box-series-1daytattoo .gnm-box-series-cat-list li {
        width: 33.33%; }
  .gnm-box-customer .gnm-box-series-wrap {
    display: flex;
    padding-right: 21px; }
    .gnm-box-customer .gnm-box-series-wrap .gnm-box-series {
      width: 50%;
      margin-right: 21px; }
      .gnm-box-customer .gnm-box-series-wrap .gnm-box-series:nth-child(2n) {
        margin-right: -21px; }
  .gnm-sp {
    display: none !important; } }

@media screen and (max-width: 767px) {
  #gnav {
    border-top: 1px solid #ddd;
    display: block; }
    #gnav .bnr-lialohas {
      margin-top: 11.25px;
      margin-top: 3vw; }
    #gnav > li {
      border-bottom: 1px solid #ddd;
      margin-left: 0;
      font-size: 17px;
      font-size: 4.5vw; }
    #gnav > li > a {
      display: block; }
    #gnav > li > a > span,
    #gnav > li > span {
      background-color: #473e8f;
      color: #fff;
      display: block;
      padding-top: 20px;
      padding-top: 5.3vw;
      padding-right: 15px;
      padding-right: 4vw;
      padding-bottom: 20px;
      padding-bottom: 5.3vw;
      padding-left: 15px;
      padding-left: 4vw; }
      #gnav > li > a > span:before,
      #gnav > li > span:before {
        margin-right: 2.5px;
        margin-right: 0.7vw;
        content: "";
        display: inline-block;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .gnm-sp {
    background-color: #f5f5f5;
    padding: 13px;
    padding: 3.5vw; }
  .gnm-box {
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border-radius: 1.3vw; }
  .gnm-box-head {
    position: relative;
    padding-top: 20px;
    padding-top: 5.3vw;
    padding-bottom: 22.5px;
    padding-bottom: 6vw;
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw; }
  .gnm-box-body {
    padding-top: 22.5px;
    padding-top: 6vw;
    padding-bottom: 22.5px;
    padding-bottom: 6vw;
    padding-left: 15px;
    padding-left: 4vw;
    padding-right: 15px;
    padding-right: 4vw;
    opacity: 0;
    transition: opacity 0.7s ease 0.3s; }
    .gnm-box-body.js-active {
      opacity: 1; }
  .gnm-box-head-cat {
    border: 1px solid #473e8f;
    color: #473e8f;
    display: inline-block;
    font-size: 9px;
    font-size: 2.4vw;
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
    padding: 2.5px;
    padding: 0.7vw; }
  .gnm-box-head-ttl {
    color: #473e8f;
    line-height: 1;
    position: relative;
    font-size: 21px;
    font-size: 5.6vw;
    padding-left: 12.5px;
    padding-left: 3.3vw; }
    .gnm-box-head-ttl:before {
      color: #473e8f;
      content: "";
      display: block;
      position: absolute;
      left: -5px;
      left: -1.3vw;
      top: 0;
      transform: rotate(90deg);
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      font-size: 4.3vw; }
  .gnm-box-head-lead {
    display: none; }
  .gnm-box-head-img {
    position: absolute; }
  .gnm-box-series {
    border-top: 1px solid #473e8f; }
  .gnm-box-series-logo {
    height: 53px;
    height: 14.1vw; }
    .gnm-box-series-logo a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding: 2.5px;
      padding: 0.7vw; }
  .gnm-box-series-cat {
    border-top: 1px solid #ddd;
    padding-left: 7.5px;
    padding-left: 2vw;
    padding-right: 7.5px;
    padding-right: 2vw;
    padding-top: 15px;
    padding-top: 4vw; }
  .gnm-box-series-cat-ttl {
    color: #473e8f;
    font-family: "FOT-筑紫ゴシック Pro B";
    font-size: 14px;
    font-size: 3.7vw; }
  .gnm-box-series-cat-list {
    padding-top: 2.5px;
    padding-top: 0.7vw; }
    .gnm-box-series-cat-list li {
      font-size: 14px;
      font-size: 3.7vw;
      margin-top: 12.5px;
      margin-top: 3.3vw; }
    .gnm-box-series-cat-list a {
      display: inline-block;
      position: relative;
      padding-left: 11px;
      padding-left: 2.9vw; }
      .gnm-box-series-cat-list a:before {
        position: absolute;
        left: -4px;
        left: -1.1vw;
        top: 0.5px;
        top: 0.1vw; }
  .gnm-box-btn {
    text-align: center;
    padding-top: 22.5px;
    padding-top: 6vw; }
  .gnm-box-salon {
    margin-bottom: 15px;
    margin-bottom: 4vw; }
    .gnm-box-salon .gnm-box-head-ttl:before {
      top: 4px;
      top: 1.1vw; }
    .gnm-box-salon .gnm-box-head-img {
      width: 145px;
      width: 38.7vw;
      top: 8px;
      top: 2.1vw;
      right: 5px;
      right: 1.3vw; }
    .gnm-box-salon .gnm-box-series:nth-child(1) {
      margin-bottom: 30px;
      margin-bottom: 8vw; }
      .gnm-box-salon .gnm-box-series:nth-child(1) .gnm-box-series-cat-wrap {
        display: flex;
        padding-right: 21px;
        padding-right: 5.6vw; }
      .gnm-box-salon .gnm-box-series:nth-child(1) .gnm-box-series-cat {
        width: 50%;
        margin-right: 21px;
        margin-right: 5.6vw; }
        .gnm-box-salon .gnm-box-series:nth-child(1) .gnm-box-series-cat:nth-child(2n) {
          margin-right: -21px;
          margin-right: -5.6vw; }
      .gnm-box-salon .gnm-box-series:nth-child(1) .gnm-box-series-logo img {
        width: 40px;
        width: 10.7vw;
        height: auto; }
    .gnm-box-salon .gnm-box-series:nth-child(2) .gnm-box-series-cat-list {
      display: block; }
      .gnm-box-salon .gnm-box-series:nth-child(2) .gnm-box-series-cat-list:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .gnm-box-salon .gnm-box-series:nth-child(2) .gnm-box-series-cat-list li {
        float: left;
        width: 50%; }
    .gnm-box-salon .gnm-box-series:nth-child(2) .gnm-box-series-logo {
      padding-top: 1px;
      padding-top: 0.3vw; }
      .gnm-box-salon .gnm-box-series:nth-child(2) .gnm-box-series-logo img {
        height: 100%;
        width: auto; }
  .gnm-box-customer .gnm-box-head-ttl {
    width: 142.5px;
    width: 38vw; }
    .gnm-box-customer .gnm-box-head-ttl:before {
      color: #e50114;
      top: 2px;
      top: 0.5vw; }
  .gnm-box-customer .gnm-box-head-img {
    width: 100px;
    width: 26.7vw;
    top: 10px;
    top: 2.7vw;
    right: 7.5px;
    right: 2vw; }
  .gnm-box-customer .gnm-box-head-cat {
    border-color: #e50114;
    color: #e50114; }
  .gnm-box-customer .gnm-box-series {
    border-top-color: #e50114; }
  .gnm-box-customer .gnm-box-series-cat-ttl {
    color: #e50114; }
  .gnm-box-customer .cmn-btn01 {
    background-color: #e50114;
    border-color: #e50114; }
    .gnm-box-customer .cmn-btn01:hover {
      color: #e50114 !important; }
      .gnm-box-customer .cmn-btn01:hover [class*=" icon-"]:before,
      .gnm-box-customer .cmn-btn01:hover [class^="icon-"]:before {
        color: #e50114; }
  .gnm-box-customer .gnm-box-series-cat-list a:hover {
    color: #e50114; }
  .gnm-box-customer .gnm-box-series-cat-list a:before {
    color: #e50114; }
  .gnm-box-customer .gnm-box-series-1daytattoo {
    margin-bottom: 30px; }
    .gnm-box-customer .gnm-box-series-1daytattoo .gnm-box-series-cat-list {
      display: block; }
      .gnm-box-customer .gnm-box-series-1daytattoo .gnm-box-series-cat-list:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .gnm-box-customer .gnm-box-series-1daytattoo .gnm-box-series-cat-list li {
        float: left;
        width: 50%; }
  .gnm-box-customer .gnm-box-series-wrap {
    display: flex;
    padding-right: 21px;
    padding-right: 5.6vw; }
    .gnm-box-customer .gnm-box-series-wrap .gnm-box-series {
      border-bottom: 1px solid #ddd;
      width: 50%;
      margin-right: 21px;
      margin-right: 5.6vw; }
      .gnm-box-customer .gnm-box-series-wrap .gnm-box-series:nth-child(2n) {
        margin-right: -21px;
        margin-right: -5.6vw; }
  .gnm {
    display: none !important; } }

/* SPナビ */
@media screen and (max-width: 767px) {
  .head-sp-nav {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 55px;
    top: 14.7vw;
    width: 100%;
    height: 100svh;
    height: calc(100svh - 14.7vw);
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
  .head-sp-nav-inner {
    max-height: 100%;
    width: 100%; } }

/* SPナビ開閉 */
body.menu-open {
  overflow: hidden;
  min-height: 300px;
  height: 100vh; }
  body.menu-open #wrapper {
    filter: blur(5px); }
  body.menu-open .head-sp-nav {
    opacity: 1;
    visibility: visible; }
  body.menu-open .head-sp-menu .menu-icon {
    background-color: transparent; }
    body.menu-open .head-sp-menu .menu-icon:before {
      transform: translateX(-50%) rotate(45deg);
      transform-origin: center center;
      top: 0; }
    body.menu-open .head-sp-menu .menu-icon:after {
      transform: translateX(-50%) rotate(-45deg);
      transform-origin: center center;
      top: 0; }

html.adr4 .head-sp-menu .menu-icon {
  background-color: #fff !important; }
  html.adr4 .head-sp-menu .menu-icon:before, html.adr4 .head-sp-menu .menu-icon:after {
    transform: translateX(-50%) !important; }
  html.adr4 .head-sp-menu .menu-icon:before {
    top: -6px !important;
    top: -1.6vw !important; }
  html.adr4 .head-sp-menu .menu-icon:after {
    top: 6px !important;
    top: 1.6vw !important; }

/* side
   ========================================================================== */
.side-nav-wrap {
  border-top: 1px solid #473e8f;
  margin-bottom: 55px; }
  .side-nav-wrap:last-child {
    margin-bottom: 0; }

.side-nav li {
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  font-size: 1.5rem; }

.side-nav a {
  display: block;
  text-decoration: none; }

.side-nav span {
  display: block;
  padding: 16px 30px;
  position: relative; }
  .side-nav span:before {
    color: #ddd;
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 20px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.side-nav li.active span:before {
  color: #473e8f;
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.banner-wrap li {
  margin-bottom: 13px; }
  .banner-wrap li:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  #side {
    margin-top: 45px;
    margin-top: 12vw;
    padding: 15px;
    padding: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw; }
  .side-nav-wrap {
    margin-bottom: 15px;
    margin-bottom: 4vw; }
  #side-btn {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #1a1a1a !important; }
    #side-btn .icon-arr:before {
      color: #6184d0 !important; }
    #side-btn.js-on {
      background-color: #6184d0 !important;
      border-color: #6184d0 !important;
      color: #fff !important; }
      #side-btn.js-on .icon-arr:before {
        color: #fff !important; } }

/* footer
   ========================================================================== */
#foot {
  background-color: #fff;
  overflow: hidden;
  position: relative; }

/* リード */
.foot-lead {
  font-family: "FOT-筑紫ゴシック Pro B";
  letter-spacing: .1em;
  line-height: 2;
  margin-bottom: 55px;
  position: absolute;
  left: 132px;
  top: 315px;
  font-size: 14px;
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .foot-lead {
    font-family: "FOT-筑紫ゴシック Pr5N D";
    letter-spacing: .05em;
    font-size: 13px;
    font-size: 3.5vw;
    margin-bottom: 22.5px;
    margin-bottom: 6vw;
    padding-left: 30px;
    padding-left: 8vw;
    padding-right: 30px;
    padding-right: 8vw;
    position: static;
    text-align: center; } }

/* サイトマップ */
.foot-sitemap {
  padding: 85px 0 87px;
  position: relative;
  width: 408px; }
  .foot-sitemap a > span {
    display: inline-block;
    position: relative; }
    .foot-sitemap a > span:before {
      background-color: rgba(255, 255, 255, 0.8);
      content: '';
      display: block;
      height: 1px;
      width: 0;
      position: absolute;
      left: 0;
      bottom: -5px;
      -webkit-transition: width 0.7s ease;
      transition: width 0.7s ease; }
  .foot-sitemap .sitemap-list {
    line-height: 1;
    display: block; }
    .foot-sitemap .sitemap-list:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .foot-sitemap .sitemap-list > li {
      font-family: "FOT-筑紫ゴシック Pr5N D";
      font-size: 15px;
      font-size: 1.5rem; }
    .foot-sitemap .sitemap-list > li > a {
      color: #473e8f;
      padding-left: 21px;
      position: relative; }
      .foot-sitemap .sitemap-list > li > a:before {
        color: #473e8f;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 6px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        font-size: 1.6rem; }
      .foot-sitemap .sitemap-list > li > a span {
        color: #473e8f; }
    .foot-sitemap .sitemap-list:nth-child(1) {
      border-bottom: 1px solid #716ba8;
      margin-bottom: 21px;
      padding-bottom: 13px;
      display: block; }
      .foot-sitemap .sitemap-list:nth-child(1):after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .foot-sitemap .sitemap-list:nth-child(1) > li {
        float: left;
        margin-bottom: 34px;
        width: 50%; }
    .foot-sitemap .sitemap-list:nth-child(2) {
      margin-bottom: 34px; }
      .foot-sitemap .sitemap-list:nth-child(2) > li {
        font-size: 11px;
        font-size: 1.1rem; }
      .foot-sitemap .sitemap-list:nth-child(2) > li > a:before {
        top: 2px; }
      .foot-sitemap .sitemap-list:nth-child(2) .unica {
        font-family: "Unica One", cursive;
        padding-right: 13px;
        position: relative;
        top: 2px;
        font-size: 19px;
        font-size: 1.9rem; }
    .foot-sitemap .sitemap-list .sitemap-list-lv2 {
      padding-left: 1.3em; }
      .foot-sitemap .sitemap-list .sitemap-list-lv2 > li {
        margin-top: 15px;
        font-size: 14px;
        font-size: 1.4rem; }
      .foot-sitemap .sitemap-list .sitemap-list-lv2.line {
        padding-left: 0;
        border-top: 1px solid #ddd; }
  .foot-sitemap .utility-list {
    letter-spacing: -.4em;
    line-height: 1;
    margin-bottom: 55px; }
    .foot-sitemap .utility-list li {
      display: inline-block;
      margin-left: 21px;
      letter-spacing: normal;
      font-size: 12px;
      font-size: 1.2rem; }
      .foot-sitemap .utility-list li:first-child {
        margin-left: 0; }
    .foot-sitemap .utility-list a {
      color: #333; }
      .foot-sitemap .utility-list a:hover {
        color: #6184d0; }

@media screen and (max-width: 767px) {
  .foot-sitemap {
    background-color: #473e8f;
    width: 100%;
    margin-bottom: 37.5px;
    margin-bottom: 10vw;
    padding-top: 40px;
    padding-top: 10.7vw;
    padding-right: 15px;
    padding-right: 4vw;
    padding-bottom: 37.5px;
    padding-bottom: 10vw;
    padding-left: 15px;
    padding-left: 4vw; }
    .foot-sitemap:before {
      display: none; }
    .foot-sitemap a {
      color: #fff !important; }
      .foot-sitemap a > span {
        display: inline-block;
        position: relative; }
    .foot-sitemap .sitemap-list > li {
      font-size: 14px;
      font-size: 3.7vw; }
    .foot-sitemap .sitemap-list > li > a {
      padding-left: 22.5px;
      padding-left: 6vw; }
      .foot-sitemap .sitemap-list > li > a:before {
        color: #fff;
        left: 0;
        top: 5px;
        top: 1.3vw;
        font-size: 16px;
        font-size: 4.3vw; }
      .foot-sitemap .sitemap-list > li > a span {
        color: #fff; }
    .foot-sitemap .sitemap-list:nth-child(1) {
      margin-bottom: 15px;
      margin-bottom: 4vw;
      padding-bottom: 7.5px;
      padding-bottom: 2vw; }
      .foot-sitemap .sitemap-list:nth-child(1) li {
        margin-bottom: 15px;
        margin-bottom: 4vw;
        font-size: 14px;
        font-size: 3.7vw; }
    .foot-sitemap .sitemap-list:nth-child(2) {
      margin-bottom: 22.5px;
      margin-bottom: 6vw; }
      .foot-sitemap .sitemap-list:nth-child(2) li {
        font-size: 11px;
        font-size: 2.9vw; }
      .foot-sitemap .sitemap-list:nth-child(2) a:before {
        top: 2px;
        top: 0.5vw; }
      .foot-sitemap .sitemap-list:nth-child(2) .unica {
        top: 2px;
        top: 0.5vw;
        font-size: 19px;
        font-size: 5.1vw;
        padding-right: 13px;
        padding-right: 3.5vw; }
    .foot-sitemap .sitemap-list .sitemap-list-lv2 {
      display: none; }
    .foot-sitemap .utility-list {
      margin-bottom: 0; }
      .foot-sitemap .utility-list li {
        font-size: 12px;
        font-size: 3.2vw;
        margin-left: 20px;
        margin-left: 5.3vw; }
      .foot-sitemap .utility-list a {
        color: #fff; } }

/* Mag by CUORE */
@media screen and (min-width: 768px), print {
  .foot-mag {
    padding-top: 60px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 782px; }
    .foot-mag:before {
      background-color: #4f84d8;
      content: '';
      display: block;
      height: 1000px;
      width: 2000px;
      position: absolute;
      bottom: 140px;
      left: 400px;
      -webkit-transform: skew(-38deg) rotate(-15deg);
      transform: skew(-38deg) rotate(-15deg);
      -webkit-mix-blend-mode: multiply;
      mix-blend-mode: multiply; }
    .foot-mag .mag-inner {
      position: relative; }
    .foot-mag .mag-head {
      border-bottom: 1px solid #729de0;
      color: #fff;
      margin-left: auto;
      margin-bottom: 20px;
      padding-bottom: 41px;
      width: 333px; }
      .foot-mag .mag-head-cover {
        position: absolute;
        left: 100px;
        top: -44px;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg); }
      .foot-mag .mag-head-ttl {
        position: relative;
        left: -21px; }
        .foot-mag .mag-head-ttl img {
          -webkit-backface-visibility: hidden; }
      .foot-mag .mag-head-lead {
        font-family: "FOT-筑紫ゴシック Pro B";
        margin-top: -30px;
        font-size: 13px;
        font-size: 1.3rem; }
    .foot-mag .mag-cont {
      margin-left: auto;
      width: 333px; }
    .foot-mag .mag-article {
      color: #fff;
      display: block;
      -webkit-transition: background-color 0.7s ease;
      transition: background-color 0.7s ease; }
      .foot-mag .mag-article a {
        color: #fff; }
      .foot-mag .mag-article-label {
        line-height: 1;
        margin-bottom: 2px; }
      .foot-mag .mag-article-ttl {
        font-family: "FOT-筑紫ゴシック Pro E";
        line-height: 1.3;
        margin-bottom: 13px;
        font-size: 25px;
        font-size: 2.5rem; }
        .foot-mag .mag-article-ttl a {
          color: #fff;
          -webkit-transition: color 0.7s ease;
          transition: color 0.7s ease; }
          .foot-mag .mag-article-ttl a:hover {
            color: #f4f643; }
      .foot-mag .mag-article-tag {
        display: inline-block;
        font-family: "FOT-筑紫ゴシック Pro B";
        letter-spacing: -.4em;
        line-height: 1;
        font-size: 10px;
        font-size: 1rem; }
        .foot-mag .mag-article-tag li {
          background-color: #9eb9ea;
          display: inline-block;
          letter-spacing: normal;
          margin-bottom: 3px;
          padding: 3px 5px;
          vertical-align: top; }
          .foot-mag .mag-article-tag li:last-child {
            margin-right: 0; }
        .foot-mag .mag-article-tag a {
          color: #fff;
          -webkit-transition: color 0.7s ease;
          transition: color 0.7s ease; }
          .foot-mag .mag-article-tag a:hover {
            color: #f4f643; }
    .foot-mag .mag-more {
      margin-top: 21px;
      text-align: right; }
      .foot-mag .mag-more a {
        -webkit-transition: opacity 0.7s ease;
        transition: opacity 0.7s ease; }
        .foot-mag .mag-more a:hover {
          opacity: .8; } }

@media screen and (max-width: 767px) {
  .foot-mag .mag-inner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .foot-mag .mag-inner a {
      display: block; }
  .foot-mag .mag-head {
    position: relative;
    font-size: 10px;
    font-size: 2.7vw;
    padding-top: 30px;
    padding-top: 8vw;
    padding-right: 22.5px;
    padding-right: 6vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 22.5px;
    padding-left: 6vw; }
    .foot-mag .mag-head-ttl {
      position: relative;
      left: -7.5px;
      left: -2vw;
      width: 170px;
      width: 45.3vw; }
      .foot-mag .mag-head-ttl img {
        width: 100%;
        height: auto; }
    .foot-mag .mag-head-cover {
      box-shadow: none;
      width: 145px;
      width: 38.7vw;
      height: 195px;
      height: 52vw;
      position: absolute;
      top: -10px;
      top: -2.7vw;
      right: 7.5px;
      right: 2vw;
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg); }
      .foot-mag .mag-head-cover img {
        width: 100%;
        height: auto; }
  .foot-mag .mag-cont {
    background-color: #5187dd;
    color: #fff;
    padding-top: 15px;
    padding-top: 4vw;
    padding-right: 22.5px;
    padding-right: 6vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 22.5px;
    padding-left: 6vw;
    width: 100%; }
  .foot-mag .mag-article {
    display: block;
    font-size: 10px;
    font-size: 2.7vw; }
    .foot-mag .mag-article-label {
      line-height: 1;
      margin-bottom: 2px;
      margin-bottom: 0.5vw; }
    .foot-mag .mag-article-ttl {
      font-family: "FOT-筑紫ゴシック Pro E";
      line-height: 1.3;
      font-size: 24px;
      font-size: 6.4vw;
      margin-bottom: 8px;
      margin-bottom: 2.1vw; }
      .foot-mag .mag-article-ttl a {
        color: #fff; }
    .foot-mag .mag-article-tag {
      display: inline-block;
      font-family: "FOT-筑紫ゴシック Pro B";
      letter-spacing: -.4em;
      line-height: 1;
      font-size: 10px;
      font-size: 2.7vw; }
      .foot-mag .mag-article-tag li {
        background-color: #9eb9ea;
        display: inline-block;
        letter-spacing: normal;
        margin-bottom: 3px;
        margin-bottom: 0.8vw;
        padding-top: 3px;
        padding-top: 0.8vw;
        padding-right: 5px;
        padding-right: 1.3vw;
        padding-bottom: 5px;
        padding-bottom: 1.3vw;
        padding-left: 5px;
        padding-left: 1.3vw;
        vertical-align: top; }
      .foot-mag .mag-article-tag a {
        color: #fff;
        -webkit-transition: color 0.7s ease;
        transition: color 0.7s ease; }
        .foot-mag .mag-article-tag a:hover {
          color: #f4f643; }
  .foot-mag .mag-more {
    font-family: "FOT-筑紫ゴシック Pr5N D";
    position: relative;
    text-align: right;
    font-size: 14px;
    font-size: 3.7vw;
    margin-top: 10px;
    margin-top: 2.7vw;
    right: 0px;
    right: 0vw; }
    .foot-mag .mag-more img {
      width: 112px;
      width: 29.9vw;
      height: auto; } }

/* ロゴ */
.foot-logo {
  margin-left: auto;
  position: absolute;
  left: 40;
  bottom: 55px;
  width: 141px; }
  .foot-logo a {
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
    .foot-logo a:hover {
      opacity: .8; }
  .foot-logo img {
    width: 100%;
    height: auto;
    backface-visibility: hidden; }

@media screen and (max-width: 767px) {
  .foot-logo {
    margin: 0 auto;
    padding-right: 15px;
    padding-right: 4vw;
    padding-top: 27.5px;
    padding-top: 7.3vw;
    padding-bottom: 27.5px;
    padding-bottom: 7.3vw;
    width: 164px;
    width: 43.7vw;
    position: static;
    text-align: center; } }

/* フッターバナー */
.foot-bnr {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 42px 0; }

@media screen and (min-width: 768px), print {
  .foot-bnr .cmn-box-col2 > .cmn-box-col2 {
    padding-right: 8px; }
    .foot-bnr .cmn-box-col2 > .cmn-box-col2 > p {
      margin-right: 8px; }
      .foot-bnr .cmn-box-col2 > .cmn-box-col2 > p:nth-child(2n) {
        margin-right: -8px; } }

@media screen and (max-width: 767px) {
  .foot-bnr {
    display: none; } }

/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000; }
  #pagetop a {
    background-color: rgba(97, 132, 208, 0.5);
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 50px;
    width: 50px;
    -webkit-transition: background-color 0.7s ease;
    transition: background-color 0.7s ease; }
    #pagetop a:hover {
      background-color: rgba(97, 132, 208, 0.7); }
  #pagetop span {
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #pagetop span:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@media screen and (max-width: 767px) {
  #pagetop {
    display: none !important; } }

/* フッターボトム */
.foot-btm {
  border-top: 1px solid #ddd;
  line-height: 1;
  padding: 55px 0;
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  .foot-btm {
    padding-top: 22px;
    padding-top: 5.9vw;
    padding-bottom: 22px;
    padding-bottom: 5.9vw; } }

/* ユーティリティ */
.foot-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left; }
  .foot-utility li {
    margin-left: 21px; }
    .foot-utility li:first-child {
      margin-left: 0; }

@media screen and (max-width: 767px) {
  .foot-utility {
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-bottom: 8vw; }
    .foot-utility li {
      font-size: 12px;
      font-size: 3.2vw;
      margin-left: 22px;
      margin-left: 5.9vw; } }

/* コピーライト */
.foot-copyright {
  float: right;
  font-family: "Unica One", cursive; }

@media screen and (max-width: 767px) {
  .foot-copyright {
    float: none;
    text-align: center;
    font-size: 13px;
    font-size: 3.5vw; } }

.company-bnr {
  display: block; }
  .company-bnr :hover {
    box-shadow: 0 13px 34px 0 rgba(0, 0, 0, 0.21); }

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボックス
   ========================================================================== */
/* センターボックス */
@media screen and (min-width: 768px), print {
  .cmn-box-center {
    margin: 0 auto;
    max-width: 1270px;
    padding: 0 40px;
    position: relative; } }

@media screen and (max-width: 767px) {
  .cmn-box-center {
    position: relative; } }

/* 背景：白 */
.cmn-box-white {
  background-color: #fff;
  overflow: hidden; }

/* 背景：パターン */
.cmn-box-pattern01 {
  background: url("img/pattern01.png") repeat left top;
  background-size: 500px 333px;
  overflow: hidden; }

/* 横並びボックス（flex） */
@media screen and (min-width: 768px), print {
  .cmn-box-col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 34px; }
    .cmn-box-col2 > * {
      margin: 34px 34px 0 0;
      overflow: hidden;
      width: 50%; }
      .cmn-box-col2 > *:nth-child(2n) {
        margin-right: -34px; }
      .cmn-box-col2 > *:nth-child(-n+2) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .cmn-box-col2 > * {
    margin-bottom: 15px;
    margin-bottom: 4vw; } }

@media screen and (min-width: 768px), print {
  .cmn-box-col3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 68px; }
    .cmn-box-col3 > * {
      margin: 34px 34px 0 0;
      overflow: hidden;
      width: 33.3333333333%; }
      .cmn-box-col3 > *:nth-child(3n) {
        margin-right: -68px; }
      .cmn-box-col3 > *:nth-child(-n+3) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .cmn-box-col3 > * {
    margin-bottom: 15px;
    margin-bottom: 4vw; } }

@media screen and (min-width: 768px), print {
  .cmn-box-col3.-center {
    padding-right: 0;
    justify-content: center; } }

@media screen and (min-width: 768px), print {
  .cmn-box-col4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 102px; }
    .cmn-box-col4 > * {
      margin: 34px 34px 0 0;
      overflow: hidden;
      width: 25%; }
      .cmn-box-col4 > *:nth-child(4n) {
        margin-right: -102px; }
      .cmn-box-col4 > *:nth-child(-n+4) {
        margin-top: 0; } }

@media screen and (max-width: 767px) {
  .cmn-box-col4 > * {
    margin-bottom: 15px;
    margin-bottom: 4vw; } }

/* 画像左、テキスト右 */
@media screen and (min-width: 768px), print {
  .cmn-box-img-l {
    display: -ms-flexbox;
    display: flex; }
    .cmn-box-img-l .cmn-box-img {
      padding-right: 34px; }
    .cmn-box-img-l .cmn-box-text {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media screen and (max-width: 767px) {
  .cmn-box-img-l .cmn-box-img {
    margin-bottom: 15px;
    margin-bottom: 4vw; }
    .cmn-box-img-l .cmn-box-img img {
      height: auto;
      width: 100%; } }

/* 画像右、テキスト左 */
@media screen and (min-width: 768px), print {
  .cmn-box-img-r {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .cmn-box-img-r .cmn-box-img {
      padding-left: 34px; }
    .cmn-box-img-r .cmn-box-text {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media screen and (max-width: 767px) {
  .cmn-box-img-r .cmn-box-img {
    margin-bottom: 15px;
    margin-bottom: 4vw; }
    .cmn-box-img-r .cmn-box-img img {
      height: auto;
      width: 100%; } }

/* ボタン
   ========================================================================== */
/* ボタンの基本スタイル */
.cmn-btn02, .cmn-btn01 {
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  font-family: "FOT-筑紫ゴシック Pro B";
  line-height: 1.2;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.7s ease, color 0.7s ease;
  padding: 8px 8px 9px;
  font-size: 14px;
  font-size: 1.4rem; }
  [target="_blank"].cmn-btn02:after, [target="_blank"].cmn-btn01:after {
    display: none; }
  [target="_blank"].cmn-btn02 span:after, [target="_blank"].cmn-btn01 span:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 767px) {
    .cmn-btn02, .cmn-btn01 {
      border-radius: 12.5px;
      border-radius: 3.3vw;
      font-size: 11px;
      font-size: 2.9vw;
      padding-top: 4px;
      padding-top: 1.1vw;
      padding-right: 12.5px;
      padding-right: 3.3vw;
      padding-bottom: 6px;
      padding-bottom: 1.6vw;
      padding-left: 10px;
      padding-left: 2.7vw; } }
/* スタイル別クラス */
.cmn-btn01 {
  background-color: #6184d0;
  border: 1px solid #6184d0;
  color: #fff !important; }
  .cmn-btn01 [class*=" icon-"]:before, .cmn-btn01 [class*=" icon-"]:after,
  .cmn-btn01 [class^="icon-"]:before,
  .cmn-btn01 [class^="icon-"]:after {
    color: #fff;
    transition: color 0.7s ease; }
  .cmn-btn01:hover {
    background-color: #fff;
    color: #6184d0 !important; }
    .cmn-btn01:hover [class*=" icon-"]:before, .cmn-btn01:hover [class*=" icon-"]:after,
    .cmn-btn01:hover [class^="icon-"]:before,
    .cmn-btn01:hover [class^="icon-"]:after {
      color: #6184d0; }

.cmn-btn02 {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  color: #1a1a1a !important; }
  .cmn-btn02 [class*=" icon-"]:before, .cmn-btn02 [class*=" icon-"]:after,
  .cmn-btn02 [class^="icon-"]:before,
  .cmn-btn02 [class^="icon-"]:after {
    color: #6184d0; }
  .cmn-btn02:hover {
    background-color: #6184d0;
    border-color: #6184d0;
    color: #fff !important; }
    .cmn-btn02:hover [class*=" icon-"]:before, .cmn-btn02:hover [class*=" icon-"]:after,
    .cmn-btn02:hover [class^="icon-"]:before,
    .cmn-btn02:hover [class^="icon-"]:after {
      color: #fff; }

/* サイズ別クラス */
.cmn-btn-l {
  border-radius: 27px;
  padding: 13px 13px 15px;
  font-size: 19px;
  font-size: 1.9rem; }
  @media screen and (max-width: 767px) {
    .cmn-btn-l {
      border-radius: 23px;
      border-radius: 6.1vw;
      padding-top: 12.5px;
      padding-top: 3.3vw;
      padding-right: 12.5px;
      padding-right: 3.3vw;
      padding-bottom: 12.5px;
      padding-bottom: 3.3vw;
      padding-left: 12.5px;
      padding-left: 3.3vw;
      font-size: 16px;
      font-size: 4.3vw; } }
/* ボタンレイアウト */
.cmn-btn-list {
  letter-spacing: -.4em;
  margin: 21px 0;
  text-align: center; }
  .cmn-btn-list li {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 10px;
    width: 40%; }
    .cmn-btn-list li .cmn-btn01, .cmn-btn-list li .cmn-btn02 {
      width: 100%; }

@media screen and (max-width: 767px) {
  .cmn-btn-list {
    margin-top: 15px;
    margin-top: 4vw;
    margin-bottom: 15px;
    margin-bottom: 4vw; }
    .cmn-btn-list li {
      display: block;
      padding: 0;
      width: 100%;
      margin-bottom: 7.5px;
      margin-bottom: 2vw; }
      .cmn-btn-list li:last-child {
        margin-bottom: 0; } }

/* フォーム
   ========================================================================== */
/* アイコン
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon.eot?n6dhp8");
  src: url("fonts/icomoon.eot?n6dhp8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?n6dhp8") format("truetype"), url("fonts/icomoon.woff?n6dhp8") format("woff"), url("fonts/icomoon.svg?n6dhp8#icomoon") format("svg"); }

[class*=" icon-"]:before,
[class^="icon-"]:before {
  color: #473e8f;
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arr-circle-fill:before {
  content: ""; }

.icon-arr-circle:before {
  content: "";
  position: relative;
  top: 1px; }

.icon-arr:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-blank:before {
  content: ""; }

.icon-file-doc:before {
  content: ""; }

.icon-file-pdf:before {
  content: ""; }

.icon-file-xls:before {
  content: ""; }

/* リスト
   ========================================================================== */
.no-icon {
  padding-left: 0;
  padding-right: 0; }
  .no-icon:after {
    display: none !important; }

/* 新規ウィンドウ */
a[target="_blank"]:after {
  color: #473e8f;
  content: "";
  display: inline-block;
  margin-left: 5px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 767px) {
  a[target="_blank"]:after {
    font-size: 14px;
    font-size: 3.7vw; } }

/* PDF */
a[href$=".pdf"]:after {
  color: #d72c2b !important;
  content: "" !important;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 4px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 2.4rem; }

@media screen and (max-width: 767px) {
  a[href$=".pdf"]:after {
    font-size: 17px;
    font-size: 4.5vw;
    top: 2px;
    top: 0.5vw; } }

/* WORD */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
  color: #134594 !important;
  content: "" !important;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 4px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 2.4rem; }

@media screen and (max-width: 767px) {
  a[href$=".doc"]:after,
  a[href$=".docx"]:after {
    font-size: 17px;
    font-size: 4.5vw;
    top: 2px;
    top: 0.5vw; } }

/* EXCEL */
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
  color: #1e7747 !important;
  content: "" !important;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 4px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 2.4rem; }

@media screen and (max-width: 767px) {
  a[href$=".xls"]:after,
  a[href$=".xlsx"]:after {
    font-size: 17px;
    font-size: 4.5vw;
    top: 2px;
    top: 0.5vw; } }

/* ボーダーリンク */
@media screen and (min-width: 768px), print {
  a.link-border,
  a.link-border-salon,
  a.link-border-customer {
    display: block;
    position: relative; }
    a.link-border:before,
    a.link-border-salon:before,
    a.link-border-customer:before {
      border-color: #473e8f;
      border-style: solid;
      border-width: 0;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: border-width 0.7s ease; }
    a.link-border:hover:before,
    a.link-border-salon:hover:before,
    a.link-border-customer:hover:before {
      border-width: 4px; }
  a.link-border-salon:before {
    border-color: #6184d0; }
  a.link-border-customer:before {
    border-color: #e50114; } }

.shadow-link {
  overflow: visible; }
  .shadow-link a {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    display: block;
    height: 100%;
    outline: none;
    transition: box-shadow 0.7s ease; }

@media screen and (min-width: 768px), print {
  .shadow-link a:hover {
    box-shadow: 0 13px 34px 0 rgba(0, 0, 0, 0.21); } }

/* リスト
   ========================================================================== */
/* 黒丸付きリスト */
.cmn-list-disc {
  margin-left: 1em;
  margin-top: 13px; }
  .cmn-list-disc li {
    margin-bottom: 5px;
    text-indent: -1em; }
    .cmn-list-disc li:before {
      content: '・ ';
      color: #473e8f; }
    .cmn-list-disc li:last-child {
      margin-bottom: 0; }

/* 番号付きリスト */
.cmn-list-decimal {
  margin-left: 1.5em; }
  .cmn-list-decimal li {
    list-style-type: decimal;
    margin-bottom: 5px; }
    .cmn-list-decimal li:last-child {
      margin-bottom: 0; }

/* その他パーツ
   ========================================================================== */
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto; }

/* object fit image */
img.img-ofi,
img.js-img-ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/* 上付き文字 */
sup,
span.sup {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: super;
  position: relative;
  top: -.1em; }

@media screen and (max-width: 767px) {
  sup {
    font-size: 10px;
    font-size: 2.7vw;
    top: 0; } }

/* 注釈 */
.notes {
  color: #777;
  display: block;
  line-height: 1.6;
  font-size: 12px;
  font-size: 1.2rem; }

p > .notes:first-child {
  border-top: 1px solid #ddd;
  margin-top: 21px;
  padding-top: 21px; }

p > .notes + br {
  display: none; }

div.notes {
  border-top: 1px solid #ddd;
  margin-top: 21px;
  padding-top: 21px; }

@media screen and (max-width: 767px) {
  .notes {
    font-size: 11px;
    font-size: 2.9vw; }
  p > .notes:first-child {
    padding-top: 11.25px;
    padding-top: 3vw;
    margin-top: 15px;
    margin-top: 4vw; }
  div.notes {
    padding-top: 11.25px;
    padding-top: 3vw;
    margin-top: 15px;
    margin-top: 4vw; } }

/* 電話番号リンク */
.sp-tel-linktext a {
  color: #473e8f;
  text-decoration: underline; }

/* フォントサイズ */
.text10 {
  font-size: 77% !important; }

.text11 {
  font-size: 85% !important; }

.text12 {
  font-size: 93% !important; }

.text13 {
  font-size: 100% !important; }

.text14 {
  font-size: 108% !important; }

.text15 {
  font-size: 116% !important; }

.text16 {
  font-size: 123.1% !important; }

.text17 {
  font-size: 131% !important; }

.text18 {
  font-size: 138.5% !important; }

.text19 {
  font-size: 146.5% !important; }

.text20 {
  font-size: 153.9% !important; }

.text21 {
  font-size: 161.6% !important; }

.text22 {
  font-size: 167% !important; }

.text23 {
  font-size: 174% !important; }

.text24 {
  font-size: 184% !important; }

.text25 {
  font-size: 189% !important; }

.text26 {
  font-size: 197% !important; }

.text28 {
  font-size: 215.4% !important; }

/* ページャー
   ========================================================================== */
.cmn-pager {
  font-size: 0;
  line-height: 1;
  margin: 50px auto;
  text-align: center; }
  .cmn-pager li {
    display: inline-block;
    margin: 0 10px;
    height: 40px;
    width: 40px;
    position: relative;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem; }
  .cmn-pager a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.7s ease, color 0.7s ease;
    transition: background-color 0.7s ease, color 0.7s ease; }
  .cmn-pager span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .cmn-pager span:before {
      -webkit-transition: color 0.7s ease;
      transition: color 0.7s ease; }
  .cmn-pager .cmn-pager-item-prev,
  .cmn-pager .cmn-pager-item-next {
    background-color: #6184d0;
    font-size: 14px;
    font-size: 1.4rem; }
    .cmn-pager .cmn-pager-item-prev a,
    .cmn-pager .cmn-pager-item-next a {
      color: #fff; }
      .cmn-pager .cmn-pager-item-prev a:hover,
      .cmn-pager .cmn-pager-item-next a:hover {
        background-color: #3a66c4; }
    .cmn-pager .cmn-pager-item-prev span,
    .cmn-pager .cmn-pager-item-next span {
      display: inline-block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .cmn-pager .cmn-pager-item-prev {
    margin-right: 50px; }
  .cmn-pager .cmn-pager-item-next {
    margin-left: 50px; }
  .cmn-pager .cmn-pager-item-current {
    font-family: "FOT-筑紫ゴシック Pro B"; }

@media screen and (max-width: 767px) {
  .cmn-pager {
    margin-top: 37.5px;
    margin-top: 10vw;
    margin-bottom: 37.5px;
    margin-bottom: 10vw; }
    .cmn-pager li {
      margin-right: 5px;
      margin-right: 1.3vw;
      margin-left: 5px;
      margin-left: 1.3vw;
      height: 30px;
      height: 8vw;
      width: 30px;
      width: 8vw;
      font-size: 14px;
      font-size: 3.7vw; }
    .cmn-pager .cmn-pager-item-prev,
    .cmn-pager .cmn-pager-item-next {
      font-size: 10px;
      font-size: 2.7vw; }
    .cmn-pager .cmn-pager-item-prev {
      margin-right: 5px;
      margin-right: 1.3vw; }
    .cmn-pager .cmn-pager-item-next {
      margin-left: 5px;
      margin-left: 1.3vw; } }

/* display
   ========================================================================== */
.block {
  display: block !important; }

.sp-item {
  display: none !important; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block !important; }
  .pc-item {
    display: none !important; }
  .pc-block {
    display: inline; }
  .sp-block {
    display: block; } }

/* Slider
   ========================================================================== */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 21px;
  bottom: 13px; }
  .slick-dots li + li {
    margin-left: 3px; }
  .slick-dots li.slick-active button {
    background-color: #ddd;
    cursor: default; }
  .slick-dots button {
    background-color: #6184d0;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 4px;
    outline: none;
    -webkit-transition: background-color 0.7s ease;
    transition: background-color 0.7s ease; }
    .slick-dots button:hover {
      background-color: #88a3dc; }

@media screen and (max-width: 767px) {
  .slick-dots {
    right: 7.5px;
    right: 2vw;
    bottom: 7.5px;
    bottom: 2vw; }
    .slick-dots li + li {
      margin-left: 5px;
      margin-left: 1.3vw; }
    .slick-dots button {
      width: 30px;
      width: 8vw;
      height: 3px;
      height: 0.8vw; } }

/* テーブル
   ========================================================================== */
.cont-tbl {
  border-bottom: 1px solid #ddd;
  width: 100%; }
  .cont-tbl td,
  .cont-tbl th {
    border-top: 1px solid #ddd;
    padding: 21px 13px;
    text-align: left;
    width: 75%; }
  .cont-tbl th {
    border-top: 1px solid #473e8f;
    color: #473e8f;
    width: 25%;
    padding-left: 0;
    font-family: "FOT-筑紫ゴシック Pro B";
    font-size: 15px;
    font-size: 1.5rem; }

@media screen and (max-width: 767px) {
  .cont-tbl td,
  .cont-tbl th {
    display: block;
    width: 100%;
    padding-top: 7.5px;
    padding-top: 2vw;
    padding-right: 7.5px;
    padding-right: 2vw;
    padding-bottom: 7.5px;
    padding-bottom: 2vw;
    padding-left: 7.5px;
    padding-left: 2vw;
    font-size: 16px;
    font-size: 4.3vw; }
  .cont-tbl td {
    margin-bottom: 22.5px;
    margin-bottom: 6vw;
    font-size: 17px;
    font-size: 4.5vw; } }

/* タイトル
   ========================================================================== */
/* タイトル01 */
.cmn-ttl01-wrap {
  background: url("img/pattern01.png") repeat left top;
  background-size: 500px 333px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 55px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.cmn-ttl01-en {
  color: #473e8f;
  font-family: "Unica One", cursive;
  margin-right: 21px;
  font-size: 34px;
  font-size: 3.4rem;
  text-transform: uppercase; }

@media screen and (max-width: 767px) {
  .cmn-ttl01-wrap {
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw; }
  .cmn-ttl01-en {
    font-size: 22px;
    font-size: 5.9vw;
    margin-right: 7.5px;
    margin-right: 2vw; }
  .cmn-ttl01 {
    font-size: 13px;
    font-size: 3.5vw; } }

/* タイトル02 */
.cmn-ttl02 {
  color: #473e8f;
  font-family: "FOT-筑紫ゴシック Pro B";
  margin: 55px 0 34px;
  line-height: 1.55;
  font-size: 20px;
  font-size: 2rem; }

@media screen and (max-width: 767px) {
  .cmn-ttl02 {
    margin-top: 11.25px;
    margin-top: 3vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    font-size: 18px;
    font-size: 4.8vw; } }

/* タイトル03 */
.cmn-ttl03 {
  font-family: "FOT-筑紫ゴシック Pro B";
  margin: 55px 0 34px;
  line-height: 1.55;
  font-size: 18px;
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .cmn-ttl03 {
    margin-top: 22.5px;
    margin-top: 6vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    font-size: 18px;
    font-size: 4.8vw; } }

/* タイトル04 */
.cmn-ttl04 {
  color: #000;
  font-family: "FOT-筑紫ゴシック Pr5N D";
  margin: 55px 0 34px;
  line-height: 1.55; }

@media screen and (max-width: 767px) {
  .cmn-ttl04 {
    margin-top: 22.5px;
    margin-top: 6vw;
    margin-bottom: 15px;
    margin-bottom: 4vw; } }

.page-ttl {
  color: #473e8f;
  font-family: "FOT-筑紫ゴシック Pr5N R";
  margin: 0 0 23px;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem; }

@media screen and (max-width: 767px) {
  .page-ttl {
    margin-bottom: 30px;
    margin-bottom: 8vw;
    font-size: 27px;
    font-size: 7.2vw; } }

/* パンくずリスト
   ========================================================================== */
.cmn-topicpath {
  margin: 30px auto; }
  .cmn-topicpath li {
    display: inline;
    padding-left: 5px; }
    .cmn-topicpath li:before {
      border-right: 1px solid #ddd;
      border-top: 1px solid #ddd;
      content: '';
      display: inline-block;
      height: 5px;
      width: 5px;
      margin-right: 8px;
      position: relative;
      top: -2px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .cmn-topicpath li:first-child {
      padding-left: 0; }
      .cmn-topicpath li:first-child:before {
        display: none; }
    .cmn-topicpath li:last-child a {
      font-family: "FOT-筑紫ゴシック Pro B";
      pointer-events: none;
      text-decoration: none; }

@media screen and (min-width: 768px), print {
  .cmn-topicpath {
    position: relative;
    margin: 30px auto;
    max-width: 1270px;
    padding: 0 40px; }
    .cmn-topicpath li {
      list-style-type: none;
      font-size: 14px;
      font-size: 1.4rem; } }

@media screen and (max-width: 767px) {
  .cmn-topicpath li {
    font-size: 10px;
    font-size: 1rem; } }

/* Article Editor
   ========================================================================== */
.ve {
  line-height: 2;
  padding-bottom: 55px; }
  .ve > * {
    margin-bottom: 34px; }
    .ve > *:first-child {
      margin-top: 0; }
    .ve > *:last-child {
      margin-bottom: 0; }
  .ve h3 {
    color: #473e8f;
    font-family: "FOT-筑紫ゴシック Pro B";
    line-height: 1.55;
    margin: 55px 0 34px;
    font-size: 20px;
    font-size: 2rem; }
  .ve h4 {
    font-family: "FOT-筑紫ゴシック Pr5N D";
    line-height: 1.55;
    margin: 55px 0 34px;
    font-size: 18px;
    font-size: 1.8rem; }
  .ve h5 {
    font-family: "FOT-筑紫ゴシック Pr5N D";
    line-height: 1.55;
    margin: 55px 0 34px; }
  .ve ul {
    margin-left: 1em;
    margin-top: 13px; }
    .ve ul li {
      margin-bottom: 5px;
      text-indent: -1em; }
      .ve ul li:before {
        content: '・ ';
        color: #473e8f; }
      .ve ul li:last-child {
        margin-bottom: 0; }
  .ve ol {
    margin-left: 1.5em; }
    .ve ol li {
      list-style-type: decimal;
      margin-bottom: 5px; }
      .ve ol li:last-child {
        margin-bottom: 0; }
  .ve .image-wrap {
    display: block; }
    .ve .image-wrap:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ve .image-wrap .img {
      margin-bottom: 34px;
      text-align: center; }
      .ve .image-wrap .img img {
        max-width: 100%;
        height: auto; }
    .ve .image-wrap .img-left {
      float: left;
      padding-right: 34px;
      max-width: 50%; }
    .ve .image-wrap .img-right {
      float: right;
      padding-left: 34px;
      max-width: 50%; }
  .ve .link-wrap a {
    text-decoration: underline; }
    .ve .link-wrap a:hover {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  .ve {
    padding-bottom: 30px;
    padding-bottom: 8vw; }
    .ve > * + * {
      margin-bottom: 15px;
      margin-bottom: 4vw; }
    .ve h3 {
      font-size: 17px;
      font-size: 4.5vw;
      margin-bottom: 15px;
      margin-bottom: 4vw;
      margin-top: 30px;
      margin-top: 8vw; }
    .ve h4,
    .ve h5 {
      margin-bottom: 15px;
      margin-bottom: 4vw;
      margin-top: 30px;
      margin-top: 8vw; }
    .ve .image-wrap .img {
      margin-bottom: 15px;
      margin-bottom: 4vw; }
    .ve .image-wrap .img-left {
      float: none;
      padding-right: 0;
      max-width: 100%; }
    .ve .image-wrap .img-right {
      float: none;
      padding-left: 0;
      max-width: 100%; }
    .ve .html-wrap iframe {
      width: 100%; } }

/* Webフォント
   ========================================================================== */
.tsukugo-l {
  font-family: "FOT-筑紫ゴシック Pr5N L"; }

.tsukugo-r {
  font-family: "FOT-筑紫ゴシック Pr5N R"; }

.tsukugo-m {
  font-family: "FOT-筑紫ゴシック Pr5N M"; }

.tsukugo-d {
  font-family: "FOT-筑紫ゴシック Pr5N D"; }

.tsukugo-b {
  font-family: "FOT-筑紫ゴシック Pro B"; }

.tsukugo-e {
  font-family: "FOT-筑紫ゴシック Pro E"; }

.oswald {
  font-family: "Oswald", sans-serif; }

.unica {
  font-family: "Unica One", cursive; }

.roman {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif !important;
  font-weight: normal; }

/* ==========================================================================
   05. Project
   ========================================================================== */
/* Pick up
   ========================================================================== */
.bnr-area {
  background-color: rgba(0, 0, 0, 0.05); }
  .bnr-area img {
    -webkit-backface-visibility: hidden; }

@media screen and (min-width: 768px), print {
  .bnr-list {
    display: flex;
    justify-content: center;
    margin: 55px -17px;
    padding: 41px 0; }
    .bnr-list li {
      margin: 0 17px;
      width: 25%; } }

@media screen and (max-width: 767px) {
  .bnr-area {
    margin-top: 37.5px;
    margin-top: 10vw;
    margin-bottom: 37.5px;
    margin-bottom: 10vw;
    padding-top: 22.5px;
    padding-top: 6vw;
    padding-bottom: 22.5px;
    padding-bottom: 6vw; }
  .bnr-list li {
    margin-bottom: 15px;
    margin-bottom: 4vw; }
    .bnr-list li:last-child {
      margin-bottom: 0; } }

/* category top
   ========================================================================== */
#main.ctop {
  padding-top: 0; }

/* カテゴリートップヘッダー */
.ctop-head {
  height: 688px;
  overflow: hidden;
  padding-top: 205px;
  position: relative;
  text-align: center; }

.ctop-head-bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ctop-head-bg-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 888px;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px); }

.ctop-head-ttl-wrap {
  font-weight: normal;
  line-height: 1;
  position: relative; }

.ctop-head-ttl-en {
  color: #473e8f;
  font-family: "Unica One", cursive;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.05em; }

.ctop-head-ttl {
  font-family: "FOT-筑紫ゴシック Pro B";
  letter-spacing: 0.2em;
  font-size: 13px;
  font-size: 1.3rem; }

.ctop-lead {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫ゴシック Pr5N L";
  line-height: 1.8;
  margin-top: 21px; }

@media screen and (max-width: 767px) {
  .ctop-head-bg-inner {
    position: relative;
    height: 375px;
    height: 100vw;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); }
  .ctop-head {
    height: 375px;
    height: 100vw;
    padding-top: 130px;
    padding-top: 34.7vw; }
  .ctop-head-ttl-en {
    font-size: 37.5px;
    font-size: 10vw;
    margin-bottom: 7.5px;
    margin-bottom: 2vw; }
  .ctop-head-ttl {
    font-size: 13px;
    font-size: 3.5vw; }
  .ctop-head.lead-in {
    height: 375px;
    height: 100vw;
    padding-top: 75px;
    padding-top: 20vw; }
    .ctop-head.lead-in .ctop-head-ttl-en {
      font-size: 37.5px;
      font-size: 10vw;
      margin-bottom: 7.5px;
      margin-bottom: 2vw; }
    .ctop-head.lead-in .ctop-head-ttl {
      font-size: 13px;
      font-size: 3.5vw; }
    .ctop-head.lead-in .ctop-lead {
      font-size: 14px;
      font-size: 3.7vw;
      text-align: left;
      line-height: 1.55;
      width: 80vw;
      margin: 0 auto;
      margin-top: 15px;
      margin-top: 4vw; } }

/* カテゴリートップコンテンツ */
.ctop-cont {
  margin-top: -211px; }

@media screen and (max-width: 767px) {
  .ctop-cont {
    margin-top: -52.5px;
    margin-top: -14vw; }
    .ctop-cont .cmn-sp-pdg {
      padding-left: 7.5px;
      padding-left: 2vw;
      padding-right: 7.5px;
      padding-right: 2vw; } }

/* バナー */
.ctop-bnr {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 55px;
  padding: 41px 0; }
  .ctop-bnr a {
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease; }
    .ctop-bnr a:hover {
      opacity: 0.9; }
  .ctop-bnr img {
    -webkit-backface-visibility: hidden; }

@media screen and (min-width: 768px), print {
  .ctop-bnr .cmn-box-col2 > .cmn-box-col2 {
    padding-right: 8px; }
    .ctop-bnr .cmn-box-col2 > .cmn-box-col2 > p {
      margin-right: 8px; }
      .ctop-bnr .cmn-box-col2 > .cmn-box-col2 > p:nth-child(2n) {
        margin-right: -8px; } }

@media screen and (max-width: 767px) {
  .ctop-bnr {
    margin-top: 37.5px;
    margin-top: 10vw;
    padding-top: 22.5px;
    padding-top: 6vw;
    padding-left: 7.5px;
    padding-left: 2vw;
    padding-right: 7.5px;
    padding-right: 2vw;
    padding-bottom: 7.5px;
    padding-bottom: 2vw; } }

/* Pick up
   ========================================================================== */
.pickup {
  padding-top: 75px;
  padding-bottom: 75px; }

.pickup-ttl {
  color: #473e8f;
  font-family: "Unica One", cursive;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 21px;
  text-align: center;
  font-size: 40px;
  font-size: 4rem; }

.pickup-box {
  overflow: visible; }
  .pickup-box a {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    color: #1a1a1a;
    display: block;
    height: 100%;
    outline: none;
    transition: box-shadow 0.7s ease; }

.pickup-box-inner {
  height: 100%; }
  .pickup-box-inner a {
    position: relative; }

.pickup-box-thumb {
  position: relative;
  top: -15px;
  margin-bottom: -15px; }
  .pickup-box-thumb img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden; }

.pickup-box-text {
  padding: 5px 18px 60px; }
  .pickup-box-text .text-s {
    font-size: 12px;
    font-size: 1.2rem; }
  @media screen and (min-width: 768px), print {
    .pickup-box-text.-lines3 {
      padding-bottom: calc(60px - 1lh); } }
  @media screen and (max-width: 767px) {
    .pickup-box-text.-lines3 {
      padding-bottom: calc(13.3vw - 1lh); } }
  @media screen and (max-width: 767px) {
    .pickup-box-text.-lines3.-pcOnly {
      padding-bottom: 13.3vw; } }
  @media screen and (min-width: 768px), print {
    .pickup-box-text.-lines3.-spOnly {
      padding-bottom: 60px; } }
.text-ss {
  font-size: 10px;
  font-size: 1rem;
  color: #777;
  position: absolute;
  left: 18px;
  bottom: 10px;
  margin-right: 10px; }

@media screen and (min-width: 768px), print {
  #pickup-slider {
    margin-left: -17px;
    margin-right: -17px;
    position: relative; }
  .pickup-box a:hover {
    box-shadow: 0 13px 34px 0 rgba(0, 0, 0, 0.21); }
  .pickup-box-inner {
    padding: 20px 20px 34px; }
  .slick-dots {
    bottom: 0; }
  .slick-prev,
  .slick-next {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    width: 13px;
    height: 13px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 20; }
  .slick-prev {
    border-top: 2px solid #473e8f;
    border-left: 2px solid #473e8f;
    left: -13px;
    transform: translateY(-50%) rotate(-45deg); }
  .slick-next {
    border-top: 2px solid #473e8f;
    border-right: 2px solid #473e8f;
    right: -13px;
    transform: translateY(-50%) rotate(45deg); } }

@media screen and (max-width: 767px) {
  .pickup {
    padding-top: 37.5px;
    padding-top: 10vw;
    padding-bottom: 37.5px;
    padding-bottom: 10vw; }
    .pickup .slick-dots {
      margin-bottom: 0;
      bottom: 7.5px;
      bottom: 2vw;
      right: inherit;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .pickup .slick-list {
      margin-bottom: 0; }
    .pickup.-top .slick-dots button {
      width: 6.5vw; }
  .pickup-ttl {
    font-size: 33.75px;
    font-size: 9vw;
    margin-bottom: 0px;
    margin-bottom: 0vw; }
  .pickup-box {
    width: 345px;
    width: 92vw; }
  .pickup-box-inner {
    padding-top: 20px;
    padding-top: 5.3vw;
    padding-right: 7.5px;
    padding-right: 2vw;
    padding-bottom: 20px;
    padding-bottom: 5.3vw;
    padding-left: 7.5px;
    padding-left: 2vw; }
    .pickup-box-inner a {
      position: relative; }
  .pickup-box-text {
    padding-top: 0px;
    padding-top: 0vw;
    padding-right: 0px;
    padding-right: 0vw;
    padding-bottom: 50px;
    padding-bottom: 13.3vw;
    padding-left: 11.25px;
    padding-left: 3vw; }
    .pickup-box-text .text-s {
      font-size: 11px;
      font-size: 2.9vw; }
  .text-ss {
    font-size: 9px;
    font-size: 2.4vw;
    color: #777;
    position: absolute;
    left: 12px;
    bottom: 6px; } }
