@charset "UTF-8";
body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  font-family: "Noto Sans JP", "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/**
 * 1. All browsers without overlaying scrollbars
 * 2. iOS 8+

 * 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
 * 2. iOS 8+
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

 * 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit;
}

/**
 * 1. Set `background-repeat: no-repeat` to all elements
 * 2. Reset `padding` and `margin` of all elements

 * 1. すべての要素に、「background-repeat: no-repeat;」を指定。
 * 2. すべての要素に、「padding」と「margin」をリセット。
 */
* {
  background-repeat: no-repeat; /* 1 */
  padding: 0; /* 2 */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/**
 * Add the correct display in iOS 4-7.

 * iOS 4-7に、正しいdisplayを設定。
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Show the overflow in Edge and IE

 * 1. EdgeとIEに、「overflow: visible;」を定義。
 */
hr {
  overflow: visible; /* 1 */
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox
 * Correct `block` display not defined for `main` in IE 11

 * IE8/9に、displayプロパティを定義。
 * IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
 * IE11のmain要素に、displayプロパティを定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Set font-size to 80% in `small` elements

 * 1. small要素に、フォントサイズ「80%」を定義。
 */
small {
  font-size: 90%; /* 1 */
}

/**
 * 1. Add the correct display in IE

 * 1. IEに、displayプロパティを定義。
 */
[hidden],
template {
  display: none; /* 1 */
}

/**
 * 1. Add a bordered underline effect in all browsers
 * 2. Remove text decoration in Firefox 40+

 * 1. すべてのブラウザに、点線を定義。
 * 2. Firefox40+に、テキストの装飾を削除。
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * 1. Remove the gray background on active links in IE 10
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+

 * 1. IE10に、アクティブリンクのグレーの背景を削除。
 * 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the outline when hovering in all browsers

 * 1. すべてのブラウザに、ホバー時のアウトラインを削除。
 */
a:active,
a:hover {
  outline-width: 0; /* 1 */
}

/**
 * 1. Specify the font family of code elements

 * 1. コード要素に、フォントファミリーを指定。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
}

/**
 * 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

 * 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
 */
b {
  font-weight: 700;
}

strong {
  font-weight: 700; /* 1 */
  font-style: normal;
  display: inline;
}

em {
  font-weight: 700; /* 1 */
  font-style: normal;
}

/**
 * 1. Address styling not present in Safari and Chrome

 * 1. SafariとChromeに、定義。
 */
dfn {
  font-style: italic; /* 1 */
}

/**
 * Address styling not present in IE 8/9

 * 1. IE8/9に、定義。
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * https://gist.github.com/unruthless/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/**
 * 1. Firefox 36+

 * 1. Firefox 36+
 */
[type=number] {
  width: auto; /* 1 */
}

/**
 * 1. Safari 8+

 * 1. Safari 8+
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * 1. Safari 8

 * 1. Safari 8
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* 1 */
}

/**
 * 1. Internet Explorer 11+
 * 2. Specify textarea resizability

 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  -webkit-appearance: none;
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. Specify font inheritance of form elements

 * 1. フォーム要素に、フォントの継承を指定。
 */
/**
 * 1. Restore the font weight unset by the previous rule.

 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold; /* 1 */
}

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11

 * 1. IE8/9/10/11に、overflow時にhiddenを設定。
 */
button {
  overflow: visible; /* 1 */
}

/**
 * Remove inner padding and border in Firefox 4+

 * Firefox4+に、内側のpaddingとborderを削除。
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/**
 * Replace focus style removed in the border reset above

 * 1. フォーカス時のスタイルを定義。
 */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: none;
}

*:focus {
  outline: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
 * 2. Correct the inability to style clickable types in iOS

 * 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
 * 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 1. Firefox 40+, Internet Explorer 11-

 * 1. Firefox 40+, Internet Explorer 11-
 */
button,
select {
  text-transform: none; /* 1 */
}

/**
 * Remove the default button styling in all browsers

 * すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
 */
/**
 * Style select like a standard input
 * 1. Firefox 36+
 * 2. Chrome 41+

 * 標準的なinput要素のスタイルを選択。
 * 1. Firefox 36+
 * 2. Chrome 41+
 */
/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-expand {
  display: none; /* 1 */
}

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor; /* 1 */
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0; /* 1*/
  color: inherit; /* 2 */
  display: table; /* 3 */
  max-width: 100%; /* 4 */
  white-space: normal; /* 5 */
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: #aba9a6;
  letter-spacing: 0.14em;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none; /* 1 */
  vertical-align: bottom;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */
svg:not(:root) {
  overflow: hidden; /* 1 */
}

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
[aria-busy=true] {
  cursor: progress;
}

/**
 * Specify the pointer cursor of trigger elements

 * トリガー要素のポインターのカーソルを指定。
 */
[aria-controls] {
  cursor: pointer;
}

/**
 * Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */
/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #A29CCC; /* 1 */
  text-shadow: none;
}

/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #A29CCC; /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #A29CCC; /* 1 */
  text-shadow: none;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

/*=================================
  common
=================================*/
body {
  position: static;
  word-break: break-word;
  background: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/**
* 1. hタグ、ul・liタグ、aタグの定義
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #130E1C;
  text-decoration: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    common
  =================================*/
  html, body {
    min-width: 320px;
  }
}
@-webkit-keyframes show02 {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes show02 {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  75% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes vibrate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  75% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes vibrate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1.2);
            transform: rotate(0deg) scale(1.2);
  }
  5% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  10% {
    -webkit-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
  15% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  20% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@keyframes vibrate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1.2);
            transform: rotate(0deg) scale(1.2);
  }
  5% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  10% {
    -webkit-transform: rotate(-15deg) scale(1.2);
            transform: rotate(-15deg) scale(1.2);
  }
  15% {
    -webkit-transform: rotate(15deg) scale(1.2);
            transform: rotate(15deg) scale(1.2);
  }
  20% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes burger-show {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}
@keyframes burger-show {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}
@-webkit-keyframes header-show {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes header-show {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
a:hover {
  outline: none;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  /* =================================
    hover
  ================================= */
  a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  a:hover {
    opacity: 0.8;
  }
}
/*=================================
  animation
=================================*/
.visible, .invisible {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.visible {
  opacity: 1;
}

.visible.translateY, .invisible.translateY {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateY {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.visible.translateYup, .invisible.translateYup {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .visible.translateYup, .invisible.translateYup {
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.visible.translateYup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.visible.translateToLeft, .invisible.translateToLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateToLeft {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.visible.translateToRight, .invisible.translateToRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateToRight {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.visible.translateScaleUp, .invisible.translateScaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateScaleUp {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.visible.translateScaleDown, .invisible.translateScaleDown {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateScaleDown {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.visible.translateRotate, .invisible.translateRotate {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.visible.translateRotate {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.visible.delay03, .invisible.delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.visible.delay05, .invisible.delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.visible.delay10, .invisible.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.visible.delay15, .invisible.delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/*=================================
  button
=================================*/
.c-btn-primary {
  display: inline-block;
  padding: 10px 37px 10px 68px;
  border-radius: 30px;
  border: 1px solid #130E1C;
  margin-top: 40px;
  min-width: 295px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-btn-primary {
    display: block;
    width: 92%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 1.6rem;
    min-width: auto;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-btn-primary--lg {
    width: 100%;
  }
}

.c-btn-secondary {
  display: inline-block;
  padding: 10px 68px 10px 37px;
  border-radius: 30px;
  border: 1px solid #130E1C;
  margin-top: 90px;
  min-width: 295px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-btn-secondary {
    display: block;
    width: 92%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 1.6rem;
    min-width: auto;
  }
}

.c-btn-noarrow {
  display: inline-block;
  text-align: center;
  width: 294px;
  line-height: 50px;
  border-radius: 30px;
  border: 1px solid #130E1C;
  margin-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-btn-noarrow {
    display: block;
    width: 92%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 1.6rem;
    line-height: unset;
  }
}

.more {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.more:hover {
  opacity: 0.8;
}

/*=================================
  link
=================================*/
.c-listLink a {
  display: block;
  width: 100%;
  position: relative;
}
.c-listLink__arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #130E1C;
  bottom: 20px;
  right: 14px;
  border-radius: 50%;
  display: block;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__arrow {
    width: 15px;
    height: 15px;
    right: 6px;
    bottom: 8px;
  }
}
.c-listLink__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #F6F1F0;
  border-right: 0;
  position: relative;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__arrow::before {
    left: 6px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #F6F1F0;
  }
}
.c-listLink__obi-ppl .c-listLink__obi-ttl {
  position: absolute;
  color: #fff;
  background-color: #7966AD;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 18px 60px 18px 0;
  font-size: 3rem;
  font-weight: 400;
}
.c-listLink__obi-ppl .c-listLink__obi-ttl__opct {
  background-color: rgba(148, 133, 189, 0.8078431373);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__obi-ppl .c-listLink__obi-ttl {
    font-size: 2rem;
    padding: 8px 36px 6px 0;
  }
}
.c-listLink__pplCover {
  position: relative;
}
.c-listLink__pplCover::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #674498;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.c-listLink__pplCover:hover::before {
  opacity: 0;
}
.c-listLink__b-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-listLink__b-logo img {
  width: 100%;
}
.c-listLink__b-logo.orchidee {
  width: 15vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__b-logo.orchidee {
    width: 28vw;
  }
}
.c-listLink__b-logo.kiratera {
  width: 19vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__b-logo.kiratera {
    width: 38vw;
  }
}
.c-listLink__b-logo.loretta {
  width: 12vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__b-logo.loretta {
    width: 23vw;
  }
}
.c-listLink__b-logo.deepLayer {
  width: 20vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__b-logo.deepLayer {
    width: 36vw;
  }
}
.c-listLink__b-logo.lorettaAimer {
  width: 24vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__b-logo.lorettaAimer {
    width: 37vw;
  }
}
.c-listLink__b-logo.throw {
  width: 24vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__b-logo.throw {
    width: 40vw;
  }
}
.c-listLink__b-logo.tintbar {
  width: 10vw;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-listLink__b-logo.tintbar {
    width: 19vw;
  }
}

.c-textLink {
  font-size: 2rem;
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-textLink {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.c-textLink.u-text--right {
  padding-right: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-textLink.u-text--right {
    padding-right: 20px;
  }
}

.c-mapLink {
  color: #7966AD;
  font-size: 1.6rem;
  position: relative;
}
.c-mapLink img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}

/*=================================
  title
=================================*/
.c-title--primary {
  font-size: 4rem;
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-title--primary {
    font-size: 2.2rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
  }
}

.c-title--primary-sub {
  font-size: 1.4rem;
  margin-bottom: 40px;
  color: #664497;
  display: block;
  font-weight: bold;
  font-family: "Cantarell", sans-serif;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-title--primary-sub {
    margin-bottom: 28px;
  }
}

.c-title--secondary {
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-title--secondary {
    font-size: 2.2rem;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
  }
}

.c-title--secondary-sub {
  font-size: 1.4rem;
  margin-bottom: 40px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-family: "Cantarell", sans-serif;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-title--secondary-sub {
    margin-bottom: 28px;
  }
}

.c-title--subpage {
  border-bottom: 3px solid #A392D0;
}
.c-title--subpage span {
  font-size: 3.2rem;
  font-weight: 500;
  color: #111;
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-title--subpage span {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.c-title--subpage-colorfield {
  background: #BEB7E8;
  text-align: center;
  margin-bottom: 60px;
  padding: 20px 6px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-title--subpage-colorfield {
    margin-bottom: 30px;
    height: auto;
    padding: 20px 6px;
  }
}
.c-title--subpage-colorfield span {
  font-size: 3.2rem;
  color: #fff;
  line-height: 88px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-title--subpage-colorfield span {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/*=================================
  head
=================================*/
.c-head-page {
  background: rgb(252, 248, 222);
  background: linear-gradient(115deg, rgb(252, 248, 222) 0%, rgb(252, 216, 192) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf8de",endColorstr="#fcd8c0",GradientType=1);
  padding: 0 40px;
  margin: 0 0 80px;
}
.c-head-page__inner {
  max-width: 1360px;
  margin: 0 auto;
  min-height: 389px;
  padding: 90px 0;
}
.c-head-page--subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.c-head-page--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head-page-secondary {
  padding: 0 40px;
  margin: 0 0 120px;
}
.c-head-page-secondary__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 90px;
}
.c-head-page-secondary--subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.c-head-page-secondary--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head-article {
  margin: 120px 0 80px;
}
.c-head-article--subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #664497;
  margin-bottom: 10px;
}
.c-head-article--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-breadcrumb { /* パンくずとメインタイトルのみが隣接した時の余白の指定 */ }
.c-breadcrumb + .c-head-page--title {
  margin-top: 94px;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    head
  =================================*/
  .c-head-page {
    padding: 0 5.1282051282%;
    margin: 0 0 40px;
  }
  .c-head-page__inner {
    min-height: initial;
    padding: 50px 0;
  }
  .c-head-page--subtitle {
    font-size: 1.2rem;
    line-height: 2.1;
    margin-bottom: 0;
  }
  .c-head-page--title {
    font-size: 2rem;
  }
  .c-head-page-secondary {
    padding: 0 5.1282051282%;
    margin: 0 0 40px;
  }
  .c-head-page-secondary__inner {
    padding-top: 0;
  }
  .c-head-page-secondary--subtitle {
    font-size: 1.2rem;
    line-height: 2.1;
    margin-bottom: 0;
  }
  .c-head-page-secondary--title {
    font-size: 2rem;
  }
  .c-head-article {
    margin: 40px 0 30px;
  }
  .c-head-article--subtitle {
    font-size: 1.2rem;
    line-height: 2.1;
    margin-bottom: 0;
  }
  .c-head-article--title {
    font-size: 2rem;
  }
  .c-breadcrumb { /* パンくずとメインタイトルのみが隣接した時の余白の指定 */ }
  .c-breadcrumb + .c-head-page--title {
    margin-top: 0;
  }
}
/*=================================
  c-breadcrumb
=================================*/
.c-breadcrumb {
  margin: 22px 0 70px;
}
.c-breadcrumb--item {
  font-size: 1.2rem;
  line-height: 1;
  color: #6B6B6C;
  display: inline-block;
}
.c-breadcrumb--item:not(:first-child) {
  margin-left: 10px;
}
.c-breadcrumb--item:not(:first-child)::before {
  content: "";
  width: 6px;
  height: 1px;
  display: inline-block;
  margin-right: 10px;
  background: #6B6B6C;
  vertical-align: middle;
}
.c-breadcrumb--item span {
  font-size: 1.2rem;
  line-height: 1;
  color: #6B6B6C;
}
.c-breadcrumb--item a {
  font-size: 1.2rem;
  line-height: 1;
  color: #6B6B6C;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb--item a:hover {
    opacity: 1;
    color: #7966AD;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    breadcrumb
  =================================*/
  .c-breadcrumb {
    display: none;
  }
}
/*=================================
  js-tab
=================================*/
.js-tab-menu__item.is-active {
  pointer-events: none;
}
.js-tab-target__item {
  display: none;
}
.js-tab-target__item.is-show {
  display: block !important;
}

/*=================================
  slider
=================================*/
/*=====================
  TOP MV
=======================*/
.slick-mv {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
}
.slick-mv.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slick-mv .slick-slide {
  position: relative;
  height: 53vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .slick-mv .slick-slide {
    height: 180vw;
  }
}
.slick-mv .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-mv .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.slick-mv .slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-mv .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.slick-mv .slick-slide .slide-image.show {
  opacity: 1;
}
.slick-mv .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-mv .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-mv .slick-slide.slick-active {
  z-index: 1;
}
.slick-mv .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
.p-home-mv__slider {
  position: relative;
  background-color: #fff;
}
.p-home-mv__slider .arrow_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-home-mv__slider .prev-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #130E1C;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  left: 2%;
}
.p-home-mv__slider .prev-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 12px solid #ffffff;
  border-left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.p-home-mv__slider .next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #130E1C;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  right: 2%;
}
.p-home-mv__slider .next-arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}
.p-home-mv__slider .slick-dots {
  bottom: -28px;
  background-color: #fff;
  padding-top: 2px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-mv__slider .slick-dots {
    bottom: -26px;
    padding-top: 6px;
  }
}
.p-home-mv__slider .slick-dots li {
  width: 60px;
  height: 6px;
}
.p-home-mv__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: unset;
}
.p-home-mv__slider .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #664497;
}
.p-home-mv__slider .slide-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper.swiper-mv {
  padding-bottom: 40px;
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.swiper.swiper-mv .swiper-wrapper {
  position: relative;
}
.swiper.swiper-mv .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper.swiper-mv .swiper-slide.video {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
}
.swiper.swiper-mv .swiper-slide.video iframe {
  pointer-events: none;
  width: 100%;
  height: 105%;
  border: none;
}
.swiper.swiper-mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper.swiper-mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper.swiper-mv .swiper-pagination-bullet {
  background-color: #664497;
  height: 6px;
  width: 60px;
  border-radius: 0;
}
.swiper.swiper-mv .swiper-button-prev,
.swiper.swiper-mv .swiper-button-next {
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .swiper.swiper-mv .swiper-button-prev,
  .swiper.swiper-mv .swiper-button-next {
    display: none;
  }
}
.swiper.swiper-mv .swiper-button-prev::after,
.swiper.swiper-mv .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.swiper.swiper-mv .swiper-button-prev::after {
  background-image: url(/assets/img/common/arw_sw_prev.svg);
}
.swiper.swiper-mv .swiper-button-next::after {
  background-image: url(/assets/img/common/arw_sw_next.svg);
}

/*=====================
  TOP hairstylist
=======================*/
.slick-hairstylist-top .slick-slide, .slick-hairstylist-bottom .slick-slide {
  padding-left: 4vw;
}

.slick-hairstylist-bottom {
  margin-top: 30px;
}

.swiper-hairstylist .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper-hairstylist .swiper-slide {
  margin-right: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .swiper-hairstylist .swiper-slide {
    margin-right: 16px;
  }
}
.swiper-hairstylist .swiper-slide img {
  width: 100%;
  max-width: 390px;
}
.swiper-hairstylist.swiper-bottom {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .swiper-hairstylist.swiper-bottom {
    margin-top: 10px;
  }
}

/*=================================
  news
=================================*/
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-newsList {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-newsList__item {
  padding: 20px 10px 30px;
  border-top: 1px solid #A9A9A9;
}
.c-newsList__item:last-of-type {
  border-bottom: 1px solid #A9A9A9;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-newsList__item {
    padding: 20px 0;
  }
}
.c-newsList__date {
  color: #717171;
  font-size: 1.4rem;
}
.c-newsList__desc {
  color: #000;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-newsList__desc {
    font-size: 1.6rem;
  }
}

/*=================================
  pageTop
=================================*/
.c-pageTop {
  position: fixed;
  bottom: 20px;
  right: 1vw;
  display: none;
}
.c-pageTop a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/*=================================
  subpage
=================================*/
.c-sub {
  /*======================
      mv
  ========================*/
  /*======================
      冒頭テキスト
  ========================*/
}
.c-sub-mv {
  width: 100%;
  height: 380px;
  text-align: center;
  background-color: #9e3699;
  margin-bottom: 90px;
}
.c-sub-mv__ttl {
  font-size: 4rem;
  line-height: 380px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.c-sub-intro__text {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-sub-intro__text {
    font-size: 1.6rem;
  }
}

/*=================================
  home
=================================*/
.p-home {
  /*====================
    p-home-introduction
  ======================*/
  /*====================
    p-home-toc
  ======================*/
  /*====================
    p-home-hairstylist-slider
  ======================*/
  /*====================
    p-home-brands
  ======================*/
  /*====================
    p-home-forSalon
  ======================*/
  /*====================
    p-home-forSalon
  ======================*/
  /*====================
    p-home-news
  ======================*/
  /*====================
    p-home-sns
  ======================*/
}
.p-home-fixedBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/assets/img/home/img_bg_forSalon.jpg?250424) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-fixedBg {
    background: url(/assets/img/home/img_bg_forSalon_sp.jpg?250424) center no-repeat;
  }
}
.p-home__cttl {
  text-align: center;
  padding-top: 160px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__cttl {
    text-align: left;
    padding-top: 90px;
  }
}
.p-home__cont {
  margin-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home__cont {
    margin-top: 60px;
  }
}
.p-home-introduction {
  background-color: #fff;
  margin-top: -2px;
  position: relative;
  display: block;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-introduction {
    margin-top: -4px;
  }
}
.p-home-introduction__cont {
  padding-top: 130px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-introduction__cont {
    padding-top: 90px;
  }
}
.p-home-introduction__cont .u-text--intro {
  line-height: 2.9;
}
.p-home-introduction__cont .u-text--phrase-primary {
  margin-top: 120px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-introduction__cont .u-text--phrase-primary {
    margin-top: 60px;
  }
}
.p-home-toc {
  padding-top: 160px;
  background-color: #fff;
}
.p-home-toc img {
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-toc {
    padding-top: 110px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-toc__inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-home-toc__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.p-home-toc__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-home-toc__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-home-toc__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p-home-toc__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.p-home-toc__list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-home-toc__list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-home-toc__list > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.p-home-toc__list > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.p-home-toc__list > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.p-home-toc__list > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.p-home-toc__list > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.p-home-toc__list > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-toc__list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-rows: -webkit-max-content 10px -webkit-max-content 10px 1fr 10px auto;
    -ms-grid-rows: max-content 10px max-content 10px 1fr 10px auto;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr auto;
    grid-template-rows: max-content max-content 1fr auto;
  }
  .p-home-toc__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-toc__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-home-toc__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-home-toc__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-home-toc__list > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-home-toc__list > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-home-toc__list > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-home-toc__list > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
.p-home-toc__list--item.item01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/3/3;
}
.p-home-toc__list--item.item02 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
.p-home-toc__list--item.item03 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
.p-home-toc__list--item.item04 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
.p-home-toc__list--item.item05 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/2/5;
}
.p-home-toc__list--item.item06 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 2/3/4/5;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-toc__list--item {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  .p-home-toc__list--item.item01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .p-home-toc__list--item.item02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .p-home-toc__list--item.item03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .p-home-toc__list--item.item04 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  .p-home-toc__list--item.item05 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
  .p-home-toc__list--item.item06 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
}
.p-home-hairstylist-slider {
  background-color: #fff;
}
.p-home-brands {
  background-color: #fff;
  padding-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-brands {
    padding-bottom: 40px;
  }
}
.p-home-brands__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.p-home-brands__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-home-brands__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-home-brands__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p-home-brands__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-home-brands__list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-home-brands__list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-brands__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .p-home-brands__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-brands__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-home-brands__list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-home-brands__list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-home-brands__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-home-brands__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.p-home-brands__list-item a span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-home-brands__list-item a:hover .c-listLink__b-logo {
  opacity: 0;
}
.p-home-forSalon {
  padding-bottom: 160px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-forSalon {
    padding-bottom: unset;
  }
  .p-home-forSalon__spBg {
    padding-top: 347px;
    padding-bottom: 40px;
  }
}
.p-home-forSalon .p-home__cttl {
  margin-top: unset;
}
.p-home-forSalon .u-text--intro {
  line-height: 2.5;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-forSalon .u-text--intro {
    color: #000;
    text-align: left;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-forSalon__cont {
    background-color: #fff;
    margin-top: unset;
    padding-top: 60px;
  }
}
.p-home-sustainability {
  background-color: #fff;
}
.p-home-sustainability__flexBox {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 35px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-sustainability__flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-sustainability__flexBox {
    padding: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-home-sustainability__flexBox--thumb {
  width: calc(49% - 70px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-sustainability__flexBox--thumb {
    width: 100%;
  }
}
.p-home-sustainability__flexBox--desc {
  width: 51%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-sustainability__flexBox--desc {
    width: 100%;
    margin-top: 60px;
  }
}
.p-home-sustainability__flexBox--desc p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-sustainability__flexBox--desc p {
    line-height: 2;
  }
}
.p-home-news {
  background-color: #fff;
}
.p-home-sns {
  background-color: #fff;
  padding-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-sns {
    padding-top: 60px;
  }
}
.p-home-sns__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.p-home-sns__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-home-sns__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-home-sns__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p-home-sns__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.p-home-sns__list > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-home-sns__list > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-home-sns__list > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.p-home-sns__list > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-sns__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .p-home-sns__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-sns__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-home-sns__list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-home-sns__list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-home-sns__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-home-sns__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-home-sns__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home-sns__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-sns__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-home-sns__list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-home-sns__list > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .p-home-sns__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-home-sns__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-home-sns__list > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .p-home-sns__list > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) and (min-width: 0) and (max-width: 768px) {
  .p-home-sns__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .p-home-sns__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-home-sns__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-home-sns__list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-home-sns__list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-home-sns__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-home-sns__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.p-home-sns__list--item a {
  position: relative;
  display: block;
  width: 100%;
}
.p-home-sns__list--item a::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
}
.p-home-sns__list--item a.c-ico-ig::before {
  background: url(/assets/img/common/ico_sq_ig.jpg) no-repeat right bottom/contain;
}
.p-home-sns__list--item a.c-ico-nt::before {
  background: url(/assets/img/common/ico_sq_note.jpg) no-repeat right bottom/contain;
}
.p-home-sns__list--item a.c-ico-yt::before {
  background: url(/assets/img/common/ico_sq_yt.jpg) no-repeat right bottom/contain;
}

/*=================================
  company
=================================*/
.p-company {
  /*======================
     背景関連
  ========================*/
  /*======================
      沿革 history
  ========================*/
  /*======================
   TOP 事業概要 business-top
  ========================*/
  /*==========================
   会社概要・グループ概要 overview
  ============================*/
  /*===========================
   事業所・スタジオ一覧 office
  =============================*/
  /*==================================
    企業理念 mission
  ====================================*/
  /*==================================
   事業概要 business
  ====================================*/
}
.p-company-section {
  margin-top: 120px;
}
.p-company-section__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-section__inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company-section__ttl {
  font-size: 4rem;
  text-align: center;
  background-color: #d9bcdb;
  margin-bottom: 60px;
  height: 140px;
  line-height: 140px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-section__ttl {
    height: 80px;
    line-height: 80px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-section {
    margin-top: 90px;
  }
}
.p-company-cont--primary {
  text-align: center;
}
.p-company-mv {
  background: url(/assets/img/company/bg_company_mv01.jpg) no-repeat center/cover;
}
.p-company-section__ttl {
  background: url(/assets/img/company/bg_company_ttl01.jpg) no-repeat center/cover;
}
.p-company-mission__mv {
  background: url(/assets/img/company/mission/bg_company-mission_mv01.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__mv {
    background: url(/assets/img/company/mission/bg_company-mission_mv01_sp.jpg) no-repeat center/cover;
  }
}
.p-company-mission__section--ttl {
  background: url(/assets/img/company/mission/bg_company-mission_ttl01.jpg) no-repeat center/cover;
}
.p-company-business__mv {
  background: url(/assets/img/company/business/bg_company-business_mv01.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__mv {
    background: url(/assets/img/company/business/bg_company-business_mv01_sp.jpg) no-repeat center/cover;
  }
}
.p-company-history {
  margin-bottom: 60px;
}
.p-company-history__list {
  padding: 0 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-history__list {
    padding: unset;
  }
}
.p-company-history__list + .p-company-history__list {
  margin-top: 60px;
}
.p-company-history__list--hidden {
  display: none;
}
.p-company-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company-history__item + .p-company-history__item {
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-history__item + .p-company-history__item {
    margin-top: 40px;
  }
}
.p-company-history__date {
  font-size: 2rem;
  color: #674498;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-history__date {
    font-size: 1.6rem;
  }
}
.p-company-history__desc {
  font-size: 1.6rem;
  padding-left: 60px;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-history__desc {
    font-size: 1.2rem;
    padding-left: 30px;
    padding-top: 4px;
  }
}
.p-company-business-top__thum {
  margin-top: 60px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business-top__thum {
    width: 100%;
  }
}
.p-company-business-top__thum img {
  width: 100%;
}
.p-company-overview__section + .p-company-overview__section {
  margin-top: 147px;
}
.p-company-overview__inner {
  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;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-overview__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-overview__inner + .p-company-overview__inner {
  margin-top: 90px;
}
.p-company-overview__list {
  width: 65%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-overview__list {
    width: 100%;
    margin-top: 40px;
  }
}
.p-company-overview__ttl {
  width: 35%;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-overview__ttl {
    width: 50%;
  }
}
.p-company-overview__ttl img {
  max-width: 280px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-overview__ttl img {
    max-width: 100%;
  }
}
.p-company-overview__item {
  padding: 14px 20px;
  border-top: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-overview__item {
    padding: 14px 0;
  }
}
.p-company-overview__item:last-of-type {
  border-bottom: 1px solid #D9D9D9;
}
.p-company-overview__item dt {
  width: 22%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-overview__item dt {
    width: 34%;
  }
}
.p-company-overview__item dd {
  width: 78%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-overview__item dd {
    width: 66%;
  }
}
.p-company-office__section {
  margin-top: 164px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__section {
    margin-top: 40px;
  }
}
.p-company-office__ttl {
  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;
  height: 380px;
  background: url(/assets/img/company/bg_company_studio01.jpg) no-repeat center/cover;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 90px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__ttl {
    font-size: 2.4rem;
    height: 375px;
    background: url(/assets/img/company/bg_company_studio01_sp.jpg) no-repeat center/cover;
  }
}
.p-company-office__listWrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__listWrap {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company-office__list {
  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;
  justify-content: space-between;
  font-size: 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-office__list--oright {
  margin-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__list--oright {
    margin-top: 60px;
  }
}
.p-company-office__list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.2;
  margin-top: 26px;
}
.p-company-office__list--row + .p-company-office__list--row {
  margin-top: 30px;
}
.p-company-office__list dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-company-office__list dd {
  padding-left: 10px;
}
.p-company-office__item {
  width: calc(50% - 15px);
}
.p-company-office__item:nth-of-type(n+3) {
  margin-top: 100px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__item {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__item + .p-company-office__item {
    margin-top: 60px;
  }
}
.p-company-office__name {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__name {
    line-height: 1.6;
  }
}
.p-company-office__img {
  margin-top: 90px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__img {
    max-width: unset;
    margin-top: 60px;
  }
}
.p-company-office__img--col02 {
  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;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__img--col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-company-office__img--col02 img {
  display: block;
  width: calc(50% - 15px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-office__img--col02 img {
    width: 100%;
  }
  .p-company-office__img--col02 img:last-of-type {
    margin-top: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-btn {
    margin-top: 60px;
  }
}
.p-company-mission__section {
  margin-top: 90px;
}
.p-company-mission__ttl {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__ttl {
    max-width: 233px;
  }
}
.p-company-mission__intro {
  margin-top: 60px;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__intro {
    margin-top: 40px;
    line-height: 2.4;
  }
}
.p-company-mission__cont {
  height: auto;
  margin-top: 140px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__cont {
    margin-top: unset;
  }
}
.p-company-mission__cont--ttl {
  line-height: 1.6;
}
.p-company-mission__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-company-mission__desc--inner {
  margin-top: -410px;
  width: 54%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__desc--inner {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__desc--item {
    width: 100%;
    margin-top: 90px;
  }
}
.p-company-mission__desc--item + .p-company-mission__desc--item {
  margin-top: 160px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__desc--item + .p-company-mission__desc--item {
    margin-top: 90px;
  }
}
.p-company-mission__graph {
  position: sticky;
  top: 140px;
  max-width: 400px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__graph {
    position: relative;
    top: auto;
    max-width: none;
  }
}
.p-company-mission__text {
  margin-top: 80px;
  line-height: 3;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__text {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
.p-company-mission__phrase {
  margin-top: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__phrase {
    margin-top: 40px;
  }
}
.p-company-mission__chart {
  margin-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__chart {
    margin-top: 50px;
  }
}
.p-company-mission__chart--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-mission__chart--item + .p-company-mission__chart--item {
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__chart--item + .p-company-mission__chart--item {
    margin-top: 40px;
  }
}
.p-company-mission__chart--num {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  width: 5%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__chart--num {
    width: 8%;
  }
}
.p-company-mission__chart--text {
  width: 95%;
  padding-left: 20px;
  border-left: 1px solid #CFCFCF;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-mission__chart--text {
    width: 92%;
  }
}
.p-company-mission__chart--ttl {
  display: block;
  font-weight: 600;
}
.p-company-mission__chart--normaltext {
  display: block;
}
.p-company-business__intro {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__intro {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company-business__thumb {
  margin-top: 100px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__thumb {
    margin-top: 90px;
  }
}
.p-company-business__thumb--seconadary {
  margin-top: 120px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__thumb--seconadary {
    margin-top: 90px;
  }
}
.p-company-business__cont {
  margin-top: 90px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__cont {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
.p-company-business__cont--ttl {
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__cont--ttl {
    text-align: left;
  }
}
.p-company-business__text {
  margin-top: 70px;
  line-height: 3;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__text {
    margin-top: 40px;
  }
}
.p-company-business__col02 {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 60px;
  margin-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__col02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
  }
}
.p-company-business__col02--secondary {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 60px;
  margin-top: 130px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__col02--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__col02--secondary {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
  }
}
.p-company-business__col01 {
  margin-top: 130px;
  text-align: center;
}
.p-company-business__col01--item {
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__col01--item {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-company-business__col01 {
    margin-top: 60px;
  }
}

/*=================================
  下層　規約ページ　全般
=================================*/
.p-regulations {
  /*======================
      main
  ========================*/
  /*======================
      mv
  ========================*/
  /*======================
      section
  ========================*/
  /*======================
      cont 
  ========================*/
  /*======================
      desc 
  ========================*/
  /*======================
      list 
  ========================*/
  /*======================
      address 
  ========================*/
  /*======================
  enactment 
  ========================*/
  /*======================
  definitionList  定義リスト
  ========================*/
}
.p-regulations-main {
  padding-bottom: 120px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-main {
    padding-bottom: 60px;
  }
}
.p-regulations-mv {
  width: 100%;
  height: 220px;
  text-align: center;
  margin-bottom: 90px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(142, 131, 219)), color-stop(25%, rgb(185, 178, 233)), color-stop(75%, rgb(185, 178, 233)), to(rgb(142, 131, 219)));
  background: linear-gradient(90deg, rgb(142, 131, 219) 0%, rgb(185, 178, 233) 25%, rgb(185, 178, 233) 75%, rgb(142, 131, 219) 100%);
  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: 0) and (max-width: 768px) {
  .p-regulations-mv {
    height: 260px;
  }
}
.p-regulations-mv__ttl {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-mv__ttl {
    font-size: 3.2rem;
  }
}
.p-regulations-section__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-section__inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}
.p-regulations-section + .p-regulations-section {
  margin-top: 120px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-section + .p-regulations-section {
    margin-top: 90px;
  }
}
.p-regulations-cont {
  margin-top: 60px;
}
.p-regulations-desc {
  margin-top: 60px;
}
.p-regulations-desc p {
  line-height: 1.9;
}
.p-regulations-desc + .c-sub-cont--secondary__desc {
  margin-top: 70px;
}
.p-regulations-desc--ttl {
  font-weight: 600;
}
.p-regulations-desc--text {
  margin-top: 20px;
}
.p-regulations-list {
  margin-top: 20px;
}
.p-regulations-list li {
  line-height: 2;
}
.p-regulations-list li + li {
  margin-top: 16px;
}
.p-regulations-list--dot li {
  padding-left: 17px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-list--dot li {
    padding-left: 14px;
  }
}
.p-regulations-list--dot li::before {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #A29CCC;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-list--dot li::before {
    top: 10.5px;
    width: 6px;
    height: 6px;
  }
}
.p-regulations-list--num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-regulations-list--num li span.num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-regulations-list--noindent {
  margin-left: -1.6rem;
}
.p-regulations-address {
  font-size: 1.6rem;
  margin-top: 40px;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-address {
    font-size: 1.4rem;
  }
}
.p-regulations-address__inner {
  padding-left: 17px;
}
.p-regulations-enactment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.6rem;
  margin-top: 40px;
  width: 100%;
}
.p-regulations-definitionList {
  margin-top: 60px;
}
.p-regulations-definitionList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}
.p-regulations-definitionList__item + .p-regulations-definitionList__item {
  margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-definitionList__item {
    line-height: 1.6;
  }
}
.p-regulations-definitionList__item dt {
  width: 15%;
  color: #A392D0;
  background-color: rgba(163, 146, 208, 0.1294117647);
  font-weight: 600;
  text-align: center;
  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: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-definitionList__item dt {
    width: 20%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.2rem;
  }
}
.p-regulations-definitionList__item dd {
  width: 85%;
  background-color: #FAFAFA;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-definitionList__item dd {
    width: 80%;
    line-height: 1.8;
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-definitionList__descBox {
    font-size: 1.4rem;
  }
}
.p-regulations-definitionList__descBox + .p-regulations-definitionList__descBox {
  margin-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-regulations-definitionList__descBox + .p-regulations-definitionList__descBox {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

/*=================================
  privacy
=================================*/
.p-privacy-section {
  margin-top: 90px;
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-privacy-section {
    font-size: 1.4rem;
  }
}
.p-privacy-section a {
  border-bottom: 1px solid #000;
}
.p-privacy-indentBox {
  margin-top: 40px;
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-privacy-indentBox {
    font-size: 1.4rem;
  }
}
.p-privacy-indentBox__desc {
  padding-left: 17px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-privacy-indentBox__desc {
    padding-left: 14px;
  }
}
.p-privacy-indentBox__desc p {
  margin-top: 18px;
}
.p-privacy-indentBox__list {
  margin-top: 18px;
}
.p-privacy-indentBox__list li + li {
  margin-top: 0;
}

/*=================================
  policy
=================================*/
.p-policy-section {
  margin-top: 90px;
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-policy-section {
    font-size: 1.4rem;
  }
}

/*=================================
  contact
=================================*/
.p-contact-section {
  margin-top: 90px;
  font-size: 1.6rem;
}
.p-contact-section + .p-contact-section {
  margin-top: 220px;
}
.p-contact-section__box {
  margin-top: 90px;
}

/*=================================
  contact form
=================================*/
body#contact {
  padding: 160px 0 0 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  body#contact {
    padding: 80px 0 0 0;
  }
}
body#contact .row {
  position: relative;
  z-index: 1;
}
body#contact footer ul {
  margin: 0;
}
body#contact footer ul li {
  margin-right: 0;
}

/*=================================
  security
=================================*/
.p-security-enactment {
  margin-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-security-enactment {
    font-size: 1.4rem;
  }
}
.p-security-list {
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-security-list {
    font-size: 1.4rem;
  }
}
.p-security-section--pr + .p-security-section--pr {
  margin-top: 105px;
}
.p-security-isoImg {
  max-width: 340px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-security-definitionList dt {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-security-definitionList dd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 2;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-security-definitionList .p-security-padding20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*=================================
  news
=================================*/
.p-news {
  /*=======================
      productSummary
      製品概要
  =========================*/
  /*================
      definitionList
      定義リスト
  ===================*/
}
.p-news-date {
  font-size: 2.2rem;
  color: #674498;
  font-weight: 500;
  margin-bottom: 50px;
}
.p-news-ttl {
  line-height: 1.5;
}
.p-news-cont {
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-cont {
    margin-top: 40px;
  }
}
.p-news-desc {
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-desc {
    margin-top: 40px;
  }
}
.p-news-desc--text {
  margin-top: 20px;
  line-height: 2;
}
.p-news-section {
  margin-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section {
    margin-top: 60px;
  }
}
.p-news-section__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__col2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-news-section__col2 img {
  width: calc(50% - 30px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__col2 img {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__col2 p {
    width: 100%;
  }
}
.p-news-section__col2--text {
  width: calc(50% - 30px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__col2--text {
    width: 100%;
  }
}
.p-news-section__col2--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 30px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__col2--cont {
    display: block;
    width: 100%;
  }
}
.p-news-section__col2--cont .p-news-section__col2--text {
  width: 100%;
}
.p-news-section__col2--text {
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-news-section__col2--reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__col2--reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news-section__col1 {
  text-align: center;
}
.p-news-section__col1 img {
  max-width: 800px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__col1 img {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__scroll {
    overflow-x: scroll;
  }
}
.p-news-section__table {
  width: 100%;
  border-spacing: 0;
  font-size: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-section__table {
    white-space: nowrap;
    font-size: 12px;
  }
}
.p-news-section__table .p-news-section__thead {
  background-color: #E9E5F2;
  text-align: left;
  color: #A392D0;
}
.p-news-section__table .p-news-section__thead th {
  padding: 4px 19px;
}
.p-news-section__table .p-news-section__tbody {
  font-weight: 500;
}
.p-news-section__table .p-news-section__tbody td {
  padding: 10.5px 19px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 2.8;
}
.p-news-productSummary__inner {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-productSummary__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news-productSummary__item {
  width: 35%;
  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: 0) and (max-width: 768px) {
  .p-news-productSummary__item {
    width: 100%;
  }
}
.p-news-productSummary__item picture {
  text-align: center;
}
.p-news-productSummary__item img {
  width: 50%;
}
.p-news-productSummary + .p-news-productSummary {
  margin-top: 40px;
}
.p-news-definitionList {
  width: 65%;
  margin-top: unset;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-definitionList {
    width: 100%;
    margin-top: 40px;
  }
}
.p-news-definitionList dd {
  padding-left: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-definitionList dd {
    padding-left: 10px;
  }
}
.p-news-definitionList__descBox p + p {
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-news-definitionList__notes {
    font-size: 1rem;
  }
}
.p-news-btn {
  text-align: center;
}

/*=================================
  product
=================================*/
.p-product-mv {
  background: url(/assets/img/product/bg_product_mv01.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-mv {
    background: url(/assets/img/product/bg_product_mv01_sp.jpg) no-repeat center/cover;
  }
}
.p-product-section {
  margin-top: 90px;
}
.p-product-section__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-section__text {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-product-section .p-product-cont {
  margin-top: 100px;
}
.p-product-section .p-product-cont .p-product-section__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 360px) 60px minmax(auto, 360px) 60px minmax(auto, 360px);
  grid-template-columns: repeat(3, minmax(auto, 360px));
  gap: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list {
    -ms-grid-columns: minmax(auto, auto) 0 minmax(auto, auto);
    grid-template-columns: repeat(2, minmax(auto, auto));
    grid-auto-rows: minmax(270px, auto);
    gap: 0;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item {
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-section__brand {
    display: none;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-section__brand_sp {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-section__brand_sp {
    display: block;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-orchidee {
  width: 42%;
  margin-top: 23px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-orchidee {
    width: 52%;
    margin-top: 15px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-kiratera {
  width: 58%;
  margin-top: 37px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-kiratera {
    width: 73%;
    margin-top: 23.5px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-throw {
  width: 61%;
  margin-top: 39px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-throw {
    width: 75%;
    margin-top: 23.5px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-tintbar {
  width: 20%;
  margin-top: 17px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-tintbar {
    width: 23%;
    margin-top: 8.75px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-bbleach {
  width: 41%;
  margin-top: 18px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-bbleach {
    width: 54%;
    margin-top: 9.5px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-ccleanser {
  width: 41%;
  margin-top: 18px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-ccleanser {
    width: 65%;
    margin-top: 0px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-mm {
  width: 39%;
  margin-top: 43px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-mm {
    width: 49%;
    margin-top: 23.6px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-lorettaaimer {
  width: 46%;
  margin-top: 24px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-lorettaaimer {
    width: 61%;
    margin-top: 6.5px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-loretta {
  width: 32%;
  margin-top: 29px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-loretta {
    width: 39%;
    margin-top: 13.5px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-devil {
  width: 34%;
  margin-top: 22px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-devil {
    width: 46%;
    margin-top: 14.5px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-deeplayer {
  width: 53%;
  margin-top: 12px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-deeplayer {
    width: 62%;
    margin-top: 10.5px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-clayesthe {
  width: 68%;
  margin-top: 0px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-clayesthe {
    width: 67%;
    margin-top: 8px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-whews {
  width: 58%;
  margin-top: 0px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-whews {
    width: 59%;
    margin-top: 0px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-honeyce {
  width: 69%;
  margin-top: 28px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-honeyce {
    width: 67%;
    margin-top: 22.9px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-purenatural {
  width: 80%;
  margin-top: 36px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-purenatural {
    width: 80%;
    margin-top: 24px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-oright {
  width: 58%;
  margin-top: 0px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-oright {
    width: 68%;
    margin-top: 0px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-hahalife {
  width: 49%;
  margin-top: 32px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-hahalife {
    width: 55%;
    margin-top: 14.5px;
  }
}
.p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-lashe {
  width: 61%;
  margin-top: 42px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-product-section .p-product-cont .p-product-section__list .p-product-section__item .p-product-lashe {
    width: 63%;
    margin-top: 28.5px;
  }
}

/*=================================
  align
=================================*/
.u-text--left {
  text-align: left;
}

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

.u-text--center {
  text-align: center;
}

/*=================================
  invisible
=================================*/
.u-invisible--pc {
  display: none !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-invisible--pc {
    display: block !important;
  }
}

.u-invisible--sp {
  display: block !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-invisible--sp {
    display: none !important;
  }
}

/*=================================
  float
=================================*/
.u-float--left {
  float: left;
}

.float--right {
  float: right;
}

/*=================================
  clearfix
=================================*/
.u-clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*=================================
  arrow
=================================*/
/*========================
  textlink
==========================*/
.u-textLink--arrow {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-bottom: 7.5px;
  border-radius: 9999px;
  background-color: #130e1c;
  margin-left: 9px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-textLink--arrow {
    width: 20px;
  }
}
.u-textLink--arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #130e1c;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-textLink--arrow::before {
    width: 10px;
  }
}
.u-textLink--arrow-op {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-bottom: 7.5px;
  border-radius: 9999px;
  background-color: #130e1c;
  margin-right: 9px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-textLink--arrow-op {
    width: 20px;
  }
}
.u-textLink--arrow-op::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: 2px 50%;
          transform-origin: 2px 50%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-textLink--arrow-op::before {
    width: 10px;
  }
}

/*========================
  pulldown
==========================*/
.u-pulldown--arrow {
  position: relative;
  display: inline-block;
  width: 23.8px;
  height: 13.9px;
}
.u-pulldown--arrow::before, .u-pulldown--arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 15px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: 50% calc(100% - 0.5px);
          transform-origin: 50% calc(100% - 0.5px);
}
.u-pulldown--arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.u-pulldown--arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.u-pulldown--arrow--pos {
  position: absolute;
  right: 40px;
  top: 18px;
  cursor: pointer;
}
.u-pulldown--arrow.open::before, .u-pulldown--arrow.open::after {
  -webkit-transform-origin: 50% 0.5px;
          transform-origin: 50% 0.5px;
  top: 0;
  bottom: auto;
}

/*========================
  font-bold
==========================*/
.u-font--bold {
  font-weight: 600;
}

/*========================
  text-notes 注釈 
==========================*/
.u-text--notes {
  position: relative;
  padding-left: 1.6rem;
  display: block !important;
  margin-top: 20px;
}
.u-text--notes::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0;
}

/*========================
  text-mail  
==========================*/
.u-text--mail {
  position: relative;
  border-bottom: 1px solid #000;
}
.u-text--mail img {
  width: 15px;
  height: auto;
  top: -7px;
  right: -4px;
  position: relative;
}

/*========================
  text--underline
==========================*/
.u-text--underline {
  border-bottom: 1px solid #000;
}
.u-text--underline:hover {
  border-bottom: none;
}

/*=================================
  txt intro
=================================*/
.u-text--intro {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-text--intro {
    font-size: 1.6rem;
  }
}

.u-text--phrase-primary {
  color: #664497;
  font-size: 4.4rem;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-text--phrase-primary {
    font-size: 3rem;
  }
}

.u-text--phrase-secondary {
  color: #664497;
  font-size: 2.8rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .u-text--phrase-secondary {
    font-size: 2.4rem;
  }
}

/*=================================
   icon external browser
=================================*/
.u-ico--exbrws {
  display: inline-block;
  position: relative;
}
.u-ico--exbrws::before {
  position: absolute;
  display: block;
  width: 13px;
  height: 23px;
  content: "";
  background: url(/assets/img/common/ico_exbrws_wh.svg) no-repeat center/contain;
  right: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-logo-wh {
  opacity: 1;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}

.u-logo-ppl {
  opacity: 0;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}

/* =================================
  header
================================= */
.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
}
.l-header.active {
  min-height: 100%;
}
.l-header__menu {
  overflow-y: hidden;
}
.l-header__menu--bg {
  background: rgba(148, 133, 189, 0.8078431373);
  display: block;
  width: 100%;
  height: 90px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header__menu--bg {
    height: 60px;
  }
}
.l-header__menu--bg.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header .hamburger {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  width: 32px;
  height: 24px;
  z-index: 11;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header .hamburger {
    top: 15px;
    right: 10px;
  }
}
.l-header .hamburger span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 100%;
  z-index: 10;
}
.l-header .hamburger span:nth-of-type(1) {
  top: 4px;
}
.l-header .hamburger span:nth-of-type(2) {
  top: 12px;
}
.l-header .hamburger span:nth-of-type(3) {
  top: 20px;
}
.l-header .hamburger.open span {
  background-color: #7966AD !important;
}
.l-header .hamburger.open span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}
.l-header .hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.l-header .hamburger.open span:nth-of-type(3) {
  top: 22px;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.l-header .close {
  display: none;
  width: 32px;
  height: 32px;
  position: fixed;
  background-color: transparent;
  z-index: 13;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header .close {
    top: 15px;
    right: 10px;
  }
}
.l-header .close.active {
  display: block;
}
.l-header__logo {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 30px;
  width: 192px;
  height: 40px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header__logo {
    max-width: 148px;
    top: 15px;
    left: 10px;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__nav {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 10;
  overflow-x: hidden;
}
.l-header__nav.active {
  display: block;
  height: 100vh;
  overflow-y: scroll;
}
.l-header__nav--bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #6A589C;
  opacity: 0.8;
}
.l-header__nav--bg.active {
  display: block;
}
.l-header__nav--inner {
  max-width: 375px;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: -400px;
  background-color: #7966AD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header__nav--inner {
    max-width: unset;
  }
}
.l-header__nav--inner.active {
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__nav--logo {
  background-color: #fff;
  padding: 60px 0 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header__nav--logo {
    padding: 20px 0;
  }
}
.l-header__nav--logo a {
  display: block;
  max-width: 190px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header__nav--logo a {
    margin: 0 0 0 10px;
  }
}
.l-header__nav--menu {
  text-align: center;
  font-size: 1.8rem;
}
.l-header__nav--menu p {
  font-size: 1.8rem !important;
  margin-bottom: 0 !important;
}
.l-header__nav--item {
  position: relative;
  border-top: 1px solid #fff;
}
.l-header__nav--item a {
  color: #fff;
  display: block;
  padding: 20px 0;
  font-weight: 600;
}
.l-header__nav--item a:active, .l-header__nav--item a:hover, .l-header__nav--item a:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.l-header__nav--item--withPulldown p {
  color: #fff;
  display: block;
  padding: 20px 0;
  font-weight: 600;
  cursor: pointer;
}
.l-header__nav--item:last-of-type {
  border-bottom: 1px solid #fff;
}
.l-header__nav--pulldown {
  display: none;
}
.l-header__nav--pulldown--item {
  background-color: #F4F0FF;
}
.l-header__nav--pulldown--item + .l-header__nav--pulldown--item {
  border-top: 1px solid #7966AD;
}
.l-header__nav--pulldown--item a {
  color: #7966AD;
}
.l-header__nav--pulldown--item a:hover {
  color: #7966AD !important;
  text-decoration: none !important;
}
.l-header__nav--pulldown--item a:visited {
  color: #7966AD !important;
  text-decoration: none !important;
}
.l-header__nav--btn {
  margin-top: 30px;
  padding: 0 18px;
}
.l-header__nav--btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  border: 1px solid #fff;
  text-align: center;
}
.l-header__nav--oth {
  padding: 0 18px;
  margin-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-header__nav--oth {
    padding-bottom: 80px;
  }
}
.l-header__nav--oth li a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}
.l-header__nav--oth li a:hover {
  text-decoration: none;
}
.l-header__nav--oth li + li {
  margin-top: 16px;
}

/*=================================
footer
=================================*/
.l-footer {
  background-color: #fff;
  padding-top: 120px;
  letter-spacing: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer {
    padding-top: 60px;
  }
}
.l-footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-bottom: 2px solid #fff;
}
.l-footer__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-footer__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-footer__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.l-footer__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 4fr;
    grid-template-rows: 4fr;
  }
  .l-footer__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.l-footer__list--item {
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__list--item {
    margin-left: unset;
  }
}
.l-footer__list--item img {
  width: 100%;
}
.l-footer__list--txt {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 20px;
  font-size: 1.6rem;
  padding-top: unset;
  line-height: 1.8;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__list--txt {
    font-size: 1.6rem;
    bottom: 16px;
    text-align: left;
    padding-bottom: unset;
    line-height: 2;
  }
}
.l-footer__logo {
  background-color: #5A4D7F;
  padding: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__logo {
    padding: 30px 24px 50px;
  }
}
.l-footer__logo--inner {
  text-align: center;
}
.l-footer__logo--link {
  color: #fff;
  font-size: 2rem;
  display: block;
}
.l-footer__logo--link:active, .l-footer__logo--link:hover, .l-footer__logo--link:visited {
  color: #fff;
  text-decoration: none;
}
.l-footer__logo--link img {
  display: block;
  margin: 20px auto 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__logo--link img {
    max-width: 190px;
  }
}
.l-footer__nav {
  background-color: #A29CCC;
  padding: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-footer__nav--list {
  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;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__nav--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__nav--menu--item {
  display: inline-block;
  margin-left: 30px;
}
.l-footer__nav--menu--item a {
  font-size: 1.4rem;
  color: #fff;
}
.l-footer__nav--menu--item a:active, .l-footer__nav--menu--item a:hover, .l-footer__nav--menu--item a:visited {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__nav--menu {
    display: none;
  }
}
.l-footer__nav--sns--item {
  display: inline-block;
  margin-left: 14px;
}
.l-footer__small {
  padding: 16px 0 20px;
  text-align: center;
  color: #B0B0B0;
  font-size: 1.2rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer__small {
    color: #000;
  }
  .l-footer__small small {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-footer .c-listLink__arrow {
    width: 24px;
    height: 24px;
    bottom: 20px;
    right: 14px;
  }
  .l-footer .c-listLink__arrow::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #F6F1F0;
    left: 8px;
  }
}

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

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    main
  ================================= */
}
/* =================================
  l-deco
================================= */
.l-deco--right-bottom {
  position: relative;
}
.l-deco--right-bottom::after {
  content: "";
  width: 380px;
  height: 200px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  display: block;
  position: absolute;
  bottom: -120px;
  right: 0;
  z-index: -1;
}
.l-deco--right-left {
  position: relative;
}
.l-deco--right-left::before {
  content: "";
  width: 330px;
  height: 290px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  display: block;
  position: absolute;
  top: 91px;
  right: 0;
  z-index: -1;
}
.l-deco--right-left::after {
  content: "";
  width: 196px;
  height: 196px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  display: block;
  position: absolute;
  top: 407px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    l-deco
  ================================= */
  .l-deco--right-bottom::after {
    content: none;
  }
  .l-deco--right-left::before {
    content: none;
  }
  .l-deco--right-left::after {
    content: none;
  }
}
/* =================================
  l-article
================================= */
/* =================================
  l-body
================================= */
body {
  position: relative;
  height: auto;
}

.l-body {
  max-width: 1200px;
  margin: 120px auto 120px;
  padding: 0 40px;
  background-color: aqua;
}
.l-body__inner {
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    l-body
  ================================= */
  .l-body {
    margin: 0 auto 50px;
    padding: 0 5.1282051282%;
  }
}