@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Arapey:400,400i");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,700i,800,800i,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #3a3a3a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  background: #f6f3f0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
}

.inner {
  max-width: 1430px;
  padding: 0px 15px;
  margin: auto;
}

.inner-1580 {
  max-width: 1610px;
  padding: 0px 15px;
  margin: auto;
}

.pd-box {
  padding-top: 87px;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

@media only screen and (max-width: 767px) {
  .pd-box {
    padding-top: 70px;
  }
}

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

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

@media screen and (min-width: 1300px) {
  .sp-1300 {
    display: none;
  }
}

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

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

@media screen and (min-width: 769px) {
  .sp-769 {
    display: none;
  }
}

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

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.mv {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .mv {
    margin-bottom: -10px;
    margin-top: 70px;
  }
}

.mv:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 4px;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.mv_content {
  position: absolute;
  right: 0;
  color: #ffffff;
  top: 49%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mv_content {
    width: 100%;
  }
}

.mv_content .ttl-style01 {
  text-align: right;
  margin-bottom: 0;
  width: calc(100% - 97px - 115px);
}

@media only screen and (max-width: 767px) {
  .mv_content .ttl-style01 {
    text-align: left;
    padding-left: 20px;
    width: calc(100% - 97px);
  }
}

.mv_content .ttl-style01 span {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 30px 10px 0px;
}

@media only screen and (max-width: 767px) {
  .mv_content .ttl-style01 span {
    padding: 5px 0px 0px;
    line-height: 1.4;
  }
}

.mv video {
  width: 100%;
}

.mv_content-reserve {
  background: #a17e5b;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 115px;
  color: #ffffff;
  width: 97px;
  height: 97px;
  position: fixed;
  top: 46%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .mv_content-reserve {
    margin-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 60px;
    height: 60px;
    top: 260px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.mv_content-reserve > * {
  position: absolute;
  /* left: 50%; */
  /* top: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  -ms-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  /* top: 50%; */
  width: 100%;
  height: 100%;
  padding-top: 25%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .mv_content-reserve > * {
    padding-top: 20%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mv_content-reserve > * {
    -ms-transform: translate(0, 0);
  }
}

.mv_content-reserve i {
  display: block;
  margin-bottom: 5px;
  font-size: 23px;
  font-size: 2.3rem;
}

@media only screen and (max-width: 767px) {
  .mv_content-reserve i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#main-header {
  padding: 10px 0px 10px;
  background: #f6f3f0;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  #main-header {
    position: fixed;
    top: 0;
  }
}

@media only screen and (min-width: 768px) {
  #main-header.header-fixed, #main-header.fixed {
    position: fixed;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .inner {
    padding: 0;
  }
}

#main-header.header-fixed {
  background: url(../img/common/bg.jpg) repeat center top;
}

#main-header .navGlobal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #main-header .navGlobal {
    display: block;
    position: relative;
  }
}

#main-header .navGlobal .logo-wrap {
  width: 79px;
  margin-right: 18px;
}

@media only screen and (max-width: 767px) {
  #main-header .navGlobal .logo-wrap {
    padding-left: 20px;
  }
}

#main-header .navGlobal .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 79px - 18px);
}

@media only screen and (max-width: 767px) {
  #main-header .navGlobal .nav-wrap {
    display: none;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: #f6f3f0;
    position: absolute;
    top: 60px;
    left: 0;
    overflow-y: auto;
    z-index: 9999;
    padding-bottom: 100px;
  }
}

#main-header .navGlobal .nav-wrap .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #main-header .navGlobal .nav-wrap .navGlobalIn {
    display: block;
  }
}

#main-header .navGlobal .nav-wrap .navGlobalIn .navItem a {
  display: block;
  padding: 12px 21px 0px;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 850px) {
  #main-header .navGlobal .nav-wrap .navGlobalIn .navItem a {
    padding: 0px 11px;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .navGlobal .nav-wrap .navGlobalIn .navItem a {
    text-align: center;
    padding: 15px 15px;
  }
}

#main-header .navGlobal .nav-wrap .sns-group {
  padding-top: 10px;
}

@media screen and (max-width: 850px) {
  #main-header .navGlobal .nav-wrap .sns-group {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  #main-header .navGlobal .nav-wrap .sns-group {
    padding-top: 25px;
  }
}

#main-header .menuBar {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main-header .menuBar {
    position: absolute;
    top: 5px;
    right: 20px;
    display: block !important;
    height: 40px;
    width: 40px;
    z-index: 1000;
  }
  #main-header .menuBar span {
    height: 2px;
    display: block;
    width: 25px;
    border-radius: 25px;
    background: #000000;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  #main-header .menuBar span:nth-child(1) {
    top: 15px;
  }
  #main-header .menuBar span:nth-child(2) {
    top: 22px;
    width: 20px;
  }
  #main-header .menuBar span:nth-child(3) {
    top: 29px;
    width: 15px;
  }
  #main-header .menuBar.on {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-header .menuBar.on span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 25px;
  }
  #main-header .menuBar.on span:nth-child(2) {
    opacity: 0;
  }
  #main-header .menuBar.on span:nth-child(3) {
    top: 18px;
    width: 25px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

#main-footer {
  font-family: "Nunito", sans-serif;
}

#main-footer.footer-bg {
  background: url(../img/common/bg.jpg) repeat center top;
}

#main-footer .footer {
  max-width: 1240px;
  margin: auto;
  padding: 50px 0px 41px;
  padding-left: 4%;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer {
    padding: 30px 0px 10px;
    padding-left: 0;
  }
}

#main-footer .footer .list_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .list_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#main-footer .footer .list_footer_item {
  width: calc(100% / 7);
}

@media screen and (max-width: 1000px) {
  #main-footer .footer .list_footer_item {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  #main-footer .footer .list_footer_item {
    width: 50%;
    margin-bottom: 0px;
  }
}

#main-footer .footer .list_footer_item:nth-child(2) {
  padding-left: 10px;
}

#main-footer .footer .list_footer_item:nth-child(3) {
  padding-left: 4%;
}

#main-footer .footer .list_footer_item:nth-child(4) {
  padding-left: 5%;
}

#main-footer .footer .list_footer_item:nth-child(5) {
  padding-left: 3.5%;
}

#main-footer .footer .list_footer_item:nth-child(6) {
  padding-left: 3.5%;
}

#main-footer .footer .list_footer_item:nth-child(7) {
  padding-left: 6%;
}

#main-footer .footer .list_footer_item > a {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 14px;
  display: block;
  font-weight: bold;
}

#main-footer .footer .list_footer_item .subMenu li a {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
}

#main-footer .coppyRight {
  text-align: center;
  padding: 20px 0px;
  background: #ffffff;
  color: #a17e5a;
}

.scrEvent {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.scrEvent.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.scrEvent.fadeIn.delay-1 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.scrEvent.fadeIn.delay-2 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.scrEvent.fadeIn.delay-3 {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.scrEvent.fadeIn.delay-4 {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.scrEvent.fadeIn.delay-5 {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

#backtop {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #cbcbcb;
  color: #ffffff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  line-height: 41px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

#backtop:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*
#overview
モジュールスタイルガイド

これはサイト全体に適用されるモジュールのパーツ群です。
必ずこちらのパーツを使用してコーディングするようにお願いします。
*/
/*
#colors
@背景色 #996600
@文字色 #333
@リンク #ccc
*/
/*
#styleguide
パンくずモジュール

パンくずのモジュールです。

@depulicated
@非推奨
@todo
@common

```
<div class="breadcrumb">
<a href='/'>トップページ</a> <i class='fa fa-angle-right' aria-hidden='true'></i> <span>ページ1</span>
</div>

```

*/
/*
#styleguide
見出しモジュール　識別子はttl

見出しモジュールは、セクションごとの見出しとなる要素（HTML5の分類で、「ヘッディングコンテンツ(Heading Content)」となるh1やh2などの要素、見出しとみなすことが出来そうなp要素の事です。
クラス名として識別子、「 ttl 」をつけて管理します。

```
<h1 class="ttlCom01"><span class="ttlCom01In">見出しモジュール</span></h1>
<h2 class="ttlCom02">見出しモジュール</h2>
<h3 class="ttlCom03">見出しモジュール</h3>

```

*/
/*
#styleguide
テキストモジュール　識別子はtxt

テキストモジュールは、p要素やテキストに該当するspan要素などのコンテンツ内の本文のことです。
基本的に、サイト内のテキストはテキストモジュールに該当します。クラス名として識別子「txt」をつけます。

```
<p class="txtBasic">テキストモジュール、識別子は～</p>

```

*/
/*
#styleguide
リンクモジュール　識別子はlink

リンクモジュールは、基本的にa要素のようにリンクが関係するモジュールの事です。クラス名として識別子「link」をつけます。
通常は、テキスト内にリンクが存在する場合にモジュールとして分ける事が多いです。

```
<a href="" class="linkCmn">OOCSS</a>

```

*/
/*
#styleguide
ボタンモジュール　識別子はbtn

ボタンモジュールは、見た目や役割がボタン上の要素の事です。クラス名をつける要素は特に指定はありませんが、button要素やa要素、a要素を囲むdiv要素に付与するパターンが多いです。
クラス名として識別子「btn」をつけます。

```
<div class="btn btnRed">ボタン</div>
<br>
<div class="btn btnBlue">ボタン</div>

```

*/
/*
#styleguide
リストモジュール　識別子はlist

リストモジュールは、リスト状の同じものが連続して並ぶものが該当します。基本的には、ul、ol、dl要素の様な明確にリスト分けされるものが該当しますが、div要素でも構いません。クラス名として識別子「list」をつけます。
また、クラス名を付与する場所はリストの親要素、つまり連続するリストの子要素がliだとすると、ul要素やol要素に識別子「list」を付与したクラス名をつけます。

```
<ul class="listOption">
	<li class="item">HTML</li>
	<li class="item">CSS</li>
	<li class="item">JavaScript</li>
</ul>

```

*/
/*
#styleguide
ボックスモジュール　識別子はbox

ボックスモジュールは、ボックス状のものが該当します。基本的には見出しやテキストなどの要素を含み込むボーダー付きの箱をボックスモジュールとしてみなします。クラス名として識別子「box」をつけます。

```
<div class="boxReading">
	<h2 class="ttlCom01">ボックスモジュールとは</h2>
		<p class="txtCom01">モジュールコーディングという考え方～</p>
		<a href="" class="linkCom01">続きを読む</a>
</div>

```

*/
/*
#styleguide
グリッドモジュール　識別子はgrid（子要素にはcol)

2カラムや3カラムなど、カラム分けするレイアウトのモジュールが該当します。識別子「grid」を付与します。
子要素には「col」を付与します。基本的に、親に「gridXXX」というメインクラスを付与して、「column-2」や「column-3」などカラム数と対応する数字込みのサブクラスを付与します。

```

<div class="gridCom column-3">
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
</div>


```

*/
/*
#styleguide
FORMモジュール　

フォーム用の部品になります。

```

<form actione="">
<dl>
	<dt>テキスト</dt>
	<dd><input type="text" name="" value=""></dd>
	<dt>パスワード</dt>
	<dd><input type="password" name="passwd" value=""></dd>
	<dt>ラジオボタン</dt>
	<dd><input type="radio" name="" value="" checked="checked" />テスト1
	<input type="radio" name="" value="" />テスト2
	<input type="radio" name="" value="" />テスト3</dd>
	<dt>チェックボックス</dt>
	<dd><input type="checkbox" name="" value="" checked="checked" />テスト1
	<input type="checkbox" name="" value="" />テスト2
	<input type="checkbox" name="" value="" checked="checked" />テスト3</dd>
	<dt>プルダウン</dt>
	<dd><select name="">
	<option value="" selected="selected">テスト1</option>
	<option value="">テスト2</option>
	<option value="">テスト3</option>
	</select></dd>
	<dt>テキストエリア</dt>
	<dd><textarea name="" rows="5" cols="20">テキストエリア</textarea></dd>
</dl>
<div>
	<input type="button" name="btn1" value="汎用ボタン">
	<input type="reset" name="btn2" value="リセット" >
	<input type="submit" name="btn3" value="送信" >
</div>
</form>


```

*/
/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.ft-Ara {
  font-family: "Arapey", serif;
}

.ft-Nun {
  font-family: "Nunito", sans-serif;
}

.txtBasic {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
}

@media only screen and (max-width: 767px) {
  .txtBasic {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.bg_brown {
  background: #a17e5b;
}

.bg_lightBrown {
  background: #b99c7e;
}

/*ttl module*/
.ttl-style01 {
  text-align: center;
  line-height: 1;
  font-family: "Arapey", serif;
  font-weight: normal;
  font-size: 72px;
  font-size: 7.2rem;
  color: #ffffff;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .ttl-style01 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}

.ttl-style01 span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .ttl-style01 span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ttl-style02 {
  text-align: center;
  margin-bottom: 29px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
  .ttl-style02 {
    margin-bottom: 15px;
  }
}

.ttl-style02 span {
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .ttl-style02 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ttl-style03 {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid;
  margin-bottom: 38px;
  padding-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-style03 span {
  font-size: 21px;
  font-size: 2.1rem;
  display: inline-block;
  font-family: "Arapey", serif;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl-style04 {
  display: block;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
  .ttl-style04 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.ttl-style04 span {
  display: inline-block;
  padding: 0px 20px;
  background: #ffffff;
  position: relative;
}

.ttl-style04 span:after, .ttl-style04 span:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 78px;
  height: 1px;
  background: #dadada;
}

@media only screen and (max-width: 767px) {
  .ttl-style04 span:after, .ttl-style04 span:before {
    padding: 0px 10px;
    width: 40px;
  }
}

.ttl-style04 span:before {
  left: -68px;
}

@media only screen and (max-width: 767px) {
  .ttl-style04 span:before {
    left: -50px;
  }
}

.ttl-style04 span:after {
  right: -68px;
}

@media only screen and (max-width: 767px) {
  .ttl-style04 span:after {
    right: -50px;
  }
}

.ttl-style05 {
  /*font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;*/
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.ttl-style05 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

@media screen and (max-width: 1023px) {
  .ttl-style05 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .ttl-style05 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.ttl-style06 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
  font-weight: 500;
}

.ttl-style06 span {
  font-size: 96px;
  font-size: 9.6rem;
  font-weight: normal;
  font-family: "Arapey", serif;
  display: block;
}

@media screen and (max-width: 1000px) {
  .ttl-style06 span {
    font-size: 70px;
    font-size: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .ttl-style06 {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ttl-style06 span {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.ttl-page02 {
  margin: 75px auto 70px;
  padding: 0 15px;
  width: 100%;
  color: #9d9792;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .ttl-page02 {
    margin: 40px auto;
  }
}

.ttl-page02 span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .ttl-page02 span {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

/*テキストMODULE*/
.txtBasic {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28;
  letter-spacing: -1px;
}

.txtBase, .sec_first {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .txtBase, .sec_first {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/*btn module*/
.btn_style01, .btn_style02 {
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
  position: relative;
  max-width: 292px;
  height: 56px;
  border: 1px solid #ffffff;
  margin: 40px auto 0px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

@media only screen and (max-width: 767px) {
  .btn_style01, .btn_style02 {
    margin-top: 20px;
    max-width: 250px;
    height: 45px;
  }
}

.btn_style01-black {
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
}

.sec_myself .btn_style01, .sec_myself .btn_style02 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .sec_myself .btn_style01, .sec_myself .btn_style02 {
    margin-top: 30px;
  }
}

.btn_style01 > *, .btn_style02 > * {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn_style01:after, .btn_style02:after {
  content: '\f054';
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_style02 {
  max-width: unset;
  height: 56px;
  max-width: inherit;
}

.btn_style03 {
  padding: 5.5px 10px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn_style03 span {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Arapey", serif;
}

@media screen and (max-width: 1180px) {
  .btn_style03 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.btn_style03-gray {
  background: #a17e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_style03-gray span {
  position: relative;
  top: 1px;
}

.btn_style03-pink {
  background: #ac305c;
}

.btn_style04 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  background: #e8b4bc;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: 500;
  margin: 0px 10px 14px 0px;
}

.btn_style04-orange {
  background: #e5be9e;
}

@media screen and (max-width: 1023px) {
  .btn_style04 {
    padding: 2px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .btn_style04 {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0px 2px 5px 0px;
  }
}

@media screen and (max-width: 340px) {
  .btn_style04 {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.btn_style05 {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #a17e5b;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
  position: relative;
  max-width: 438px;
  height: 67px;
  margin: 97px auto 0px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.btn_style05 span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.btn_style05:after {
  content: '\f054';
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px -9px;
}

.sns-group > * {
  display: inline-block;
  padding: 0px 9px;
  font-size: 17px;
  font-size: 1.7rem;
  vertical-align: middle;
}

.sns-group a:nth-child(2) {
  font-size: 100%;
  padding: 0px 5px;
}

.line {
  margin-top: -3px;
}

.aln-cen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box_gray {
  background: #f6f6f6;
  padding: 0px 60px 20px;
  max-width: 940px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .box_gray {
    padding: 0px 15px 15px;
  }
}

.box_gray .ttl {
  margin-bottom: 27px;
}

.box_gray .ttl img {
  display: block;
  margin: 0px auto 0px;
  position: relative;
  top: -10px;
}

@media only screen and (max-width: 767px) {
  .box_gray .ttl {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .box_gray.box_gray02 .lb {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.box_gray.box_gray02 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .box_gray.box_gray02 p {
    display: block;
  }
}

.box_gray p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 13px;
  letter-spacing: -0.75px;
}

@media only screen and (max-width: 767px) {
  .box_gray p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.box_gray p .lb {
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  min-width: 43px;
  text-align: right;
}

@media screen and (max-width: 769px) {
  .box_gray p .lb {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .box_gray p .lb {
    margin-right: 8.5%;
  }
}

.box_gray p .dot {
  letter-spacing: -7px;
}

.list_style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0px 15px;
}

@media only screen and (max-width: 767px) {
  .list_style01 {
    display: block;
    padding: 0;
  }
}

.list_style01 .item {
  margin-right: 40px;
  width: calc(50% - 20px);
}

.list_style01 .item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .list_style01 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .list_style01 .item:last-child {
    margin-bottom: 0;
  }
}

.list_style01 .item .item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 54px;
  padding-left: 8%;
}

@media screen and (max-width: 1023px) {
  .list_style01 .item .item_top {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .list_style01 .item .item_top {
    display: block;
  }
}

.list_style01 .item .item_top .img {
  width: 101px;
}

@media only screen and (max-width: 767px) {
  .list_style01 .item .item_top .img {
    width: 80px;
    display: block;
    margin: 0px auto 20px;
  }
}

.list_style01 .item .item_top-content {
  width: calc(100% - 101px);
  padding-left: 8%;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .list_style01 .item .item_top-content {
    width: 100%;
    padding-left: 0;
  }
}

.list_style01 .item .item_top-content .ttl-style05 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .list_style01 .item .item_top-content .ttl-style05 {
    margin-bottom: 20px;
  }
}

.list_style01 .item .item_top-content .ml {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 55px;
  letter-spacing: -0.5px;
}

.list_style01 .item .item_top-content .ml span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  .list_style01 .item .item_top-content .ml {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .list_style01 .item .item_top-content .ml {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .list_style01 .item .item_top-content .ml span {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 374px) {
  .list_style01 .item .item_top-content .ml {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list_style01 .item .box_gray {
  padding-left: 8.5%;
  padding-right: 3%;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .list_style01 .item .box_gray {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.list_style01 .item .box_gray .lb {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin-right: 8.5%;
  letter-spacing: -2px;
  min-width: 43px;
  text-align: right;
}

@media screen and (max-width: 1440px) {
  .list_style01 .item .box_gray .lb {
    margin-right: 5px;
    width: 100%;
    text-align: left;
  }
}

.list_style01 .item .box_gray .ttl {
  margin-bottom: 15px;
}

.list_style01 .item .box_gray p {
  margin-bottom: 5px;
}

.list_style01 .item .box_gray .dot {
  letter-spacing: -7px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list_style01 .item .box_gray .dot {
    display: inline-block;
  }
}

@supports (-ms-ime-align: auto) {
  .list_style01 .item .box_gray .dot {
    display: inline-block;
  }
}

.list_style01 .item .box_gray .txt_note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .list_style01 .item .box_gray .txt_note {
    margin-top: 35px;
  }
}

.list_style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -14px;
}

.list_style02 li {
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .list_style02 li {
    display: block;
    width: 100%;
  }
}

.sec_standard {
  padding: 149px 0px 145px;
  background: url("../img/product/banner.png") no-repeat center/cover;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  margin-top: 105px;
  margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  .sec_standard {
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 30px 0px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 340px) {
  .sec_standard {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec_standard:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(47, 38, 29, 0.3);
  z-index: 1;
}

.sec_standard p {
  position: relative;
  z-index: 2;
  font-weight: bold;
  letter-spacing: -1px;
}

.sec_standard .ttl {
  /*font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  font-size: 40px;
  font-size: 4rem;*/
  font-size: 24px;
  line-height: 2.0;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
  z-index: 2;
}

.sec_standard .ttl:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .sec_standard .ttl:after {
    bottom: -10px;
    height: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_standard .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

.none-hidden {
  overflow: hidden;
}

.sec_news {
  padding: 70px 0px 106px;
}

@media screen and (max-width: 1000px) {
  .sec_news {
    padding: 35px 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_news {
    padding: 5px 0px 50px;
  }
}

.sec_news_inner {
  background: #ffffff;
  padding-top: 48px;
  padding-bottom: 70px;
  max-width: 1400px;
}

@media only screen and (max-width: 767px) {
  .sec_news_inner {
    padding: 25px 35px;
  }
}

.sec_news_inner .slider {
  max-width: 1090px;
  margin: auto;
  padding: 0px 42px;
}

@media only screen and (max-width: 767px) {
  .sec_news_inner .slider {
    padding: 0px 0px;
  }
}

.sec_news_inner .slider .slick-prev:before, .sec_news_inner .slider .slick-next:before {
  color: #000;
  content: '';
}

.sec_news_inner .slider .slick-prev, .sec_news_inner .slider .slick-next {
  width: 41px;
  height: 41px;
  z-index: 33;
  top: 40%;
}

@media only screen and (max-width: 767px) {
  .sec_news_inner .slider .slick-prev, .sec_news_inner .slider .slick-next {
    width: 30px;
    height: 30px;
  }
}

.sec_news_inner .slider .slick-next {
  right: 0;
  background: url("../img/index/ico-next.png") no-repeat;
  background-size: 41px 41px;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .sec_news_inner .slider .slick-next {
    background-size: 30px 30px;
    right: -20px;
  }
}

.sec_news_inner .slider .slick-prev {
  left: 0;
  background: url("../img/index/ico-pre.png") no-repeat;
  background-size: 41px 41px;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .sec_news_inner .slider .slick-prev {
    background-size: 30px 30px;
    left: -20px;
  }
}

.sec_news_inner .slider_item {
  margin: 0px 16px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #a17e5a;
}

@media screen and (max-width: 1000px) {
  .sec_news_inner .slider_item {
    margin: 0 8px;
  }
}

@media screen and (max-width: 480px) {
  .sec_news_inner .slider_item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 340px) {
  .sec_news_inner .slider_item {
    margin: 0px 5px;
  }
}

.sec_news_inner .slider_item-content {
  padding: 15px 0px 0px;
  letter-spacing: -1px;
}

.sec_news_inner .slider_item-content .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
  margin-bottom: 3px;
  letter-spacing: 0;
}

.sec_myself {
  padding: 127px 0px 115px;
  background: url("../img/index/myself-img.jpg") no-repeat center/cover;
}

@media screen and (max-width: 1000px) {
  .sec_myself {
    padding: 60px 0px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_myself {
    padding: 60px 0px 50px;
  }
}

.sec_myself .myself_content {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: -1px;
}

@media screen and (max-width: 340px) {
  .sec_myself .myself_content br {
    display: none;
  }
}

.sec_myself .myself_content p {
  font-weight: 300;
}

.sec_myself .myself_content .ttl-style01 {
  margin-bottom: 55px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .sec_myself .myself_content .ttl-style01 {
    margin-bottom: 30px;
  }
}

.sec_myself .myself_content .ttl-style01 span {
  margin-top: 37px;
}

@media only screen and (max-width: 767px) {
  .sec_myself .myself_content .ttl-style01 span {
    margin-top: 20px;
  }
}

.sec_menu {
  padding: 80px 0px 0px;
}

@media screen and (max-width: 1000px) {
  .sec_menu {
    padding: 40px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_menu {
    padding: 40px 0px 0px;
  }
}

.sec_menu .list_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.sec_menu .list_menu img {
  width: 100%;
  max-width: inherit;
}

@media only screen and (max-width: 767px) {
  .sec_menu .list_menu {
    margin-top: 20px;
    display: block;
  }
}

.sec_menu .list_menu_item {
  width: 50%;
}

.sec_menu .list_menu_item a {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .sec_menu .list_menu_item {
    width: 100%;
  }
}

.sec_menu .list_menu_item:nth-child(3) .list_menu_item-content .menu_name_wrap {
  bottom: 86px;
}

.sec_menu .list_menu_item:nth-child(4) .list_menu_item-content .menu_name_wrap {
  bottom: 89px;
}

.sec_menu .list_menu_item-content {
  padding: 0px 18% 54px 22%;
  color: #ffffff;
  margin-top: -50px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
  position: relative;
}

@media screen and (max-width: 1180px) {
  .sec_menu .list_menu_item-content {
    padding: 0px 15% 54px 5%;
  }
}

@media only screen and (max-width: 767px) {
  .sec_menu .list_menu_item-content {
    padding: 0px 50px 54px 15px;
    margin-top: -30px;
  }
}

.sec_menu .list_menu_item-content .ttl-style01 {
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 45px;
}

@media screen and (max-width: 1180px) {
  .sec_menu .list_menu_item-content .ttl-style01 {
    font-size: 70px;
    font-size: 7rem;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_menu .list_menu_item-content .ttl-style01 {
    font-size: 50px;
    font-size: 5rem;
  }
}

.sec_menu .list_menu_item-content .ttl-style01 span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .sec_menu .list_menu_item-content .ttl-style01 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_menu .list_menu_item-content .menu_name_wrap {
  position: absolute;
  bottom: 40px;
  right: -37px;
}

@media only screen and (max-width: 767px) {
  .sec_menu .list_menu_item-content .menu_name_wrap {
    right: -50px;
  }
}

.sec_menu .list_menu_item-content .menu_name_wrap .menu_name {
  position: relative;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  padding-left: 25px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  min-width: 150px;
}

.sec_menu .list_menu_item-content .menu_name_wrap .menu_name:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ffffff;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec_gallery {
  padding: 104px 0px 82px;
}

@media screen and (max-width: 1000px) {
  .sec_gallery {
    padding: 50px 0px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_gallery {
    padding: 50px 0px 40px;
  }
}

.sec_gallery .gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 40px -17px 0px;
}

@media only screen and (max-width: 767px) {
  .sec_gallery .gallery-inner {
    margin: 40px -10px 0px;
    display: block;
  }
}

.sec_gallery .gallery-inner > * {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .sec_gallery .gallery-inner > * {
    width: 100%;
  }
}

.sec_gallery .gallery-inner .gallery_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec_gallery .gallery-inner .gallery_item ul li {
  width: 50%;
}

.sec_gallery .gallery-inner .gallery_item-01 ul li:nth-child(1) {
  width: 100%;
}

.sec_gallery .gallery-inner .gallery_item-02 ul li:nth-child(3) {
  width: 100%;
}

.sec_gallery .gallery-inner .gallery_item img {
  padding: 17px 17px;
}

@media only screen and (max-width: 767px) {
  .sec_gallery .gallery-inner .gallery_item img {
    padding: 10px;
  }
}

.sec_gallery .btn_style01, .sec_gallery .btn_style02 {
  margin-top: 30px;
}

.sec_gallery .ttl-style02 span {
  margin-bottom: 10px;
}

.sec_gallery .ttl-style01 {
  margin-top: -53px;
  padding-right: 20px;
  font-size: 90px;
  font-size: 9rem;
  text-align: right;
  color: #3a3a3a;
  margin-bottom: 0px;
}

@media screen and (max-width: 1180px) {
  .sec_gallery .ttl-style01 {
    font-size: 70px;
    font-size: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_gallery .ttl-style01 {
    font-size: 40px;
    font-size: 4rem;
    margin-top: -30px;
  }
}

.sec_gallery .ttl-style01 span {
  font-size: 16px;
  font-size: 1.6rem;
}

.sec_staff {
  position: relative;
}

.sec_staff img {
  width: 100%;
  max-width: inherit;
}

.sec_staff .staff_inner {
  color: #ffffff;
  padding: 32px 10px 45px;
  z-index: 2;
  background: #a17e5b;
}

@media only screen and (max-width: 767px) {
  .sec_staff .staff_inner {
    padding: 20px 10px 30px;
    letter-spacing: -0.5px;
  }
}

.sec_staff .staff_inner .ttl-style02 span {
  margin-bottom: 5px;
}

.sec_product {
  padding: 112px 0px 117px;
  border-bottom: 2px solid #dfdad8;
}

@media screen and (max-width: 1000px) {
  .sec_product {
    padding: 50px 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_product {
    padding: 50px 0px 50px;
  }
}

.sec_product .ttl-style02 span {
  margin-bottom: 10px;
}

.list_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 89px -12px 65px;
}

@media only screen and (max-width: 767px) {
  .list_product {
    margin: 40px -10px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list_product_item {
  width: 20%;
  padding: 0px 12px;
}

@media only screen and (max-width: 767px) {
  .list_product_item {
    width: calc(100% / 3);
    padding: 10px 10px;
  }
}

.sec_salon {
  padding: 116px 0px 110px;
}

@media screen and (max-width: 1000px) {
  .sec_salon {
    padding: 50px 0px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_salon {
    padding: 50px 0px 50px;
  }
}

.sec_salon .btn_style02 {
  margin-top: 29px;
}

.sec_salon .list_salon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .sec_salon .list_salon {
    margin-top: 30px;
  }
}

.sec_salon .list_salon_item {
  margin-right: 5%;
  width: calc((100% - 10%)/3);
}

@media only screen and (max-width: 767px) {
  .sec_salon .list_salon_item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .sec_salon .list_salon_item:last-child {
    margin-bottom: 0;
  }
}

.sec_salon .list_salon_item:nth-child(3n) {
  margin-right: 0;
}

.sec_salon .list_salon_item-content {
  background: #ffffff;
  padding: 27px 27px 18px 30px;
}

@media screen and (max-width: 1180px) {
  .sec_salon .list_salon_item-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_salon .list_salon_item-content {
    padding: 15px 15px;
  }
}

.sec_salon .list_salon_item-content .sec_area_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 15px;
  margin-right: -15px;
}

@media screen and (max-width: 1000px) {
  .sec_salon .list_salon_item-content .sec_area_item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec_salon .list_salon_item-content .sec_area_item {
    margin-right: 0;
  }
}

.sec_salon .list_salon_item-content .sec_area_item .sec_area_ttl {
  width: 75px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .sec_salon .list_salon_item-content .sec_area_item .sec_area_ttl {
    width: 65px;
  }
}

.sec_salon .list_salon_item-content .sec_area_content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.69;
  letter-spacing: -1px;
  margin-top: -5px;
  width: calc(100% - 75px);
}

@media screen and (max-width: 1000px) {
  .sec_salon .list_salon_item-content .sec_area_content {
    width: calc(100% - 65px);
  }
}

.sec_salon .list_salon_item-content .sec_area_content .btn_googleMap {
  font-size: 13px;
  font-size: 1.3rem;
  color: #b19363;
  display: block;
  margin-top: -4px;
  letter-spacing: 0;
  font-family: "Nunito", sans-serif;
}

.sec_salon .list_salon_item-content .sec_area_content a[href^="tel"] {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Arapey", serif;
  margin-top: 0px;
}

@media screen and (max-width: 1180px) {
  .sec_salon .list_salon_item-content .sec_area_content a[href^="tel"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_salon .list_salon_item .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec_salon .list_salon_item .btn_group a {
  width: 50%;
}

.sec_sns {
  background: #2f261d;
  padding: 37px 0px 38px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .sec_sns {
    padding: 20px 0px 20px;
  }
}

.slick-slide {
  outline: none;
}

.slick-slide:focus {
  outline: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn_style03.btn_style03-gray span {
    position: relative;
    top: 1px;
  }
}

.page-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 362px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .page-ttl-wrap {
    height: 200px;
  }
}

.page-ttl-wrap .ttl-page {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1430px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-ttl-wrap .ttl-page span {
  display: block;
  margin-bottom: -2px;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .page-ttl-wrap .ttl-page span {
    margin-bottom: 5px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

#page-salon {
  background: url(../img/common/bg.jpg) repeat center top;
}

#page-salon .page-ttl-wrap {
  background-image: url(../img/salon/img_ttl.jpg);
}

#page-salon .salon-list {
  padding: 155px 0 73px;
}

@media only screen and (max-width: 767px) {
  #page-salon .salon-list {
    padding: 70px 0 40px;
  }
}

#page-salon .salon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  #page-salon .salon-list-item {
    margin-bottom: 70px;
  }
}

#page-salon .salon-list-item .img {
  width: 47.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #page-salon .salon-list-item .img {
    margin-bottom: 5.5vw;
    width: 100%;
  }
}

#page-salon .salon-list-item .img-l {
  width: 75.33%;
}

#page-salon .salon-list-item .img-r {
  width: 24.67%;
}

#page-salon .salon-list-item .img-r img {
  width: 100%;
  display: block;
}

#page-salon .salon-list-item .description {
  width: 45.8%;
}

@media only screen and (max-width: 767px) {
  #page-salon .salon-list-item .description {
    width: 100%;
  }
}

#page-salon .salon-list-item .description .ttl-style03 {
  padding-bottom: 0;
  border: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-salon .salon-list-item .description .ttl-style03 {
    margin-bottom: 25px;
  }
}

#page-salon .salon-list-item .description .ttl-style03 span {
  font-size: 24px;
  font-size: 2.4rem;
}

#page-salon .salon-list-item .sec_area_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 18px;
  margin-right: -15px;
}

@media screen and (max-width: 1000px) {
  #page-salon .salon-list-item .sec_area_item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page-salon .salon-list-item .sec_area_item {
    margin-right: 0;
  }
}

#page-salon .salon-list-item .sec_area_item .sec_area_ttl {
  width: 78px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  #page-salon .salon-list-item .sec_area_item .sec_area_ttl {
    width: 65px;
  }
}

#page-salon .salon-list-item .sec_area .tel-no {
  margin: 32px 0 35px;
}

#page-salon .salon-list-item .sec_area .tel-no i {
  font-size: 26px;
  font-size: 2.6rem;
}

#page-salon .salon-list-item .sec_area .tel-no a[href^="tel"] {
  margin: 0 0 0 6px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Arapey", serif;
}

#page-salon .salon-list-item .sec_area_content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.69;
  letter-spacing: -1px;
  margin-top: -5px;
  width: calc(100% - 75px);
}

@media screen and (max-width: 1000px) {
  #page-salon .salon-list-item .sec_area_content {
    width: calc(100% - 65px);
  }
}

#page-salon .salon-list-item .sec_area_content .btn_googleMap {
  font-size: 13px;
  font-size: 1.3rem;
  color: #b19363;
  display: block;
  margin-top: -4px;
  letter-spacing: 0;
  font-family: "Nunito", sans-serif;
}

#page-salon .salon-list-item .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#page-salon .salon-list-item .btn_group a {
  width: 50%;
  max-width: 180px;
}

#page-salon .salon-list-item .btn_group a:first-child {
  margin-right: 12px;
}

@media screen and (max-width: 480px) {
  #page-salon .salon-list-item .btn_group a {
    max-width: 100%;
  }
  #page-salon .salon-list-item .btn_group a:first-child {
    margin-right: 0;
  }
}

#page-salon .salon-list-item .gg-map {
  margin-top: 50px;
  width: 100%;
  height: 492px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page-salon .salon-list-item .gg-map {
    margin-top: 30px;
    height: 360px;
  }
}

.salon-list .list_salon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  .salon-list .list_salon {
    margin-top: 30px;
  }
}

.salon-list .list_salon_item {
  margin-right: 5%;
  width: calc((100% - 10%)/3);
}

@media only screen and (max-width: 767px) {
  .salon-list .list_salon_item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .salon-list .list_salon_item:last-child {
    margin-bottom: 0;
  }
}

.salon-list .list_salon_item:nth-child(3n) {
  margin-right: 0;
}

.salon-list .list_salon_item-content {
  background: #ffffff;
  padding: 27px 27px 18px 30px;
}

@media screen and (max-width: 1180px) {
  .salon-list .list_salon_item-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .salon-list .list_salon_item-content {
    padding: 15px 15px;
  }
}

.salon-list .list_salon_item-content .sec_area_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 15px;
  margin-right: -15px;
}

@media screen and (max-width: 1000px) {
  .salon-list .list_salon_item-content .sec_area_item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .salon-list .list_salon_item-content .sec_area_item {
    margin-right: 0;
  }
}

.salon-list .list_salon_item-content .sec_area_item .sec_area_ttl {
  width: 75px;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .salon-list .list_salon_item-content .sec_area_item .sec_area_ttl {
    width: 65px;
  }
}

.salon-list .list_salon_item-content .sec_area_content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.69;
  letter-spacing: -1px;
  margin-top: -5px;
  width: calc(100% - 75px);
}

@media screen and (max-width: 1000px) {
  .salon-list .list_salon_item-content .sec_area_content {
    width: calc(100% - 65px);
  }
}

.salon-list .list_salon_item-content .sec_area_content .btn_googleMap {
  font-size: 13px;
  font-size: 1.3rem;
  color: #b19363;
  display: block;
  margin-top: -4px;
  letter-spacing: 0;
  font-family: "Nunito", sans-serif;
}

.salon-list .list_salon_item-content .sec_area_content a[href^="tel"] {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Arapey", serif;
  margin-top: 0px;
}

@media screen and (max-width: 1180px) {
  .salon-list .list_salon_item-content .sec_area_content a[href^="tel"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.salon-list .list_salon_item .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.salon-list .list_salon_item .btn_group a {
  width: 50%;
}

.inner-1155 {
  max-width: 1155px;
  margin: 0 auto;
}

.inner-1362 {
  max-width: 1362px;
  margin: 0 auto;
}

#page-gallery .page-ttl-wrap {
  background-image: url(../img/gallery/img_ttl.jpg);
}

.directory {
  padding: 85px 0 90px;
}

@media only screen and (max-width: 767px) {
  .directory {
    padding: 60px 0 40px;
  }
}

.directory_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.directory_lst .item {
  width: 14.28%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.directory_lst .item a {
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 9px 32px 0;
  background: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 990px) {
  .directory_lst .item {
		width: 25%;
  }
  .directory_lst .item a {
    padding: 32px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .directory_lst .item {
		width: 33.333%;
  }
  .directory_lst .item a {
    padding: 13px 20px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 374px) {
  .directory_lst .item a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.directory_lst .item a i {
  position: absolute;
  /*top: 50%;
  left: 65px;*/
  bottom: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  font-size: 1.5rem;
  color: #ccc;
}

@media only screen and (max-width: 1200px) {
  .directory_lst .item a i {
    /*left: 30px;*/
  }
}

@media only screen and (max-width: 990px) {
  .directory_lst .item a i {
    /*left: 10px;*/
    font-size: 14px;
    font-size: 1.4rem;
	display: none;
  }
}

@media only screen and (max-width: 767px) {
  .directory_lst .item a i {
    /*left: 5px;*/
    font-size: 12px;
    font-size: 1.2rem;
	display: none;
  }
}

.directory_lst .item.auburn a {
  /*background: rgba(185, 156, 126, 0.5);*/
  background: rgba(189, 162, 144, 0.15);
}

.directory_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: -6px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .directory_txt {
    margin-top: 4px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.ss-gallery {
  display: block;
  height: 0;
  overflow: hidden;
}

.ss-gallery.active {
  height: auto;
}

.ss-gallery .ttl-style01 {
  color: #3A3A3A;
  font-size: 78px;
  font-size: 7.8rem;
  margin-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .ss-gallery .ttl-style01 {
    font-size: 52px;
    font-size: 5.2rem;
    margin-bottom: 30px;
  }
}

.ss-gallery .ttl-style01 span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .ss-gallery .ttl-style01 span {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }
}

.styleList {
  padding: 0 70px 47px;
  background: #fff;
  margin-bottom: 152px;
}

@media only screen and (max-width: 767px) {
  .styleList {
    padding: 0 36px 19px;
    margin-bottom: 60px;
  }
}

.styleList .ttl-style02 {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 18px 0 14px;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

.styleList .slick-prev, .styleList .slick-next {
  width: 20px;
  height: 34px;
}

@media only screen and (max-width: 374px) {
  .styleList .slick-prev, .styleList .slick-next {
    width: 16px;
    height: 27px;
  }
}

.styleList .slick-prev:before, .styleList .slick-next:before {
  display: none;
}

.styleList .slick-prev {
  background: url("../img/gallery/prev.svg") no-repeat;
  left: -45px;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .styleList .slick-prev {
    left: -25px;
  }
}

.styleList .slick-next {
  background: url("../img/gallery/next.svg") no-repeat;
  right: -45px;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .styleList .slick-next {
    right: -25px;
  }
}

.styleList .item {
  position: relative;
  cursor: pointer;
}

.styleList .item:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(94, 73, 53, 0.65);
}

.styleList .item.slick-current:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(94, 73, 53, 0.65);
}

.slider_for {
  margin-bottom: 120px;
}

@media only screen and (max-width: 1362px) {
  .slider_for {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_for {
    margin-bottom: 40px;
  }
}

.slider_for .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_for .img_content {
  width: calc(680 / 1362 * 100%);
}

@media only screen and (max-width: 767px) {
  .slider_for .img_content {
    display: none;
  }
  .slider_for .img_content.active {
    position: fixed;
  }
}

.slider_for .img_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(682 / 1362 * 100%);
  padding-left: 55px;
}

@media only screen and (max-width: 990px) {
  .slider_for .img_tab {
    padding-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_for .img_tab {
    width: 100%;
    padding-left: 0;
  }
}

.slider_for .img_box {
  width: calc((100% - 24px) / 2);
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  .slider_for .img_box {
    width: calc((100% - 12px) / 2);
    margin: 6px 0;
  }
}

.slider_for .img_box a {
  outline: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slider_for .img_box a.active, .slider_for .img_box a:hover {
  opacity: 0.6;
}

.slider_for .img_box a.active:before, .slider_for .img_box a:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/gallery/search.svg") no-repeat;
  background-position: center;
  background-size: 30px auto;
}

@media only screen and (max-width: 767px) {
  .slider_for .img_box a:hover:before {
    display: none;
  }
}

.fixed_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.fixed_box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation-name: fixed_box;
          animation-name: fixed_box;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.fixed_box .fixed_content {
  max-width: 400px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.fixed_box .fixed_img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.fixed_box .fixed_bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed_box .fixed_close {
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  content: 'x';
  top: 20px;
  right: 20px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
}

@-webkit-keyframes fixed_box {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fixed_box {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#page-staff .page-ttl-wrap {
  background-image: url(../img/staff/img_ttl.png);
}

#page-staff .box-top-staff {
  padding-top: 140px;
  padding-bottom: 111px;
  background: #fff;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-staff .box-top-staff {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#page-staff .box-top-staff .inner-1445 {
  max-width: 1445px;
  margin: 0 auto;
}

#page-staff .box-top-staff .wp-box-top-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-staff .box-top-staff .wp-box-top-staff .item {
  width: calc(100% - 46.36%);
  padding-right: 35px;
  position: relative;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .item {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .item {
    width: 100%;
    padding-right: 0px;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item .box-content {
  width: 370px;
  height: 315px;
  background: #B99C7E;
  position: absolute;
  right: 35px;
  top: 96px;
  padding: 38px 48px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .item .box-content {
    padding: 20px;
    width: 300px;
    height: 250px;
    right: 20px;
    top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-staff .box-top-staff .wp-box-top-staff .item .box-content {
    padding: 10px;
    width: 270px;
    height: 240px;
    right: 20px;
    top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .item .box-content {
    display: none;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item .box-content .ttl-staff {
  font-family: "Arapey", serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .item .box-content .ttl-staff {
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item .box-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  color: #fff;
  margin-bottom: 13px;
}

#page-staff .box-top-staff .wp-box-top-staff .item .box-content p:last-child {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  margin-bottom: 0px;
}

#page-staff .box-top-staff .wp-box-top-staff .item .box-content .txt-medium {
  font-weight: 500;
}

#page-staff .box-top-staff .wp-box-top-staff .item .box-content .txt-normal {
  font-weight: normal;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .item .box-images img {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .item .box-images img {
    width: 100%;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(1) .box-content {
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) {
  margin-top: -105px;
  padding-right: 45px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) {
    margin-top: -30px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) {
    margin-top: 60px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) {
    margin-top: 0px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    padding-right: 0px;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) .box-content {
  background: #A17E5B;
  top: 155px;
  left: 70px;
  padding-top: 55px;
  padding-left: 46px;
  padding-right: 40px;
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) .box-content .ttl-staff {
  margin-bottom: 19px;
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) .box-content p {
  margin-bottom: 18px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) .box-content {
    padding-top: 30px;
    padding-left: 20px;
    top: 115px;
    left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(3) .box-content {
    padding: 10px;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) {
  width: 46.36%;
  padding-right: 0px;
  margin-top: -250px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) {
    margin-top: -150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0px;
    width: 50%;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content {
  width: 370px;
  height: 315px;
  background: #CEB792;
  position: absolute;
  right: 0;
  top: 136px;
  padding-top: 53px;
  padding-left: 53px;
  padding-right: 36px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content {
    width: 300px;
    height: 250px;
    padding-top: 30px;
    padding-left: 30px;
    top: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content {
    padding: 10px;
    width: 270px;
    height: 240px;
    top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content {
    display: none;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content .ttl-staff {
  font-family: "Arapey", serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 60px;
  color: #fff;
  margin-bottom: 8px;
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  color: #fff;
  margin-bottom: 18px;
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content p:last-child {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  margin-bottom: 0px;
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content .txt-medium {
  font-weight: 500;
}

#page-staff .box-top-staff .wp-box-top-staff .item:nth-child(4) .box-content .txt-normal {
  font-weight: normal;
}

#page-staff .box-top-staff .wp-box-top-staff .box-txt-intro {
  width: 46.36%;
  padding-right: 0px;
  padding-left: 100px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .box-txt-intro {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .box-txt-intro {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .box-txt-intro .ttl-staff-intro {
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 30px;
  color: #3A3A3A;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .box-txt-intro .ttl-staff-intro {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .box-txt-intro .ttl-staff-intro {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 20px;
    line-height: 25px;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .box-txt-intro p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
  color: #3A3A3A;
}

#page-staff .box-top-staff .wp-box-top-staff .box-txt-intro p:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .box-txt-intro p:last-child {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-top-staff .wp-box-top-staff .box-txt-intro p {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .box-txt-intro p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#page-staff .box-top-staff .wp-box-top-staff .wp-content-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: block;
  }
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .bg-01 {
    background: #B99C7E;
  }
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .bg-02 {
    background: #A17E5B;
  }
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .bg-03 {
    background: #CEB792;
  }
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .box-content {
    padding: 15px 20px;
  }
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .box-content .ttl-staff {
    font-family: "Arapey", serif;
    font-size: 40px;
    font-size: 4rem;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
  }
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .box-content p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 320px) {
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .box-content p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .box-content p:last-child {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .box-content .txt-medium {
    font-weight: 500;
  }
  #page-staff .box-top-staff .wp-box-top-staff .wp-content-sp .box-content .txt-normal {
    font-weight: normal;
  }
}

#page-staff .list-link {
  background: #fff;
}

#page-staff .list-link .wp-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  #page-staff .list-link .wp-list-link {
    display: block;
    padding-bottom: 30px;
  }
}

#page-staff .list-link .wp-list-link .link {
  width: 438px;
  height: 65px;
  border: 1px solid #3A3A3A;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 65px;
}

#page-staff .list-link .wp-list-link .link:after {
  content: '\f078';
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1150px) {
  #page-staff .list-link .wp-list-link .link:after {
    right: 13px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #page-staff .list-link .wp-list-link .link:after {
    top: 54%;
  }
}

@media screen and (max-width: 1150px) {
  #page-staff .list-link .wp-list-link .link {
    width: 32%;
    line-height: 25px;
    padding: 10px 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1380px) {
  #page-staff .list-link .wp-list-link .link {
    width: 32%;
    line-height: 25px;
    padding: 15px 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .list-link .wp-list-link .link {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 20px;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 320px) {
  #page-staff .list-link .wp-list-link .link {
    padding: 10px 40px;
  }
}

#page-staff .box-main-staff {
  padding-top: 43px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #page-staff .box-main-staff {
    padding-top: 35px;
  }
}

#page-staff .box-main-staff:last-child {
  padding-bottom: 70px;
}

#page-staff .box-main-staff .inner-1600 {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0px 20px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-main-staff .inner-1600 {
    padding: 0px 15px;
  }
}

#page-staff .box-main-staff .ttl-main-staff {
  text-align: center;
  background: #F0E9E3;
  padding: 48px 0px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 54px;
}

#page-staff .box-main-staff .ttl-main-staff span {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-main-staff .ttl-main-staff {
    padding: 35px 0px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-main-staff .ttl-main-staff {
    padding: 25px 0px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

#page-staff .box-main-staff .wp-list-staff {
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-main-staff .wp-list-staff {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

#page-staff .box-main-staff .wp-list-staff-item {
  width: 25%;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-main-staff .wp-list-staff-item {
    width: 33.33%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-main-staff .wp-list-staff-item {
    width: 50%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 25px;
  }
}

#page-staff .box-main-staff .wp-list-staff-item .box-info {
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-main-staff .wp-list-staff-item .box-info {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-main-staff .wp-list-staff-item .box-info {
    margin-top: 15px;
  }
}

#page-staff .box-main-staff .wp-list-staff-item .box-info .ttl-position {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
  display: block;
}

@media only screen and (max-width: 1150px) {
  #page-staff .box-main-staff .wp-list-staff-item .box-info .ttl-position {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page-staff .box-main-staff .wp-list-staff-item .box-info .ttl-position {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
  }
}

#page-staff .box-main-staff .wp-list-staff-item .box-info .ttl-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  #page-staff .box-main-staff .wp-list-staff-item .box-info .ttl-name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

#page-staff .box-main-staff .wp-list-staff-item .box-info .ttl-sub-name {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Nunito", sans-serif;
  letter-spacing: .5px;
  color: #9D9792;
}

@media only screen and (max-width: 767px) {
  #page-staff .box-main-staff .wp-list-staff-item .box-info .ttl-sub-name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#page-staff .pt-65 {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  #page-staff .pt-65 {
    padding-top: 40px;
  }
}

#page-staff .sp-ip5 {
  display: none;
}

@media screen and (max-width: 320px) {
  #page-staff .sp-ip5 {
    display: block;
  }
}

#page-recruit .page-ttl-wrap {
  background-image: url(../img/recruit/img_ttl.png);
}

#page-recruit .inner-1445 {
  max-width: 1475px;
  margin: 0 auto;
  padding: 0 15px;
}

#page-recruit .inner-1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

#page-recruit .sec-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .sec-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 35px;
  }
}

#page-recruit .sec-sub-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #page-recruit .sec-sub-ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#page-recruit .sec-sub-ttl > span {
  display: inline-block;
  background: #faf7f6;
  border: 1px solid #bda290;
  border-radius: 50px;
  padding: 5px 50px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .sec-sub-ttl > span {
    padding: 8px 20px;
  }
}

#page-recruit .sec-sub-ttl .brown {
  display: inherit;
  color: #a17e5b;
}

#page-recruit .txt-ttl {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #page-recruit .txt-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}

#page-recruit .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page-recruit .txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

#page-recruit .txt.last, #page-recruit .txt.mb-none {
  margin-bottom: 0 !important;
}

#page-recruit .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#page-recruit .recruit-concept {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-concept {
    padding: 50px 0 60px;
  }
}

#page-recruit .recruit-concept .txt {
  line-height: 1.8;
  text-align: center;
}

#page-recruit .box-top-recruit {
  padding-top: 140px;
  padding-bottom: 111px;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-recruit .box-top-recruit {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit {
    padding-top: 50px;
    padding-bottom: 50px;
  }
#page-recruit .recruit-concept .txt {
  text-align: left;
}
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .inner-1445 {
    padding: 0;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item {
  width: calc(100% - 46.36%);
  padding-right: 35px;
  position: relative;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item {
    width: 100%;
    padding-right: 0px;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content {
  width: 370px;
  height: 315px;
  background: #FFF;
  position: absolute;
  right: 35px;
  top: 96px;
  padding: 38px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content {
    padding: 20px;
    width: 300px;
    height: 250px;
    right: 20px;
    top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content {
    padding: 10px;
    width: 270px;
    height: 240px;
    right: 20px;
    top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content {
    display: none;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content .ttl-staff {
  font-family: "Arapey", serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content .ttl-staff {
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  margin-bottom: 13px;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content p:last-child {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1100px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content p:last-child {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content .txt-medium {
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item .box-content .txt-normal {
  font-weight: normal;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item .box-images img {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item .box-images img {
    width: 100%;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-01 {
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-03 {
  margin-top: -105px;
  padding-right: 45px;
  z-index: 1;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-03 {
    margin-top: -30px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-03 {
    margin-top: 60px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-03 {
    margin-top: 0px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    padding-right: 0px;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-03 .box-content {
  top: 155px;
  left: 70px;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-03 .box-content .ttl-staff {
  margin-bottom: 19px;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-03 .box-content {
    padding-top: 30px;
    padding-left: 20px;
    top: 115px;
    left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-03 .box-content {
    padding: 10px;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 {
  width: 46.36%;
  padding-right: 0px;
  margin-top: -250px;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 {
    margin-top: -150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0px;
    width: 50%;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content {
  width: 370px;
  height: 315px;
  position: absolute;
  right: 0;
  top: 136px;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content {
    width: 300px;
    height: 250px;
    padding-top: 30px;
    padding-left: 30px;
    top: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content {
    padding: 10px;
    width: 270px;
    height: 240px;
    top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content {
    display: none;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content .ttl-staff {
  font-family: "Arapey", serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 60px;
  color: #fff;
  margin-bottom: 8px;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  margin-bottom: 18px;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content p:last-child {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  margin-bottom: 0px;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content .txt-medium {
  font-weight: 500;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .item.item-04 .box-content .txt-normal {
  font-weight: normal;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro {
  width: 46.36%;
  padding-right: 0px;
  padding-left: 100px;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro .ttl-staff-intro {
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 30px;
  color: #3A3A3A;
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro .ttl-staff-intro {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro .ttl-staff-intro {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 20px;
    line-height: 25px;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
  color: #3A3A3A;
}

#page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro p:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro p:last-child {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1150px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro p {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .box-txt-intro p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

#page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: block;
    width: 100%;
    background: #FFF;
  }
  #page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp .box-content {
    padding: 15px 20px;
    border-bottom: 1px solid #999999;
  }
  #page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp .box-content:last-of-type {
    border-bottom: none;
  }
  #page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp .box-content p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 320px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp .box-content p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp .box-content p:last-child {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
  #page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp .box-content .txt-medium {
    font-weight: 500;
  }
  #page-recruit .box-top-recruit .wp-box-top-recruit .wp-content-sp .box-content .txt-normal {
    font-weight: normal;
  }
}

#page-recruit .box-top-recruit.box-top02 .wp-box-top-recruit .item.item-01, #page-recruit .box-top-recruit.box-top02 .wp-box-top-recruit .item.item-03 {
  padding-right: 0;
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .box-top-recruit.box-top02 .wp-box-top-recruit .item.item-01, #page-recruit .box-top-recruit.box-top02 .wp-box-top-recruit .item.item-03 {
    padding: 0;
  }
}

#page-recruit .box-top-recruit.box-top02 .wp-box-top-recruit .item.item-03 {
  z-index: 3;
}

#page-recruit .recruit-environment {
  background: #fff;
  padding: 115px 0 125px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-environment {
    padding: 50px 0 45px;
  }
}

#page-recruit .recruit-environment .txt {
  margin-bottom: 85px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-environment .txt {
    margin-bottom: 35px;
  }
}

#page-recruit .recruit-environment .col-wrap {
  max-width: 1246px;
  margin: 0 auto;
}

#page-recruit .recruit-environment .img-col {
  width: 57.4%;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-environment .img-col {
    width: 100%;
    margin-bottom: 30px;
  }
}

#page-recruit .recruit-environment .list-col {
  width: 42.6%;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-environment .list-col {
    width: 100%;
    padding: 0;
  }
}

#page-recruit .recruit-environment .ac-list {
  float: right;
  width: 100%;
  max-width: 341px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-environment .ac-list {
    max-width: 100%;
  }
}

#page-recruit .recruit-environment .ac-list dt {
  position: relative;
  border: 1px solid #a17e5b;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 0 15px 70px;
  color: #a17e5b;
  cursor: pointer;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-environment .ac-list dt {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#page-recruit .recruit-environment .ac-list dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../img/recruit/plus.png) no-repeat 0 0;
  background-size: 100% auto;
}

#page-recruit .recruit-environment .ac-list dt.active::after {
  background-image: url(../img/recruit/minus.png);
}

#page-recruit .recruit-environment .ac-list dt span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

#page-recruit .recruit-environment .ac-list dt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #a17e5b;
  border-right: 1px solid #a17e5b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#page-recruit .recruit-environment .ac-list dd {
  display: none;
  background: #a17e5b;
  color: #FFF;
  padding: 20px 30px;
  margin-top: -25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-environment .ac-list dd {
    margin-top: -15px;
    padding: 15px 20px;
  }
}

#page-recruit .recruit-career {
  background: #fff;
  padding: 125px 0 75px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-career {
    padding: 50px 0 50px;
  }
}

#page-recruit .recruit-career .txt {
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-career .txt {
    margin-bottom: 35px;
  }
}

#page-recruit .recruit-career .career-img {
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-career .career-img {
    margin-bottom: 40px;
  }
}

#page-recruit .recruit-career .intro-box {
  text-align: center;
  color: #a17e5b;
  border-top: 1px solid #ceb792;
  border-bottom: 1px solid #ceb792;
  padding: 60px 0 65px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-career .intro-box {
    padding: 35px 0;
    margin-bottom: 40px;
  }
}

#page-recruit .recruit-career .intro-box .txt {
  margin-bottom: 0;
}

#page-recruit .recruit-intro {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro {
    padding: 50px 0;
  }
}

#page-recruit .recruit-intro .col-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-recruit .recruit-intro .list-col,
#page-recruit .recruit-intro .box-col {
  width: 50%;
}

@media screen and (max-width: 990px) {
  #page-recruit .recruit-intro .list-col,
  #page-recruit .recruit-intro .box-col {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  #page-recruit .recruit-intro .list-col {
    margin-bottom: 50px;
  }
}

#page-recruit .recruit-intro .point-list {
  font-size: 0;
  text-align: center;
  padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro .point-list {
    padding-bottom: 10px;
  }
}

#page-recruit .recruit-intro .point-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  background: rgba(189, 162, 144, 0.3);
  border-radius: 100%;
  margin: 0 -5px -45px;
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  #page-recruit .recruit-intro .point-list li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  #page-recruit .recruit-intro .point-list li {
    width: 50%;
    margin-bottom: -10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #page-recruit .recruit-intro .point-list li:last-of-type {
    margin-top: -35px;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro .point-list li {
    width: 100%;
    max-width: 270px;
    margin: 0 auto -10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#page-recruit .recruit-intro .point-list li::after {
  content: "";
  padding-top: 100%;
  display: block;
}

#page-recruit .recruit-intro .point-list li img {
  position: absolute;
  width: 58px;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
}

#page-recruit .recruit-intro .point-list li .ttl {
  font-size: 17px;
  font-size: 1.7rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro .point-list li .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#page-recruit .recruit-intro .point-list li p {
  position: absolute;
  top: 55%;
  left: 0;
  padding: 0 13%;
  text-align: left;
}

#page-recruit .recruit-intro .box-col {
  padding-left: 40px;
}

@media screen and (max-width: 990px) {
  #page-recruit .recruit-intro .box-col {
    padding-left: 0;
  }
}

#page-recruit .recruit-intro .box-col .intro-box {
  background: #FFF;
  border: 1px solid #616525;
  padding: 13px;
}

#page-recruit .recruit-intro .box-col .box-inner {
  background: #FFF url(../img/recruit/intro-bg.png) no-repeat 0 0;
  background-size: cover;
  padding: 150px 0 90px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro .box-col .box-inner {
    padding: 110px 15px 30px;
    background-image: url(../img/recruit/intro-bg-sp.png);
  }
}

#page-recruit .recruit-intro .box-col .ttl,
#page-recruit .recruit-intro .box-col p,
#page-recruit .recruit-intro .box-col .bnr-list {
  max-width: 575px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro .box-col .ttl,
  #page-recruit .recruit-intro .box-col p,
  #page-recruit .recruit-intro .box-col .bnr-list {
    max-width: 100%;
  }
}

#page-recruit .recruit-intro .box-col .ttl {
  text-align: center;
  color: #616525;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro .box-col .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#page-recruit .recruit-intro .box-col .bnr-list {
  padding-top: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro .box-col .bnr-list {
    padding-top: 25px;
  }
}

#page-recruit .recruit-intro .box-col .bnr-list > div {
  float: left;
  border: 1px solid #616525;
  font-family: 'Noto Serif JP', serif;
  padding: 15px 15px;
  color: #616525;
  background: #FFF;
  margin-left: 3%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-intro .box-col .bnr-list > div {
    width: 100% !important;
    margin: 0 0 10px;
  }
}

#page-recruit .recruit-intro .box-col .bnr-list > div:nth-of-type(1) {
  width: 39%;
  margin-left: 0;
}

#page-recruit .recruit-intro .box-col .bnr-list > div:nth-of-type(2) {
  width: 25%;
}

#page-recruit .recruit-intro .box-col .bnr-list > div:nth-of-type(3) {
  width: 27%;
}

#page-recruit .recruit-message {
  background: #fff;
  padding: 125px 0 160px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message {
    padding: 50px 0 60px;
  }
}

#page-recruit .recruit-message .sec-ttl {
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .sec-ttl {
    margin-bottom: 45px;
  }
}

#page-recruit .recruit-message .col-wrap .img-col {
  width: 38.93%;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap .img-col {
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-bottom: 30px;
  }
}

#page-recruit .recruit-message .col-wrap .img-col img {
  position: relative;
  z-index: 1;
  width: 100%;
}

#page-recruit .recruit-message .col-wrap .txt-col {
  width: 61.07%;
  padding-left: 8%;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap .txt-col {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}

#page-recruit .recruit-message .col-wrap .txt {
  text-align: left;
}

#page-recruit .recruit-message .col-wrap .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

#page-recruit .recruit-message .col-wrap .staff-intro {
  background: #FFF;
  max-width: 75%;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  padding: 35px 0 0 35px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap .staff-intro {
    max-width: 80%;
    padding: 20px 0 0 15px;
  }
}

#page-recruit .recruit-message .col-wrap .staff-intro .position {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap .staff-intro .position {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

#page-recruit .recruit-message .col-wrap .staff-intro .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap .staff-intro .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#page-recruit .recruit-message .col-wrap .staff-intro .name span {
  padding-left: 20px;
  font-family: "Nunito", sans-serif;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap .staff-intro .name span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#page-recruit .recruit-message .col-wrap .position-bnr {
  width: 100%;
  max-width: 170px;
  color: #FFF;
  font-family: "Nunito", sans-serif;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 50px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap .position-bnr {
    font-size: 15px;
    font-size: 1.5rem;
    max-width: 120px;
    margin-bottom: 25px;
  }
}

#page-recruit .recruit-message .col-wrap .position-bnr.gray {
  background: #999999;
}

#page-recruit .recruit-message .col-wrap .position-bnr.black {
  background: #4c4c4c;
}

#page-recruit .recruit-message .col-wrap.m-01 {
  padding-top: 120px;
  border-top: 1px solid #3a3a3a;
  margin-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap.m-01 {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}

#page-recruit .recruit-message .col-wrap.m-01 .txt-col {
  padding-left: 8%;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap.m-01 .txt-col {
    padding-left: 0;
  }
}

#page-recruit .recruit-message .col-wrap.m-02 .img-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#page-recruit .recruit-message .col-wrap.m-02 .txt-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 8%;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .col-wrap.m-02 .txt-col {
    padding-right: 0;
  }
}

#page-recruit .recruit-message .owner-ttl {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  padding: 20px 0;
  margin-bottom: 120px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,4c4c4c+100&0+0,1+62 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(76, 76, 76, 0)), color-stop(62%, #4c4c4c), to(#4c4c4c));
  background: -o-linear-gradient(left, rgba(76, 76, 76, 0) 0%, #4c4c4c 62%, #4c4c4c 100%);
  background: linear-gradient(to right, rgba(76, 76, 76, 0) 0%, #4c4c4c 62%, #4c4c4c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#4c4c4c',GradientType=1 );
  /* IE6-9 */
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-message .owner-ttl {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0;
    margin-bottom: 35px;
  }
}

#page-recruit .recruit-info {
  padding-bottom: 135px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-info {
    padding-bottom: 75px;
  }
}

#page-recruit .recruit-info .info-ttl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 115px;
  color: #FFF;
  padding: 20px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b99c7e+0,b99c7e+100&1+41,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#b99c7e), color-stop(41%, #b99c7e), to(rgba(185, 156, 126, 0)));
  background: -o-linear-gradient(left, #b99c7e 0%, #b99c7e 41%, rgba(185, 156, 126, 0) 100%);
  background: linear-gradient(to right, #b99c7e 0%, #b99c7e 41%, rgba(185, 156, 126, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99c7e', endColorstr='#00b99c7e',GradientType=1 );
  /* IE6-9 */
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-info .info-ttl {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0;
    margin-bottom: 35px;
  }
}

#page-recruit .recruit-info .type-ttl {
  text-align: center;
  margin-bottom: 65px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Nunito", sans-serif;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-info .type-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

#page-recruit .recruit-info .info-table {
  width: 100%;
  max-width: 890px;
  margin: 0 auto 120px;
  border-bottom: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-info .info-table {
    margin-bottom: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#page-recruit .recruit-info .info-table tr:last-of-type th, #page-recruit .recruit-info .info-table tr:last-of-type td {
  border-bottom: none;
}

#page-recruit .recruit-info .info-table th, #page-recruit .recruit-info .info-table td {
  border-bottom: 1px dashed #d2d1d0;
  padding: 35px 40px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-info .info-table th, #page-recruit .recruit-info .info-table td {
    display: block;
    width: 100%;
    padding: 15px 15px;
  }
}

#page-recruit .recruit-info .info-table th .mb, #page-recruit .recruit-info .info-table td .mb {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-info .info-table th .mb, #page-recruit .recruit-info .info-table td .mb {
    margin-bottom: 15px;
  }
}

#page-recruit .recruit-info .info-table th {
  width: 270px;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-info .info-table th {
    width: 100%;
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  #page-recruit .recruit-info .info-table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#page-recruit .entry-btn {
  padding-top: 30px;
  max-width: 440px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page-recruit .entry-btn {
    padding-top: 0;
  }
}

#page-recruit .entry-btn a {
  position: relative;
  display: block;
  background: #FFF;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #3a3a3a;
}

@media only screen and (max-width: 767px) {
  #page-recruit .entry-btn a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px 0;
  }
}

#page-recruit .entry-btn a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#page-product .page-ttl-wrap {
  background-image: url(../img/product/img_ttl.png);
}

.sec_first {
  padding: 82px 0px 70px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec_first {
    padding: 40px 0px 40px;
  }
}

.sec_first .logo-stand {
  display: block;
  text-align: center;
  margin: 0px auto 75px;
  max-width: 295px;
}

@media only screen and (max-width: 767px) {
  .sec_first .logo-stand {
    max-width: 200px;
    margin: 0px auto 30px;
  }
}

.sec_first .ttl {
  text-align: center;
  font-size: 24px;
  /*font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;*/
  margin-bottom: 58px;
}

@media screen and (max-width: 1023px) {
  .sec_first .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_first .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.sec_first p {
  letter-spacing: -1px;
}

.sec_lineUp .lineUp_inner {
  background: #ffffff;
  padding: 38px 3.5% 100px 3.5%;
}

@media screen and (max-width: 1023px) {
  .sec_lineUp .lineUp_inner {
    padding-bottom: 60px;
    padding: 38px 10px 60px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner {
    padding: 42px 10px 50px;
  }
}

.sec_lineUp .lineUp_inner .ttl_lineUp {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  margin-bottom: 35px;
  color: #3a3a3a;
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner .ttl_lineUp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec_lineUp .lineUp_inner .lineUp_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner .lineUp_item {
    display: block;
    margin-bottom: 50px;
  }
}

.sec_lineUp .lineUp_inner .lineUp_item .img {
  width: 52.5%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner .lineUp_item .img {
    width: 100%;
  }
}

.sec_lineUp .lineUp_inner .lineUp_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.sec_lineUp .lineUp_inner .lineUp_item .img .img_txt {
  position: absolute;
  bottom: 25px;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px 20px 15px 20%;
  color: #ffffff;
  line-height: 1.2;
  width: 82%;
}

@media screen and (max-width: 1023px) {
  .sec_lineUp .lineUp_inner .lineUp_item .img .img_txt {
    padding: 10px 10px 10px 5%;
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner .lineUp_item .img .img_txt {
    width: 95%;
    bottom: 15px;
  }
}

.sec_lineUp .lineUp_inner .lineUp_item .img .img_txt h3 {
	font-size: 18px;
	font-weight: bold;
  /*font-size: 25px;
  font-size: 2.5rem;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;*/
}

@media screen and (max-width: 1023px) {
  .sec_lineUp .lineUp_inner .lineUp_item .img .img_txt h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner .lineUp_item .img .img_txt h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_lineUp .lineUp_inner .lineUp_item .img .img_txt p {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Nunito", sans-serif;
}

.sec_lineUp .lineUp_inner .lineUp_item .img .img_txt p span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  .sec_lineUp .lineUp_inner .lineUp_item .img .img_txt p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner .lineUp_item .img .img_txt p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_lineUp .lineUp_inner .lineUp_item .img .img_txt p span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.sec_lineUp .lineUp_inner .lineUp_item .item_content {
  width: 47.5%;
  padding: 0px 0px 0px 45px;
}

@media screen and (max-width: 1023px) {
  .sec_lineUp .lineUp_inner .lineUp_item .item_content {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner .lineUp_item .item_content {
    width: 100%;
    padding: 15px 0px 10px;
  }
}

.sec_lineUp .lineUp_inner .lineUp_item .item_content .area_variation {
  margin-top: 53px;
}

@media screen and (max-width: 1023px) {
  .sec_lineUp .lineUp_inner .lineUp_item .item_content .area_variation {
    margin-top: 20px;
  }
}

.sec_lineUp .lineUp_inner .lineUp_item .item_content .area_variation .ttl {
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .lineUp_inner .lineUp_item .item_content .area_variation .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec_lineUp .box_gray {
  margin-bottom: 160px;
}

@media screen and (max-width: 1023px) {
  .sec_lineUp .box_gray {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .box_gray {
    margin-bottom: 60px;
  }
}

.sec_lineUp .block_variation {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .sec_lineUp .block_variation {
    margin-top: 40px;
  }
}

#page-concept .page-ttl-wrap {
  background-image: url(../img/concept/img_ttl.png);
}

.sec_concept {
  padding: 130px 0px 240px;
}

.sec_concept .btn_style01, .sec_concept .btn_style02 {
  max-width: 438px;
  height: 67px;
  line-height: 67px;
}

@media only screen and (max-width: 767px) {
  .sec_concept .btn_style01, .sec_concept .btn_style02 {
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .sec_concept {
    padding: 65px 0px 120px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept {
    padding: 40px 0px 40px;
  }
}

.sec_concept .item_style01-wrap {
  max-width: 1560px;
  width: 1560px;
  float: right;
}

@media screen and (max-width: 1500px) {
  .sec_concept .item_style01-wrap {
    width: 100%;
  }
}

.sec_concept .item_style01-wrap .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sec_concept .item_style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01 {
    display: block;
  }
}

.sec_concept .item_style01 .img {
  width: 61.5%;
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01 .img {
    width: 100%;
  }
}

.sec_concept .item_style01 .item_content {
  width: 38.5%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01 .item_content {
    width: 100%;
  }
}

.sec_concept .item_style01 .item_content-inner {
  margin-left: -50px;
}

@media only screen and (min-width: 768px) {
  .sec_concept .item_style01 .item_content-inner {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01 .item_content-inner {
    margin-left: inherit;
    padding-top: 20px;
  }
}

.sec_concept .item_style01 .item_content p {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
  max-width: 490px;
  letter-spacing: -0.9px;
}

.sec_concept .item_style01 .item_content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1230px) {
  .sec_concept .item_style01 .item_content p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .sec_concept .item_style01 .item_content p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01 .item_content p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.sec_concept .item_style01 .item_content .ttl {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Arapey", serif;
  margin-bottom: 20px;
}

.sec_concept .item_style01 .item_content .ttl span {
  display: block;
  font-size: 80px;
  font-size: 8rem;
  line-height: 0.8;
  margin: 5px 0px;
}

.sec_concept .item_style01 .item_content .ttl + p {
  margin-bottom: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1230px) {
  .sec_concept .item_style01 .item_content .ttl + p {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01 .item_content .ttl + p {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1230px) {
  .sec_concept .item_style01 .item_content .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .sec_concept .item_style01 .item_content .ttl span {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01 .item_content .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .sec_concept .item_style01 .item_content .ttl span {
    font-size: 49px;
    font-size: 4.9rem;
  }
}

@media screen and (max-width: 340px) {
  .sec_concept .item_style01 .item_content .ttl span {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

.sec_concept .item_style01-other {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 170px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .sec_concept .item_style01-other {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01-other {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sec_concept .item_style01-other .item_content {
  width: 25.6%;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1500px) {
  .sec_concept .item_style01-other .item_content {
    width: 38.5%;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01-other .item_content {
    position: static;
    width: 100%;
  }
}

.sec_concept .item_style01-other .item_content-inner {
  margin-right: -116px;
  margin-left: inherit;
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01-other .item_content-inner {
    margin-right: inherit;
  }
}

.sec_concept .item_style01-other .img {
  width: 74.35%;
}

@media screen and (max-width: 1500px) {
  .sec_concept .item_style01-other .img {
    width: 61.5%;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .item_style01-other .img {
    width: 100%;
  }
}

.sec_concept .block_total {
  max-width: 620px;
  margin: 130px auto 60px;
}

@media screen and (max-width: 1000px) {
  .sec_concept .block_total {
    margin: 65px auto 30px;
  }
}

.sec_concept .block_total p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
}

@media only screen and (max-width: 767px) {
  .sec_concept .block_total p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec_concept .list_style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .sec_concept .list_style03 {
    margin-bottom: 40px;
  }
}

.sec_concept .list_style03 .item {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sec_concept .list_style03 .item {
    width: 100%;
  }
}

.sec_concept .list_style03 .item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 33, 46, 0.4);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .sec_concept .list_style03 .item:after {
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  .sec_concept .list_style03 .item.on:after, .sec_concept .list_style03 .item:hover:after {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
  }
  .sec_concept .list_style03 .item.on .item_content, .sec_concept .list_style03 .item:hover .item_content {
    top: 40px !important;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.sec_concept .list_style03 .item .item_content {
  color: #ffffff;
  text-align: right;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 769px) {
  .sec_concept .list_style03 .item .item_content {
    top: 80px;
    z-index: 2;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .list_style03 .item .item_content {
    top: 20px;
  }
}

.sec_concept .list_style03 .item .item_content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14;
}

@media screen and (max-width: 800px) {
  .sec_concept .list_style03 .item .item_content p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .list_style03 .item .item_content p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.sec_concept .list_style03 .item .item_content .txt_lb {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
}

.sec_concept .list_style03 .item .item_content .txt_lb:before {
  content: '';
  position: absolute;
  width: 25px;
  background: #ffffff;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
}

.sec_concept .list_style03 .item .item_content .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .sec_concept .list_style03 .item .item_content .ttl {
    margin-bottom: 15px;
  }
}

.sec_concept .list_style03 .item .item_content .ttl span {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Arapey", serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .sec_concept .list_style03 .item .item_content .ttl span {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_concept .list_style03 .item .item_content .ttl span {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .sec_concept .list_product {
    margin-top: 70px;
    margin-bottom: 127px;
  }
}

.sp-420 {
  display: none;
}

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

#page-menu {
  background: url(../img/menu/bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 118px;
}

@media only screen and (max-width: 767px) {
  #page-menu {
    padding-bottom: 40px;
  }
}

#page-menu .page-ttl-wrap {
  background-image: url(../img/menu/img_ttl.png);
}

.sec-list-category {
  padding-top: 140px;
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .sec-list-category {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sec-list-category .wp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-list-category .wp-content .item {
  width: 50%;
  background: #b99c7e;
}

@media only screen and (max-width: 767px) {
  .sec-list-category .wp-content .item {
    width: 100%;
  }
}

.sec-list-category .wp-content .item:first-child, .sec-list-category .wp-content .item:last-child {
  background: #a17e5b;
}

.sec-list-category .wp-content .item .box-info {
  position: relative;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  padding-bottom: 10px;
  padding-left: 40px;
}

@media only screen and (max-width: 1150px) {
  .sec-list-category .wp-content .item .box-info {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

@media only screen and (max-width: 767px) {
  .sec-list-category .wp-content .item .box-info {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

.sec-list-category .wp-content .item .box-info .ttl-list-cate {
  font-family: "Arapey", serif;
  font-size: 72px;
  font-size: 7.2rem;
  color: #fff;
  line-height: 60px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1150px) {
  .sec-list-category .wp-content .item .box-info .ttl-list-cate {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec-list-category .wp-content .item .box-info .ttl-list-cate {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 0;
  }
}

.sec-list-category .wp-content .item .box-info p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .sec-list-category .wp-content .item .box-info p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-list-category .wp-content .item .box-info .more {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  bottom: -9px;
  right: 14px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
  .sec-list-category .wp-content .item .box-info .more {
    bottom: -15px;
    right: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.sec-list-category .wp-content .item .box-info .more:before {
  content: '';
  display: block;
  width: 1px;
  height: 21px;
  background: #fff;
  position: absolute;
  right: 50%;
  top: -30px;
}

.sec-hair-menu .ttl-hair-menu {
  font-family: "Arapey", serif;
  font-size: 35px;
  font-size: 3.5rem;
  color: #3a3a3a;
  text-align: center;
  background: rgba(189, 162, 144, 0.25);
  height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .ttl-hair-menu {
    font-size: 30px;
    font-size: 3rem;
    height: auto;
    margin-bottom: 40px;
    padding: 15px 0px;
  }
}

.sec-hair-menu .ttl-hair-menu span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3a3a3a;
  display: block;
  width: 100%;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .ttl-hair-menu span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-hair-menu .box-item {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item {
    margin-bottom: 40px;
  }
}

.sec-hair-menu .box-item .ttl-item {
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #9d9792;
  border-bottom: 3px solid #dfdad8;
  position: relative;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .ttl-item {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec-hair-menu .box-item .ttl-item:after {
  content: '';
  display: block;
  width: 372px;
  height: 3px;
  background: #9d9792;
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .ttl-item:after {
    width: 50%;
  }
}

.sec-hair-menu .box-item .ttl-item span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9d9792;
  font-weight: 500;
  margin-left: 5px;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .ttl-item span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 10px;
  }
}

@media screen and (max-width: 320px) {
  .sec-hair-menu .box-item .ttl-item span {
    display: block;
    margin-bottom: 5px;
  }
}

.sec-hair-menu .box-item .ttl-item span.db {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  /*margin-top: -2px;*/
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: normal;
  color: #3f3f3f;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .ttl-item span.db {
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 6px;
  }
}

.sec-hair-menu .box-item table {
  width: 100%;
}

.sec-hair-menu .box-item table tr {
  border-bottom: 1px solid #dddddd;
}

.sec-hair-menu .box-item table tr td {
  padding-top: 40px;
  padding-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table tr td {
    padding: 15px 0px;
  }
}

.sec-hair-menu .box-item table tr td:nth-child(1) {
  width: 930px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #3a3a3a;
  padding-left: 32px;
  padding-right: 32px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table tr td:nth-child(1) {
    padding-left: 0;
    font-size: 11px;
    font-size: 1.1rem;
    width: 50%;
    padding-right: 10px;
  }
}

.sec-hair-menu .box-item table tr td:nth-child(1) strong {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table tr td:nth-child(1) strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 320px) {
  .sec-hair-menu .box-item table tr td:nth-child(1) strong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-hair-menu .box-item table tr td:nth-child(1) p {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table tr td:nth-child(1) p {
    line-height: 20px;
  }
}

.sec-hair-menu .box-item table tr td:nth-child(2) {
  width: 400px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3a3a;
  line-height: 26px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table tr td:nth-child(2) {
    font-size: 13px;
    font-size: 1.3rem;
    width: 30%;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table tr td:nth-child(2) {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.sec-hair-menu .box-item table tr td.ft-Ara, .sec-hair-menu .box-item table tr td:nth-child(3) {
  width: 70px;
  font-family: "Arapey", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  color: #3a3a3a;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table tr td.ft-Ara, .sec-hair-menu .box-item table tr td:nth-child(3) {
    font-size: 20px;
    font-size: 2rem;
    width: 20%;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table tr.noBdr {
    border-bottom: 0;
  }
  .sec-hair-menu .box-item table tr.noBdr td {
    padding-bottom: 0;
  }
}

.sec-hair-menu .box-item table tr.pt0 td {
  padding-top: 5px;
}

.sec-hair-menu .box-item table.td2 tr td:nth-child(1) {
  width: calc(100% - 250px);
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table.td2 tr td:nth-child(1) {
    width: 75%;
  }
}

.sec-hair-menu .box-item table.td2 tr td:nth-child(2) {
  width: 250px;
  font-family: "Arapey", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  color: #3a3a3a;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table.td2 tr td:nth-child(2) {
    font-size: 20px;
    font-size: 2rem;
    width: 25%;
  }
}

.sec-hair-menu .box-item table.td2 tr td:nth-child(2) .txt-normal {
  /*font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;*/
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item table.td2 tr td:nth-child(2) .txt-normal {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-hair-menu .box-item .box-note {
  max-width: 465px;
  margin: 15px 0 35px auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -1.2px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .box-note {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
}

.sec-hair-menu .box-item .box-trial-session {
  margin: 0px 30px;
  padding: 28px 38px;
  border: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .box-trial-session {
    margin: 0;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .box-trial-session .ttl-item {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec-hair-menu .box-item .box-trial-session .wp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-hair-menu .box-item .box-trial-session .wp-box .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .box-trial-session .wp-box .item {
    width: 100%;
    padding-top: 10px;
  }
}

.sec-hair-menu .box-item .box-trial-session .wp-box .item .box-l {
  width: calc(100% - 70px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #3a3a3a;
  padding-left: 0px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .box-trial-session .wp-box .item .box-l {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.sec-hair-menu .box-item .box-trial-session .wp-box .item .box-l strong {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .box-trial-session .wp-box .item .box-l strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-hair-menu .box-item .box-trial-session .wp-box .item .box-l p {
  margin-bottom: 8px;
}

.sec-hair-menu .box-item .box-trial-session .wp-box .item .box-r {
  width: 70px;
  font-family: "Arapey", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  color: #3a3a3a;
  text-align: right;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .sec-hair-menu .box-item .box-trial-session .wp-box .item .box-r {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 0;
  }
}

.sec-hair-menu .box-item .txt-note {
  display: block;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 20px;
}

.pr-30 {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pr-30 {
    padding-right: 0px !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pl-30 {
    padding-left: 0px !important;
  }
}

.pl-25 {
  padding-left: 25px !important;
}

@media only screen and (max-width: 767px) {
  .pl-25 {
    padding-left: 0px !important;
  }
}

#page-skincare {
  background: url(../img/common/bg.jpg) repeat center top;
}

#page-skincare .main-area {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 4.16vw;
}

@media only screen and (max-width: 767px) {
  #page-skincare .main-area {
    margin-bottom: 50px;
  }
}

#page-skincare .main-area > img {
  width: 100%;
}

#page-skincare .main-area .inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page-skincare .main-area .inner {
    position: relative;
    margin-top: -6.66vw;
  }
}

#page-skincare .main-area .lead-main {
  padding: 4.15%;
  background: #fff;
  width: 41.5%;
  min-width: 500px;
}

@media only screen and (max-width: 767px) {
  #page-skincare .main-area .lead-main {
    padding: 5%;
    min-width: 1px;
    width: 100%;
    margin: 0 auto;
  }
}

#page-skincare .main-area .lead-main .ttl-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-skincare .main-area .lead-main .ttl-lead .desc {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #page-skincare .main-area .lead-main .ttl-lead .desc {
    line-height: 1.8;
  }
}

#page-skincare .main-area .lead-main .ttl-lead .ttl {
  margin-bottom: 30px;
  width: 65%;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  #page-skincare .main-area .lead-main .ttl-lead .ttl {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #page-skincare .main-area .lead-main .ttl-lead .ttl {
    width: 70%;
    font-size: 28px;
    font-size: 3.73333vw;
    /* 750 = design width, mobile only */
  }
  #page-skincare .main-area .lead-main .ttl-lead .ttl img {
    width: 90%;
  }
}

#page-skincare .main-area .lead-main .ttl-lead .ttl img {
  display: inline-block;
  margin-top: 15px;
}

#page-skincare .main-area .lead-main .ttl-lead .sup {
  width: 32.92%;
  max-width: 153px;
}

@media only screen and (max-width: 767px) {
  #page-skincare .main-area .lead-main .ttl-lead .sup {
    width: 25%;
  }
}

#page-skincare .sec-esthetic {
  padding-top: 80px;
}

#page-skincare .sec-esthetic .txt-box-wrap {
  position: relative;
  background: #f1e4df;
}

#page-skincare .sec-esthetic .txt-box-wrap:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f1e4df;
}

@media screen and (max-width: 1400px) {
  #page-skincare .sec-esthetic .txt-box-wrap:before {
    height: 2.85vw;
  }
}

#page-skincare .sec-esthetic .txt-box-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-skincare .sec-esthetic .txt-box-wrap .txt-box {
  position: relative;
  padding: 0 5.85% 0;
  width: 32.5%;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 1200px) {
  #page-skincare .sec-esthetic .txt-box-wrap .txt-box {
    padding: 4% 5.85%;
  }
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-esthetic .txt-box-wrap .txt-box {
    padding: 4% 2% 6%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

#page-skincare .sec-esthetic .txt-box-wrap .txt-box .ttl {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-esthetic .txt-box-wrap .txt-box .ttl {
    margin-bottom: 20px;
  }
}

#page-skincare .sec-esthetic .txt-box-wrap .txt-box .desc {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  #page-skincare .sec-esthetic .txt-box-wrap .txt-box .desc br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-esthetic .txt-box-wrap .txt-box .desc {
    line-height: 1.8;
  }
}

#page-skincare .sec-esthetic .txt-box-wrap .img {
  margin-top: -80px;
  width: 67.43%;
  height: 34.2vw;
  max-height: 618px;
  background: url(../img/skincare/img_lead.jpg) no-repeat left center;
  background-size: cover;
}

@media screen and (max-width: 1400px) {
  #page-skincare .sec-esthetic .txt-box-wrap .img {
    height: 44.14vw;
  }
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-esthetic .txt-box-wrap .img {
    margin-top: -10.66vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 65.36vw;
  }
}

#page-skincare .sec-point {
  padding: 130px 0 95px;
}

#page-skincare .sec-point .ttl-sec {
  margin-bottom: 60px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

#page-skincare .sec-point .point-list {
  margin: 0 auto;
  max-width: 1108px;
  border-top: 1px solid #dddddd;
}

#page-skincare .sec-point .point-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 45px 0;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-point .point-list-item {
    padding: 20px 0;
  }
}

#page-skincare .sec-point .point-list-item .no {
  width: 110px;
  color: #d8a693;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-point .point-list-item .no {
    margin-bottom: 15px;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
  }
}

#page-skincare .sec-point .point-list-item .img {
  padding: 0 1.8%;
  width: 29.5%;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-point .point-list-item .img {
    padding: 0 3% 0 0;
    width: 35%;
  }
}

@media only screen and (max-width: 640px) {
  #page-skincare .sec-point .point-list-item .img {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

#page-skincare .sec-point .point-list-item .txt {
  width: calc(70.5% - 110px);
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-point .point-list-item .txt {
    width: 65%;
  }
}

@media only screen and (max-width: 640px) {
  #page-skincare .sec-point .point-list-item .txt {
    width: 100%;
  }
}

#page-skincare .sec-point .point-list-item .txt .head {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-point .point-list-item .txt .head {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#page-skincare .sec-point .point-list-item .txt .head span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(238, 216, 243, 0.8)));
  background: -o-linear-gradient(transparent 60%, rgba(238, 216, 243, 0.8) 60%);
  background: linear-gradient(transparent 60%, rgba(238, 216, 243, 0.8) 60%);
}

#page-skincare .sec-point .point-list-item .txt .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
}

#page-skincare .sec-course {
  padding: 95px 0 70px;
  background: #ddbdaf;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course {
    padding: 60px 0;
  }
}

#page-skincare .sec-course .ttl-sec {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #page-skincare .sec-course .ttl-sec {
    font-size: 20px;
    font-size: 2rem;
  }
}

#page-skincare .sec-course .ttl-sec .cap {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  #page-skincare .sec-course .ttl-sec .cap {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#page-skincare .sec-course .lead {
  margin: 30px 0 60px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  #page-skincare .sec-course .lead {
    margin: 30px 0;
  }
}

#page-skincare .sec-course .course-item {
  margin-bottom: 30px;
  padding: 35px 30px 25px;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  #page-skincare .sec-course .course-item {
    padding: 35px 5% 25px;
  }
}

#page-skincare .sec-course .course-item .inner-box {
  margin: 0 auto;
  max-width: 806px;
}

#page-skincare .sec-course .course-item .head-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .head-course {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

#page-skincare .sec-course .course-item .head-course .icn {
  position: relative;
  width: 140px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .head-course .icn {
    position: relative;
    width: 100px;
  }
  #page-skincare .sec-course .course-item .head-course .icn:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 1px;
    height: calc(100% + 20px);
    background: #f3e2db;
    z-index: -1;
  }
}

#page-skincare .sec-course .course-item .head-course .head {
  padding-left: 6.2%;
  width: calc(100% - 140px);
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .head-course .head {
    padding-left: 4%;
    width: calc(100% - 100px);
  }
}

#page-skincare .sec-course .course-item .head-course .head-ttl {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .head-course .head-ttl {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333;
  }
}

#page-skincare .sec-course .course-item .head-course .head .desc {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .head-course .head .desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#page-skincare .sec-course .course-item .course-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 30px 3.7% 15px;
  border: 1px solid #f3e2db;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .course-cont {
    padding: 20px 3.7% 15px;
  }
}

#page-skincare .sec-course .course-item .course-cont:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -22px;
  left: 70px;
  width: 1px;
  height: 22px;
  background: #f3e2db;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .course-cont:before {
    left: 49px;
  }
}

#page-skincare .sec-course .course-item .course-cont .description {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

#page-skincare .sec-course .course-item .course-cont .description .ttl-desc {
  margin-bottom: 5px;
  color: #e6989a;
  font-size: 16px;
  font-size: 1.6rem;
}

#page-skincare .sec-course .course-item .course-cont .ttl {
  width: 160px;
  color: #ddbdaf;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .course-cont .ttl {
    margin-bottom: 20px;
    width: 100%;
  }
}

#page-skincare .sec-course .course-item .course-cont .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 160px);
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .course-cont .flow {
    width: 100%;
  }
}

#page-skincare .sec-course .course-item .course-cont .flow li {
  margin-bottom: 15px;
}

#page-skincare .sec-course .course-item .course-cont .flow-item {
  padding: 10px 16px;
  color: #3b3b3b;
  font-size: 14px;
  font-size: 1.4rem;
  background: #f7edeb;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .course-cont .flow-item {
    margin: 0 auto;
    width: 100%;
  }
}

#page-skincare .sec-course .course-item .course-cont .flow .arrow {
  position: relative;
  width: 34px;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .course-cont .flow .arrow {
    width: 100%;
  }
}

#page-skincare .sec-course .course-item .course-cont .flow .arrow.add {
  display: none;
}

@media screen and (max-width: 862px) {
  #page-skincare .sec-course .course-item .course-cont .flow .arrow.add {
    display: block;
  }
}

#page-skincare .sec-course .course-item .course-cont .flow .arrow:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -5px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #3a3a3a;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-course .course-item .course-cont .flow .arrow:before {
    border-width: 8px 5px 0 5px;
    border-color: #3a3a3a transparent transparent transparent;
  }
}

#page-skincare .sec-package {
  padding: 100px 0 80px;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-package {
    padding: 60px 0;
  }
}

#page-skincare .sec-package .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-skincare .sec-package .inner .txt {
  padding: 0 5%;
  width: 28.2%;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 1280px) {
  #page-skincare .sec-package .inner .txt {
    padding: 0 3%;
  }
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-package .inner .txt {
    margin-bottom: 40px;
    width: 100%;
  }
}

#page-skincare .sec-package .inner .txt .ttl-sec {
  display: inline-block;
  margin-bottom: 70px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  #page-skincare .sec-package .inner .txt .ttl-sec {
    margin-bottom: 6.816vw;
    font-size: 2.34375vw;
  }
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-package .inner .txt .ttl-sec {
    font-size: 20px;
    font-size: 2rem;
  }
}

#page-skincare .sec-package .inner .txt .ttl-sec strong {
  display: block;
}

#page-skincare .sec-package .inner .txt .ttl-sec .cap {
  display: inline-block;
  padding: 5px 2px 8px;
  color: #d8a693;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  border-bottom: 2px solid #ddbdaf;
}

@media screen and (max-width: 1024px) {
  #page-skincare .sec-package .inner .txt .ttl-sec .cap {
    font-size: 1.4648vw;
  }
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-package .inner .txt .ttl-sec .cap {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#page-skincare .sec-package .inner .txt .head {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  #page-skincare .sec-package .inner .txt .head br {
    display: none;
  }
}

#page-skincare .sec-package .inner .txt .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.92857;
}

#page-skincare .sec-package .inner .img {
  width: 71.8%;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-package .inner .img {
    width: 100%;
  }
}

#page-skincare .sec-courseMenu {
  padding: 110px 0 90px;
  background: url(../img/skincare/bg_courseMenu.jpg) no-repeat center center;
  color: #fff;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-courseMenu {
    padding: 60px 0 40px;
  }
}

#page-skincare .sec-courseMenu > p {
  font-size: 14px;
  font-size: 1.4rem;
}

#page-skincare .sec-courseMenu .menu-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 0;
  max-width: 1195px;
}

#page-skincare .sec-courseMenu .menu-course-item {
  margin-bottom: 30px;
  padding: 34px 1.5%;
  width: 31%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  #page-skincare .sec-courseMenu .menu-course-item {
    margin: 0 auto 30px;
    padding: 34px 3%;
    width: 100%;
    max-width: 400px;
  }
}

#page-skincare .sec-courseMenu .menu-course-item .ttl {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  max-width: 290px;
  background: #fff;
  border-radius: 20px;
  color: #e6989a;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.16667;
}

@media only screen and (max-width: 640px) {
  #page-skincare .sec-courseMenu .menu-course-item .ttl {
    width: 90%;
    padding: 3px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

#page-skincare .sec-courseMenu .menu-course-item p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
}

@media only screen and (max-width: 640px) {
  #page-skincare .sec-courseMenu .menu-course-item p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333;
  }
}

#page-skincare .btn_style01, #page-skincare .btn_style02 {
  max-width: 438px;
}

.sec-bnrArea {
  padding: 95px 0 170px;
}

@media only screen and (max-width: 767px) {
  .sec-bnrArea {
    padding: 60px 0 80px;
  }
}

.sec-bnrArea .btn_style01, .sec-bnrArea .btn_style02 {
  margin-top: 0;
}

.sec-bnrArea .page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 160px 0 0;
}

@media only screen and (max-width: 767px) {
  .sec-bnrArea .page-nav {
    margin: 80px 0 0;
  }
}

.sec-bnrArea .page-nav-item {
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .sec-bnrArea .page-nav-item {
    width: 100%;
  }
}

.sec-bnrArea .page-nav-item a {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}

.sec-bnrArea .page-nav-item a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.sec-bnrArea .page-nav-item a > img {
  width: 100%;
}

.sec-bnrArea .page-nav-item a .txt {
  padding: 0 20px 20px;
  padding-right: 20px;
  background: #a17e5b;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .sec-bnrArea .page-nav-item a .txt {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 767px) {
  .sec-bnrArea .page-nav-item a .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-bnrArea .page-nav-item a .txt span {
  display: block;
  margin-bottom: 10px;
  margin-top: -15px;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: .8;
}

@media screen and (max-width: 960px) {
  .sec-bnrArea .page-nav-item a .txt span {
    font-size: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .sec-bnrArea .page-nav-item a .txt span {
    font-size: 40px;
    font-size: 4rem;
  }
}

.sec-bnrArea .page-nav-item a .more {
  position: absolute;
  bottom: 0;
  right: 12px;
}

.sec-bnrArea .page-nav-item:nth-child(even) a .txt {
  background: #b99c7e;
}

.sec-bnrArea .btn_style01, .sec-bnrArea .btn_style02 {
  max-width: 438px;
}

#page-hair {
  background: url(../img/common/bg.jpg) repeat center top;
}

#page-hair .section {
  margin-bottom: 70px;
}

#page-hair .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-hair .flexBox .leadBox {
  position: relative;
  padding: 0 8%;
  margin: 0 -17.5% 0 0;
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #page-hair .flexBox .leadBox {
    margin: 0 -20% 0 0;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 767px) {
  #page-hair .flexBox .leadBox {
    margin: 0 0 40px;
    padding: 0 2%;
    width: 100%;
  }
}

#page-hair .flexBox .leadBox .shoulder-txt {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #page-hair .flexBox .leadBox .shoulder-txt {
    line-height: 1.8;
  }
}

#page-hair .flexBox .img {
  width: 67.5%;
}

@media screen and (max-width: 1024px) {
  #page-hair .flexBox .img {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #page-hair .flexBox .img {
    width: 100%;
  }
}

#page-hair .flexBox .img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #page-hair .flexBox.rev .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#page-hair .flexBox.rev .leadBox {
  margin: 0 0 0 -17.5%;
}

@media only screen and (min-width: 768px) {
  #page-hair .flexBox.rev .leadBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1024px) {
  #page-hair .flexBox.rev .leadBox {
    margin: 0 0 40px -20%;
  }
}

@media only screen and (max-width: 767px) {
  #page-hair .flexBox.rev .leadBox {
    margin-left: 0;
  }
}

#page-hair .ttlTxt {
  margin-bottom: 10px;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  #page-hair .ttlTxt {
    font-size: 8.789vw;
  }
}

@media only screen and (max-width: 767px) {
  #page-hair .ttlTxt {
    font-size: 80px;
    font-size: 10.66667vw;
    /* 750 = design width, mobile only */
  }
}

#page-hair .shoulder-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-hair .shoulder-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#page-hair .shoulder-txt + p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #page-hair .shoulder-txt + p {
    margin-top: 15px;
  }
}

#page-hair .shoulder-txt-en {
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  #page-hair .shoulder-txt-en {
    margin-top: -5px;
    font-size: 20px;
    font-size: 2rem;
  }
}

#page-hair .txtCat {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #a17e5b;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #page-hair .txtCat {
    font-size: 20px;
    font-size: 2rem;
  }
}

#page-hair .txtCat:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #a17e5b;
}

#page-hair p.mb {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #page-hair p.mb {
    margin-bottom: 15px;
  }
}

#page-hair .main-area {
  position: relative;
  padding: 184px 0 80px;
}

@media screen and (max-width: 1800px) {
  #page-hair .main-area {
    padding: 10vw 0 4.44vw;
  }
}

@media screen and (max-width: 1460px) {
  #page-hair .main-area {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page-hair .main-area {
    padding: 0;
  }
}

#page-hair .main-area .leadBox {
  padding: 120px 0 110px;
  width: 100%;
  color: #fff;
  background: #b99c7e;
}

@media screen and (max-width: 1800px) {
  #page-hair .main-area .leadBox {
    padding: 6.11vw 0 5.83vw;
  }
}

#page-hair .main-area .leadBox .innerBox {
  position: relative;
  width: 50%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page-hair .main-area .leadBox .innerBox {
    width: 100%;
    min-width: 1px;
  }
}

#page-hair .main-area .leadBox .ttlBox {
  margin-bottom: 30px;
}

#page-hair .main-area .img {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

@media screen and (max-width: 1800px) {
  #page-hair .main-area .img {
    width: 71.42%;
    min-width: 650px;
  }
}

@media only screen and (max-width: 767px) {
  #page-hair .main-area .img {
    position: relative;
    width: 100%;
    min-width: 1px;
  }
}

#page-hair .caption {
  padding: 120px 0 80px;
}

@media only screen and (max-width: 767px) {
  #page-hair .caption {
    padding: 60px 0;
  }
}

#page-hair .sec-bnrArea {
  padding-top: 55px;
}

@media only screen and (max-width: 767px) {
  #page-hair .sec-bnrArea {
    padding-top: 0;
  }
}

#page-eyelash {
  background: url(../img/common/bg.jpg) repeat center top;
}

#page-eyelash .section {
  margin-bottom: 70px;
}

#page-eyelash .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page-eyelash .flexBox .leadBox {
  position: relative;
  padding: 0 11.7%;
  margin: 0 -17.5% 0 0;
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 1;
}

@media screen and (min-width: 1291px) {
  #page-eyelash .flexBox .leadBox.pd {
    padding: 0 11.7% 0 16%;
  }
}

@media screen and (max-width: 1290px) {
  #page-eyelash .flexBox .leadBox {
    padding: 0 5.5%;
  }
}

@media screen and (max-width: 1024px) {
  #page-eyelash .flexBox .leadBox {
    margin: 0 -20% 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #page-eyelash .flexBox .leadBox {
    margin: 0 0 40px;
    padding: 0 2%;
    width: 100%;
  }
}

#page-eyelash .flexBox .leadBox .shoulder-txt {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .flexBox .leadBox .shoulder-txt {
    line-height: 1.8;
  }
}

#page-eyelash .flexBox .img {
  width: 67.5%;
}

@media screen and (max-width: 1024px) {
  #page-eyelash .flexBox .img {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  #page-eyelash .flexBox .img {
    width: 100%;
  }
}

#page-eyelash .flexBox .img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #page-eyelash .flexBox.rev .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#page-eyelash .flexBox.rev .leadBox {
  margin: 0 0 0 -17.5%;
}

@media only screen and (min-width: 768px) {
  #page-eyelash .flexBox.rev .leadBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1024px) {
  #page-eyelash .flexBox.rev .leadBox {
    margin: 0 0 40px -20%;
  }
}

@media only screen and (max-width: 767px) {
  #page-eyelash .flexBox.rev .leadBox {
    margin-left: 0;
  }
}

#page-eyelash .ttlTxt {
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .ttlTxt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

#page-eyelash .shoulder-txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .shoulder-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#page-eyelash .shoulder-txt + p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .shoulder-txt + p {
    margin-top: 15px;
  }
}

#page-eyelash .txtCat {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #a17e5b;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .txtCat {
    font-size: 20px;
    font-size: 2rem;
  }
}

#page-eyelash .txtCat:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #a17e5b;
}

#page-eyelash .main-area {
  position: relative;
  padding: 184px 0 80px;
  min-height: 924px;
}

@media screen and (max-width: 1800px) {
  #page-eyelash .main-area {
    min-height: calc(100vw * .55);
    height: 100%;
    padding: 10vw 0 4.44vw;
  }
}

@media only screen and (max-width: 767px) {
  #page-eyelash .main-area {
    padding: 0;
  }
}

#page-eyelash .main-area .leadBox {
  padding: 135px 0 125px;
  width: 100%;
  color: #fff;
  background: #b99c7e;
}

@media screen and (max-width: 1800px) {
  #page-eyelash .main-area .leadBox {
    padding: 6.11vw 0 5.83vw;
  }
}

#page-eyelash .main-area .leadBox .innerBox {
  position: relative;
  width: 50%;
  z-index: 1;
  max-width: 380px;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .main-area .leadBox .innerBox {
    width: 100%;
    min-width: 1px;
  }
}

#page-eyelash .main-area .leadBox .ttlBox {
  margin-bottom: 30px;
}

#page-eyelash .main-area .img {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

@media screen and (max-width: 1800px) {
  #page-eyelash .main-area .img {
    width: 71.42%;
  }
}

@media only screen and (max-width: 767px) {
  #page-eyelash .main-area .img {
    position: relative;
    width: 100%;
    min-width: 1px;
  }
}

#page-eyelash .caption {
  padding: 110px 0 60px;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .caption {
    padding: 60px 0;
  }
}

#page-eyelash .caption .ttlTxt {
  margin-bottom: 5px;
}

#page-eyelash .caption-02 {
  padding: 95px 0 70px;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .caption-02 {
    padding: 60px 0;
  }
}

#page-eyelash .sec-secret {
  color: #fff;
  background: url(../img/eyelash/img_eyelash02.jpg) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-secret {
    background: url(../img/eyelash/img_eyelash02_sp.jpg) no-repeat left top;
    background-size: cover;
  }
}

#page-eyelash .sec-secret .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 885px;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-secret .inner {
    padding: 12vw 0;
    height: auto;
  }
}

#page-eyelash .sec-secret .txt-box {
  padding: 0 3.8%;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  #page-eyelash .sec-secret .txt-box {
    width: 100%;
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-secret .txt-box {
    max-width: 100%;
  }
}

#page-eyelash .sec-secret .txt-box .secret-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

#page-eyelash .sec-secret .txt-box .secret-item .icn {
  width: 95px;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-secret .txt-box .secret-item .icn {
    width: 70px;
  }
}

#page-eyelash .sec-secret .txt-box .secret-item .txt {
  padding-left: 20px;
  width: calc(100% - 95px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-secret .txt-box .secret-item .txt {
    padding-left: 3%;
    width: calc(100% - 70px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714;
  }
  #page-eyelash .sec-secret .txt-box .secret-item .txt p {
    padding-bottom: 10px;
    margin-left: -70px;
    width: calc(100% + 70px);
  }
}

#page-eyelash .sec-secret .txt-box .secret-item .txt .head {
  margin: 15px 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-secret .txt-box .secret-item .txt .head {
    margin: 10px 0;
    min-height: 62px;
  }
}

#page-eyelash .sec-about {
  margin: 140px 0 30px;
  padding: 130px 0 80px;
  color: #fff;
  background: url(../img/eyelash/img_eyelash06.jpg) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-about {
    margin: 70px 0 50px;
    padding: 16vw 0;
    background: url(../img/eyelash/img_eyelash06_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

#page-eyelash .sec-about .txt-box {
  margin: 0 auto;
  max-width: 630px;
}

#page-eyelash .sec-about .ttl-sec {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-about .ttl-sec {
    margin-bottom: 25px;
  }
}

#page-eyelash .sec-about .ttl-sec .en {
  font-size: 48px;
  font-size: 4.8rem;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-about .ttl-sec .en {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

#page-eyelash .sec-about .ttl-sec .cap {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-size: 1.6rem;
}

#page-eyelash .sec-about .note {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

#page-eyelash .sec-bnrArea {
  padding-top: 55px;
}

@media only screen and (max-width: 767px) {
  #page-eyelash .sec-bnrArea {
    padding-top: 0;
  }
}

.ttl_custom01 {
  font-family: "Arapey", serif;
  font-size: 60px;
  font-size: 6rem;
  text-align: center;
  color: #9d9792;
  line-height: 1.4;
  padding: 63px 20px 58px;
}

@media only screen and (max-width: 1700px) {
  .ttl_custom01 {
    font-size: 45px;
    font-size: 4.5rem;
    padding: 40px 20px;
  }
}

.ttl_custom02 {
  font-family: "Arapey", serif;
  font-size: 90px;
  font-size: 9rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .ttl_custom02 {
    font-size: 8.789vw;
  }
}

@media only screen and (max-width: 767px) {
  .ttl_custom02 {
    font-size: 80px;
    font-size: 10.66667vw;
    /* 750 = design width, mobile only */
  }
}

.ttl_custom03 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: inherit;
  font-weight: 500;
  line-height: calc(32 / 18);
}

@media only screen and (max-width: 1200px) {
  .ttl_custom03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl_custom04 {
  font-family: "Arapey", serif;
  font-size: 36px;
  font-size: 3.6rem;
  background: #f1e8e3;
  padding: 40px 20px 26px;
  line-height: normal;
  margin-bottom: 65px;
}

.ttl_custom04 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  .ttl_custom04 {
    margin-bottom: 35px;
  }
}

.inner-1400 {
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}

.inner-1180 {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
}

.txt_custom01 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  letter-spacing: -1px;
}

#page-whitening {
  line-height: calc(30 / 14);
}

.beauty_wrap {
  position: relative;
  color: #fff;
  margin-bottom: 118px;
}

@media only screen and (max-width: 1200px) {
  .beauty_wrap {
    background: #92bec3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .beauty_wrap {
    margin-bottom: 60px;
    display: block;
  }
  .txt_custom01 {
	  font-size: 14px;
	  text-align: left;
  }
}

.beauty_wrap:before {
  position: absolute;
  content: '';
  top: 19.6%;
  bottom: 8.8%;
  left: 0;
  right: 0;
  background: #92bec3;
  z-index: -1;
}

@media only screen and (max-width: 1700px) {
  .beauty_wrap:before {
    top: 8%;
    bottom: 6%;
  }
}

@media only screen and (max-width: 1200px) {
  .beauty_wrap:before {
    display: none;
  }
}

.beauty_wrap .beauty_img {
  width: 66.5%;
  margin-left: auto;
}

@media only screen and (max-width: 1800px) {
  .beauty_wrap .beauty_img {
    width: 71.42%;
    min-width: 650px;
  }
}

@media only screen and (max-width: 1200px) {
  .beauty_wrap .beauty_img {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .beauty_wrap .beauty_img {
    width: 100%;
    min-width: 1px;
  }
}

.beauty_wrap .beauty_img img {
  width: 100%;
}

.beauty_wrap .beauty_content {
  position: absolute;
  top: 28.7%;
  left: 11.01%;
}

@media only screen and (max-width: 1700px) {
  .beauty_wrap .beauty_content {
    top: 14%;
    left: 5%;
  }
}

@media only screen and (max-width: 1200px) {
  .beauty_wrap .beauty_content {
    position: inherit;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 30px;
    width: 50%;
    min-width: 360px;
    margin-right: -21.42%;
  }
}

@media only screen and (max-width: 767px) {
  .beauty_wrap .beauty_content {
    margin-right: 0;
    padding: 6.11vw 15px 5.83vw;
    width: 100%;
    min-width: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .beauty_wrap .beauty_content .beauty_txt {
    max-width: 360px;
  }
}

.beauty_wrap .beauty_content p {
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .beauty_wrap .beauty_content p {
    margin-top: 15px;
  }
}

.beauty_wrap .ttl_custom02 {
  margin-bottom: -2px;
}

.beauty_wrap .ttl_custom03 {
  margin-bottom: 39px;
}

.beauty_container {
  text-align: center;
  margin-bottom: 74px;
}

@media only screen and (max-width: 767px) {
  .beauty_container {
    padding: 0 15px;
    margin-bottom: 9vw;
  }
}

.beauty_container .ttl_custom03 {
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .beauty_container .ttl_custom03 {
    margin-bottom: 15px;
  }
}

.sec_reason .txt_custom01 {
  margin-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  .sec_reason .txt_custom01 {
    margin-bottom: 30px;
  }
}

.reason_wrap {
  padding-left: 17.86%;
  position: relative;
  margin-bottom: 77px;
}

@media only screen and (max-width: 1400px) {
  .reason_wrap {
    padding-left: 0;
  }
}

.reason_wrap .ttl_custom02 {
  position: absolute;
  top: -27px;
  left: 13.4%;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .reason_wrap .ttl_custom02 {
    left: 0;
  }
}

.reason_wrap .ttl_custom02 .ttl-txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #92bec3;
  line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .reason_wrap .reason_img img {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .reason_wrap .reason_img img {
    width: 100%;
  }
}

.reason_wrap .reason_content {
  position: absolute;
  max-width: 550px;
  right: 0;
  bottom: 44px;
}

@media only screen and (max-width: 1200px) {
  .reason_wrap .reason_content {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  .reason_wrap .reason_content {
    position: relative;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    margin-top: 20px;
  }
}

.reason_wrap .reason_content .ttl_custom03 {
  margin-bottom: 30px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
  .reason_wrap .reason_content .ttl_custom03 {
    margin-bottom: 15px;
  }
}

.reason_wrap .reason_content .ttl_custom03 + p {
  margin-bottom: 45px;
  letter-spacing: -0.9px;
}

@media only screen and (max-width: 767px) {
  .reason_wrap .reason_content .ttl_custom03 + p {
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}

.reason_wrap .reason_content .reasons {
  position: relative;
  padding-left: 61px;
  padding-right: 16px;
  margin-top: 50px;
}

.reason_wrap .reason_content .reasons_txt {
  position: absolute;
  left: -1px;
  padding: 20px 3px;
  border: 1px solid #9d9792;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: -6px;
  bottom: -11px;
  color: #9d9792;
  text-align: center;
}

.list_reasons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11px;
}

.list_reasons li {
  width: 33.33%;
  padding: 0 11px;
  position: relative;
}

.list_reasons span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  background: #e7c9bf;
  border-radius: 20px;
  text-align: center;
  width: 123px;
  display: block;
  font-weight: 500;
  line-height: 1.75;
  margin: -8px auto 0;
  position: relative;
}

.col03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col03 li {
  width: 30%;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .col03 li {
    margin-bottom: 30px;
    width: 48%;
  }
  .col03 li img {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .col03 li {
    width: 100%;
  }
}

.col03 li .content {
  padding: 25px 7% 39px;
  letter-spacing: -1px;
}

.col03 li .ttl_custom03 {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 22px;
  padding-bottom: 8px;
  letter-spacing: 0;
}

.col03-custom01 {
  color: #fff;
  margin: 0;
}

.col03-custom01 li {
  position: relative;
  padding: 0;
}

.col03-custom01 li .content {
  background: #a17e5b;
  padding: 0 24px 15px;
}

.col03-custom01 li .content:hover {
  background: #b99c7e;
}

.col03-custom01 li .content p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.4px;
  line-height: normal;
}

.col03-custom01 li .content p span {
  display: block;
  font-family: "Arapey", serif;
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: -26px;
  margin-bottom: -1px;
}

@media only screen and (max-width: 1200px) {
  .col03-custom01 li .content p span {
    font-size: 35px;
    font-size: 3.5rem;
    margin-top: -16px;
  }
}

.col03-custom01 li .content .more {
  position: absolute;
  font-size: 9px;
  font-size: 0.9rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  bottom: 5px;
  right: 10px;
  letter-spacing: 0.9px;
}

.col03-custom01 li .content .more:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background: #fff;
  bottom: calc(100% + 5px);
  left: 50%;
}

.bottle {
  margin-top: 103px;
  text-align: center;
  padding: 0 0 63px;
  background: #92bec3 url("../img/whitening/bg-02.png") no-repeat;
  background-position: 74.8% 16%;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .bottle {
    padding: 0 0 63px;
    background-position: 84.8% 13%;
    color: #fff;
    background-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .bottle {
    margin-top: 30px;
    background-position: top 20% right 4vw;
    background-size: 20%;
  }
}

.bottle .txt-top {
  position: relative;
  padding: 65px 80px;
  background: url("../img/whitening/bg-01.png") no-repeat left 80px bottom;
  background-size: 380px auto;
}

@media only screen and (max-width: 1400px) {
  .bottle .txt-top {
    background-size: 30% auto;
    background-position: left 3% bottom;
  }
}

@media only screen and (max-width: 1200px) {
  .bottle .txt-top {
    padding: 65px 6.66%;
  }
}

@media only screen and (max-width: 767px) {
  .bottle .txt-top {
    background: none;
  }
}

@media only screen and (min-width: 920px) {
  .bottle .txt-top p .br {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .bottle .img {
    margin: 0 auto;
    width: 90%;
    max-width: 1086px;
  }
}

@media only screen and (max-width: 767px) {
  .bottle .img {
    margin-top: -6.3vw;
  }
}

.bottle .ttl_custom01 {
  line-height: normal;
  color: inherit;
  margin-bottom: 20px;
  padding: 0;
}

.bottle .ttl_custom03 {
  margin-bottom: 24px;
  letter-spacing: -1.8px;
}

.bottle > p {
  letter-spacing: -1px;
}

.bottle .bottle_price {
  text-align: right;
  font-family: "Arapey", serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: normal;
  margin-top: 3px;
  padding-right: 10px;
  letter-spacing: -0.3px;
}

.bottle .bottle_price span {
  position: relative;
}

.bottle .bottle_price span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: #fff;
}

.list-bottle {
  position: relative;
  margin-top: 45px;
}

.list-bottle img {
  position: absolute;
  bottom: calc(100% - 10px);
  left: -80px;
  width: 34.9%;
}

@media only screen and (max-width: 1200px) {
  .list-bottle img {
    width: 30%;
    left: -50px;
  }
}

.list-bottle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -22px;
}

.list-bottle ul li {
  position: relative;
  color: #6fb1b9;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  padding: 12px 19px;
  border-radius: 30px;
  font-weight: 500;
  line-height: 1.25;
  margin: 10px 22px;
  letter-spacing: -1px;
}

.list-bottle ul li:before {
  content: '＋';
  position: absolute;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  left: calc(100% + 4px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-bottle ul li:last-child:before {
  display: none;
}

.list-bottle ul li span {
  position: absolute;
  top: calc(100% + 7px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 156px;
  height: 45px;
  color: #fff;
  background: url("../img/whitening/bg-04.png");
  line-height: 3.8;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.sec_whiteningmenu {
  text-align: center;
  padding-top: 142px;
}

@media only screen and (max-width: 1200px) {
  .sec_whiteningmenu {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_whiteningmenu {
    padding-top: 60px;
  }
}

.sec_whiteningmenu .ttl_custom03 {
  margin-bottom: 40px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 767px) {
  .sec_whiteningmenu .ttl_custom03 {
    margin-bottom: 20px;
  }
}

.sec_whiteningmenu .ttl_custom03 + p {
  letter-spacing: -1px;
}

@media only screen and (max-width: 640px) {
  .sec_whiteningmenu .ttl_custom03 + p {
    text-align: left;
  }
}

.sec_whiteningmenu .btn_style01, .sec_whiteningmenu .btn_style02 {
  margin-top: 77px;
  max-width: 438px;
  height: 67px;
}

@media only screen and (max-width: 767px) {
  .sec_whiteningmenu .btn_style01, .sec_whiteningmenu .btn_style02 {
    margin-top: 40px;
  }
}

.list_price {
  margin-top: 82px;
}

@media only screen and (max-width: 640px) {
  .list_price {
    margin-top: 40px;
    padding: 0;
  }
}

.list_price .col03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 640px) {
  .list_price .col03 li {
    width: 100%;
  }
}

.list_price .col03 li .price_wrap {
  color: #fff;
  background: #f4b2b3;
  width: 100%;
  height: 100%;
  padding: 42px 10px 20px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .list_price .col03 li .price_wrap {
    padding-bottom: 30px;
  }
}

.list_price .col03 li .price_type {
  display: block;
  width: 175px;
  margin: auto;
  border-radius: 20px;
  background: #fff;
  color: #e6989a;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.55;
  margin-bottom: 14px;
}

@media only screen and (max-width: 640px) {
  .list_price .col03 li .price_type {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list_price .col03 li .price_txt {
  font-family: "Arapey", serif;
  font-size: 58px;
  font-size: 5.8rem;
  line-height: normal;
}

@media only screen and (max-width: 640px) {
  .list_price .col03 li .price_txt {
    font-size: 50px;
    font-size: 5rem;
  }
}

.list_price .col03 li .price_txt span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
}

.list_price .col03 li .price_txt + p {
  letter-spacing: -1px;
  font-size: 17px;
  font-size: 1.7rem;
}

.list_price .col03 li .price_txt + p span {
  font-family: "Arapey", serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: normal;
}

.list_price .col03 li .price_txt + p span span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
}

.list_price .col03 li .price_recom {
  position: absolute;
  width: 134px;
  height: 26px;
  background: url("../img/whitening/bg-03.png") no-repeat;
  background-size: 100% 100%;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.2;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.list_service {
  text-align: left;
  margin: 194px 0 150px;
}

@media only screen and (max-width: 1200px) {
  .list_service {
    margin: 100px 0 80px;
  }
}

.list_service img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .list_service {
    font-size: 50px;
    font-size: 5rem;
  }
}

#page-whitening .sec-bnrArea {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  #page-whitening .sec-bnrArea {
    padding-top: 40px;
  }
}

#page-company .page-ttl-wrap {
  background-image: url(../img/company/img_ttl.jpg);
}

#page-company .company-tbl {
  padding: 85px 0 90px;
}

#page-company .company-tbl table {
  width: 100%;
  border: 0;
}

#page-company .company-tbl th {
  background: #dbcebd;
  border-top: 1px solid #bdbdbd;
  padding: 30px;
  text-align: center;
  font-weight: 600;
}

#page-company .company-tbl td {
  border-top: 1px solid #bdbdbd;
  padding: 30px;
}

#page-company .company-tbl th:last-child,
#page-company .company-tbl td:last-child {
  border-bottom: 1px solid #bdbdbd;
}

@media only screen and (max-width: 767px) {
  #page-company .company-tbl {
    padding: 0 20px;
  }
  #page-company .company-tbl tbody,
  #page-company .company-tbl th,
  #page-company .company-tbl td {
    display: block;
  }
  #page-company .company-tbl th,
  #page-company .company-tbl td {
    padding: 20px 10px;
    text-align: center;
  }
}

/*# sourceMappingURL=maps/styles.css.map */
