@charset "UTF-8";
/* #Base
   -------------------------------------------------------------------------- */
/**
 * Baseレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します。
 * 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます。
 * 基本的にclass属性は使用しません。
 */
html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: auto;
}

body {
  letter-spacing: 0.1em;
  height: 100%;
  font-size: 17px;
  /* 各ページのGoogleフォントリンクを変更後 Noto~Japaneseを削除（~JPは残す） */
  font-family: 'itc-avant-garde-gothic-pro','Noto Sans Japanese','Noto Sans JP','Noto Sans SC','Hiragino Kaku Gothic Pro','Meiryo','osaka','Arial', sans-serif;
  font-weight: 300;
  line-height: 1.94;
  /* アンチエイリアスを指定する */
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-text-size-adjust: 100%;
}

@media all and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.82;
  }
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,
select,
textarea {
  width: 100%;
  vertical-align: middle;
  letter-spacing: normal;
}

input,
select {
  height: 3em;
  padding: .5em 1em;
}

textarea {
  height: 9em;
  padding: .5em 1em;
}

small {
  font-size: inherit;
}

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

ul, ol {
  list-style-type: none;
}

figure,
figcaption {
  margin: 0;
}

figure {
  text-align: center;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * フルードイメージにします。
 */
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/**
 * IEでSVGがフルードイメージにならない不具合があります。
 * 属性値が`.svg`で終わる要素に適応します。
 */
[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

/**
 * 日本語では斜体を使用しないためリセットします。
 */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

i,
source {
  display: inline-block;
}

i {
  line-height: 0;
  vertical-align: middle;
}

picture {
  display: block;
  text-align: center;
  line-height: 0;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: 0.2em;
  border-radius: 3px;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.06);
}

pre code {
  padding: 0;
  font-size: 10px;
  background-color: inherit;
}

svg {
  width: 20px;
  height: 20px;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}

@media all and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}

/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==========================================================
 area
========================================================== */
/* ==========================================================
 breadcrumb
 パンくず
========================================================== */
.nav-breadcrumb {
  padding: 15px 0 14px;
  border-top: 2px solid #e5e5e5;
}

@media all and (max-width: 767px) {
  .nav-breadcrumb {
    display: none;
  }
}

.nav-breadcrumb-in {
  width: 100%;
  min-width: 768px;
  max-width: 1336px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.4em;
}

@media all and (max-width: 767px) {
  .nav-breadcrumb-in {
    max-width: none;
    min-width: 0;
  }
}

.nav-breadcrumb-item {
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}

.nav-breadcrumb-item + .nav-breadcrumb-item:before {
  margin: 0 16px;
  content: '\002022';
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5em;
}

.nav-breadcrumb-item > a {
  line-height: 1;
  font-size: 15px;
}

.nav-breadcrumb-item > a:hover {
  color: #808080;
}

.nav-breadcrumb-item > .nav-breadcrumb-currentlink {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}
@media all and (max-width: 767px) {
    .h_m_border{
        border-bottom: 1px solid #b2b2b2;
    }
}


/* ==========================================================
 footer
========================================================== */
.footer {
  position: relative;
}

@media all and (max-width: 767px) {
  .footer {
    padding: 0 8px;
  }
}

.footer-in {
  border-top: 13px solid #CBE7E0;
  padding: 110px 0 88px;
}

@media all and (max-width: 1366px) {
  .footer-in {
    padding: 75px 30px 70px;
  }
}

@media all and (max-width: 1000px) {
  .footer-in {
    padding: 75px 20px 70px;
  }
}
@media all and (max-width: 767px) {
  .footer-in {
    border-top: 10px solid #CBE7E0;
    padding: 32px 0 22px;
  }
}

.footer-utility {
  width: 768px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .footer-utility {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
}

.footer-head {
  padding-bottom: 65px;
  overflow: hidden;
  margin: 0 -15px;
}

@media all and (max-width: 767px) {
  .footer-head {
    margin: 0;
    padding: 0 18px 35px;
  }
}

.footer-head-parent-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 12px;
  pointer-events: none;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .footer-head-parent-title {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (max-width: 767px) {
  .footer-head-parent-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
  }
}

.footer-head-parent-title:hover {
  border-bottom: 1px solid #000;
}

@media all and (max-width: 767px) {
  .footer-head-parent-title:hover {
    border-bottom: none;
  }
}

.footer-head-parent-title > a {
  pointer-events: auto;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}

@media all and (max-width: 767px) {
  .footer-head-parent-title > a {
    display: block;
    font-size: 12px;
    padding: 14px 0;
    line-height: 1;
    font-weight: normal;
    position: relative;
  }
  .footer-head-parent-title > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
    background-image: url("/common/img/ico_plus_01.svg");
  }
}

.footer-head-parent-title.is-active a:before {
  background-image: url("/common/img/ico_minus_01.svg");
}

.footer-head-child-title {
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .footer-head-child-title {
    line-height: 1;
    padding: 0 10px 14px 10px;
  }
}

.footer-head-child-title > a {
  font-size: 11px;
  display: inline;
  position: relative;
  color: #666;
}

@media all and (max-width: 767px) {
  .footer-head-child-title > a {
    font-weight: normal;
    display: block;
  }
}

.footer-head-child-title > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  display: block;
  position: absolute;
  bottom: 2px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media all and (max-width: 767px) {
  .footer-head-child-title > a:after {
    content: normal;
  }
}

.footer-head-child-title > a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.footer-head-child-title > span {
  font-size: 11px;
  display: inline-block;
  position: relative;
  color: #666;
}

@media all and (max-width: 767px) {
  .footer-head-child-title > span {
    font-weight: normal;
    display: block;
  }
  .footer-head-child-title > span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("/common/img/ico_arrow_right_01.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.footer-head-child-title > span:after {
  content: normal;
}

.footer-head-child-title.is-active {
  border-bottom: none;
}

.footer-head-child-title.is-active a:before, .footer-head-child-title.is-active span:before {
  -webkit-transform-origin: 3px 1px;
      -ms-transform-origin: 3px 1px;
          transform-origin: 3px 1px;
  -webkit-transform: rotate(90deg) translateY(-50%);
      -ms-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}

.footer-head-grandson-title {
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .footer-head-grandson-title {
    line-height: 1;
    margin-bottom: 14px;
  }
}

.footer-head-grandson-title > a {
  display: inline-block;
  font-size: 11px;
  color: #666;
  margin-left: 16px;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer-head-grandson-title > a:after {
  content: '';
  width: calc(100% - 0px);
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .footer-head-grandson-title > a:after {
    content: normal;
  }
}

.footer-head-grandson-title > a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

@media all and (max-width: 767px) {
  .footer-head-grandson-title > a {
    font-weight: normal;
    display: block;
    margin-left: 0;
  }
}

.footer-head-grandson-title > a:before {
  content: '_';
  display: inline-block;
  position: absolute;
  left: -8px;
}

@media all and (max-width: 767px) {
  .footer-head-grandson-title > a:before {
    content: '';
  }
}

.footer-head-grandson-title.is-active {
  border-bottom: none;
}

.footer-head-grandson-title.is-active a:before {
  -webkit-transform-origin: 3px 1px;
      -ms-transform-origin: 3px 1px;
          transform-origin: 3px 1px;
  -webkit-transform: rotate(90deg) translateY(-50%);
      -ms-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
}

@media all and (max-width: 767px) {
  .footer .main {
    display: none;
    padding-bottom: 7px;
  }
}

.footer .sub {
  display: none;
}

.footer .bracket {
  display: none;
}

@media all and (max-width: 767px) {
  .footer .bracket {
    font-family: Meiryo, 'ＭＳ Ｐゴシック', osaka, Arial, sans-serif;
    display: inline-block;
  }
}

/* footer-head-item
---------------------------------------------------------- */
.footer-head-item {
  float: left;
  width: 20%;
  padding: 0 15px;
}



@media all and (min-width: 768px){
    .footer-head .f_about{
     padding-top:23px;
    }
    .l_s{
        letter-spacing: 0;
    }
}

@media all and (max-width: 767px) {
  .footer-head-item {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.footer-head-item .item {
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .footer-head-item .item {
    margin-top: 0;
  }
}

.footer-head-item .inner {
  margin: 0 -11px;
  overflow: hidden;
  padding-left: 10px;
}

@media all and (max-width: 767px) {
  .footer-head-item .inner {
    display: none;
    margin: 0;
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  .footer-head-item .inner .list {
    float: none;
    width: 100%;
    padding: 0 10px 0 20px;
  }
}

.footer-head-item .inner .list .links {
  padding: 0 0 20px;
}

.footer-head-item .inner .list .links li {
  line-height: 1;
  padding: 5px 0;
}

.footer-head-item .inner .list .links li:first-child {
  padding-top: 0;
}

.footer-head-item .inner .list .links li:last-child {
  padding-bottom: 0;
}

.footer-head-item .inner .list .links li a {
  display: block;
  font-size: 10px;
  color: #666;
}

.footer-head-item .inner .list .links li a:before {
  content: '\002022';
  display: inline-block;
  margin-right: 5px;
}

@media all and (max-width: 767px) {
  .footer-head-item .inner .list .sub {
    padding-left: 13px;
  }
}

.footer-head-item .links.under {
  padding: 0 0 20px 33px;
}

@media all and (max-width: 767px) {
  .footer-head-item .links.under {
    padding: 0 0 17px 22px;
  }
}

.footer-head-item .links.under li {
  line-height: 1;
  padding: 5px 0;
}

.footer-head-item .links.under li:first-child {
  padding-top: 0;
}

.footer-head-item .links.under li:last-child {
  padding-bottom: 0;
}

.footer-head-item .links.under li a {
  display: block;
  font-size: 10px;
  color: #666;
}

.footer-head-item .links.under li a:before {
  content: '\002022';
  display: inline-block;
  margin-right: 5px;
}

@media all and (max-width: 767px) {
  .footer-head-item .sub {
    padding-left: 13px;
  }
}

.footer-head-item .footer-head-item-links {
  padding-bottom: 5px;
}

@media all and (max-width: 767px) {
  .footer-head-item .footer-head-item-links {
    width: 100%;
    padding: 0 12px;
    display: none;
  }
  .footer-head-item .footer-head-item-links:last-of-type {
    padding-bottom: 7px;
  }
}

.footer-head-item .footer-head-item-links li {
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .footer-head-item .footer-head-item-links li {
    line-height: 1.4;
    padding-left: 0;
    margin-bottom: 8px;
  }
}

.footer-head-item .footer-head-item-links li a {
  font-size: 11px;
  display: inline-block;
  color: #666;
  white-space: nowrap;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer-head-item .footer-head-item-links li a:after {
  content: '';
  width: calc(100% - 0px);
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .footer-head-item .footer-head-item-links li a:after {
    content: normal;
  }
}

.footer-head-item .footer-head-item-links li a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

@media all and (max-width: 767px) {
  .footer-head-item .footer-head-item-links li a {
    font-size: 10px;
    display: block;
    white-space: normal;
  }
}

/* footer-bottom
---------------------------------------------------------- */
@media all and (max-width: 767px) {
  .footer-bottom {
    display: block;
    padding-top: 0;
    border-top: none;
  }
}

.footer-bottom-list {
  letter-spacing: -0.4em;
  text-align: center;
}

@media all and (max-width: 767px) {
  .footer-bottom-list {
    margin: 20px auto 0;
    width: 320px;
  }
}

.footer-bottom-list li {
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0 14px;
}

@media all and (max-width: 767px) {
  .footer-bottom-list li {
    line-height: 1;
    padding: 0 11px;
  }
  .footer-bottom-list li:nth-child(-n+2) {
    border-right: 3px double #000;
  }
}

.footer-bottom-list li:first-child {
  padding-left: 0;
}

.footer-bottom-list li:last-child {
  padding-right: 0;
}

@media all and (max-width: 767px) {
  /*.footer-bottom-list li:last-child {
    padding-left: 0;
  }*/
}

.footer-bottom-list li a {
  font-size: 11px;
  display: inline-block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.footer-bottom-list li a:after {
  content: '';
  width: calc(100% - 0px);
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .footer-bottom-list li a:after {
    content: normal;
  }
}

.footer-bottom-list li a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.footer-bottom .instagram {
  display: none;
}

@media all and (max-width: 767px) {
  .footer-bottom .instagram {
    display: block;
    width: 15px;
    height: 15px;
    margin: 20px auto;
  }
  .footer-bottom .instagram a {
    display: block;
  }
  .footer-bottom .instagram a img {
    width: 15px;
    height: 15px;
  }
}

/* footer-copyright
---------------------------------------------------------- */
.footer-copyright {
  font-size: 8px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  margin-top: 25px;
  color: #666;
}

@media all and (max-width: 767px) {
  .footer-copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 12px;
  }
}

/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  padding-top: 68px;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .wrapper {
    padding-top: 50px;
  }
}

/* ==========================================================
 contents
========================================================== */
.contents-lower-01 {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 113px 30px 100px;
}

@media all and (max-width: 1000px) {
  .contents-lower-01 {
    padding: 113px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-01 {
    max-width: none;
    min-width: 0;
    padding: 52px 8px 50px;
  }
}

.contents-lower-02 {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 60px 30px 100px;
}

@media all and (max-width: 1000px) {
  .contents-lower-02 {
    padding: 50px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-02 {
    max-width: none;
    min-width: 0;
    padding: 52px 0 50px;
  }
}

.contents-lower-02.is-cosmetics {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 113px 30px 100px;
}

@media all and (max-width: 1000px) {
  .contents-lower-02.is-cosmetics {
    padding: 113px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-02.is-cosmetics {
    max-width: none;
    min-width: 0;
    padding: 32px 0 50px;
  }
}

.contents-lower-03 {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 90px 30px 100px;
}

@media all and (max-width: 1000px) {
  .contents-lower-03 {
    padding: 113px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-03 {
    max-width: none;
    min-width: 0;
    padding: 32px 0 50px;
  }
}

.contents-lower-04 {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 56px 30px 100px;
}

@media all and (max-width: 1000px) {
  .contents-lower-04 {
    padding: 56px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-04 {
    max-width: none;
    min-width: 0;
    padding: 32px 0 50px;
  }
}

.contents-lower-05 {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 56px 30px 100px;
}

@media all and (max-width: 1000px) {
  .contents-lower-05 {
    padding: 56px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-05 {
    max-width: none;
    min-width: 0;
    padding: 12px 0 50px;
  }
}

.contents-lower-06 {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 52px 30px 100px;
}

@media all and (max-width: 1000px) {
  .contents-lower-06 {
    padding: 113px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-06 {
    max-width: none;
    min-width: 0;
    padding: 7px 0 5px;
  }
}

.contents-lower-07 {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 52px 30px 100px;
}

@media all and (max-width: 1000px) {
  .contents-lower-07 {
    padding: 113px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-07 {
    max-width: none;
    min-width: 0;
    padding: 30px 0 5px;
  }
}

.contents-lower-08 {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 16px 30px 17px;
}

@media all and (max-width: 1000px) {
  .contents-lower-08 {
    padding: 113px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-lower-08 {
    max-width: none;
    min-width: 0;
    padding: 3px 0 5px;
  }
}

@media all and (max-width: 767px) {
  .hero-lower-05 + .contents-lower-06 {
    padding-top: 0;
  }
}

.contents-stores {
  margin: 0 auto;
  width: 100%;
  padding: 65px 0 0;
}

@media all and (max-width: 767px) {
  .contents-stores {
    padding: 27px 0 50px;
  }
}

.contents-sitemap {
  margin: 0 auto;
  width: 100%;
  padding: 70px 0 0;
}

@media all and (max-width: 1000px) {
  .contents-sitemap {
    padding: 113px 20px 100px;
  }
}

@media all and (max-width: 767px) {
  .contents-sitemap {
    max-width: none;
    min-width: 0;
    padding: 25px 0 50px;
  }
}

@media all and (min-width: 1041px) {
  .img-p-care {
    padding: 0 40px;
  }
}
@media all and (max-width: 1040px) {
  .img-p-care {
    padding: 0 3vw;
  }
}


/*****
products (io)
*****/

.product_notice{
    font-size: 80%;
    margin-top: 20px;
}
@media all and (max-width: 767px) {
  .product_notice {
    margin: -10px 0 30px 0;
  }
}





/* ==========================================================
 globalnavi
========================================================== */
.js-menu-target {
  text-align: left;
}

.nav-global {
  display: block;
  width: 100%;
}

@media all and (max-width: 767px) {
  .nav-global {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .nav-global {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 58px;
    display: none;
  }
}

.nav-global-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767px) {
  .nav-global-in {
    display: block;
    width: 100%;
    overflow-y: auto;
    background-color: #E9F5F5;
  }
}

@media all and (max-width: 767px) {
  .nav-global-title {
    font-size: 15px;
    border-bottom: 1px solid #b2b2b2;
    line-height: 1;
    padding: 20px 40px 20px 30px;
  }
}

.nav-global-subtitle.is-link-disabled {
  pointer-events: none;
}

@media all and (max-width: 767px) {
  .nav-global-subtitle.is-link-disabled {
    pointer-events: auto;
  }
}

@media all and (max-width: 767px) {
  .nav-global-subtitle {
    position: relative;
  }
  .nav-global-subtitle:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("/common/img/ico_arrow_right_01.png");
    background-size: 9px 12px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .nav-global-subtitle.is-active:before {
    -webkit-transform-origin: 4px 2px;
        -ms-transform-origin: 4px 2px;
            transform-origin: 4px 2px;
    -webkit-transform: rotate(90deg) translateY(-50%);
        -ms-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
  }
}

.nav-global-main {
  letter-spacing: -0.4em;
}

@media all and (max-width: 767px) {
  .nav-global-main {
    width: 100%;
  }
}

.nav-global-main > li {
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media all and (max-width: 767px) {
  .nav-global-main > li {
    display: block;
  }
}

.nav-global-main > li > a {
  padding: 25px 30px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-size: 17px;
}

@media all and (max-width: 1426px) {
  .nav-global-main > li > a {
    font-size: 16px;
    padding: 26px 1.5vw;
  }
}

@media all and (max-width: 1000px) {
  .nav-global-main > li > a {
    text-align: center;
    font-size: 13px;
    padding: 28px 1.3vw 27px;
    /*width: 116px;*/
  }
}

@media all and (max-width: 767px) {
  .nav-global-main > li > a {
    color: #000;
    display: block;
    text-align: left;
    padding: 20px 50px 20px 30px;
    position: relative;
    font-size: 15px;
    width: auto;
  }
  .nav-global-main > li > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
    background-image: url("/common/img/ico_plus_01.svg");
  }
  .nav-global-main > li > a.is-active:before {
    background-image: url("/common/img/ico_minus_01.svg");
  }
  .nav-global-main > li > a.is-active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 3;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #E9F5F5 transparent transparent transparent;
  }
  .nav-global-main > li > a.is-active + .nav-global-category {
    position: relative;
    border-bottom: 1px solid #b2b2b2;
  }
  .nav-global-main > li > a.is-active + .nav-global-category:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #b2b2b2 transparent transparent transparent;
  }
}

.nav-global-main > li > a:hover {
  color: #808080;
}

@media all and (max-width: 767px) {
  .nav-global-main > li > a:hover {
    color: #000;
  }
}

.nav-global-side {
  letter-spacing: -0.4em;
  height: 100%;
}

.nav-global-side > li {
  letter-spacing: 0.1em;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

@media all and (max-width: 767px) {
  .nav-global-side > li {
    display: block;
  }
}

.nav-global-side > li > a {
  display: inline-block;
  color: #fff;
  height: 100%;
  line-height: 1;
  font-size: 14px;
  padding: 27px 22px;
}

@media all and (max-width: 1426px) {
  .nav-global-side > li > a {
    font-size: 13px;
    padding: 27px 14px 28px;
  }
}

@media all and (max-width: 1000px) {
  .nav-global-side > li > a {
    text-align: center;
    width: 63px;
    padding: 28px 0 29px;
    font-size: 11px;
  }
}

@media all and (max-width: 767px) {
  .nav-global-side > li > a {
    color: #000;
    width: auto;
    text-align: left;
    display: block;
    padding: 20px 50px 20px 30px;
    position: relative;
    font-size: 15px;
  }
  .nav-global-side > li > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
    background-image: url("/common/img/ico_plus_01.svg");
  }
  .nav-global-side > li > a.is-active:before {
    background-image: url("/common/img/ico_minus_01.svg");
  }
  .nav-global-side > li > a.is-active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 3;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #E9F5F5 transparent transparent transparent;
  }
  .nav-global-side > li > a.is-active + .nav-global-category {
    position: relative;
    border-bottom: 1px solid #b2b2b2;
  }
  .nav-global-side > li > a.is-active + .nav-global-category:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 1;
    border-style: solid;
    border-width: 6px 8px 0 8px;
    border-color: #b2b2b2 transparent transparent transparent;
  }
}

.nav-global-side > li > a:hover {
  color: #808080;
}

@media all and (max-width: 767px) {
  .nav-global-side > li > a:hover {
    color: #000;
  }
}

.nav-global-side > li.instagram {
  padding: 25px 0 27px 22px;
  margin: 0;
}

@media all and (max-width: 1426px) {
  .nav-global-side > li.instagram {
    padding: 26px 0 28px 14px;
  }
}

@media all and (max-width: 1000px) {
  .nav-global-side > li.instagram {
    padding: 26px 0 28px 12px;
  }
}

@media all and (max-width: 767px) {
  .nav-global-side > li.instagram {
    display: none;
  }
}

.nav-global-side > li.instagram > a {
  padding: 0;
  display: block;
  width: 14px;
  height: 14px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 1426px) {
  .nav-global-side > li.instagram > a {
    height: 13px;
    width: 13px;
  }
}

@media all and (max-width: 1000px) {
  .nav-global-side > li.instagram > a {
    height: 11px;
    width: 11px;
  }
}

.nav-global-side > li.instagram > a:hover {
  color: transparent;
  background-color: transparent;
}

@media all and (max-width: 767px) {
  .nav-global-side > li.instagram > a {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

.nav-global-side > li.instagram > a:hover {
  opacity: .6;
}

@media all and (max-width: 767px) {
  .nav-global-side > li.instagram > a:hover {
    opacity: 1;
  }
}

.nav-global-side > li.instagram > a img {
  height: 14px;
  width: 14px;
}

@media all and (max-width: 1426px) {
  .nav-global-side > li.instagram > a img {
    height: 13px;
    width: 13px;
  }
}

@media all and (max-width: 1000px) {
  .nav-global-side > li.instagram > a img {
    height: 11px;
    width: 11px;
  }
}

.nav-global-category {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 68px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-category {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (max-width: 767px) {
  .nav-global-category {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    top: 0;
  }
}

.nav-global-category.is-active {
  opacity: 1;
  visibility: visible;
}

.nav-global-category-main {
  text-align: center;
  width: 100%;
  min-width: 768px;
  max-width: 1426px;
  margin: 0 auto;
  padding: 0 30px;
}

@media all and (max-width: 1000px) {
  .nav-global-category-main {
    padding: 0 20px;
  }
}

@media all and (max-width: 767px) {
  .nav-global-category-main {
    padding: 10px 0;
    min-width: 0;
    max-width: none;
    background-color: #E9F5F5;
    text-align: left;
  }
}

.nav-global-category-main > li {
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.4em;
  position: relative;
  padding: 26px 15px;
}

.nav-global-category-main > li:hover > a:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

@media all and (max-width: 767px) {
  .nav-global-category-main > li {
    display: block;
    padding: 0;
  }
}

.nav-global-category-main > li:first-of-type {
  padding-left: 0;
}

@media all and (max-width: 767px) {
  .nav-global-category-main > li:first-of-type a {
    padding: 15px 40px;
  }
}

.nav-global-category-main > li:last-of-type {
  padding-right: 0;
}

@media all and (max-width: 767px) {
  .nav-global-category-main > li:last-of-type a {
    padding: 15px 40px;
  }
}

.nav-global-category-main > li > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
}

@media all and (max-width: 767px) {
  .nav-global-category-main > li > a {
    display: block;
    font-size: 14px;
    padding: 15px 50px 15px 40px;
  }
}

.nav-global-category-main > li > a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  display: block;
  position: absolute;
  bottom: 2px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media all and (max-width: 767px) {
  .nav-global-category-main > li > a:after {
    content: normal;
  }
}

@media all and (max-width: 767px) {
  .nav-global-under {
    border-top: 1px solid #b2b2b2;
    padding: 28px 30px;
  }
  .nav-global-under > li + li {
    margin-top: 8px;
  }
  .nav-global-under > li > a {
    font-size: 12px;
    display: block;
  }
}

.nav-global .bracket {
  display: none;
}

@media all and (max-width: 767px) {
  .nav-global .bracket {
    font-family: Meiryo, 'ＭＳ Ｐゴシック', osaka, Arial, sans-serif;
    display: inline-block;
  }
}

/* nav-global-child-category
---------------------------------------------------------- */
.nav-global-child-category {
  position: absolute;
  top: 50px;
  left: 18px;
  width: 1366px;
  margin: 0 auto;
  background-color: #fff;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-child-category {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (max-width: 767px) {
  .nav-global-child-category {
    position: static;
    opacity: 1;
    width: 100%;
    visibility: visible;
    display: none;
    padding-bottom: 0;
    left: 0;
    top: 0;
  }
}

.nav-global-child-category.is-active {
  opacity: 1;
  visibility: visible;
}

.nav-global-child-category:before {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1000%;
  content: '';
  display: block;
  background-color: #fff;
  height: 100%;
}

@media all and (max-width: 767px) {
  .nav-global-child-category:before {
    content: normal;
  }
}

.nav-global-child-category:after {
  position: absolute;
  right: -1000%;
  top: 0;
  width: 1000%;
  content: '';
  display: block;
  background-color: #fff;
  height: 100%;
}

@media all and (max-width: 767px) {
  .nav-global-child-category:after {
    content: normal;
  }
}

.nav-global-child-category-main {
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 0;
}

@media all and (max-width: 767px) {
  .nav-global-child-category-main {
    padding: 0;
    max-width: none;
    min-width: 0;
  }
}

.nav-global-child-category-main > li {
  position: relative;
}

.nav-global-child-category-main > li > a {
  display: inline-block;
  font-size: 11px;
  margin-bottom: 5px;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.nav-global-child-category-main > li > a:after {
  content: '';
  width: calc(100% - 0px);
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-child-category-main > li > a:after {
    content: normal;
  }
}

.nav-global-child-category-main > li > a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

@media all and (max-width: 767px) {
  .nav-global-child-category-main > li > a {
    cursor: pointer;
    display: block;
    padding: 15px 50px 15px 66px;
    background-color: #E9F5F5;
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
  }
}

.nav-global-child-category-top > a {
  font-size: 11px;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .nav-global-child-category-top > a {
    font-weight: normal;
  }
}

.nav-global-child-category .detail-left {
  float: left;
}

@media all and (max-width: 767px) {
  .nav-global-child-category .detail-left {
    float: none;
    width: 100%;
  }
}

.nav-global-child-category .detail-right {
  float: left;
  margin-left: 40px;
}

@media all and (max-width: 767px) {
  .nav-global-child-category .detail-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

/* nav-global-grandson-category
---------------------------------------------------------- */
.nav-global-grandson-category {
  padding-bottom: 50px;
  overflow: hidden;
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category {
    padding: 20px 10px 20px 66px;
    display: none;
    width: 100%;
  }
}

.nav-global-grandson-category-main {
  margin-top: 5px;
  overflow: hidden;
}

.nav-global-grandson-category-main > li {
  line-height: 1.3;
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category-main > li {
    margin-top: 12px;
  }
}

.nav-global-grandson-category-main > li > a {
  font-size: 11px;
  color: #666;
  display: inline-block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.nav-global-grandson-category-main > li > a:after {
  content: '';
  width: calc(100% - 11px);
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 11px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category-main > li > a:after {
    content: normal;
  }
}

.nav-global-grandson-category-main > li > a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category-main > li > a {
    font-size: 12px;
  }
}

.nav-global-grandson-category-main > li > a:before {
  content: '\002022';
  display: inline-block;
  margin-right: 5px;
}

.nav-global-grandson-category-main.left {
  float: left;
  margin-right: 50px;
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category-main.left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.nav-global-grandson-category-main.right {
  float: left;
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category-main.right {
    float: none;
    width: 100%;
  }
}

.nav-global-grandson-category-top > a {
  padding-top: 1px;
  display: inline-block;
  font-size: 11px;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.nav-global-grandson-category-top > a:after {
  content: '';
  width: calc(100% - 0px);
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category-top > a:after {
    content: normal;
  }
}

.nav-global-grandson-category-top > a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

@media all and (max-width: 767px) {
  .nav-global-grandson-category-top > a {
    padding-top: 0;
  }
}

/* nav-global-other-category
---------------------------------------------------------- */
.nav-global-other-category {
  width: 768px;
  position: absolute;
  top: 50px;
  left: 18px;
  background-color: #fff;
  margin: 0 auto;
  letter-spacing: 0.1em;
  padding: 20px 0 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, background-color;
  transition-property: opacity, visibility, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-other-category {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (max-width: 767px) {
  .nav-global-other-category {
    position: static;
    opacity: 1;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    padding: 15px 48px;
    visibility: visible;
  }
}

.nav-global-other-category.is-active {
  opacity: 1;
  visibility: visible;
}

.nav-global-other-category:before {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1000%;
  content: '';
  display: block;
  background-color: #fff;
  height: 100%;
}

@media all and (max-width: 767px) {
  .nav-global-other-category:before {
    content: normal;
  }
}

.nav-global-other-category:after {
  position: absolute;
  right: -1000%;
  top: 0;
  width: 1000%;
  content: '';
  display: block;
  background-color: #fff;
  height: 100%;
}

@media all and (max-width: 767px) {
  .nav-global-other-category:after {
    content: normal;
  }
}

.nav-global-other-category-main {
  margin-top: 5px;
  background-color: #fff;
  position: relative;
}

.nav-global-other-category-main > li {
  line-height: 1.3;
  position: relative;
}

@media all and (max-width: 767px) {
  .nav-global-other-category-main > li {
    margin-top: 12px;
  }
}

.nav-global-other-category-main > li > a {
  font-size: 11px;
  color: #666;
  display: inline-block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.nav-global-other-category-main > li > a:after {
  content: '';
  width: calc(100% - 11px);
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 11px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-other-category-main > li > a:after {
    content: normal;
  }
}

.nav-global-other-category-main > li > a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

@media all and (max-width: 767px) {
  .nav-global-other-category-main > li > a {
    display: block;
  }
}

.nav-global-other-category-main > li > a:before {
  content: '\002022';
  display: inline-block;
  margin-right: 5px;
}

.nav-global-other-category-main.left {
  float: left;
  margin-right: 40px;
}

@media all and (max-width: 767px) {
  .nav-global-other-category-main.left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.nav-global-other-category-main.right {
  float: left;
}

@media all and (max-width: 767px) {
  .nav-global-other-category-main.right {
    float: none;
    width: 100%;
  }
}

.nav-global-other-category-top > a {
  display: inline-block;
  font-size: 11px;
  padding-top: 1px;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.nav-global-other-category-top > a:after {
  content: '';
  width: calc(100% - 0px);
  height: 1px;
  background: #666;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .nav-global-other-category-top > a:after {
    content: normal;
  }
}

.nav-global-other-category-top > a:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

@media all and (max-width: 767px) {
  .nav-global-other-category-top > a {
    font-weight: normal;
    padding-top: 0;
  }
}

/* カレント
---------------------------------------------------------- */
.nav-global-main > li > a.is-current {
  background-color: #fff;
  color: #000;
}

@media all and (max-width: 767px) {
  .nav-global-main > li > a.is-current {
    background-color: #E9F5F5;
  }
}

.nav-global-side > li > a.is-current {
  background-color: #fff;
  color: #000;
}

@media all and (max-width: 767px) {
  .nav-global-side > li > a.is-current {
    background-color: #E9F5F5;
  }
}

/* ==========================================================
 header
========================================================== */
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 10;
  height: 68px;
}

@media all and (max-width: 767px) {
  .header {
    height: 50px;
  }
}

.header-in {
  position: relative;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
}

@media all and (max-width: 1000px) {
  .header-in {
    padding: 0 20px;
  }
}

@media all and (max-width: 767px) {
  .header-in {
    max-width: none;
    min-width: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-logo {
  max-width: 290px;
  min-width: 198px;
  max-height: 26px;
  min-height: 18px;
  width: 30%;
  height: auto;
  margin-right: 8%;
}

@media all and (max-width: 1000px) {
  .header-logo {
    margin-right: 7%;
  }
}

@media all and (max-width: 975px) {
  .header-logo {
    margin-right: 6%;
  }
}

@media all and (max-width: 950px) {
  .header-logo {
    margin-right: 5%;
  }
}

@media all and (max-width: 925px) {
  .header-logo {
    margin-right: 4%;
  }
}

@media all and (max-width: 900px) {
  .header-logo {
    margin-right: 3%;
  }
}

@media all and (max-width: 850px) {
  .header-logo {
    margin-right: 2%;
  }
}

@media all and (max-width: 800px) {
  .header-logo {
    margin-right: 1%;
  }
}

@media all and (max-width: 775px) {
  .header-logo {
    margin-right: 0.5%;
  }
}

@media all and (max-width: 767px) {
  .header-logo {
    max-width: none;
    min-width: 0;
    margin-right: 0;
    width: 185px;
  }
}

.header-logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .header-logo > a {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

.header-logo > a:hover {
  opacity: .6;
}

@media all and (max-width: 767px) {
  .header-logo > a:hover {
    opacity: 1;
  }
}

.header-logo .image {
  display: block;
  max-width: 298px;
  min-width: 198px;
  max-height: 28px;
  min-height: 19px;
  height: 100%;
  width: 100%;
}

@media all and (max-width: 767px) {
  .header-logo .image {
    max-width: none;
    min-width: 0;
    max-height: none;
    min-height: 0;
    width: 185px;
  }
}

@media all and (max-width: 767px) {
    .renewal{
        background: url(../img/ico_pdf.svg) no-repeat right 35px center;
        background-size: 18px;
    }
}



/* ==========================================================
 hero
========================================================== */
.hero-lower-01 {
  width: 100%;
}

.hero-lower-01 img {
  width: 100%;
  height: auto;
}

.hero-lower-01 .inner {
  margin: 90px auto 0;
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0;
}

@media all and (max-width: 767px) {
  .hero-lower-01 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    position: static;
  }
}

@media all and (min-width: 767px) {
  .cont_2nd{
    max-width: 1650px;
    margin: 69px auto 0;
    padding: 0 30px;
  }
  .cosme_2nd{
    max-width: 940px;
    margin: 69px auto 0;
    padding: 0 30px;
  }
  .fragrance_2nd{
    max-width: 1060px;
    margin: 69px auto 0;
    padding: 0 30px;    
  }
}
    
.hero-lower-02 {
  position: relative;
  min-height: 635px;
  padding: 77px 0 90px;
  background-color: #f5f3e7;
}

@media all and (max-width: 767px) {
  .hero-lower-02 {
    padding: 0;
  }
}

.hero-lower-02 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0 30px;
}

@media all and (max-width: 767px) {
  .hero-lower-02 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
    padding: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    position: static;
  }
}

.hero-lower-03 {
  width: 100%;
}

.hero-lower-03 img {
  width: 100%;
  height: auto;
}

.hero-lower-03 .inner {
  /*margin: 90px auto 0;*/
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0;
}

@media all and (max-width: 767px) {
  .hero-lower-03 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    position: static;
  }
}

.hero-lower-04 {
  position: relative;
  min-height: 635px;
  padding: 93px 0 79px;
  background-color: #f5f3e7;
}

@media all and (max-width: 767px) {
  .hero-lower-04 {
    padding: 0;
  }
}

.hero-lower-04 .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0 30px;
}

@media all and (max-width: 767px) {
  .hero-lower-04 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
    padding: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    position: static;
  }
}

.hero-lower-05 {
  width: 100%;
}

.hero-lower-05 img {
  width: 100%;
  height: auto;
}

.hero-lower-05 .inner {
  margin: 65px auto 0;
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0 30px;
}

@media all and (max-width: 767px) {
  .hero-lower-05 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    position: static;
  }
}

.hero-lower-06 {
  width: 100%;
}

.hero-lower-06 img {
  width: 100%;
  height: auto;
}

.hero-lower-06 .inner {
  margin: 90px auto 0;
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0;
}

@media all and (max-width: 767px) {
  .hero-lower-06 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
  }
}

.hero-lower-07 {
  width: 100%;
}

.hero-lower-07 img {
  width: 100%;
  height: auto;
}

.hero-lower-07 .inner {
  /*margin: 90px auto 0;*/
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0;
}

@media all and (max-width: 767px) {
  .hero-lower-07 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
  }
}

.hero-lower-08 {
  width: 100%;
}

.hero-lower-08 img {
  width: 100%;
  height: auto;
}

.hero-lower-08 .inner {
  margin: 90px auto 0;
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0;
}

@media all and (max-width: 767px) {
  .hero-lower-08 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
  }
}

.hero-lower-09 {
  width: 100%;
}

.hero-lower-09 img {
  width: 100%;
  height: auto;
}

.hero-lower-09 .inner {
  margin: 83px auto 0;
  width: 100%;
  max-width: 1300px;
  min-width: 768px;
  padding: 0 30px;
}

@media all and (max-width: 767px) {
  .hero-lower-09 .inner {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    position: static;
  }
}

.hero-cmn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero-cmn-01 .image {
  width: 42%;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .image {
    width: 100%;
  }
}

.hero-cmn-01 .image img {
  width: 100%;
}

.hero-cmn-01 .detail {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58%;
  padding-left: 50px;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .detail {
    padding: 0;
    width: 100%;
    padding: 31px 31px 0;
    background-color: #fff;
  }
}

.hero-cmn-01 .detail .detail-in {
  max-width: 450px;
}

.hero-cmn-01 .detail .title {
  font-size: 29px;
  line-height: 1.62;
  letter-spacing: -0.8px;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .detail .title {
    letter-spacing: 1.3px;
  }
}

.hero-cmn-01 .detail .title sup {
  font-size: 40%;
  vertical-align: super;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .detail .title sup {
    font-size: 45%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

/**********/
/* makeup */
/**********/

#sb .list-color-02 .item img{
    width: 106px;
    height: 75px;
}
#sb .list-color-02-wrap .title{
    line-height: 5;
}
.f-wrap{
    flex-wrap: wrap;
}
.colmn-cont{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
@media all and (min-width: 768px) {
    #sb .hero-cmn-02 .detail .title {
        letter-spacing: -2.5px;
    }
    #sb .box-cmn-01{
        padding: 80px 80px 20px;
    }
    #sb .box-cmn-01 .image{
        width: 54.7%;
    }
}
@media all and (max-width: 999px) and (min-width: 768px) {
    #sb .list-color-02-wrap .title{
        width: 10%;
    }
    #sb .list-color-02{
        margin-left: 2vw;
    }
}
@media all and (max-width: 767px) {
    #sb .box-cmn-01{
        padding-bottom:0;
    }
    #sb .list-color-02 {
        max-width: 100%;
        flex-wrap: wrap;
    }
    #sb .list-color-02 .item{
        width: 100%;
        margin-bottom: 30px;
    }

    .colmn-cont{
        flex-wrap: wrap;
    }
    .colmn-cont:last-child{
        padding-top: 30px;
        border-top: 1px solid #CCC;
    }
    
}



/**********/


.hero-cmn-01 .detail .text {
  margin-top: 11px;
  padding-bottom: 34px;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #e9e8e5;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .detail .text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.82;
    padding-bottom: 0;
    border-bottom: none;
    letter-spacing: 0;
  }
}

.hero-cmn-01 .detail .text.with-note {
  position: relative;
}

.hero-cmn-01 .detail .text.with-note span {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .detail .text.with-note span {
    font-size: 17px;
    right: -11px;
    bottom: -18px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.hero-cmn-01 .detail .info {
  margin-top: 38px;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .detail .info {
    margin-top: 25px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e9e8e5;
  }
}

.hero-cmn-01 .detail .info .category {
  font-size: 14px;
  line-height: 2.1;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .detail .info .category {
    font-size: 14px;
    line-height: 1.82;
  }
}

.hero-cmn-01 .detail .info .name {
  font-size: 20px;
  line-height: 1.65;
}

@media all and (max-width: 767px) {
  .hero-cmn-01 .detail .info .name {
    font-size: 17px;
    line-height: 1.62;
  }
}

.hero-cmn-01 .detail .info .price {
  font-size: 14px;
  line-height: 2.2;
}

.hero-cmn-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero-cmn-02 .image {
  width: 42%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .image {
    width: 100%;
  }
}

.hero-cmn-02 .image img {
  float: right;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .image img {
    width: 100%;
  }
}

.hero-cmn-02 .detail {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58%;
  padding-left: 50px;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .detail {
    padding: 0;
    width: 100%;
    padding: 31px 31px 0;
    background-color: #fff;
  }
}

.hero-cmn-02 .detail .detail-in {
  max-width: 450px;
}

.hero-cmn-02 .detail .title {
  font-size: 29px;
  letter-spacing: -0.8px;
  line-height: 1.62;
}

@media all and (-ms-high-contrast: none) {
  .hero-cmn-02 .detail .title {
    letter-spacing: -1px;
  }
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .detail .title {
    font-size: 21px;
  }
  .hero-cmn-02 .detail .detail-in {
    max-width: 100%;
  }
}

.hero-cmn-02 .detail .title sup {
  font-size: 10px;
  top: -1.7em;
}

.hero-cmn-02 .detail .text {
  margin-top: 11px;
  padding-bottom: 34px;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #e9e8e5;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .detail .text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.82;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.hero-cmn-02 .detail .text.with-note {
  position: relative;
}

.hero-cmn-02 .detail .text.with-note span {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 10px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .detail .text.with-note span {
    right: 0;
    bottom: -18px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.hero-cmn-02 .detail .text sup {
  font-size: 10px;
}

.hero-cmn-02 .detail .info {
  margin-top: 38px;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .detail .info {
    margin-top: 25px;
    padding-bottom: 35px;
  }
}

.hero-cmn-02 .detail .info .category {
  font-size: 14px;
  line-height: 2.1;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .detail .info .category {
    font-size: 14px;
    line-height: 1.82;
  }
}

.hero-cmn-02 .detail .info .name {
  font-size: 20px;
  line-height: 1.65;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .detail .info .name {
    font-size: 17px;
    line-height: 1.62;
    letter-spacing: -1.5px;
  }
}

.hero-cmn-02 .detail .info .price {
  font-size: 14px;
  line-height: 2.2;
}

@media all and (max-width: 767px) {
  .hero-cmn-02 .detail .info .price {
    font-size: 12.5px;
  }
}

.hero-cmn-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hero-cmn-03 .image {
  width: 42%;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 .image {
    width: 100%;
  }
}

.hero-cmn-03 .image img {
  float: right;
}

.hero-cmn-03 .detail {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
  width: 58%;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 .detail {
    padding: 0;
    width: 100%;
    padding: 31px 31px 0;
    background-color: #fff;
  }
}

.hero-cmn-03 .detail .detail-in {
  max-width: 450px;
}

.hero-cmn-03 .detail .title {
  font-size: 29px;
  line-height: 1.62;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 .detail .title {
    font-size: 21px;
    letter-spacing: 0.8px;
  }
}

.hero-cmn-03 .detail .text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.86;
  padding-bottom: 34px;
  border-bottom: 2px solid #e9e8e5;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 .detail .text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.82;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.hero-cmn-03 .detail .info {
  margin-top: 38px;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 .detail .info {
    margin-top: 25px;
    padding-bottom: 4px;
  }
}

.hero-cmn-03 .detail .info .category {
  font-size: 14px;
  line-height: 2.1;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 .detail .info .category {
    font-size: 14px;
    line-height: 1.82;
  }
}

.hero-cmn-03 .detail .info .name {
  font-size: 20px;
  line-height: 1.65;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 .detail .info .name {
    font-size: 17px;
    line-height: 1.62;
  }
}

.hero-cmn-03 .detail .info .price {
  font-size: 14px;
  line-height: 2.2;
}

@media all and (max-width: 767px) {
  .hero-cmn-03 .detail .info .price {
    font-size: 12.5px;
  }
}

/* ==========================================================
 section
========================================================== */
/* sec-cmn-01
---------------------------------------------------------- */
.sec-cmn-01 {
  padding: 107px 0 95px;
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .sec-cmn-01 {
    padding: 65px 8px 14px;
  }
}

.sec-cmn-01 > .title {
  margin-bottom: 82px;
  font-size: 26px;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .sec-cmn-01 > .title {
    margin-bottom: 35px;
    font-size: 18px;
  }
}

/* sec-cmn-02
---------------------------------------------------------- */
.sec-cmn-02 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 104px;
  border-bottom: 2px solid #ebebeb;
}

@media all and (max-width: 767px) {
  .sec-cmn-02 {
    padding: 0 31px 74px;
    border-bottom: 1px solid #ebebeb;
  }
}

.sec-cmn-02 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-02 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

/* sec-cmn-03
---------------------------------------------------------- */
.sec-cmn-03 {
  padding: 90px 0 50px;
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .sec-cmn-03 {
    padding: 65px 8px 14px;
  }
}

.sec-cmn-03 > .title {
  margin-bottom: 82px;
  font-size: 26px;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .sec-cmn-03 > .title {
    margin-bottom: 35px;
    font-size: 18px;
  }
}

.sec-cmn-03.border-top {
  border-top: 1px solid #d9d9d9;
}

/* sec-cmn-04
---------------------------------------------------------- */
.sec-cmn-04 {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 86px;
}

@media all and (max-width: 767px) {
  .sec-cmn-04 {
    padding: 0 31px 74px;
  }
}

.sec-cmn-04 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-04 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-04 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-04 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-05
---------------------------------------------------------- */
.sec-cmn-05 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 72px;
}

@media all and (max-width: 767px) {
  .sec-cmn-05 {
    padding: 0 31px 54px;
  }
}

.sec-cmn-05 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-05 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-05 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-05 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-06
---------------------------------------------------------- */
.sec-cmn-06 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 86px;
}

@media all and (max-width: 767px) {
  .sec-cmn-06 {
    padding: 0 31px 45px;
  }
}

.sec-cmn-06 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-06 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-06 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-06 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-07
---------------------------------------------------------- */
.sec-cmn-07 {
  padding: 90px 0 50px;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #d9d9d9;
}

@media all and (max-width: 767px) {
  .sec-cmn-07 {
    padding: 65px 8px 14px;
  }
}

.sec-cmn-07 > .title {
  margin-bottom: 82px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 6px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .sec-cmn-07 > .title {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

/* sec-cmn-08
---------------------------------------------------------- */
.sec-cmn-08 {
  padding: 12px 0 102px;
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .sec-cmn-08 {
    margin: 0 32px;
    padding: 0 0 60px;
    border-top: 1px solid #e2e2e2;
  }
}

/* sec-cmn-09
---------------------------------------------------------- */
.sec-cmn-09 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 19px;
}

@media all and (max-width: 767px) {
  .sec-cmn-09 {
    padding: 0 31px 10px;
  }
}

.sec-cmn-09 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-09 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-09 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-09 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-10
---------------------------------------------------------- */
.sec-cmn-10 {
  padding: 130px 0 95px;
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .sec-cmn-10 {
    padding: 65px 8px 14px;
  }
}

.sec-cmn-10 > .title {
  margin-bottom: 82px;
  font-size: 26px;
  letter-spacing: 6px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .sec-cmn-10 > .title {
    margin-bottom: 35px;
    font-size: 18px;
  }
}

/* sec-cmn-11
---------------------------------------------------------- */
.sec-cmn-11 {
  padding: 107px 0 95px;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #e0e0e0;
}

@media all and (max-width: 767px) {
  .sec-cmn-11 {
    margin-top: 34px;
    padding: 34px 8px 14px;
  }
}

.sec-cmn-11 > .title {
  margin-bottom: 82px;
  font-size: 26px;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .sec-cmn-11 > .title {
    margin-bottom: 35px;
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

/* sec-cmn-12
---------------------------------------------------------- */
.sec-cmn-12 {
  padding: 83px 0 12px;
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .sec-cmn-12 {
    margin-top: 34px;
    padding: 34px 8px 14px;
  }
}

.sec-cmn-12 > .title {
  margin-bottom: 82px;
  font-size: 26px;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .sec-cmn-12 > .title {
    margin-bottom: 35px;
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

/* sec-cmn-13
---------------------------------------------------------- */
.sec-cmn-13 {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 105px;
  border-bottom: 1px solid #d9d9d9;
}

@media all and (max-width: 767px) {
  .sec-cmn-13 {
    padding: 0 31px 56px;
    border-bottom: 1px solid #ebebeb;
  }
}

.sec-cmn-13 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-13 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-13 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-13 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-14
---------------------------------------------------------- */
.sec-cmn-14 {
  max-width: 740px;
  margin: 50px auto 0;
  padding-bottom: 95px;
}

@media all and (max-width: 767px) {
  .sec-cmn-14 {
    max-width: initial;
    max-width: auto;
    margin-top: 5px;
    padding: 0 31px 45px;
  }
}

.sec-cmn-14 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-14 > .title {
    padding-top: 28px;
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-14 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-14 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-15
---------------------------------------------------------- */
.sec-cmn-15 {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 0 105px;
  border-bottom: 1px solid #d9d9d9;
}

@media all and (max-width: 767px) {
  .sec-cmn-15 {
    padding: 31px 31px 56px;
    border-bottom: 1px solid #ebebeb;
  }
}

.sec-cmn-15 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-15 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-15 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-15 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-16
---------------------------------------------------------- */
.sec-cmn-16 {
  padding: 12px 0 102px;
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .sec-cmn-16 {
    margin: 0 32px;
    padding: 0 0 33px;
    border-top: 1px solid #e2e2e2;
  }
}

/* sec-cmn-17
---------------------------------------------------------- */
.sec-cmn-17 {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 86px;
}

@media all and (max-width: 767px) {
  .sec-cmn-17 {
    padding: 0 31px 63px;
  }
}

.sec-cmn-17 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-17 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-17 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-17 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-18
---------------------------------------------------------- */
.sec-cmn-18 {
  max-width: 980px;
  margin: -8px auto;
  padding: 0 0 105px;
  border-bottom: 1px solid #d9d9d9;
}

@media all and (max-width: 767px) {
  .sec-cmn-18 {
    padding: 31px 31px 56px;
    border-bottom: 1px solid #ebebeb;
  }
}

.sec-cmn-18 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-18 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-18 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-18 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

/* sec-cmn-19
---------------------------------------------------------- */
.sec-cmn-19 {
  max-width: 980px;
  margin: 104px auto 0;
  padding-bottom: 86px;
}

@media all and (max-width: 767px) {
  .sec-cmn-19 {
    margin-top: 0;
    padding: 0 31px;
  }
}

.sec-cmn-19 > .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.875;
}

@media all and (max-width: 767px) {
  .sec-cmn-19 > .title {
    font-size: 13px;
    line-height: 1.7;
  }
}

.sec-cmn-19 > .box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #ebebeb;
}

.sec-cmn-19 > .box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

@media all and (max-width: 767px) {
  .sec-cmn-19 > .grid-cmn {
    padding-bottom: 44px;
    /*border-bottom: 1px solid #ebebeb;*/
  }
}

/* sec-cmn-bg-01
---------------------------------------------------------- */
.sec-cmn-bg-01 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 0 107px;
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-01 {
    margin-top: 0;
    padding: 0 34px 43px;
  }
}

.sec-cmn-bg-01:nth-child(1) {
  padding-top: 0;
}

.sec-cmn-bg-01:nth-child(2n+1) {
  background-color: #fff;
}

.sec-cmn-bg-01:nth-child(2n) {
  background-color: #f6f6f6;
  box-shadow: 800px 0 #f6f6f6, -800px 0 #f6f6f6;
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-01:nth-child(2n) {
    background-color: #fff;
  }
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-01 .image {
    margin: 0 -34px;
  }
}

/* sec-cmn-bg-02
---------------------------------------------------------- */
.sec-cmn-bg-02 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 165px;
  background-color: #fff;
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-02 {
    margin-top: 0;
    padding: 0 34px 68px;
  }
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-02:last-child {
    padding-bottom: 54px;
  }
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-02 .image {
    margin: 0 -34px;
  }
}

.sec-cmn-bg-02 .image + .txt-description-03 {
  margin-top: 67px;
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-02 .image + .txt-description-03 {
    margin-top: 42px;
  }
}

/* sec-cmn-bg-gray-01
---------------------------------------------------------- */
.sec-cmn-bg-gray-01 {
  max-width: 1000px;
  margin: 62px auto 0;
  background-color: #f6f6f6;
  box-shadow: 800px 0 #f6f6f6, -800px 0 #f6f6f6;
  padding: 75px 0 90px;
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-gray-01 {
    margin-top: 36px;
    padding: 38px 33px 37px;
  }
}

/* sec-cmn-bg-gray-02
---------------------------------------------------------- */
.sec-cmn-bg-gray-02 {
  max-width: 1060px;
  margin: 62px auto 0;
  background-color: #f6f6f6;
  box-shadow: 800px 0 #f6f6f6, -800px 0 #f6f6f6;
  padding: 75px 20px 50px;
}

@media all and (max-width: 767px) {
  .sec-cmn-bg-gray-02 {
    margin-top: 36px;
    padding: 38px 33px 36px;
  }
}

.sec-stores-01 {
  border-top: 1px solid #e3e3e3;
}

.sec-stores-01-wrap {
  padding-bottom: 140px;
}

@media all and (max-width: 767px) {
  .sec-stores-01-wrap {
    padding-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .sec-stores-01 {
    border-top: 1px solid #000;
  }
}

.sec-stores-01-in {
  margin: 0 auto;
  padding-top: 68px;
  width: 100%;
  max-width: 1000px;
  min-width: 768px;
}

@media all and (max-width: 767px) {
  .sec-stores-01-in {
    padding-top: 21px;
    max-width: none;
    min-width: 0;
  }
}

.sec-stores-01-in .slick-slider {
  margin-top: 62px;
}

@media all and (max-width: 767px) {
  .sec-stores-01-in .slick-slider {
    margin-top: 30px;
  }
}

.sec-stores-01-in .slick-slider .slick-arrow {
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.sec-stores-01-in .slick-slider:hover .slick-arrow {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (max-width: 767px) {
  .sec-stores-01:last-of-type .info {
    padding-bottom: 48px;
  }
}

.sec-stores-01 .title {
  font-size: 33px;
  line-height: 2.5;
  text-align: center;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .title {
    font-size: 21px;
    line-height: 1.5;
    padding: 10px 0;
  }
}

.sec-stores-01 .info {
  padding: 60px 50px 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 33px 25px 58px;
  }
}

.sec-stores-01 .info .detail {
  width: 49%;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail {
    width: 100%;
  }
}

.sec-stores-01 .info .detail .deal {
  font-size: 15px;
  line-height: 3.3;
  text-align: center;
  background-color: #f5f5f5;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail .deal {
    font-size: 14px;
    line-height: 3;
  }
}

.sec-stores-01 .info .detail > .list {
  margin-top: 15px;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail > .list {
    margin-top: 8px;
  }
}

.sec-stores-01 .info .detail > .list > .listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail > .list > .listitem {
    line-height: 1.82;
    padding: 14px 0;
  }
}

.sec-stores-01 .info .detail > .list > .listitem > .infotitle {
  width: 20%;
}

.sec-stores-01 .info .detail > .list > .listitem > .infotext {
  width: 78%;
}

.sec-stores-01 .info .detail > .list > .listitem > .infotext .floormap {
  height: 28px;
  line-height: 28px;
}

.sec-stores-01 .info .detail > .list > .listitem > .infotext .link {
  display: block;
  font-size: 13px;
  text-decoration: underline;
  color: #929292;
  background-color: none;
}

.sec-stores-01 .info .detail > .list > .listitem > .infotext .note {
  letter-spacing: 0.2px;
  font-size: 13px;
  display: block;
  line-height: 160%;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .detail > .list > .listitem > .infotext .note {
    font-size: 10px;
  }
}

.sec-stores-01 .info .detail > .list .listitem + .listitem {
  border-top: 1px solid #e3e3e3;
}

.sec-stores-01 .info .map {
  position: relative;
  width: 45.5%;
  height: 41%;
  padding-bottom: 41%;
}

@media all and (max-width: 767px) {
  .sec-stores-01 .info .map {
    margin-top: 15px;
    width: 100%;
    padding-bottom: 66.9%;
  }
}

.sec-stores-01 .info .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec-info-01 {
  padding-bottom: 110px;
}

@media all and (max-width: 767px) {
  .sec-info-01 {
    padding: 35px 0 0;
    border-top: 1px solid #000;
  }
}

/* ==========================================================
 box
========================================================== */
/* box-quality
---------------------------------------------------------- */
.box-quality {
  border: 1px solid #d9d9d9;
  width: 338px;
  margin: 118px auto 0;
  text-align: center;
}

@media all and (max-width: 767px) {
  .box-quality {
    width: 75%;
    margin: 59px auto 0;
  }
}

.box-quality .link {
  padding: 34px 10px 30px;
  display: block;
  letter-spacing: normal;
  font-size: 12px;
}

@media all and (max-width: 767px) {
  .box-quality .link {
    padding: 22px 10px 25px;
  }
}

.box-quality .link:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .box-quality .link:hover {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

.box-quality .link:hover:hover {
  opacity: .6;
}

@media all and (max-width: 767px) {
  .box-quality .link:hover:hover {
    opacity: 1;
  }
}

.box-quality .title {
  font-size: 22px;
}

@media all and (max-width: 767px) {
  .box-quality .box {
    display: block;
    margin: 12px auto 0;
    width: 107px;
    padding: 7px 10px;
    font-size: 12px;
    background-color: #ebebeb;
  }
}

.box-quality .ico-arrow-right:before {
  left: -8px;
  border-color: transparent transparent transparent #000;
}

@media all and (max-width: 767px) {
  .box-quality .ico-arrow-right:before {
    content: normal;
  }
}

/* box-recruit
---------------------------------------------------------- */
.box-recruit {
  border: 1px solid #d9d9d9;
  width: 338px;
  margin: 95px auto 0;
  text-align: center;
}

@media all and (max-width: 767px) {
  .box-recruit {
    width: 75%;
    margin: 59px auto 0;
  }
}

.box-recruit .link {
  padding: 34px 10px 30px;
  display: block;
  letter-spacing: normal;
  font-size: 12px;
}

@media all and (max-width: 767px) {
  .box-recruit .link {
    padding: 22px 10px 25px;
  }
}

.box-recruit .link:hover {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .box-recruit .link:hover {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

.box-recruit .link:hover:hover {
  opacity: .6;
}

@media all and (max-width: 767px) {
  .box-recruit .link:hover:hover {
    opacity: 1;
  }
}

.box-recruit .title {
  font-size: 22px;
}

@media all and (max-width: 767px) {
  .box-recruit .box {
    display: block;
    margin: 12px auto 0;
    width: 107px;
    padding: 7px 10px;
    font-size: 12px;
    background-color: #ebebeb;
  }
}

.box-recruit .ico-arrow-right:before {
  left: -8px;
  border-color: transparent transparent transparent #000;
}

@media all and (max-width: 767px) {
  .box-recruit .ico-arrow-right:before {
    content: normal;
  }
}

.box-cmn-01 {
  border: 7px solid #f7f7f7;
  padding: 54px 50px 55px 80px;
  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;
}

@media all and (max-width: 767px) {
  .box-cmn-01 {
    padding: 29px 24px 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.box-cmn-01 .detail {
  width: 37%;
}

@media all and (max-width: 767px) {
  .box-cmn-01 .detail {
    width: 100%;
  }
}

.box-cmn-01 .detail .title {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 1px;
}

@media all and (max-width: 767px) {
  .box-cmn-01 .detail .title {
    line-height: 1.5;
  }
}

.box-cmn-01 .detail .text {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .box-cmn-01 .detail .text {
    margin-top: 10px;
    line-height: 1.82;
    letter-spacing: -0.5px;
  }
}

.box-cmn-01 .image {
  width: 58.8%;
}

@media all and (max-width: 767px) {
  .box-cmn-01 .image {
    margin-top: 51px;
    width: 100%;
  }
}

.box-cmn-01 .image img {
  width: 100%;
}

.box-cmn-02 {
  border: 7px solid #f7f7f7;
  padding: 54px 50px 55px 80px;
  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;
}

@media all and (max-width: 767px) {
  .box-cmn-02 {
    padding: 29px 24px 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.box-cmn-02 .detail {
  width: 37%;
}

@media all and (max-width: 767px) {
  .box-cmn-02 .detail {
    width: 100%;
  }
}

.box-cmn-02 .detail .title {
  font-size: 18px;
  line-height: 1.78;
}

@media all and (max-width: 767px) {
  .box-cmn-02 .detail .title {
    line-height: 1.5;
  }
}

.box-cmn-02 .detail .text {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .box-cmn-02 .detail .text {
    margin-top: 10px;
    line-height: 1.82;
    letter-spacing: -0.5px;
  }
}

.box-cmn-02 .image {
  width: 58.8%;
}

@media all and (max-width: 767px) {
  .box-cmn-02 .image {
    margin-top: 28px;
    width: 100%;
  }
}

.box-cmn-02 .image img {
  width: 100%;
}

.box-note-01-wrap {
  margin-top: 51px;
}

@media all and (max-width: 767px) {
  .box-note-01-wrap {
    margin-top: 36px;
  }
}

@media all and (max-width: 767px) {
  .box-note-01-wrap .title {
    font-size: 10px;
  }
}

.box-note-01-wrap .title-01 {
  font-size: 11px;
  line-height: 1.4;
}

.box-note-01-wrap .title-01 + .box-note-01 {
  margin-top: 6px;
}

.box-note-01-wrap .title-02 {
  font-size: 16px;
  line-height: 1.88;
}

.box-note-01-wrap .title-02 + .box-note-01 {
  margin-top: 16px;
}

.box-note-01-wrap + .box-note-01-wrap {
  margin-top: 24px;
}

@media all and (max-width: 767px) {
  .box-note-01-wrap + .box-note-01-wrap {
    margin-top: 23px;
  }
}

.box-note-01 {
  margin-top: 24px;
  padding: 9px;
  border: 1px solid #e5e5e5;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.box-note-01 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

.box-note-02-wrap {
  margin-top: 0;
}

.box-note-02-wrap .title-01 {
  font-size: 11px;
  line-height: 1.4;
}

.box-note-02-wrap .title-01 + .box-note-01 {
  margin-top: 6px;
}

.box-note-02-wrap .title-02 {
  font-size: 16px;
  line-height: 1.88;
}

@media all and (max-width: 767px) {
  .box-note-02-wrap .title-02 {
    font-size: 13px;
  }
}

.box-note-02-wrap .title-02 + .box-note-01 {
  margin-top: 16px;
}

.box-note-02-wrap + .box-note-02-wrap {
  margin-top: 24px;
}

@media all and (max-width: 767px) {
  .box-note-02-wrap + .box-note-02-wrap {
    margin-top: 23px;
  }
}

.box-note-02 {
  margin-top: 15px;
  padding: 9px;
  border: 1px solid #ebebeb;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

@media all and (max-width: 767px) {
  .box-note-02 {
    margin-top: 9px;
  }
}

.box-note-02 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

.box-note-03-wrap {
  margin-top: 33px;
}

.box-note-03-wrap .title-01 {
  margin-top: 22px;
  font-size: 11px;
  line-height: 1.4;
}

.box-note-03-wrap .title-01 + .box-note-01 {
  margin-top: 6px;
}

.box-note-03-wrap .title-02 {
  font-size: 16px;
  line-height: 1.88;
}

@media all and (max-width: 767px) {
  .box-note-03-wrap .title-02 {
    font-size: 13px;
  }
}

.box-note-03-wrap .title-02 + .box-note-01 {
  margin-top: 16px;
}

.box-note-03-wrap .title-02 + .title-01 {
  margin-top: 13px;
}

@media all and (max-width: 767px) {
  .box-note-03-wrap .title-02 + .title-01 {
    margin-top: 10px;
  }
}

.box-note-03-wrap + .box-note-03-wrap {
  margin-top: 24px;
}

@media all and (max-width: 767px) {
  .box-note-03-wrap + .box-note-03-wrap {
    margin-top: 23px;
  }
}

.box-note-03 {
  margin-top: 6px;
  padding: 9px;
  border: 1px solid #ebebeb;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.box-note-03 > .text {
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: -0.5px;
  color: #808080;
}

.box-stores-01 {
  max-width: 900px;
  margin: 0 auto;
  padding: 26px 78px;
  border: 4px solid #ebebeb;
}

.box-stores-01 .text {
  font-size: 15px;
  letter-spacing: 0.7px;
}

.box-stores-01 .text a {
  text-decoration: underline;
}

.box-stores-01 .text .note {
  font-size: 13px;
}

@media all and (max-width: 767px) {
    .box-stores-01 {
      padding: 5vw;
    }
}

/* ==========================================================
 btn
========================================================== */
/* ページトップ
---------------------------------------------------------- */
.btn-pagetop {
  display: none;
}

@media all and (max-width: 767px) {
  .btn-pagetop {
    display: block;
    text-align: center;
    font-size: 10px;
    padding: 0 0 12px;
  }
  .btn-pagetop a {
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 17px;
  }
  .btn-pagetop a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 17px;
    height: 9px;
    background-image: url(/common/img/btn_pagetop_01.svg);
    background-size: 17px 9px;
    background-repeat: no-repeat;
    top: 0;
  }
}

/* btn-cmn-01
---------------------------------------------------------- */
.btn-cmn-01 {
  display: none;
}

@media all and (max-width: 767px) {
  .btn-cmn-01 {
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
  .btn-cmn-01 > a {
    display: block;
    margin: 0 auto;
    width: 107px;
    padding: 7px 10px;
    font-size: 12px;
    background-color: #ebebeb;
  }
}

/* grid-cmn
-------------------------------------------------------------------------- */
.grid-cmn:after {
  content: '';
  clear: both;
  display: table;
  width: auto;
  height: 0;
  visibility: hidden;
}

.grid-cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -21px -42px;
}

@media all and (max-width: 767px) {
  .grid-cmn {
    margin: 0 -2.5px -5px;
  }
}

.grid-cmn > .grid-cmn__col {
  display: block;
  padding: 0 21px 42px;
}

@media all and (max-width: 767px) {
  .grid-cmn > .grid-cmn__col {
    padding: 0 2.5px 5px;
  }
}

.grid-cmn > .grid-cmn__col > .box-cmn {
  height: 100%;
}

@media all and (max-width: 767px) {
  .grid-cmn.gutter-22-sp {
    margin: 0 -11px -22px;
  }
}

@media all and (max-width: 767px) {
  .grid-cmn.gutter-22-sp > .grid-cmn__col {
    padding: 0 11px 22px;
  }
}

@media all and (min-width: 768px) {
  .grid-cmn.gutter-80-pc {
    margin: 0 -40px -80px;
  }
}

@media all and (min-width: 768px) {
  .grid-cmn.gutter-80-pc > .grid-cmn__col {
    padding: 0 40px 80px;
  }
}

@media all and (min-width: 768px) {
  .grid-cmn.gutter-84-pc {
    margin: 0 -42px -84px;
  }
}

@media all and (min-width: 768px) {
  .grid-cmn.gutter-84-pc > .grid-cmn__col {
    padding: 0 42px 84px;
  }
}

@media all and (min-width: 768px) {
  .grid-cmn.gutter-25-pc {
    margin: 0 -12.5px -25px;
  }
}

@media all and (min-width: 768px) {
  .grid-cmn.gutter-25-pc > .grid-cmn__col {
    padding: 0 12.5px 25px;
  }
}

@media all and (min-width: 768px) {
  .grid-cmn.gutter-36-pc {
    margin: 0 -18px -36px;
  }
}

@media all and (min-width: 768px) {
  .grid-cmn.gutter-36-pc > .grid-cmn__col {
    padding: 0 18px 36px;
  }
}

/* ==========================================================
 icon
========================================================== */
.ico-arrow-right {
  display: inline-block;
}

.ico-arrow-right:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
}

/* ==========================================================
 list
========================================================== */
.list-card {
  overflow: hidden;
  margin: 113px -5px 0;
}

@media all and (max-width: 767px) {
  .list-card {
    margin: 46px -5px 0;
  }
}

.list-card .item {
  float: left;
  width: 50%;
  padding: 0 5px;
}

.list-card .item:nth-child(2n+1) {
  clear: both;
}

@media all and (max-width: 767px) {
  .list-card .item {
    float: none;
    width: 100%;
  }
}

.list-card .item:nth-child(n+3) {
  margin-top: 54px;
}

@media all and (max-width: 767px) {
  .list-card .item:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media all and (max-width: 767px) {
  .list-card .item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.list-card .head {
  position: relative;
  padding: 9px 25px 9px 20px;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media all and (max-width: 767px) {
  .list-card .head {
    padding: 7px 20px;
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .list-card .head.s-none {
    display: none;
  }
}

.list-card .title {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  width: 70%;
}

@media all and (max-width: 767px) {
  .list-card .title {
    width: 100%;
    font-size: 15px;
  }
}

.list-card .inner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4%;
}

@media all and (max-width: 767px) {
  .list-card .inner {
    margin-right: 0;
  }
}

.list-card .sub {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
}

.list-card .link {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
}

@media all and (max-width: 767px) {
  .list-card .link {
    display: none;
  }
}

.list-card .link-text {
  color: #fff;
  line-height: 1;
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .list-card .link-text {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

.list-card .link-text:hover {
  opacity: .6;
}

@media all and (max-width: 767px) {
  .list-card .link-text:hover {
    opacity: 1;
  }
}

.list-card .body {
  margin-top: 6px;
  border: 1px solid #d9d9d9;
}

@media all and (max-width: 767px) {
  .list-card .body {
    border: none;
  }
}

.list-card .body > a {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media all and (max-width: 767px) {
  .list-card .body > a {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

.list-card .body > a:hover {
  opacity: .6;
}

@media all and (max-width: 767px) {
  .list-card .body > a:hover {
    opacity: 1;
  }
}

.list-card .figure {
  max-height: 77%;
}

@media all and (max-width: 767px) {
  .list-card .figure {
    width: 100%;
    max-height: none;
  }
}

.list-card .figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media all and (max-width: 767px) {
  .list-card .figure img {
    width: 100%;
    max-height: none;
  }
}

.list-card .detail {
  padding: 36px 0 43px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .list-card .detail {
    padding: 22px 0 0;
  }
}

.list-card .catch {
  font-size: 17px;
}

@media all and (max-width: 767px) {
  .list-card .catch {
    font-size: 12px;
  }
}

.list-card .catch-title {
  font-size: 29px;
}

@media all and (max-width: 767px) {
  .list-card .catch-title {
    font-size: 22px;
  }
}

.list-card.is-fragrance .body {
  border: none;
}

.list-color-01 {
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media all and (max-width: 767px) {
  .list-color-01 {
    margin-left: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.list-color-01-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media all and (max-width: 767px) {
  .list-color-01-wrap {
    display: block;
  }
}

.list-color-01-wrap .title {
  font-size: 16px;
  line-height: 3.5;
}

@media all and (max-width: 767px) {
  .list-color-01-wrap .title {
    margin: 40px 3px 21px;
    font-size: 13.5px;
    line-height: 1.1;
  }
}

.list-color-01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media all and (max-width: 767px) {
  .list-color-01 .item {
    display: block;
    width: 33%;
  }
}

.list-color-01 .item + .item {
  margin-left: 40px;
}

@media all and (max-width: 767px) {
  .list-color-01 .item + .item {
    margin-left: 0;
  }
}

.list-color-01 .item img {
  width: 56px;
  height: 56px;
}

@media all and (max-width: 767px) {
  .list-color-01 .item img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.list-color-01 .item .colorname {
  margin-left: 12px;
  font-size: 13px;
  line-height: 4.3;
}

@media all and (max-width: 767px) {
  .list-color-01 .item .colorname {
    margin-left: 0;
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.48;
    text-align: center;
  }
}

.list-color-02 {
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media all and (max-width: 767px) {
  .list-color-02 {
    max-width: 200px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.list-color-02-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media all and (max-width: 767px) {
  .list-color-02-wrap {
    display: block;
  }
}

.list-color-02-wrap .title {
  font-size: 16px;
  line-height: 3.5;
}

@media all and (max-width: 767px) {
  .list-color-02-wrap .title {
    margin: 40px 3px 21px;
    font-size: 13.5px;
    line-height: 1.1;
  }
}

@media all and (max-width: 767px) {
  .list-color-02-wrap .text {
    margin-top: 48px;
    font-size: 11px;
    line-height: 1.9;
  }
}

.list-color-02 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media all and (max-width: 767px) {
  .list-color-02 .item {
    display: block;
    width: 73px;
  }
}

.list-color-02 .item + .item {
  margin-left: 40px;
}

@media all and (max-width: 767px) {
  .list-color-02 .item + .item {
    margin-left: 0;
  }
}

.list-color-02 .item img {
  width: 56px;
  height: 56px;
}

@media all and (max-width: 767px) {
  .list-color-02 .item img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.list-color-02 .item .colorname {
  margin-left: 12px;
  font-size: 13px;
  line-height: 1.77;
}

@media all and (max-width: 767px) {
  .list-color-02 .item .colorname {
    margin-left: 0;
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.48;
    text-align: center;
  }
}

.list-tag-01 {
  display: table;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
}

.list-tag-01 .item {
  font-size: 12.2px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 767px) {
  .list-tag-01 .item {
    font-size: 10px;
  }
}

.list-tag-01 .item p {
  display: block;
  width: 118px;
  line-height: 22px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

@media all and (max-width: 767px) {
  .list-tag-01 .item p {
    width: 99px;
    line-height: 19px;
  }
}

.list-tag-01 .item + .item {
  margin-left: 8px;
}

@media all and (max-width: 767px) {
  .list-tag-01 .item + .item {
    margin-left: 7px;
  }
}

.list-news-01 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  min-width: 768px;
}

@media all and (min-width: 768px) {
    .list-news-01 {
      border-top: 2px solid #dfdfdf;
    }
}

@media all and (max-width: 767px) {
  .list-news-01 {
    padding: 0 33px;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }
}

.list-news-01 .item {
  padding: 53px 0;
  border-bottom: 2px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 767px) {
  .list-news-01 .item {
    border-bottom: 1px dotted #dfdfdf;
  }
}

@media all and (max-width: 767px) {
  .list-news-01 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 50px 0 41px;
  }
}

/*.list-news-01 .item:first-of-type {
  border-top: 2px solid #dfdfdf;
}*/

@media all and (max-width: 767px) {
  .list-news-01 .item:first-of-type {
    padding-top: 0;
    border-top: none;
  }
}

@media all and (max-width: 767px) {
  .list-news-01 .item:last-of-type {
    padding-bottom: 3px;
    border-bottom: none;
  }
}

@media all and (max-width: 767px) {
  .list-news-01 .item .content {
    margin-top: 17px;
  }
}

.list-news-01 .item .content .date {
  font-size: 15px;
}

@media all and (max-width: 767px) {
  .list-news-01 .item .content .date {
    font-size: 18px;
  }
}

.list-news-01 .item .content .text {
  margin-top: 30px;
  max-width: 725px;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 1px;
}

@media all and (max-width: 767px) {
  .list-news-01 .item .content .text {
    margin-top: 13px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.list-news-01 .item .content .text a {
  text-decoration: underline;
}

.list-news-01 .item .content .text a:hover {
  text-decoration: none;
}

.list-news-01 .item .content .note {
  text-align: right;
  font-size: 11px;
}

@media all and (max-width: 767px) {
  .list-news-01 .item .content .note {
    font-size: 10px;
  }
}

.list-news-01 .item .image {
  margin-top: 22px;
  width: 200px;
}

@media all and (max-width: 767px) {
  .list-news-01 .item .image {
    margin-top: 0;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .list-news-01 .item .image img {
    width: 100%;
  }
}

.list-sitemap-01 .item {
  font-size: 12px;
}

@media all and (max-width: 767px) {
  .list-sitemap-01 .item {
    font-size: 14px;
  }
}

.list-sitemap-01 .item a:hover {
  text-decoration: underline;
}

.list-sitemap-01 > .item > ul > .item {
  padding-left: 15px;
}

.list-sitemap-01 > .item > ul > .item.is-deepindent {
  padding-left: 27px;
}

.list-sitemap-01 > .item > ul > .item.category-top {
  text-indent: -14px;
}

.list-sitemap-01 > .item > ul > .item.category-top:before {
  content: "・";
}

.list-sitemap-01 + .list-sitemap-01 {
  margin-top: 22px;
}

/* ==========================================================
 drawer
========================================================== */
.btn-drawer {
  display: none;
  width: 20px !important;
  height: 17px !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-drawer .btn-drawer-border {
  fill: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.btn-drawer .btn-drawer-border.s-border-top {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-drawer .btn-drawer-border.s-border-middle {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-drawer .btn-drawer-border.s-border-bottom {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-drawer .btn-drawer-border.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
}

@media all and (max-width: 767px) {
  .btn-drawer {
    display: block;
  }
}

.btn-drawer .btn-drawer-menu polygon {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  opacity: 1;
  visibility: visible;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}

.btn-drawer .btn-drawer-menu polygon.is-active {
  -webkit-animation: dash 0.8s linear forwards;
  animation: dash 0.8s linear forwards;
}

.btn-drawer .btn-drawer-menu polygon.is-fade {
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
  -webkit-animation: fade 0.6s ease-in-out forwards;
  animation: fade 0.6s ease-in-out forwards;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fade {
  to {
    stroke-dashoffset: 300;
  }
}

@keyframes fade {
  to {
    stroke-dashoffset: 300;
  }
}

/* ==========================================================
 mod
========================================================== */
/* mod-cmn-01
---------------------------------------------------------- */
.mod-cmn-01 .name {
  padding-bottom: 9px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  line-height: 1.75;
}

@media all and (max-width: 767px) {
  .mod-cmn-01 .name {
    font-size: 13.5px;
    line-height: 1.7;
    letter-spacing: 1px;
  }
}

.mod-cmn-01 .info {
  padding-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .mod-cmn-01 .info {
    padding-top: 45px;
  }
}

.mod-cmn-01 .info .image {
  width: 32.5%;
}

@media all and (max-width: 767px) {
  .mod-cmn-01 .info .image {
    width: 34.4%;
  }
}

.mod-cmn-01 .info .image img {
  width: 100%;
}

.mod-cmn-01 .info .detail {
  width: 67.5%;
  padding-left: 10px;
}

@media all and (max-width: 767px) {
  .mod-cmn-01 .info .detail {
    width: 65.6%;
  }
}

.mod-cmn-01 .info .detail .title {
  padding-left: 4px;
  font-size: 18px;
  line-height: 1.78;
}

@media all and (max-width: 767px) {
  .mod-cmn-01 .info .detail .title {
    font-size: 17px;
    letter-spacing: 0;
  }
}

.mod-cmn-01 .info .detail .text {
  margin-top: 15px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 1.71;
}

@media all and (max-width: 767px) {
  .mod-cmn-01 .info .detail .text {
    letter-spacing: 0;
  }
}

.mod-cmn-01 .info .detail .color {
  margin-top: 23px;
}

.mod-cmn-01 .info .detail .color .colorname {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  line-height: 3.69;
}

@media all and (max-width: 767px) {
  .mod-cmn-01 .info .detail .color .colorname {
    font-size: 12.5px;
  }
}

.mod-cmn-01 .info .detail .note {
  margin-top: 26px;
  font-size: 10px;
}

@media all and (max-width: 767px) {
  .mod-cmn-01 > .note {
    margin-top: 26px;
    font-size: 10px;
  }
}

/* mod-cmn-02
---------------------------------------------------------- */
.mod-cmn-02 .name {
  padding-bottom: 9px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  line-height: 1.75;
}

@media all and (max-width: 767px) {
  .mod-cmn-02 .name {
    font-size: 13.5px;
    line-height: 1.7;
  }
}

.mod-cmn-02 .info {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .mod-cmn-02 .info {
    padding-top: 45px;
  }
}

.mod-cmn-02 .info .image {
  width: 35%;
}

@media all and (max-width: 767px) {
  .mod-cmn-02 .info .image {
    width: 34.4%;
  }
}

.mod-cmn-02 .info .image img {
  width: 100%;
}

.mod-cmn-02 .info .detail {
  width: 65%;
  padding-left: 10px;
}

@media all and (max-width: 767px) {
  .mod-cmn-02 .info .detail {
    width: 65.6%;
  }
}

.mod-cmn-02 .info .detail .title {
  margin-top: 10px;
  padding-left: 4px;
  font-size: 18px;
  line-height: 1.78;
}

@media all and (max-width: 767px) {
  .mod-cmn-02 .info .detail .title {
    margin-top: 0;
    font-size: 17px;
    letter-spacing: 0;
  }
}

.mod-cmn-02 .info .detail .text {
  margin-top: 15px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.5px;
}

@media all and (max-width: 767px) {
  .mod-cmn-02 .info .detail .text {
    letter-spacing: 0;
  }
}

.mod-cmn-02 .info .detail .color {
  margin-top: 23px;
}

.mod-cmn-02 .info .detail .color .colorname {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  line-height: 3.69;
}

@media all and (max-width: 767px) {
  .mod-cmn-02 .info .detail .color .colorname {
    font-size: 12.5px;
  }
}

.mod-cmn-03 {
  max-width: 1000px;
  margin: 86px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 95px;
  border-top: 1px solid #d8d8d8;
}

@media all and (max-width: 767px) {
  .mod-cmn-03 {
    margin: 30px auto 0;
    padding: 0 34px;
    border-top: none;
  }
}

.mod-cmn-03 > .image-wrap,
.mod-cmn-03 > .detail-wrap {
  width: calc(50% - 22px);
}

@media all and (max-width: 767px) {
  .mod-cmn-03 > .image-wrap,
  .mod-cmn-03 > .detail-wrap {
    width: 100%;
  }
}

.mod-cmn-03 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mod-cmn-03 .detail-wrap {
  margin-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media all and (max-width: 767px) {
  .mod-cmn-03 .detail-wrap {
    margin-left: 0;
    border-bottom: 1px solid #e9e8e5;
    padding-bottom: 38px;
  }
}

.mod-cmn-03 .detail-wrap .detail .category {
  font-size: 14px;
  line-height: 2.1;
}

.mod-cmn-03 .detail-wrap .detail .name {
  font-size: 20px;
  line-height: 1.65;
}

.mod-cmn-03 .detail-wrap .detail .price {
  font-size: 14px;
  line-height: 1.78;
}

/* mod-cmn-04
---------------------------------------------------------- */
.mod-cmn-04 .name {
  padding-bottom: 9px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  line-height: 1.75;
}

@media all and (max-width: 767px) {
  .mod-cmn-04 .name {
    font-size: 13.5px;
    line-height: 1.7;
  }
}

.mod-cmn-04 .info {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .mod-cmn-04 .info {
    padding-top: 45px;
  }
}

.mod-cmn-04 .info .image {
  width: 25%;
}

@media all and (max-width: 767px) {
  .mod-cmn-04 .info .image {
    width: 27%;
  }
}

.mod-cmn-04 .info .image img {
  width: 100%;
}

.mod-cmn-04 .info .detail {
  width: 75%;
  padding-left: 10px;
}

@media all and (max-width: 767px) {
  .mod-cmn-04 .info .detail {
    width: 73%;
  }
}

.mod-cmn-04 .info .detail .title {
  margin-top: 10px;
  padding-left: 4px;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .mod-cmn-04 .info .detail .title {
    margin-top: 0;
    font-size: 17px;
    letter-spacing: 0;
  }
}

.mod-cmn-04 .info .detail .text {
  margin-top: 15px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.3px;
}

@media all and (max-width: 767px) {
  .mod-cmn-04 .info .detail .text {
    letter-spacing: 0;
  }
}

.mod-cmn-04 .info .detail .color {
  margin-top: 23px;
}

.mod-cmn-04 .info .detail .color .colorname {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  line-height: 3.69;
}

@media all and (max-width: 767px) {
  .mod-cmn-04 .info .detail .color .colorname {
    font-size: 12.5px;
  }
}

/* mod-cmn-05
---------------------------------------------------------- */
.mod-cmn-05 .inner {
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .mod-cmn-05 .inner {
    position: relative;
  }
}

.mod-cmn-05 .title {
  padding-bottom: 9px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  line-height: 1.75;
}

@media all and (max-width: 767px) {
  .mod-cmn-05 .title {
    padding: 2px 0;
    border-top: 1px solid #dedede;
    font-size: 15px;
    line-height: 1.7;
  }
}

.mod-cmn-05 .subtitle {
  margin-top: 29px;
  font-size: 19px;
}

.mod-cmn-05 .text {
  margin-top: 15px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.5px;
}

@media all and (max-width: 767px) {
  .mod-cmn-05 .text {
    letter-spacing: 0;
  }
}

.mod-cmn-05 .info {
  float: left;
  width: calc(100% - 110px);
}

@media all and (max-width: 767px) {
  .mod-cmn-05 .info {
    margin-top: 20px;
    width: 100%;
  }
}

.mod-cmn-05 .image {
  float: right;
  width: 110px;
}

@media all and (max-width: 767px) {
  .mod-cmn-05 .image {
    position: absolute;
    width: 85px;
    top: 0;
    right: 0;
  }
}

.mod-cmn-05 .color {
  margin-top: 23px;
}

.mod-cmn-05 .color .colorname {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  line-height: 3.69;
}

@media all and (max-width: 767px) {
  .mod-cmn-05 .color .colorname {
    font-size: 12.5px;
  }
}

/* mod-cmn-card-01
---------------------------------------------------------- */
.mod-cmn-card-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.mod-cmn-card-01 > .detail {
  width: 62.2%;
  background-color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 11%;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-01 > .detail {
    width: 100%;
    padding: 26px 25px;
  }
}

.mod-cmn-card-01 > .detail > .title {
  font-size: 18px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-01 > .detail > .title {
    font-size: 19px;
    line-height: 1.4;
    letter-spacing: -0.3px;
  }
}

.mod-cmn-card-01 > .detail > .text {
  max-width: 100%;
  margin-top: 22px;
  font-size: 15px;
  text-align: left;
  line-height: 1.86;
  letter-spacing: 1px;
}

@media all and (max-width: 1080px) {
  .mod-cmn-card-01 > .detail > .text {
    margin-top: 0;
    line-height: 1.5;
  }
}

@media all and (max-width: 767px) {
  .mod-cmn-card-01 > .detail > .text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.mod-cmn-card-01 > .image {
  width: 37.8%;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-01 > .image {
    width: 100%;
  }
}

.mod-cmn-card-01 > .image img {
  width: 100%;
}

.mod-cmn-card-01 + .mod-cmn-card-01 {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-01 + .mod-cmn-card-01 {
    margin-top: 25px;
  }
}

.mod-cmn-card-01:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-01:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-direction: column-reverse;
  }
}

/* mod-cmn-card-02
---------------------------------------------------------- */
.mod-cmn-card-02 .detail {
  margin: 10px 0 0;
  width: 100%;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-02 .detail {
    margin: 4px 0;
  }
}

.mod-cmn-card-02 .detail > .title {
  font-size: 13px;
  line-height: 1.13;
  letter-spacing: -0.5px;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-02 .detail > .title {
    font-size: 11px;
  }
}

.mod-cmn-card-02 .detail > .text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.46;
  letter-spacing: 0.3px;
}

@media all and (max-width: 767px) {
  .mod-cmn-card-02 .detail > .text {
    margin-top: 2.5px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.mod-cmn-card-02 > .image {
  width: 100%;
}

.mod-cmn-card-02 > .image img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
  .mod-cmn-card-02 > .image img {
    height: auto;
  }
}

/* mod-cmn-image-01
---------------------------------------------------------- */
.mod-cmn-image-01 {
  position: relative;
}

.mod-cmn-image-01 .image img {
  width: 100%;
}

.mod-cmn-image-01 .image img.current-image {
  display: none;
}

.mod-cmn-image-01 .info {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-01 .info {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (max-width: 767px) {
  .mod-cmn-image-01 .info {
    padding: 10px;
  }
}

.mod-cmn-image-01 .info .category {
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-01 .info .category {
    font-size: 14px;
  }
}

.mod-cmn-image-01 .info .name {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-01 .info .name {
    font-size: 14px;
  }
}

.mod-cmn-image-01 .info .price {
  font-size: 13px;
  line-height: 2.1;
  text-align: center;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-01 .info .price {
    font-size: 12px;
  }
}

.mod-cmn-image-01 .info .detail {
  margin-top: 25px;
  width: 135px;
  font-size: 12px;
  line-height: 2.1;
  border: 1px solid #fff;
  text-align: center;
}

.mod-cmn-image-01:hover .info, .mod-cmn-image-01:focus .info {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-01:hover .info, .mod-cmn-image-01:focus .info {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (min-width: 768px) {
  .mod-cmn-image-01 a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .mod-cmn-image-01.is-inactive .info {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .mod-cmn-image-01.is-inactive > a {
    display: none;
  }
}

.mod-cmn-image-01.is-current {
  pointer-events: none;
  display: block;
}

.mod-cmn-image-01.is-current .image img {
  display: none;
}

.mod-cmn-image-01.is-current .image img.current-image {
  display: block;
}

.mod-cmn-image-01.is-current:hover .info {
  opacity: 0;
}

.mod-cmn-image-02 {
  position: relative;
}

.mod-cmn-image-02 .image img {
  width: 100%;
}

.mod-cmn-image-02 .image img.current-image {
  display: none;
}

.mod-cmn-image-02 .info {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02 .info {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02 .info {
    padding: 10px;
  }
}

.mod-cmn-image-02 .info > * {
  width: 100%;
  word-wrap: break-word;
}

.mod-cmn-image-02 .info .category {
  font-size: 15px;
  line-height: 2.1;
  text-align: center;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02 .info .category {
    font-size: 14px;
  }
}

.mod-cmn-image-02 .info .name {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: -1px;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02 .info .name {
    line-height: 1.2;
    font-size: 14px;
  }
}

.mod-cmn-image-02 .info .price {
  font-size: 13px;
  line-height: 2.1;
  text-align: center;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02 .info .price {
    margin-top: 5px;
    line-height: 1.2;
    font-size: 12px;
  }
}

.mod-cmn-image-02 .info .detail {
  margin-top: 25px;
  width: 135px;
  font-size: 12px;
  line-height: 2.1;
  border: 1px solid #fff;
  text-align: center;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02 .info .detail {
    margin-top: 10px;
  }
}

.mod-cmn-image-02:hover .info, .mod-cmn-image-02:focus .info {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02:hover .info, .mod-cmn-image-02:focus .info {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}

@media all and (min-width: 768px) {
  .mod-cmn-image-02 a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02.is-inactive .info {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .mod-cmn-image-02.is-inactive > a {
    display: none;
  }
}

.mod-cmn-image-02.is-current {
  pointer-events: none;
  display: block;
}

.mod-cmn-image-02.is-current .image img {
  display: none;
}

.mod-cmn-image-02.is-current .image img.current-image {
  display: block;
}

.mod-cmn-image-02.is-current:hover .info {
  opacity: 0;
}

/* mod-sitemap-01
---------------------------------------------------------- */
.mod-sitemap-01 .name {
  padding-bottom: 14px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.75;
}

@media all and (max-width: 767px) {
  .mod-sitemap-01 .name {
    padding-bottom: 6px;
    margin-bottom: 14px;
    border-bottom: 1px solid #4a4a4a;
    font-size: 17px;
    line-height: 1.7;
  }
}

.mod-sitemap-01 .name a:hover {
  text-decoration: underline;
}

.mod-sitemap-01 .info {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .mod-sitemap-01 .info {
    padding-top: 45px;
  }
}

.mod-sitemap-01 .info .image {
  width: 35%;
}

@media all and (max-width: 767px) {
  .mod-sitemap-01 .info .image {
    width: 34.4%;
  }
}

.mod-sitemap-01 .info .image img {
  width: 100%;
}

.mod-sitemap-01 .info .detail {
  width: 65%;
  padding-left: 10px;
}

@media all and (max-width: 767px) {
  .mod-sitemap-01 .info .detail {
    width: 65.6%;
  }
}

.mod-sitemap-01 .info .detail .title {
  margin-top: 10px;
  padding-left: 4px;
  font-size: 18px;
  line-height: 1.78;
}

@media all and (max-width: 767px) {
  .mod-sitemap-01 .info .detail .title {
    margin-top: 0;
    font-size: 17px;
    letter-spacing: 0;
  }
}

.mod-sitemap-01 .info .detail .text {
  margin-top: 15px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.5px;
}

@media all and (max-width: 767px) {
  .mod-sitemap-01 .info .detail .text {
    letter-spacing: 0;
  }
}

.mod-sitemap-01 .info .detail .color {
  margin-top: 23px;
}

.mod-sitemap-01 .info .detail .color .colorname {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  line-height: 3.69;
}

@media all and (max-width: 767px) {
  .mod-sitemap-01 .info .detail .color .colorname {
    font-size: 12.5px;
  }
}

/* ==========================================================
 ttl-cmn-01
========================================================== */
.ttl-cmn-01 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 54px;
  line-height: 2.1;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-cmn-01 {
    font-size: 22px;
    margin: 28px 0 25px;
  }
}

.ttl-cmn-01.large {
  font-size: 39px;
  letter-spacing: 6px;
}

@media all and (max-width: 767px) {
  .ttl-cmn-01.large {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  .ttl-cmn-01.large + .txt-description-01 {
    font-size: 30px;
  }
}

.ttl-cmn-01 .subtitle {
  display: block;
  margin-bottom: 24px;
  font-size: 22px;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .ttl-cmn-01 .subtitle {
    font-size: 16px;
  }
}

/* ==========================================================
 ttl-lead-01
========================================================== */
.ttl-lead-01 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-lead-01 {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

.ttl-lead-01.large {
  font-size: 39px;
  letter-spacing: 6px;
}

@media all and (max-width: 767px) {
  .ttl-lead-01.large {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  .ttl-lead-01.large + .txt-description-01 {
    font-size: 30px;
  }
}

.ttl-lead-01 .subtitle {
  display: block;
  margin-bottom: 24px;
  font-size: 22px;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .ttl-lead-01 .subtitle {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 34px;
  }
}

/* ==========================================================
 ttl-lead-02
========================================================== */
.ttl-lead-02 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-lead-02 {
    font-size: 22px;
    margin-bottom: 26px;
  }
}

.ttl-lead-02.large {
  font-size: 39px;
  letter-spacing: 6px;
}

@media all and (max-width: 767px) {
  .ttl-lead-02.large {
    font-size: 30px;
    letter-spacing: 1px;
  }
}

@media all and (max-width: 767px) {
  .ttl-lead-02.large + .txt-description-01 {
    font-size: 30px;
  }
}

.ttl-lead-02 .subtitle {
  display: block;
  margin-bottom: 24px;
  font-size: 22px;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .ttl-lead-02 .subtitle {
    font-size: 16px;
  }
}

/* ==========================================================
 ttl-lead-03
========================================================== */
.ttl-lead-03 {
  font-size: 26px;
  text-align: center;
  margin: 67px 0 35px;
  line-height: 1;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-lead-03 {
    font-size: 20px;
    margin: 38px 0 35px;
  }
}

.ttl-lead-03 .subtitle {
  display: block;
  margin: 16px 0 24px;
  font-size: 11px;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .ttl-lead-03 .subtitle {
    font-size: 12px;
    margin: 12px 0 24px;
  }
}

/* ==========================================================
 ttl-lead-04
========================================================== */
.ttl-lead-04 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-lead-04 {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

.ttl-lead-04.large {
  font-size: 39px;
  letter-spacing: 6px;
  line-height: 140%;
}

@media all and (max-width: 767px) {
  .ttl-lead-04.large {
    font-size: 23px;
    letter-spacing: 0;
  }
}

@media all and (max-width: 767px) {
  .ttl-lead-04.large + .txt-description-01 {
    font-size: 30px;
  }
}

.ttl-lead-04 .subtitle {
  display: block;
  margin-bottom: 24px;
  font-size: 22px;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .ttl-lead-04 .subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/* ==========================================================
 ttl-lead-05
========================================================== */
.ttl-lead-05 {
  font-size: 24px;
  text-align: center;
  margin: 67px 0 51px;
  line-height: 1;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-lead-05 {
    font-size: 20px;
    margin: 36px 0 36px;
  }
}

.ttl-lead-05 .subtitle {
  display: block;
  margin: 16px 0 24px;
  font-size: 11px;
  letter-spacing: 0;
}

@media all and (max-width: 767px) {
  .ttl-lead-05 .subtitle {
    font-size: 12px;
    margin: 12px 0 24px;
  }
}

.ttl-stores {
  margin: 0 auto 85px;
  font-size: 33px;
  line-height: 2.1;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-stores {
    margin-bottom: 32px;
    font-size: 22px;
  }
}

.ttl-sitemap {
  margin: 0 auto 40px;
  font-size: 30px;
  line-height: 2.1;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-sitemap {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

/* ==========================================================
 txt
========================================================== */
.txt-description-01 {
  font-size: 15px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .txt-description-01 {
    padding: 0 25px;
    font-size: 14px;
    margin-top: 13px;
    text-align: left;
  }
  .txt-description-01 br {
    display: none;
  }
}

.txt-description-02 {
  font-size: 15px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .txt-description-02 {
    padding: 0 34px;
    font-size: 14px;
    margin-top: 13px;
    text-align: left;
    line-height: 1.82;
    letter-spacing: 0;
  }
}

.txt-description-02 + .txt-description-02 {
  margin-top: 26px;
}

.txt-description-03 {
  font-size: 15px;
  text-align: left;
  line-height: 1.87;
  max-width: 550px;
  margin: 0 auto;
  letter-spacing: 0.9px;
}

@media all and (max-width: 767px) {
  .txt-description-03 {
    padding: 0;
    font-size: 14px;
    margin-top: 13px;
    text-align: left;
    line-height: 1.82;
    letter-spacing: 0.5px;
  }
}

.txt-description-03 + .txt-description-03 {
  margin-top: 28px;
}

.txt-description-04 {
  font-size: 15px;
  text-align: left;
  line-height: 1.87;
  max-width: 590px;
  margin: 0 auto;
  letter-spacing: 0.9px;
}

@media all and (max-width: 767px) {
  .txt-description-04 {
    padding: 0;
    font-size: 14px;
    margin-top: 13px;
    text-align: left;
    line-height: 1.82;
    letter-spacing: 0;
  }
}

.txt-description-04 + .txt-description-04 {
  margin-top: 28px;
}

.txt-description-05 {
  font-size: 15px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .txt-description-05 {
    padding: 0 34px;
    font-size: 14px;
    margin-top: 34px;
    text-align: left;
    line-height: 1.82;
    letter-spacing: 0;
  }
}

.txt-description-05 + .txt-description-05 {
  margin-top: 26px;
}

.txt-note-01 {
  margin-top: 23px;
  font-size: 10px;
  text-align: right;
  line-height: 2.8;
}

@media all and (max-width: 767px) {
  .txt-note-01 {
    margin-top: 10px;
  }
}

.txt-note-02 {
  margin-top: 29px;
  font-size: 11px;
  letter-spacing: -0.5px;
}

@media all and (max-width: 767px) {
  .txt-note-02 {
    font-size: 10px;
  }
}

.contents-info {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 70px 30px 90px;
}

@media all and (max-width: 767px) {
  .contents-info {
    padding: 35px 33px 50px;
    min-width: 320px;
  }
}

.sec-info-company {
  margin: 0 auto;
  max-width: 770px;
}

.sec-info-history {
  margin: 70px auto 0;
  max-width: 770px;
}

.ttl-info {
  margin-bottom: 45px;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-info {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.table-info-company {
  font-size: 14px;
  border-collapse: collapse;
}

@media all and (max-width: 767px) {
  .table-info-company thead,
  .table-info-company tbody,
  .table-info-company tfoot,
  .table-info-company tr,
  .table-info-company th,
  .table-info-company td {
    display: block;
  }
}

.table-info-company tr th,
.table-info-company tr td {
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}

.table-info-company tr:last-child th {
  border-bottom: none;
}

@media all and (max-width: 767px) {
  .table-info-company tr:last-child th {
    border-bottom: 1px solid #4a4a4a;
  }
}

.table-info-company tr:last-child td {
  border-bottom: none;
}

@media all and (max-width: 767px) {
  .table-info-company tr:last-child td {
    padding-bottom: 0;
  }
}

.table-info-company tr th {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .table-info-company tr th {
    border-bottom: 1px solid #4a4a4a;
  }
}

@media all and (max-width: 767px) {
  .table-info-company tr td {
    border: none;
  }
}

.table-info-company th {
  padding: 15px 15px 15px 28px;
  width: 170px;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .table-info-company th {
    width: 100%;
    padding: 0 0 5px;
  }
}

.table-info-company td {
  padding: 15px 15px 15px 0;
}

@media all and (max-width: 767px) {
  .table-info-company td {
    padding: 10px 0 30px;
  }
}

.table-info-company td a {
  text-decoration: underline;
}

.table-info-company td a:hover {
  text-decoration: none;
}

.table-info-history {
  font-size: 14px;
  border-collapse: collapse;
}

@media all and (max-width: 767px) {
  .table-info-history thead,
  .table-info-history tbody,
  .table-info-history tfoot,
  .table-info-history tr,
  .table-info-history th,
  .table-info-history td {
    display: block;
  }
}

.table-info-history tr th,
.table-info-history tr td {
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}

.table-info-history tr:last-child th {
  border-bottom: none;
}

@media all and (max-width: 767px) {
  .table-info-history tr:last-child th {
    border-bottom: 1px solid #e6e6e6;
  }
}

.table-info-history tr:last-child td {
  border-bottom: none;
}

@media all and (max-width: 767px) {
  .table-info-history tr:last-child td {
    padding-bottom: 0;
  }
}

.table-info-history tr th {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .table-info-history tr th {
    border-bottom: 1px solid #e6e6e6;
  }
}

@media all and (max-width: 767px) {
  .table-info-history tr td {
    border: none;
  }
}

.table-info-history th {
  padding: 15px 15px 15px 28px;
  width: 170px;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .table-info-history th {
    width: 100%;
    padding: 0 0 5px;
  }
}

.table-info-history td {
  padding: 15px 15px 15px 0;
}

@media all and (max-width: 767px) {
  .table-info-history td {
    padding: 10px 0 30px;
  }
}

.table-info-history td a {
  text-decoration: underline;
}

.table-info-history td a:hover {
  text-decoration: none;
}

.contents-privacy {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 70px 30px 100px;
}

@media all and (max-width: 767px) {
  .contents-privacy {
    padding: 35px 33px 50px;
    min-width: 320px;
  }
}

.sec-privacy {
  max-width: 768px;
  margin: 0 auto;
}

.ttl-privacy {
  margin-bottom: 60px;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-privacy {
    margin-bottom: 25px;
    font-size: 23px;
  }
}

.box-privacy-read {
  padding-bottom: 55px;
  margin-bottom: 60px;
  font-size: 14px;
  border-bottom: 1px solid #b2b2b2;
}

@media all and (max-width: 767px) {
  .box-privacy-read {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.list-privacy {
  font-size: 14px;
}

.list-privacy > .item {
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
  .list-privacy > .item {
    margin-bottom: 25px;
  }
}

.list-privacy > .item:last-child {
  margin-bottom: 0;
}

.list-privacy > .item > .title {
  font-weight: bold;
}

.list-privacy-number {
  counter-reset: cnt;
}

.list-privacy-number > li {
  position: relative;
  padding-left: 2.0em;
}

.list-privacy-number > li::before {
  position: absolute;
  top: 0;
  left: -0.5em;
  counter-increment: cnt;
  content: "（" counter(cnt) "）";
}

.contents-quality {
  margin: 0 auto;
  width: 100%;
  max-width: 1350px;
  min-width: 768px;
  padding: 70px 30px 110px;
}

@media all and (max-width: 767px) {
  .contents-quality {
    padding: 35px 0 50px;
    min-width: 320px;
  }
}

.ttl-quality {
  margin-bottom: 60px;
  font-size: 33px;
  text-align: center;
  font-weight: 300;
}

@media all and (max-width: 767px) {
  .ttl-quality {
    margin-bottom: 25px;
    font-size: 22px;
  }
}

.list-quality-cards-item {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .list-quality-cards-item {
    margin-bottom: 35px;
  }
}

.list-quality-cards-item:last-child {
  margin-bottom: 0;
}

.list-quality-cards-item:nth-child(2n) .card-quality {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.card-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .card-quality {
    display: block;
  }
}

.card-quality-image {
  width: 60%;
  max-width: 800px;
}

@media all and (max-width: 767px) {
  .card-quality-image {
    width: 100%;
    max-width: 100%;
  }
}

.card-quality-image .sp {
  display: none;
}

@media all and (max-width: 767px) {
  .card-quality-image .sp {
    display: block;
  }
}

@media all and (max-width: 767px) {
  .card-quality-image .pc {
    display: none;
  }
}

.card-quality-info {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  padding: 20px 60px;
}

@media all and (max-width: 767px) {
  .card-quality-info {
    width: 100%;
    padding: 30px 28px 0;
  }
}

.card-quality-info .title {
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .card-quality-info .title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.card-quality-info .description {
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: -.008em;
  line-height: 1.8;
}

.card-quality-info .description:last-child {
  margin-bottom: 0;
}

.contents-terms {
  margin: 0 auto;
  width: 100%;
  max-width: 1426px;
  min-width: 768px;
  padding: 70px 30px 125px;
}

@media all and (max-width: 767px) {
  .contents-terms {
    padding: 35px 33px 50px;
    min-width: 320px;
  }
}

.sec-terms {
  max-width: 768px;
  margin: 9px auto 0;
}

@media all and (max-width: 767px) {
  .sec-terms {
    margin: 0 auto;
  }
}

.ttl-terms {
  margin-bottom: 60px;
  font-size: 27px;
  text-align: center;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .ttl-terms {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.list-terms {
  font-size: 14px;
}

.list-terms > .item {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .list-terms > .item {
    margin-bottom: 25px;
  }
}

.list-terms > .item:last-child {
  margin-bottom: 0;
}

.list-terms > .item > .title {
  font-weight: bold;
}

.list-terms-number {
  counter-reset: cnt;
}

.list-terms-number > li {
  position: relative;
  padding-left: 1.5em;
}

.list-terms-number > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: cnt;
  content: counter(cnt) ".";
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .list-terms-number > li::before {
    top: 0.1em;
  }
}

.list-terms-number-child {
  counter-reset: cntChild;
}

.list-terms-number-child > li {
  position: relative;
  padding-left: 2.0em;
}

.list-terms-number-child > li::before {
  position: absolute;
  top: 0;
  left: -0.5em;
  counter-increment: cntChild;
  content: "（" counter(cntChild) "）";
}

.list-disclaimer p.text{
    margin-bottom:30px;
}





.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .col-1-pc {
    width: 8.33333%;
  }
  .col-2-pc {
    width: 16.66667%;
  }
  .col-3-pc {
    width: 25%;
  }
  .col-4-pc {
    width: 33.33333%;
  }
  .col-5-pc {
    width: 41.66667%;
  }
  .col-6-pc {
    width: 50%;
  }
  .col-7-pc {
    width: 58.33333%;
  }
  .col-8-pc {
    width: 66.66667%;
  }
  .col-9-pc {
    width: 75%;
  }
  .col-10-pc {
    width: 83.33333%;
  }
  .col-11-pc {
    width: 91.66667%;
  }
  .col-12-pc {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .col-1-sp {
    width: 8.33333%;
  }
  .col-2-sp {
    width: 16.66667%;
  }
  .col-3-sp {
    width: 25%;
  }
  .col-4-sp {
    width: 33.33333%;
  }
  .col-5-sp {
    width: 41.66667%;
  }
  .col-6-sp {
    width: 50%;
  }
  .col-7-sp {
    width: 58.33333%;
  }
  .col-8-sp {
    width: 66.66667%;
  }
  .col-9-sp {
    width: 75%;
  }
  .col-10-sp {
    width: 83.33333%;
  }
  .col-11-sp {
    width: 91.66667%;
  }
  .col-12-sp {
    width: 100%;
  }
}

/* ==========================================================
 only device
========================================================== */
.only-pc {
  display: block !important;
}

@media all and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

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

@media all and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

/* ==========================================================
 border
========================================================== */
@media all and (max-width: 767px) {
  .is-border-none-sp {
    border: none !important;
  }
}

/* ==========================================================
 icon
========================================================== */
@media all and (max-width: 767px) {
  .is-icon-none-sp:before {
    background-image: none !important;
  }
}

/* ==========================================================
 汎用クラス
========================================================== */
.mt_40{
    margin-top:40px;
}

@media all and (min-width: 768px) {
  .s-w-78-pc {
    width: 78px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-90-pc {
    width: 90px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-92-pc {
    width: 92px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-100-pc {
    width: 100px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-116-pc {
    width: 116px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-120-pc {
    width: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-122-pc {
    width: 122px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-124-pc {
    width: 124px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-128-pc {
    width: 128px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-133-pc {
    width: 133px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-138-pc {
    width: 138px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-144-pc {
    width: 144px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-170-pc {
    width: 170px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-172-pc {
    width: 172px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-174-pc {
    width: 174px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-184-pc {
    width: 184px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-188-pc {
    width: 188px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-208-pc {
    width: 208px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-220-pc {
    width: 220px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-230-pc {
    width: 230px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-240-pc {
    width: 240px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-256-pc {
    width: 256px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-260-pc {
    width: 260px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-300-pc {
    width: 300px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-305-pc {
    width: 305px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-330-pc {
    width: 330px !important;
  }
}

@media all and (min-width: 768px) {
  .s-w-378-pc {
    width: 378px !important;
  }
}

@media all and (max-width: 767px) {
  .s-mt-0-sp {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .s-mt-10-pc {
    margin-top: 10px !important;
  }
}

@media all and (max-width: 767px) {
  .s-mt-10-sp {
    margin-top: 10px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mt-15-pc {
    margin-top: 15px !important;
  }
}

@media all and (max-width: 767px) {
  .s-mt-50-sp {
    margin-top: 50px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mt-55-pc {
    margin-top: 55px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mt-70-pc {
    margin-top: 70px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mt-75-pc {
    margin-top: 75px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mt-80-pc {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mt-85-pc {
    margin-top: 85px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mt-215-pc {
    margin-top: 215px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-20-pc {
    margin-right: 20px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-30-pc {
    margin-right: 30px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-32-pc {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-36-pc {
    margin-right: 36px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-44-pc {
    margin-right: 44px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-56-pc {
    margin-right: 56px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-60-pc {
    margin-right: 60px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-66-pc {
    margin-right: 66px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-70-pc {
    margin-right: 70px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-72-pc {
    margin-right: 72px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-73-pc {
    margin-right: 73px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-78-pc {
    margin-right: 78px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-88-pc {
    margin-right: 88px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-92-pc {
    margin-right: 92px !important;
  }
}

@media all and (min-width: 768px) {
  .s-mr-96-pc {
    margin-right: 96px !important;
  }
}

@media all and (max-width: 767px) {
  .s-mb-50-sp {
    margin-bottom: 50px !important;
  }
}

@media all and (max-width: 767px) {
  .s-pt-25-sp {
    padding-top: 25px !important;
  }
}

@media all and (max-width: 767px) {
  .s-pt-27-sp {
    padding-top: 27px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-50-pc {
    padding-top: 50px !important;
  }
}

@media all and (max-width: 767px) {
  .s-pt-50-sp {
    padding-top: 50px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-75-pc {
    padding-top: 75px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-90-pc {
    padding-top: 90px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-95-pc {
    padding-top: 95px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-100-pc {
    padding-top: 100px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-105-pc {
    padding-top: 105px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-115-pc {
    padding-top: 115px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-130-pc {
    padding-top: 130px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-138-pc {
    padding-top: 138px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pt-150-pc {
    padding-top: 150px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-0-pc {
    padding-bottom: 0 !important;
  }
}

@media all and (max-width: 767px) {
  .s-pb-0-sp {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-17-pc {
    padding-bottom: 17px !important;
  }
}

@media all and (max-width: 767px) {
  .s-pb-24-sp {
    padding-bottom: 24px !important;
  }
}

@media all and (max-width: 767px) {
  .s-pb-25-sp {
    padding-bottom: 25px !important;
  }
}

@media all and (max-width: 767px) {
  .s-pb-36-sp {
    padding-bottom: 36px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-50-pc {
    padding-bottom: 50px !important;
  }
}

@media all and (max-width: 767px) {
  .s-pb-55-sp {
    padding-bottom: 55px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-75-pc {
    padding-bottom: 75px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-92-pc {
    padding-bottom: 92px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-96-pc {
    padding-bottom: 96px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-104-pc {
    padding-bottom: 104px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-115-pc {
    padding-bottom: 115px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-130-pc {
    padding-bottom: 130px !important;
  }
}

@media all and (min-width: 768px) {
  .s-pb-135-pc {
    padding-bottom: 135px !important;
  }
}

@media all and (max-width: 767px) {
  .s-fz-33-sp {
    font-size: 33px !important;
  }
}

@media all and (min-width: 768px) {
  .s-lh-47px-pc {
    line-height: 47px !important;
  }
}

@media all and (max-width: 767px) {
  .s-lh-34px-sp {
    line-height: 34px !important;
  }
}

@media all and (min-width: 768px) {
  .s-bt-none-pc {
    border-top: none;
  }
}

@media all and (max-width: 767px) {
  .s-bb-1px-dbdbdb-sp {
    border-bottom: 1px solid #dbdbdb;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  padding: 40px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-content:hover {
  cursor: zoom-out;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 44px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:hover {
  cursor: auto;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-figure {
  position: relative;
}

.mfp-close {
  position: absolute;
  top: -44px;
  right: 0;
}

.mfp-close:active {
  top: -44px;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.prev-arrow, .next-arrow {
  position: absolute;
  width: 44px;
  height: 43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.prev-arrow {
  left: 0;
}

.next-arrow {
  right: 0;
}
.end{
    text-align: center;
    font-size: 70%;
    margin-top: 3%;
    padding: 0 34px;
}
@media all and (max-width: 767px) {
    .end{
        text-align:justify;
    }
}


/* ==========================================================
 news
========================================================== */

.ico_new{
    padding: 10px 8px 6px 10px;
    background: #000;
    color: #FFF;
    display: inline-block;
    line-height: 100%;
    margin-right: 20px;
}
.notice{
    letter-spacing: 0.05em;
    margin: 0 5% 5%;
    padding: 0 15px;
    font-size:90%;
}
.notice span{
    font-weight: bold;
    margin-bottom:10px;
}
@media all and (min-width: 768px) {
    .notice{
        margin: -50px auto 50px;
        max-width: 1030px;
    }
}
@media all and (max-width: 1017px) and (min-width: 768px)  {
    .list-news-01 .item{
        padding: 53px 15px;
    }
}
@media all and (max-width: 767px) {
    .notice{
        margin: 0 33px 30px;
        padding: 0;
    }
}



/* ==========================================================
 translation
========================================================== */

.translation{
    position: fixed;
    z-index: 10;
    background: #FFF;
    right: 0;
    top: 68px;
    font-size: 12px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee; 
    border-radius:0px 0px 0px 6px ;
}
.translation .check{
    padding: 8px 12px;
}
.translation .check:after{
    content:"▼";
    color: #CCC;
    padding: 0 0 0 2px;
    font-size: 10px;
}
.t_select{
    display: none;
}
.t_select .active,
.t_select div:hover{
    /*content:"●";*/
    background: #f7f7f7;
    padding: 0 0 0 2px;
}
.translation .check:hover,
.t_select div:hover{
    background: #f7f7f7;
    /*color: #666;*/
}
.translation .t_select div{
    padding: 8px 12px;
}
.btn_disclamer a{
    position: relative;
    font-size: 10px;
    background: #f7f7f7;
    border-top:1px solid #EEE;
    padding: 5px 20px 4px 12px;
    border-radius: 0 0 0 5px;
    display: block;
    color: #777;
}
.btn_disclamer a:after{
    content: ">";
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}

@media all and (min-width: 768px) {
    .tr_top{
        top:13%;
        border-top: 1px solid #eee;
        border-radius: 6px 0px 0px 6px;
    }
}

@media all and (max-width: 767px) {
    .translation{
        top: 50px;
    }
}

.ico_limited{
    display: inline-block;
    font-size: 12px;
    background: #eece71;
    line-height: 100%;
    padding: 7px 10px 5px 5px;
}
@media all and (max-width: 767px) {
    .ico_limited{
        margin-bottom:10px;
    }
}


/* ==========================================================
 contact
========================================================== */

.c_tel, .c_mail, .c_stores{
    max-width: 800px;
    margin: 0 auto;
}
.c_tel h2, .c_mail h2, .c_stores h2{
    font-size: 18px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.c_tel, .c_mail, .c_stores{
    margin-bottom: 50px;
    padding: 0 20px;
}
.tel_l{
    font-size: 38px;
    margin-bottom: -10px;
}
.tel_l img{
    width: 62px;
    margin-right: 10px;
}
.c_btn a{
    border: 1px solid #333;
    padding: 10px;
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 10px 0 30px 0;
    transition: all 0.3s;
}
.c_btn a:hover{
    background: #EEE;
}
.s_btn{
    border-top: 1px dotted #CCC;
    margin-top:20px;
    padding-top: 15px;
}
.s_btn a{
    text-decoration:underline;
}
.s_btn a:hover{
    text-decoration:none;
}

@media all and (max-width: 767px) {
    .c_stores{
        margin-bottom:0;
    }
    .tel_l{
        font-size: 9vw;
    }
    .tel_l img{
        width: 13vw;
    }
    .c_btn a{
        max-width: 100%;
    }
}
