@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  border-bottom: solid 1px #EAEAEA; }

.global-head {
  width: 100%;
  background-color: #fff; }
  .global-head-important-notice {
    background-color: #F0E063;
    padding: 10px 0; }
  .global-head-important-notice p {
    font-size: 12px;
    font-weight: bold;
    color: #153163;
    text-align: center;
    padding: 0 5px;
}
    @media (min-width: 1100px) {
      .global-head-important-notice p {
        font-size: 14px; } }
  @media (min-width: 1100px) {
    .global-head-contents {
      max-width: 1100px;
      margin: 0 auto; } }
  .global-head-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: opacity .5s ease; }
    .global-head-switch:hover {
      opacity: .6; }
    @media (min-width: 767px) {
      .global-head-switch {
        position: absolute;
        top: 0;
        left: 10px;
        margin: 25px 0 0; } }
    .global-head-switch img {
      position: relative;
      left: -1px;
      margin: 0 0 4px;
      width: 20px; }
    .global-head-switch span {
      font-size: 10px;
      color: #000; }
  .global-head .opened {
    opacity: 1;
    left: 0; }
    .global-head .opened .global-head-menu-bg {
      background-color: rgba(0, 0, 0, 0.3); }
    .global-head .opened .global-head-menu-inner {
      opacity: 1; }
  .global-head-menu {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: -105vw;
    height: 100%;
    width: 100vw;
    transition: all .3s; }
    .global-head-menu-switch {
      z-index: 300;
      position: absolute;
      top: 17px;
      right: 18px;
      height: 15px;
      width: 15px; }
    .global-head-menu-bg {
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0);
      transition: background-color .3s .3s; }
    .global-head-menu-inner {
      z-index: 200;
      height: 100%;
      opacity: 0;
      transition: opacity .3s; }
    .global-head-menu-list {
      z-index: 200;
      position: relative;
      padding: 0;
      height: 100%;
      width: 320px;
      overflow-y: scroll; }
      @media (min-width: 767px) {
        .global-head-menu-list {
        /*  overflow-y: hidden;*/ } }
    .global-head-menu-children {
      display: none;
      padding: 0;
      width: 100%; }
      .global-head-menu-children-item {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background-color: #FFF;
        border-top: solid 1px #e2e2e2;
        line-height: 1;
        list-style: none;
        cursor: pointer; }
        .global-head-menu-children-item > a {
          position: relative;
          padding: 17px 15px;
          display: inline-block;
          height: 100%;
          width: 100%;
          text-decoration: none;
          box-sizing: border-box;
          font-size: 15px; }
          .global-head-menu-children-item > a:after {
            content: '';
            position: absolute;
            top: calc(50% - (11px / 2));
            right: 15px;
            display: inline-block;
            height: 11px;
            width: 6px;
            background: url("/static/img/common/icon-arrow-01.svg") no-repeat center; }
    .global-head-menu-item {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      background-color: #F0E063;
      border-top: solid 1px #e2e2e2;
      line-height: 1;
      list-style: none;
      cursor: pointer; }
      .global-head-menu-item > a {
        position: relative;
        padding: 17px 15px;
        display: inline-block;
        height: 100%;
        width: 100%;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 15px; }
        .global-head-menu-item > a:after {
          content: '';
          position: absolute;
          top: calc(50% - (11px / 2));
          right: 15px;
          display: inline-block;
          height: 11px;
          width: 6px;
          background: url("/static/img/common/icon-arrow-01.svg") no-repeat center; }
      .global-head-menu-item-parent {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background-color: #F0E063;
        border-top: solid 1px #e2e2e2;
        line-height: 1;
        list-style: none;
        cursor: pointer; }
        .global-head-menu-item-parent > a {
          position: relative;
          padding: 17px 15px;
          display: inline-block;
          height: 100%;
          width: 100%;
          text-decoration: none;
          box-sizing: border-box;
          font-size: 15px; }
          .global-head-menu-item-parent > a:after {
            content: '';
            position: absolute;
            top: calc(50% - (12px / 2));
            right: 15px;
            display: inline-block;
            height: 12px;
            width: 12px;
            background: url("/static/img/common/icon-plus.svg") no-repeat center; }
      .global-head-menu-item-parent.opened {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background-color: #F0E063;
        border-top: solid 1px #e2e2e2;
        line-height: 1;
        list-style: none;
        cursor: pointer; }
        .global-head-menu-item-parent.opened > a {
          position: relative;
          padding: 17px 15px;
          display: inline-block;
          height: 100%;
          width: 100%;
          text-decoration: none;
          box-sizing: border-box;
          font-size: 15px; }
          .global-head-menu-item-parent.opened > a:after {
            content: '';
            position: absolute;
            top: calc(50% - (1px / 2));
            right: 15px;
            display: inline-block;
            height: 1px;
            width: 12px;
            background: url("/static/img/common/icon-minus.svg") no-repeat center; }
  .global-head-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 10px; }
    @media (min-width: 767px) {
      .global-head-wrap {
        display: block;
        position: relative;
        padding: 20px 10px; } }
  .global-head-logo img {
    margin: 0 5px;
    width: 120px; }
    @media (min-width: 767px) {
      .global-head-logo img {
        display: block;
        width: 200px;
        margin: 0 auto; } }
  @media (min-width: 767px) {
    .global-head-route-wrap {
      position: absolute;
      top: 0;
      right: 10px;
      margin: 20px 0; } }
  .global-head-route-wrap a {
    cursor: pointer;
    transition: opacity .5s ease; }
    .global-head-route-wrap a:hover {
      opacity: .6; }
  .global-head-route {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 0;
    list-style-type: none; }
    @media (min-width: 767px) {
      .global-head-route {
        justify-content: flex-end; } }
    .global-head-route-link {
      background-color: #FFFAD1;
      font-size: 9px;
      padding: 9px 1px;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .global-head-route-link {
          font-size: 10px;
          padding: 9px 5px; } }
      @media (min-width: 767px) {
        .global-head-route-link {
          padding: 9px 14px;
          font-size: 13px; } }
    .global-head-route-user {
      display: block;
      margin: -2px 0 -7px 10px;
      width: 30px;
      height: 38px;
      box-sizing: border-box;
      background: url(/static/img/common/icon-user-sp.png) no-repeat left center;
      background-size: contain; }
      @media (min-width: 1100px) {
        .global-head-route-user {
          margin: 0 0 0 10px;
          padding: 0;
          border: 2px solid #F5F5F5;
          border-radius: 4px;
          width: 142px;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center;
          background: none; } }
      .global-head-route-user-image {
        display: none; }
        @media (min-width: 1100px) {
          .global-head-route-user-image {
            display: block;
            width: 26px; } }
      .global-head-route-user-title {
        display: none; }
        @media (min-width: 1100px) {
          .global-head-route-user-title {
            margin: 0 0 0 14px;
            display: inline-block;
            font-size: 13px; } }
    .global-head-route a + a {
      margin-left: 5px; }

footer {
  width: 100%;
  margin-top: 40px; }

.global-footer-social-item a {
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: opacity .5s ease; }
  .global-footer-social-item a:hover {
    opacity: .6; }

.global-footer-social--sp {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 24px 0; }
  @media (min-width: 767px) {
    .global-footer-social--sp {
      display: none; } }
  .global-footer-social--sp img {
    width: 40px; }
  .global-footer-social--sp li {
    margin-left: 22px; }
    .global-footer-social--sp li:first-of-type {
      margin: 0; }

.global-footer-social--pc {
  display: none; }
  @media (min-width: 767px) {
    .global-footer-social--pc {
      display: flex;
      justify-content: center;
      list-style-type: none;
      margin: 0;
      padding: 0; } }
  .global-footer-social--pc img {
    width: 35px; }
  .global-footer-social--pc li {
    margin: 0 0 0 17px; }
    .global-footer-social--pc li:first-of-type {
      margin: 0; }

.global-footer-company-wrap {
  display: none; }
  @media (min-width: 767px) {
    .global-footer-company-wrap {
      margin: 0 auto;
      padding: 24px 0 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1100px;
      width: 100%;
      box-sizing: border-box; } }

.global-footer-company {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 17px 0 13px; }
  @media (min-width: 767px) {
    .global-footer-company {
      max-width: 1100px;
      justify-content: flex-start;
      padding: 0; } }
  .global-footer-company-item {
    font-size: 11px;
    color: #153163;
    cursor: pointer; }
    .global-footer-company-item:hover {
      text-decoration: underline; }
    @media (min-width: 375px) {
      .global-footer-company-item {
        font-size: 12px; } }
    @media (min-width: 767px) {
      .global-footer-company-item {
        font-size: 13px; } }
  .global-footer-company-item + .global-footer-company-item:before {
    content: "|";
    padding: 0 8px; }

.global-footer-copyright {
  padding: 11px 0;
  background-color: #153163;
  text-align: center;
  font-size: 10px;
  color: #fff; }
  @media (min-width: 767px) {
    .global-footer-copyright {
      padding: 14px 0 12px;
      font-size: 14px; } }

.global-up-button {
  z-index: 500;
  bottom: 50px;
  right: 0px;
  position: fixed;
  cursor: pointer;
  transition: opacity .5s ease; }
  @media (min-width: 1100px) {
    .global-up-button {
      display: block;
      margin: 0 auto;
      bottom: 35px;
      max-width: 1400px;
      text-align: right; } }
  .global-up-button:hover {
    opacity: .6; }
  .global-up-button img {
    margin: 0 17px 20px 0;
    width: 40px;
    height: 40px; }

.global-nav-wrap {
  margin-bottom: 70px; }
  @media (min-width: 767px) {
    .global-nav-wrap {
      display: none; } }

.global-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -3px 6px #E2E2E2;
  z-index: 10; }
  .global-nav-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    list-style: none;
    text-align: center; }
  .global-nav-item {
    display: table-cell; }
  .global-nav-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0; }
  .global-nav-item a span {
    display: block;
    font-size: 10px;
    color: #153163; }
  .global-nav-icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto 5px; }
    .global-nav-icon:after {
      content: '';
      background-size: contain;
      vertical-align: middle; }
    .global-nav-icon-store {
      background: url("/static/img/common/menu-store.svg") no-repeat; }
    .global-nav-icon-reserve {
      background: url("/static/img/common/menu-reserve.svg") no-repeat; }
    .global-nav-icon-course {
      background: url("/static/img/common/menu-course.svg") no-repeat; }
    .global-nav-icon-brand {
      background: url("/static/img/common/menu-brand.svg") no-repeat; }
    .global-nav-icon-shopping {
      background: url("/static/img/common/menu-shopping.svg") no-repeat; }

.global-site-map-wrap {
  width: 100%; }

.global-site-map-pc {
  display: none; }
  @media (min-width: 767px) {
    .global-site-map-pc {
      position: relative;
      max-width: 1100px;
      margin: 0 auto;
      padding: 20px 0 35px;
      display: flex;
      justify-content: space-between; }
      .global-site-map-pc:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 100%;
        background-color: #153163; } }
  @media (min-width: 1200px) {
    .global-site-map-pc:before {
      content: '';
      position: absolute;
      right: calc(50% - 600px);
      top: 0;
      height: 1px;
      width: 1200px;
      background-color: #c1c1c1; }
    .global-site-map-pc:after {
      content: '';
      position: absolute;
      right: calc(50% - 600px);
      bottom: 0;
      height: 1px;
      width: 1200px;
      background-color: #153163; } }
  .global-site-map-pc pw {
    font-weight: bold;
    font-size: 13px; }
  .global-site-map-pc-item p {
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 24px; }
  .global-site-map-pc-item ul {
    padding: 13px 0 0 3px;
    line-height: 1.3em;
    vertical-align: middle; }
  .global-site-map-pc-item li {
    background: url("/static/img/common/icon-list-type.png") no-repeat;
    background-size: 4.5px;
    list-style: none;
    background-position: 0 center;
    padding: 0 0 0 13px; }
  .global-site-map-pc-item a {
    font-size: 13px;
    color: #000;
    cursor: pointer; }
    .global-site-map-pc-item a:hover {
      text-decoration: underline; }

.global-site-map {
  margin: 0 auto;
  max-width: 1100px; }
  @media (min-width: 767px) {
    .global-site-map {
      display: none; } }

.global-site-map a {
  display: block;
  padding: 18px 20px 15px 15px;
  color: #000;
  text-decoration: none; }

.global-site-map label {
  display: block;
  margin: 0;
  padding: 15px;
  line-height: 1;
  background: #f4f4f4;
  cursor: pointer;
  border-top: solid 1px #e2e2e2; }
  .global-site-map label:first-child {
    border-top: none; }
  @media (min-width: 767px) {
    .global-site-map label {
      padding: 15px 0; } }

.global-site-map-label {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: #F0E063;
  cursor: pointer; }
  .global-site-map-label a {
    display: inline-block;
    padding: 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box; }

.global-site-map input {
  display: none; }

.global-site-map ul {
  margin: 0;
  padding: 0;
  background: #fff;
  list-style: none; }

.global-site-map li {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.5s; }
  .global-site-map li:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    display: inline-block;
    background: url("/static/img/common/icon-arrow-01.svg") no-repeat center;
    background-size: contain;
    height: 11px;
    width: 7px; }

.global-site-map li + .global-site-map li {
  border-top: solid 1px #E2E2E2; }

.global-site-map-corporate {
  display: block; }
  .global-site-map-corporate li {
    position: relative;
    height: auto;
    border-top: solid 1px #e2e2e2;
    background: #f4f4f4;
    line-height: 1;
    cursor: pointer; }
  .global-site-map-corporate a {
    display: inline-block;
    padding: 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box; }

.global-site-map-list-active {
  height: 54px !important;
  opacity: 1;
  border-top: solid 1px #E2E2E2; }
  .global-site-map-list-active:first-of-type {
    border-top: none; }

.global-site-map-label {
  position: relative; }

.global-site-map-icon {
  position: absolute;
  top: 13px;
  right: 5px;
  height: 20px;
  width: 20px; }

.global-site-map-icon-open {
  background-image: url(/static/img/common/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: calc(50% - 5px);
  right: 10px;
  height: 12px;
  width: 12px; }

.global-site-map-icon-close {
  background-image: url(/static/img/common/icon-minus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  right: 10px;
  height: 1px;
  width: 12px; }

.global-search-submit-button {
  width: 173px;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  background-color: #153163;
  color: #ffffff;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .5s ease; }
  .global-search-submit-button:hover {
    opacity: .6; }
/*20201207更新*/
.global-free-word-search {
  margin: 0 0 24px; }
  @media (min-width: 767px) {
    .global-free-word-search {
      margin: 0 0 36px; } }
  .global-free-word-search-title {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #153163;
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .global-free-word-search-title {
        margin: 0 0 27px;
        font-size: 24px;
        line-height: 24px; } }
  .global-free-word-search-section {
    justify-content: center;
    display: block; /**/
    flex-direction: row; }
  .global-free-word-search-select-box-wrap {
    position: relative; }
    @media (min-width: 767px) {
      .global-free-word-search-select-box-wrap {
        margin-left: 0; } }
    .global-free-word-search-select-box-wrap:after {
      display: block;
      content: '▼';
      font-size: 12px;
      position: absolute;
      top: 40%;
      right: 20px; /**/
      margin-top: -6px;
      pointer-events: none; }
  .global-free-word-search-select-box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #CCCCCC;
    height: 39px;
    min-width: 120px;
    background-color: white;
    padding-left: 15px;
    margin: 0 7px 6px 0; }
  .global-free-word-search-default-option {
    display: none; }
  .global-free-word-search-form {
    text-align: center; }
  .global-free-word-search-input {
    min-width: 145px;
    height: 40px;
    padding: 0 0 0 5px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px; }
/*20201207更新*/
  .global-free-word-search-inner {
    max-width: 300px;
    position: relative;
   margin: 0 auto; } /**/
    @media (min-width: 767px) {
      .global-free-word-search-inner {
        min-width: 384px;
       margin: 0 auto;/**/} }
  .global-free-word-search-text-box-wrap {
    position: relative; }
  .global-free-word-search-text-box {
    height: 32px;
    min-width: calc(50% + 84px);
    font-size: 16px;
    line-height: normal;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 10px; }
    @media (min-width: 767px) {
      .global-free-word-search-text-box {
        height: 33px;
        min-width: calc(50% + 42px); } }
    .global-free-word-search-text-box::-webkit-input-placeholder {
      font-size: 14px;
      color: #CCCCCC; }
    .global-free-word-search-text-box::-moz-placeholder {
      font-size: 14px;
      color: #CCCCCC; }
    .global-free-word-search-text-box:-ms-input-placeholder {
      font-size: 14px;
      color: #CCCCCC; }
    .global-free-word-search-text-box::-ms-input-placeholder {
      font-size: 14px;
      color: #CCCCCC; }
    .global-free-word-search-text-box::placeholder {
      font-size: 14px;
      color: #CCCCCC; }
  .global-free-word-search-submit {
    position: absolute;
    width: calc(50% - 111px);
    height: calc(50% + 21px);
    top: calc(50% - 20px);
    right: calc(50% - 151px);
    border-radius: 4px;
    margin-right: -20px;
    background-color: #153163; }
    @media (min-width: 767px) {
      .global-free-word-search-submit {
        margin-right: calc(50% - 230px);
        right: calc(50% - 132px);
        width: calc(50% - 153px); } }
/*20201207更新*/
    .global-free-word-search-submit-wrap{
        margin-top:30px;
    }
/*   
    .global-free-word-search-submit-wrap:after {
      display: inline-block;
      content: "";
      position: absolute;
      background: url(/static/img/home/icon-search.png) no-repeat center;
      top: calc(53.2% - 10.5px);
      right: -9px;
      height: 18px;
      width: 18px;
      background-size: 18px 18px;
      pointer-events: none; }
      @media (min-width: 767px) {
        .global-free-word-search-submit-wrap:after {
          right: calc(50% - 158px);
          top: 9px; } }　*/

.fixed {
  overflow: hidden; }

.breadcrumb {
  margin: 15px auto 0;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  max-width: 1100px;
  list-style: none; }
  .breadcrumb li {
    margin: 0 4px 0 0;
    font-size: 10px;
    font-weight: bold;
    color: #444444; }
    @media (min-width: 767px) {
      .breadcrumb li {
        font-size: 11px; } }
  .breadcrumb a {
    font-weight: normal;
    font-size: 10px;
    color: #444444; }
    @media (min-width: 767px) {
      .breadcrumb a {
        font-size: 11px; } }
    .breadcrumb a:hover {
      cursor: pointer; }
      .breadcrumb a:hover:hover {
        text-decoration: underline; }
  .breadcrumb span {
    margin: 0 0 0 2px; }

iframe[src^="https://www.youtube.com/embed/"] {
  max-width: 100%; }

.maintenance {
  position: relative;
  height: 100vh; }
  .maintenance-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    text-align: center;
    width: 310px; }
    @media (min-width: 767px) {
      .maintenance-content {
        width: 577px; } }
    .maintenance-content a {
      color: #0000ff; }
    .maintenance-content h1 {
      font-size: 20px; }
    .maintenance-content p {
      font-size: 18px;
      margin: 20px auto; }

html, body, p, ul, ol, li {
  margin: 0; }

body {
  background: #fff; }

a {
  color: #000; }

.in-page-link {
  padding-top: 100px;
  margin-top: -100px; }

@media (min-width: 1100px) {
  .home-contents {
    max-width: 1400px;
    margin: 0 auto; } }

.home-key-visual {
  margin: 0 auto 40px;
  width: 100%; }
  @media (min-width: 767px) {
    .home-key-visual {
      margin: 25px 0 24px;
      padding: 0 0 25px;
      max-width: 1400px;
      border-bottom: solid 1px #E4E4E4; } }
  .home-key-visual-inner {
    position: relative; }
    @media (min-width: 767px) {
      .home-key-visual-inner {
        max-height: none;
        height: 100%; } }
  .home-key-visual-image-link {
    height: 100%;
    overflow: hidden; }
    @media (min-width: 767px) {
      .home-key-visual-image-link {
        margin: 0; } }
    .home-key-visual-image-link img {
      width: 100%; }
  @media (min-width: 767px) {
    .home-key-visual-image-link-active {
      padding: 3px;
      box-shadow: 0 8px 15px rgba(20, 20, 20, 0.2); } }
  .home-key-visual-image-link-active img {
    width: 100%; }
  .home-key-visual-label {
    position: absolute;
    bottom: 39px;
    right: 0;
    width: 100px;
    border-bottom: 40px solid #fff;
    border-left: 20px solid transparent;
    height: 0;
    margin: 0 auto;
    font-size: 11px;
    color: #153163; }
    @media (min-width: 767px) {
      .home-key-visual-label {
        display: none; } }
  .home-key-visual-label-text {
    display: none;
    position: relative;
    margin: 10px 10px 10px 5px;
    padding: 0 5px 0 0;
    line-height: 1.2em; }
    .home-key-visual-label-text:after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      right: 0;
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url("/static/img/common/icon_arrowbold_right_navy.svg") no-repeat center;
      background-size: contain; }

.home-swiper-container {
  position: relative; }
  .home-swiper-container .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1; }
  .home-swiper-container .swiper-pagination-bullet-active {
    background: #153163;
    opacity: 1; }
  .home-swiper-container--pc {
    display: none; }
    @media (min-width: 767px) {
      .home-swiper-container--pc {
        margin: 0 auto;
        padding: 0 0 25px;
        display: block;
        max-width: 1000px; } }
  .home-swiper-container--sp {
    position: relative;
    padding: 0 0 36px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .home-swiper-container--sp {
        display: none; } }
    .home-swiper-container--sp .slick-prev {
      display: none !important; }

.home-swiper-pagination {
  vertical-align: middle; }
  @media (min-width: 767px) {
    .home-swiper-pagination {
      display: none; } }

.home-swiper-button-wrap {
  display: none; }
  @media (min-width: 767px) {
    .home-swiper-button-wrap {
      display: block; } }

.home-swiper-button-prev {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: block;
  height: 30px;
  width: 30px;
  background: url("/static/img/home/icon_arrowbox_left_gray.png") no-repeat center;
  background-size: cover;
  outline: none;
  cursor: pointer;
  transition: opacity .5s ease; }
  .home-swiper-button-prev:hover {
    opacity: .6; }

.home-swiper-button-next {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  display: block;
  height: 30px;
  width: 30px;
  background: url("/static/img/home/icon_arrowbox_right_gray.png") no-repeat center;
  background-size: cover;
  outline: none;
  cursor: pointer;
  cursor: pointer;
  transition: opacity .5s ease; }
  .home-swiper-button-next:hover {
    opacity: .6; }

.home-swiper-wrapper {
  position: relative; }
  .home-swiper-wrapper .swiper-slide {
    height: 100%; }

.home-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity .5s ease; }
  .home-swiper-slide:hover {
    opacity: .6; }

.home-thumbs {
  display: none; }
  @media (min-width: 767px) {
    .home-thumbs {
      display: block;
      height: 100%;
      overflow: hidden;
      width: 1000px;
      margin: 0 auto;
      max-width: 100%; } }
  .home-thumbs .swiper-slide-active {
    opacity: 1; }
  .home-thumbs .swiper-slide-thumb-active {
    opacity: 1.0; }
  .home-thumbs .slick-slide {
    height: 0px; }
    .home-thumbs .slick-slide:not(:last-child) {
      margin-right: 15px; }
  .home-thumbs .slick-active {
    height: 100%;
    opacity: .5; }
  .home-thumbs .slick-current {
    opacity: 1; }

.home-store-search {
  margin: 0 0 24px; }
  @media (min-width: 767px) {
    .home-store-search {
      margin: 0 0 36px; } }
  .home-store-search-item + .home-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .home-store-search-item + .home-store-search-item {
        margin-left: 10px; } }
  .home-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .home-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .home-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .home-store-search-item-wrap {
          justify-content: center; } }
    .home-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .home-store-search-item-input {
          min-width: 172px; } }
    .home-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      line-height: normal;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .home-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .home-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .home-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .home-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .home-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .home-store-search-item-text-box {
          min-width: 260px; } }
    .home-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .home-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .home-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .home-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff;
      cursor: pointer;
      transition: opacity .5s ease; }
      .home-store-search-item-submit:hover {
        opacity: .6; }
  .home-store-search-heading {
    margin: 0 0 23px; }
    @media (min-width: 767px) {
      .home-store-search-heading {
        margin: 0 0 40px; } }

.home-concept {
  padding: 50px 40px 10px;
  margin: 0 auto 30px;
  background: url("/static/img/home/image_brand_promise_bg.jpg") no-repeat 50% -10px;
  background-size: cover;
  border-top: 1px solid #EAEAEA;
  height: 660px;
  box-sizing: border-box; }
  @media (min-width: 767px) {
    .home-concept {
      padding: 90px 10px 0;
      max-height: 478px;
      border: none;
      background: url("/static/img/home/image_brand_promise_bg.jpg") no-repeat center;
      background-size: cover; } }
  .home-concept-heading {
    margin: 0 0 39px; }
    @media (min-width: 767px) {
      .home-concept-heading {
        margin: 0 0 35px; } }
  .home-concept-text-block {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 0 0 28px; }
    @media (min-width: 767px) {
      .home-concept-text-block {
        padding: 43px 0 32px;
        max-width: 1035px;
        margin: 0 auto; } }
  .home-concept-list {
    list-style-type: none;
    padding: 0 30px;
    margin: 0 0 16px; }
    @media (min-width: 767px) {
      .home-concept-list {
        margin: 0;
        display: flex;
        justify-content: space-between; } }
  .home-concept-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    line-height: 1.5em;
    padding: 27px 0 21px;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .home-concept-item {
        justify-content: flex-start;
        padding: 20px 0;
        height: 142px;
        width: 32%; } }
  .home-concept-item-theme {
    margin: 0 0 20px;
    white-space: nowrap;
    text-align: center;
    font-size: 26px;
    color: #153163; }
  .home-concept-item-text {
    text-align: center;
    word-break: keep-all;
    font-size: 14px; }
  .home-concept-item + .home-concept-item {
    border-top: dashed 2px #DEDEDE; }
    @media (min-width: 767px) {
      .home-concept-item + .home-concept-item {
        border-top: none;
        border-left: dashed 1px #DEDEDE;
        padding-left: 30px; } }

.home-brand {
  margin-bottom: 40px; }
  @media (min-width: 767px) {
    .home-brand {
      max-width: 1100px;
      margin: 0 auto 40px; } }
  .home-brand-heading {
    margin: 0 0 23px; }
    @media (min-width: 767px) {
      .home-brand-heading {
        margin: 0 0 35px; } }
  .home-brand-list-wrap {
    margin: 0 0 5px;
    padding: 0 10px; }
    @media (min-width: 767px) {
      .home-brand-list-wrap {
        margin: 0 0 -20px;
        grid-row: 3; } }
  .home-brand-list {
    display: none; }
    @media (min-width: 767px) {
      .home-brand-list {
        display: block;
        list-style-type: none;
        margin: 0 0 0 -8px;
        padding: 0 20px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; } }
    @media (min-width: 1100px) {
      .home-brand-list {
        margin: 0 0 0 -5px;
        justify-content: space-between; } }
    .home-brand-list-pc {
      display: none; }
      @media (min-width: 767px) {
        .home-brand-list-pc {
          display: block; } }
    .home-brand-list-item {
      display: none; }
      @media (min-width: 767px) {
        .home-brand-list-item {
          margin: 0 0 20px 8px;
          display: block;
          width: 32%;
          background-color: #FEFAD7; } }
      @media (min-width: 1100px) {
        .home-brand-list-item {
          margin: 0 0 20px 0;
          display: block;
          width: 23.5%; } }
    .home-brand-list-item.active {
      display: block; }
    @media (min-width: 767px) {
      .home-brand-list-item-sp {
        display: block;
        width: 30.5%;
        margin: 0 0 20px 20px; } }
    @media (min-width: 1100px) {
      .home-brand-list-item-sp {
        width: 23%; } }
  .home-brand-link {
    display: block; }
  .home-brand-image {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: opacity .5s ease; }
    .home-brand-image:hover {
      opacity: .6; }
  .home-brand-text-wrap {
    background: #FEFAD7;
    padding: 20px 15px 24px;
    line-height: 1.5em; }
  .home-brand-logo {
    margin: 0 auto 15px;
    display: block;
    cursor: pointer;
    transition: opacity .5s ease; }
    .home-brand-logo:hover {
      opacity: .6; }
  .home-brand-logo-strechraffine {
    margin: 0 auto 15px;
    display: block;
    cursor: pointer;
    transition: opacity .5s ease; }
    .home-brand-logo-strechraffine:hover {
      opacity: .6; }
  .home-brand-name {
    margin: 0 0 28px;
    font-size: 20px;
    color: #153163;
    text-align: center; }
    @media (min-width: 767px) {
      .home-brand-name {
        font-size: 14px; } }
  .home-brand-detail {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1rem; }
  .home-brand-menu-title {
    margin: 0 0 8px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #000; }
  .home-brand-menu-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0; }
  .home-brand-menu-item {
    margin: 1px;
    padding: 7px 16px;
    display: inline-block;
    border-radius: 11.5px;
    background: #F2F2F2;
    line-height: 10px;
    font-size: 10px; }
    @media (min-width: 767px) {
      .home-brand-menu-item {
        padding: 6px 10px; } }
  .home-brand-select {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0 10px;
    margin: 0 0 0 -5px; }
    @media (min-width: 767px) {
      .home-brand-select {
        display: none; } }
    .home-brand-select-item {
      margin: 0 0 10px;
      padding: 0 0 0 5px;
      width: 33.3%;
      box-sizing: border-box; }
      .home-brand-select-item--hidden {
        display: none; }
    .home-brand-select-link {
      display: inline-block;
      height: 100%;
      width: 100%; }
    .home-brand-select-title {
      font-size: 13px;
      color: #153163; }
    .home-brand-select-image {
      width: 100%; }
    .home-brand-select-last {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      list-style-type: none; }
    .home-brand-select-foot {
      margin: 25px 0;
      text-align: center; }
      @media (min-width: 767px) {
        .home-brand-select-foot {
          display: none; } }
    .home-brand-select-foot-link {
      position: relative;
      display: inline-block;
      font-size: 15px; }
      .home-brand-select-foot-link:after {
        content: '';
        position: relative;
        top: 1px;
        margin: 0 0 0 12px;
        display: inline-block;
        height: 12px;
        width: 7px;
        background: url("/static/img/common/icon_arrow_right_black.svg") no-repeat center;
        background-size: contain; }

.home-news-heading {
  margin: 0 0 36px; }

.home-news-tab {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  overflow-x: scroll; }
  @media (min-width: 767px) {
    .home-news-tab {
      overflow-x: hidden; } }
  .home-news-tab:before, .home-news-tab:after {
    box-sizing: border-box; }

.home-news-tab > input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: none; }

.home-news-tab > label {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
  font-size: 11px;
  color: #153163;
  line-height: 1.3em;
  border: 1px solid transparent;
  border-bottom: 0; }
  @media (min-width: 375px) {
    .home-news-tab > label {
      font-size: 13px; } }
  @media (min-width: 1100px) {
    .home-news-tab > label {
      padding: 15px 30px; } }

.home-news-tab > input:checked + label {
  margin-bottom: -2px;
  border-color: #153163;
  border-bottom: 3px solid #ffffff; }

.home-news-tab-panel-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 35px 0 0; }
  .home-news-tab-panel-content-head {
    overflow: hidden; }

.home-news-tab-shop-categories {
  position: relative;
  padding: 0 0 8px;
  margin: 0 0 -8px;
  display: flex;
  justify-content: flex-start;
  list-style-type: none;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .home-news-tab-shop-categories-item {
    z-index: 60;
    position: relative;
    font-size: 13px;
    padding-bottom: 15px;
    white-space: nowrap;
    cursor: pointer; }
  .home-news-tab-shop-categories-item.active {
    padding-bottom: 15px;
    border-bottom: solid 3px #153163;
    font-weight: bold;
    font-size: 13px;
    color: #153163; }
  .home-news-tab-shop-categories li + li {
    margin-left: 35px; }

.home-news-tab-shop-news-list {
  margin: 16px 0 0;
  line-height: 1.5em;
  list-style-type: none;
  padding-left: 0; }
  .home-news-tab-shop-news-list-item {
    padding: 17px 0;
    border-bottom: solid 1px #ddd; }
    .home-news-tab-shop-news-list-item-link {
      display: block;
      cursor: pointer;
      transition: opacity .5s ease; }
      .home-news-tab-shop-news-list-item-link:hover {
        opacity: .6; }
    .home-news-tab-shop-news-list-item-date {
      font-size: 11px;
      font-weight: bold; }
    .home-news-tab-shop-news-list-item-title {
      font-size: 14px; }

.home-news-tab-content {
  display: none;
  margin-top: 17px;
  margin-bottom: 100px; }

.home-news-tab-content.active {
  display: block; }

.home-news-tab .home-news-tab-panel {
  display: none; }

.home-news-tab > input:first-child:checked ~ .home-news-tab-panels > .home-news-tab-panel:first-child, .home-news-tab > input:nth-child(3):checked ~ .home-news-tab-panels > .home-news-tab-panel:nth-child(2), .home-news-tab > input:nth-child(5):checked ~ .home-news-tab-panels > .home-news-tab-panel:nth-child(3), .home-news-tab > input:nth-child(7):checked ~ .home-news-tab-panels > .home-news-tab-panel:nth-child(4), .home-news-tab > input:nth-child(9):checked ~ .home-news-tab-panels > .home-news-tab-panel:nth-child(5), .home-news-tab > input:nth-child(11):checked ~ .home-news-tab-panels > .home-news-tab-panel:nth-child(6) {
  display: block; }

.home-news-tab > label:hover, .home-news-tab > input:focus + label {
  color: #0066cc; }

.home-news-tab .home-news-tab-panel {
  padding: 0.5em;
  border-top: 1px solid #153163;
  text-align: left; }

.home-subtitle {
  font-family: 'Nunito',sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.4em;
  line-height: 32px;
  text-align: center;
  color: #767676;
/*  white-space: nowrap;*/ }
/*  .home-subtitle:before {
    content: '';
    margin: 0 12px 0 0;
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url("/static/img/home/icon_title_decoration.png") no-repeat center;
    background-size: contain; }
  .home-subtitle:after {
    content: '';
    margin: 0 0 0 4px;
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url("/static/img/home/icon_title_decoration.png") no-repeat center;
    background-size: contain; }*/

.home-subtitle--simple {
  font-family: 'Nunito',sans-serif;　　　/*"Hiragino Kaku Gothic Pro"*/
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .14em;
  line-height: 32px;
  text-align: center;
  color: #767676; }
  @media (min-width: 767px) {
    .home-subtitle--simple {
      letter-spacing: .4em; } }

.home-more-text-right {
  text-align: right;
  margin-right: 30px;
  cursor: pointer; }
  .home-more-text-right:hover {
    text-decoration: underline; }
  @media (min-width: 767px) {
    .home-more-text-right {
      position: absolute;
      bottom: 30px;
      right: 15px;
      margin: 0; } }

.home-more-text {
  width: 100%;
  text-align: center;
  line-height: 1.7em;
  margin-top: 30px; }
  .home-more-text-link {
    width: auto;
    margin: 0 auto;
    font-size: 15px; }
    .home-more-text-link--right {
      margin: 0 auto;
      font-size: 15px; }
      .home-more-text-link--right:after {
        content: '';
        margin: 0 0 0 12px;
        display: inline-block;
        height: 12px;
        width: 7px;
        background: url("/static/img/common/icon_arrow_right_black.svg") no-repeat center;
        background-size: contain; }
    .home-more-text-link--bottom {
      margin: 0 auto;
      font-size: 15px; }
      .home-more-text-link--bottom:after {
        content: '';
        position: relative;
        top: 1px;
        margin: 0 0 0 12px;
        display: inline-block;
        height: 12px;
        width: 7px;
        transform: rotate(90deg);
        background: url("/static/img/common/icon_arrow_right_black.svg") no-repeat center;
        background-size: contain; }
    .home-more-text-link--top {
      margin: 0 auto;
      font-size: 15px; }
      .home-more-text-link--top:after {
        content: '';
        position: relative;
        top: 1px;
        margin: 0 0 0 6px;
        display: inline-block;
        height: 12px;
        width: 7px;
        transform: rotate(-90deg);
        background: url("/static/img/common/icon_arrow_right_black.svg") no-repeat center;
        background-size: contain; }

@media (min-width: 767px) {
  .home-more-text.home-more-brand {
    display: none; } }

.home-slider .slick-prev {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  display: block;
  height: 30px;
  width: 30px;
  background: url("/static/img/home/icon_arrowbox_left_gray.png") no-repeat center;
  background-size: cover;
  outline: none;
  opacity: .6;
  z-index: 500;
  cursor: pointer;
  transition: opacity .5s ease; }
  .home-slider .slick-prev:hover {
    opacity: .6; }
  .home-slider .slick-prev:before {
    content: ''; }

.home-slider .slick-next {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  display: block;
  height: 30px;
  width: 30px;
  background: url("/static/img/home/icon_arrowbox_right_gray.png") no-repeat center;
  background-size: cover;
  outline: none;
  cursor: pointer;
  opacity: .6;
  z-index: 999;
  cursor: pointer;
  transition: opacity .5s ease; }
  .home-slider .slick-next:hover {
    opacity: .6; }
  .home-slider .slick-next:before {
    content: ''; }

.post-detail-category-title {
  height: 30px;
  padding: 16px 0; }
  .post-detail-category-title p {
    text-align: center;
    font-size: 22px;
    color: #153163; }

.post-detail {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto 30px; }
  .post-detail small {
    font-size: 90%; }
  @media (min-width: 767px) {
    .post-detail {
      line-height: 1.5em; } }
  .post-detail img {
    max-width: 100%; }
  .post-detail a[href] {
    color: #3036CB; }
    .post-detail a[href]:hover {
      text-decoration: underline; }
  .post-detail iframe[src^="https://www.youtube.com/embed/"] {
    float: right; }
    @media (max-width: 767px) {
      .post-detail iframe[src^="https://www.youtube.com/embed/"] {
        margin: 0 auto 15px auto;
        float: none;
        text-align: center; } }
  .post-detail a.d_link {
    color: #1c58bf !important;
    font-weight: bold;
    text-decoration: underline; }
  @media (min-width: 375px) {
    .post-detail .pc {
      display: none; } }
  @media (min-width: 767px) {
    .post-detail .pc {
      display: initial; } }
  @media (min-width: 1100px) {
    .post-detail .pc {
      display: initial; } }
  .post-detail-title {
    margin: 0;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #153163; }
    @media (min-width: 767px) {
      .post-detail-title {
        font-size: 22px; } }
  .post-detail-subtitle {
    font-size: 15px;
    color: #153163; }
    @media (min-width: 767px) {
      .post-detail-subtitle {
        font-size: 16px; } }
  .post-detail-key-visual-image {
    margin-bottom: 15px; }
    @media (min-width: 767px) {
      .post-detail-key-visual-image {
        margin-bottom: 30px; } }
    .post-detail-key-visual-image img {
      width: 100%; }
  .post-detail-head-date {
    font-size: 11px;
    font-weight: bold; }
  .post-detail-head-category {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px; }
    .post-detail-head-category a {
      color: #3036CB;
      text-decoration: none !important; }
    .post-detail-head-category-open {
      background-color: #cbe4f1; }
    .post-detail-head-category-campaign {
      background-color: #e9ccdb; }
    .post-detail-head-category-close {
      background-color: #c9cfd2; }
    .post-detail-head-category-service {
      background-color: #efdd8d; }
    .post-detail-head-category-season {
      background-color: #fbd584; }
    .post-detail-head-category-other {
      background-color: #a7d5a9; }
    .post-detail-head-category-info {
      background-color: #a9c1d8; }
    .post-detail-head-category-renewal {
      background-color: #cfe6da; }
    .post-detail-head-category-more-committed {
      background-color: #95d1e0; }
    .post-detail-head-category-more-other {
      background-color: #a7d5a9; }
    .post-detail-head-category-more-secretsofraffine {
      background-color: #eeccd1; }
    .post-detail-head-category-more-knowledge {
      background-color: #f6f29b; }
  .post-detail-head span + span {
    margin-left: 15px; }
  .post-detail-text > .items {
    overflow: hidden; }
  .post-detail-text iframe {
    display: block;
    margin: auto; }
  .post-detail-text img {
    display: block;
    float: initial;
    /*width: 50%;*/
    margin: 0 auto 12px auto; }
    @media (min-width: 767px) {
      .post-detail-text img {
        /*float: right;*/
        /*width: 50%;*/
        margin-left: 12px;
        margin-bottom: 12px; 
        display: inline-block;} }
  .post-detail-text img.center {
    float: none;
    width: auto;
    display: block;
    margin: 16px auto; }
  .post-detail-text p {
    font-size: 14px;
    line-height: 1.5em; }
    .post-detail-text p.catchcopy {
      font-size: 140%;
      margin: 16px 0; }
  .post-detail-text p + p {
    margin-top: 15px; }
  .post-detail-text img {
    max-width: 100%; }
  .post-detail-text h2 {
    font-size: 1.143em;
    font-weight: bold;
    color: #5C4747;
    border-bottom: 2px dashed #FAE042;
    margin: 2em 0 1.5em;
    padding: 0.2em 0 0.2em 1.7em;
    position: relative; }
    .post-detail-text h2::before {
      background: #FAE042;
      top: 0;
      left: 0.5em;
      height: 12px;
      width: 12px;
      position: absolute;
      transform: rotate(45deg);
      content: ""; }
    .post-detail-text h2::after {
      background: #faae42;
      top: 0.8em;
      left: 0.2em;
      height: 8px;
      width: 8px;
      position: absolute;
      transform: rotate(15deg);
      content: ""; }
  .post-detail-text h3 {
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 2px dotted #556da1;
    color: #415E9D; }
  .post-detail-text h4 {
    font-weight: bold;
    background: #f7f2cd;
    margin-bottom: 5px !important;
    padding: 5px 10px;
    border-bottom: 1px solid #c8c07e;
    color: #444444; }
  .post-detail-text ul, .post-detail-text ol {
    line-height: 2em;
    list-style: none;
    padding: 0;
    font-size: 14px;
    counter-reset: post-list-number; }
  .post-detail-text ol > li::before {
    padding: 0 10px;
    counter-increment: post-list-number;
    content: counter(post-list-number) "."; }
  .post-detail-text ul > li::before {
    padding: 0 10px;
    content: "・";
    font-weight: bolder; }
  .post-detail-text dl > dt {
    background: #415e9d;
    color: #ffffff;
    border-radius: 5px;
    width: 90px;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px;
    font-size: 14px; }
  .post-detail-text dl > dd {
    margin: 0 0 10px;
    font-size: 14px; }
  .post-detail-text blockquote {
    border-top: 4px double #e3d4c0;
    border-bottom: 4px double #e3d4c0;
    background: #f6eee4;
    padding: 20px 40px;
    display: inline-block;
    color: #6f5d47;
    margin: 0 0 10px 0; }
    @media (max-width: 375px) {
      .post-detail-text blockquote {
        padding: 20px; } }
  .post-detail-text a {
    font-weight: bold;
    text-decoration: none;
    line-height: 2em; }
  .post-detail-text a.icon::before {
    content: url("/static/img/common/arrow_1609.png");
    margin-right: 4px; }
  .post-detail-text strong.d_bg_y {
    background: #FAE042; }
  .post-detail-text strong.color {
    color: #D80000; }
  .post-detail-text .news div img[src^="/static/img/news/img_news_0kiss2019.jpg"] {
    width: 30%;
    float: right;
    vertical-align: top; }
  .post-detail-text .news div img[src^="https://www.bodywork.co.jp/static/img/news/img_news_0kiss2019.jpg"] {
    width: 30%;
    float: right;
    vertical-align: top; }
  .post-detail-text .news section div blockquote {
    border-top: unset;
    border-bottom: unset;
    background: unset;
    color: unset; }
    @media (min-width: 767px) {
      .post-detail-text .news section div blockquote {
        line-height: 1.5em; } }
    .post-detail-text .news section div blockquote h3 {
      font-size: unset;
      color: unset;
      border-bottom: unset;
      position: unset;
      padding-bottom: unset;
      margin-top: unset;
      margin-bottom: unset; }
      .post-detail-text .news section div blockquote h3::after {
        border-bottom: unset; }
    .post-detail-text .news section div blockquote h4 {
      display: block;
      -webkit-margin-before: 1.33em;
              margin-block-start: 1.33em;
      -webkit-margin-after: 1.33em;
              margin-block-end: 1.33em;
      -webkit-margin-start: 0;
              margin-inline-start: 0;
      -webkit-margin-end: 0;
              margin-inline-end: 0;
      font-weight: bold;
      border-bottom: unset; }
  .post-detail-text .news section ul.memo {
    margin-left: unset !important;
    font-size: 80%;
    list-style: none;
    display: block;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px; }
  .post-detail-text .news section h2 {
    font-size: 20px;
    color: #153163;
    border-left: 5px solid #153163;
    border-bottom: 1px solid #153163;
    padding: 5px;
    margin-bottom: 10px;
    clear: both; }
  .post-detail-text .news section dl.event_li_1612 dt {
    float: left;
    background: #415e9d;
    color: #ffffff;
    border-radius: 5px;
    width: 90px;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px; }
  .post-detail-text .news section dl.event_li_1612 dd {
    padding: 3px 0 3px 100px;
    margin-bottom: 10px;
    display: block;
    -webkit-margin-start: 40px;
            margin-inline-start: 40px; }
  .post-detail-text .news section dl.event_li_1612 h3 {
    font-size: unset;
    color: unset;
    border-bottom: unset;
    position: unset;
    padding-bottom: unset;
    margin-top: unset;
    margin-bottom: unset; }
    .post-detail-text .news section dl.event_li_1612 h3::after {
      content: none; }
  .post-detail-text .news section h3.cp_ttl_b160930 {
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 2px dotted #556da1;
    color: #415E9D;
    position: unset;
    margin-top: unset;
    font-size: 16px; }
    .post-detail-text .news section h3.cp_ttl_b160930::after {
      content: none; }
  .post-detail-text .news iframe {
    display: unset;
    margin: unset; }
  .post-detail-text .news iframe[src^="https://www.youtube.com/embed/"] {
    float: unset; }
  .post-detail-text .news img {
    display: unset;
    float: unset;
    width: unset;
    margin: unset; }
    @media (min-width: 767px) {
      .post-detail-text .news img {
        float: unset;
        width: unset;
        margin-left: unset;
        margin-bottom: unset; } }
  .post-detail-text .news a {
    font-weight: unset;
    text-decoration: unset; }
  .post-detail-text .news ul > li::before {
    padding: unset;
    content: none;
    font-weight: unset; }
  .post-detail-text .news dl > dt {
    background: unset;
    color: unset;
    border-radius: unset;
    width: unset;
    text-align: unset;
    padding: unset;
    margin-bottom: unset;
    font-size: unset; }
  .post-detail-text .news dl > dd {
    margin: unset;
    font-size: unset; }
  .post-detail-text .news h2 {
    font-size: unset;
    color: unset;
    border-bottom: unset;
    margin: unset;
    padding: unset;
    position: unset; }
  .post-detail-text .news h3 {
    padding: unset;
    margin-bottom: unset;
    border-bottom: unset;
    color: unset; }
  .post-detail-text .news h4 {
    background: unset;
    margin-bottom: unset !important;
    padding: unset;
    border-bottom: unset;
    color: unset; }
  .post-detail-text .news ul, .post-detail-text .news ol {
    line-height: unset;
    list-style: none;
    padding: unset;
    font-size: unset;
    counter-reset: unset; }
  @media (min-width: 1100px) {
    .post-detail-text .news .left_box {
      width: 720px; } }
  @media (min-width: 1100px) {
    .post-detail-text .news .sp_view {
      display: none; } }
  .post-detail-text .news .bold {
    font-weight: bold; }
  .post-detail-text .news p {
    margin-bottom: 20px; }
  .post-detail-text .news ul {
    margin-left: -40px !important; }
  .post-detail-text .news dl {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .post-detail-text .news dl dt {
      font-weight: bold;
      margin-bottom: 10px; }
    .post-detail-text .news dl dd {
      margin-left: 0;
      margin-bottom: 20px; }
  .post-detail-text .news h2 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #153163;
    margin-top: 30px;
    margin-bottom: 30px; }
  .post-detail-text .news h3 {
    font-size: 17px;
    color: #153163;
    border-bottom: solid 3px #F0E063;
    position: relative;
    padding-bottom: 5px;
    margin-top: 50px;
    margin-bottom: 30px; }
    .post-detail-text .news h3::after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #153163;
      bottom: -3px;
      width: 30%; }
  .post-detail-text .news h4 {
    font-size: 16px;
    color: #153163;
    border-bottom: solid 1px #153163;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 30px !important; }
  .post-detail-text .news span.maker-line {
    background: linear-gradient(transparent 70%, #F0E063 70%); }
  .post-detail-text .news .img_vertical img {
    width: 100%;
    height: auto;
    padding-bottom: 30px; }
    @media (min-width: 1100px) {
      .post-detail-text .news .img_vertical img {
        width: 350px;
        height: auto;
        float: right; } }
  .post-detail-text .news .triangle {
    margin-top: 20px;
    margin-left: 50px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F0E063; }
  .post-detail-text .news .table_c {
    font-size: 14px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-top: -20px;
    margin-bottom: 50px; }
    .post-detail-text .news .table_c th {
      width: 5rem;
      text-align: left;
      padding: 2rem 0;
      border-bottom: solid .1rem #0e272c; }
    .post-detail-text .news .table_c td {
      text-align: left;
      padding: 2rem 0;
      border-bottom: solid .1rem #0e272c; }
  .post-detail-text .news .dl_float dt {
    font-weight: bold;
    margin-bottom: 10px;
    background: url(/static/img/news/ico_listmark_navy.png) left top 3px no-repeat;
    background-size: 15px auto;
    padding-left: 25px;
    float: left;
    clear: left; }
  .post-detail-text .news .dl_float dd {
    margin-left: 8em;
    margin-bottom: 10px; }
  .post-detail-text .news .listmark_navy_14 li {
    font-size: 14px;
    line-height: 14px;
    list-style-type: none;
    background: url(/static/img/news/ico_listmark_navy.png) left top no-repeat;
    background-size: 14px auto;
    margin-bottom: 10px;
    padding-left: 25px; }
  .post-detail-text .news ul.listmark_navy_14 {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px; }
  .post-detail-text .news .listmark_none_14 {
    margin-left: unset !important; }
    .post-detail-text .news .listmark_none_14 li {
      font-size: 14px;
      list-style-type: none;
      margin-bottom: 10px; }
  .post-detail-text .news .listmark_navy_15 {
    margin-left: unset !important; }
    .post-detail-text .news .listmark_navy_15 li {
      font-size: 15px;
      line-height: 15px;
      list-style-type: none;
      background: url(/static/img/news/ico_listmark_navy.png) left top no-repeat;
      background-size: 15px auto;
      margin-bottom: 10px;
      padding-left: 25px; }
  .post-detail-text .news ul.listmark_navy_15 {
    margin-left: unset !important; }
  .post-detail-text .news .listmark_none_15 {
    margin-left: unset !important; }
    .post-detail-text .news .listmark_none_15 li {
      font-size: 15px;
      list-style-type: none;
      margin-bottom: 10px; }
  .post-detail-other-wrap {
    background: url("/static/img/common/background-top.png") no-repeat top;
    background-size: 100% 13%; }
    @media (min-width: 767px) {
      .post-detail-other-wrap {
        background-size: 100% 18%; } }
  .post-detail-other {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 20px; }
    .post-detail-other ul {
      padding: 0;
      list-style-type: none;
      line-height: 1.5em; }
    .post-detail-other ul + ul {
      margin-top: 20px; }
    .post-detail-other-title {
      margin: 0;
      padding: 30px 0;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #153163; }
      @media (min-width: 767px) {
        .post-detail-other-title {
          font-size: 24px;
          font-weight: initial; } }
    .post-detail-other-yearly-list {
      display: flex;
      justify-content: space-around;
      max-width: 450px;
      margin: 0 auto; }
    .post-detail-other-yearly-item {
      padding: 8px 10px;
      font-size: 14px;
      border: solid 1px #ccc;
      border-radius: 4px; }
      .post-detail-other-yearly-item a {
        display: block;
        color: #000; }
    .post-detail-other-news-list {
      margin-bottom: 10px; }
    .post-detail-other-news-item {
      padding: 8px 0;
      font-size: 14px;
      border-bottom: solid 1px #eaeaea;
      cursor: pointer;
      transition: opacity .5s ease; }
      .post-detail-other-news-item:hover {
        opacity: .6; }
      @media (min-width: 767px) {
        .post-detail-other-news-item {
          height: 100px; } }
      .post-detail-other-news-item + .post-detail-other-news-item {
        margin-top: 10px; }
    .post-detail-other-news-head {
      margin-bottom: 10px; }
      .post-detail-other-news-head-date {
        font-size: 11px;
        font-weight: bold; }
      .post-detail-other-news-head-category {
        padding: 5px 10px;
        font-size: 10px;
        font-weight: bold;
        border-radius: 4px; }
        .post-detail-other-news-head-category a {
          color: #3036CB;
          text-decoration: none !important; }
        .post-detail-other-news-head-category-open {
          background-color: #cbe4f1; }
        .post-detail-other-news-head-category-campaign {
          background-color: #e9ccdb; }
        .post-detail-other-news-head-category-close {
          background-color: #c9cfd2; }
        .post-detail-other-news-head-category-service {
          background-color: #efdd8d; }
        .post-detail-other-news-head-category-season {
          background-color: #fbd584; }
        .post-detail-other-news-head-category-other {
          background-color: #a7d5a9; }
        .post-detail-other-news-head-category-info {
          background-color: #a9c1d8; }
        .post-detail-other-news-head-category-renewal {
          background-color: #cfe6da; }
        .post-detail-other-news-head-category-more-committed {
          background-color: #95d1e0; }
        .post-detail-other-news-head-category-more-other {
          background-color: #a7d5a9; }
        .post-detail-other-news-head-category-more-secretsofraffine {
          background-color: #eeccd1; }
        .post-detail-other-news-head-category-more-knowledge {
          background-color: #f6f29b; }
      .post-detail-other-news-head span + span {
        margin-left: 15px; }
    .post-detail-other-news-title {
      font-size: 15px;
      font-weight: bold;
      color: #153163;
      margin-bottom: 10px; }
      @media (min-width: 767px) {
        .post-detail-other-news-title {
          font-size: 16px; } }
    .post-detail-other-news-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 14px;
      line-height: 1.5em; }
    .post-detail-other-categories {
      text-align: right; }
      .post-detail-other-categories-link {
        font-size: 12px;
        color: #000;
        cursor: pointer; }
        .post-detail-other-categories-link:hover {
          text-decoration: underline; }
        .post-detail-other-categories-link:before {
          display: inline-block;
          content: "";
          height: 7px;
          width: 4px;
          margin-right: 2px;
          margin-bottom: 1px;
          background: url("/static/img/common/icon-list-type.svg") no-repeat center;
          background-size: contain; }

.content_image {
  max-width: 100%;
  height: auto; }

.post-archive-category-title {
  height: 30px;
  padding: 16px 0; }
  .post-archive-category-title p {
    text-align: center;
    font-size: 22px;
    color: #153163; }

.post-archive {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .post-archive {
      line-height: 1.5em; } }
  .post-archive-title {
    margin: 0;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #153163; }
    @media (min-width: 767px) {
      .post-archive-title {
        font-size: 22px; } }
  .post-archive-subtitle {
    font-size: 15px;
    color: #153163; }
    @media (min-width: 767px) {
      .post-archive-subtitle {
        font-size: 16px; } }
  .post-archive-key-visual-image {
    margin-bottom: 15px; }
    @media (min-width: 767px) {
      .post-archive-key-visual-image {
        margin-bottom: 30px; } }
    .post-archive-key-visual-image img {
      width: 100%; }
  .post-archive-head-date {
    font-size: 11px;
    font-weight: bold; }
  .post-archive-head-category {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px; }
    .post-archive-head-category a {
      color: #3036CB;
      text-decoration: none !important; }
    .post-archive-head-category-open {
      background-color: #cbe4f1; }
    .post-archive-head-category-campaign {
      background-color: #e9ccdb; }
    .post-archive-head-category-close {
      background-color: #c9cfd2; }
    .post-archive-head-category-service {
      background-color: #efdd8d; }
    .post-archive-head-category-season {
      background-color: #fbd584; }
    .post-archive-head-category-other {
      background-color: #a7d5a9; }
    .post-archive-head-category-info {
      background-color: #a9c1d8; }
    .post-archive-head-category-renewal {
      background-color: #cfe6da; }
  .post-archive-head span + span {
    margin-left: 15px; }
  .post-archive-text p {
    font-size: 14px;
    line-height: 1.5em; }
  .post-archive-text p + p {
    margin-top: 15px; }
  .post-archive-other-wrap {
    background: url("/static/img/common/background-top.png") no-repeat top;
    background-size: 100% 150px; }
    @media (min-width: 767px) {
      .post-archive-other-wrap {
        background-size: 100% 200px; } }
  .post-archive-other {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 20px; }
    .post-archive-other ul {
      list-style-type: none;
      line-height: 1.5em; }
    .post-archive-other-title {
      margin: 0;
      padding: 30px 0;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #153163; }
      @media (min-width: 767px) {
        .post-archive-other-title {
          font-size: 24px;
          font-weight: initial; } }
    .post-archive-other-yearly-list {
      display: flex;
      margin: 0 auto;
      padding: 30px 0 0;
      border-bottom: solid 1px #eaeaea; }
    .post-archive-other-yearly-item {
      padding: 8px 0;
      font-size: 14px;
      border-radius: 4px; }
      .post-archive-other-yearly-item-link {
        display: block;
        color: #000; }
        .post-archive-other-yearly-item-link:hover {
          text-decoration: underline; }
    .post-archive-other-yearly-item + .post-archive-other-yearly-item {
      margin-left: 15px; }
    .post-archive-other-category-more-raffine-list {
      display: block;
      margin: 0 0 20px 0;
      padding: 0;
      border-bottom: solid 1px #eaeaea; }
    .post-archive-other-category-list {
      display: block;
      margin: 0 auto;
      padding: 0;
      border-bottom: solid 1px #eaeaea; }
    .post-archive-other-category-item {
      display: inline-block;
      margin: 0 3px 0 0;
      padding: 8px 0;
      font-size: 14px;
      border-radius: 4px; }
      .post-archive-other-category-item::after {
        display: inline-block;
        content: '|';
        margin: 0 0 0 5px; }
      .post-archive-other-category-item:last-child::after {
        display: none; }
      .post-archive-other-category-item-link {
        display: inline-block;
        color: #000; }
        .post-archive-other-category-item-link:hover {
          text-decoration: underline; }
    .post-archive-other-news-list {
      margin-bottom: 10px;
      padding: 0; }
    .post-archive-other-news-item {
      display: flex;
      justify-content: flex-start;
      padding: 8px 0;
      font-size: 14px;
      border-bottom: solid 1px #eaeaea; }
      @media (min-width: 767px) {
        .post-archive-other-news-item {
          height: 100px; }
          .post-archive-other-news-item-only-title {
            height: auto; } }
      .post-archive-other-news-item + .post-archive-other-news-item {
        margin-top: 10px; }
    .post-archive-other-news-image {
      width: 90px;
      height: 120px;
      margin-right: 10px; }
      @media (min-width: 767px) {
        .post-archive-other-news-image {
          width: 140px;
          height: 90px; } }
      .post-archive-other-news-image img {
        width: 90px;
        height: 120px;
        font-family: "object-fit: cover;object-position: 70% 100%;";
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 70% 100%;
           object-position: 70% 100%; }
        @media (min-width: 767px) {
          .post-archive-other-news-image img {
            width: 140px;
            height: 90px; } }
    .post-archive-other-news-detail {
      width: 100%; }
      .post-archive-other-news-detail a {
        cursor: pointer;
        transition: opacity .5s ease; }
        .post-archive-other-news-detail a:hover {
          opacity: .6; }
    .post-archive-other-news-head {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px; }
      @media (min-width: 767px) {
        .post-archive-other-news-head {
          display: block; } }
      .post-archive-other-news-head-date {
        font-size: 11px;
        font-weight: bold; }
      .post-archive-other-news-head-category {
        padding: 5px 10px;
        font-size: 10px;
        font-weight: bold;
        border-radius: 4px; }
        .post-archive-other-news-head-category-open {
          background-color: #cbe4f1; }
        .post-archive-other-news-head-category-campaign {
          background-color: #e9ccdb; }
        .post-archive-other-news-head-category-close {
          background-color: #c9cfd2; }
        .post-archive-other-news-head-category-service {
          background-color: #efdd8d; }
        .post-archive-other-news-head-category-season {
          background-color: #fbd584; }
        .post-archive-other-news-head-category-other {
          background-color: #a7d5a9; }
        .post-archive-other-news-head-category-info {
          background-color: #a9c1d8; }
        .post-archive-other-news-head-category-renewal {
          background-color: #cfe6da; }
      @media (min-width: 767px) {
        .post-archive-other-news-head-category-wrap {
          display: inline-block; } }
      @media (min-width: 767px) {
        .post-archive-other-news-head span + p {
          margin-left: 15px; } }
    .post-archive-other-news-title {
      display: block;
      color: #3036CB;
      text-decoration: none !important; }
      .post-archive-other-news-title-only-title {
        color: #000; }
      .post-archive-other-news-title-text {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px; }
        .post-archive-other-news-title-text-only-title {
          color: #000; }
        @media (min-width: 767px) {
          .post-archive-other-news-title-text {
            font-size: 16px; } }
    .post-archive-other-news-description {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 14px;
      line-height: 1.5em;
      color: #000; }
    .post-archive-other-categories {
      text-align: right; }
      .post-archive-other-categories-link {
        font-size: 12px;
        color: #000;
        cursor: pointer; }
        .post-archive-other-categories-link:hover {
          text-decoration: underline; }
        .post-archive-other-categories-link:before {
          display: inline-block;
          content: "";
          height: 7px;
          width: 4px;
          margin-right: 2px;
          margin-bottom: 1px;
          background: url("/static/img/common/icon-list-type.svg") no-repeat center;
          background-size: contain; }
    .post-archive-other-pagination {
      text-align: center;
      color: #153163;
      margin: 15px 0; }
      .post-archive-other-pagination a {
        color: #153163;
        padding-left: 10px; }

.more-raffine {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto 30px; }
  .more-raffine-category-title {
    height: 30px;
    padding: 16px 0; }
    .more-raffine-category-title p {
      text-align: center;
      font-size: 22px;
      color: #153163; }
  @media (min-width: 767px) {
    .more-raffine {
      line-height: 1.5em; } }
  .more-raffine-title {
    margin: 0;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #153163; }
    @media (min-width: 767px) {
      .more-raffine-title {
        font-size: 22px; } }
  .more-raffine-subtitle {
    font-size: 15px;
    color: #153163; }
    @media (min-width: 767px) {
      .more-raffine-subtitle {
        font-size: 16px; } }
  .more-raffine-key-visual-image {
    margin-bottom: 15px; }
    @media (min-width: 767px) {
      .more-raffine-key-visual-image {
        margin-bottom: 30px; } }
    .more-raffine-key-visual-image img {
      width: 100%; }
  .more-raffine-head-date {
    font-size: 11px;
    font-weight: bold; }
  .more-raffine-head-category {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px; }
    .more-raffine-head-category a {
      color: #3036CB;
      text-decoration: none !important; }
    .more-raffine-head-category-more-committed {
      background-color: #95d1e0; }
    .more-raffine-head-category-more-other {
      background-color: #a7d5a9; }
    .more-raffine-head-category-more-secretsofraffine {
      background-color: #eeccd1; }
    .more-raffine-head-category-more-knowledge {
      background-color: #f6f29b; }
  .more-raffine-head span + span {
    margin-left: 15px; }
  .more-raffine-text p {
    font-size: 14px;
    line-height: 1.5em; }
  .more-raffine-text p + p {
    margin-top: 15px; }
  .more-raffine-other-wrap {
    background: url("/static/img/common/background-top.png") no-repeat top;
    background-size: 100% 13%; }
    @media (min-width: 767px) {
      .more-raffine-other-wrap {
        background-size: 100% 18%; } }
  .more-raffine-other {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 20px; }
    .more-raffine-other ul {
      padding: 0;
      list-style-type: none;
      line-height: 1.5em; }
      .more-raffine-other ul:first-of-type {
        margin-bottom: 20px; }
    .more-raffine-other-title {
      margin: 0;
      padding: 30px 0;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #153163; }
      @media (min-width: 767px) {
        .more-raffine-other-title {
          font-size: 24px;
          font-weight: initial; } }
    .more-raffine-other-yearly-list {
      display: flex;
      justify-content: space-between;
      max-width: 450px;
      margin: 0 auto; }
    .more-raffine-other-yearly-item {
      padding: 8px 10px;
      font-size: 14px;
      border: solid 1px #ccc;
      border-radius: 4px; }
      .more-raffine-other-yearly-item a {
        display: block;
        color: #000; }
    .more-raffine-other-news-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .more-raffine-other-news-list::after {
      content: "";
      display: block;
      width: 32%; }
    .more-raffine-other-news-item {
      width: 48%;
      padding: 8px 0;
      font-size: 14px;
      margin-bottom: 10px;
      cursor: pointer;
      transition: opacity .5s ease; }
      .more-raffine-other-news-item:hover {
        opacity: .6; }
      @media (min-width: 767px) {
        .more-raffine-other-news-item {
          width: 30%; } }
    .more-raffine-other-news-item.more-raffine-other-news-item-large {
      width: 48.5%; }
    .more-raffine-other-news-image {
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 375px) {
        .more-raffine-other-news-image {
          height: 150px; } }
      @media (min-width: 767px) {
        .more-raffine-other-news-image {
          height: 244px; } }
      @media (min-width: 1100px) {
        .more-raffine-other-news-image {
          height: 244px; } }
      .more-raffine-other-news-image img {
        display: block;
        width: 100%;
        height: 100%;
        font-family: "object-fit: cover;object-position: 70% 100%;";
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%;
        border: solid 1px #ededed; }
    .more-raffine-other-news-detail {
      display: block; }
    .more-raffine-other-news-head {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px; }
      @media (min-width: 767px) {
        .more-raffine-other-news-head {
          display: block; } }
      .more-raffine-other-news-head-date {
        font-size: 11px;
        font-weight: bold; }
      .more-raffine-other-news-head-category {
        padding: 5px 10px;
        font-size: 10px;
        font-weight: bold;
        border-radius: 4px; }
        .more-raffine-other-news-head-category a {
          color: #3036CB;
          text-decoration: none !important; }
        .more-raffine-other-news-head-category-more-committed {
          background-color: #95d1e0; }
        .more-raffine-other-news-head-category-more-other {
          background-color: #a7d5a9; }
        .more-raffine-other-news-head-category-more-secretsofraffine {
          background-color: #eeccd1; }
        .more-raffine-other-news-head-category-more-knowledge {
          background-color: #f6f29b; }
      @media (min-width: 767px) {
        .more-raffine-other-news-head-category-wrap {
          display: inline-block; } }
      @media (min-width: 767px) {
        .more-raffine-other-news-head span + p {
          margin-left: 15px; } }
    .more-raffine-other-news-title {
      font-size: 15px;
      font-weight: bold;
      color: #153163;
      margin-bottom: 10px; }
      @media (min-width: 767px) {
        .more-raffine-other-news-title {
          font-size: 16px; } }
    .more-raffine-other-news-text {
      font-size: 14px;
      line-height: 1.5em; }
    .more-raffine-other-categories {
      text-align: right; }
      .more-raffine-other-categories-link {
        font-size: 12px;
        color: #000;
        cursor: pointer; }
        .more-raffine-other-categories-link:hover {
          text-decoration: underline; }
        .more-raffine-other-categories-link:before {
          display: inline-block;
          content: "";
          height: 7px;
          width: 4px;
          margin-right: 2px;
          margin-bottom: 1px;
          background: url("/static/img/common/icon-list-type.svg") no-repeat center;
          background-size: contain; }
    .more-raffine-other-pagination {
      text-align: center;
      color: #153163;
      margin: 20px 0 15px; }
      @media (min-width: 767px) {
        .more-raffine-other-pagination {
          margin: 45px 0 25px; } }
      .more-raffine-other-pagination a {
        color: #153163;
        padding-left: 10px; }
  .more-raffine-banners li:last-child {
    margin-top: 23px; }
    @media (min-width: 767px) {
      .more-raffine-banners li:last-child {
        margin-top: 12px; } }
  .more-raffine-banner-link {
    display: block; }
  .more-raffine-banner-image {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: opacity .5s ease; }
    .more-raffine-banner-image:hover {
      opacity: .6; }

.more-service-wrap {
  width: 100%; }

.more-service {
  background: url("/static/img/common/background-sunflower.png") no-repeat center;
  background-size: cover; }
  @media (min-width: 767px) {
    .more-service {
      line-height: 1.5em; } }
  .more-service-category-title {
    height: 30px;
    padding: 16px 0 30px; }
    .more-service-category-title h1 {
      font-family: HiraKakuPro-W3;
      font-weight: normal;
      font-size: 22px;
      line-height: 24px;
      text-align: center;
      color: #767676;
      white-space: nowrap;
      margin-top: 20px; }
      .more-service-category-title h1:before, .more-service-category-title h1:after {
        display: inline-block;
        content: '';
        width: 62px;
        height: 19px;
        margin-bottom: 3px;
        background: url("/static/img/brand-detail/flower.png") no-repeat center;
        background-size: contain;
        vertical-align: middle; }
  .more-service-toc-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 10px; }
  .more-service-toc-text {
    font-size: 14px;
    text-align: center;
    line-height: 24px; }
    @media (min-width: 767px) {
      .more-service-toc-text {
        font-size: 20px; } }
  .more-service-toc-menu {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 20px 0;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 767px) {
      .more-service-toc-menu {
        flex-wrap: nowrap; } }
    .more-service-toc-menu-item {
      height: 40px;
      line-height: 1.5em;
      text-align: center;
      margin: 0 auto;
      display: block;
      padding: 0 10px; }
      .more-service-toc-menu-item a {
        width: 100%;
        padding: 13px 0;
        font-size: 13px;
        font-weight: bold;
        color: #153163;
        text-align: center; }
        .more-service-toc-menu-item a:hover {
          opacity: .6;
          border-bottom: solid 3px #153163; }
        @media (min-width: 767px) {
          .more-service-toc-menu-item a {
            font-size: 18px; } }
  .more-service-members ul {
    padding: 0;
    list-style-type: none;
    line-height: 1.5em; }
  .more-service-members ul + ul {
    margin-top: 20px; }
  .more-service-members-top {
    background-color: #fffdef;
    background-image: url("/static/img/common/background-top.png");
    background-size: 100% 10%;
    background-position: top -30px center;
    background-repeat: no-repeat;
    background-blend-mode: multiply; }
    @media (min-width: 767px) {
      .more-service-members-top {
        background-size: 100% 25%;
        background-position: top -100px center; } }
  .more-service-members-bottom {
    height: 50px;
    background-color: #fffdef;
    background-image: url("/static/img/common/background-bottom.png");
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-blend-mode: multiply; }
  .more-service-members-title {
    margin: 0;
    padding: 30px 0;
    text-align: center; }
    .more-service-members-title p {
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      color: #767676; }
      @media (min-width: 767px) {
        .more-service-members-title p {
          font-size: 30px; } }
  .more-service-members-image {
    width: 200px;
    margin: 10px auto 30px; }
    @media (min-width: 767px) {
      .more-service-members-image {
        width: 260px;
        display: flex;
        justify-content: center; }
      @-moz-document url-prefix() {
        .more-service-members-image {
          width: 520px; } } }
    .more-service-members-image img {
      width: 100%;
      margin: 10px auto; }
      @media (min-width: 767px) {
        .more-service-members-image img {
          margin: auto 10px; } }
  .more-service-members-contents-wrap {
    width: 100%;
    background: url("/static/img/home/concept_pc.png") no-repeat top;
    background-size: cover; }
  .more-service-members-contents {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto; }
    .more-service-members-contents-text {
      font-size: 14px;
      line-height: 1.7em; }
      @media (min-width: 767px) {
        .more-service-members-contents-text {
          font-size: 20px; } }
    .more-service-members-contents-text-center {
      font-size: 14px;
      line-height: 1.7em;
      text-align: center; }
      @media (min-width: 767px) {
        .more-service-members-contents-text-center {
          font-size: 26px; } }
    .more-service-members-contents-text-point:before, .more-service-members-contents-text-point:after {
      color: #153163;
      margin: 0 5px; }
    .more-service-members-contents-text-point:before {
      content: "＼"; }
    .more-service-members-contents-text-point:after {
      content: "／"; }
  .more-service-members-advantages {
    margin: 20px 0;
    padding: 0;
    width: 100%; }
    @media (min-width: 767px) {
      .more-service-members-advantages {
        margin: 20px 0 40px;
        display: table;
        border-collapse: separate;
        border-spacing: 10px 0; } }
    .more-service-members-advantages li {
      padding: 13px 10px;
      background: #fff;
      font-size: 14px;
      color: #153163;
      text-align: center;
      line-height: 1.5em;
      border: solid 1px #eaeaea;
      border-radius: 4px; }
      @media (min-width: 767px) {
        .more-service-members-advantages li {
          display: table-cell;
          vertical-align: middle;
          padding: 10px 0;
          width: 360px;
          border: solid 1px #153163;
          border-radius: 26px;
          font-size: 24px;
          line-height: 1.9em; } }
      .more-service-members-advantages li span.more-service-members-advantages-date {
        font-size: 7px; }
        @media (min-width: 767px) {
          .more-service-members-advantages li span.more-service-members-advantages-date {
            font-size: 20px; } }
      @media (min-width: 767px) {
        .more-service-members-advantages li span.more-service-members-advantages-number {
          font-size: 34px; } }
    .more-service-members-advantages li + li {
      margin-top: 10px; }
      @media (min-width: 767px) {
        .more-service-members-advantages li + li {
          margin-top: 0;
          margin-left: 10px; } }
  .more-service-members-notice {
    padding: 10px 5px;
    background: #fff;
    border: solid 1px #eaeaea;
    border-radius: 4px; }
    @media (min-width: 767px) {
      .more-service-members-notice {
        margin-top: 50px;
        padding: 20px 30px; } }
    .more-service-members-notice p {
      font-size: 10px;
      line-height: 1.5em; }
      @media (min-width: 767px) {
        .more-service-members-notice p {
          font-size: 14px; } }
  .more-service-valuable {
    padding: 15px 0;
    background: url("/static/img/common/background-lavender-01.png") no-repeat top;
    background-size: cover; }
    .more-service-valuable-title {
      margin: 0;
      padding: 30px 0;
      text-align: center; }
      .more-service-valuable-title p {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: #767676; }
        @media (min-width: 767px) {
          .more-service-valuable-title p {
            font-size: 30px; } }
    .more-service-valuable-contents-wrap {
      width: 100%; }
    .more-service-valuable-contents {
      max-width: 1100px;
      padding: 0 10px;
      margin: 0 auto; }
    .more-service-valuable-contents-text {
      font-size: 14px;
      line-height: 1.7em;
      text-align: center; }
      @media (min-width: 767px) {
        .more-service-valuable-contents-text {
          font-size: 20px; } }
    .more-service-valuable-image {
      width: 200px;
      margin: 10px auto 30px; }
      @media (min-width: 767px) {
        .more-service-valuable-image {
          width: 260px;
          display: flex;
          justify-content: center; }
        @-moz-document url-prefix() {
          .more-service-valuable-image {
            width: 520px; } } }
      .more-service-valuable-image img {
        width: 100%;
        margin: 10px auto; }
        @media (min-width: 767px) {
          .more-service-valuable-image img {
            margin: auto 10px; } }
  .more-service-mypage-top {
    background-image: url("/static/img/common/background-top.png");
    background-size: 100% 120%;
    background-repeat: no-repeat; }
    @media (min-width: 767px) {
      .more-service-mypage-top {
        background-position: top -15px center; } }
  .more-service-mypage-bottom {
    height: 50px;
    background-image: url("/static/img/common/background-bottom.png");
    background-size: 100% 120%;
    background-position: bottom center;
    background-repeat: no-repeat; }
  .more-service-mypage ul {
    padding: 0;
    list-style-type: none;
    line-height: 1.5em; }
  .more-service-mypage ul + ul {
    margin-top: 20px; }
  .more-service-mypage-title {
    margin: 0;
    padding: 30px 0;
    text-align: center; }
    .more-service-mypage-title p {
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      color: #767676; }
      @media (min-width: 767px) {
        .more-service-mypage-title p {
          font-size: 30px; } }
  .more-service-mypage-contents-wrap {
    width: 100%;
    background: url("/static/img/home/concept_pc.png") no-repeat top;
    background-size: 100% 98%; }
  .more-service-mypage-contents {
    max-width: 1100px;
    padding: 0 10px 20px;
    margin: 0 auto; }
    .more-service-mypage-contents-text {
      font-size: 14px;
      line-height: 1.7em; }
      @media (min-width: 767px) {
        .more-service-mypage-contents-text {
          text-align: center;
          font-size: 20px; } }
    .more-service-mypage-contents-text-center {
      font-size: 14px;
      text-align: center;
      font-weight: bold; }
      @media (min-width: 767px) {
        .more-service-mypage-contents-text-center {
          font-size: 26px; } }
    .more-service-mypage-contents p + p {
      margin-top: 15px; }
      @media (min-width: 767px) {
        .more-service-mypage-contents p + p {
          margin-top: 40px; } }
  .more-service-mypage-advantages {
    margin: 10px 0 25px;
    padding: 0;
    width: 100%; }
    @media (min-width: 767px) {
      .more-service-mypage-advantages {
        margin-top: 30px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; } }
    .more-service-mypage-advantages li {
      padding: 13px 12px;
      background: #fff;
      font-size: 14px;
      color: #153163;
      text-align: center;
      line-height: 1.5em;
      border: solid 1px #eaeaea;
      border-radius: 4px; }
      @media (min-width: 767px) {
        .more-service-mypage-advantages li {
          width: 43%;
          margin: 0 0 30px;
          padding: 25px 30px;
          font-size: 24px;
          background-color: #fffdef;
          border: solid 1px #c7c7c7;
          border-radius: 18px; }
          .more-service-mypage-advantages li:last-of-type {
            width: 93%;
            padding: 25px 80px; } }
      .more-service-mypage-advantages li p + p {
        margin-top: 10px; }
        @media (min-width: 767px) {
          .more-service-mypage-advantages li p + p {
            margin-top: 30px; } }
    .more-service-mypage-advantages li + li {
      margin-top: 10px; }
      @media (min-width: 767px) {
        .more-service-mypage-advantages li + li {
          margin-top: 0; } }
  .more-service-mypage-notice {
    padding: 10px 5px;
    margin-top: 30px; }
    @media (min-width: 767px) {
      .more-service-mypage-notice {
        padding: 20px 30px; } }
    .more-service-mypage-notice p {
      font-size: 10px;
      line-height: 1.5em; }
      @media (min-width: 767px) {
        .more-service-mypage-notice p {
          font-size: 14px; } }
    .more-service-mypage-notice p + p {
      margin-top: 10px; }
  .more-service-mypage-link-button {
    display: block;
    margin: 35px auto;
    width: 165px;
    cursor: pointer; }
    @media (min-width: 767px) {
      .more-service-mypage-link-button {
        width: 260px; } }
    .more-service-mypage-link-button a {
      padding: 13px 50px;
      font-size: 13px;
      font-weight: bold;
      color: #fff;
      border-radius: 4px;
      background-color: #153163;
      cursor: pointer;
      transition: opacity .5s ease; }
      .more-service-mypage-link-button a:hover {
        opacity: .6; }
      @media (min-width: 767px) {
        .more-service-mypage-link-button a {
          padding: 18px 85px;
          font-size: 18px; } }
  .more-service-mailmagazine {
    padding: 15px 0 0;
    background-color: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 50%, white 100%) scroll, url("/static/img/common/background-sunflower.png") no-repeat bottom;
    background-size: contain; }
    @media (min-width: 767px) {
      .more-service-mailmagazine {
        background-size: 100% 50%;
        padding: 15px 0; } }
    .more-service-mailmagazine ul {
      padding: 0;
      list-style-type: none;
      line-height: 1.5em; }
    .more-service-mailmagazine ul + ul {
      margin-top: 20px; }
    .more-service-mailmagazine-title {
      margin: 0;
      padding: 30px 0;
      text-align: center; }
      .more-service-mailmagazine-title p {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: #767676; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-title p {
            font-size: 30px; } }
    .more-service-mailmagazine-step-one {
      padding: 10px 0 20px;
      margin: 0 auto;
      max-width: 1400px;
      background: #FFFDEF; }
      .more-service-mailmagazine-step-one:after {
        display: block;
        position: relative;
        z-index: 10;
        content: "";
        width: 0;
        top: 40px;
        margin: 0 auto;
        border-style: solid;
        border-width: 22px 76px 0 76px;
        border-color: #FFFDEF transparent transparent transparent;
        line-height: 0;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
    .more-service-mailmagazine-step-two {
      padding: 10px 0 20px;
      margin: 0 auto;
      max-width: 1400px;
      background: #FFF7C1;
      position: relative; }
    .more-service-mailmagazine-contents-wrap {
      width: 100%; }
    .more-service-mailmagazine-contents {
      max-width: 1100px;
      padding: 0 10px;
      margin: 0 auto; }
      .more-service-mailmagazine-contents-text {
        font-size: 14px;
        line-height: 1.5em; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-contents-text {
            font-size: 20px;
            text-align: center; } }
      .more-service-mailmagazine-contents-text-small {
        font-size: 10px;
        line-height: 1.3em;
        margin-bottom: 20px; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-contents-text-small {
            font-size: 14px;
            text-align: center; } }
      .more-service-mailmagazine-contents p + p {
        margin-top: 10px; }
    .more-service-mailmagazine-advantages {
      margin: 0 0 20px;
      padding: 0;
      width: 100%; }
      @media (min-width: 767px) {
        .more-service-mailmagazine-advantages {
          display: flex;
          justify-content: space-around;
          flex-wrap: wrap;
          align-items: center; } }
      .more-service-mailmagazine-advantages-item-row {
        padding: 13px 20px;
        background: #fff;
        font-size: 14px;
        color: #153163;
        text-align: center;
        line-height: 1.5em;
        border: solid 1px #eaeaea;
        border-radius: 4px; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-advantages-item-row {
            width: 43%;
            line-height: 70px;
            height: 70px;
            margin: 0 0 30px;
            font-size: 24px;
            border: solid 1px #c7c7c7;
            border-radius: 16px; } }
      .more-service-mailmagazine-advantages-item {
        padding: 13px 20px;
        background: #fff;
        font-size: 14px;
        color: #153163;
        text-align: center;
        line-height: 1.5em;
        border: solid 1px #eaeaea;
        border-radius: 4px; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-advantages-item {
            width: 43%;
            height: 70px;
            margin: 0 0 30px;
            font-size: 24px;
            border: solid 1px #c7c7c7;
            border-radius: 16px; } }
        .more-service-mailmagazine-advantages-item span {
          font-size: 10px; }
          @media (min-width: 767px) {
            .more-service-mailmagazine-advantages-item span {
              font-size: 14px; } }
      .more-service-mailmagazine-advantages li + li {
        margin-top: 10px; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-advantages li + li {
            margin-top: initial;
            margin-left: 10px; } }
    .more-service-mailmagazine-subtitle {
      margin: 30px 0; }
      .more-service-mailmagazine-subtitle p {
        text-align: center;
        font-size: 14px;
        font-weight: bold; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-subtitle p {
            font-size: 20px; } }
        .more-service-mailmagazine-subtitle p span {
          margin-right: 5px;
          padding: 5px 10px;
          font-size: 11px;
          background-color: #fffdef;
          border: 1px solid #F0E063;
          border-radius: 15px; }
          @media (min-width: 767px) {
            .more-service-mailmagazine-subtitle p span {
              font-size: 18px; } }
    @media (min-width: 767px) {
      .more-service-mailmagazine-description-item-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    .more-service-mailmagazine-description-item {
      font-size: 14px; }
      @media (min-width: 767px) {
        .more-service-mailmagazine-description-item {
          font-size: 20px;
          width: 48.5%;
          margin: 0 0 20px; } }
    .more-service-mailmagazine-description-item + .more-service-mailmagazine-description-item {
      margin-top: 20px; }
      @media (min-width: 767px) {
        .more-service-mailmagazine-description-item + .more-service-mailmagazine-description-item {
          margin-top: 0; } }
    .more-service-mailmagazine-description-head {
      padding: 10px 10px;
      background-color: #F0E063;
      border: solid 1px #EAEAEA;
      border-radius: 14px 14px 0 0; }
    .more-service-mailmagazine-description-text {
      padding: 10px 20px;
      background-color: #fff;
      border-radius: 0 0 14px 14px;
      border: solid 1px #EAEAEA;
      border-top: none;
      line-height: 1.6em; }
      @media (min-width: 767px) {
        .more-service-mailmagazine-description-text {
          padding: 20px 30px;
          line-height: 1.7em; } }
      .more-service-mailmagazine-description-text-small {
        font-size: 10px;
        margin-bottom: 20px; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-description-text-small {
            font-size: 14px; } }
    .more-service-mailmagazine-notice {
      padding: 10px 5px;
      margin-top: 30px;
      background: #fff;
      border: solid 1px #eaeaea;
      border-radius: 4px; }
      @media (min-width: 767px) {
        .more-service-mailmagazine-notice {
          padding: 20px 30px; } }
      .more-service-mailmagazine-notice p {
        font-size: 10px;
        line-height: 1.5em; }
        @media (min-width: 767px) {
          .more-service-mailmagazine-notice p {
            font-size: 14px; } }
      .more-service-mailmagazine-notice p + p {
        margin-top: 10px; }
  .more-service-status {
    padding: 15px 0;
    background: url("/static/img/common/background-brown-tile.png") repeat top; }
    .more-service-status ul {
      padding: 0;
      list-style-type: none;
      line-height: 1.5em; }
    .more-service-status-title {
      margin: 0;
      padding: 30px 0;
      text-align: center; }
      .more-service-status-title p {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        color: #767676; }
        @media (min-width: 767px) {
          .more-service-status-title p {
            font-size: 30px; } }
    .more-service-status-subtitle {
      font-size: 14px;
      color: #153163; }
      @media (min-width: 767px) {
        .more-service-status-subtitle {
          text-align: center;
          font-size: 26px;
          font-weight: bold; } }
      .more-service-status-subtitle span {
        font-size: 20px;
        margin-right: 5px; }
        @media (min-width: 767px) {
          .more-service-status-subtitle span {
            font-size: 26px; } }
    .more-service-status-contents-wrap {
      width: 100%; }
    .more-service-status-contents {
      max-width: 1100px;
      padding: 0 10px 20px;
      margin: 0 auto; }
      .more-service-status-contents-text {
        font-size: 14px;
        line-height: 1.7em; }
        @media (min-width: 767px) {
          .more-service-status-contents-text {
            font-size: 20px; } }
      .more-service-status-contents-text-small {
        font-size: 10px;
        line-height: 1.7em;
        margin-bottom: 20px; }
        @media (min-width: 767px) {
          .more-service-status-contents-text-small {
            font-size: 14px; } }
      .more-service-status-contents p + p {
        margin-top: 15px; }
        @media (min-width: 767px) {
          .more-service-status-contents p + p {
            margin-top: 30px; } }
    @media (min-width: 767px) {
      .more-service-status-graph-wrap {
        display: flex;
        justify-content: space-around; } }
    /*.more-service-status-graph {
      background-color: #fff;
      padding: 15px 10px;
      margin: 10px auto;
      max-width: 450px; }*/
      @media (min-width: 767px) {
        .more-service-status-graph {
          margin: 15px 0 30px; } }
      .more-service-status-graph-image {
        width: 100%; }
        @media (min-width: 767px) {
          /*.more-service-status-graph-image {
            width: 330px; } }*/
          .more-service-status-graph-image {
            width: 750px; } }
        .more-service-status-graph-image img {
          width: 100%; }
      @media (min-width: 767px) {
        .more-service-status-graph-text-wrap {
          max-width: 600px; } }
      .more-service-status-graph-text-wrap p {
        /*padding: 10px 0;*/
        padding: 10px 20px;
        font-size: 14px;
        line-height: 1.5em; }
        @media (min-width: 767px) {
          .more-service-status-graph-text-wrap p {
            font-size: 20px; } }
    .more-service-status-use {
      padding: 13px 0;
      margin-bottom: 10px;
      font-size: 14px;
      text-align: center;
      background-color: #fff;
      border: solid 1px #F0E063;
      border-radius: 4px; }
      @media (min-width: 767px) {
        .more-service-status-use {
          font-size: 26px; } }
    .more-service-status-guide-link {
      font-size: 13px;
      color: #3036D5; }
      .more-service-status-guide-link:hover {
        text-decoration: underline; }
      @media (min-width: 767px) {
        .more-service-status-guide-link {
          font-size: 20px; } }
    .more-service-status-notice {
      padding: 10px 5px;
      margin-top: 30px;
      background: #fff;
      border: solid 1px #eaeaea;
      border-radius: 4px; }
      @media (min-width: 767px) {
        .more-service-status-notice {
          padding: 20px 30px;
          border: none; } }
      .more-service-status-notice p {
        font-size: 10px;
        line-height: 1.5em; }
        @media (min-width: 767px) {
          .more-service-status-notice p {
            font-size: 14px; } }
      .more-service-status-notice p + p {
        margin-top: 10px; }
  .more-service-happiness-top {
    background-color: #fff;
    background-image: url("/static/img/common/background-top.png");
    background-size: 100% 15%;
    background-position: top -20px center;
    background-repeat: no-repeat;
    background-blend-mode: multiply; }
    @media (min-width: 767px) {
      .more-service-happiness-top {
        background-position: top -15px center; } }
  .more-service-happiness ul {
    padding: 0;
    list-style-type: none;
    line-height: 1.5em; }
  .more-service-happiness ul + ul {
    margin-top: 20px; }
  .more-service-happiness-title {
    margin: 0;
    padding: 30px 0;
    text-align: center; }
    .more-service-happiness-title p {
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      color: #767676; }
      @media (min-width: 767px) {
        .more-service-happiness-title p {
          font-size: 30px; } }
  .more-service-happiness-contents-wrap {
    width: 100%;
    padding: 0 0 80px;
    background-color: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 50%, white 100%) scroll, url("/static/img/common/background-lavender-02.png") no-repeat bottom;
    background-position-y: 150px;
    background-size: 100% 100%; }
    @media (min-width: 767px) {
      .more-service-happiness-contents-wrap {
        background-position-y: 40px; } }
  .more-service-happiness-contents {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto; }
    .more-service-happiness-contents-text {
      font-size: 14px;
      line-height: 1.5em; }
      @media (min-width: 767px) {
        .more-service-happiness-contents-text {
          font-size: 20px; } }
    .more-service-happiness-contents-text-center {
      margin: 20px 0 15px;
      font-size: 14px;
      line-height: 1.5em;
      text-align: center; }
      @media (min-width: 767px) {
        .more-service-happiness-contents-text-center {
          font-size: 20px; } }
  .more-service-happiness-advantages {
    margin: 10px auto 20px;
    padding: 0;
    width: 100%; }
    @media (min-width: 767px) {
      .more-service-happiness-advantages {
        width: 500px; } }
    .more-service-happiness-advantages li {
      padding: 13px 12px;
      background: #fff;
      font-size: 14px;
      color: #153163;
      text-align: center;
      line-height: 1.5em;
      border: solid 1px #eaeaea;
      border-radius: 4px; }
      @media (min-width: 767px) {
        .more-service-happiness-advantages li {
          padding: 35px 0;
          font-size: 20px;
          background: #fffdef;
          border: solid 1px #153163;
          border-radius: 26px; } }
      .more-service-happiness-advantages li p + p {
        margin-top: 10px; }
    .more-service-happiness-advantages li + li {
      margin-top: 10px; }
      @media (min-width: 767px) {
        .more-service-happiness-advantages li + li {
          margin-top: initial;
          margin-left: 10px; } }
  .more-service-happiness-notice {
    padding: 10px 5px;
    margin: 30px 0 20px; }
    @media (min-width: 767px) {
      .more-service-happiness-notice {
        padding: 20px 30px; } }
    .more-service-happiness-notice p {
      font-size: 10px;
      line-height: 1.5em; }
      @media (min-width: 767px) {
        .more-service-happiness-notice p {
          font-size: 14px; } }
    .more-service-happiness-notice p + p {
      margin-top: 10px; }
  @media (min-width: 767px) {
    .more-service-happiness-store-search-block {
      padding: 35px 0;
      background-color: #fffdef; } }
  .more-service-happiness-store-search-title {
    max-width: 355px;
    border: solid 1px #F0E063;
    background-color: #FFF;
    padding: 16px 0;
    margin: 0 auto 20px; }
    .more-service-happiness-store-search-title p {
      color: #767676;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 767px) {
        .more-service-happiness-store-search-title p {
          font-size: 24px; } }
  .more-service-point {
    padding: 15px 0;
    margin: 20px auto;
    background: #fff;
    text-align: center;
    line-height: 2.5em;
    border: solid 1px #eaeaea;
    border-radius: 4px; }
    @media (min-width: 767px) {
      .more-service-point {
        margin: 40px auto;
        width: 560px;
        border: solid 1px #C7C7C7;
        border-radius: 0; } }
    .more-service-point p {
      font-size: 14px; }
      @media (min-width: 767px) {
        .more-service-point p {
          font-size: 20px; } }
    .more-service-point-use {
      width: 300px;
      margin: 0 auto 15px; }
      @media (min-width: 767px) {
        .more-service-point-use {
          width: 360px; } }
      .more-service-point-use li {
        display: flex;
        justify-content: space-around;
        align-items: center;
        line-height: 2em;
        font-size: 12px; }
        @media (min-width: 767px) {
          .more-service-point-use li {
            font-size: 19px;
            line-height: 2.3em; } }
        .more-service-point-use li .more-service-text-bold {
          font-size: 18px;
          margin: 0 5px; }
          @media (min-width: 767px) {
            .more-service-point-use li .more-service-text-bold {
              font-size: 26px; } }
      .more-service-point-use-number {
        width: 100px;
        text-align: right; }
        @media (min-width: 767px) {
          .more-service-point-use-number {
            width: 150px; } }
      .more-service-point-use-number.more-service-point-use-yen {
        width: 130px; }
        @media (min-width: 767px) {
          .more-service-point-use-number.more-service-point-use-yen {
            width: 166px; } }
      .more-service-point-use-arrow {
        display: inline-block;
        content: "";
        background: url("/static/img/common/icon-arrow-03.svg");
        background-size: cover;
        height: 14px;
        width: 8px;
        margin: 0 8px; }
        @media (min-width: 767px) {
          .more-service-point-use-arrow {
            height: 23px;
            width: 14px;
            margin: 0 10px; } }
  .more-service-text-red {
    color: #D80000; }
  .more-service-text-bold {
    font-weight: bold; }
  .more-service-text-center {
    text-align: center; }
  @media (min-width: 767px) {
    .more-service-text-center-pc {
      text-align: center; } }
  .more-service-text-underline {
    text-decoration: underline; }
  .more-service-text-wrap-pc {
    display: none; }
    @media (min-width: 767px) {
      .more-service-text-wrap-pc {
        display: block; } }
  .more-service-text-wrap-sp {
    display: block; }
    @media (min-width: 767px) {
      .more-service-text-wrap-sp {
        display: none; } }

.shop-list {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .shop-list {
      line-height: 1.5em; } }
  .shop-list-category-title {
    height: 30px;
    padding: 32px 0 16px; }
    .shop-list-category-title h1 {
      font-family: HiraKakuPro-W3;
      font-weight: normal;
      font-size: 22px;
      letter-spacing: 0.4em;
      line-height: 24px;
      text-align: center;
      color: #767676;
      white-space: nowrap;
      margin-top: 20px; }
      .shop-list-category-title h1:before, .shop-list-category-title h1:after {
        display: inline-block;
        content: '';
        width: 62px;
        height: 19px;
        margin-bottom: 3px;
        background: url("/static/img/brand-detail/flower.png") no-repeat center;
        background-size: contain;
        vertical-align: middle; }
  .shop-list-prefectures {
    max-width: 1100px;
    padding: 28px 20px 60px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .shop-list-prefectures {
        padding: 130px 20px 60px; } }
  @media (min-width: 767px) {
    .shop-list-prefecture {
      display: grid;
      grid-template-columns: 240px 1fr;
      border-top: solid 1px #ccc; } }
  .shop-list-prefecture-title {
    font-size: 20px;
    color: #6f7579;
    padding: 16px 0 4px;
    margin: 0; }
    @media (min-width: 767px) {
      .shop-list-prefecture-title {
        grid-column: 1 / 2; } }
  @media (max-width: 767px) {
    .shop-list-prefecture-shops-list {
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc; } }
  @media (max-width: 767px) {
    .shop-list-prefecture + .shop-list-prefecture {
      margin-top: 60px; } }
  @media (min-width: 767px) {
    .shop-list-shop-detail {
      grid-column: 2 / 2; } }
  .shop-list-shop-detail-title {
    margin: 20px 0; }
    .shop-list-shop-detail-title a {
      font-size: 18px;
      font-weight: 600;
      color: #1826e8;
      cursor: pointer; }
      .shop-list-shop-detail-title a:hover {
        text-decoration: underline; }
  .shop-list-shop-detail-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #000000;
    padding-bottom: 20px; }
  .shop-list-shop-detail + .shop-list-shop-detail {
    border-top: solid 1px #ccc; }
  .shop-list-bottom-section {
    padding-top: 40px; }
    .shop-list-bottom-section-caution {
      font-size: 12px;
      line-height: 1.5;
      color: #444444;
      text-align: center;
      margin-bottom: 20px; }
    .shop-list-bottom-section-pager {
      display: flex;
      justify-content: space-around;
      margin: 0 auto;
      padding: 0;
      max-width: 250px; }
      .shop-list-bottom-section-pager li {
        display: inline-block;
        margin: 0 2.5px;
        padding: 0;
        width: 31px;
        height: 31px;
        text-align: center;
        position: relative;
        border-radius: 4px; }
      .shop-list-bottom-section-pager li a {
        display: block;
        padding: 6px 0;
        width: 100%;
        height: 100%;
        text-align: center; }
      .shop-list-bottom-section-pager li strong {
        display: inline-block;
        padding: 6px 0;
        width: 100%;
        height: 100%;
        text-align: center; }
      .shop-list-bottom-section-pager li b {
        display: inline-block;
        padding: 6px 0;
        width: 100%;
        height: 100%;
        text-align: center; }
      .shop-list-bottom-section-pager-number {
        background-color: #fffdef; }
        .shop-list-bottom-section-pager-number a {
          cursor: pointer;
          transition: opacity .5s ease; }
          .shop-list-bottom-section-pager-number a:hover {
            opacity: .6; }
      .shop-list-bottom-section-pager-previous, .shop-list-bottom-section-pager-next {
        background-color: #f0e063; }
        .shop-list-bottom-section-pager-previous a, .shop-list-bottom-section-pager-next a {
          color: #FFF;
          cursor: pointer;
          transition: opacity .5s ease; }
          .shop-list-bottom-section-pager-previous a:hover, .shop-list-bottom-section-pager-next a:hover {
            opacity: .6; }
  .shop-list-error {
    text-align: center; }

.shop-search {
  max-width: 1100px;
  padding: 0 10px; }
  @media (min-width: 767px) {
    .shop-search {
      line-height: 1.5em; } }
  .shop-search-contents {
    margin: 0 auto 50px; }
  .shop-search-category-title {
    height: 30px;
    padding: 32px 0 16px; }
    .shop-search-category-title h1 {
      font-family: HiraKakuPro-W3;
      font-weight: normal;
      font-size: 22px;
      letter-spacing: 0.4em;
      line-height: 24px;
      text-align: center;
      color: #767676;
      white-space: nowrap;
      margin-top: 20px; }
  .shop-search-category-title h1:before, .shop-search-category-title h1:after {
    display: inline-block;
    content: '';
    width: 62px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }
  .shop-search-top-message {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin: 30px auto 60px;
    line-height: 24px;
    white-space: nowrap; }
  .shop-search-submit-button {
    width: 39px;
    height: 39.5px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    background-color: #153163;
    color: #ffffff;
    cursor: pointer;
    cursor: pointer;
    transition: opacity .5s ease; }
    .shop-search-submit-button:hover {
      opacity: .6; }
    .shop-search-submit-button-brand-submit-button {
      width: 173px;
      height: 40px;
      font-size: 13px;
      font-weight: bold;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #ffffff;
      cursor: pointer;
      cursor: pointer;
      transition: opacity .5s ease; }
      .shop-search-submit-button-brand-submit-button:hover {
        opacity: .6; }
  .shop-search-submit-button-small {
    width: 72px;
    height: 35px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    background-color: #153163;
    color: #ffffff;
    cursor: pointer;
    cursor: pointer;
    transition: opacity .5s ease; }
    .shop-search-submit-button-small:hover {
      opacity: .6; }
  .shop-search-pref-and-city-search {
    margin: 0 0 24px; }
    @media (min-width: 767px) {
      .shop-search-pref-and-city-search {
        margin: 0 0 36px; } }
    .shop-search-pref-and-city-search-title {
      font-size: 18px;
      text-align: center;
      font-weight: 600;
      color: #153163;
      margin-bottom: 40px; }
      @media (min-width: 767px) {
        .shop-search-pref-and-city-search-title {
          margin: 0 0 27px;
          font-size: 24px;
          line-height: 24px; } }
    .shop-search-pref-and-city-search-form {
      text-align: center; }
    .shop-search-pref-and-city-search-submit-wrap {
      margin-top: 30px; }
      @media (min-width: 767px) {
        .shop-search-pref-and-city-search-submit-wrap {
          margin: 43px 0 0; } }
  .shop-search-free-word-search {
    margin: 0 0 24px; }
    @media (min-width: 767px) {
      .shop-search-free-word-search {
        margin: 0 0 36px; } }
    .shop-search-free-word-search-title {
      font-size: 18px;
      text-align: center;
     /* font-weight: 600; */
      color: #153163;
      margin-bottom: 20px; }
      @media (min-width: 767px) {
        .shop-search-free-word-search-title {
          margin: 0 0 27px;
          font-size: 24px;
          line-height: 24px; } }
    .shop-search-free-word-search-form {
      text-align: center; }
    .shop-search-free-word-search-input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 5px 0;
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px; }
    .shop-search-free-word-search-inner {
      max-width: 300px;
      position: relative;
      margin: 0 auto; }
      @media (min-width: 767px) {
        .shop-search-free-word-search-inner {
          min-width: 384px; } }
    .shop-search-free-word-search-text-box {
      height: 35px;
      min-width: 294px;
      font-size: 16px;
      line-height: normal;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding-left: 10px; }
      @media (min-width: 767px) {
        .shop-search-free-word-search-text-box {
          min-width: 378px; } }
      .shop-search-free-word-search-text-box::-webkit-input-placeholder {
        font-size: 14px;
        color: #CCCCCC; }
      .shop-search-free-word-search-text-box::-moz-placeholder {
        font-size: 14px;
        color: #CCCCCC; }
      .shop-search-free-word-search-text-box:-ms-input-placeholder {
        font-size: 14px;
        color: #CCCCCC; }
      .shop-search-free-word-search-text-box::-ms-input-placeholder {
        font-size: 14px;
        color: #CCCCCC; }
      .shop-search-free-word-search-text-box::placeholder {
        font-size: 14px;
        color: #CCCCCC; }
    .shop-search-free-word-search-submit {
      position: absolute;
      width: 37px;
      height: 39px;
      top: calc(50% - 20px);
      right: 0;
      margin-right: -7px;
      background-color: #153163; }
/*20201207更新*/
    .shop-search-free-word-search-submit-wrap{
            margin-top:20px;
}
/* 
      .shop-search-free-word-search-submit-wrap:after {
        display: inline-block;
        content: "";
        position: absolute;
        right: calc(50% - 135px);
        height: 38px;
        width: 18px;
        background: url("/static/img/home/icon-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
        @media (min-width: 375px) {
          .shop-search-free-word-search-submit-wrap:after {
            right: calc(50% - 134px); } }*/
  .shop-search-checkbox {
    display: none; }
    .shop-search-checkbox + span {
      display: inline-flex;
      align-items: center;
      line-height: 12px;
      font-size: 12px;
      white-space: pre-wrap; }
      @media (min-width: 375px) {
        .shop-search-checkbox + span {
          white-space: nowrap; } }
      @media (min-width: 767px) {
        .shop-search-checkbox + span {
          line-height: 14px;
          font-size: 14px; } }
      .shop-search-checkbox + span:before {
        content: '';
        display: inline-block;
        margin: 0 8px 0 0;
        min-height: 20px;
        min-width: 20px;
        border: solid 1px #cccccc;
        border-radius: 4px;
        background-color: #fff; }
    .shop-search-checkbox:checked + span:before {
      background-image: url("/static/img/common/icon_check.jpg");
      background-position: center;
      background-size: contain; }
  .shop-search-brand-and-condition-search {
    padding: 0;
    margin: 0 auto 0;
    background: url("/static/img/home/concept_pc.png") no-repeat center;
    background-size: 200% 620px;
    background-position-x: center;
    height: 620px;
    text-align: center; }
    @media (min-width: 767px) {
      .shop-search-brand-and-condition-search {
        height: 480px;
        background-size: 100% 480px;
        background-position-y: 0;
        padding: 60px 0 30px; } }
    .shop-search-brand-and-condition-search-wrap {
      line-height: 0.5; }
    .shop-search-brand-and-condition-search-submit {
      width: 173px;
      height: 40px;
      margin: -10px 0 0 0;
      font-size: 13px;
      font-weight: bold;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #ffffff;
      cursor: pointer;
      transition: opacity .5s ease; }
  .shop-search-brand-search {
    flex-wrap: wrap;
    padding: 42px 0 16px;
    margin: 0 0 29px;
    border-bottom: 1px dashed #CCCCCC; }
    @media (min-width: 767px) {
      .shop-search-brand-search {
        margin: 0;
        padding: 0;
        border-bottom: none; } }
    .shop-search-brand-search-title {
      margin: 0 0 10px;
      font-size: 18px;
      font-weight: 600;
      color: #153163;
      width: 100%; }
      @media (min-width: 767px) {
        .shop-search-brand-search-title {
          margin: 0 0 26px;
          font-size: 24px;
          line-height: 24px; } }
    .shop-search-brand-search label {
      padding: 2%;
      width: 45%;
      white-space: nowrap;
      text-align: left;
      box-sizing: border-box;
      cursor: pointer; }
      @media (min-width: 767px) {
        .shop-search-brand-search label {
          padding: 5px 0;
          width: 25%; } }
    .shop-search-brand-search-inner {
      margin: 0 auto 15px;
      padding: 0 10px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      max-width: 330px;
      width: 100%;
      box-sizing: border-box; }
      @media (min-width: 767px) {
        .shop-search-brand-search-inner {
          max-width: 700px; } }
  .shop-search-condition-search-title {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 600;
    color: #153163;
    width: 100%; }
    @media (min-width: 767px) {
      .shop-search-condition-search-title {
        margin: 30px 0 21px;
        font-size: 24px;
        line-height: 24px; } }
  .shop-search-condition-search label {
    padding: 2%;
    width: 45%;
    white-space: nowrap;
    text-align: left;
    cursor: pointer; }
    @media (min-width: 767px) {
      .shop-search-condition-search label {
        padding: 5px 0;
        width: 19.5%; } }
  .shop-search-condition-search-inner {
    margin: 0 auto 30px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 330px;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .shop-search-condition-search-inner {
        max-width: 900px; } }
  .shop-search-brand-and-condition-search-submit-wrap {
    margin-top: 15px; }
    @media (min-width: 767px) {
      .shop-search-brand-and-condition-search-submit-wrap {
        margin: 66px 0 0; } }
  .shop-search-city-search {
    max-width: 1100px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .shop-search-city-search {
        margin: 20px auto; } }
    .shop-search-city-search-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 310px;
      margin: 0 auto; }
      @media (min-width: 767px) {
        .shop-search-city-search-wrap {
          width: 390px;
          padding-left: 5px; } }
    .shop-search-city-search-title {
      font-size: 18px;
      font-weight: 600;
      color: #153163;
      text-align: center; }
      @media (min-width: 767px) {
        .shop-search-city-search-title {
          margin: 0 0 54px;
          font-size: 24px;
          line-height: 24px; } }
    @media (min-width: 900px) {
      .shop-search-city-search-list {
        display: flex;
        flex-direction: row; } }
    .shop-search-city-search-list-item {
      margin: 0;
      width: 140px;
      text-align: center; }
      @media (min-width: 767px) {
        .shop-search-city-search-list-item {
          font-size: 24px;
          line-height: 24px; } }
      .shop-search-city-search-list-item-title {
        padding-top: 6px;
        font-size: 16px;
        height: 30px;
        text-align: center;
        color: #153163;
        margin-bottom: -10px; }
        @media (min-width: 767px) {
          .shop-search-city-search-list-item-title {
            margin-bottom: 0;
            font-size: 18px; } }
      .shop-search-city-search-list-item-label {
        position: relative; }
        @media (min-width: 767px) {
          .shop-search-city-search-list-item-label {
            margin-left: 0; } }
        .shop-search-city-search-list-item-label:after {
          display: block;
          content: '▼';
          font-size: 12px;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px;
          pointer-events: none; }
          @media (min-width: 767px) {
            .shop-search-city-search-list-item-label:after {
              margin-top: -12px; } }
      .shop-search-city-search-list-item-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 10px auto;
        color: #000;
        font-size: 16px;
        font-weight: 300;
        border: 1px solid #CCCCCC;
        height: 35px;
        width: 110px;
        background-color: white;
        padding-left: 15px; }
        @media (min-width: 767px) {
          .shop-search-city-search-list-item-select {
            width: 145px; } }
        .shop-search-city-search-list-item-select option {
          color: #333; }
          .shop-search-city-search-list-item-select option:first-of-type {
            color: #ddd; }
    @media (min-width: 900px) {
      .shop-search-city-search-submit-wrap {
        text-align: center; } }
    .shop-search-city-search-submit {
      margin: 0 auto; }
  .shop-search-new-open {
    max-width: 1100px;
    margin: 40px auto 60px; }
    @media (min-width: 900px) {
      .shop-search-new-open {
        margin: 66px auto 40px; } }
    .shop-search-new-open-title {
      margin: 0 auto 40px;
      display: block;
      text-align: center;
      font-size: 24px;
      color: #153163; }
    .shop-search-new-open-list {
      margin: 16px 0 0;
      line-height: 1.5em;
      list-style-type: none;
      padding-left: 0; }
      .shop-search-new-open-list-item {
        padding: 16px 0 30px;
        border-bottom: solid 1px #ddd; }
        .shop-search-new-open-list-item-link {
          display: block;
          cursor: pointer;
          transition: opacity .5s ease; }
          .shop-search-new-open-list-item-link:hover {
            opacity: .6; }
        .shop-search-new-open-list-item-date {
          font-size: 11px;
          font-weight: bold; }
        .shop-search-new-open-list-item-title {
          font-size: 14px; }
        .shop-search-new-open-list-item-detial {
          font-size: 14px;
          font-weight: 300;
          height: 21px; }
      .shop-search-new-open-list-item + .shop-search-new-open-list-item {
        border-top: 1px solid #EAEAEA; }
  .shop-search-prefecture-search {
    max-width: 1100px;
    margin: 60px auto 0; }
    .shop-search-prefecture-search-title {
      margin: 0 0 30px;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      color: #153163; }
      @media (min-width: 767px) {
        .shop-search-prefecture-search-title {
          margin: 0 0 51px;
          font-size: 24px;
          line-height: 24px; } }
    .shop-search-prefecture-search-inner {
      padding: 0 37px; }
    .shop-search-prefecture-search-list {
      padding: 0; }
      @media (min-width: 767px) {
        .shop-search-prefecture-search-list {
          display: none; } }
      .shop-search-prefecture-search-list-item {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        background-color: #153163;
        border-top: solid 1px #e2e2e2;
        line-height: 1;
        list-style: none;
        cursor: pointer;
        border-top: solid 1px #fff; }
        .shop-search-prefecture-search-list-item > a {
          position: relative;
          padding: 17px 15px;
          display: inline-block;
          height: 100%;
          width: 100%;
          text-decoration: none;
          box-sizing: border-box;
          font-size: 15px; }
          .shop-search-prefecture-search-list-item > a:after {
            content: '';
            position: absolute;
            top: calc(50% - (11px / 2));
            right: 15px;
            display: inline-block;
            height: 11px;
            width: 6px;
            background: url("/static/img/common/icon-arrow-01-dark.svg") no-repeat center; }
        .shop-search-prefecture-search-list-item a {
          color: #ffffff; }
        .shop-search-prefecture-search-list-item-parent {
          margin: 0;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: column;
          background-color: #153163;
          border-top: solid 1px #e2e2e2;
          line-height: 1;
          list-style: none;
          cursor: pointer;
          border-top: solid 1px #fff; }
          .shop-search-prefecture-search-list-item-parent > a {
            position: relative;
            padding: 17px 15px;
            display: inline-block;
            height: 100%;
            width: 100%;
            text-decoration: none;
            box-sizing: border-box;
            font-size: 15px; }
            .shop-search-prefecture-search-list-item-parent > a:after {
              content: '';
              position: absolute;
              top: calc(50% - (12px / 2));
              right: 15px;
              display: inline-block;
              height: 12px;
              width: 12px;
              background: url("/static/img/common/icon-plus-dark.svg") no-repeat center; }
          .shop-search-prefecture-search-list-item-parent-title {
            color: #ffffff; }
        .shop-search-prefecture-search-list-item-parent.opened {
          margin: 0;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: column;
          background-color: #153163;
          border-top: solid 1px #e2e2e2;
          line-height: 1;
          list-style: none;
          cursor: pointer;
          border-top: solid 1px #fff; }
          .shop-search-prefecture-search-list-item-parent.opened > a {
            position: relative;
            padding: 17px 15px;
            display: inline-block;
            height: 100%;
            width: 100%;
            text-decoration: none;
            box-sizing: border-box;
            font-size: 15px; }
            .shop-search-prefecture-search-list-item-parent.opened > a:after {
              content: '';
              position: absolute;
              top: calc(50% - (1px / 2));
              right: 15px;
              display: inline-block;
              height: 1px;
              width: 12px;
              background: url("/static/img/common/icon-minus-dark.svg") no-repeat center; }
          .shop-search-prefecture-search-list-item-parent.opened-title {
            color: #ffffff; }
      .shop-search-prefecture-search-list-slider {
        display: none;
        width: 100%; }
      .shop-search-prefecture-search-list-children {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        width: 100%; }
        .shop-search-prefecture-search-list-children-item {
          margin: 0;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: column;
          background-color: #FFFDEF;
          border-top: solid 1px #e2e2e2;
          line-height: 1;
          list-style: none;
          cursor: pointer;
          border: none;
          width: 50%; }
          .shop-search-prefecture-search-list-children-item > a {
            position: relative;
            padding: 17px 15px;
            display: inline-block;
            height: 100%;
            width: 100%;
            text-decoration: none;
            box-sizing: border-box;
            font-size: 15px; }
            .shop-search-prefecture-search-list-children-item > a:after {
              content: '';
              position: absolute;
              top: calc(50% - (11px / 2));
              right: 15px;
              display: inline-block;
              height: 11px;
              width: 6px;
              background: url("/static/img/common/icon-arrow-01.svg") no-repeat center; }
  .shop-search-text-wrap-pc {
    display: none; }
    @media (min-width: 767px) {
      .shop-search-text-wrap-pc {
        display: block; } }
  .shop-search-text-wrap-sp {
    display: block; }
    @media (min-width: 767px) {
      .shop-search-text-wrap-sp {
        display: none; } }
  .shop-search-new-open-contents {
    max-width: 1100px;
    margin: 35px auto;
    padding: 35px 0; }
  .shop-search-new-open-title {
    font-family: 'Nunito',sans-serif;
    font-size: 18px;
    text-align: center;
    color: #153163;
    margin-bottom: 40px; }
    @media (min-width: 767px) {
      .shop-search-new-open-title {
        margin: 0 0 27px;
        font-size: 24px;
        line-height: 24px; } }
  .shop-search-new-open-list {
    margin: 16px 0 0;
    line-height: 1.5em;
    list-style-type: none;
    padding-left: 0; }
    .shop-search-new-open-list-item {
      padding: 17px 0; }
      .shop-search-new-open-list-item-link {
        display: block;
        font-size: 14px;
        cursor: pointer;
        transition: opacity .5s ease; }
        .shop-search-new-open-list-item-link:hover {
          opacity: .6; }

.prefecture-map {
  display: none; }
  @media (min-width: 767px) {
    .prefecture-map {
      position: relative;
      background: url("/static/img/shop/image_japan_map.png") no-repeat 330px 112px;
      background-size: 302px 296px;
      margin: 0 auto;
      display: block;
      height: 560px;
      width: 880px; } }
  .prefecture-map-object {
    padding: 11px 7px 7px;
    position: absolute;
    box-sizing: border-box; }
    .prefecture-map-object-title {
      margin: 0 0 6px;
      text-align: center;
      line-height: 24px;
      font-weight: bold;
      font-size: 20px;
      color: #153163; }
    .prefecture-map-object-list {
      padding: 0;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%; }
    .prefecture-map-object-item {
      list-style: none;
      padding: 2px; }
    .prefecture-map-object-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 100%;
      border-radius: 4px;
      background-color: #F0E063;
      color: #153163;
      cursor: pointer;
      transition: opacity .5s ease; }
      .prefecture-map-object-link:hover {
        opacity: .6; }
    .prefecture-map-object-link.disabled {
      background-color: #cccccc;
      color: #000;
      pointer-events: none;
      cursor: default; }
  .prefecture-map-object.chugoku {
    top: 0;
    left: 0;
    width: 261px; }
    .prefecture-map-object.chugoku .prefecture-map-object-item {
      width: 77px; }
  .prefecture-map-object.hokuriku {
    top: 0;
    left: 280px;
    width: 177px; }
    .prefecture-map-object.hokuriku .prefecture-map-object-item {
      width: 77px; }
  .prefecture-map-object.hokkaido {
    top: 0;
    right: 0;
    width: 177px; }
    .prefecture-map-object.hokkaido .prefecture-map-object-item {
      width: 100%; }
  .prefecture-map-object.kyushu {
    top: 163px;
    left: 0;
    width: 177px; }
    .prefecture-map-object.kyushu .prefecture-map-object-item {
      width: 77px; }
  .prefecture-map-object.tohoku {
    top: 117px;
    right: 0;
    width: 177px; }
    .prefecture-map-object.tohoku .prefecture-map-object-item {
      width: 77px; }
  .prefecture-map-object.shikoku {
    bottom: 0;
    left: 0;
    width: 177px; }
    .prefecture-map-object.shikoku .prefecture-map-object-item {
      width: 77px; }
    .prefecture-map-object.shikoku li:nth-child(1) {
      order: 1; }
    .prefecture-map-object.shikoku li:nth-child(2) {
      order: 2; }
    .prefecture-map-object.shikoku li:nth-child(3) {
      order: 4; }
    .prefecture-map-object.shikoku li:nth-child(4) {
      order: 3; }
  .prefecture-map-object.kansai {
    bottom: 0;
    left: 202px;
    width: 261px; }
    .prefecture-map-object.kansai .prefecture-map-object-item {
      width: 77px; }
  .prefecture-map-object.tokai {
    bottom: 0;
    right: 204px;
    width: 177px; }
    .prefecture-map-object.tokai .prefecture-map-object-item {
      width: 77px; }
  .prefecture-map-object.kanto {
    bottom: 0;
    right: 0;
    width: 177px; }
    .prefecture-map-object.kanto .prefecture-map-object-item {
      width: 77px; }

.shop-detail-contents {
  max-width: 1100px;
  line-height: 1.5em;
  margin: 0 auto; }

.shop-detail-title-block {
  width: 100%; }

.shop-detail-category-title-wrap {
  background: url("/static/img/common/background-top.png") no-repeat top;
  background-size: 100% 90%; }
  @media (min-width: 767px) {
    .shop-detail-category-title-wrap {
      background-size: 100% 110%; } }

.shop-detail-category-title {
  height: 30px;
  padding: 32px 0 0;
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  margin-top: 20px; }
  .shop-detail-category-title:before, .shop-detail-category-title:after {
    display: inline-block;
    content: '';
    width: 62px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.shop-detail-subtitle {
  font-size: 18px;
  color: #767676;
  text-align: center; }
  @media (min-width: 767px) {
    .shop-detail-subtitle {
      font-size: 24px; } }

.shop-detail-title {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.3em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 767px) {
    .shop-detail-title {
      padding: 30px 0 20px; } }
  .shop-detail-title:before, .shop-detail-title:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.shop-detail-menu-plus {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 23px;
  z-index: 1; }
  @media (min-width: 1100px) {
    .shop-detail-menu-plus {
      display: none; } }

.shop-detail-menu-minus {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 23px;
  z-index: 1; }
  @media (min-width: 1100px) {
    .shop-detail-menu-minus {
      display: none; } }

.shop-detail-menu-plus span::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - (10px / 2));
  width: 12px;
  height: 12px;
  background: url(/static/img/common/icon-plus.svg) no-repeat center; }
  @media (min-width: 767px) {
    .shop-detail-menu-plus span::after {
      top: calc(50% - (30px / 2)); } }

.shop-detail-menu-minus span::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - (10px / 2));
  width: 12px;
  height: 12px;
  background: url(/static/img/common/icon-minus.svg) no-repeat center; }
  @media (min-width: 767px) {
    .shop-detail-menu-minus span::after {
      top: calc(50% - (30px / 2)); } }

.shop-detail-shop-title {
  max-width: 1100px;
  margin: 30px auto 10px;
  font-size: 18px;
  color: #153163;
  text-align: center; }
  @media (min-width: 767px) {
    .shop-detail-shop-title {
      margin: 30px auto 10px;
      font-size: 24px;
      color: #153163;
      text-align: left; } }

.shop-detail-shop-open-date {
  max-width: 1100px;
  margin: 0 auto;
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
  height: 30px;
  line-height: 30px; }
  @media (min-width: 767px) {
    .shop-detail-shop-open-date {
      border-top: none;
      border-bottom: none; } }
  .shop-detail-shop-open-date-text {
    padding-right: 10px;
    font-size: 14px;
    color: #FD0808;
    text-align: right; }
    @media (min-width: 767px) {
      .shop-detail-shop-open-date-text {
        text-align: left; } }

.shop-detail-shop-news-block {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 20px; }
  @media (min-width: 767px) {
    .shop-detail-shop-news-block {
      padding: 10px 0;
      color: #707070; } }

.shop-detail-information {
  max-width: 1100px;
  margin: 0 auto 50px; }
  @media (min-width: 767px) {
    .shop-detail-information {
      display: flex;
      justify-content: space-between; } }
  .shop-detail-information-shop-image-wrap {
    width: 100%; }
    @media (min-width: 767px) {
      .shop-detail-information-shop-image-wrap {
        width: 550px;
        height: 422px; } }
  .shop-detail-information-shop-image {
    width: 100%; }
    .shop-detail-information-shop-image-swiper-parent {
      position: relative; }
      .shop-detail-information-shop-image-swiper-parent .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #ddd;
        opacity: 1;
        margin: 0 5px; }
      .shop-detail-information-shop-image-swiper-parent .swiper-pagination-bullet-active {
        background: #153163;
        opacity: 1; }
    .shop-detail-information-shop-image-swiper-container.swiper-container {
      width: 100%;
      margin: 0 auto; }
    .shop-detail-information-shop-image-swiper-wrapper.swiper-wrapper {
      width: 100%;
      height: 100%; }
    .shop-detail-information-shop-image-swiper-slide.swiper-slide {
      color: #ffffff;
      width: 100%;
      height: 100%;
      text-align: center; }
      .shop-detail-information-shop-image-swiper-slide.swiper-slide img {
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%; }
        @media (min-width: 767px) {
          .shop-detail-information-shop-image-swiper-slide.swiper-slide img {
            -o-object-fit: cover;
               object-fit: cover; } }
    .shop-detail-information-shop-image-swiper-pagination.swiper-pagination {
      position: absolute;
      top: calc(100% - 38px);
      left: 0;
      right: 0;
      margin: auto; }
      @media (min-width: 375px) {
        .shop-detail-information-shop-image-swiper-pagination.swiper-pagination {
          top: calc(100% - 30px); } }
      @media (min-width: 767px) {
        .shop-detail-information-shop-image-swiper-pagination.swiper-pagination {
          top: calc(100% + 20px); } }
  .shop-detail-information-shop dd {
    margin-top: 10px;
    -webkit-margin-start: 95px;
            margin-inline-start: 95px;
    font-size: 14px; }
  .shop-detail-information-shop a {
    color: #3036CB;
    cursor: pointer; }
    .shop-detail-information-shop a:hover {
      text-decoration: underline; }
  .shop-detail-information-shop-data-wrap {
    min-width: 300px;
    padding: 0 10px; }
    @media (min-width: 767px) {
      .shop-detail-information-shop-data-wrap {
        width: 500px; } }
  .shop-detail-information-shop-data {
    border-collapse: collapse; }
    .shop-detail-information-shop-data th {
      width: 31%;
      padding: 15px;
      font-size: 14px;
      font-weight: 600;
      text-align: justify;
      -moz-text-align-last: justify;
           text-align-last: justify;
      text-justify: inter-ideograph; }
      @media (min-width: 767px) {
        .shop-detail-information-shop-data th {
          width: 22%;
          padding: 15px 25px; } }
    .shop-detail-information-shop-data td {
      width: 78%;
      padding: 15px 0;
      font-size: 14px;
      text-align: left; }
      @media (min-width: 767px) {
        .shop-detail-information-shop-data td {
          width: 420px; } }
    .shop-detail-information-shop-data tr th, .shop-detail-information-shop-data tr td {
      border-bottom: solid 1px #EAEAEA; }
    .shop-detail-information-shop-data tr:last-child th, .shop-detail-information-shop-data tr:last-child td {
      border-bottom: none; }
    .shop-detail-information-shop-data-reserve {
      display: block;
      width: 70px;
      height: 30px;
      line-height: 30px;
      font-size: 11px;
      border-radius: 4px;
      background: #153163;
      color: #ffffff;
      text-align: center;
      cursor: pointer;
      transition: opacity .5s ease; }
      .shop-detail-information-shop-data-reserve:hover {
        opacity: .6; }
    .shop-detail-information-shop-data-map {
      display: block;
      width: 52px;
      height: 30px;
      line-height: 30px;
      font-size: 11px;
      border: solid 1px;
      border-radius: 4px;
      color: #153163;
      text-align: center;
      cursor: pointer;
      transition: opacity .5s ease; }
      .shop-detail-information-shop-data-map:hover {
        opacity: .5; }
    .shop-detail-information-shop-data-tel[href^="tel:"] {
      color: #3036CB;
      cursor: pointer; }
      .shop-detail-information-shop-data-tel[href^="tel:"]:hover {
        text-decoration: underline; }
      @media (min-width: 767px) {
        .shop-detail-information-shop-data-tel[href^="tel:"] {
          color: #000;
          pointer-events: none; } }
    .shop-detail-information-shop-data-column {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .shop-detail-information-shop-data-column-second {
        margin-left: 10px; }
      .shop-detail-information-shop-data-column-first, .shop-detail-information-shop-data-column-second {
        display: inline-block; }
  .shop-detail-information-shop-tag-list {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none; }
  .shop-detail-information-shop-tag-item {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 8px;
    font-size: 11px;
    background: #e5e5e5;
    border-radius: 15px; }

.shop-detail-button {
  margin: 20px auto;
  width: 165px; }
  @media (min-width: 767px) {
    .shop-detail-button {
      padding: 0 15px;
      margin: initial; } }
  .shop-detail-button a {
    padding: 13px 50px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    background-color: #153163;
    cursor: pointer;
    transition: opacity .5s ease; }
    .shop-detail-button a:hover {
      opacity: .6; }

.shop-detail-shop-message-wrap {
  background: url("/static/img/common/background-top.png") no-repeat top;
  background-color: #FEFAD7;
  background-size: 100% 20%; }
  @media (min-width: 767px) {
    .shop-detail-shop-message-wrap {
      background-size: 100% 50%; } }

.shop-detail-reserve-url-list {
  -webkit-padding-start: 0em;
          padding-inline-start: 0em;
  line-height: 1.7em;
  word-break: break-all;
  padding: 0 2em; }
  @media (min-width: 767px) {
    .shop-detail-reserve-url-list {
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      max-width: 700px;
      margin: 25px auto 0; } }

.shop-detail-reserve-url-item {
  list-style: none; }
  .shop-detail-reserve-url-item a {
    color: #3036CB;
    cursor: pointer; }
    .shop-detail-reserve-url-item a:hover {
      text-decoration: underline; }

.shop-detail-shop-message {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0; }
  @media (min-width: 767px) {
    .shop-detail-shop-message {
      padding: 30px 0; } }
  .shop-detail-shop-message-text {
    padding: 0 2em;
    margin: 25px 0 0;
    line-height: 1.5; }
    @media (min-width: 767px) {
      .shop-detail-shop-message-text {
        margin: 0; } }
    .shop-detail-shop-message-text a {
      color: #3036CB;
      cursor: pointer; }
      .shop-detail-shop-message-text a:hover {
        text-decoration: underline; }
    @media (min-width: 767px) {
      .shop-detail-shop-message-text {
        max-width: 700px;
        padding: 25px 80px;
        margin: 0 auto 0; } }
    .shop-detail-shop-message-text ul {
      -webkit-padding-start: 1em;
              padding-inline-start: 1em;
      line-height: 1.7em;
      word-break: break-all; }
  .shop-detail-shop-message-social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px auto;
    width: 60%;
    list-style-type: none; }
    @media (min-width: 375px) {
      .shop-detail-shop-message-social {
        width: 50%; } }
    @media (min-width: 767px) {
      .shop-detail-shop-message-social {
        width: 500px; } }
    .shop-detail-shop-message-social-item {
      padding: 5px 10px; }
      .shop-detail-shop-message-social-item-icon {
        width: 39px;
        cursor: pointer;
        transition: opacity .5s ease; }
        .shop-detail-shop-message-social-item-icon:hover {
          opacity: .6; }
    .shop-detail-shop-message-social-link {
      cursor: pointer;
      transition: opacity .5s ease; }
      .shop-detail-shop-message-social-link:hover {
        opacity: .6; }
  .shop-detail-shop-message-recruit-button-wrap {
    margin: 20px auto;
    width: 220px;
    height: 40px;
    background-color: #fff;
    line-height: 40px; }
  .shop-detail-shop-message-recruit-button {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background-color: #153163;
    color: #ffffff;
    border: solid 1px #EAEAEA;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity .5s ease; }
    .shop-detail-shop-message-recruit-button:hover {
      opacity: .6; }

.shop-detail-menu-detail {
  display: none;
  font-family: HiraKakuPro-W3;
  font-size: 14px;
  line-height: 1.71;
  padding: 20px 10px 20px; }
  @media (min-width: 1100px) {
    .shop-detail-menu-detail {
      display: block;
      height: auto; } }
  @media (min-width: 1100px) {
    .shop-detail-menu-detail-long {
      display: block;
      height: auto; } }

.shop-detail-course {
  max-width: 1100px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .shop-detail-course {
      margin: 0 auto 60px; } }
  .shop-detail-course-notice {
    font-size: 12px;
    text-align: center;
    line-height: 1.7em;
    padding: 0 10px; }
  .shop-detail-course-menu {
    margin: 20px 0;
    max-width: 1100px; }
    @media (min-width: 767px) {
      .shop-detail-course-menu {
        display: flex;
        /*justify-content: space-between*/
        flex-wrap: wrap; } }
    @media (min-width: 767px) {
      .shop-detail-course-menu-item {
        width: 32%;
        padding: 0 7px; } }
    .shop-detail-course-menu-title {
      position: relative;
      height: 70px;
      padding: 0 10px;
      font-size: 14px;
      font-weight: 600;
      line-height: 70px;
      text-align: left;
      width: 100%;
      background-color: #F0E063;
      border: solid 1px #ffffff; }
      @media (min-width: 767px) {
        .shop-detail-course-menu-title {
          max-height: 40px;
          line-height: 40px;
          border: none; } }
      .shop-detail-course-menu-title:focus {
        outline: none; }
    .shop-detail-course-menu-data-wrap {
      padding: 0 10px; }
    .shop-detail-course-menu-data {
      font-family: HiraKakuPro-W3;
      margin: 15px auto;
      border-collapse: collapse;
      border: solid 1px #e5e5e5;
      width: 100%; }
      .shop-detail-course-menu-data th {
        background: #f7f7f7;
        color: #222222;
        font-size: 13px;
        font-weight: normal;
        border: solid 1px #e5e5e5;
        padding: 10px 0; }
      .shop-detail-course-menu-data td {
        background: #fff;
        color: #222222;
        font-size: 13px;
        padding: 10px 0 10px 14px;
        border: solid 1px #e5e5e5; }
    .shop-detail-course-menu-image-wrap {
      padding: 0 10px;
      margin: 15px 0;
      text-align: center; }
    .shop-detail-course-menu-image {
      max-width: 100%; }
      .shop-detail-course-menu-image-height {
        width: auto;
        max-height: 250px; }
  .shop-detail-course-reserve {
    padding: 0 10px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .shop-detail-course-reserve {
        max-width: 375px; } }
    .shop-detail-course-reserve-link-button {
      display: block;
      width: 100%;
      height: 60px;
      font-size: 16px;
      font-weight: 600;
      line-height: 60px;
      text-align: center;
      border-radius: 4px;
      background-color: #153163;
      color: #ffffff;
      cursor: pointer;
      transition: opacity .5s ease; }
      .shop-detail-course-reserve-link-button:hover {
        opacity: .6; }

.shop-detail-campaign {
  max-width: 1100px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .shop-detail-campaign {
      margin: 0 auto 60px; } }
  .shop-detail-campaign-image-sp {
    width: 100%; }
  .shop-detail-campaign-slide-sp {
    width: 100%; }
  .shop-detail-campaign-slide-label {
    position: absolute;
    bottom: 39px;
    right: 0;
    width: 100px;
    border-bottom: 40px solid #fff;
    border-left: 20px solid transparent;
    height: 0;
    margin: 0 auto;
    font-size: 11px;
    color: #153163; }
    @media (min-width: 767px) {
      .shop-detail-campaign-slide-label {
        display: none; } }
  .shop-detail-campaign-slide-label-text {
    display: none;
    position: relative;
    margin: 10px 10px 10px 5px;
    padding: 0 5px 0 0;
    line-height: 1.2em; }
    .shop-detail-campaign-slide-label-text:after {
      content: '';
      position: absolute;
      top: calc(50% - 5px);
      right: 0;
      display: inline-block;
      width: 6px;
      height: 10px;
      background: url("/static/img/common/icon_arrowbold_right_navy.svg") no-repeat center;
      background-size: contain; }
  .shop-detail-campaign-slider {
    position: relative; }
    .shop-detail-campaign-slider .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      background: #ddd;
      opacity: 1; }
    .shop-detail-campaign-slider .swiper-pagination-bullet-active {
      background: #153163;
      opacity: 1; }
    .shop-detail-campaign-slider-pc {
      display: none; }
      @media (min-width: 767px) {
        .shop-detail-campaign-slider-pc {
          margin: 0 auto;
          padding: 0 0 25px;
          display: block;
          max-width: 1000px; } }
    .shop-detail-campaign-slider-sp {
      position: relative;
      padding: 0 0 36px;
      width: 100%;
      overflow: hidden;
      box-sizing: border-box; }
      @media (min-width: 767px) {
        .shop-detail-campaign-slider-sp {
          display: none; } }
      .shop-detail-campaign-slider-sp .slick-prev {
        display: none !important; }
  .shop-detail-campaign-slider .slick-prev {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    display: block;
    height: 30px;
    width: 30px;
    background: url("/static/img/home/icon_arrowbox_left_gray.png") no-repeat center;
    background-size: cover;
    outline: none;
    opacity: .6;
    z-index: 500;
    cursor: pointer;
    transition: opacity .5s ease; }
    .shop-detail-campaign-slider .slick-prev:hover {
      opacity: .6; }
    .shop-detail-campaign-slider .slick-prev:before {
      content: ''; }
  .shop-detail-campaign-slider .slick-next {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    display: block;
    height: 30px;
    width: 30px;
    background: url("/static/img/home/icon_arrowbox_right_gray.png") no-repeat center;
    background-size: cover;
    outline: none;
    cursor: pointer;
    opacity: .6;
    z-index: 999;
    cursor: pointer;
    transition: opacity .5s ease; }
    .shop-detail-campaign-slider .slick-next:hover {
      opacity: .6; }
    .shop-detail-campaign-slider .slick-next:before {
      content: ''; }
  .shop-detail-campaign-swiper-parent {
    position: relative; }
    .shop-detail-campaign-swiper-parent .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      background: #ddd;
      opacity: 1;
      margin: 0 5px; }
    .shop-detail-campaign-swiper-parent .swiper-pagination-bullet-active {
      background: #153163;
      opacity: 1; }
    .shop-detail-campaign-swiper-parent .shop-detail-campaign-swiper-pagination-small-button-wrap {
      position: absolute;
      top: calc(100% + 31px);
      left: 0;
      right: 0;
      margin: auto; }
      .shop-detail-campaign-swiper-parent .shop-detail-campaign-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
        display: none; }
        @media (min-width: 767px) {
          .shop-detail-campaign-swiper-parent .shop-detail-campaign-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
            display: block;
            background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
            background-size: 6px 10px;
            left: calc(50% + -75px);
            cursor: pointer;
            outline: none;
            cursor: pointer;
            transition: opacity .5s ease; }
            .shop-detail-campaign-swiper-parent .shop-detail-campaign-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev:hover {
              opacity: .6; } }
      .shop-detail-campaign-swiper-parent .shop-detail-campaign-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
        display: none; }
        @media (min-width: 767px) {
          .shop-detail-campaign-swiper-parent .shop-detail-campaign-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
            display: block;
            background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
            background-size: 6px 10px;
            right: calc(50% + -75px);
            cursor: pointer;
            outline: none;
            cursor: pointer;
            transition: opacity .5s ease; }
            .shop-detail-campaign-swiper-parent .shop-detail-campaign-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next:hover {
              opacity: .6; } }
  .shop-detail-campaign-swiper-container.swiper-container {
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .shop-detail-campaign-swiper-container.swiper-container {
        width: calc(100% - 220px);
        padding-bottom: 50px;
        box-sizing: content-box; } }
  .shop-detail-campaign-swiper-wrapper.swiper-wrapper {
    width: 100%;
    height: 280px;
    padding: 0 0 50px; }
    @media (min-width: 767px) {
      .shop-detail-campaign-swiper-wrapper.swiper-wrapper {
        height: 500px; } }
  .shop-detail-campaign-swiper-slide.swiper-slide {
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center; }
    .shop-detail-campaign-swiper-slide.swiper-slide img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%; }
      @media (min-width: 767px) {
        .shop-detail-campaign-swiper-slide.swiper-slide img {
          -o-object-fit: cover;
             object-fit: cover; } }
  .shop-detail-campaign-swiper-pagination.swiper-pagination {
    position: absolute;
    top: calc(100% - 38px);
    left: 0;
    right: 0;
    margin: auto; }
    @media (min-width: 375px) {
      .shop-detail-campaign-swiper-pagination.swiper-pagination {
        top: calc(100% - 30px); } }
    @media (min-width: 767px) {
      .shop-detail-campaign-swiper-pagination.swiper-pagination {
        top: calc(100% + 20px); } }
  .shop-detail-campaign-swiper-button-prev.shop-detail-campaign-swiper-large-control-button, .shop-detail-campaign-swiper-button-next.shop-detail-campaign-swiper-large-control-button {
    display: none; }
    @media (min-width: 767px) {
      .shop-detail-campaign-swiper-button-prev.shop-detail-campaign-swiper-large-control-button, .shop-detail-campaign-swiper-button-next.shop-detail-campaign-swiper-large-control-button {
        display: block;
        width: 21px;
        height: 36px;
        background-size: 21px 36px;
        margin-top: -10px;
        cursor: pointer;
        transition: opacity .5s ease; }
        .shop-detail-campaign-swiper-button-prev.shop-detail-campaign-swiper-large-control-button:hover, .shop-detail-campaign-swiper-button-next.shop-detail-campaign-swiper-large-control-button:hover {
          opacity: .6; } }
  .shop-detail-campaign-swiper-button-prev.shop-detail-campaign-swiper-large-control-button {
    background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
    margin-left: 55px; }
  .shop-detail-campaign-swiper-button-next.shop-detail-campaign-swiper-large-control-button {
    background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
    margin-right: 55px; }

.shop-detail-text-link {
  color: #3036CB;
  cursor: pointer; }
  .shop-detail-text-link:hover {
    text-decoration: underline; }

.shop-detail-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .shop-detail-text-wrap-pc {
      display: block; } }

.shop-detail-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .shop-detail-text-wrap-sp {
      display: none; } }

.company-publicity-contents {
  max-width: 1100px;
  margin: 0 auto; }

.company-publicity-title {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  margin-top: 20px; }
  .company-publicity-title:before, .company-publicity-title:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.company-publicity-head-wrap {
  width: 100%;
  background: url("/static/img/company/background-sunflower.png") no-repeat center;
  background-size: cover; }
  @media (min-width: 767px) {
    .company-publicity-head-wrap {
      line-height: 1.5em; } }

.company-publicity-head {
  padding: 30px 0;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .company-publicity-head {
      padding: 60px 0; } }
  .company-publicity-head-text {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 14px;
    line-height: 1.7em;
    text-align: center; }
    @media (min-width: 767px) {
      .company-publicity-head-text {
        max-width: 450px;
        margin: 20px auto; } }

.company-publicity-subtitle--simple {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 32px;
  text-align: center;
  color: #767676; }
  .company-publicity-subtitle--simple:before, .company-publicity-subtitle--simple:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }
  @media (min-width: 767px) {
    .company-publicity-subtitle--simple {
      height: 30px;
      margin: 0;
      padding: 16px 0;
      font-family: HiraKakuPro-W3;
      font-weight: normal;
      text-align: center;
      font-size: 22px;
      color: #767676; } }

.company-publicity-point {
  padding: 50px 10px 10px;
  margin: 0 auto;
  background: url("/static/img/home/concept_pc.png") no-repeat top;
  background-size: cover;
  height: 1180px;
  box-sizing: border-box; }
  @media (min-width: 767px) {
    .company-publicity-point {
      padding: 90px 10px 0;
      margin: 0 auto 30px;
      max-height: 950px;
      border: none;
      background: url("/static/img/home/concept_pc.png") no-repeat center;
      background-size: cover; } }
  .company-publicity-point-heading {
    margin: 0 0 39px; }
    @media (min-width: 767px) {
      .company-publicity-point-heading {
        margin: 0 0 35px; } }
  .company-publicity-point-text-block {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px; }
    @media (min-width: 767px) {
      .company-publicity-point-text-block {
        padding: 30px 50px 80px;
        max-width: 1100px;
        margin: 0 auto; } }
  .company-publicity-point-title {
    font-family: HiraKakuPro-W3;
    font-size: 24px;
    line-height: 1.3em;
    text-align: center;
    color: #767676; }
  .company-publicity-point-head-title {
    font-family: HiraKakuPro-W3;
    font-size: 24px;
    line-height: 1.3em;
    text-align: center;
    color: #153163; }
  @media (min-width: 767px) {
    .company-publicity-point-list {
      margin-top: 50px;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; } }
  .company-publicity-point-item + .company-publicity-point-item {
    border-top: dashed 2px #DEDEDE; }
    @media (min-width: 767px) {
      .company-publicity-point-item + .company-publicity-point-item {
        border-top: none; } }
  .company-publicity-point-item {
    padding: 20px 0; }
    @media (min-width: 767px) {
      .company-publicity-point-item {
        position: relative;
        width: 38.5%;
        padding: 35px; }
        .company-publicity-point-item:nth-child(1), .company-publicity-point-item:nth-child(2) {
          border-bottom: dashed 2px #DEDEDE; }
        .company-publicity-point-item:nth-child(1), .company-publicity-point-item:nth-child(3) {
          border-right: dashed 2px #DEDEDE; }
        .company-publicity-point-item:nth-child(1):after {
          display: inline-block;
          content: "";
          position: absolute;
          width: 60px;
          height: 60px;
          background: #fff;
          bottom: -30px;
          right: -30px;
          z-index: 10; } }
    @media (min-width: 1000px) {
      .company-publicity-point-item {
        width: 41.5%; } }
    @media (min-width: 1250px) {
      .company-publicity-point-item {
        width: 43.5%; } }
    .company-publicity-point-item-text {
      color: #000;
      font-size: 14px;
      line-height: 1.7em; }
    .company-publicity-point-item-head {
      position: relative;
      font-family: HiraKakuPro-W6;
      font-weight: bold;
      font-size: 14px;
      line-height: 50px;
      height: 50px;
      color: #153163;
      margin: 15px 0; }
      @media (min-width: 375px) {
        .company-publicity-point-item-head {
          font-size: 16px; } }
      .company-publicity-point-item-head span {
        font-size: 16px;
        margin: 0 2px; }
        @media (min-width: 375px) {
          .company-publicity-point-item-head span {
            font-size: 24px; } }
      .company-publicity-point-item-head-image01, .company-publicity-point-item-head-image02, .company-publicity-point-item-head-image03, .company-publicity-point-item-head-image04 {
        display: inline-block;
        vertical-align: middle;
        margin-top: -10px; }
      .company-publicity-point-item-head-image01 {
        width: 47px;
        margin-right: 9px; }
        @media (min-width: 375px) {
          .company-publicity-point-item-head-image01 {
            width: 60px;
            height: 50px; } }
      .company-publicity-point-item-head-image02 {
        width: 42px;
        margin-right: 16px; }
        @media (min-width: 375px) {
          .company-publicity-point-item-head-image02 {
            width: 50px;
            height: 50px; } }
      .company-publicity-point-item-head-image03 {
        width: 35px;
        margin-right: 16px; }
        @media (min-width: 375px) {
          .company-publicity-point-item-head-image03 {
            width: 43px;
            height: 50px; } }
      .company-publicity-point-item-head-image04 {
        width: 44px;
        margin-right: 16px; }
        @media (min-width: 375px) {
          .company-publicity-point-item-head-image04 {
            width: 52px;
            height: 41px; } }

.company-publicity-case {
  padding: 0 0 50px;
  background: url("/static/img/common/background-lavender-01.png") no-repeat top;
  background-size: cover; }
  .company-publicity-case-top {
    padding: 20px 0 30px;
    background-image: url("/static/img/common/background-top.png");
    background-size: 100% 100%;
    background-position: top -30px center;
    background-repeat: no-repeat;
    background-blend-mode: multiply; }
    @media (min-width: 767px) {
      .company-publicity-case-top {
        background-size: 100% 45%;
        background-position: top  center; } }
  .company-publicity-case-title {
    margin: 0;
    text-align: center; }
  .company-publicity-case-contents {
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto; }
    .company-publicity-case-contents p {
      color: #000;
      font-size: 14px;
      line-height: 2em;
      text-align: center; }

.company-publicity-customers-voice ul {
  padding: 0;
  list-style-type: none;
  line-height: 1.5em; }

.company-publicity-customers-voice-top {
  padding: 20px 0 30px;
  background-image: url("/static/img/common/background-top.png");
  background-size: 100% 20%;
  background-position: top -30px center;
  background-repeat: no-repeat;
  background-blend-mode: multiply; }
  @media (min-width: 767px) {
    .company-publicity-customers-voice-top {
      background: none; } }

.company-publicity-customers-voice-contents-wrap {
  width: 100%;
  background: url("/static/img/home/concept_pc.png") no-repeat top;
  background-size: cover;
  min-height: 800px; }
  @media (min-width: 767px) {
    .company-publicity-customers-voice-contents-wrap {
      min-height: 700px; } }

.company-publicity-customers-voice-contents {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .company-publicity-customers-voice-contents {
      padding: 50px 20px 0; } }
  .company-publicity-customers-voice-contents-text {
    font-size: 14px;
    line-height: 1.7em; }
    @media (min-width: 767px) {
      .company-publicity-customers-voice-contents-text {
        text-align: center; } }

@media (min-width: 767px) {
  .company-publicity-customers-voice-list {
    margin: 100px 0;
    display: flex;
    justify-content: space-around; } }

.company-publicity-customers-voice-item + .company-publicity-customers-voice-item {
  border-top: dashed 2px #DEDEDE; }
  @media (min-width: 767px) {
    .company-publicity-customers-voice-item + .company-publicity-customers-voice-item {
      border-top: none;
      border-left: dashed 2px #DEDEDE; } }

.company-publicity-customers-voice-item {
  padding: 15px 0 35px; }
  @media (min-width: 767px) {
    .company-publicity-customers-voice-item {
      padding: 15px 10px;
      width: 33%; } }
  .company-publicity-customers-voice-item div {
    position: relative;
    padding: 25px 15px;
    color: #000;
    font-size: 14px;
    line-height: 1.7em;
    background: #fff;
    border-radius: 16px; }
    .company-publicity-customers-voice-item div:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 22px;
      margin-left: -22px; }
  .company-publicity-customers-voice-item div.company-publicity-customers-voice-item-arrow-first:before {
    left: 75%; }
  .company-publicity-customers-voice-item div.company-publicity-customers-voice-item-arrow-second:before {
    left: 25%; }
  @media (min-width: 767px) {
    .company-publicity-customers-voice-item div.company-publicity-customers-voice-item-arrow-second:before {
      left: 75%; } }
  .company-publicity-customers-voice-item div.company-publicity-customers-voice-item-arrow-third:before {
    left: 75%; }

.company-publicity-raffine-wagon {
  padding: 0 0 50px;
  background: url("/static/img/common/background-lavender-02.png") no-repeat bottom;
  background-size: 100% 30%; }
  @media (min-width: 767px) {
    .company-publicity-raffine-wagon {
      background-size: 100% 100%; } }
  .company-publicity-raffine-wagon-top {
    padding: 20px 0 30px;
    background-image: url("/static/img/common/background-top.png");
    background-size: 100% 100%;
    background-position: top -30px center;
    background-repeat: no-repeat;
    background-blend-mode: multiply; }
    @media (min-width: 767px) {
      .company-publicity-raffine-wagon-top {
        background-image: none; } }
  .company-publicity-raffine-wagon-title {
    margin: 0;
    text-align: center; }
  .company-publicity-raffine-wagon-head-title {
    color: #153163;
    font-size: 24px;
    font-family: HiraginoUDSansRdStd-W4;
    line-height: 1.3em;
    text-align: center;
    margin: 0 0 50px; }
    @media (min-width: 767px) {
      .company-publicity-raffine-wagon-head-title {
        font-weight: bold;
        font-size: 18px; } }
  .company-publicity-raffine-wagon-text-block {
    max-width: 1100px;
    margin: 20px auto 0; }
    .company-publicity-raffine-wagon-text-block p {
      padding: 0 10px;
      line-height: 1.7em;
      font-size: 14px; }
      @media (min-width: 767px) {
        .company-publicity-raffine-wagon-text-block p {
          text-align: center; } }
    .company-publicity-raffine-wagon-text-block p + p {
      margin-top: 20px; }
  @media (min-width: 767px) {
    .company-publicity-raffine-wagon-case-wrap {
      display: flex;
      justify-content: space-around;
      max-width: 1040px;
      margin: 0 auto; } }
  .company-publicity-raffine-wagon-case {
    position: relative;
    min-height: 400px;
    margin: 0 auto;
    min-width: 320px;
    max-width: 430px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .company-publicity-raffine-wagon-case {
        padding: 0 10px; } }
    .company-publicity-raffine-wagon-case-image {
      margin: 0 auto;
      min-width: 320px;
      max-width: 430px; }
      .company-publicity-raffine-wagon-case-image img {
        width: 100%; }
    .company-publicity-raffine-wagon-case-text {
      position: absolute;
      margin: 0 10px;
      padding: 20px;
      background: #fff;
      top: 48%;
      z-index: 10; }
      @media (min-width: 767px) {
        .company-publicity-raffine-wagon-case-text {
          margin: 0 25px;
          left: 0;
          top: 55%; } }
      .company-publicity-raffine-wagon-case-text p {
        font-size: 14px;
        line-height: 1.7em; }
      .company-publicity-raffine-wagon-case-text p + p {
        margin-top: 20px; }

.company-publicity-button-wrap {
  padding: 20px 10px;
  text-align: center; }
  @media (min-width: 767px) {
    .company-publicity-button-wrap {
      padding: 10px 0 35px; } }
  .company-publicity-button-wrap a {
    display: inline-block;
    width: 41%;
    padding: 14px 10px;
    font-size: 11px;
    line-height: 1.7em;
    border: solid 1px #cccccc;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity .5s ease; }
    .company-publicity-button-wrap a:hover {
      opacity: .8; }
    @media (min-width: 375px) {
      .company-publicity-button-wrap a {
        font-size: 13px;
        width: 43%; } }
    @media (min-width: 767px) {
      .company-publicity-button-wrap a {
        width: 173px;
        margin: 0 35px; } }

@media (min-width: 767px) {
  .company-publicity-button-large {
    margin: 20px auto 0;
    width: 335px; } }

.company-publicity-button-large a {
  width: 93% !important;
  font-size: 18px !important; }

.company-publicity-button-blue {
  color: #fff;
  background-color: #153163; }

.company-publicity-text-red {
  color: #D80000; }

.company-publicity-text-bold {
  font-weight: bold; }

.company-publicity-text-center {
  text-align: center; }

@media (min-width: 767px) {
  .company-publicity-text-center-pc {
    text-align: center; } }

.company-publicity-text-underline {
  text-decoration: underline; }

.company-publicity-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .company-publicity-text-wrap-pc {
      display: block; } }

.company-publicity-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .company-publicity-text-wrap-sp {
      display: none; } }

.company-publicity2-category-title {
  height: 30px;
  padding: 16px 0;
  background: url("/static/img/common/white_brick_wall.png") repeat center; }
  .company-publicity2-category-title p {
    text-align: center;
    font-size: 22px;
    color: #153163; }

.company-publicity2 {
  padding: 0 10px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .company-publicity2 {
      line-height: 1.5em; } }
  .company-publicity2-head p {
    line-height: 1.71;
    text-align: center;
    margin: auto;
    margin-top: 34px; }
    @media (min-width: 767px) {
      .company-publicity2-head p {
        margin-top: 63px; } }
  .company-publicity2-head-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 767px) {
      .company-publicity2-head-flex {
        margin-top: 11px; } }
  .company-publicity2-head-item {
    margin: 5px; }
    @media (min-width: 767px) {
      .company-publicity2-head-item {
        margin: 0 36px; } }
    .company-publicity2-head-item a {
      display: block;
      width: 170.8px;
      height: 40px;
      margin-left: 4px;
      font-size: 13px;
      font-weight: bold;
      border: none;
      border-radius: 4px;
      background-color: #F0E063;
      color: #153163;
      text-align: center;
      line-height: 3.3;
      margin-top: 25px; }
    .company-publicity2-head-item img {
      width: 69px;
      height: 74px;
      -o-object-fit: contain;
         object-fit: contain;
      display: block;
      margin: auto;
      margin-top: 22px; }
  .company-publicity2-head p {
    font-size: 13.6px; }
  @media (min-width: 767px) {
    .company-publicity2-head span {
      display: none; } }
  .company-publicity2-point-wrap {
    background: url("/static/img/company/background-top.png") no-repeat top;
    background-size: 101% 1156.5px;
    padding-top: 58px;
    padding-bottom: 83px; }
    @media (min-width: 767px) {
      .company-publicity2-point-wrap {
        background-size: 101% 1156.5px;
        margin-top: 78px; } }
    @media (min-width: 1100px) {
      .company-publicity2-point-wrap {
        background-size: 101% 961.5px; } }
  .company-publicity2-point {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 20px; }
    .company-publicity2-point-title {
      margin: 0;
      padding: 30px 0;
      text-align: center;
      font-family: HiraKakuPro-W6;
      font-size: 18px;
      color: #153163; }
      @media (min-width: 767px) {
        .company-publicity2-point-title {
          font-size: 24px;
          font-weight: initial;
          font-family: HiraKakuPro-W3; } }
    .company-publicity2-point-inner {
      max-width: 355px;
      height: 856px;
      border-radius: 8px;
      background-color: #ffffff;
      margin: auto; }
      @media (min-width: 1100px) {
        .company-publicity2-point-inner {
          max-width: 1100px;
          height: 600px;
          padding-bottom: 30px; } }
      @media (max-width: 1100px) {
        @-moz-document url-prefix() {
          .company-publicity2-point-inner {
            height: 875px; } } }
    .company-publicity2-point-subtitle {
      line-height: 1.33;
      letter-spacing: 2.4px;
      text-align: center;
      color: #153163;
      font-size: 24px;
      padding-top: 22px; }
      @media (min-width: 1100px) {
        .company-publicity2-point-subtitle {
          padding-top: 34px; } }
    .company-publicity2-point-item {
      width: 295px;
      margin: auto;
      border-bottom: 2px dashed #dedede;
      padding-bottom: 20px;
      position: relative; }
      @media (min-width: 1100px) {
        .company-publicity2-point-item {
          display: inline-block;
          vertical-align: top;
          width: 400px;
          height: 200px;
          border-bottom: none;
          padding-bottom: 32px;
          padding-top: 35px; } }
      @media (min-width: 1100px) {
        .company-publicity2-point-item-left {
          padding-left: 86px; } }
      @media (min-width: 1100px) {
        .company-publicity2-point-item-right {
          padding-left: 119px; } }
      @media (min-width: 1100px) {
        .company-publicity2-point-item-left-border:after {
          content: '';
          position: absolute;
          left: 767px;
          bottom: 34px;
          display: inline-block;
          width: 437px;
          border-left: 2px dashed #dedede;
          height: 177px;
          transform: translateX(-50%); }
        .company-publicity2-point-item-left-border:before {
          content: '';
          position: absolute;
          left: 279px;
          bottom: -3px;
          display: inline-block;
          width: 437px;
          border-bottom: 2px dashed #dedede;
          height: 270px;
          transform: translateX(-50%); } }
      @media (min-width: 1100px) {
        .company-publicity2-point-item-right-border:after {
          content: '';
          position: absolute;
          left: 120px;
          bottom: 44px;
          display: inline-block;
          width: 125px;
          border-left: 2px dashed #dedede;
          height: 177px;
          transform: translateX(-50%); }
        .company-publicity2-point-item-right-border:before {
          content: '';
          position: absolute;
          left: 329px;
          bottom: 264px;
          display: inline-block;
          width: 437px;
          border-bottom: 2px dashed #dedede;
          height: 270px;
          transform: translateX(-50%); } }
      .company-publicity2-point-item-border-none {
        border: none; }
      .company-publicity2-point-item-title {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        color: #153163;
        font-family: HiraKakuPro-W6;
        display: inline-block; }
        .company-publicity2-point-item-title-num {
          font-size: 24px; }
      .company-publicity2-point-item img {
        display: inline-block;
        position: relative;
        top: 14px;
        margin-right: 12px;
        margin-left: 7px; }
      .company-publicity2-point-item-img01 {
        height: 50px;
        width: 37.8px; }
      .company-publicity2-point-item-img02 {
        height: 50px;
        width: 50px; }
      .company-publicity2-point-item-img03 {
        height: 50px;
        width: 43.4px; }
      .company-publicity2-point-item-img04 {
        height: 41px;
        width: 52.4px; }
      .company-publicity2-point-item-description {
        line-height: 1.71;
        font-size: 14px;
        margin-top: 24px; }
  .company-publicity2-case-wrap {
    background: url("/static/img/company/background-wagon.png") no-repeat top;
    background-size: 100% 23%; }
    @media (min-width: 767px) {
      .company-publicity2-case-wrap {
        background-size: 100% 18%; } }
    @media (min-width: 1100px) {
      .company-publicity2-case-wrap {
        background: none; } }
  .company-publicity2-case-title {
    font-family: HiraKakuPro-W6;
    font-size: 18px;
    color: #153163;
    text-align: center;
    padding-top: 1.5rem; }
    @media (min-width: 1100px) {
      .company-publicity2-case-title {
        font-family: 'Nunito',sans-serif;
        font-size: 24px;
        letter-spacing: 2.4px; } }
  .company-publicity2-case-item {
    margin-top: 50px;
    margin-bottom: 65px;
    font-size: 14px;
    line-height: 1.71;
    text-align: center; }
    .company-publicity2-case-item p + p {
      padding-top: 25px; }
  .company-publicity2-review-wrap {
    background: url("/static/img/company/background-blue.png") no-repeat top;
    background-size: 100% 80px;
    background-color: #ddf5ff;
    padding-bottom: 15px; }
    @media (min-width: 767px) {
      .company-publicity2-review-wrap {
        background-size: 100% 18%; } }
    @media (min-width: 1100px) {
      .company-publicity2-review-wrap {
        background: url("/static/img/company/background-blue-pc.png") no-repeat top;
        background-size: 100% 716px;
        padding-bottom: 112px; } }
  .company-publicity2-review {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 20px; }
    .company-publicity2-review-title {
      margin: 0;
      padding: 30px 0;
      text-align: center;
      font-family: HiraKakuPro-W6;
      font-size: 18px;
      color: #153163; }
      @media (min-width: 1100px) {
        .company-publicity2-review-title {
          font-size: 24px;
          font-family: HiraKakuPro-W3;
          letter-spacing: 2.4px;
          padding-top: 97px; } }
    .company-publicity2-review-subtitle {
      font-size: 14px;
      line-height: 1.71;
      max-width: 355px;
      margin: auto; }
      @media (min-width: 1100px) {
        .company-publicity2-review-subtitle {
          margin-bottom: 40px; } }
    .company-publicity2-review-inner {
      max-width: 355px;
      border-radius: 8px;
      background-color: #ffffff;
      margin: auto;
      margin-top: 18px; }
      @media (min-width: 1100px) {
        .company-publicity2-review-inner {
          display: flex;
          max-width: 1035px;
          padding-bottom: 52px;
          padding-left: 28px;
          padding-right: 28px; } }
      @media (min-width: 1100px) {
        .company-publicity2-review-inner p {
          width: 184px; } }
    .company-publicity2-review-item {
      width: 295px;
      margin: auto;
      border-bottom: 2px dashed #dedede;
      padding-bottom: 20px;
      display: flex; }
      @media (min-width: 1100px) {
        .company-publicity2-review-item {
          border-bottom: none;
          margin-top: 20px; } }
      .company-publicity2-review-item-border-none {
        border: none; }
      @media (min-width: 1100px) {
        .company-publicity2-review-item-border {
          position: relative; }
          .company-publicity2-review-item-border:after {
            content: '';
            position: absolute;
            left: 250px;
            bottom: -22px;
            display: inline-block;
            width: 125px;
            border-right: 2px dashed #dedede;
            height: 177px;
            transform: translateX(-50%); }
          .company-publicity2-review-item-border:before {
            content: '';
            position: absolute;
            left: 184px;
            bottom: -22px;
            display: inline-block;
            width: 437px;
            border-left: 2px dashed #dedede;
            height: 177px;
            transform: translateX(-50%); } }
      .company-publicity2-review-item-title {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        color: #153163;
        font-family: HiraKakuPro-W6;
        display: inline-block; }
        .company-publicity2-review-item-title-num {
          font-size: 24px; }
      .company-publicity2-review-item img {
        position: relative;
        min-width: 39px;
        height: 39px;
        top: 25px;
        margin-right: 12px; }
        @media (min-width: 1100px) {
          .company-publicity2-review-item img {
            width: 67px;
            height: 67px;
            margin-right: 25px; } }
      .company-publicity2-review-item-description {
        line-height: 1.71;
        font-size: 14px;
        margin-top: 24px; }
    .company-publicity2-review-btn {
      display: block;
      max-width: 355px;
      height: 60px;
      margin: auto;
      font-size: 18px;
      font-weight: bold;
      border: none;
      border-radius: 4px;
      background-color: #3eacdc;
      color: #153163;
      text-align: center;
      line-height: 3.3;
      margin-top: 25px; }
      @media (min-width: 1100px) {
        .company-publicity2-review-btn {
          margin-top: 51px; } }
  .company-publicity2-wagon-wrap {
    background: url("/static/img/company/background-wagon.png") no-repeat top;
    background-size: 100% 80px;
    background-color: #fffdef;
    padding-bottom: 15px; }
    @media (min-width: 767px) {
      .company-publicity2-wagon-wrap {
        background-size: 100% 18%; } }
    @media (min-width: 1100px) {
      .company-publicity2-wagon-wrap {
        background: none; } }
  .company-publicity2-wagon {
    max-width: 1100px;
    padding: 0 10px;
    margin-top: 40px; }
    @media (min-width: 1100px) {
      .company-publicity2-wagon {
        margin: auto;
        max-width: 1035px; } }
    .company-publicity2-wagon-title {
      margin: 0;
      padding: 30px 0;
      text-align: center;
      font-family: HiraKakuPro-W6;
      font-size: 18px;
      color: #153163; }
      @media (min-width: 767px) {
        .company-publicity2-wagon-title {
          font-size: 24px;
          font-weight: initial; } }
      @media (min-width: 1100px) {
        .company-publicity2-wagon-title {
          font-family: 'Nunito',sans-serif;
          font-size: 24px;
          letter-spacing: 2.4px; } }
    .company-publicity2-wagon-subtitle {
      font-family: HiraginoUDSansRdStd-W4;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: 2.4px;
      text-align: center;
      color: #153163; }
      @media (min-width: 1100px) {
        .company-publicity2-wagon-subtitle {
          font-family: HiraKakuPro-W6;
          font-size: 18px; } }
      @media (min-width: 1100px) {
        .company-publicity2-wagon-subtitle span {
          display: none; } }
    .company-publicity2-wagon-inner {
      max-width: 355px;
      border-radius: 8px;
      background-color: #ffffff;
      margin: auto;
      margin-top: 18px;
      padding: 20px;
      line-height: 1.71;
      font-size: 14px; }
      @media (min-width: 1100px) {
        .company-publicity2-wagon-inner {
          max-width: 1035px;
          text-align: center; } }
      .company-publicity2-wagon-inner p + p {
        padding-top: 19px; }
  .company-publicity2-case2-wrap {
    background: url("/static/img/company/background-wagon.png") no-repeat top;
    background-size: 100% 7%; }
    @media (min-width: 767px) {
      .company-publicity2-case2-wrap {
        background-size: 100% 5%; } }
    @media (min-width: 1100px) {
      .company-publicity2-case2-wrap {
        background: none; } }
  .company-publicity2-case2 {
    padding-bottom: 41px;
    margin-top: 40px; }
    @media (min-width: 1100px) {
      .company-publicity2-case2 {
        padding-bottom: 90px; } }
    .company-publicity2-case2-title {
      font-family: HiraKakuPro-W6;
      font-size: 18px;
      color: #153163;
      text-align: center;
      padding-top: 1.5rem; }
      @media (min-width: 1100px) {
        .company-publicity2-case2-title {
          font-family: 'Nunito',sans-serif;
          font-size: 24px;
          letter-spacing: 2.4px; } }
    @media (min-width: 1100px) {
      .company-publicity2-case2-inner {
        display: flex;
        justify-content: space-between;
        width: 1035px;
        margin: auto; } }
    .company-publicity2-case2-img {
      display: block;
      width: 100%;
      max-width: 767px;
      margin: auto;
      margin-top: 26px; }
      @media (min-width: 1100px) {
        .company-publicity2-case2-img {
          width: 429px;
          margin-top: 45px; } }
    .company-publicity2-case2-card-wrap {
      padding: 10px; }
    .company-publicity2-case2-card {
      max-width: 355px;
      height: 134px;
      background-color: #ffffff;
      font-size: 14px;
      line-height: 1.71;
      margin: auto;
      position: relative;
      bottom: 36px;
      padding: 18px 15px;
      margin-bottom: -59px; }
      .company-publicity2-case2-card p + p {
        padding-top: 10px; }
    .company-publicity2-case2-btn {
      display: block;
      max-width: 355px;
      height: 60px;
      margin: auto;
      font-size: 18px;
      font-weight: bold;
      border: none;
      border-radius: 4px;
      background-color: #f0e063;
      text-align: center;
      line-height: 3.3;
      margin-top: 25px; }
      .company-publicity2-case2-btn-wrap {
        padding: 0 10px; }

.brand-detail-title h1 {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 767px) {
    .brand-detail-title h1 {
      padding: 30px 0 20px; } }
  .brand-detail-title h1:before, .brand-detail-title h1:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.brand-detail-key-visual {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 767px) {
    .brand-detail-key-visual {
      margin: 25px 0 24px;
      padding: 0 0 25px;
      max-width: 1400px; } }

.brand-detail-swiper-parent {
  position: relative; }
  .brand-detail-swiper-parent .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px; }
  .brand-detail-swiper-parent .swiper-pagination-bullet-active {
    background: #153163;
    opacity: 1; }
  .brand-detail-swiper-parent .brand-detail-swiper-pagination-small-button-wrap {
    position: absolute;
    top: calc(100% + 31px);
    left: 0;
    right: 0;
    margin: auto; }
    .brand-detail-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
      display: none; }
      @media (min-width: 767px) {
        .brand-detail-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
          background-size: 6px 10px;
          left: calc(50% + -75px);
          cursor: pointer;
          outline: none;
          cursor: pointer;
          transition: opacity .5s ease; }
          .brand-detail-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev:hover {
            opacity: .6; } }
    .brand-detail-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
      display: none; }
      @media (min-width: 767px) {
        .brand-detail-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
          background-size: 6px 10px;
          right: calc(50% + -75px);
          cursor: pointer;
          outline: none;
          cursor: pointer;
          transition: opacity .5s ease; }
          .brand-detail-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next:hover {
            opacity: .6; } }

.brand-detail-swiper-container.swiper-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .brand-detail-swiper-container.swiper-container {
      width: calc(100% - 220px);
      padding-bottom: 50px;
      box-sizing: content-box; } }

.brand-detail-swiper-wrapper.swiper-wrapper {
  width: 100%;
  height: 280px;
  padding: 0 0 50px; }
  @media (min-width: 767px) {
    .brand-detail-swiper-wrapper.swiper-wrapper {
      height: 500px; } }

.brand-detail-swiper-slide.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }
  .brand-detail-swiper-slide.swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
    @media (min-width: 767px) {
      .brand-detail-swiper-slide.swiper-slide img {
        -o-object-fit: cover;
           object-fit: cover; } }

.brand-detail-swiper-pagination.swiper-pagination {
  position: absolute;
  top: calc(100% - 38px);
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 375px) {
    .brand-detail-swiper-pagination.swiper-pagination {
      top: calc(100% - 30px); } }
  @media (min-width: 767px) {
    .brand-detail-swiper-pagination.swiper-pagination {
      top: calc(100% + 20px); } }

.brand-detail-swiper-button-prev.brand-detail-swiper-large-control-button, .brand-detail-swiper-button-next.brand-detail-swiper-large-control-button {
  display: none; }
  @media (min-width: 767px) {
    .brand-detail-swiper-button-prev.brand-detail-swiper-large-control-button, .brand-detail-swiper-button-next.brand-detail-swiper-large-control-button {
      display: block;
      width: 21px;
      height: 36px;
      background-size: 21px 36px;
      margin-top: -10px;
      cursor: pointer;
      transition: opacity .5s ease; }
      .brand-detail-swiper-button-prev.brand-detail-swiper-large-control-button:hover, .brand-detail-swiper-button-next.brand-detail-swiper-large-control-button:hover {
        opacity: .6; } }

.brand-detail-swiper-button-prev.brand-detail-swiper-large-control-button {
  background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
  margin-left: 55px; }

.brand-detail-swiper-button-next.brand-detail-swiper-large-control-button {
  background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
  margin-right: 55px; }

@media (min-width: 767px) {
  .brand-detail-head-wrap {
    background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
    background-size: cover;
    background-position-y: 30px;
    padding: 100px 0 100px;
    margin-top: -80px;
    margin-bottom: 0; } }

.brand-detail-head-inner {
  background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
  background-size: cover;
  background-position-y: 10px;
  padding: 50px 0;
  margin-top: -50px;
  margin-bottom: -30px; }
  @media (min-width: 767px) {
    .brand-detail-head-inner {
      background: none; } }

.brand-detail-head {
  padding: 0 0 20px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .brand-detail-head {
      max-width: 1200px;
      background: #fff;
      border-radius: 10px; } }
  .brand-detail-head-logo-image {
    margin: 0 auto;
    width: 175px; }
    @media (min-width: 767px) {
      .brand-detail-head-logo-image {
        padding: 20px 0 0;
        width: 290px; } }
    .brand-detail-head-logo-image img {
      width: 100%; }
  .brand-detail-head-title {
    font-family: HiraKakuPro-W6;
    font-size: 18px;
    color: #153163;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .brand-detail-head-title {
        font-size: 22px;
        margin-bottom: 0; } }
  .brand-detail-head-text {
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 5px;
    margin: 10px 20px 20px;
    background: #fff; }
    @media (min-width: 767px) {
      .brand-detail-head-text {
        max-width: 980px;
        margin: 10px auto; } }

.brand-detail-course-wrap {
  background: url("/static/img/brand-detail/background-course.png") no-repeat top;
  background-size: 100% 100px; }
  @media (min-width: 1100px) {
    .brand-detail-course-wrap {
      background: #fff; } }

.brand-detail-course-title {
  padding-top: 25px;
  color: #767676;
  font-family: 'Nunito',sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center; }
  .brand-detail-course-title:before, .brand-detail-course-title:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.brand-detail-course-text-block {
  margin: 30px auto; }

.brand-detail-course-text {
  padding: 0 10px;
  margin: 0 auto 10px;
  font-size: 12px;
  line-height: 1.7em;
  text-align: center; }
  .brand-detail-course-text span.brand-detail-course-text-nomination {
    display: inline-block;
    width: 122px;
    padding: 6px 0;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    background: #153163; }
    .brand-detail-course-text span.brand-detail-course-text-nomination span {
      font-size: 15px;
      font-weight: bold; }

.brand-detail-course-text + .brand-detail-course-text {
  margin-top: 15px; }

.brand-detail-menu {
  padding: 30px 0; }
  @media (min-width: 1100px) {
    .brand-detail-menu {
      display: flex;
      flex-wrap: wrap;
      max-width: 1121px;
      margin: auto; } }
  @media (min-width: 1100px) {
    .brand-detail-menu-center {
      margin-right: 20px;
      margin-left: 20px; } }
  .brand-detail-menu-item {
    color: #fff;
    background-color: #fffdef;
    display: block;
    margin-bottom: 1px;
    position: relative; }
    @media (min-width: 1100px) {
      .brand-detail-menu-item {
        width: 355px;
        margin-bottom: 40px; }
        .brand-detail-menu-item:before {
          content: '';
          display: block;
          background: #bdbdbd26;
          height: 3px;
          width: 355px;
          margin-bottom: 5px;
          position: absolute;
          top: -20px; } }
    @media (min-width: 1100px) {
      .brand-detail-menu-item-center {
        margin-right: 10px;
        margin-left: 10px; } }
  .brand-detail-menu-title {
    background-color: #f0e063;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .brand-detail-menu-title:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .brand-detail-menu-title {
        height: 40px; } }
  .brand-detail-menu-title-blue {
    background-color: #153163;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .brand-detail-menu-title-blue:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .brand-detail-menu-title-blue {
        height: 40px; } }
  .brand-detail-menu-detail {
    background-color: #fffdef;
    display: none;
    color: #424242;
    font-family: HiraKakuPro-W3;
    font-size: 14px;
    line-height: 1.71;
    padding: 20px 10px 20px; }
    @media (min-width: 1100px) {
      .brand-detail-menu-detail {
        display: block;
        height: auto; } }
    @media (min-width: 1100px) {
      .brand-detail-menu-detail-long {
        display: block;
        height: auto; } }
  .brand-detail-menu-description {
    max-width: 355px;
    margin: auto; }
    .brand-detail-menu-description span {
      font-size: 12px; }
    .brand-detail-menu-description-head-text {
      min-height: 120px; }
      @media (min-width: 1100px) {
        .brand-detail-menu-description-head-text {
          min-height: 120px;
          margin-bottom: 20px; } }
    .brand-detail-menu-description-link {
      display: block;
      color: #3036D5;
      margin: 10px 0;
      text-align: right;
      text-decoration: underline; }
  .brand-detail-menu-img {
    text-align: center;
    margin: 0 auto; }
    .brand-detail-menu-img img {
      width: 100%;
      max-width: 355px; }
  .brand-detail-menu-img-align-height {
    text-align: center;
    margin: 0 auto; }
    .brand-detail-menu-img-align-height img {
      height: 100%;
      max-height: 250px; }
  .brand-detail-menu-price-title {
    background-color: #f0e063;
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163;
    max-width: 345px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    padding-left: 16px; }
  .brand-detail-menu-price-subtitle {
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163; }
  .brand-detail-menu-price table {
    border-collapse: collapse;
    border: solid 1px #e5e5e5;
    font-family: HiraKakuPro-W3;
    margin: 5px auto; }
    .brand-detail-menu-price table th {
      background: #f7f7f7;
      color: #222222;
      font-size: 13px;
      font-weight: normal;
      width: 107px; }
    .brand-detail-menu-price table td {
      background: #ffffff;
      color: #222222;
      font-size: 13px;
      width: 227.9px;
      padding-left: 14px;
      position: relative; }
    .brand-detail-menu-price table .brand-detail-menu-recommend-annotation-row {
      border: 1px solid #fffdef;
      border-bottom: 1px solid #e5e5e5; }
    .brand-detail-menu-price table .brand-detail-menu-recommend-annotation {
      text-align: left;
      font-weight: bold;
      color: rgba(249, 8, 17, 0.97);
      background: none;
      border: none; }
    .brand-detail-menu-price table .brand-detail-course-recommended {
      background: #f0e063; }
  .brand-detail-menu-price-long tr th {
    min-width: 155px; }
  .brand-detail-menu-price-long tr td {
    width: 159px; }
  .brand-detail-menu-price-description {
    max-width: 355px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.71;
    color: #424242; }
    .brand-detail-menu-price-description span {
      color: #c90303;
      font-size: 12px; }
  .brand-detail-menu-price-box {
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 10px; }
    .brand-detail-menu-price-box p {
      padding-left: 16px;
      font-size: 13px; }
  .brand-detail-menu-plus {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 23px;
    z-index: 1; }
    @media (min-width: 1100px) {
      .brand-detail-menu-plus {
        display: none; } }
  .brand-detail-menu-minus {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 23px;
    z-index: 1; }
    @media (min-width: 1100px) {
      .brand-detail-menu-minus {
        display: none; } }
  .brand-detail-menu-plus span::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - (10px / 2));
    width: 12px;
    height: 12px;
    background: url(/static/img/common/icon-plus.svg) no-repeat center; }
  .brand-detail-menu-minus span::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - (10px / 2));
    width: 12px;
    height: 12px;
    background: url(/static/img/common/icon-minus.svg) no-repeat center; }
  .brand-detail-menu-plus-white {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 23px;
    z-index: 1; }
    @media (min-width: 1100px) {
      .brand-detail-menu-plus-white {
        display: none; } }
  .brand-detail-menu-plus-white span::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - (10px / 2));
    width: 12px;
    height: 12px;
    background: url(/static/img/common/icon-plus-white.svg) no-repeat center; }
  .brand-detail-menu-minus-white {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 23px;
    z-index: 1; }
    @media (min-width: 1100px) {
      .brand-detail-menu-minus-white {
        display: none; } }
  .brand-detail-menu-minus-white span::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - (10px / 2));
    width: 12px;
    height: 12px;
    background: url(/static/img/common/icon-minus-dark.svg) no-repeat center; }

.brand-detail-campaign-swiper-slide img {
  margin: 0 auto; }

.brand-detail-campaign-title {
  font-family: 'Nunito',sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #767676;
  margin: 40px 0; }
  @media (min-width: 1100px) {
    .brand-detail-campaign-title {
      background-color: #ffffff;
      border-top: solid 1px #707070;
      border-bottom: solid 1px #707070;
      padding: 30px; } }
  .brand-detail-campaign-title:before, .brand-detail-campaign-title:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain; }

.brand-detail-campaign-image {
  margin: 0 auto;
  max-width: 1100px;
  cursor: pointer;
  transition: opacity .5s ease; }
  .brand-detail-campaign-image:hover {
    opacity: .6; }
  .brand-detail-campaign-image-sp {
    display: block; }
    @media (min-width: 767px) {
      .brand-detail-campaign-image-sp {
        display: none; } }
  .brand-detail-campaign-image-pc {
    display: none; }
    @media (min-width: 767px) {
      .brand-detail-campaign-image-pc {
        display: block; } }
  .brand-detail-campaign-image img {
    width: 100%; }

.brand-detail-store-search {
  margin: 0 0 50px; }
  @media (min-width: 1100px) {
    .brand-detail-store-search {
      background: url("/static/img/brand-detail/background-search-shop.png") no-repeat center;
      background-size: 100% 274.5px;
      padding-top: 63px;
      padding-bottom: 115px; } }
  .brand-detail-store-search-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #767676;
    margin: 40px 0; }
    .brand-detail-store-search-title:before, .brand-detail-store-search-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .brand-detail-store-search-item + .brand-detail-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .brand-detail-store-search-item + .brand-detail-store-search-item {
        margin-left: 10px; } }
  .brand-detail-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .brand-detail-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .brand-detail-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .brand-detail-store-search-item-wrap {
          justify-content: center; } }
    .brand-detail-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .brand-detail-store-search-item-input {
          min-width: 172px; } }
    .brand-detail-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      line-height: normal;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .brand-detail-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .brand-detail-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .brand-detail-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .brand-detail-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .brand-detail-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .brand-detail-store-search-item-text-box {
          min-width: 260px; } }
    .brand-detail-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .brand-detail-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .brand-detail-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .brand-detail-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff;
      cursor: pointer;
      transition: opacity .5s ease; }
      .brand-detail-store-search-item-submit:hover {
        opacity: .6; }

.brand-detail-brandlist {
  padding: 0 10px; }
  .brand-detail-brandlist-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 9.6px;
    text-align: center;
    color: #767676;
    margin-top: 40px;
    margin-bottom: 19px; }
    .brand-detail-brandlist-title:before, .brand-detail-brandlist-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .brand-detail-brandlist-pc {
    display: none; }
    @media (min-width: 1100px) {
      .brand-detail-brandlist-pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .brand-detail-brandlist-pc-container {
      background-color: #fefad7;
      height: 176px;
      padding: 7px; }
    .brand-detail-brandlist-pc-item {
      width: 358px;
      margin: 2px; }
    .brand-detail-brandlist-pc-img {
      width: 100%;
      text-align: center; }
      .brand-detail-brandlist-pc-img img {
        width: 100%; }
    .brand-detail-brandlist-pc-raffine {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #1eb9ee; }
    .brand-detail-brandlist-pc-grand {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #957690; }
    .brand-detail-brandlist-pc-badan {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #622e20; }
    .brand-detail-brandlist-pc-plus {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #52c3f1; }
    .brand-detail-brandlist-pc-petit {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #8ec31f; }
    .brand-detail-brandlist-pc-natural {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #80cde3; }
    .brand-detail-brandlist-pc-stretch {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #3eb134; }
    .brand-detail-brandlist-pc-cotsubania {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #90c31f; }
    .brand-detail-brandlist-pc-logo-img {
      text-align: center; }
      .brand-detail-brandlist-pc-logo-img img {
        width: 180px; }
    .brand-detail-brandlist-pc-description {
      font-size: 12px;
      font-family: 'Nunito',sans-serif;
      margin-bottom: 18px; }
    .brand-detail-brandlist-pc-menu {
      font-size: 12px;
      font-family: HiraKakuPro-W6; }
    .brand-detail-brandlist-pc-tag {
      display: flex;
      flex-wrap: wrap; }
      .brand-detail-brandlist-pc-tag-item {
        display: inline-block;
        width: 80px;
        height: 23px;
        border-radius: 30px;
        background-color: #f2f2f2;
        line-height: 23px;
        text-align: center;
        margin: 5px 3px;
        font-size: 10px; }
        @media (min-width: 1100px) {
          .brand-detail-brandlist-pc-tag-item {
            width: auto; } }
  @media (min-width: 1100px) {
    .brand-detail-brandlist-sp {
      display: none; } }
  .brand-detail-brandlist-shop-img img {
    width: 100%; }
  .brand-detail-brandlist-raffine {
    background-color: #fefad7;
    padding: 20px 0; }
    .brand-detail-brandlist-raffine-title {
      color: #52c3f1;
      font-size: 20px;
      text-align: center;
      font-family: HiraKakuPro-W3;
      margin-top: 15px;
      margin-bottom: 20px; }
    .brand-detail-brandlist-raffine-description {
      margin-top: 22px;
      font-size: 14px;
      max-width: 338px; }
    .brand-detail-brandlist-raffine-tag {
      display: flex;
      justify-content: center;
      font-size: 10px;
      flex-wrap: wrap;
      margin-top: 36px; }
  .brand-detail-brandlist-logo-img {
    text-align: center; }
    .brand-detail-brandlist-logo-img img {
      width: 200px; }
  .brand-detail-brandlist-tag-item {
    display: inline-block;
    width: 80px;
    height: 23px;
    border-radius: 30px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 23px;
    margin: 5px 3px; }
  .brand-detail-brandlist-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px; }
    .brand-detail-brandlist-all-item {
      width: 32%;
      margin-bottom: 10px; }
      .brand-detail-brandlist-all-item p {
        font-size: 15px;
        color: #153163; }
    .brand-detail-brandlist-all-img img {
      width: 100%; }

.brand-detail-text-red {
  color: #D80000; }

.brand-detail-text-bold {
  font-weight: bold; }

.brand-detail-text-center {
  text-align: center; }

@media (min-width: 767px) {
  .brand-detail-text-center-pc {
    text-align: center; } }

.brand-detail-text-underline {
  text-decoration: underline; }

.brand-detail-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .brand-detail-text-wrap-pc {
      display: block; } }

.brand-detail-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .brand-detail-text-wrap-sp {
      display: none; } }

.brand-detail-text-link {
  color: #3036D5; }
  .brand-detail-text-link:hover {
    text-decoration: underline; }
  .brand-detail-text-link-button {
    width: 150px;
    margin: 20px auto 30px;
    cursor: pointer;
    transition: opacity .5s ease; }
    .brand-detail-text-link-button:hover {
      opacity: .6; }
    @media (min-width: 1100px) {
      .brand-detail-text-link-button {
        margin: -30px auto 50px; } }
    .brand-detail-text-link-button a {
      display: block;
      font-family: HiraKakuPro-W3;
      padding: 5px 15px;
      line-height: 40px;
      font-size: 14px;
      border: solid 1px #cccccc;
      border-radius: 4px;
      color: #fff;
      background-color: #153163;
      text-align: center; }

.brand-detail-campaign {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 767px) {
    .brand-detail-campaign .brand-campaign-contents {
      margin: 25px auto 24px;
      padding: 0 0 25px;
      max-width: 1400px; } }

.brand-campaign-contents-pc {
  display: none; }
  @media (min-width: 767px) {
    .brand-campaign-contents-pc {
      display: block; } }

.brand-campaign-contents-sp {
  position: relative; }
  @media (min-width: 767px) {
    .brand-campaign-contents-sp {
      display: none; } }

.brand-campaign-swiper-slide img {
  display: block;
  margin: 64px auto;
  cursor: pointer;
  transition: opacity .5s ease; }
  .brand-campaign-swiper-slide img:hover {
    opacity: .6; }

.brand-campaign-slide-label {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100px;
  border-bottom: 40px solid #fff;
  border-left: 20px solid transparent;
  height: 0;
  margin: 0 auto;
  font-size: 11px;
  color: #153163; }

.brand-campaign-slide-label-text {
  display: none;
  position: relative;
  margin: 10px 10px 10px 5px;
  line-height: 1.2em; }
  .brand-campaign-slide-label-text .brand-campaign-slide-label-text:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("/static/img/common/icon_arrowbold_right_navy.svg") no-repeat center;
    background-size: contain; }

.brand-detail-campaign .draggable {
  padding-bottom: 14.5px; }
  @media (min-width: 767px) {
    .brand-detail-campaign .draggable {
      display: none; } }

.home-brand-list-item-link {
  display: block;
  cursor: pointer; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #153163; }

.contact-form-contents {
  padding: 0 12px; }
  @media (min-width: 767px) {
    .contact-form-contents {
      padding: 0; } }

.contact-form-title {
  padding: 18px 0;
  text-align: center;
  font-size: 22px;
  color: #767676; }
  @media (min-width: 767px) {
    .contact-form-title {
      padding: 35px 0;
      font-size: 24px;
      border-bottom: 1px solid #eaeaea; } }

.contact-form-text {
  line-height: 1.7;
  font-size: 14px;
  color: #000000; }
  @media (min-width: 767px) {
    .contact-form-text {
      margin: 33px 0;
      text-align: center; } }
  .contact-form-text-link {
    color: #153163; }

.contact-form-list {
  padding: 0;
  list-style-type: none; }
  @media (min-width: 767px) {
    .contact-form-list {
      margin: 0 auto;
      max-width: 934px; } }

.contact-form-item {
  padding: 16px 0;
  border-bottom: 1px solid #dedbdb; }
  .contact-form-item:last-of-type {
    border-bottom: none; }
    @media (min-width: 767px) {
      .contact-form-item:last-of-type .contact-form-head {
        align-items: self-start; } }
  @media (min-width: 767px) {
    .contact-form-item {
      display: flex;
      justify-content: space-between;
      padding: 38px 0; } }

.contact-form-head {
  display: flex;
  align-items: center;
  margin: 0 0 16px 0; }
  @media (min-width: 767px) {
    .contact-form-head {
      margin: 0;
      width: 344px; } }
  .contact-form-head-label {
    font-size: 18px;
    color: #153163; }
    @media (min-width: 767px) {
      .contact-form-head-label {
        font-size: 20px; } }
    .contact-form-head-label-tag {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0 0 22px;
      height: 23px;
      width: 77px;
      font-size: 12px;
      border-radius: 4px;
      background-color: #3eacdc;
      color: #ffffff; }

.contact-form-body {
  display: flex;
  flex-direction: column; }
  @media (min-width: 767px) {
    .contact-form-body {
      flex: 1; } }
  .contact-form-body-field {
    padding: 0 5px;
    height: 38px;
    min-height: 24px;
    flex: 1;
    border-radius: 4px;
    border: solid 1px #cccccc;
    margin: 0 0 10px;
    padding: 5px 10px; }
    .contact-form-body-field-select {
      height: 39px;
      margin: 0 0 10px;
      padding: 5px 10px;
      border-radius: 4px;
      border: solid 1px #cccccc; }
    .contact-form-body-field-textarea {
      height: 165px;
      margin: 0 1px 10px 1px;
      padding: 5px 10px;
      border-radius: 4px;
      border: solid 1px #cccccc; }
      .contact-form-body-field-textarea-confirm {
        line-height: 2.3; }
    .contact-form-body-field-confirm {
      border: none;
      font-size: 14px; }
    .contact-form-body-field-error {
      color: #F80A0A; }

.contact-form-policy {
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  color: #767676; }
  @media (min-width: 767px) {
    .contact-form-policy {
      margin: 55px 0 30px;
      font-size: 24px; } }

.contact-form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px auto;
  height: 40px;
  width: 270px;
  border-radius: 4px;
  border: 1px solid #153163;
  background-color: #ffffff;
  color: #153163;
  cursor: pointer; }
  @media (min-width: 767px) {
    .contact-form-button {
      margin: 65px 25px 130px; } }
  @media (min-width: 767px) {
    .contact-form-button-wrap {
      display: flex;
      justify-content: center;
      flex-direction: row-reverse; } }
  .contact-form-button-submit {
    background-color: #153163;
    color: #ffffff; }

.privacy-policy-contents {
  padding: 0 12px; }
  @media (min-width: 767px) {
    .privacy-policy-contents {
      padding: 0;
      margin: 0 auto;
      max-width: 900px; } }

.privacy-policy-title {
  padding: 18px 0;
  text-align: center;
  font-size: 22px;
  color: #153163; }
  @media (min-width: 767px) {
    .privacy-policy-title {
      padding: 35px 0;
      font-size: 24px; } }

.privacy-policy-text {
  font-family: HiraKakuPro-W3;
  font-size: 14px;
  line-height: 1.7;
  color: #000000; }
  .privacy-policy-text-top {
    margin: 10px 0 0 0; }
    @media (min-width: 767px) {
      .privacy-policy-text-top {
        margin: 35px 0 44px 0; } }

.privacy-policy-head {
  font-family: HiraKakuPro-W6;
  margin: 22px 0 10px 0;
  color: #153163; }

.terms-of-service-contents {
  padding: 0 12px; }
  @media (min-width: 767px) {
    .terms-of-service-contents {
      padding: 0 0 20px;
      margin: 0 auto;
      max-width: 900px; } }

.terms-of-service-title {
  padding: 18px 0;
  text-align: center;
  font-size: 22px;
  color: #767676; }
  @media (min-width: 767px) {
    .terms-of-service-title {
      padding: 35px 0;
      font-size: 24px; } }

.terms-of-service-text {
  font-family: HiraKakuPro-W3;
  font-size: 14px;
  line-height: 1.7;
  color: #000000; }

.terms-of-service-head {
  font-family: HiraKakuPro-W6;
  font-size: 16px;
  margin: 22px 0 10px 0;
  color: #153163; }

ol.terms-of-service-list {
  list-style-type: none;
  margin-left: 2em;
  padding: 0; }

ol.terms-of-service-list li {
  counter-increment: cnt; }

ol.terms-of-service-list li:before {
  display: inline-block;
  content: "(" counter(cnt) ") ";
  margin-left: -2em;
  width: 2em; }

.brand-list-body {
  max-width: 1200px;
  margin: 0 auto; }

.brand-list-title {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  margin-top: 20px; }
.brand-list-title:before {
    content: '';
    margin: 0 12px 0 0;
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url("/static/img/home/icon_title_decoration.png") no-repeat center;
    background-size: contain; }
  .brand-list-title:after {
    content: '';
    margin: 0 0 0 4px;
    height: 19px;
    width: 19px;
    display: inline-block;
    background: url("/static/img/home/icon_title_decoration.png") no-repeat center;
    background-size: contain; }

.brand-list-title-image-wrap {
  text-align: center; }

.brand-list-title-image {
  width: 236px;
  margin: 30px auto;
  display: inline-block; }
  @media (min-width: 767px) {
    .brand-list-title-image {
      margin: 40px auto 60px;
      width: 455px; } }

.brand-list-contents {
  list-style-type: none;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .brand-list-contents {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; } }

.brand-list-item {
  display: flex; }

@media (min-width: 767px) {
  .brand-list-card.brand-list-short {
    height: 216px; } }

.brand-list-card {
  background-color: #fffdef;
  padding-bottom: 25px; }
  @media (min-width: 767px) {
    .brand-list-card {
      width: 32%;
      margin: 16px 5px;
      position: relative; } }
  .brand-list-card-bar {
    min-height: 16px; }
  .brand-list-card-image {
    text-align: center;
    margin: 32px 0px; }
  .brand-list-card-contents {
    padding: 0 10px; }
  .brand-list-card-blank {
    padding: 30px 0; }
  .brand-list-card-title {
    font-family: HiraKakuPro-W6;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px; 
    color: #767676;
}
  .brand-list-card-recommend {
    font-weight: bold;
    color: rgba(249, 8, 17, 0.97);
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    line-height: 1.53;
    display: table;
    margin-bottom: 8px;
    padding: 0 8px; }
  .brand-list-card-course {
    min-height: 70px; }
    .brand-list-card-course-container {
      display: flex;
      flex-direction: row; }
    .brand-list-card-course-name {
      border: solid 1px #e5e5e5;
      background-color: #f7f7f7;
      padding: 8px 20px;
      font-family: HiraKakuPro-W3;
      font-size: 13px;
      font-weight: normal;
      line-height: 1.85;
      letter-spacing: normal;
      text-align: center;
      color: #222222; }
    .brand-list-card-course-price {
      border: solid 1px #e5e5e5;
      background-color: #ffffff;
      font-family: HiraKakuPro-W3;
      font-size: 13px;
      font-weight: normal;
      line-height: 1.85;
      letter-spacing: normal;
      text-align: left;
      color: #000000;
      flex-grow: 2;
      padding: 8px 0 8px 14px; }
  .brand-list-card-menu-container {
    min-height: 100px; }
  .brand-list-card-menu {
    display: grid;
    list-style-type: none;
    grid-template-columns: 50% 1fr;
    grid-template-rows: 1fr;
    padding: 0;
    margin: 25px 0; }
    @media (min-width: 767px) {
      .brand-list-card-menu {
        margin: 50px 0; } }
    .brand-list-card-menu-item {
      padding: 8px 10px;
      display: inline-block;
      border-radius: 30px;
      background: #f2f2f2;
      font-size: 11px;
      margin: 4px;
      font-family: HiraKakuPro-W3;
      font-weight: normal;
      text-align: center;
      color: #000; }
      @media (min-width: 375px) {
        .brand-list-card-menu-item {
          padding: 8px 16px;
          font-size: 12px; } }
  .brand-list-card-button {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px; }
  .brand-list-card-search {
    background-color: #153163;
    padding: 14px;
    font-family: HiraKakuPro-W6;
    font-size: 13px;
    line-height: 1.85;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity .5s ease; }
    .brand-list-card-search:hover {
      opacity: .6; }
  .brand-list-card-detail {
    background-color: #ffffff;
    padding: 14px;
    font-family: HiraKakuPro-W6;
    font-size: 13px;
    line-height: 1.85;
    text-align: center;
    color: #153163;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity .5s ease; }
    .brand-list-card-detail:hover {
      opacity: .6; }
  .brand-list-card-detail-single {
    display: table;
    margin: 0 auto;
    align-self: center;
    background-color: #153163;
    padding: 14px 32px;
    font-family: HiraKakuPro-W6;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity .5s ease; }
    .brand-list-card-detail-single:hover {
      opacity: .6; }

/*202011更新　初めての方へ*/
.guide-contents {
  max-width: 1100px;
  margin: 0 auto; }

.guide-title {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 30px;/*★*/
  margin-bottom:0;/*★*/
}
/*   .guide-title:before, .guide-title:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }
*/
.guide-head {
  margin: 0 auto; }
  .guide-head-text {
    padding: 0 10px 30px;/*★*/
    margin: 0 auto;/*★*/
    font-size: 14px;
    line-height: 1.7em; }
  .guide-head-image {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1100px; }
    @media (min-width: 767px) {
      .guide-head-image {
         margin: 0 auto 30px;} }
    .guide-head-image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.guide-button-wrap {
  padding: 20px 10px;
  text-align: center; }
  @media (min-width: 767px) {
    .guide-button-wrap {
      padding: 10px 0 35px; } }
  .guide-button-wrap a {
    display: inline-block;
    width: 41%;
    padding: 14px 10px;
    font-size: 11px;
    line-height: 1.7em;
    border: solid 1px #cccccc;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity .5s ease; }
    .guide-button-wrap a:hover {
      opacity: .6; }
    @media (min-width: 375px) {
      .guide-button-wrap a {
        font-size: 13px;
        width: 43%; } }
    @media (min-width: 767px) {
      .guide-button-wrap a {
        width: 173px; } }

.guide-button-brand-list {
  color: #fff;
  background-color: #153163; }

.guide-button-reserve {
  font-family: HiraKakuPro-W6;
  color: #fff;
  background-color: #153163; }

.guide-button-white {
  color: #000;
  background-color: #fff; }

.guide-concept {
  padding: 50px 40px 10px;
  margin: 0 auto 30px;
  background: url("/static/img/home/image_brand_promise_bg.jpg") no-repeat 50% -10px;
  background-size: cover;
  border-top: 1px solid #EAEAEA;
  height: 660px;
  box-sizing: border-box; }
  @media (min-width: 767px) {
    .guide-concept {
      padding: 90px 10px 0;
      max-height: 478px;
      border: none;
      background: url("/static/img/home/image_brand_promise_bg.jpg") no-repeat center;
      background-size: cover; } }
  .guide-concept-heading {
    margin: 0 0 39px; }
    @media (min-width: 767px) {
      .guide-concept-heading {
        margin: 0 0 35px; } }
  .guide-concept-text-block {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 0 0 28px; }
    @media (min-width: 767px) {
      .guide-concept-text-block {
        padding: 43px 0 32px;
        max-width: 1035px;
        margin: 0 auto; } }
  .guide-concept-list {
    list-style-type: none;
    padding: 0 30px;
    margin: 0 0 16px; }
    @media (min-width: 767px) {
      .guide-concept-list {
        margin: 0;
        display: flex;
        justify-content: space-between; } }
  .guide-concept-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    line-height: 1.5em;
    padding: 27px 0 21px;
    box-sizing: border-box; }
    @media (min-width: 767px) {
      .guide-concept-item {
        justify-content: flex-start;
        padding: 20px 0;
        height: 142px;
        width: 32%; } }
  .guide-concept-item-theme {
    margin: 0 0 20px;
    white-space: nowrap;
    text-align: center;
    font-size: 26px;
    color: #153163; }
  .guide-concept-item-text {
    text-align: center;
    word-break: keep-all;
    font-size: 14px; }
  .guide-concept-item + .guide-concept-item {
    border-top: dashed 2px #DEDEDE; }
    @media (min-width: 767px) {
      .guide-concept-item + .guide-concept-item {
        border-top: none;
        border-left: dashed 1px #DEDEDE;
        padding-left: 30px; } }

.guide-more-text-right.guide-more-text-concept {
  text-align: right;
  margin-right: 30px;
  cursor: pointer; }
  .guide-more-text-right.guide-more-text-concept:hover {
    text-decoration: underline; }
  @media (min-width: 767px) {
    .guide-more-text-right.guide-more-text-concept {
      position: absolute;
      bottom: 30px;
      right: 15px;
      margin: 0; } }

.guide-more-text-right.guide-more-question {
  padding: 25px 1em;
  border-top: solid 1px #eaeaea;
  text-align: right;
  cursor: pointer; }
  .guide-more-text-right.guide-more-question:hover {
    text-decoration: underline; }

.guide-more-text {
  width: 100%;
  text-align: center;
  line-height: 1.7em;
  margin-top: 30px; }
  .guide-more-text-link {
    width: auto;
    margin: 0 auto;
    font-size: 15px; }
    .guide-more-text-link--right {
      margin: 0 auto;
      font-size: 15px; }
      .guide-more-text-link--right:after {
        content: '';
        margin: 0 0 0 12px;
        display: inline-block;
        height: 12px;
        width: 7px;
        background: url("/static/img/common/icon_arrow_right_black.svg") no-repeat center;
        background-size: contain; }

.guide-subtitle--simple {
  font-family: 'Nunito',sans-serif;/*★*/
  font-weight: bold;/*★*/
  font-size: 24px;
  letter-spacing: 0.4em;/*★*/
  line-height: 32px;
  text-align: center;
  color: #767676; }
  @media (min-width: 767px) {
    .guide-subtitle--simple {
      letter-spacing: .4em; } }
 /*  .guide-subtitle--simple:before, .guide-subtitle--simple:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }
*/
.guide-other-content-block {
  width: 100%; }

.guide-other-content {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto 20px; }
  .guide-other-content-title-wrap {
    background: url("/static/img/common/background-top.png") no-repeat top;
    background-size: 100% 90%; }
    @media (min-width: 767px) {
      .guide-other-content-title-wrap {
        background-size: 100% 110%; } }
  .guide-other-content-title {
    margin: 0;
    padding: 25px 0;
    font-size: 18px;
    font-family: HiraKakuPro-W6;
    color: #767676;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: .1em; }
    @media (min-width: 767px) {
      .guide-other-content-title {
        font-size: 24px;
        font-weight: initial; } }

.guide-where-raffine {
  position: relative;
  max-width: 784px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .guide-where-raffine {
      padding: 40px 0; } }
  .guide-where-raffine p + p {
    margin-top: 10px; }
  .guide-where-raffine-map-image {
    width: 260px;
    height: auto;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .guide-where-raffine-map-image {
        width: 450px; } }
    .guide-where-raffine-map-image img {
      width: 100%; }
  .guide-where-raffine-text-left {
    position: absolute;
    top: 12%;
    left: 10px;
    width: 190px;
    font-size: 12px;
    line-height: 1.7em; }
    @media (min-width: 375px) {
      .guide-where-raffine-text-left {
        font-size: 14px; } }
    @media (min-width: 767px) {
      .guide-where-raffine-text-left {
        width: 310px;
        font-size: 18px; } }
    .guide-where-raffine-text-left-blue {
      width: 200px;
      font-size: 14px;
      font-weight: bold;
      color: #153163; }
      @media (min-width: 375px) {
        .guide-where-raffine-text-left-blue {
          width: 210px;
          font-size: 16px; } }
      @media (min-width: 767px) {
        .guide-where-raffine-text-left-blue {
          width: 300px;
          font-size: 20px; } }
      .guide-where-raffine-text-left-blue span {
        font-size: 20px; }
        @media (min-width: 375px) {
          .guide-where-raffine-text-left-blue span {
            font-size: 24px; } }
        @media (min-width: 767px) {
          .guide-where-raffine-text-left-blue span {
            font-size: 28px; } }
  .guide-where-raffine-text-right {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 190px;
    font-size: 10px;
    line-height: 1.6em; }
    @media (min-width: 375px) {
      .guide-where-raffine-text-right {
        width: 230px; } }
    @media (min-width: 767px) {
      .guide-where-raffine-text-right {
        width: 330px;
        right: -100px;
        bottom: 10%;
        font-size: 14px; } }

.guide-raffine-service {
  margin: 0 auto;
  padding: 0 10px; }
  .guide-raffine-service-list {
    list-style-type: none;
    padding: 0; }
    @media (min-width: 767px) {
      .guide-raffine-service-list {
        display: flex;
        justify-content: flex-start; } }
  @media (min-width: 767px) {
    .guide-raffine-service-list + .guide-raffine-service-list {
      border-top: dashed 2px #DEDEDE; } }
  .guide-raffine-service-item {
    padding: 20px 0;
    border-bottom: dashed 2px #DEDEDE; }
    @media (min-width: 767px) {
      .guide-raffine-service-item {
        width: 31%;
        border-bottom: none; } }
    .guide-raffine-service-item p {
      font-size: 14px;
      line-height: 1.7em; }
    .guide-raffine-service-item p + p {
      margin-top: 15px; }
    .guide-raffine-service-item-subtitle {
      color: #153163;
      font-size: 15px; }
      .guide-raffine-service-item-subtitle span {
        font-size: 20px; }
    .guide-raffine-service-item-text-small {
      font-size: 12px; }
      .guide-raffine-service-item-text-small-link {
        color: #3036D5;
        cursor: pointer; }
        .guide-raffine-service-item-text-small-link:hover {
          text-decoration: underline; }
    .guide-raffine-service-item-text-link {
      display: block;
      margin: 20px 0 0;
      font-size: 13px;
      color: #3036D5;
      line-height: 1.7em;
      cursor: pointer; }
      .guide-raffine-service-item-text-link:hover {
        text-decoration: underline; }
    .guide-raffine-service-item-image {
      margin: 10px 0; }
      .guide-raffine-service-item-image img {
        width: 100%; }
        @media (min-width: 767px) {
          .guide-raffine-service-item-image img {
            border: solid 1px #707070; } }
  @media (min-width: 767px) {
    .guide-raffine-service-item + .guide-raffine-service-item {
      margin-left: 47.5px; } }

.guide-raffine-promises {
  padding: 0 0 40px; }
  @media (min-width: 767px) {
    .guide-raffine-promises {
      padding: 40px 0 80px; } }
  .guide-raffine-promises p {
    font-size: 14px;
    line-height: 1.7em; }
  .guide-raffine-promises-image {
    margin: 30px auto;
    max-width: 835px; }
    @media (min-width: 767px) {
      .guide-raffine-promises-image {
        margin: 70px auto; } }
    .guide-raffine-promises-image img {
      width: 100%; }

.guide-raffine-question {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 40px; }
  @media (min-width: 767px) {
    .guide-raffine-question {
      padding: 40px 0 80px; } }
  .guide-raffine-question label {
    display: block;
    position: relative;
    margin: 1.5px 0;
    padding: 20px 1.5em 20px 1em;
    color: #333;
    background: #fff;
    line-height: 1.7em;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
    border-top: solid 1px #eaeaea;
    cursor: pointer;
    transition: opacity .5s ease; }
    .guide-raffine-question label:hover {
      opacity: .6; }
    .guide-raffine-question label:before {
      display: inline-block;
      content: "Q.";
      margin-right: 5px; }
    .guide-raffine-question label:after {
      display: inline-block;
      position: absolute;
      content: "";
      top: 45%;
      right: 10px;
      background: url("/static/img/first-raffine/icon-plus.svg") no-repeat top;
      background-size: contain;
      width: 13px;
      height: 13px;
      vertical-align: middle; }
  .guide-raffine-question input {
    display: none; }
  .guide-raffine-question .guide-raffine-question-text {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s; }
    .guide-raffine-question .guide-raffine-question-text p, .guide-raffine-question .guide-raffine-question-text ul {
      font-size: 14px;
      line-height: 1.7em;
      margin-bottom: 15px;
      padding: 20px 10px 25px; }
    .guide-raffine-question .guide-raffine-question-text ul {
      line-height: 2.2em; }
    .guide-raffine-question .guide-raffine-question-text-link {
      color: #3036D5;
      cursor: pointer;
      transition: opacity .3s ease;
      cursor: pointer; }
      .guide-raffine-question .guide-raffine-question-text-link:hover {
        text-decoration: underline; }
  .guide-raffine-question-check:checked + label + .guide-raffine-question-text {
    height: auto;
    border-top: solid 1px #eaeaea;
    background: #fff;
    opacity: 1; }
  .guide-raffine-question-check:checked + label:after {
    content: "";
    background: url("/static/img/first-raffine/icon-minus.svg") no-repeat top;
    width: 13px;
    height: 13px; }

.faq-contents {
  max-width: 1100px;
  margin: 0 auto; }

.faq-title {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  margin-top: 20px; }
  .faq-title:before, .faq-title:after {
    display: inline-block;
    content: '';
    width: 62px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.faq-section {
  padding: 10px 0 20px; }
  .faq-section-title {
    font-size: 16px;
    font-family: HiraKakuPro-W6;
    color: #767676;
    text-align: center; }
    @media (min-width: 767px) {
      .faq-section-title {
        text-align: left;
        height: 48px;
        line-height: 48px; } }

.faq-pickup-list {
  margin: 0 10px 20px;
  padding: 0;
  list-style-type: none; }
  @media (min-width: 767px) {
    .faq-pickup-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 10px 45px; } }
  .faq-pickup-list-item {
    padding: 10px 15px 10px 40px;
    border-bottom: solid 1px #eaeaea;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.7em;
    color: #000;
    cursor: pointer;
    transition: opacity .3s ease; }
    .faq-pickup-list-item:hover {
      opacity: 0.5; }
    @media (min-width: 767px) {
      .faq-pickup-list-item {
        padding: 17px 15px 17px 40px;
        width: 43%; } }
    .faq-pickup-list-item:before {
      display: inline-block;
      content: "Q";
      margin-left: -35px;
      margin-right: 10px;
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
      background: #153163;
      border-radius: 50%;
      text-align: center; }
    .faq-pickup-list-item-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -999px;
      z-index: 2; }

.faq-toc-list {
  margin: 0 10px;
  padding: 0; }
  @media (min-width: 767px) {
    .faq-toc-list {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      max-width: 780px;
      margin: 0 auto; } }
  .faq-toc-list-item + .faq-toc-list-item {
    margin-top: 20px; }
    @media (min-width: 767px) {
      .faq-toc-list-item + .faq-toc-list-item {
        margin-top: 0; } }
  .faq-toc-list-item {
    position: relative;
    font-size: 14px;
    border-radius: 4px;
    background: #153163;
    cursor: pointer;
    transition: opacity .5s ease; }
    .faq-toc-list-item:hover {
      opacity: .6; }
    @media (min-width: 767px) {
      .faq-toc-list-item {
        height: 85px;
        width: 350px;
        margin: 30px 20px; }
        .faq-toc-list-item:first-of-type {
          margin: 0 20px; } }
    .faq-toc-list-item:after {
      display: inline-block;
      position: absolute;
      content: '';
      top: 50%;
      right: 10px;
      margin: -9px 0 0;
      width: 11px;
      height: 18px;
      background: url("/static/img/common/icon-arrow-white.svg");
      background-size: cover; }
    .faq-toc-list-item-link {
      display: block;
      padding: 10px 35px 10px 15px;
      color: #fff;
      line-height: 1.7em; }
      .faq-toc-list-item-link span {
        display: block;
        font-size: 16px;
        font-family: HiraKakuPro-W6;
        font-weight: bold; }

.faq-question {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: solid 1px #eaeaea; }
  @media (min-width: 767px) {
    .faq-question {
      padding: 10px 0 15px; } }
  .faq-question-text {
    margin: 0;
    padding: 10px 15px 10px 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7em;
    color: #000; }
    .faq-question-text:before {
      display: inline-block;
      content: "Q";
      margin-left: -35px;
      margin-right: 10px;
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
      background: #153163;
      border-radius: 50%;
      text-align: center; }
  .faq-question-answer {
    margin: 0;
    padding: 10px 15px 10px 40px;
    font-size: 14px;
    line-height: 1.7em; }
    .faq-question-answer:before {
      display: inline-block;
      content: "A";
      margin-left: -35px;
      margin-right: 10px;
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 14px;
      color: #fff;
      background: #DBC93A;
      border-radius: 50%;
      text-align: center; }
    .faq-question-answer p {
      margin-top: 20px; }
      .faq-question-answer p a {
        color: #3036D5;
        cursor: pointer; }
        .faq-question-answer p a:hover {
          text-decoration: underline; }
    .faq-question-answer-link + .faq-question-answer-link {
      margin-top: 10px; }
    .faq-question-answer-link {
      display: block;
      position: relative;
      margin: 20px 5px 10px -30px;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.7em;
      text-align: right;
      color: #153163;
      cursor: pointer; }
      .faq-question-answer-link:hover {
        text-decoration: underline; }
      @media (min-width: 375px) {
        .faq-question-answer-link {
          font-size: 14px; } }
      @media (min-width: 767px) {
        .faq-question-answer-link {
          margin: 20px 10px 10px -30px; } }
      .faq-question-answer-link:after {
        content: "";
        display: block;
        background: #ff0000;
        position: absolute;
        top: 50%;
        right: -20px;
        margin-top: -7px;
        width: 8px;
        height: 13px;
        line-height: 1.7em;
        background: url("/static/img/common/icon_arrowbold_right_navy.svg");
        background-size: cover; }

.raffine-plus-title h1 {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 767px) {
    .raffine-plus-title h1 {
      padding: 30px 0 20px; } }
  .raffine-plus-title h1:before, .raffine-plus-title h1:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.raffine-plus-key-visual {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 767px) {
    .raffine-plus-key-visual {
      margin: 25px 0 24px;
      padding: 0 0 25px;
      max-width: 1400px; } }

.raffine-plus-swiper-parent {
  position: relative; }
  .raffine-plus-swiper-parent .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px; }
  .raffine-plus-swiper-parent .swiper-pagination-bullet-active {
    background: #153163;
    opacity: 1; }
  .raffine-plus-swiper-parent .brand-detail-swiper-pagination-small-button-wrap {
    position: absolute;
    top: calc(100% + 31px);
    left: 0;
    right: 0;
    margin: auto; }
    .raffine-plus-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
      display: none; }
      @media (min-width: 767px) {
        .raffine-plus-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
          background-size: 6px 10px;
          left: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }
    .raffine-plus-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
      display: none; }
      @media (min-width: 767px) {
        .raffine-plus-swiper-parent .brand-detail-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
          background-size: 6px 10px;
          right: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }

.raffine-plus-swiper-container.swiper-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .raffine-plus-swiper-container.swiper-container {
      width: calc(100% - 220px);
      padding-bottom: 50px;
      box-sizing: content-box; } }

.raffine-plus-swiper-wrapper.swiper-wrapper {
  width: 100%;
  height: 280px;
  padding: 0 0 50px; }
  @media (min-width: 767px) {
    .raffine-plus-swiper-wrapper.swiper-wrapper {
      height: 500px; } }

.raffine-plus-swiper-slide.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }
  .raffine-plus-swiper-slide.swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
/*    height: 100%;    20200908DW     */}
    @media (min-width: 767px) {
      .raffine-plus-swiper-slide.swiper-slide img {
        -o-object-fit: cover;
           object-fit: cover; } }

.raffine-plus-swiper-pagination.swiper-pagination {
  position: absolute;
  top: calc(100% - 38px);
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 375px) {
    .raffine-plus-swiper-pagination.swiper-pagination {
      top: calc(100% - 30px); } }
  @media (min-width: 767px) {
    .raffine-plus-swiper-pagination.swiper-pagination {
      top: calc(100% + 20px); } }

.raffine-plus-swiper-button-prev.swiper-button-prev, .raffine-plus-swiper-button-next.swiper-button-next {
  display: none; }
  @media (min-width: 767px) {
    .raffine-plus-swiper-button-prev.swiper-button-prev, .raffine-plus-swiper-button-next.swiper-button-next {
      display: block;
      width: 21px;
      height: 36px;
      background-size: 21px 36px;
      margin-top: -10px; } }

.raffine-plus-swiper-button-prev.swiper-button-prev {
  background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
  margin-left: 55px; }

.raffine-plus-swiper-button-next.swiper-button-next {
  background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
  margin-right: 55px; }

@media (min-width: 767px) {
  .raffine-plus-head-wrap {
    background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
    background-size: cover;
    background-position-y: 30px;
    padding: 100px 0 100px;
    margin-top: -80px;
    margin-bottom: 0; } }

.raffine-plus-head-inner {
  background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
  background-size: cover;
  background-position-y: 10px;
  padding: 50px 0;
  margin-top: -50px;
  margin-bottom: -30px; }
  @media (min-width: 767px) {
    .raffine-plus-head-inner {
      background: none; } }

.raffine-plus-head {
  padding: 0 0 20px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .raffine-plus-head {
      max-width: 1200px;
      background: #fff;
      border-radius: 10px; } }
  .raffine-plus-head-logo-image {
    margin: 0 auto;
    width: 175px; }
    @media (min-width: 767px) {
      .raffine-plus-head-logo-image {
        padding: 20px 0 0;
        width: 290px; } }
    .raffine-plus-head-logo-image img {
      width: 100%; }
  .raffine-plus-head-title {
    font-family: HiraKakuPro-W6;
    font-size: 18px;
    color: #153163;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .raffine-plus-head-title {
        font-size: 22px;
        margin-bottom: 0; } }
  .raffine-plus-head-text {
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 5px;
    margin: 10px 20px 20px;
    background: #fff; }
    @media (min-width: 767px) {
      .raffine-plus-head-text {
        max-width: 980px;
        margin: 10px auto; } }

.raffine-plus-course-wrap {
  background: url("/static/img/brand-detail/background-course.png") no-repeat top;
  background-size: 100% 100px; }
  @media (min-width: 1100px) {
    .raffine-plus-course-wrap {
      background: #fff; } }

.raffine-plus-course-title {
  padding-top: 25px;
  color: #767676;
  font-family: 'Nunito',sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center; }
  .raffine-plus-course-title:before, .raffine-plus-course-title:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.raffine-plus-course-text-block {
  margin: 30px auto; }

.raffine-plus-course-text {
  padding: 0 10px;
  margin: 0 auto 10px;
  font-size: 12px;
  line-height: 1.7em;
  text-align: center; }
  .raffine-plus-course-text span.raffine-plus-course-text-nomination {
    display: inline-block;
    width: 122px;
    padding: 6px 0;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    background: #153163; }
    .raffine-plus-course-text span.raffine-plus-course-text-nomination span {
      font-size: 15px;
      font-weight: bold; }

.raffine-plus-course-text + .raffine-plus-course-text {
  margin-top: 15px; }

.raffine-plus-menu {
  padding: 30px 0; }
  @media (min-width: 1100px) {
    .raffine-plus-menu {
      display: flex;
      flex-wrap: wrap;
      max-width: 1121px;
      margin: auto; } }
  @media (min-width: 1100px) {
    .raffine-plus-menu-center {
      margin-right: 20px;
      margin-left: 20px; } }
  .raffine-plus-menu-item {
    color: #fff;
    background-color: #fffdef;
    display: block;
    margin-bottom: 1px;
    position: relative; }
    @media (min-width: 1100px) {
      .raffine-plus-menu-item {
        width: 355px;
        margin-bottom: 40px; }
        .raffine-plus-menu-item:before {
          content: '';
          display: block;
          background: #bdbdbd26;
          height: 3px;
          width: 355px;
          margin-bottom: 5px;
          position: absolute;
          top: -20px; } }
    @media (min-width: 1100px) {
      .raffine-plus-menu-item-center {
        margin-right: 10px;
        margin-left: 10px; } }
  .raffine-plus-menu-title {
    background-color: #f0e063;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .raffine-plus-menu-title:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .raffine-plus-menu-title {
        height: 40px; } }
  .raffine-plus-menu-title-blue {
    background-color: #153163;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .raffine-plus-menu-title-blue:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .raffine-plus-menu-title-blue {
        height: 40px; } }
  .raffine-plus-menu-detail {
    background-color: #fffdef;
    display: none;
    color: #424242;
    font-family: HiraKakuPro-W3;
    font-size: 14px;
    line-height: 1.71;
    padding: 20px 10px 20px; }
    @media (min-width: 1100px) {
      .raffine-plus-menu-detail {
        display: block;
        height: auto; } }
    @media (min-width: 1100px) {
      .raffine-plus-menu-detail-long {
        display: block;
        height: 610px; } }
  .raffine-plus-menu-description {
    max-width: 355px;
    margin: auto; }
    .raffine-plus-menu-description span {
      font-size: 12px; }
    .raffine-plus-menu-description-head-text {
      min-height: 120px; }
    .raffine-plus-menu-description-link {
      display: block;
      color: #3036D5;
      margin: 10px 0;
      text-decoration: underline;
      text-align: right; }
  .raffine-plus-menu-img {
    text-align: center;
    margin: 0 auto; }
    .raffine-plus-menu-img img {
      height: 100%;
      max-width: 355px;
      max-height: 250px; }
  .raffine-plus-menu-price-title {
    background-color: #f0e063;
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163;
    max-width: 345px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    padding-left: 16px; }
  .raffine-plus-menu-price-subtitle {
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163; }
  .raffine-plus-menu-price table {
    border-collapse: collapse;
    border: solid 1px #e5e5e5;
    font-family: HiraKakuPro-W3;
    margin: 5px auto; }
    .raffine-plus-menu-price table th {
      background: #f7f7f7;
      color: #222222;
      font-size: 13px;
      font-weight: normal;
      width: 107px; }
    .raffine-plus-menu-price table td {
      background: #ffffff;
      color: #222222;
      font-size: 13px;
      width: 227.9px;
      padding-left: 14px;
      position: relative; }
    .raffine-plus-menu-price table .raffine-plus-menu-recommend-annotation-row {
      border: 1px solid #fffdef;
      border-bottom: 1px solid #e5e5e5; }
    .raffine-plus-menu-price table .raffine-plus-menu-recommend-annotation {
      text-align: left;
      font-weight: bold;
      color: rgba(249, 8, 17, 0.97);
      background: none;
      border: none; }
    .raffine-plus-menu-price table .raffine-plus-course-recommended {
      background: #f0e063; }
  .raffine-plus-menu-price-long tr th {
    min-width: 177px; }
  .raffine-plus-menu-price-long tr td {
    width: 159px; }
  .raffine-plus-menu-price-description {
    max-width: 355px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.71;
    color: #424242; }
    .raffine-plus-menu-price-description span {
      color: #c90303;
      font-size: 12px; }
  .raffine-plus-menu-price-box {
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 10px; }
    .raffine-plus-menu-price-box p {
      padding-left: 16px; }
    .raffine-plus-menu-price-box span {
      top: 6px;
      right: 25px; }

.raffine-plus-campaign-title {
  font-family: 'Nunito',sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #767676;
  margin: 40px 0; }
  @media (min-width: 1100px) {
    .raffine-plus-campaign-title {
      background-color: #ffffff;
      border-top: solid 1px #707070;
      border-bottom: solid 1px #707070;
      padding: 30px; } }
  .raffine-plus-campaign-title:before, .raffine-plus-campaign-title:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain; }

.raffine-plus-campaign-image {
  margin: 0 auto;
  max-width: 1100px; }
  .raffine-plus-campaign-image-sp {
    display: block; }
    @media (min-width: 767px) {
      .raffine-plus-campaign-image-sp {
        display: none; } }
  .raffine-plus-campaign-image-pc {
    display: none; }
    @media (min-width: 767px) {
      .raffine-plus-campaign-image-pc {
        display: block; } }
  .raffine-plus-campaign-image img {
    width: 100%; }

.raffine-plus-store-search {
  margin: 0 0 50px; }
  @media (min-width: 1100px) {
    .raffine-plus-store-search {
      background: url("/static/img/brand-detail/background-search-shop.png") no-repeat center;
      background-size: 100% 274.5px;
      padding-top: 63px;
      padding-bottom: 115px; } }
  .raffine-plus-store-search-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #767676;
    margin: 40px 0; }
    .raffine-plus-store-search-title:before, .raffine-plus-store-search-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .raffine-plus-store-search-item + .raffine-plus-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .raffine-plus-store-search-item + .raffine-plus-store-search-item {
        margin-left: 10px; } }
  .raffine-plus-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .raffine-plus-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .raffine-plus-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .raffine-plus-store-search-item-wrap {
          justify-content: center; } }
    .raffine-plus-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .raffine-plus-store-search-item-input {
          min-width: 172px; } }
    .raffine-plus-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .raffine-plus-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .raffine-plus-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .raffine-plus-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .raffine-plus-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .raffine-plus-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .raffine-plus-store-search-item-text-box {
          min-width: 260px; } }
    .raffine-plus-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .raffine-plus-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .raffine-plus-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .raffine-plus-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff; }

.raffine-plus-brandlist {
  padding: 0 10px; }
  .raffine-plus-brandlist-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 9.6px;
    text-align: center;
    color: #767676;
    margin-top: 40px;
    margin-bottom: 19px; }
    .raffine-plus-brandlist-title:before, .raffine-plus-brandlist-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .raffine-plus-brandlist-pc {
    display: none; }
    @media (min-width: 1100px) {
      .raffine-plus-brandlist-pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .raffine-plus-brandlist-pc-container {
      background-color: #fefad7;
      height: 176px;
      padding: 7px; }
    .raffine-plus-brandlist-pc-item {
      width: 358px;
      margin: 2px; }
    .raffine-plus-brandlist-pc-img {
      width: 100%;
      text-align: center; }
      .raffine-plus-brandlist-pc-img img {
        width: 100%; }
    .raffine-plus-brandlist-pc-raffine {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #1eb9ee; }
    .raffine-plus-brandlist-pc-grand {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #957690; }
    .raffine-plus-brandlist-pc-badan {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #622e20; }
    .raffine-plus-brandlist-pc-plus {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #52c3f1; }
    .raffine-plus-brandlist-pc-petit {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #8ec31f; }
    .raffine-plus-brandlist-pc-natural {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #80cde3; }
    .raffine-plus-brandlist-pc-stretch {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #3eb134; }
    .raffine-plus-brandlist-pc-cotsubania {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #90c31f; }
    .raffine-plus-brandlist-pc-logo-img {
      text-align: center; }
      .raffine-plus-brandlist-pc-logo-img img {
        width: 180px; }
    .raffine-plus-brandlist-pc-description {
      font-size: 12px;
      font-family: 'Nunito',sans-serif;
      margin-bottom: 18px; }
    .raffine-plus-brandlist-pc-menu {
      font-size: 12px;
      font-family: HiraKakuPro-W6; }
    .raffine-plus-brandlist-pc-tag {
      display: flex;
      flex-wrap: wrap; }
      .raffine-plus-brandlist-pc-tag-item {
        display: inline-block;
        width: 80px;
        height: 23px;
        border-radius: 30px;
        background-color: #f2f2f2;
        line-height: 23px;
        text-align: center;
        margin: 5px 3px;
        font-size: 10px; }
        @media (min-width: 1100px) {
          .raffine-plus-brandlist-pc-tag-item {
            width: auto; } }
  @media (min-width: 1100px) {
    .raffine-plus-brandlist-sp {
      display: none; } }
  .raffine-plus-brandlist-shop-img img {
    width: 100%; }
  .raffine-plus-brandlist-raffine {
    background-color: #fefad7;
    padding: 20px 0; }
    .raffine-plus-brandlist-raffine-title {
      color: #52c3f1;
      font-size: 20px;
      text-align: center;
      font-family: HiraKakuPro-W3;
      margin-top: 15px;
      margin-bottom: 20px; }
    .raffine-plus-brandlist-raffine-description {
      margin-top: 22px;
      font-size: 14px;
      max-width: 338px; }
    .raffine-plus-brandlist-raffine-tag {
      display: flex;
      justify-content: center;
      font-size: 10px;
      flex-wrap: wrap;
      margin-top: 36px; }
  .raffine-plus-brandlist-logo-img {
    text-align: center; }
    .raffine-plus-brandlist-logo-img img {
      width: 200px; }
  .raffine-plus-brandlist-tag-item {
    display: inline-block;
    width: 80px;
    height: 23px;
    border-radius: 30px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 23px;
    margin: 5px 3px; }
  .raffine-plus-brandlist-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px; }
    .raffine-plus-brandlist-all-item {
      width: 32%;
      margin-bottom: 10px; }
      .raffine-plus-brandlist-all-item p {
        font-size: 15px;
        color: #153163; }
    .raffine-plus-brandlist-all-img img {
      width: 100%; }

.raffine-plus-text-red {
  color: #D80000; }

.raffine-plus-text-bold {
  font-weight: bold; }

.raffine-plus-text-center {
  text-align: center; }

@media (min-width: 767px) {
  .raffine-plus-text-center-pc {
    text-align: center; } }

.raffine-plus-text-underline {
  text-decoration: underline; }

.raffine-plus-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .raffine-plus-text-wrap-pc {
      display: block; } }

.raffine-plus-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .raffine-plus-text-wrap-sp {
      display: none; } }

.petit-raffine-title h1 {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 767px) {
    .petit-raffine-title h1 {
      padding: 30px 0 20px; } }
  .petit-raffine-title h1:before, .petit-raffine-title h1:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.petit-raffine-key-visual {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 767px) {
    .petit-raffine-key-visual {
      margin: 25px 0 24px;
      padding: 0 0 25px;
      max-width: 1400px; } }

.petit-raffine-swiper-parent {
  position: relative; }
  .petit-raffine-swiper-parent .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px; }
  .petit-raffine-swiper-parent .swiper-pagination-bullet-active {
    background: #153163;
    opacity: 1; }
  .petit-raffine-swiper-parent .petit-raffine-swiper-pagination-small-button-wrap {
    position: absolute;
    top: calc(100% + 31px);
    left: 0;
    right: 0;
    margin: auto; }
    .petit-raffine-swiper-parent .petit-raffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
      display: none; }
      @media (min-width: 767px) {
        .petit-raffine-swiper-parent .petit-raffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
          background-size: 6px 10px;
          left: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }
    .petit-raffine-swiper-parent .petit-raffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
      display: none; }
      @media (min-width: 767px) {
        .petit-raffine-swiper-parent .petit-raffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
          background-size: 6px 10px;
          right: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }

.petit-raffine-swiper-container.swiper-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .petit-raffine-swiper-container.swiper-container {
      width: calc(100% - 220px);
      padding-bottom: 50px;
      box-sizing: content-box; } }

.petit-raffine-swiper-wrapper.swiper-wrapper {
  width: 100%;
  height: 280px;
  padding: 0 0 50px; }
  @media (min-width: 767px) {
    .petit-raffine-swiper-wrapper.swiper-wrapper {
      height: 500px; } }

.petit-raffine-swiper-slide.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }
  .petit-raffine-swiper-slide.swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
    @media (min-width: 767px) {
      .petit-raffine-swiper-slide.swiper-slide img {
        -o-object-fit: cover;
           object-fit: cover; } }

.petit-raffine-swiper-pagination.swiper-pagination {
  position: absolute;
  top: calc(100% - 38px);
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 375px) {
    .petit-raffine-swiper-pagination.swiper-pagination {
      top: calc(100% - 30px); } }
  @media (min-width: 767px) {
    .petit-raffine-swiper-pagination.swiper-pagination {
      top: calc(100% + 20px); } }

.petit-raffine-swiper-button-prev.swiper-button-prev, .petit-raffine-swiper-button-next.swiper-button-next {
  display: none; }
  @media (min-width: 767px) {
    .petit-raffine-swiper-button-prev.swiper-button-prev, .petit-raffine-swiper-button-next.swiper-button-next {
      display: block;
      width: 21px;
      height: 36px;
      background-size: 21px 36px;
      margin-top: -10px; } }

.petit-raffine-swiper-button-prev.swiper-button-prev {
  background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
  margin-left: 55px; }

.petit-raffine-swiper-button-next.swiper-button-next {
  background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
  margin-right: 55px; }

@media (min-width: 767px) {
  .petit-raffine-head-wrap {
    background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
    background-size: cover;
    background-position-y: 30px;
    padding: 100px 0 100px;
    margin-top: -80px;
    margin-bottom: 0; } }

.petit-raffine-head-inner {
  background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
  background-size: cover;
  background-position-y: 10px;
  padding: 50px 0;
  margin-top: -50px;
  margin-bottom: -30px; }
  @media (min-width: 767px) {
    .petit-raffine-head-inner {
      background: none; } }

.petit-raffine-head {
  padding: 0 0 20px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .petit-raffine-head {
      max-width: 1200px;
      background: #fff;
      border-radius: 10px; } }
  .petit-raffine-head-logo-image {
    margin: 0 auto;
    width: 175px; }
    @media (min-width: 767px) {
      .petit-raffine-head-logo-image {
        padding: 20px 0 0;
        width: 290px; } }
    .petit-raffine-head-logo-image img {
      width: 100%; }
  .petit-raffine-head-title {
    font-family: HiraKakuPro-W6;
    font-size: 18px;
    color: #153163;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .petit-raffine-head-title {
        font-size: 22px;
        margin-bottom: 0; } }
  .petit-raffine-head-text {
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 5px;
    margin: 10px 20px 20px;
    background: #fff; }
    @media (min-width: 767px) {
      .petit-raffine-head-text {
        max-width: 980px;
        margin: 10px auto; } }

.petit-raffine-course-wrap {
  background: url("/static/img/brand-detail/background-course.png") no-repeat top;
  background-size: 100% 100px; }
  @media (min-width: 1100px) {
    .petit-raffine-course-wrap {
      background: #fff; } }

.petit-raffine-course-title {
  padding-top: 25px;
  color: #767676;
  font-family: 'Nunito',sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center; }
  .petit-raffine-course-title:before, .petit-raffine-course-title:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.petit-raffine-course-text-block {
  margin: 30px auto; }

.petit-raffine-course-text {
  padding: 0 10px;
  margin: 0 auto 10px;
  font-size: 12px;
  line-height: 1.7em;
  text-align: center; }
  .petit-raffine-course-text span.petit-raffine-course-text-nomination {
    display: inline-block;
    width: 122px;
    padding: 6px 0;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    background: #153163; }
    .petit-raffine-course-text span.petit-raffine-course-text-nomination span {
      font-size: 15px;
      font-weight: bold; }

.petit-raffine-course-text + .petit-raffine-course-text {
  margin-top: 15px; }

.petit-raffine-menu {
  padding: 30px 0; }
  @media (min-width: 1100px) {
    .petit-raffine-menu {
      display: flex;
      flex-wrap: wrap;
      max-width: 1141px;
      margin: auto; } }
  @media (min-width: 1100px) {
    .petit-raffine-menu-center {
      margin-right: 20px;
      margin-left: 20px; } }
  .petit-raffine-menu-item {
    color: #fff;
    display: block;
    margin-bottom: 1px;
    position: relative; }
    @media (min-width: 1100px) {
      .petit-raffine-menu-item {
        width: 355px;
        margin: 0 10px 81px; }
        .petit-raffine-menu-item:before {
          content: '';
          display: block;
          background: #bdbdbd26;
          height: 3px;
          width: 355px;
          margin-bottom: 5px;
          position: absolute;
          top: -35px; } }
    @media (min-width: 1100px) {
      .petit-raffine-menu-item-center {
        margin-right: 10px;
        margin-left: 10px; } }
  .petit-raffine-menu-title {
    background-color: #f0e063;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .petit-raffine-menu-title:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .petit-raffine-menu-title {
        height: 40px; } }
  .petit-raffine-menu-title-blue {
    background-color: #153163;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .petit-raffine-menu-title-blue:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .petit-raffine-menu-title-blue {
        height: 40px; } }
  @media (min-width: 1100px) {
    .petit-raffine-menu-detail.petit-raffine-menu-detail-short {
      height: 620px; } }
  .petit-raffine-menu-detail {
    background-color: #fffdef;
    display: none;
    color: #424242;
    font-family: HiraKakuPro-W3;
    font-size: 14px;
    line-height: 1.71;
    padding: 20px 10px 80px; }
    @media (min-width: 1100px) {
      .petit-raffine-menu-detail {
        display: block;
        height: 800px; } }
    @media (min-width: 1100px) {
      .petit-raffine-menu-detail-long {
        display: block;
        height: 610px; } }
  .petit-raffine-menu-description {
    max-width: 355px;
    margin: auto; }
    .petit-raffine-menu-description span {
      font-size: 12px; }
    .petit-raffine-menu-description-head-text {
      margin-bottom: 20px; }
      @media (min-width: 1100px) {
        .petit-raffine-menu-description-head-text {
          min-height: 120px; } }
    .petit-raffine-menu-description-link {
      display: block;
      color: #3036D5;
      margin: 10px 0;
      text-decoration: underline;
      text-align: right; }
  .petit-raffine-menu-img {
    text-align: center;
    margin: 10px auto; }
    .petit-raffine-menu-img img {
      width: 100%;
      max-width: 355px; }
  .petit-raffine-menu-img-align-height {
    text-align: center;
    margin: 0 auto; }
    .petit-raffine-menu-img-align-height img {
      height: 100%;
      max-height: 250px; }
  .petit-raffine-menu-price-title {
    background-color: #f0e063;
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163;
    max-width: 345px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    padding-left: 16px; }
  .petit-raffine-menu-price-subtitle {
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163; }
  .petit-raffine-menu-price table {
    border-collapse: collapse;
    border: solid 1px #e5e5e5;
    font-family: HiraKakuPro-W3;
    margin: 5px auto; }
    .petit-raffine-menu-price table th {
      background: #f7f7f7;
      color: #222222;
      font-size: 13px;
      font-weight: normal;
      width: 107px; }
    .petit-raffine-menu-price table td {
      background: #ffffff;
      color: #222222;
      font-size: 13px;
      width: 227.9px;
      padding-left: 14px;
      position: relative; }
    .petit-raffine-menu-price table .petit-raffine-menu-recommend-annotation-row {
      border: 1px solid #fffdef;
      border-bottom: 1px solid #e5e5e5; }
    .petit-raffine-menu-price table .petit-raffine-menu-recommend-annotation {
      text-align: left;
      font-weight: bold;
      color: rgba(249, 8, 17, 0.97);
      background: none;
      border: none; }
    .petit-raffine-menu-price table .petit-raffine-course-recommended {
      background: #f0e063; }
  .petit-raffine-menu-price-long tr th {
    min-width: 177px; }
  .petit-raffine-menu-price-long tr td {
    width: 159px; }
  .petit-raffine-menu-price-description {
    max-width: 355px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.71;
    color: #424242; }
    .petit-raffine-menu-price-description span {
      color: #c90303;
      font-size: 12px; }
  .petit-raffine-menu-price-box {
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    height: 35px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px; }
    .petit-raffine-menu-price-box p {
      padding-left: 16px; }
    .petit-raffine-menu-price-box span {
      position: absolute;
      top: 6px;
      right: 25px; }

.petit-raffine-campaign-title {
  font-family: 'Nunito',sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #767676;
  margin: 40px 0; }
  @media (min-width: 1100px) {
    .petit-raffine-campaign-title {
      background-color: #ffffff;
      border-top: solid 1px #707070;
      border-bottom: solid 1px #707070;
      padding: 30px; } }
  .petit-raffine-campaign-title:before, .petit-raffine-campaign-title:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain; }

.petit-raffine-campaign-image {
  margin: 0 auto;
  max-width: 1100px; }
  .petit-raffine-campaign-image-sp {
    display: block; }
    @media (min-width: 767px) {
      .petit-raffine-campaign-image-sp {
        display: none; } }
  .petit-raffine-campaign-image-pc {
    display: none; }
    @media (min-width: 767px) {
      .petit-raffine-campaign-image-pc {
        display: block; } }
  .petit-raffine-campaign-image img {
    width: 100%; }

.petit-raffine-store-search {
  margin: 0 0 50px; }
  @media (min-width: 1100px) {
    .petit-raffine-store-search {
      background: url("/static/img/brand-detail/background-search-shop.png") no-repeat center;
      background-size: 100% 274.5px;
      padding-top: 63px;
      padding-bottom: 115px; } }
  .petit-raffine-store-search-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #767676;
    margin: 40px 0; }
    .petit-raffine-store-search-title:before, .petit-raffine-store-search-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .petit-raffine-store-search-item + .petit-raffine-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .petit-raffine-store-search-item + .petit-raffine-store-search-item {
        margin-left: 10px; } }
  .petit-raffine-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .petit-raffine-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .petit-raffine-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .petit-raffine-store-search-item-wrap {
          justify-content: center; } }
    .petit-raffine-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .petit-raffine-store-search-item-input {
          min-width: 172px; } }
    .petit-raffine-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .petit-raffine-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .petit-raffine-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .petit-raffine-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .petit-raffine-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .petit-raffine-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .petit-raffine-store-search-item-text-box {
          min-width: 260px; } }
    .petit-raffine-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .petit-raffine-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .petit-raffine-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .petit-raffine-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff; }

.petit-raffine-brandlist {
  padding: 0 10px; }
  .petit-raffine-brandlist-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 9.6px;
    text-align: center;
    color: #767676;
    margin-top: 40px;
    margin-bottom: 19px; }
    .petit-raffine-brandlist-title:before, .petit-raffine-brandlist-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .petit-raffine-brandlist-pc {
    display: none; }
    @media (min-width: 1100px) {
      .petit-raffine-brandlist-pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .petit-raffine-brandlist-pc-container {
      background-color: #fefad7;
      height: 176px;
      padding: 7px; }
    .petit-raffine-brandlist-pc-item {
      width: 358px;
      margin: 2px; }
    .petit-raffine-brandlist-pc-img {
      width: 100%;
      text-align: center; }
      .petit-raffine-brandlist-pc-img img {
        width: 100%; }
    .petit-raffine-brandlist-pc-raffine {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #1eb9ee; }
    .petit-raffine-brandlist-pc-grand {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #957690; }
    .petit-raffine-brandlist-pc-badan {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #622e20; }
    .petit-raffine-brandlist-pc-plus {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #52c3f1; }
    .petit-raffine-brandlist-pc-petit {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #8ec31f; }
    .petit-raffine-brandlist-pc-natural {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #80cde3; }
    .petit-raffine-brandlist-pc-stretch {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #3eb134; }
    .petit-raffine-brandlist-pc-cotsubania {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #90c31f; }
    .petit-raffine-brandlist-pc-logo-img {
      text-align: center; }
      .petit-raffine-brandlist-pc-logo-img img {
        width: 180px; }
    .petit-raffine-brandlist-pc-description {
      font-size: 12px;
      font-family: 'Nunito',sans-serif;
      margin-bottom: 18px; }
    .petit-raffine-brandlist-pc-menu {
      font-size: 12px;
      font-family: HiraKakuPro-W6; }
    .petit-raffine-brandlist-pc-tag {
      display: flex;
      flex-wrap: wrap; }
      .petit-raffine-brandlist-pc-tag-item {
        display: inline-block;
        width: 80px;
        height: 23px;
        border-radius: 30px;
        background-color: #f2f2f2;
        line-height: 23px;
        text-align: center;
        margin: 5px 3px;
        font-size: 10px; }
        @media (min-width: 1100px) {
          .petit-raffine-brandlist-pc-tag-item {
            width: auto; } }
  @media (min-width: 1100px) {
    .petit-raffine-brandlist-sp {
      display: none; } }
  .petit-raffine-brandlist-shop-img img {
    width: 100%; }
  .petit-raffine-brandlist-raffine {
    background-color: #fefad7;
    padding: 20px 0; }
    .petit-raffine-brandlist-raffine-title {
      color: #52c3f1;
      font-size: 20px;
      text-align: center;
      font-family: HiraKakuPro-W3;
      margin-top: 15px;
      margin-bottom: 20px; }
    .petit-raffine-brandlist-raffine-description {
      margin-top: 22px;
      font-size: 14px;
      max-width: 338px; }
    .petit-raffine-brandlist-raffine-tag {
      display: flex;
      justify-content: center;
      font-size: 10px;
      flex-wrap: wrap;
      margin-top: 36px; }
  .petit-raffine-brandlist-logo-img {
    text-align: center; }
    .petit-raffine-brandlist-logo-img img {
      width: 200px; }
  .petit-raffine-brandlist-tag-item {
    display: inline-block;
    width: 80px;
    height: 23px;
    border-radius: 30px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 23px;
    margin: 5px 3px; }
  .petit-raffine-brandlist-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px; }
    .petit-raffine-brandlist-all-item {
      width: 32%;
      margin-bottom: 10px; }
      .petit-raffine-brandlist-all-item p {
        font-size: 15px;
        color: #153163; }
    .petit-raffine-brandlist-all-img img {
      width: 100%; }

.petit-raffine-text-red {
  color: #D80000; }

.petit-raffine-text-bold {
  font-weight: bold; }

.petit-raffine-text-center {
  text-align: center; }

@media (min-width: 767px) {
  .petit-raffine-text-center-pc {
    text-align: center; } }

.petit-raffine-text-underline {
  text-decoration: underline; }

.petit-raffine-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .petit-raffine-text-wrap-pc {
      display: block; } }

.petit-raffine-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .petit-raffine-text-wrap-sp {
      display: none; } }

.badanbaru-title h1 {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 767px) {
    .badanbaru-title h1 {
      padding: 30px 0 20px; } }
  .badanbaru-title h1:before, .badanbaru-title h1:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.badanbaru-key-visual {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 767px) {
    .badanbaru-key-visual {
      margin: 25px 0 24px;
      padding: 0 0 25px;
      max-width: 1400px; } }

.badanbaru-swiper-parent {
  position: relative; }
  .badanbaru-swiper-parent .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px; }
  .badanbaru-swiper-parent .swiper-pagination-bullet-active {
    background: #153163;
    opacity: 1; }
  .badanbaru-swiper-parent .badanbaru-swiper-pagination-small-button-wrap {
    position: absolute;
    top: calc(100% + 31px);
    left: 0;
    right: 0;
    margin: auto; }
    .badanbaru-swiper-parent .badanbaru-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
      display: none; }
      @media (min-width: 767px) {
        .badanbaru-swiper-parent .badanbaru-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
          background-size: 6px 10px;
          left: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }
    .badanbaru-swiper-parent .badanbaru-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
      display: none; }
      @media (min-width: 767px) {
        .badanbaru-swiper-parent .badanbaru-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
          background-size: 6px 10px;
          right: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }

.badanbaru-swiper-container.swiper-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .badanbaru-swiper-container.swiper-container {
      width: calc(100% - 220px);
      padding-bottom: 50px;
      box-sizing: content-box; } }

.badanbaru-swiper-wrapper.swiper-wrapper {
  width: 100%;
  height: 280px;
  padding: 0 0 50px; }
  @media (min-width: 767px) {
    .badanbaru-swiper-wrapper.swiper-wrapper {
      height: 500px; } }

.badanbaru-swiper-slide.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }
  .badanbaru-swiper-slide.swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
    @media (min-width: 767px) {
      .badanbaru-swiper-slide.swiper-slide img {
        -o-object-fit: cover;
           object-fit: cover; } }

.badanbaru-swiper-pagination.swiper-pagination {
  position: absolute;
  top: calc(100% - 38px);
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 375px) {
    .badanbaru-swiper-pagination.swiper-pagination {
      top: calc(100% - 30px); } }
  @media (min-width: 767px) {
    .badanbaru-swiper-pagination.swiper-pagination {
      top: calc(100% + 20px); } }

.badanbaru-swiper-button-prev.swiper-button-prev, .badanbaru-swiper-button-next.swiper-button-next {
  display: none; }
  @media (min-width: 767px) {
    .badanbaru-swiper-button-prev.swiper-button-prev, .badanbaru-swiper-button-next.swiper-button-next {
      display: block;
      width: 21px;
      height: 36px;
      background-size: 21px 36px;
      margin-top: -10px; } }

.badanbaru-swiper-button-prev.swiper-button-prev {
  background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
  margin-left: 55px; }

.badanbaru-swiper-button-next.swiper-button-next {
  background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
  margin-right: 55px; }

@media (min-width: 767px) {
  .badanbaru-head-wrap {
    background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
    background-size: cover;
    background-position-y: 30px;
    padding: 100px 0 100px;
    margin-top: -80px;
    margin-bottom: 0; } }

.badanbaru-head-inner {
  background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
  background-size: cover;
  background-position-y: 10px;
  padding: 50px 0;
  margin-top: -50px;
  margin-bottom: -30px; }
  @media (min-width: 767px) {
    .badanbaru-head-inner {
      background: none; } }

.badanbaru-head {
  padding: 0 0 20px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .badanbaru-head {
      max-width: 1200px;
      background: #fff;
      border-radius: 10px; } }
  .badanbaru-head-logo-image {
    margin: 0 auto;
    width: 175px; }
    @media (min-width: 767px) {
      .badanbaru-head-logo-image {
        padding: 20px 0 0;
        width: 290px; } }
    .badanbaru-head-logo-image img {
      width: 100%; }
  .badanbaru-head-title {
    font-family: HiraKakuPro-W6;
    font-size: 18px;
    color: #153163;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .badanbaru-head-title {
        font-size: 22px;
        margin-bottom: 0; } }
  .badanbaru-head-text {
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 5px;
    margin: 10px 20px 20px;
    background: #fff; }
    @media (min-width: 767px) {
      .badanbaru-head-text {
        max-width: 980px;
        margin: 10px auto; } }

.badanbaru-course-wrap {
  background: url("/static/img/brand-detail/background-course.png") no-repeat top;
  background-size: 100% 100px; }
  @media (min-width: 1100px) {
    .badanbaru-course-wrap {
      background: #fff; } }

.badanbaru-course-title {
  padding-top: 25px;
  color: #767676;
  font-family: 'Nunito',sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center; }
  .badanbaru-course-title:before, .badanbaru-course-title:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.badanbaru-course-text-block {
  margin: 30px auto; }

.badanbaru-course-text {
  padding: 0 10px;
  margin: 0 auto 10px;
  font-size: 12px;
  line-height: 1.7em;
  text-align: center; }
  .badanbaru-course-text span.badanbaru-course-text-nomination {
    display: inline-block;
    width: 122px;
    padding: 6px 0;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    background: #153163; }
    .badanbaru-course-text span.badanbaru-course-text-nomination span {
      font-size: 15px;
      font-weight: bold; }

.badanbaru-course-text + .badanbaru-course-text {
  margin-top: 15px; }

.badanbaru-menu {
  padding: 30px 0; }
  @media (min-width: 1100px) {
    .badanbaru-menu {
      display: flex;
      flex-wrap: wrap;
      max-width: 1121px;
      margin: auto; } }
  @media (min-width: 1100px) {
    .badanbaru-menu-center {
      margin-right: 20px;
      margin-left: 20px; } }
  .badanbaru-menu-item {
    color: #fff;
    background-color: #fffdef;
    display: block;
    margin-bottom: 1px;
    position: relative; }
    @media (min-width: 1100px) {
      .badanbaru-menu-item {
        width: 355px;
        margin-bottom: 81px; }
        .badanbaru-menu-item:before {
          content: '';
          display: block;
          background: #bdbdbd26;
          height: 3px;
          width: 355px;
          margin-bottom: 5px;
          position: absolute;
          top: -35px; } }
    @media (min-width: 1100px) {
      .badanbaru-menu-item-center {
        margin-right: 10px;
        margin-left: 10px; } }
  .badanbaru-menu-title {
    background-color: #f0e063;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .badanbaru-menu-title:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .badanbaru-menu-title {
        height: 40px; } }
  .badanbaru-menu-title-blue {
    background-color: #153163;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .badanbaru-menu-title-blue:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .badanbaru-menu-title-blue {
        height: 40px; } }
  .badanbaru-menu-detail {
    background-color: #fffdef;
    display: none;
    color: #424242;
    font-family: HiraKakuPro-W3;
    font-size: 14px;
    line-height: 1.71;
    padding: 20px 10px 80px; }
    @media (min-width: 1100px) {
      .badanbaru-menu-detail {
        display: block;
        height: 590px; } }
    @media (min-width: 1100px) {
      .badanbaru-menu-detail-long {
        display: block;
        height: 610px; } }
  .badanbaru-menu-description {
    max-width: 355px;
    margin: auto; }
    .badanbaru-menu-description span {
      font-size: 12px; }
    .badanbaru-menu-description-head-text {
      min-height: 120px;
      margin-bottom: 20px; }
    .badanbaru-menu-description-link {
      display: block;
      color: #3036D5;
      margin: 10px 0;
      text-decoration: underline;
      text-align: right; }
  .badanbaru-menu-img {
    text-align: center;
    margin: 0 auto; }
    .badanbaru-menu-img img {
      width: 100%;
      max-width: 355px; }
  .badanbaru-menu-img-align-height {
    text-align: center;
    margin: 0 auto; }
    .badanbaru-menu-img-align-height img {
      height: 100%;
      max-height: 400px; }
  .badanbaru-menu-price-title {
    background-color: #f0e063;
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163;
    max-width: 345px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    padding-left: 16px; }
  .badanbaru-menu-price-subtitle {
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163; }
  .badanbaru-menu-price table {
    border-collapse: collapse;
    border: solid 1px #e5e5e5;
    font-family: HiraKakuPro-W3;
    margin: 5px auto; }
    .badanbaru-menu-price table th {
      background: #f7f7f7;
      color: #222222;
      font-size: 13px;
      font-weight: normal;
      width: 107px; }
    .badanbaru-menu-price table td {
      background: #ffffff;
      color: #222222;
      font-size: 13px;
      width: 227.9px;
      padding-left: 14px;
      position: relative; }
    .badanbaru-menu-price table .badanbaru-menu-recommend-annotation-row {
      border: 1px solid #fffdef;
      border-bottom: 1px solid #e5e5e5; }
    .badanbaru-menu-price table .badanbaru-menu-recommend-annotation {
      text-align: left;
      font-weight: bold;
      color: rgba(249, 8, 17, 0.97);
      background: none;
      border: none; }
    .badanbaru-menu-price table .badanbaru-course-recommended {
      background: #f0e063; }
  .badanbaru-menu-price-long tr th {
    min-width: 177px; }
  .badanbaru-menu-price-long tr td {
    width: 159px; }
  .badanbaru-menu-price-description {
    max-width: 355px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.71;
    color: #424242; }
    .badanbaru-menu-price-description span {
      color: #c90303;
      font-size: 12px; }
  .badanbaru-menu-price-box {
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    height: 35px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px; }
    .badanbaru-menu-price-box p {
      padding-left: 16px; }
    .badanbaru-menu-price-box span {
      position: absolute;
      top: 6px;
      right: 25px; }

.badanbaru-campaign-title {
  font-family: 'Nunito',sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #767676;
  margin: 40px 0; }
  @media (min-width: 1100px) {
    .badanbaru-campaign-title {
      background-color: #ffffff;
      border-top: solid 1px #707070;
      border-bottom: solid 1px #707070;
      padding: 30px; } }
  .badanbaru-campaign-title:before, .badanbaru-campaign-title:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain; }

.badanbaru-campaign-image {
  margin: 0 auto;
  max-width: 1100px; }
  .badanbaru-campaign-image-sp {
    display: block; }
    @media (min-width: 767px) {
      .badanbaru-campaign-image-sp {
        display: none; } }
  .badanbaru-campaign-image-pc {
    display: none; }
    @media (min-width: 767px) {
      .badanbaru-campaign-image-pc {
        display: block; } }
  .badanbaru-campaign-image img {
    width: 100%; }

.badanbaru-store-search {
  margin: 0 0 50px; }
  @media (min-width: 1100px) {
    .badanbaru-store-search {
      background: url("/static/img/brand-detail/background-search-shop.png") no-repeat center;
      background-size: 100% 274.5px;
      padding-top: 63px;
      padding-bottom: 115px; } }
  .badanbaru-store-search-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #767676;
    margin: 40px 0; }
    .badanbaru-store-search-title:before, .badanbaru-store-search-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .badanbaru-store-search-item + .badanbaru-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .badanbaru-store-search-item + .badanbaru-store-search-item {
        margin-left: 10px; } }
  .badanbaru-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .badanbaru-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .badanbaru-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .badanbaru-store-search-item-wrap {
          justify-content: center; } }
    .badanbaru-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .badanbaru-store-search-item-input {
          min-width: 172px; } }
    .badanbaru-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      line-height: normal;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .badanbaru-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .badanbaru-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .badanbaru-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .badanbaru-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .badanbaru-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .badanbaru-store-search-item-text-box {
          min-width: 260px; } }
    .badanbaru-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .badanbaru-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .badanbaru-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .badanbaru-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff; }

.badanbaru-brandlist {
  padding: 0 10px; }
  .badanbaru-brandlist-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 9.6px;
    text-align: center;
    color: #767676;
    margin-top: 40px;
    margin-bottom: 19px; }
    .badanbaru-brandlist-title:before, .badanbaru-brandlist-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .badanbaru-brandlist-pc {
    display: none; }
    @media (min-width: 1100px) {
      .badanbaru-brandlist-pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .badanbaru-brandlist-pc-container {
      background-color: #fefad7;
      height: 176px;
      padding: 7px; }
    .badanbaru-brandlist-pc-item {
      width: 358px;
      margin: 2px; }
    .badanbaru-brandlist-pc-img {
      width: 100%;
      text-align: center; }
      .badanbaru-brandlist-pc-img img {
        width: 100%; }
    .badanbaru-brandlist-pc-raffine {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #1eb9ee; }
    .badanbaru-brandlist-pc-grand {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #957690; }
    .badanbaru-brandlist-pc-badan {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #622e20; }
    .badanbaru-brandlist-pc-plus {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #52c3f1; }
    .badanbaru-brandlist-pc-petit {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #8ec31f; }
    .badanbaru-brandlist-pc-natural {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #80cde3; }
    .badanbaru-brandlist-pc-stretch {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #3eb134; }
    .badanbaru-brandlist-pc-cotsubania {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #90c31f; }
    .badanbaru-brandlist-pc-logo-img {
      text-align: center; }
      .badanbaru-brandlist-pc-logo-img img {
        width: 180px; }
    .badanbaru-brandlist-pc-description {
      font-size: 12px;
      font-family: 'Nunito',sans-serif;
      margin-bottom: 18px; }
    .badanbaru-brandlist-pc-menu {
      font-size: 12px;
      font-family: HiraKakuPro-W6; }
    .badanbaru-brandlist-pc-tag {
      display: flex;
      flex-wrap: wrap; }
      .badanbaru-brandlist-pc-tag-item {
        display: inline-block;
        width: 80px;
        height: 23px;
        border-radius: 30px;
        background-color: #f2f2f2;
        line-height: 23px;
        text-align: center;
        margin: 5px 3px;
        font-size: 10px; }
        @media (min-width: 1100px) {
          .badanbaru-brandlist-pc-tag-item {
            width: auto; } }
  @media (min-width: 1100px) {
    .badanbaru-brandlist-sp {
      display: none; } }
  .badanbaru-brandlist-shop-img img {
    width: 100%; }
  .badanbaru-brandlist-raffine {
    background-color: #fefad7;
    padding: 20px 0; }
    .badanbaru-brandlist-raffine-title {
      color: #52c3f1;
      font-size: 20px;
      text-align: center;
      font-family: HiraKakuPro-W3;
      margin-top: 15px;
      margin-bottom: 20px; }
    .badanbaru-brandlist-raffine-description {
      margin-top: 22px;
      font-size: 14px;
      max-width: 338px; }
    .badanbaru-brandlist-raffine-tag {
      display: flex;
      justify-content: center;
      font-size: 10px;
      flex-wrap: wrap;
      margin-top: 36px; }
  .badanbaru-brandlist-logo-img {
    text-align: center; }
    .badanbaru-brandlist-logo-img img {
      width: 200px; }
  .badanbaru-brandlist-tag-item {
    display: inline-block;
    width: 80px;
    height: 23px;
    border-radius: 30px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 23px;
    margin: 5px 3px; }
  .badanbaru-brandlist-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px; }
    .badanbaru-brandlist-all-item {
      width: 32%;
      margin-bottom: 10px; }
      .badanbaru-brandlist-all-item p {
        font-size: 15px;
        color: #153163; }
    .badanbaru-brandlist-all-img img {
      width: 100%; }

.badanbaru-text-red {
  color: #D80000; }

.badanbaru-text-bold {
  font-weight: bold; }

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

@media (min-width: 767px) {
  .badanbaru-text-center-pc {
    text-align: center; } }

.badanbaru-text-underline {
  text-decoration: underline; }

.badanbaru-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .badanbaru-text-wrap-pc {
      display: block; } }

.badanbaru-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .badanbaru-text-wrap-sp {
      display: none; } }

.cotsubania-title h1 {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.3em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 767px) {
    .cotsubania-title h1 {
      padding: 30px 0 20px; } }
  .cotsubania-title h1:before, .cotsubania-title h1:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.cotsubania-key-visual {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 767px) {
    .cotsubania-key-visual {
      margin: 25px 0 24px;
      padding: 0 0 25px;
      max-width: 1400px; } }

.cotsubania-swiper-parent {
  position: relative; }
  .cotsubania-swiper-parent .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px; }
  .cotsubania-swiper-parent .swiper-pagination-bullet-active {
    background: #153163;
    opacity: 1; }
  .cotsubania-swiper-parent .cotsubania-swiper-pagination-small-button-wrap {
    position: absolute;
    top: calc(100% + 31px);
    left: 0;
    right: 0;
    margin: auto; }
    .cotsubania-swiper-parent .cotsubania-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
      display: none; }
      @media (min-width: 767px) {
        .cotsubania-swiper-parent .cotsubania-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
          background-size: 6px 10px;
          left: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }
    .cotsubania-swiper-parent .cotsubania-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
      display: none; }
      @media (min-width: 767px) {
        .cotsubania-swiper-parent .cotsubania-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
          background-size: 6px 10px;
          right: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }

.cotsubania-swiper-container.swiper-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .cotsubania-swiper-container.swiper-container {
      width: calc(100% - 220px);
      padding-bottom: 50px;
      box-sizing: content-box; } }

.cotsubania-swiper-wrapper.swiper-wrapper {
  width: 100%;
  height: 280px;
  padding: 0 0 50px; }
  @media (min-width: 767px) {
    .cotsubania-swiper-wrapper.swiper-wrapper {
      height: 500px; } }

.cotsubania-swiper-slide.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }
  .cotsubania-swiper-slide.swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
    @media (min-width: 767px) {
      .cotsubania-swiper-slide.swiper-slide img {
        -o-object-fit: cover;
           object-fit: cover; } }

.cotsubania-swiper-pagination.swiper-pagination {
  position: absolute;
  top: calc(100% - 38px);
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 375px) {
    .cotsubania-swiper-pagination.swiper-pagination {
      top: calc(100% - 30px); } }
  @media (min-width: 767px) {
    .cotsubania-swiper-pagination.swiper-pagination {
      top: calc(100% + 20px); } }

.cotsubania-swiper-button-prev.swiper-button-prev, .cotsubania-swiper-button-next.swiper-button-next {
  display: none; }
  @media (min-width: 767px) {
    .cotsubania-swiper-button-prev.swiper-button-prev, .cotsubania-swiper-button-next.swiper-button-next {
      display: block;
      width: 21px;
      height: 36px;
      background-size: 21px 36px;
      margin-top: -10px; } }

.cotsubania-swiper-button-prev.swiper-button-prev {
  background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
  margin-left: 55px; }

.cotsubania-swiper-button-next.swiper-button-next {
  background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
  margin-right: 55px; }

@media (min-width: 767px) {
  .cotsubania-head-wrap {
    background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
    background-size: cover;
    background-position-y: 30px;
    padding: 100px 0 100px;
    margin-top: -80px;
    margin-bottom: 0; } }

.cotsubania-head-inner {
  background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
  background-size: cover;
  background-position-y: 10px;
  padding: 50px 0;
  margin-top: -50px;
  margin-bottom: -30px; }
  @media (min-width: 767px) {
    .cotsubania-head-inner {
      background: none; } }

.cotsubania-head {
  padding: 0 0 20px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .cotsubania-head {
      max-width: 1200px;
      background: #fff;
      border-radius: 10px; } }
  .cotsubania-head-logo-image {
    margin: 0 auto;
    width: 175px; }
    @media (min-width: 767px) {
      .cotsubania-head-logo-image {
        padding: 20px 0 0;
        width: 290px; } }
    .cotsubania-head-logo-image img {
      width: 100%; }
  .cotsubania-head-title {
    font-family: HiraKakuPro-W6;
    font-size: 18px;
    color: #153163;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .cotsubania-head-title {
        font-size: 22px;
        margin-bottom: 0; } }
  .cotsubania-head-text {
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 5px;
    margin: 10px 20px 20px;
    background: #fff; }
    @media (min-width: 767px) {
      .cotsubania-head-text {
        max-width: 980px;
        margin: 10px auto; } }

.cotsubania-course-wrap {
  background: url("/static/img/brand-detail/background-course.png") no-repeat top;
  background-size: 100% 100px; }
  @media (min-width: 1100px) {
    .cotsubania-course-wrap {
      background: #fff; } }

.cotsubania-course-title {
  padding-top: 25px;
  color: #767676;
  font-family: 'Nunito',sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center; }
  .cotsubania-course-title:before, .cotsubania-course-title:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.cotsubania-course-text-block {
  margin: 30px auto; }

.cotsubania-course-text {
  padding: 0 10px;
  margin: 0 auto 10px;
  font-size: 12px;
  line-height: 1.7em;
  text-align: center; }
  .cotsubania-course-text span.cotsubania-course-text-nomination {
    display: inline-block;
    width: 122px;
    padding: 6px 0;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    background: #153163; }
    .cotsubania-course-text span.cotsubania-course-text-nomination span {
      font-size: 15px;
      font-weight: bold; }

.cotsubania-course-text + .cotsubania-course-text {
  margin-top: 15px; }

.cotsubania-menu {
  padding: 30px 0; }
  @media (min-width: 1100px) {
    .cotsubania-menu {
      display: flex;
      flex-wrap: wrap;
      max-width: 1121px;
      margin: auto; } }
  @media (min-width: 1100px) {
    .cotsubania-menu-center {
      margin-right: 20px;
      margin-left: 20px; } }
  .cotsubania-menu-item {
    color: #fff;
    background-color: #fffdef;
    display: block;
    margin-bottom: 1px;
    position: relative; }
    @media (min-width: 1100px) {
      .cotsubania-menu-item {
        width: 355px;
        margin: 0 auto 40px; }
        .cotsubania-menu-item:before {
          content: '';
          display: block;
          background: #bdbdbd26;
          height: 3px;
          width: 355px;
          margin-bottom: 5px;
          position: absolute;
          top: -20px; } }
    @media (min-width: 1100px) {
      .cotsubania-menu-item-center {
        margin-right: 10px;
        margin-left: 10px; } }
  .cotsubania-menu-title {
    background-color: #f0e063;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .cotsubania-menu-title:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .cotsubania-menu-title {
        height: 40px; } }
  .cotsubania-menu-title-blue {
    background-color: #153163;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .cotsubania-menu-title-blue:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .cotsubania-menu-title-blue {
        height: 40px; } }
  .cotsubania-menu-detail {
    background-color: #fffdef;
    display: none;
    color: #424242;
    font-family: HiraKakuPro-W3;
    font-size: 14px;
    line-height: 1.71;
    padding: 20px 10px 20px; }
    @media (min-width: 1100px) {
      .cotsubania-menu-detail {
        display: block;
        height: auto; } }
    @media (min-width: 1100px) {
      .cotsubania-menu-detail-long {
        display: block;
        height: 610px; } }
  .cotsubania-menu-description {
    max-width: 355px;
    margin: auto; }
    .cotsubania-menu-description span {
      font-size: 12px; }
    .cotsubania-menu-description-head-text {
      min-height: 120px; }
    .cotsubania-menu-description-link {
      display: block;
      color: #3036D5;
      margin: 10px 0;
      text-decoration: underline;
      text-align: right; }
  .cotsubania-menu-img {
    text-align: center;
    margin: 0 auto; }
    .cotsubania-menu-img img {
      width: 100%;
      max-width: 355px; }
  .cotsubania-menu-img-align-height {
    text-align: center;
    margin: 0 auto; }
    .cotsubania-menu-img-align-height img {
      height: 100%;
      max-height: 400px; }
  .cotsubania-menu-price-title {
    background-color: #f0e063;
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163;
    max-width: 345px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    padding-left: 16px; }
  .cotsubania-menu-price-subtitle {
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163; }
  .cotsubania-menu-price table {
    border-collapse: collapse;
    border: solid 1px #e5e5e5;
    font-family: HiraKakuPro-W3;
    margin: 5px auto; }
    .cotsubania-menu-price table th {
      background: #f7f7f7;
      color: #222222;
      font-size: 13px;
      font-weight: normal;
      width: 107px; }
    .cotsubania-menu-price table td {
      background: #ffffff;
      color: #222222;
      font-size: 13px;
      width: 227.9px;
      padding-left: 14px;
      position: relative; }
    .cotsubania-menu-price table .cotsubania-menu-recommend-annotation-row {
      border: 1px solid #fffdef;
      border-bottom: 1px solid #e5e5e5; }
    .cotsubania-menu-price table .cotsubania-menu-recommend-annotation {
      text-align: left;
      font-weight: bold;
      color: rgba(249, 8, 17, 0.97);
      background: none;
      border: none; }
    .cotsubania-menu-price table .cotsubania-course-recommended {
      background: #f0e063; }
  .cotsubania-menu-price-long tr th {
    min-width: 177px; }
  .cotsubania-menu-price-long tr td {
    width: 159px; }
  .cotsubania-menu-price-description {
    max-width: 355px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.71;
    color: #424242; }
    .cotsubania-menu-price-description span {
      color: #c90303;
      font-size: 12px; }
  .cotsubania-menu-price-box {
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    height: 35px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px; }
    .cotsubania-menu-price-box p {
      padding-left: 16px; }
    .cotsubania-menu-price-box span {
      position: absolute;
      top: 6px;
      right: 25px; }

.cotsubania-campaign-title {
  font-family: 'Nunito',sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #767676;
  margin: 40px 0; }
  @media (min-width: 1100px) {
    .cotsubania-campaign-title {
      background-color: #ffffff;
      border-top: solid 1px #707070;
      border-bottom: solid 1px #707070;
      padding: 30px; } }
  .cotsubania-campaign-title:before, .cotsubania-campaign-title:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain; }

.cotsubania-campaign-image {
  margin: 0 auto;
  max-width: 1100px; }
  .cotsubania-campaign-image-sp {
    display: block; }
    @media (min-width: 767px) {
      .cotsubania-campaign-image-sp {
        display: none; } }
  .cotsubania-campaign-image-pc {
    display: none; }
    @media (min-width: 767px) {
      .cotsubania-campaign-image-pc {
        display: block; } }
  .cotsubania-campaign-image img {
    width: 100%; }

.cotsubania-store-search {
  margin: 0 0 50px; }
  @media (min-width: 1100px) {
    .cotsubania-store-search {
      background: url("/static/img/brand-detail/background-search-shop.png") no-repeat center;
      background-size: 100% 274.5px;
      padding-top: 63px;
      padding-bottom: 115px; } }
  .cotsubania-store-search-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #767676;
    margin: 40px 0; }
    .cotsubania-store-search-title:before, .cotsubania-store-search-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .cotsubania-store-search-item + .cotsubania-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .cotsubania-store-search-item + .cotsubania-store-search-item {
        margin-left: 10px; } }
  .cotsubania-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .cotsubania-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .cotsubania-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .cotsubania-store-search-item-wrap {
          justify-content: center; } }
    .cotsubania-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .cotsubania-store-search-item-input {
          min-width: 172px; } }
    .cotsubania-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .cotsubania-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .cotsubania-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .cotsubania-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .cotsubania-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .cotsubania-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .cotsubania-store-search-item-text-box {
          min-width: 260px; } }
    .cotsubania-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .cotsubania-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .cotsubania-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .cotsubania-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff; }

.cotsubania-brandlist {
  padding: 0 10px; }
  .cotsubania-brandlist-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 9.6px;
    text-align: center;
    color: #767676;
    margin-top: 40px;
    margin-bottom: 19px; }
    .cotsubania-brandlist-title:before, .cotsubania-brandlist-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .cotsubania-brandlist-pc {
    display: none; }
    @media (min-width: 1100px) {
      .cotsubania-brandlist-pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .cotsubania-brandlist-pc-container {
      background-color: #fefad7;
      height: 176px;
      padding: 7px; }
    .cotsubania-brandlist-pc-item {
      width: 358px;
      margin: 2px; }
    .cotsubania-brandlist-pc-img {
      width: 100%;
      text-align: center; }
      .cotsubania-brandlist-pc-img img {
        width: 100%; }
    .cotsubania-brandlist-pc-raffine {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #1eb9ee; }
    .cotsubania-brandlist-pc-grand {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #957690; }
    .cotsubania-brandlist-pc-badan {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #622e20; }
    .cotsubania-brandlist-pc-plus {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #52c3f1; }
    .cotsubania-brandlist-pc-petit {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #8ec31f; }
    .cotsubania-brandlist-pc-natural {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #80cde3; }
    .cotsubania-brandlist-pc-stretch {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #3eb134; }
    .cotsubania-brandlist-pc-cotsubania {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #90c31f; }
    .cotsubania-brandlist-pc-logo-img {
      text-align: center; }
      .cotsubania-brandlist-pc-logo-img img {
        width: 180px; }
    .cotsubania-brandlist-pc-description {
      font-size: 12px;
      font-family: 'Nunito',sans-serif;
      margin-bottom: 18px; }
    .cotsubania-brandlist-pc-menu {
      font-size: 12px;
      font-family: HiraKakuPro-W6; }
    .cotsubania-brandlist-pc-tag {
      display: flex;
      flex-wrap: wrap; }
      .cotsubania-brandlist-pc-tag-item {
        display: inline-block;
        width: 80px;
        height: 23px;
        border-radius: 30px;
        background-color: #f2f2f2;
        line-height: 23px;
        text-align: center;
        margin: 5px 3px;
        font-size: 10px; }
        @media (min-width: 1100px) {
          .cotsubania-brandlist-pc-tag-item {
            width: auto; } }
  @media (min-width: 1100px) {
    .cotsubania-brandlist-sp {
      display: none; } }
  .cotsubania-brandlist-shop-img img {
    width: 100%; }
  .cotsubania-brandlist-raffine {
    background-color: #fefad7;
    padding: 20px 0; }
    .cotsubania-brandlist-raffine-title {
      color: #52c3f1;
      font-size: 20px;
      text-align: center;
      font-family: HiraKakuPro-W3;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cotsubania-brandlist-raffine-description {
      margin-top: 22px;
      font-size: 14px;
      max-width: 338px; }
    .cotsubania-brandlist-raffine-tag {
      display: flex;
      justify-content: center;
      font-size: 10px;
      flex-wrap: wrap;
      margin-top: 36px; }
  .cotsubania-brandlist-logo-img {
    text-align: center; }
    .cotsubania-brandlist-logo-img img {
      width: 200px; }
  .cotsubania-brandlist-tag-item {
    display: inline-block;
    width: 80px;
    height: 23px;
    border-radius: 30px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 23px;
    margin: 5px 3px; }
  .cotsubania-brandlist-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px; }
    .cotsubania-brandlist-all-item {
      width: 32%;
      margin-bottom: 10px; }
      .cotsubania-brandlist-all-item p {
        font-size: 15px;
        color: #153163; }
    .cotsubania-brandlist-all-img img {
      width: 100%; }

.cotsubania-text-red {
  color: #D80000; }

.cotsubania-text-bold {
  font-weight: bold; }

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

@media (min-width: 767px) {
  .cotsubania-text-center-pc {
    text-align: center; } }

.cotsubania-text-underline {
  text-decoration: underline; }

.cotsubania-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .cotsubania-text-wrap-pc {
      display: block; } }

.cotsubania-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .cotsubania-text-wrap-sp {
      display: none; } }

.stretchraffine-title h1 {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 767px) {
    .stretchraffine-title h1 {
      padding: 30px 0 20px; } }
  .stretchraffine-title h1:before, .stretchraffine-title h1:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.stretchraffine-key-visual {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 767px) {
    .stretchraffine-key-visual {
      margin: 25px 0 24px;
      padding: 0 0 25px;
      max-width: 1400px; } }

.stretchraffine-swiper-parent {
  position: relative; }
  .stretchraffine-swiper-parent .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px; }
  .stretchraffine-swiper-parent .swiper-pagination-bullet-active {
    background: #153163;
    opacity: 1; }
  .stretchraffine-swiper-parent .stretchraffine-swiper-pagination-small-button-wrap {
    position: absolute;
    top: calc(100% + 31px);
    left: 0;
    right: 0;
    margin: auto; }
    .stretchraffine-swiper-parent .stretchraffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
      display: none; }
      @media (min-width: 767px) {
        .stretchraffine-swiper-parent .stretchraffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
          background-size: 6px 10px;
          left: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }
    .stretchraffine-swiper-parent .stretchraffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
      display: none; }
      @media (min-width: 767px) {
        .stretchraffine-swiper-parent .stretchraffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
          background-size: 6px 10px;
          right: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }

.stretchraffine-swiper-container.swiper-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .stretchraffine-swiper-container.swiper-container {
      width: calc(100% - 220px);
      padding-bottom: 50px;
      box-sizing: content-box; } }

.stretchraffine-swiper-wrapper.swiper-wrapper {
  width: 100%;
  height: 280px;
  padding: 0 0 50px; }
  @media (min-width: 767px) {
    .stretchraffine-swiper-wrapper.swiper-wrapper {
      height: 500px; } }

.stretchraffine-swiper-slide.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }
  .stretchraffine-swiper-slide.swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
    @media (min-width: 767px) {
      .stretchraffine-swiper-slide.swiper-slide img {
        -o-object-fit: cover;
           object-fit: cover; } }

.stretchraffine-swiper-pagination.swiper-pagination {
  position: absolute;
  top: calc(100% - 38px);
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 375px) {
    .stretchraffine-swiper-pagination.swiper-pagination {
      top: calc(100% - 30px); } }
  @media (min-width: 767px) {
    .stretchraffine-swiper-pagination.swiper-pagination {
      top: calc(100% + 20px); } }

.stretchraffine-swiper-button-prev.swiper-button-prev, .stretchraffine-swiper-button-next.swiper-button-next {
  display: none; }
  @media (min-width: 767px) {
    .stretchraffine-swiper-button-prev.swiper-button-prev, .stretchraffine-swiper-button-next.swiper-button-next {
      display: block;
      width: 21px;
      height: 36px;
      background-size: 21px 36px;
      margin-top: -10px; } }

.stretchraffine-swiper-button-prev.swiper-button-prev {
  background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
  margin-left: 55px; }

.stretchraffine-swiper-button-next.swiper-button-next {
  background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
  margin-right: 55px; }

@media (min-width: 767px) {
  .stretchraffine-head-wrap {
    background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
    background-size: cover;
    background-position-y: 30px;
    padding: 100px 0 100px;
    margin-top: -80px;
    margin-bottom: 0; } }

.stretchraffine-head-inner {
  background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
  background-size: cover;
  background-position-y: 10px;
  padding: 50px 0;
  margin-top: -50px;
  margin-bottom: -30px; }
  @media (min-width: 767px) {
    .stretchraffine-head-inner {
      background: none; } }

.stretchraffine-head {
  padding: 0 0 20px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .stretchraffine-head {
      max-width: 1200px;
      background: #fff;
      border-radius: 10px; } }
  .stretchraffine-head-logo-image {
    margin: 0 auto;
    width: 175px; }
    @media (min-width: 767px) {
      .stretchraffine-head-logo-image {
        padding: 20px 0 0;
        width: 290px; } }
    .stretchraffine-head-logo-image img {
      width: 100%; }
  .stretchraffine-head-title {
    font-family: HiraKakuPro-W6;
    font-size: 18px;
    color: #153163;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .stretchraffine-head-title {
        font-size: 22px;
        margin-bottom: 0; } }
  .stretchraffine-head-text {
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 5px;
    margin: 10px 20px 20px;
    background: #fff; }
    @media (min-width: 767px) {
      .stretchraffine-head-text {
        max-width: 980px;
        margin: 10px auto; } }

.stretchraffine-course-wrap {
  background: url("/static/img/brand-detail/background-course.png") no-repeat top;
  background-size: 100% 100px; }
  @media (min-width: 1100px) {
    .stretchraffine-course-wrap {
      background: #fff; } }

.stretchraffine-course-title {
  padding-top: 25px;
  color: #767676;
  font-family: 'Nunito',sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center; }
  .stretchraffine-course-title:before, .stretchraffine-course-title:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.stretchraffine-course-text-block {
  margin: 30px auto; }

.stretchraffine-course-text {
  padding: 0 10px;
  margin: 0 auto 10px;
  font-size: 12px;
  line-height: 1.7em;
  text-align: center; }
  .stretchraffine-course-text span.stretchraffine-course-text-nomination {
    display: inline-block;
    width: 122px;
    padding: 6px 0;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    background: #153163; }
    .stretchraffine-course-text span.stretchraffine-course-text-nomination span {
      font-size: 15px;
      font-weight: bold; }

.stretchraffine-course-text + .stretchraffine-course-text {
  margin-top: 15px; }

.stretchraffine-menu {
  padding: 30px 0; }
  @media (min-width: 1100px) {
    .stretchraffine-menu {
      display: flex;
      flex-wrap: wrap;
      max-width: 1121px;
      margin: auto; } }
  @media (min-width: 1100px) {
    .stretchraffine-menu-center {
      margin-right: 20px;
      margin-left: 20px; } }
  .stretchraffine-menu-item {
    color: #fff;
    background-color: #fffdef;
    display: block;
    margin-bottom: 1px;
    position: relative; }
    @media (min-width: 1100px) {
      .stretchraffine-menu-item {
        width: 355px;
        margin-bottom: 40px; }
        .stretchraffine-menu-item:before {
          content: '';
          display: block;
          background: #bdbdbd26;
          height: 3px;
          width: 355px;
          margin-bottom: 5px;
          position: absolute;
          top: -20px; } }
    @media (min-width: 1100px) {
      .stretchraffine-menu-item-center {
        margin-right: 10px;
        margin-left: 10px; } }
  .stretchraffine-menu-title {
    background-color: #f0e063;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .stretchraffine-menu-title:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .stretchraffine-menu-title {
        height: 40px; } }
  .stretchraffine-menu-title-blue {
    background-color: #153163;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .stretchraffine-menu-title-blue:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .stretchraffine-menu-title-blue {
        height: 40px; } }
  .stretchraffine-menu-detail {
    background-color: #fffdef;
    display: none;
    color: #424242;
    font-family: HiraKakuPro-W3;
    font-size: 14px;
    line-height: 1.71;
    padding: 20px 10px 20px; }
    @media (min-width: 1100px) {
      .stretchraffine-menu-detail {
        display: block;
        height: auto; } }
    @media (min-width: 1100px) {
      .stretchraffine-menu-detail-long {
        display: block;
        height: 610px; } }
  .stretchraffine-menu-description {
    max-width: 355px;
    margin: auto; }
    .stretchraffine-menu-description span {
      color: #c90303;
      font-size: 12px; }
    .stretchraffine-menu-description-head-text {
      min-height: 120px;
      margin-bottom: 20px; }
    .stretchraffine-menu-description-link {
      display: block;
      color: #3036D5;
      margin: 10px 0;
      text-decoration: underline;
      text-align: right; }
  .stretchraffine-menu-img {
    text-align: center;
    margin: 0 auto; }
    .stretchraffine-menu-img img {
      width: 100%;
      max-width: 355px; }
  .stretchraffine-menu-img-align-height {
    text-align: center;
    margin: 0 auto; }
    .stretchraffine-menu-img-align-height img {
      height: 100%;
      max-height: 400px; }
  .stretchraffine-menu-price-title {
    background-color: #f0e063;
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163;
    max-width: 345px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    padding-left: 16px; }
  .stretchraffine-menu-price-subtitle {
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163; }
  .stretchraffine-menu-price table {
    border-collapse: collapse;
    border: solid 1px #e5e5e5;
    font-family: HiraKakuPro-W3;
    margin: 5px auto; }
    .stretchraffine-menu-price table th {
      background: #f7f7f7;
      color: #222222;
      font-size: 13px;
      font-weight: normal;
      width: 107px; }
    .stretchraffine-menu-price table td {
      background: #ffffff;
      color: #222222;
      font-size: 13px;
      width: 227.9px;
      padding-left: 14px;
      position: relative; }
    .stretchraffine-menu-price table .stretchraffine-menu-recommend-annotation-row {
      border: 1px solid #fffdef;
      border-bottom: 1px solid #e5e5e5; }
    .stretchraffine-menu-price table .stretchraffine-menu-recommend-annotation {
      text-align: left;
      font-weight: bold;
      color: rgba(249, 8, 17, 0.97);
      background: none;
      border: none; }
    .stretchraffine-menu-price table .stretchraffine-course-recommended {
      background: #f0e063; }
  .stretchraffine-menu-price-long tr th {
    min-width: 177px; }
  .stretchraffine-menu-price-long tr td {
    width: 159px; }
  .stretchraffine-menu-price-description {
    max-width: 355px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.71;
    color: #424242; }
    .stretchraffine-menu-price-description span {
      color: #c90303;
      font-size: 12px; }
  .stretchraffine-menu-price-box {
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    height: 35px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px; }
    .stretchraffine-menu-price-box p {
      padding-left: 16px; }
    .stretchraffine-menu-price-box span {
      position: absolute;
      top: 6px;
      right: 25px; }

.stretchraffine-campaign-title {
  font-family: 'Nunito',sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #767676;
  margin: 40px 0; }
  @media (min-width: 1100px) {
    .stretchraffine-campaign-title {
      background-color: #ffffff;
      border-top: solid 1px #707070;
      border-bottom: solid 1px #707070;
      padding: 30px; } }
  .stretchraffine-campaign-title:before, .stretchraffine-campaign-title:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain; }

.stretchraffine-campaign-image {
  margin: 0 auto;
  max-width: 1100px; }
  .stretchraffine-campaign-image-sp {
    display: block; }
    @media (min-width: 767px) {
      .stretchraffine-campaign-image-sp {
        display: none; } }
  .stretchraffine-campaign-image-pc {
    display: none; }
    @media (min-width: 767px) {
      .stretchraffine-campaign-image-pc {
        display: block; } }
  .stretchraffine-campaign-image img {
    width: 100%; }

.stretchraffine-store-search {
  margin: 0 0 50px; }
  @media (min-width: 1100px) {
    .stretchraffine-store-search {
      background: url("/static/img/brand-detail/background-search-shop.png") no-repeat center;
      background-size: 100% 274.5px;
      padding-top: 63px;
      padding-bottom: 115px; } }
  .stretchraffine-store-search-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #767676;
    margin: 40px 0; }
    .stretchraffine-store-search-title:before, .stretchraffine-store-search-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .stretchraffine-store-search-item + .stretchraffine-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .stretchraffine-store-search-item + .stretchraffine-store-search-item {
        margin-left: 10px; } }
  .stretchraffine-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .stretchraffine-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .stretchraffine-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .stretchraffine-store-search-item-wrap {
          justify-content: center; } }
    .stretchraffine-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .stretchraffine-store-search-item-input {
          min-width: 172px; } }
    .stretchraffine-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .stretchraffine-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .stretchraffine-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .stretchraffine-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .stretchraffine-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .stretchraffine-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .stretchraffine-store-search-item-text-box {
          min-width: 260px; } }
    .stretchraffine-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .stretchraffine-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .stretchraffine-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .stretchraffine-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff; }

.stretchraffine-brandlist {
  padding: 0 10px; }
  .stretchraffine-brandlist-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 9.6px;
    text-align: center;
    color: #767676;
    margin-top: 40px;
    margin-bottom: 19px; }
    .stretchraffine-brandlist-title:before, .stretchraffine-brandlist-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .stretchraffine-brandlist-pc {
    display: none; }
    @media (min-width: 1100px) {
      .stretchraffine-brandlist-pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .stretchraffine-brandlist-pc-container {
      background-color: #fefad7;
      height: 176px;
      padding: 7px; }
    .stretchraffine-brandlist-pc-item {
      width: 358px;
      margin: 2px; }
    .stretchraffine-brandlist-pc-img {
      width: 100%;
      text-align: center; }
      .stretchraffine-brandlist-pc-img img {
        width: 100%; }
    .stretchraffine-brandlist-pc-raffine {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #1eb9ee; }
    .stretchraffine-brandlist-pc-grand {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #957690; }
    .stretchraffine-brandlist-pc-badan {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #622e20; }
    .stretchraffine-brandlist-pc-plus {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #52c3f1; }
    .stretchraffine-brandlist-pc-petit {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #8ec31f; }
    .stretchraffine-brandlist-pc-natural {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #80cde3; }
    .stretchraffine-brandlist-pc-stretch {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #3eb134; }
    .stretchraffine-brandlist-pc-cotsubania {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #90c31f; }
    .stretchraffine-brandlist-pc-logo-img {
      text-align: center; }
      .stretchraffine-brandlist-pc-logo-img img {
        width: 180px; }
    .stretchraffine-brandlist-pc-description {
      font-size: 12px;
      font-family: 'Nunito',sans-serif;
      margin-bottom: 18px; }
    .stretchraffine-brandlist-pc-menu {
      font-size: 12px;
      font-family: HiraKakuPro-W6; }
    .stretchraffine-brandlist-pc-tag {
      display: flex;
      flex-wrap: wrap; }
      .stretchraffine-brandlist-pc-tag-item {
        display: inline-block;
        width: 80px;
        height: 23px;
        border-radius: 30px;
        background-color: #f2f2f2;
        line-height: 23px;
        text-align: center;
        margin: 5px 3px;
        font-size: 10px; }
        @media (min-width: 1100px) {
          .stretchraffine-brandlist-pc-tag-item {
            width: auto; } }
  @media (min-width: 1100px) {
    .stretchraffine-brandlist-sp {
      display: none; } }
  .stretchraffine-brandlist-shop-img img {
    width: 100%; }
  .stretchraffine-brandlist-raffine {
    background-color: #fefad7;
    padding: 20px 0; }
    .stretchraffine-brandlist-raffine-title {
      color: #52c3f1;
      font-size: 20px;
      text-align: center;
      font-family: HiraKakuPro-W3;
      margin-top: 15px;
      margin-bottom: 20px; }
    .stretchraffine-brandlist-raffine-description {
      margin-top: 22px;
      font-size: 14px;
      max-width: 338px; }
    .stretchraffine-brandlist-raffine-tag {
      display: flex;
      justify-content: center;
      font-size: 10px;
      flex-wrap: wrap;
      margin-top: 36px; }
  .stretchraffine-brandlist-logo-img {
    text-align: center; }
    .stretchraffine-brandlist-logo-img img {
      width: 200px; }
  .stretchraffine-brandlist-tag-item {
    display: inline-block;
    width: 80px;
    height: 23px;
    border-radius: 30px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 23px;
    margin: 5px 3px; }
  .stretchraffine-brandlist-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px; }
    .stretchraffine-brandlist-all-item {
      width: 32%;
      margin-bottom: 10px; }
      .stretchraffine-brandlist-all-item p {
        font-size: 15px;
        color: #153163; }
    .stretchraffine-brandlist-all-img img {
      width: 100%; }

.stretchraffine-text-red {
  color: #D80000; }

.stretchraffine-text-bold {
  font-weight: bold; }

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

@media (min-width: 767px) {
  .stretchraffine-text-center-pc {
    text-align: center; } }

.stretchraffine-text-underline {
  text-decoration: underline; }

.stretchraffine-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .stretchraffine-text-wrap-pc {
      display: block; } }

.stretchraffine-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .stretchraffine-text-wrap-sp {
      display: none; } }

.grand-raffine-title h1 {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 767px) {
    .grand-raffine-title h1 {
      padding: 30px 0 20px; } }
  .grand-raffine-title h1:before, .grand-raffine-title h1:after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.grand-raffine-key-visual {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 767px) {
    .grand-raffine-key-visual {
      margin: 25px 0 24px;
      padding: 0 0 25px;
      max-width: 1400px; } }

.grand-raffine-swiper-parent {
  position: relative; }
  .grand-raffine-swiper-parent .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px; }
  .grand-raffine-swiper-parent .swiper-pagination-bullet-active {
    background: #153163;
    opacity: 1; }
  .grand-raffine-swiper-parent .grand-raffine-swiper-pagination-small-button-wrap {
    position: absolute;
    top: calc(100% + 31px);
    left: 0;
    right: 0;
    margin: auto; }
    .grand-raffine-swiper-parent .grand-raffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
      display: none; }
      @media (min-width: 767px) {
        .grand-raffine-swiper-parent .grand-raffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-prev {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
          background-size: 6px 10px;
          left: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }
    .grand-raffine-swiper-parent .grand-raffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
      display: none; }
      @media (min-width: 767px) {
        .grand-raffine-swiper-parent .grand-raffine-swiper-pagination-small-button-wrap .swiper-pagination-small-button-next {
          display: block;
          background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
          background-size: 6px 10px;
          right: calc(50% + -75px);
          cursor: pointer;
          outline: none; } }

.grand-raffine-swiper-container.swiper-container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .grand-raffine-swiper-container.swiper-container {
      width: calc(100% - 220px);
      padding-bottom: 50px;
      box-sizing: content-box; } }

.grand-raffine-swiper-wrapper.swiper-wrapper {
  width: 100%;
  height: 280px;
  padding: 0 0 50px; }
  @media (min-width: 767px) {
    .grand-raffine-swiper-wrapper.swiper-wrapper {
      height: 500px; } }

.grand-raffine-swiper-slide.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center; }
  .grand-raffine-swiper-slide.swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%; }
    @media (min-width: 767px) {
      .grand-raffine-swiper-slide.swiper-slide img {
        -o-object-fit: cover;
           object-fit: cover; } }

.grand-raffine-swiper-pagination.swiper-pagination {
  position: absolute;
  top: calc(100% - 38px);
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 375px) {
    .grand-raffine-swiper-pagination.swiper-pagination {
      top: calc(100% - 30px); } }
  @media (min-width: 767px) {
    .grand-raffine-swiper-pagination.swiper-pagination {
      top: calc(100% + 20px); } }

.grand-raffine-swiper-button-prev.swiper-button-prev, .grand-raffine-swiper-button-next.swiper-button-next {
  display: none; }
  @media (min-width: 767px) {
    .grand-raffine-swiper-button-prev.swiper-button-prev, .grand-raffine-swiper-button-next.swiper-button-next {
      display: block;
      width: 21px;
      height: 36px;
      background-size: 21px 36px;
      margin-top: -10px; } }

.grand-raffine-swiper-button-prev.swiper-button-prev {
  background-image: url("/static/img/brand-detail/icon-arrow-left.svg");
  margin-left: 55px; }

.grand-raffine-swiper-button-next.swiper-button-next {
  background-image: url("/static/img/brand-detail/icon-arrow-right.svg");
  margin-right: 55px; }

@media (min-width: 767px) {
  .grand-raffine-head-wrap {
    background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
    background-size: cover;
    background-position-y: 30px;
    padding: 100px 0 100px;
    margin-top: -80px;
    margin-bottom: 0; } }

.grand-raffine-head-inner {
  background: url("/static/img/brand-detail/background-top.png") no-repeat bottom;
  background-size: cover;
  background-position-y: 10px;
  padding: 50px 0;
  margin-top: -50px;
  margin-bottom: -30px; }
  @media (min-width: 767px) {
    .grand-raffine-head-inner {
      background: none; } }

.grand-raffine-head {
  padding: 0 0 20px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .grand-raffine-head {
      max-width: 1200px;
      background: #fff;
      border-radius: 10px; } }
  .grand-raffine-head-logo-image {
    margin: 0 auto;
    width: 175px; }
    @media (min-width: 767px) {
      .grand-raffine-head-logo-image {
        padding: 20px 0 0;
        width: 290px; } }
    .grand-raffine-head-logo-image img {
      width: 100%; }
  .grand-raffine-head-title {
    font-family: HiraKakuPro-W6;
    font-size: 18px;
    color: #153163;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .grand-raffine-head-title {
        font-size: 22px;
        margin-bottom: 0; } }
  .grand-raffine-head-text {
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 5px;
    margin: 10px 20px 20px;
    background: #fff; }
    @media (min-width: 767px) {
      .grand-raffine-head-text {
        max-width: 980px;
        margin: 10px auto; } }

.grand-raffine-course-wrap {
  background: url("/static/img/brand-detail/background-course.png") no-repeat top;
  background-size: 100% 100px; }
  @media (min-width: 1100px) {
    .grand-raffine-course-wrap {
      background: #fff; } }

.grand-raffine-course-title {
  padding: 25px 0;
  color: #767676;
  font-family: 'Nunito',sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center; }
  .grand-raffine-course-title:before, .grand-raffine-course-title:after {
    display: inline-block;
    content: '';
    width: 35px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.grand-raffine-course-text-block {
  margin: 30px auto; }

.grand-raffine-course-text {
  padding: 0 10px;
  margin: 0 auto 10px;
  font-size: 12px;
  line-height: 1.7em;
  text-align: center; }
  .grand-raffine-course-text span.grand-raffine-course-text-nomination {
    display: inline-block;
    width: 122px;
    padding: 6px 0;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    background: #153163; }
    .grand-raffine-course-text span.grand-raffine-course-text-nomination span {
      font-size: 15px;
      font-weight: bold; }

.grand-raffine-course-text + .grand-raffine-course-text {
  margin-top: 15px; }

.grand-raffine-menu {
  padding: 30px 0; }
  @media (min-width: 1100px) {
    .grand-raffine-menu {
      display: flex;
      flex-wrap: wrap;
      max-width: 1121px;
      margin: auto; } }
  @media (min-width: 1100px) {
    .grand-raffine-menu-center {
      margin-right: 20px;
      margin-left: 20px; } }
  .grand-raffine-menu-item {
    color: #fff;
    background-color: #fffdef;
    display: block;
    margin-bottom: 1px;
    position: relative; }
    @media (min-width: 1100px) {
      .grand-raffine-menu-item {
        width: 355px;
        margin-bottom: 40px; }
        .grand-raffine-menu-item:before {
          content: '';
          display: block;
          background: #bdbdbd26;
          height: 3px;
          width: 355px;
          margin-bottom: 5px;
          position: absolute;
          top: -20px; } }
    @media (min-width: 1100px) {
      .grand-raffine-menu-item-center {
        margin-right: 10px;
        margin-left: 10px; } }
  .grand-raffine-menu-title {
    background-color: #f0e063;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .grand-raffine-menu-title:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .grand-raffine-menu-title {
        height: 40px; } }
  .grand-raffine-menu-title-blue {
    background-color: #153163;
    display: block;
    height: 60px;
    width: 100%;
    text-align: left;
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; }
    .grand-raffine-menu-title-blue:focus {
      outline: none; }
    @media (min-width: 1100px) {
      .grand-raffine-menu-title-blue {
        height: 40px; } }
  .grand-raffine-menu-detail {
    background-color: #fffdef;
    display: none;
    color: #424242;
    font-family: HiraKakuPro-W3;
    font-size: 14px;
    line-height: 1.71;
    padding: 20px 10px 80px; }
    @media (min-width: 1100px) {
      .grand-raffine-menu-detail {
        display: block;
        height: 590px; } }
    @media (min-width: 1100px) {
      .grand-raffine-menu-detail-long {
        display: block;
        height: 610px; } }
  .grand-raffine-menu-description {
    max-width: 355px;
    margin: auto; }
    .grand-raffine-menu-description span {
      font-size: 12px; }
    .grand-raffine-menu-description-head-text {
      min-height: 120px;
      margin-bottom: 20px; }
    .grand-raffine-menu-description-link {
      display: block;
      color: #3036D5;
      margin: 10px 0;
      text-decoration: underline;
      text-align: right; }
  .grand-raffine-menu-img {
    text-align: center;
    margin: 0 auto; }
    .grand-raffine-menu-img img {
      width: 100%;
      max-width: 355px;
      max-height: 223.33px; }
  .grand-raffine-menu-price-title {
    background-color: #f0e063;
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163;
    max-width: 345px;
    height: 38px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    padding-left: 16px; }
  .grand-raffine-menu-price-subtitle {
    font-family: HiraKakuPro-W6;
    font-size: 15px;
    color: #153163; }
  .grand-raffine-menu-price table {
    border-collapse: collapse;
    border: solid 1px #e5e5e5;
    font-family: HiraKakuPro-W3;
    margin: 5px auto; }
    .grand-raffine-menu-price table th {
      background: #f7f7f7;
      color: #222222;
      font-size: 13px;
      font-weight: normal;
      width: 107px; }
    .grand-raffine-menu-price table td {
      background: #ffffff;
      color: #222222;
      font-size: 13px;
      width: 227.9px;
      padding-left: 14px;
      position: relative; }
    .grand-raffine-menu-price table .grand-raffine-menu-recommend-annotation-row {
      border: 1px solid #fffdef;
      border-bottom: 1px solid #e5e5e5; }
    .grand-raffine-menu-price table .grand-raffine-menu-recommend-annotation {
      text-align: left;
      font-weight: bold;
      color: rgba(249, 8, 17, 0.97);
      background: none;
      border: none; }
    .grand-raffine-menu-price table .grand-raffine-course-recommended {
      background: #f0e063; }
  .grand-raffine-menu-price-long tr th {
    min-width: 177px; }
  .grand-raffine-menu-price-long tr td {
    width: 159px; }
  .grand-raffine-menu-price-description {
    max-width: 355px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.71;
    color: #424242; }
    .grand-raffine-menu-price-description span {
      color: #c90303;
      font-size: 12px; }
  .grand-raffine-menu-price-box {
    border: solid 1px #f2f2f2;
    background-color: #ffffff;
    height: 35px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px; }
    .grand-raffine-menu-price-box p {
      padding-left: 16px; }
    .grand-raffine-menu-price-box span {
      position: absolute;
      top: 6px;
      right: 25px; }

.grand-raffine-campaign-title {
  font-family: 'Nunito',sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  color: #767676;
  margin: 40px 0; }
  @media (min-width: 1100px) {
    .grand-raffine-campaign-title {
      background-color: #ffffff;
      border-top: solid 1px #707070;
      border-bottom: solid 1px #707070;
      padding: 30px; } }
  .grand-raffine-campaign-title:before, .grand-raffine-campaign-title:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain; }

.grand-raffine-campaign-image {
  margin: 0 auto;
  max-width: 1100px; }
  .grand-raffine-campaign-image-sp {
    display: block; }
    @media (min-width: 767px) {
      .grand-raffine-campaign-image-sp {
        display: none; } }
  .grand-raffine-campaign-image-pc {
    display: none; }
    @media (min-width: 767px) {
      .grand-raffine-campaign-image-pc {
        display: block; } }
  .grand-raffine-campaign-image img {
    width: 100%; }

.grand-raffine-store-search {
  margin: 0 0 50px; }
  @media (min-width: 1100px) {
    .grand-raffine-store-search {
      background: url("/static/img/brand-detail/background-search-shop.png") no-repeat center;
      background-size: 100% 274.5px;
      padding-top: 63px;
      padding-bottom: 115px; } }
  .grand-raffine-store-search-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    color: #767676;
    margin: 40px 0; }
    .grand-raffine-store-search-title:before, .grand-raffine-store-search-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .grand-raffine-store-search-item + .grand-raffine-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .grand-raffine-store-search-item + .grand-raffine-store-search-item {
        margin-left: 10px; } }
  .grand-raffine-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .grand-raffine-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .grand-raffine-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .grand-raffine-store-search-item-wrap {
          justify-content: center; } }
    .grand-raffine-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .grand-raffine-store-search-item-input {
          min-width: 172px; } }
    .grand-raffine-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      line-height: normal;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .grand-raffine-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .grand-raffine-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .grand-raffine-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .grand-raffine-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .grand-raffine-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .grand-raffine-store-search-item-text-box {
          min-width: 260px; } }
    .grand-raffine-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .grand-raffine-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .grand-raffine-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .grand-raffine-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff; }

.grand-raffine-brandlist {
  padding: 0 10px; }
  .grand-raffine-brandlist-title {
    font-family: 'Nunito',sans-serif;
    font-size: 24px;
    letter-spacing: 9.6px;
    text-align: center;
    color: #767676;
    margin-top: 40px;
    margin-bottom: 19px; }
    .grand-raffine-brandlist-title:before, .grand-raffine-brandlist-title:after {
      content: '';
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain; }
  .grand-raffine-brandlist-pc {
    display: none; }
    @media (min-width: 1100px) {
      .grand-raffine-brandlist-pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .grand-raffine-brandlist-pc-container {
      background-color: #fefad7;
      height: 176px;
      padding: 7px; }
    .grand-raffine-brandlist-pc-item {
      width: 358px;
      margin: 2px; }
    .grand-raffine-brandlist-pc-img {
      width: 100%;
      text-align: center; }
      .grand-raffine-brandlist-pc-img img {
        width: 100%; }
    .grand-raffine-brandlist-pc-raffine {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #1eb9ee; }
    .grand-raffine-brandlist-pc-grand {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #957690; }
    .grand-raffine-brandlist-pc-badan {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #622e20; }
    .grand-raffine-brandlist-pc-plus {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #52c3f1; }
    .grand-raffine-brandlist-pc-petit {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #8ec31f; }
    .grand-raffine-brandlist-pc-natural {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #80cde3; }
    .grand-raffine-brandlist-pc-stretch {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #3eb134; }
    .grand-raffine-brandlist-pc-cotsubania {
      font-family: 'Nunito',sans-serif;
      font-size: 15px;
      text-align: center;
      color: #90c31f; }
    .grand-raffine-brandlist-pc-logo-img {
      text-align: center; }
      .grand-raffine-brandlist-pc-logo-img img {
        width: 180px; }
    .grand-raffine-brandlist-pc-description {
      font-size: 12px;
      font-family: 'Nunito',sans-serif;
      margin-bottom: 18px; }
    .grand-raffine-brandlist-pc-menu {
      font-size: 12px;
      font-family: HiraKakuPro-W6; }
    .grand-raffine-brandlist-pc-tag {
      display: flex;
      flex-wrap: wrap; }
      .grand-raffine-brandlist-pc-tag-item {
        display: inline-block;
        width: 80px;
        height: 23px;
        border-radius: 30px;
        background-color: #f2f2f2;
        line-height: 23px;
        text-align: center;
        margin: 5px 3px;
        font-size: 10px; }
        @media (min-width: 1100px) {
          .grand-raffine-brandlist-pc-tag-item {
            width: auto; } }
  @media (min-width: 1100px) {
    .grand-raffine-brandlist-sp {
      display: none; } }
  .grand-raffine-brandlist-shop-img img {
    width: 100%; }
  .grand-raffine-brandlist-raffine {
    background-color: #fefad7;
    padding: 20px 0; }
    .grand-raffine-brandlist-raffine-title {
      color: #52c3f1;
      font-size: 20px;
      text-align: center;
      font-family: HiraKakuPro-W3;
      margin-top: 15px;
      margin-bottom: 20px; }
    .grand-raffine-brandlist-raffine-description {
      margin-top: 22px;
      font-size: 14px;
      max-width: 338px; }
    .grand-raffine-brandlist-raffine-tag {
      display: flex;
      justify-content: center;
      font-size: 10px;
      flex-wrap: wrap;
      margin-top: 36px; }
  .grand-raffine-brandlist-logo-img {
    text-align: center; }
    .grand-raffine-brandlist-logo-img img {
      width: 200px; }
  .grand-raffine-brandlist-tag-item {
    display: inline-block;
    width: 80px;
    height: 23px;
    border-radius: 30px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 23px;
    margin: 5px 3px; }
  .grand-raffine-brandlist-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6px; }
    .grand-raffine-brandlist-all-item {
      width: 32%;
      margin-bottom: 10px; }
      .grand-raffine-brandlist-all-item p {
        font-size: 15px;
        color: #153163; }
    .grand-raffine-brandlist-all-img img {
      width: 100%; }

.grand-raffine-text-red {
  color: #D80000; }

.grand-raffine-text-bold {
  font-weight: bold; }

.grand-raffine-text-center {
  text-align: center; }

@media (min-width: 767px) {
  .grand-raffine-text-center-pc {
    text-align: center; } }

.grand-raffine-text-underline {
  text-decoration: underline; }

.grand-raffine-text-wrap-pc {
  display: none; }
  @media (min-width: 767px) {
    .grand-raffine-text-wrap-pc {
      display: block; } }

.grand-raffine-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .grand-raffine-text-wrap-sp {
      display: none; } }

.raffine-gift {
  max-width: 1100px;
  margin: 0 auto; }
  .raffine-gift-title {
    font-family: HiraKakuPro-W3;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #767676;
    white-space: nowrap;
    margin-top: 20px; }
    .raffine-gift-title:before, .raffine-gift-title:after {
      display: inline-block;
      content: '';
      width: 22px;
      height: 19px;
      margin-bottom: 3px;
      background: url("/static/img/brand-detail/flower.png") no-repeat center;
      background-size: contain;
      vertical-align: middle; }
  .raffine-gift-message {
    background: url("/static/img/raffine-gift/background-sunflower.png") bottom no-repeat;
    background-size: cover;
    padding: 40px 10px 70px; }
    .raffine-gift-message-head-text {
      font-family: HiraKakuPro-W3;
      font-size: 12px;
      line-height: 1.5em;
      text-align: center;
      color: #000; }
      @media (min-width: 375px) {
        .raffine-gift-message-head-text {
          font-size: 13.5px; } }
      @media (min-width: 767px) {
        .raffine-gift-message-head-text {
          font-size: 20px;
          margin-bottom: 50px; } }
    .raffine-gift-message-text-block {
      max-width: 1100px;
      margin: 0 auto;
      padding: 20px 0;
      opacity: 0.8;
      background-color: #ffffff; }
      .raffine-gift-message-text-block p {
        font-family: HiraKakuPro-W3;
        font-size: 12px;
        line-height: 1.7em;
        text-align: center;
        color: #000; }
        .raffine-gift-message-text-block p span {
          font-size: 12px; }
        @media (min-width: 375px) {
          .raffine-gift-message-text-block p {
            font-size: 13.5px; } }
        @media (min-width: 767px) {
          .raffine-gift-message-text-block p {
            font-size: 20px;
            line-height: 1.5em; } }
      .raffine-gift-message-text-block p + p {
        margin-top: 30px; }
  .raffine-gift-method {
    padding: 20px 0 80px;
    background: url("/static/img/raffine-gift/background-method.png") center;
    background-size: cover; }
    .raffine-gift-method-title {
      font-family: HiraKakuPro-W6;
      font-size: 20px;
      line-height: 1.2;
      text-align: center;
      color: #000000;
      padding: 22px 0; }
      .raffine-gift-method-title:before, .raffine-gift-method-title:after {
        display: inline-block;
        content: '';
        background: url("/static/img/raffine-gift/title-slash.svg") top no-repeat;
        background-size: contain;
        height: 20px;
        width: 20px;
        padding: 0 10px; }
        @media (min-width: 767px) {
          .raffine-gift-method-title:before, .raffine-gift-method-title:after {
            height: 30px;
            width: 30px; } }
      .raffine-gift-method-title:after {
        transform: scale(-1, 1); }
      @media (min-width: 767px) {
        .raffine-gift-method-title {
          font-size: 30px; } }
    .raffine-gift-method-text {
      margin: 20px;
      font-family: HiraKakuPro-W3;
      font-size: 14px;
      line-height: 1.71;
      text-align: center;
      color: #000000; }
      @media (min-width: 767px) {
        .raffine-gift-method-text {
          max-width: 1100px;
          margin: 20px auto;
          font-size: 20px; } }
      .raffine-gift-method-text span {
        font-size: 12px; }
        @media (min-width: 767px) {
          .raffine-gift-method-text span {
            font-size: 14px; } }
    .raffine-gift-method-item {
      margin: 0 40px;
      background: #ffffff;
      padding: 12px 7px;
      font-family: HiraKakuPro-W6;
      font-size: 20px;
      text-align: center;
      color: #153163; }
      @media (min-width: 767px) {
        .raffine-gift-method-item {
          max-width: 1086px;
          margin: 0 auto;
          font-size: 30px; } }
      .raffine-gift-method-item span {
        font-size: 16px; }
        @media (min-width: 767px) {
          .raffine-gift-method-item span {
            font-size: 30px; } }
  .raffine-gift-electric-pc {
    display: none; }
    @media (min-width: 767px) {
      .raffine-gift-electric-pc {
        display: block;
        background-color: #fffdef; } }
    .raffine-gift-electric-pc-title-wrap {
      background: url("/static/img/common/background-top.png") top no-repeat;
      background-size: 100% 40%;
      width: 100%;
      padding: 24px 0 38px; }
    .raffine-gift-electric-pc-title {
      font-family: HiraKakuPro-W6;
      font-size: 30px;
      text-align: center;
      color: #153163; }
    .raffine-gift-electric-pc-list-parent {
      margin: 0 auto;
      padding: 0 10px;
      max-width: 1100px; }
      .raffine-gift-electric-pc-list-parent p {
        padding: 10px 0;
        font-size: 18px;
        background-color: #ffffff;
        border: solid 1px #F0E063;
        text-align: center; }
        @media (min-width: 767px) {
          .raffine-gift-electric-pc-list-parent p {
            font-size: 26px; } }
    .raffine-gift-electric-pc-list {
      margin: 0 auto;
      max-width: 1100px;
      padding: 30px 10px 20px;
      display: flex;
      justify-content: space-between;
      list-style-type: none;
      flex-wrap: wrap; }
    .raffine-gift-electric-pc-item-receive.raffine-gift-electric-pc-item {
      width: 46.5%; }
      .raffine-gift-electric-pc-item-receive.raffine-gift-electric-pc-item:first-of-type {
        width: 100%;
        margin-bottom: 30px; }
    .raffine-gift-electric-pc-item {
      width: 46.5%;
      padding: 20px 10px;
      margin-bottom: 30px;
      background-color: #fff;
      border: solid 1px #ddd;
      text-align: center; }
      @media (min-width: 1100px) {
        .raffine-gift-electric-pc-item {
          width: 22%; } }
      .raffine-gift-electric-pc-item-step-wrap {
        width: 100px;
        text-align: center;
        margin: 0 auto; }
      .raffine-gift-electric-pc-item-step {
        display: inline-block;
        margin: 0 0 10px;
        padding: 5px 10px;
        font-size: 16px;
        font-family: HiraKakuPro-W6;
        color: #153163;
        background-color: #F0E063;
        border: 1px solid #F0E063;
        border-radius: 15px; }
      .raffine-gift-electric-pc-item-image-wide {
        margin: 0 auto 20px;
        max-width: 100px;
        height: 100px;
        line-height: 120px; }
        .raffine-gift-electric-pc-item-image-wide img {
          width: 100%; }
      .raffine-gift-electric-pc-item-image {
        margin: 0 auto 20px;
        max-width: 65px;
        height: 100px;
        line-height: 100px; }
        .raffine-gift-electric-pc-item-image img {
          width: 100%; }
      .raffine-gift-electric-pc-item-text-block-subtitle {
        font-family: HiraKakuPro-W6;
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 15px;
        min-height: 70px; }
      .raffine-gift-electric-pc-item-text-block-description {
        font-size: 20px;
        line-height: 1.5em; }
      .raffine-gift-electric-pc-item-text-block-link {
        font-family: HiraKakuPro-W3;
        font-size: 20px;
        line-height: 1.4em;
        color: #3036D5;
        cursor: pointer; }
        .raffine-gift-electric-pc-item-text-block-link:hover {
          text-decoration: underline; }
        .raffine-gift-electric-pc-item-text-block-link-button {
          margin: 20px 0; }
          .raffine-gift-electric-pc-item-text-block-link-button a {
            display: inline-block;
            font-family: HiraKakuPro-W3;
            width: 140px;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            border: solid 1px #cccccc;
            border-radius: 4px;
            color: #fff;
            background-color: #153163;
            text-align: center;
            cursor: pointer;
            transition: opacity .5s ease; }
            .raffine-gift-electric-pc-item-text-block-link-button a:hover {
              opacity: .6; }
      .raffine-gift-electric-pc-item-text-block-notice {
        width: 410px;
        margin: 0 auto;
        padding: 20px 25px;
        border: solid 1px #F0E063; }
        .raffine-gift-electric-pc-item-text-block-notice-head {
          text-align: center;
          font-size: 14px;
          margin-bottom: 20px; }
        .raffine-gift-electric-pc-item-text-block-notice-text {
          text-align: left;
          line-height: 1.8em;
          font-size: 12px; }
      .raffine-gift-electric-pc-item-text-block-near-search-title {
        margin-top: 50px;
        font-size: 24px;
        font-weight: normal;
        color: #153163;
        text-align: center; }
        .raffine-gift-electric-pc-item-text-block-near-search-title:after {
          display: block;
          content: "";
          width: 160px;
          border-bottom: 4px solid #F0E063;
          border-radius: 5px;
          margin: 5px auto 0; }
  .raffine-gift-electric-sp {
    background-color: #fffdef; }
    @media (min-width: 767px) {
      .raffine-gift-electric-sp {
        display: none; } }
    .raffine-gift-electric-sp-title-wrap {
      background: url("/static/img/common/background-top.png") center bottom;
      background-size: cover;
      width: 100%;
      padding: 24px 0 38px; }
    .raffine-gift-electric-sp-title {
      font-family: HiraKakuPro-W6;
      font-size: 20px;
      text-align: center;
      color: #153163; }
    .raffine-gift-electric-sp-list-parent {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      background-color: #ffffff;
      border-top: solid 1px #e2e2e2;
      line-height: 1;
      list-style: none;
      cursor: pointer;
      border: solid 1px #eaeaea; }
      .raffine-gift-electric-sp-list-parent > a {
        position: relative;
        padding: 17px 15px;
        display: inline-block;
        height: 100%;
        width: 100%;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 15px; }
        .raffine-gift-electric-sp-list-parent > a:after {
          content: '';
          position: absolute;
          top: calc(50% - (12px / 2));
          right: 15px;
          display: inline-block;
          height: 12px;
          width: 12px;
          background: url("/static/img/common/icon-plus.svg") no-repeat center; }
    .raffine-gift-electric-sp-list-parent.opened {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      background-color: #ffffff;
      border-top: solid 1px #e2e2e2;
      line-height: 1;
      list-style: none;
      cursor: pointer;
      border-top: solid 1px #eaeaea; }
      .raffine-gift-electric-sp-list-parent.opened > a {
        position: relative;
        padding: 17px 15px;
        display: inline-block;
        height: 100%;
        width: 100%;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 15px; }
        .raffine-gift-electric-sp-list-parent.opened > a:after {
          content: '';
          position: absolute;
          top: calc(50% - (1px / 2));
          right: 15px;
          display: inline-block;
          height: 1px;
          width: 12px;
          background: url("/static/img/common/icon-minus.svg") no-repeat center; }
    .raffine-gift-electric-sp-list-children {
      background-color: #fffdef;
      display: none;
      padding: 0;
      width: 100%; }
    .raffine-gift-electric-sp-item + .raffine-gift-electric-sp-item {
      border-top: dashed 2px #DEDEDE; }
    .raffine-gift-electric-sp-item-inner {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 400px) {
        .raffine-gift-electric-sp-item-inner {
          justify-content: flex-start; } }
    .raffine-gift-electric-sp-item {
      margin: 0 20px;
      padding: 25px 0;
      list-style-type: none; }
      .raffine-gift-electric-sp-item-step-wrap {
        width: 100px;
        text-align: center; }
      .raffine-gift-electric-sp-item-step {
        display: inline-block;
        margin: 0 0 10px;
        padding: 5px 10px;
        font-size: 11px;
        font-family: HiraKakuPro-W6;
        color: #153163;
        background-color: #F0E063;
        border: 1px solid #F0E063;
        border-radius: 15px; }
      .raffine-gift-electric-sp-item-image-wide {
        max-width: 85px;
        margin: 0 auto; }
        .raffine-gift-electric-sp-item-image-wide img {
          width: 100%; }
      .raffine-gift-electric-sp-item-image {
        max-width: 65px;
        margin: 0 auto; }
        .raffine-gift-electric-sp-item-image img {
          width: 100%; }
      .raffine-gift-electric-sp-item-text-block {
        margin-left: 30px;
        width: 220px; }
        @media (min-width: 400px) {
          .raffine-gift-electric-sp-item-text-block {
            width: 70%; } }
        .raffine-gift-electric-sp-item-text-block-subtitle {
          font-family: HiraKakuPro-W6;
          font-size: 15px;
          line-height: 1.5em;
          margin-bottom: 15px; }
        .raffine-gift-electric-sp-item-text-block-description {
          font-size: 14px;
          line-height: 1.4em; }
        .raffine-gift-electric-sp-item-text-block-link {
          font-family: HiraKakuPro-W3;
          font-size: 14px;
          line-height: 1.4em;
          color: #1826e8; }
          .raffine-gift-electric-sp-item-text-block-link-button {
            margin: 20px 0; }
            .raffine-gift-electric-sp-item-text-block-link-button a {
              display: inline-block;
              font-family: HiraKakuPro-W3;
              width: 140px;
              height: 40px;
              line-height: 40px;
              font-size: 14px;
              border: solid 1px #cccccc;
              border-radius: 4px;
              color: #fff;
              background-color: #153163;
              text-align: center;
              cursor: pointer;
              transition: opacity .5s ease; }
              .raffine-gift-electric-sp-item-text-block-link-button a:hover {
                opacity: .6; }
        .raffine-gift-electric-sp-item-text-block-notice {
          margin: 0 auto;
          padding: 15px 20px;
          background-color: #fff;
          border: solid 1px #F0E063; }
          .raffine-gift-electric-sp-item-text-block-notice-head {
            text-align: center;
            font-size: 14px;
            margin-bottom: 20px; }
          .raffine-gift-electric-sp-item-text-block-notice-text {
            text-align: left;
            line-height: 2em;
            font-size: 10px; }
  .raffine-gift-hand-and-site {
    background: url("/static/img/raffine-gift/background-flower.png") top no-repeat;
    background-position-y: -50px; }
    @media (min-width: 767px) {
      .raffine-gift-hand-and-site {
        background: url("/static/img/raffine-gift/background-flower.png") center no-repeat;
        background-size: cover; } }
  .raffine-gift-hand {
    padding: 0 0 20px; }
    .raffine-gift-hand-title-wrap {
      background: url("/static/img/common/background-top.png") top no-repeat;
      background-size: 100% 50%;
      width: 100%;
      padding: 24px 0 15px; }
    .raffine-gift-hand-title {
      font-family: HiraKakuPro-W6;
      font-size: 20px;
      text-align: center;
      color: #153163; }
      @media (min-width: 767px) {
        .raffine-gift-hand-title {
          font-size: 30px; } }
      .raffine-gift-hand-title span {
        font-size: 16px; }
        @media (min-width: 767px) {
          .raffine-gift-hand-title span {
            font-size: 30px; } }
    .raffine-gift-hand-how-to-buy {
      margin: 0 auto;
      padding: 0 10px;
      max-width: 1100px; }
      .raffine-gift-hand-how-to-buy p {
        padding: 10px 0;
        font-size: 18px;
        background-color: #ffffff;
        border: solid 1px #F0E063;
        text-align: center; }
        @media (min-width: 767px) {
          .raffine-gift-hand-how-to-buy p {
            font-size: 26px; } }
    .raffine-gift-hand-near-search-text {
      margin: 30px 0 20px;
      font-size: 14px;
      text-align: center; }
      @media (min-width: 767px) {
        .raffine-gift-hand-near-search-text {
          font-size: 26px;
          margin-bottom: 30px; } }
    .raffine-gift-hand-near-search-title {
      font-size: 18px;
      font-weight: normal;
      color: #153163;
      text-align: center; }
      @media (min-width: 767px) {
        .raffine-gift-hand-near-search-title {
          font-size: 24px;
          margin-bottom: 50px; } }
      .raffine-gift-hand-near-search-title:after {
        display: block;
        content: "";
        width: 120px;
        border-bottom: 4px solid #F0E063;
        border-radius: 5px;
        margin: 5px auto 0; }
        @media (min-width: 767px) {
          .raffine-gift-hand-near-search-title:after {
            width: 160px; } }
    @media (min-width: 767px) {
      .raffine-gift-hand-contents {
        width: 540px;
        margin: 30px auto;
        padding: 20px 0;
        background-color: #fff;
        border: solid 1px #eaeaea; } }
  .raffine-gift-site {
    padding: 0 0 30px; }
    @media (min-width: 767px) {
      .raffine-gift-site {
        padding: 50px 0 30px; } }
    .raffine-gift-site-title-wrap {
      width: 100%;
      padding: 24px 0 10px; }
    .raffine-gift-site-title {
      font-family: HiraKakuPro-W6;
      font-size: 20px;
      text-align: center;
      color: #153163; }
      @media (min-width: 767px) {
        .raffine-gift-site-title {
          font-size: 30px; } }
    @media (min-width: 767px) {
      .raffine-gift-site-contents {
        width: 540px;
        margin: 30px auto;
        padding: 20px 0;
        background-color: #fff;
        border: solid 1px #eaeaea; } }
    .raffine-gift-site-head-text {
      display: none; }
      @media (min-width: 767px) {
        .raffine-gift-site-head-text {
          display: block;
          font-family: HiraKakuPro-W3;
          font-size: 26px;
          text-align: center;
          padding: 20px 0; } }
    .raffine-gift-site-text {
      font-size: 10px;
      text-align: center;
      line-height: 1.6em; }
      @media (min-width: 767px) {
        .raffine-gift-site-text {
          margin-bottom: 20px;
          font-size: 14px; } }
  .raffine-gift-button-wrap {
    padding: 20px 10px;
    text-align: center; }
    @media (min-width: 767px) {
      .raffine-gift-button-wrap {
        padding: 10px 0 20px; } }
    .raffine-gift-button-wrap a {
      display: inline-block;
      font-family: HiraKakuPro-W3;
      width: 240px;
      padding: 14px 0 14px 20px;
      font-size: 17px;
      line-height: 1.7em;
      border: solid 1px #cccccc;
      border-radius: 4px;
      cursor: pointer;
      transition: opacity .5s ease; }
      .raffine-gift-button-wrap a:hover {
        opacity: .6; }
  .raffine-gift-button-store {
    position: relative;
    color: #fff;
    background-color: #153163; }
    .raffine-gift-button-store-image {
      position: absolute;
      content: "";
      width: 40px;
      height: 35px;
      background: url("/static/img/raffine-gift/buy-button.svg") no-repeat center;
      background-size: contain;
      left: 39px;
      top: 13px; }
  .raffine-gift-store-search {
    padding: 0 10px;
    margin: 0 0 90px; }
    @media (min-width: 767px) {
      .raffine-gift-store-search {
        margin: 0 0 25px; } }
    .raffine-gift-store-search-item + .raffine-gift-store-search-item {
      margin-left: 5px; }
      @media (min-width: 767px) {
        .raffine-gift-store-search-item + .raffine-gift-store-search-item {
          margin-left: 10px; } }
    .raffine-gift-store-search-form {
      margin: 0 auto;
      max-width: 355px; }
    .raffine-gift-store-search-item {
      margin: 0 0 10px;
      position: relative;
      width: 100%; }
      .raffine-gift-store-search-item-wrap {
        display: flex;
        justify-content: space-around; }
        @media (min-width: 767px) {
          .raffine-gift-store-search-item-wrap {
            justify-content: center; } }
      .raffine-gift-store-search-item-input {
        min-width: 145px;
        height: 40px;
        padding: 0 0 0 5px;
        font-size: 16px;
        border: 1px solid #ddd;
        border-radius: 4px; }
        @media (min-width: 375px) {
          .raffine-gift-store-search-item-input {
            min-width: 172px; } }
      .raffine-gift-store-search-item-text-box {
        width: 100%;
        height: 40px;
        padding: 0 0 0 5px;
        font-size: 16px;
        line-height: normal;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-sizing: border-box; }
        .raffine-gift-store-search-item-text-box::-webkit-input-placeholder {
          color: #CCCCCC; }
        .raffine-gift-store-search-item-text-box::-moz-placeholder {
          color: #CCCCCC; }
        .raffine-gift-store-search-item-text-box:-ms-input-placeholder {
          color: #CCCCCC; }
        .raffine-gift-store-search-item-text-box::-ms-input-placeholder {
          color: #CCCCCC; }
        .raffine-gift-store-search-item-text-box::placeholder {
          color: #CCCCCC; }
        @media (min-width: 375px) {
          .raffine-gift-store-search-item-text-box {
            min-width: 260px; } }
      .raffine-gift-store-search-item-text-box-wrap {
        height: 40px; }
        @media (min-width: 767px) {
          .raffine-gift-store-search-item-text-box-wrap {
            margin-left: 0; } }
        .raffine-gift-store-search-item-text-box-wrap:after {
          content: "";
          position: absolute;
          bottom: 10px;
          right: 13px;
          height: 18px;
          width: 18px;
          background: url("/static/img/home/store-search.png") no-repeat center;
          background-size: 18px 18px;
          pointer-events: none; }
      .raffine-gift-store-search-item-submit {
        margin: 0 0 0 8px;
        width: 80px;
        height: 40px;
        font-size: 13px;
        border: none;
        border-radius: 4px;
        background-color: #153163;
        color: #fff;
        cursor: pointer;
        transition: opacity .5s ease;
        cursor: pointer;
        transition: opacity .5s ease; }
        .raffine-gift-store-search-item-submit:hover {
          opacity: .6; }
  .raffine-gift-text-red {
    color: #D80000; }
  .raffine-gift-text-bold {
    font-weight: bold; }
  .raffine-gift-text-center {
    text-align: center; }
  @media (min-width: 767px) {
    .raffine-gift-text-center-pc {
      text-align: center; } }
  .raffine-gift-text-underline {
    text-decoration: underline; }
  .raffine-gift-text-wrap-pc {
    display: none; }
    @media (min-width: 767px) {
      .raffine-gift-text-wrap-pc {
        display: block; } }
  .raffine-gift-text-wrap-sp {
    display: block; }
    @media (min-width: 767px) {
      .raffine-gift-text-wrap-sp {
        display: none; } }

.sitemap-contents {
  max-width: 1100px;
  margin: 0 auto; }

.sitemap-title {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  margin-top: 20px; }
  .sitemap-title:before, .sitemap-title:after {
    display: inline-block;
    content: '';
    width: 62px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.sitemap-section:last-of-type {
  padding: 20px 15px 30px; }

.sitemap-section {
  padding: 20px 15px; }
  .sitemap-section-title-link {
    padding-bottom: 10px; }
    .sitemap-section-title-link a {
      font-family: HiraKakuPro-W3;
      font-size: 16px;
      line-height: 1.4em;
      color: #153163; }
      .sitemap-section-title-link a:hover {
        text-decoration: underline; }
  .sitemap-section-subtitle {
    font-family: HiraKakuPro-W6;
    font-size: 14px;
    line-height: 1.6em;
    color: #000000;
    padding: 20px 0 5px; }

.sitemap-section + .sitemap-section {
  border-top: solid 1px #DEDBDB; }

.sitemap-middle-list.sitemap-middle-list-wrap {
  display: flex;
  flex-wrap: wrap; }

.sitemap-middle-list {
  padding: 0;
  line-height: 2.7em;
  list-style-type: none;
  vertical-align: middle; }
  @media (min-width: 767px) {
    .sitemap-middle-list {
      display: flex; } }
  .sitemap-middle-list-item {
    padding-right: 40px; }
    .sitemap-middle-list-item a {
      font-family: HiraKakuPro-W3;
      font-size: 16px;
      line-height: 1.4em;
      color: #153163; }
      .sitemap-middle-list-item a:hover {
        text-decoration: underline; }

.sitemap-small-list {
  padding: 0;
  line-height: 2em;
  list-style-type: none;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap; }
  .sitemap-small-list-item {
    padding-right: 1.4em; }
    .sitemap-small-list-item a {
      font-family: HiraKakuPro-W3;
      font-size: 15px;
      line-height: 2.2em;
      color: #153163; }
      @media (min-width: 767px) {
        .sitemap-small-list-item a {
          font-size: 14px;
          line-height: 1.7em; } }
      .sitemap-small-list-item a:hover {
        text-decoration: underline; }

@media (min-width: 767px) {
  .sitemap-prefectures-wrap {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 767px) {
  .sitemap-prefectures-item {
    width: 33.3%; } }

.recruitment-contents {
  max-width: 1250px;
  margin: 0 auto; }
  @media (min-width: 767px) {
    .recruitment-contents {
      margin-bottom: 200px; } }

.recruitment-title {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.4em;
  line-height: 24px;
  text-align: center;
  color: #767676;
  white-space: nowrap;
  margin-top: 20px; }
  .recruitment-title:before, .recruitment-title:after {
    display: inline-block;
    content: '';
    width: 62px;
    height: 19px;
    margin-bottom: 3px;
    background: url("/static/img/brand-detail/flower.png") no-repeat center;
    background-size: contain;
    vertical-align: middle; }

.recruitment-text {
  font-size: 14px;
  margin-top: 27px;
  margin-left: 8px;
  display: flex;
  justify-content: center; }

.recruitment-list {
  margin-top: 10px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 375px) {
    .recruitment-list {
      margin: 10px 8px 0; } }
  @media (min-width: 767px) {
    .recruitment-list {
      flex-direction: row; } }

.recruitment-item {
  margin: 0 4px 0 4px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%; }
  @media (min-width: 767px) {
    .recruitment-item {
      width: 40%; } }
  .recruitment-item-title {
    width: 100%;
    background-color: #F0E063; }
    .recruitment-item-title-text {
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      padding: 10px 0; }
  .recruitment-item-link {
    margin-top: 60px;
    font-size: 13px;
    font-weight: 600;
    min-width: 250px; }
    .recruitment-item-link-title {
      font-size: 15px;
      margin-bottom: 15px;
      display: flex;
      justify-content: center; }
      @media (min-width: 767px) {
        .recruitment-item-link-title {
          font-size: 16px; } }
    .recruitment-item-link-detail {
      display: flex;
      justify-content: center; }
      .recruitment-item-link-detail a {
        color: #3036D5;
        cursor: pointer; }
        .recruitment-item-link-detail a:hover {
          text-decoration: underline; }
  .recruitment-item-annotation {
    font-size: 14px;
    margin: 32px 12px 12px; }

.wpcf7 {
  background-color: #ffffff;
  text-align: left; }
  @media (min-width: 767px) {
    .wpcf7 {
      max-width: 1100px;
      margin: 0 auto !important; } }
  .wpcf7 input[type="text"], .wpcf7 input[type="email"] {
    background-color: #fff;
    color: #333;
    width: 80%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px; }
  .wpcf7 textarea {
    background-color: #fff;
    color: #333;
    width: 80%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px; }

.wpcf7-form .wpcf7-select, select {
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 100%;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 2%;
  height: 30px; }

.select_course {
  width: 90%; }
  @media (min-width: 767px) {
    .select_course {
      width: initial; } }

.wpcf7 .tbl-smt {
  width: 100%;
  table-layout: fixed; }

@media (min-width: 767px) {
  .wpcf7 .thwid22em {
    width: 23em; } }

.wpcf7 .hei_1em {
  padding: 1em; }

.wpcf7 .valign_t {
  vertical-align: top; }

.wpcf7 .pad20 {
  padding: 20px;
  box-sizing: border-box; }

.wpcf7 .pad_l5 {
  padding-left: 5px; }

.wpcf7 .bg_02 {
  background-color: #f8f8f8;
  width: 100%; }

.wpcf7 table tbody {
  display: flex;
  flex-direction: column; }
  @media (min-width: 767px) {
    .wpcf7 table tbody {
      display: table; } }
  .wpcf7 table tbody th {
    padding-left: 20px; }
    @media (min-width: 767px) {
      .wpcf7 table tbody th {
        width: 23em; } }
  .wpcf7 table tbody tr {
    display: flex;
    flex-direction: column; }
    @media (min-width: 767px) {
      .wpcf7 table tbody tr {
        display: table;
        width: 100%; } }

.wpcf7 table tr .pad_t20 {
  padding-top: 20px; }

.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 0.5em 0.8em;
  background: #415e9d;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  text-shadow: -1px 1px 0 #010101; }

.wpcf7 .algin_c {
  text-align: center;
  padding: 20px; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #00a2d0;
  background-color: #fffeee;
  color: #00a2d0;
  font-weight: bold;
  font-size: 150%;
  padding: 20px; }

.not-found-contents {
  max-width: 1100px;
  margin: 0 auto; }

.not-found-title {
  font-family: HiraKakuPro-W3;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  color: #767676;
  margin-top: 20px; }

.not-found-section {
  padding: 50px 5px 60px;
  text-align: center; }
  .not-found-section p {
    line-height: 1.5em; }

.not-found-store-search {
  padding: 0 10px;
  margin: 0 0 90px; }
  @media (min-width: 767px) {
    .not-found-store-search {
      margin: 0 0 25px; } }
  .not-found-store-search-item + .not-found-store-search-item {
    margin-left: 5px; }
    @media (min-width: 767px) {
      .not-found-store-search-item + .not-found-store-search-item {
        margin-left: 10px; } }
  .not-found-store-search-form {
    margin: 0 auto;
    max-width: 355px; }
  .not-found-store-search-item {
    margin: 0 0 10px;
    position: relative;
    width: 100%; }
    .not-found-store-search-item-wrap {
      display: flex;
      justify-content: space-around; }
      @media (min-width: 767px) {
        .not-found-store-search-item-wrap {
          justify-content: center; } }
    .not-found-store-search-item-input {
      min-width: 145px;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 4px; }
      @media (min-width: 375px) {
        .not-found-store-search-item-input {
          min-width: 172px; } }
    .not-found-store-search-item-text-box {
      width: 100%;
      height: 40px;
      padding: 0 0 0 5px;
      font-size: 16px;
      line-height: normal;
      border: 1px solid #ddd;
      border-radius: 4px;
      box-sizing: border-box; }
      .not-found-store-search-item-text-box::-webkit-input-placeholder {
        color: #CCCCCC; }
      .not-found-store-search-item-text-box::-moz-placeholder {
        color: #CCCCCC; }
      .not-found-store-search-item-text-box:-ms-input-placeholder {
        color: #CCCCCC; }
      .not-found-store-search-item-text-box::-ms-input-placeholder {
        color: #CCCCCC; }
      .not-found-store-search-item-text-box::placeholder {
        color: #CCCCCC; }
      @media (min-width: 375px) {
        .not-found-store-search-item-text-box {
          min-width: 260px; } }
    .not-found-store-search-item-text-box-wrap {
      height: 40px; }
      @media (min-width: 767px) {
        .not-found-store-search-item-text-box-wrap {
          margin-left: 0; } }
      .not-found-store-search-item-text-box-wrap:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 13px;
        height: 18px;
        width: 18px;
        background: url("/static/img/home/store-search.png") no-repeat center;
        background-size: 18px 18px;
        pointer-events: none; }
    .not-found-store-search-item-submit {
      margin: 0 0 0 8px;
      width: 80px;
      height: 40px;
      font-size: 13px;
      border: none;
      border-radius: 4px;
      background-color: #153163;
      color: #fff;
      cursor: pointer;
      transition: opacity .5s ease; }
      .not-found-store-search-item-submit:hover {
        opacity: .6; }
  .not-found-store-search-heading {
    margin: 0 0 23px; }

.not-found-text-wrap-sp {
  display: block; }
  @media (min-width: 767px) {
    .not-found-text-wrap-sp {
      display: none; } }

.emergency-info-post-detail-category-title {
  height: 30px;
  padding: 16px 0; }
  .emergency-info-post-detail-category-title p {
    text-align: center;
    font-size: 22px;
    color: #153163; }

.emergency-info-post-detail {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .emergency-info-post-detail {
      line-height: 1.5em; } }
  .emergency-info-post-detail img {
    max-width: 100%; }
  .emergency-info-post-detail a[href] {
    color: #3036CB; }
    .emergency-info-post-detail a[href]:hover {
      text-decoration: underline; }
  @media (min-width: 375px) {
    .emergency-info-post-detail .pc {
      display: none; } }
  @media (min-width: 767px) {
    .emergency-info-post-detail .pc {
      display: initial; } }
  @media (min-width: 1100px) {
    .emergency-info-post-detail .pc {
      display: initial; } }
  .emergency-info-post-detail strong.d_line {
    background: linear-gradient(transparent 60%, #FAE042 60%); }
  .emergency-info-post-detail .cp_ttl_1610 {
    font-size: 1.143em;
    font-weight: bold;
    color: #5C4747;
    border-bottom: 2px dashed #FAE042;
    margin: 1em 0 1.5em;
    padding: 0.2em 0 0.2em 1.7em;
    position: relative; }
  .emergency-info-post-detail .cp_ttl_1610::before {
    background: #FAE042;
    top: 0;
    left: 0.5em;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: ""; }
  .emergency-info-post-detail .cp_ttl_1610::after {
    background: #faae42;
    top: 0.8em;
    left: 0.2em;
    height: 8px;
    width: 8px;
    position: absolute;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    content: ""; }
  .emergency-info-post-detail .cp_ttl_b160930 {
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 2px dotted #556da1;
    color: #415E9D; }
  .emergency-info-post-detail div.store_box1611 {
    border-top: 4px double #e3d4c0;
    border-bottom: 4px double #e3d4c0;
    background: #f6eee4;
    padding: 20px 40px;
    display: inline-block;
    color: #6f5d47;
    margin: 0 0 10px 0; }
  .emergency-info-post-detail strong.d_bg_y {
    background: #FAE042; }
  .emergency-info-post-detail ul.cp_link_1609 {
    list-style-type: none;
    margin: 20px 0; }
    .emergency-info-post-detail ul.cp_link_1609 li {
      display: inline-flex;
      margin: 6px 16px 0 0;
      font-size: 14px; }
      .emergency-info-post-detail ul.cp_link_1609 li::before {
        content: url("/static/img/common/arrow_1609.png"); }
      .emergency-info-post-detail ul.cp_link_1609 li a {
        font-weight: bold;
        color: #415E9D;
        text-decoration: none; }
        .emergency-info-post-detail ul.cp_link_1609 li a:hover {
          text-decoration: underline; }
  .emergency-info-post-detail a.d_link {
    color: #1c58bf !important;
    font-weight: bold;
    text-decoration: underline; }
    .emergency-info-post-detail a.d_link:hover {
      text-decoration: none; }
  .emergency-info-post-detail strong.txt_lead_1609 {
    font-weight: bold;
    font-size: 25px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 25px 0;
    color: #40210F; }
  .emergency-info-post-detail dl.event_li_1612 dt {
    float: left;
    background: #415e9d;
    color: #ffffff;
    border-radius: 5px;
    width: 90px;
    text-align: center;
    padding: 3px 0;
    margin-bottom: 10px; }
  .emergency-info-post-detail dl.event_li_1612 dd {
    padding: 3px 0 3px 100px;
    margin-bottom: 10px; }
  .emergency-info-post-detail dl.movie_cast dt {
    width: 4em;
    float: left;
    padding-bottom: 8px; }
  .emergency-info-post-detail dl.movie_cast dd {
    padding-left: 4em;
    padding-bottom: 8px; }
  .emergency-info-post-detail p.ttl1611 {
    font-weight: bold;
    background: #f7f2cd;
    margin-bottom: 5px !important;
    padding: 5px 10px;
    border-bottom: 1px solid #c8c07e;
    color: #444444; }
  .emergency-info-post-detail-title {
    margin: 0;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #153163; }
    @media (min-width: 767px) {
      .emergency-info-post-detail-title {
        font-size: 22px; } }
  .emergency-info-post-detail-subtitle {
    font-size: 15px;
    color: #153163; }
    @media (min-width: 767px) {
      .emergency-info-post-detail-subtitle {
        font-size: 16px; } }
  .emergency-info-post-detail-key-visual-image {
    margin-bottom: 15px; }
    @media (min-width: 767px) {
      .emergency-info-post-detail-key-visual-image {
        margin-bottom: 30px; } }
    .emergency-info-post-detail-key-visual-image img {
      width: 100%; }
  .emergency-info-post-detail-head-date {
    font-size: 11px;
    font-weight: bold; }
  .emergency-info-post-detail-head-category {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px; }
    .emergency-info-post-detail-head-category a {
      text-decoration: none !important; }
    .emergency-info-post-detail-head-category-open {
      background-color: #cbe4f1; }
    .emergency-info-post-detail-head-category-campaign {
      background-color: #e9ccdb; }
    .emergency-info-post-detail-head-category-closel {
      background-color: #c9cfd2; }
    .emergency-info-post-detail-head-category-service {
      background-color: #efdd8d; }
    .emergency-info-post-detail-head-category-season {
      background-color: #fbd584; }
    .emergency-info-post-detail-head-category-other {
      background-color: #a7d5a9; }
    .emergency-info-post-detail-head-category-info {
      background-color: #a9c1d8; }
      .emergency-info-post-detail-head-category-info a {
        color: #fff !important; }
    .emergency-info-post-detail-head-category-renewal {
      background-color: #cfe6da; }
    .emergency-info-post-detail-head-category-more-committed {
      background-color: #95d1e0; }
    .emergency-info-post-detail-head-category-more-other {
      background-color: #a7d5a9; }
    .emergency-info-post-detail-head-category-more-secretsofraffine {
      background-color: #eeccd1; }
    .emergency-info-post-detail-head-category-more-knowledge {
      background-color: #f6f29b; }
  .emergency-info-post-detail-head span + span {
    margin-left: 15px; }
  .emergency-info-post-detail-text p {
    font-size: 14px;
    line-height: 1.5em; }
  .emergency-info-post-detail-text p + p {
    margin-top: 15px; }
  .emergency-info-post-detail-text img {
    max-width: 100%; }
  .emergency-info-post-detail-other-wrap {
    background: url("/static/img/common/background-top.png") no-repeat top;
    background-size: 100% 13%; }
    @media (min-width: 767px) {
      .emergency-info-post-detail-other-wrap {
        background-size: 100% 18%; } }
  .emergency-info-post-detail-other {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 20px; }
    .emergency-info-post-detail-other ul {
      padding: 0;
      list-style-type: none;
      line-height: 1.5em; }
    .emergency-info-post-detail-other ul + ul {
      margin-top: 20px; }
    .emergency-info-post-detail-other-title {
      margin: 0;
      padding: 30px 0;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #153163; }
      @media (min-width: 767px) {
        .emergency-info-post-detail-other-title {
          font-size: 24px;
          font-weight: initial; } }
    .emergency-info-post-detail-other-yearly-list {
      display: flex;
      justify-content: space-around;
      max-width: 450px;
      margin: 0 auto; }
    .emergency-info-post-detail-other-yearly-item {
      padding: 8px 10px;
      font-size: 14px;
      border: solid 1px #ccc;
      border-radius: 4px; }
      .emergency-info-post-detail-other-yearly-item a {
        display: block;
        color: #000; }
    .emergency-info-post-detail-other-news-list {
      margin-bottom: 10px; }
    .emergency-info-post-detail-other-news-item {
      padding: 8px 0;
      font-size: 14px;
      border-bottom: solid 1px #eaeaea; }
      @media (min-width: 767px) {
        .emergency-info-post-detail-other-news-item {
          height: 100px; } }
      .emergency-info-post-detail-other-news-item + .post-detail-other-news-item {
        margin-top: 10px; }
    .emergency-info-post-detail-other-news-head {
      margin-bottom: 10px; }
      .emergency-info-post-detail-other-news-head-date {
        font-size: 11px;
        font-weight: bold; }
      .emergency-info-post-detail-other-news-head-category {
        padding: 5px 10px;
        font-size: 10px;
        font-weight: bold;
        border-radius: 4px;
        background-color: #F0E063; }
      .emergency-info-post-detail-other-news-head span + span {
        margin-left: 15px; }
    .emergency-info-post-detail-other-news-title {
      font-size: 15px;
      font-weight: bold;
      color: #153163;
      margin-bottom: 10px; }
      @media (min-width: 767px) {
        .emergency-info-post-detail-other-news-title {
          font-size: 16px; } }
    .emergency-info-post-detail-other-news-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 14px;
      line-height: 1.5em; }
    .emergency-info-post-detail-other-categories {
      text-align: right; }
      .emergency-info-post-detail-other-categories-link {
        font-size: 12px;
        color: #000; }
        .emergency-info-post-detail-other-categories-link:before {
          display: inline-block;
          content: "";
          height: 7px;
          width: 4px;
          margin-right: 2px;
          margin-bottom: 1px;
          background: url("/static/img/common/icon-list-type.svg") no-repeat center;
          background-size: contain; }

.content_image {
  max-width: 100%;
  height: auto; }

.emergency-info-post-archive-category-title {
  height: 30px;
  padding: 16px 0; }
  .emergency-info-post-archive-category-title p {
    text-align: center;
    font-size: 22px;
    color: #153163; }

.emergency-info-post-archive {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto 30px; }
  @media (min-width: 767px) {
    .emergency-info-post-archive {
      line-height: 1.5em; } }
  .emergency-info-post-archive-title {
    margin: 0;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #153163; }
    @media (min-width: 767px) {
      .emergency-info-post-archive-title {
        font-size: 22px; } }
  .emergency-info-post-archive-subtitle {
    font-size: 15px;
    color: #153163; }
    @media (min-width: 767px) {
      .emergency-info-post-archive-subtitle {
        font-size: 16px; } }
  .emergency-info-post-archive-key-visual-image {
    margin-bottom: 15px; }
    @media (min-width: 767px) {
      .emergency-info-post-archive-key-visual-image {
        margin-bottom: 30px; } }
    .emergency-info-post-archive-key-visual-image img {
      width: 100%; }
  .emergency-info-post-archive-head-date {
    font-size: 11px;
    font-weight: bold; }
  .emergency-info-post-archive-head-category {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px; }
  .emergency-info-post-archive-head span + span {
    margin-left: 15px; }
  .emergency-info-post-archive-text p {
    font-size: 14px;
    line-height: 1.5em; }
  .emergency-info-post-archive-text p + p {
    margin-top: 15px; }
  .emergency-info-post-archive-other-wrap {
    background: url("/static/img/common/background-top.png") no-repeat top;
    background-size: 100% 13%; }
    @media (min-width: 767px) {
      .emergency-info-post-archive-other-wrap {
        background-size: 100% 18%; } }
  .emergency-info-post-archive-other {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 20px; }
    .emergency-info-post-archive-other ul {
      padding: 30px 0 0 0;
      list-style-type: none;
      line-height: 1.5em; }
    .emergency-info-post-archive-other ul + ul {
      margin-top: 20px; }
    .emergency-info-post-archive-other-title {
      margin: 0;
      padding: 30px 0;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #153163; }
      @media (min-width: 767px) {
        .emergency-info-post-archive-other-title {
          font-size: 24px;
          font-weight: initial; } }
    .emergency-info-post-archive-other-yearly-list {
      display: flex;
      margin: 0 auto; }
    .emergency-info-post-archive-other-yearly-item {
      padding: 8px 0;
      font-size: 14px;
      border-radius: 4px; }
      .emergency-info-post-archive-other-yearly-item a {
        display: block;
        color: #000; }
    .emergency-info-post-archive-other-yearly-item + .emergency-info-post-archive-other-yearly-item {
      margin-left: 15px; }
    .emergency-info-post-archive-other-news-list {
      margin-bottom: 10px; }
    .emergency-info-post-archive-other-news-item {
      display: flex;
      justify-content: flex-start;
      padding: 8px 0;
      font-size: 14px;
      border-bottom: solid 1px #eaeaea; }
      @media (min-width: 767px) {
        .emergency-info-post-archive-other-news-item {
          height: 100px; } }
      .emergency-info-post-archive-other-news-item + .post-archive-other-news-item {
        margin-top: 10px; }
    .emergency-info-post-archive-other-news-image {
      width: 90px;
      height: 120px;
      margin-right: 10px; }
      @media (min-width: 767px) {
        .emergency-info-post-archive-other-news-image {
          width: 140px;
          height: 90px; } }
      .emergency-info-post-archive-other-news-image img {
        width: 90px;
        height: 120px;
        font-family: "object-fit: cover;object-position: 70% 100%;";
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 70% 100%;
           object-position: 70% 100%; }
        @media (min-width: 767px) {
          .emergency-info-post-archive-other-news-image img {
            width: 140px;
            height: 90px; } }
    .emergency-info-post-archive-other-news-detail {
      width: 100%; }
    .emergency-info-post-archive-other-news-head {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px; }
      @media (min-width: 767px) {
        .emergency-info-post-archive-other-news-head {
          display: block; } }
      .emergency-info-post-archive-other-news-head-date {
        font-size: 11px;
        font-weight: bold; }
      .emergency-info-post-archive-other-news-head-category {
        padding: 5px 10px;
        font-size: 10px;
        font-weight: bold;
        border-radius: 4px; }
        .emergency-info-post-archive-other-news-head-category a {
          text-decoration: none !important; }
        .emergency-info-post-archive-other-news-head-category-open {
          background-color: #cbe4f1; }
        .emergency-info-post-archive-other-news-head-category-campaign {
          background-color: #e9ccdb; }
        .emergency-info-post-archive-other-news-head-category-closel {
          background-color: #c9cfd2; }
        .emergency-info-post-archive-other-news-head-category-service {
          background-color: #efdd8d; }
        .emergency-info-post-archive-other-news-head-category-season {
          background-color: #fbd584; }
        .emergency-info-post-archive-other-news-head-category-other {
          background-color: #a7d5a9; }
        .emergency-info-post-archive-other-news-head-category-info {
          background-color: #a9c1d8; }
          .emergency-info-post-archive-other-news-head-category-info a {
            color: #fff; }
        .emergency-info-post-archive-other-news-head-category-renewal {
          background-color: #cfe6da; }
      @media (min-width: 767px) {
        .emergency-info-post-archive-other-news-head-category-wrap {
          display: inline-block; } }
      @media (min-width: 767px) {
        .emergency-info-post-archive-other-news-head span + p {
          margin-left: 15px; } }
    .emergency-info-post-archive-other-news-title {
      font-size: 15px;
      font-weight: bold;
      color: #153163;
      margin-bottom: 10px; }
      @media (min-width: 767px) {
        .emergency-info-post-archive-other-news-title {
          font-size: 16px; } }
    .emergency-info-post-archive-other-news-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 14px;
      line-height: 1.5em; }
    .emergency-info-post-archive-other-categories {
      text-align: right; }
      .emergency-info-post-archive-other-categories-link {
        font-size: 12px;
        color: #000; }
        .emergency-info-post-archive-other-categories-link:before {
          display: inline-block;
          content: "";
          height: 7px;
          width: 4px;
          margin-right: 2px;
          margin-bottom: 1px;
          background: url("/static/img/common/icon-list-type.svg") no-repeat center;
          background-size: contain; }
    .emergency-info-post-archive-other-pagination {
      text-align: center;
      color: #153163;
      margin: 15px 0; }
      .emergency-info-post-archive-other-pagination a {
        color: #153163;
        padding-left: 10px; }

/*# sourceMappingURL=app.css.map */
