@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.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
  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; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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; }

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font-weight: 300;
  font-family: "Barlow", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000000;
  letter-spacing: .06em; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  outline: 0;
  text-decoration: none;
  color: #000000;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  a:hover {
    opacity: .8; }
  a:focus, a:hover, a:active {
    outline: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="time"],
input[type="date"],
input[type="datetime-local"],
select,
textarea {
  margin: 7px 0;
  vertical-align: middle;
  padding: 0.65em 1.2em;
  width: 100%;
  border: 1px solid #B5B3AD;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="time"]:focus,
  input[type="date"]:focus,
  input[type="datetime-local"]:focus,
  select:focus,
  textarea:focus {
    outline: 0;
    border-color: #CE1A1B; }

input[type="number"],
input[type="time"] {
  width: 50%; }

input[type="datetime-local"],
input[type="date"] {
  width: auto; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600; }

table {
  width: 100%; }
  table th {
    font-weight: 300; }

p {
  line-height: 1.8;
  margin: 0; }

b, strong {
  font-weight: 600; }

ol li {
  margin-bottom: 10px;
  line-height: 2; }

iframe {
  width: 100%;
  max-width: 100%; }

hr {
  margin: 1.5rem 0;
  border-color: #fff;
  border-width: .5px; }

textarea {
  width: 100%;
  padding: 16px; }

main {
  min-height: calc(100vh - 309px); }

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  dl dt {
    color: #fff;
    padding: .2em 1.4em;
    min-width: 8em;
    font-weight: 600;
    text-align: center; }

.l-wrap {
  margin: 0 auto;
  position: relative;
  width: 954px;
  max-width: 94%; }

.l-inner {
  width: 650px;
  max-width: 100%;
  margin: 0 auto; }

.l-inner--small {
  width: 375px; }

@media screen and (max-width: 954px) {
  .l-container {
    min-width: auto; }
  .l-wrap {
    padding: 0 30px;
    width: 100%; }
  .l-inner {
    max-width: 88%; } }

@media screen and (max-width: 768px) {
  body {
    position: relative;
    padding-top: 64px; }
    body.is-fixed {
      padding-top: 64px; }
  .c-alert + main {
    margin-top: 0; }
  .l-wrap {
    padding: 0 20px;
    width: 100%; }
  .l-container {
    min-width: auto;
    overflow-x: hidden; }
  .l-inner {
    width: 100%;
    max-width: 100%; }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  input[type="time"],
  input[type="date"],
  input[type="datetime-local"],
  textarea {
    margin: 0;
    margin-bottom: 10px; } }

.l-sidebar--admin {
  width: 352px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2; }

@media screen and (max-width: 768px) {
  .l-sidebar--admin {
    width: 54px; } }

.l-section {
  padding: 60px 0; }

.l-sidebar--admin + .l-section {
  -ms-flex-preferred-size: calc(100% - 260px);
  flex-basis: calc(100% - 260px); }

@media screen and (max-width: 768px) {
  .l-section {
    width: 100%;
    padding: 50px 0; }
  .l-sidebar--admin + .l-section {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.l-content--hasSidebar {
  width: calc(100% - 400px); }

.l-content--admin {
  margin-left: 352px;
  margin-top: 85px;
  min-height: calc(100vh - 85px);
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(#ecebe3));
  background: -webkit-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
  background: -o-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
  background: linear-gradient(90deg, #f3f3f3 0%, #ecebe3 100%); }
  .l-content--admin .l-wrap {
    width: 1100px;
    max-width: 90%; }

@media screen and (max-width: 768px) {
  .l-content--hasSidebar {
    width: 100%; }
  .l-content--admin {
    margin-left: 54px;
    margin-top: 54px;
    min-height: calc(100vh - 54px); }
    .l-content--admin .l-wrap {
      max-width: 100%; } }

.slick-prev {
  position: absolute;
  z-index: 2;
  left: calc(50% - 450px);
  top: 225px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/icon/arrow_left.svg) no-repeat center center;
  border: 0;
  background-color: #6C725D;
  border-radius: 50%;
  background-size: 10px; }

.slick-next {
  position: absolute;
  z-index: 2;
  right: calc(50% - 450px);
  top: 225px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/icon/arrow_right.svg) no-repeat center center;
  border: 0;
  background-color: #6C725D;
  border-radius: 50%;
  background-size: 10px; }

.slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 20px; }
  .slick-dots li {
    display: inline-block;
    margin-right: 15px; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li button {
      text-indent: -9999px;
      border: 0;
      width: 10px;
      height: 10px;
      padding: 0;
      overflow: hidden;
      background: #9A9893;
      border-radius: 50%; }
    .slick-dots li.slick-active button {
      background: #6C725D; }
    .slick-dots li:last-child {
      margin-right: 4vw; }

@media screen and (max-width: 768px) {
  #index_slider_prev,
  #index_slider_next {
    display: none; }
  #index_slider,
  #index_slider_prev,
  #index_slider_next {
    width: 100%;
    height: 87.6vw; } }

.c-title--h1 {
  font-size: 24px;
  font-weight: 600;
  color: #CE1A1B;
  padding: 0 0 .2em;
  border-bottom: 6px solid;
  margin-bottom: 24px; }

.c-title--h2 {
  font-size: 18px;
  font-weight: 600;
  color: #CE1A1B;
  margin-bottom: 14px; }

.c-title--h3 {
  font-size: 16px;
  font-weight: 600;
  color: #CE1A1B;
  border-bottom: 2px solid;
  margin-bottom: 8px; }

@media screen and (max-width: 768px) {
  .c-title--h1 {
    font-size: 19px; }
  .c-title--h2 {
    font-size: 16px; } }

.c-list {
  padding-left: 2em; }
  .c-list li {
    position: relative;
    margin-bottom: .8em; }
    .c-list li:before {
      content: "";
      position: absolute;
      left: -2em;
      width: 1.5em;
      height: 1.5em;
      background: url("../img/icons/list.svg") no-repeat center; }

.c-button {
  display: inline-block;
  padding: 10px 25px;
  min-width: 200px;
  font-size: 17px;
  border-radius: 200px;
  text-decoration: none;
  background: #CE1A1B;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  position: relative;
  border: 0;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  letter-spacing: .12em; }
  .c-button:hover {
    opacity: .87; }
  .c-button.is-end {
    cursor: default;
    background: #9A9893; }

.c-button--full {
  display: block;
  width: 100%; }

.c-button--black {
  background: #434040; }

.c-button--small {
  padding: 4px 16px;
  font-size: 14px;
  min-width: auto; }

.c-button--facebook {
  background-color: #1877f2;
  width: 100%; }

.c-button--google {
  background-color: #DD5144;
  width: 100%; }

.c-button--mini {
  padding: 4px 12px;
  font-size: 12px;
  min-width: 9em; }

.c-button--like:after {
  content: "お気に入りに追加"; }

.c-button--like.is-like {
  background: #434040; }
  .c-button--like.is-like i {
    color: yellow; }
  .c-button--like.is-like:after {
    content: "お気に入り済"; }

@media screen and (max-width: 768px) {
  .c-button {
    padding: 10px 17px;
    font-size: 15px; }
  .c-button--small {
    font-size: 13px; } }

.c-label {
  font-size: 12px;
  font-weight: 800;
  padding: 1px 6px;
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(#ecebe3));
  background: -webkit-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
  background: -o-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
  background: linear-gradient(90deg, #f3f3f3 0%, #ecebe3 100%);
  border-radius: 6px;
  margin-right: .5em; }

.c-label--black {
  background: #434040;
  color: #fff; }

.c-label--red {
  background: #CE1A1B;
  color: #fff; }

.c-label--green {
  background: #3ca77b;
  color: #fff; }

.c-label--large {
  font-size: 15px; }

.c-label--regular {
  background: #7caee5;
  color: #fff; }

.c-label--ginjo {
  background: #ad5fc5;
  color: #fff; }

.c-icon--count {
  cursor: pointer; }
  .c-icon--count:after {
    content: "";
    background: url("../img/icons/minus.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle; }
  .c-icon--count:hover {
    opacity: .7; }

.c-icon--increment:after {
  background-image: url("../img/icons/plus.svg"); }

.c-icon--cancel {
  background: url("../img/icons/cancel.svg") no-repeat center center;
  width: 23px;
  height: 23px;
  border: 0;
  cursor: pointer;
  background-size: contain; }

.is-active .c-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  overflow: hidden; }

.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px; }
  .c-step:after {
    content: "";
    position: absolute;
    height: 7px;
    background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(#ecebe3));
    background: -webkit-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
    background: -o-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
    background: linear-gradient(90deg, #f3f3f3 0%, #ecebe3 100%);
    width: 48%;
    top: 30px;
    z-index: -1; }

.c-step__item {
  counter-increment: flow;
  text-align: center;
  width: 16%; }
  .c-step__item:before {
    content: counter(flow);
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background: #434040;
    line-height: 61px;
    letter-spacing: 0;
    font-size: 44px;
    text-align: center;
    font-weight: 800;
    margin: auto;
    color: #fff;
    margin-bottom: 10px; }
  .c-step__item span {
    font-weight: 600;
    font-size: 18px; }
  .c-step__item.is-active:before {
    background: #CE1A1B; }
  .c-step__item.is-active span {
    color: #CE1A1B; }

@media screen and (max-width: 768px) {
  .c-step:after {
    width: 58%; }
  .c-step__item {
    width: 33%; } }

.c-alert {
  padding: 16px 0;
  text-align: center;
  background: #3ca77b;
  color: #fff;
  font-weight: 600; }

.c-alert--warning {
  background: #5e5353; }

.c-image--sake {
  position: relative; }
  .c-image--sake:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の85%に固定 */ }
  .c-image--sake img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    width: 100%; }

@media screen and (max-width: 768px) {
  .c-image--sake:before {
    padding-top: 300%; }
  .c-image--sake img {
    -o-object-fit: cover;
    object-fit: cover; } }

.p-table {
  border-collapse: collapse;
  width: 100%; }
  .p-table tr {
    border-bottom: 1px solid #B5B3AD; }
  .p-table th, .p-table td {
    padding: 8px 16px; }
  .p-table th {
    text-align: left; }

.p-table--small th, .p-table--small td {
  padding: 8px; }

.p-table--left td {
  text-align: left; }

.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-item.disabled > *, .page-item.active > * {
  background: #9A9893;
  color: #fff; }

.page-item > * {
  font-weight: 600;
  background: #CE1A1B;
  color: #fff;
  text-decoration: none;
  padding: 6px .8em;
  line-height: 1.4;
  display: inline-block;
  margin: 0.4em; }
  .page-item > *.dots {
    background: #fff;
    color: #000000; }

.p-header {
  padding: 0 0 0 24px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2; }

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .p-header__logo .logo {
    width: 165px;
    margin-right: 20px;
    max-width: 100%; }
  .p-header__logo h3 {
    font-size: 14px;
    color: #CE1A1B; }

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600; }
  .p-header__nav .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #434040; }
    .p-header__nav .left li {
      margin-right: 2em; }
  .p-header__nav .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-header__nav .right a {
      color: #fff;
      height: 85px;
      display: block;
      line-height: 85px;
      padding: 0 1.5em;
      min-width: 136px;
      background: #CE1A1B;
      text-align: center; }
    .p-header__nav .right .black a {
      background: #434040; }
    .p-header__nav .right .menu {
      display: none; }

.p-header__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/icons/loading.gif") no-repeat center center;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
  background-size: 60px; }

.is-loading .p-header__loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.p-header__age_check {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 222;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  top: 0;
  left: 0; }
  .p-header__age_check .image {
    width: 180px;
    margin: auto;
    margin-bottom: 30px; }
  .p-header__age_check .title {
    color: #CE1A1B;
    color: var(--theme-color); }

@media screen and (max-width: 768px) {
  .p-header {
    padding: 0 0 0 20px;
    width: 100%;
    position: fixed;
    top: 0; }
  .p-header__logo {
    display: block;
    text-align: center;
    width: calc(36vw - 20px);
    padding-right: 20px; }
    .p-header__logo h3 {
      margin-top: 6px;
      font-size: 10px;
      letter-spacing: 0;
      text-align: left;
      display: none; }
    .p-header__logo .logo {
      width: 120px; }
      .p-header__logo .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .p-header__nav .left {
    font-size: 11.5px; }
    .p-header__nav .left li {
      margin-right: 1em; }
  .p-header__nav .right a {
    padding: 0 .5em;
    min-width: 64px;
    font-size: 11.5px;
    height: 64px;
    line-height: 64px; }
  .p-header__nav .double {
    text-align: center; }
    .p-header__nav .double a {
      line-height: 1.4;
      padding-top: 1.4em; }
  .p-admin .p-header__nav {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .is-fixed .p-header {
    position: fixed;
    top: -85px; }
    .is-fixed .p-header .p-header__logo .logo {
      width: 120px; }
    .is-fixed .p-header .p-header__logo h3 {
      display: none; }
    .is-fixed .p-header .right li {
      display: none; }
    .is-fixed .p-header .right .menu {
      display: block; }
      .is-fixed .p-header .right .menu a {
        height: 60px;
        background-image: url("../img/icons/menu.svg");
        background-size: 36%;
        background-repeat: no-repeat;
        background-position: center;
        min-width: 16vw; } }

.p-card {
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 24px 45px;
  margin-bottom: 24px;
  display: block; }
  .p-card .badge {
    position: absolute;
    right: 1em;
    top: 1em;
    background: #3ca77b;
    color: #fff;
    font-weight: 600;
    padding: 1em .6em;
    border-radius: 100px;
    text-align: center;
    font-size: 13px; }
  .p-card.is-active {
    border: 5px solid #CE1A1B; }

.p-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-card--stock .image {
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%; }

.p-card--stock .text {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%; }

.p-card--stock .link {
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%; }

.p-card--stock h4 {
  font-size: 16px; }

.p-card--small {
  padding: 16px;
  position: relative; }

.p-card--ship li {
  margin-bottom: 20px;
  border-top: 1px solid #B5B3AD;
  padding-top: 20px; }

.p-card--ship .like_label {
  background: #CE1A1B;
  position: absolute;
  left: -7px;
  top: -3px;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 11px;
  border-radius: 20px;
  display: inline-block; }
  .p-card--ship .like_label i {
    color: yellow; }

.p-card--ship .text {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%; }

@media screen and (max-width: 768px) {
  .p-card {
    padding: 18px 20px; }
  .p-card__row {
    display: block; } }

.p-home__head {
  padding: 10vw 0 8vw; }
  .p-home__head .l-wrap {
    width: 82vw; }
  .p-home__head .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .p-home__head .text {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    position: relative; }
    .p-home__head .text h5 {
      position: absolute;
      left: -40px;
      top: -54px;
      width: 140px; }
    .p-home__head .text h3 {
      font-size: 4vw;
      color: #CE1A1B; }
    .p-home__head .text h2 {
      font-size: 4vw;
      color: #CE1A1B;
      margin-bottom: 10px;
      margin-left: -.6em; }
    .p-home__head .text .logo {
      width: 86%; }
  .p-home__head .image {
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
    mix-blend-mode: multiply; }

.p-home__about {
  padding-bottom: 175px; }
  .p-home__about .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .p-home__about .row:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .p-home__about .text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    .p-home__about .text h2 {
      margin-bottom: 15px; }
  .p-home__about .image {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%; }

.p-home__title {
  font-size: 42px;
  color: #CE1A1B;
  letter-spacing: .1em; }

.p-home__how {
  padding-bottom: 100px; }
  .p-home__how .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -156px;
    margin-bottom: 60px; }
  .p-home__how .image {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    margin-right: 4%;
    mix-blend-mode: multiply; }
  .p-home__how .desc {
    padding: 0 30px 20px 30px;
    background: #fff; }
    .p-home__how .desc h3 {
      color: #CE1A1B;
      font-size: 13.5px;
      text-align: center;
      margin-top: 10px; }
  .p-home__how .secondary .title {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-home__how .secondary .title h2 {
      margin-bottom: 14px; }
    .p-home__how .secondary .title h4 {
      color: #CE1A1B;
      font-size: 16px; }
  .p-home__how .secondary .image {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%; }
  .p-home__how .secondary .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-home__how .secondary .row .illust {
      margin-right: 20px;
      -ms-flex-preferred-size: 14%;
      flex-basis: 14%; }
    .p-home__how .secondary .row h3 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #CE1A1B; }
    .p-home__how .secondary .row .text {
      margin-right: 20px;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
    .p-home__how .secondary .row .pic {
      -ms-flex-preferred-size: 36%;
      flex-basis: 36%; }

.p-home__community {
  padding: 80px 0; }
  .p-home__community .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .p-home__community .row:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .p-home__community .row:first-child .image {
      -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
      margin-left: -4%; }

.p-home__items {
  padding-bottom: 19.8vw;
  position: relative; }
  .p-home__items h3 {
    font-size: 37px; }
  .p-home__items h4 {
    font-size: 36px; }
    .p-home__items h4 small {
      font-size: 18px; }
  .p-home__items .content {
    background: #fff;
    padding: 50px 40px 40px;
    margin-top: -22px; }
    .p-home__items .content ul {
      font-size: 20px;
      font-weight: 600; }
    .p-home__items .content .c-button {
      font-size: 25px; }
    .p-home__items .content .first {
      margin-bottom: 3.6em; }
    .p-home__items .content .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: space-berween;
      -ms-flex-pack: space-berween;
      justify-content: space-berween; }
  .p-home__items:after {
    content: "";
    background: url("../img/home/enjoy.png") no-repeat center bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 14vw;
    background-size: contain; }
  .p-home__items .reserve {
    width: 40%;
    margin-right: 20px; }

@media screen and (max-width: 768px) {
  .p-home__head {
    padding: 110px 10px 0px; }
    .p-home__head .row {
      display: block; }
    .p-home__head .text {
      margin-bottom: 50px; }
      .p-home__head .text h5 {
        left: -14px;
        top: -37px;
        width: 90px; }
      .p-home__head .text h3, .p-home__head .text h2 {
        font-size: 9.3vw; }
      .p-home__head .text .logo {
        width: 100%;
        margin-top: 20px; }
    .p-home__head .image {
      width: 88vw;
      margin-left: -7vw; }
  .p-home__about {
    padding-bottom: 50px; }
    .p-home__about .row {
      display: block; }
    .p-home__about .image {
      margin-bottom: 20px;
      width: 80%;
      margin: auto; }
  .p-home__community {
    padding-top: 50px; }
    .p-home__community .row {
      display: block; }
      .p-home__community .row:first-child .image {
        width: 90%;
        margin-left: auto; }
  .p-home__title {
    font-size: 23px;
    text-align: center; }
  .p-home__how {
    padding-bottom: 50px; }
    .p-home__how .title {
      margin-bottom: 0;
      margin-top: 0;
      display: block; }
    .p-home__how .image {
      width: 41%;
      margin: auto; }
    .p-home__how .secondary .title h4 {
      font-size: 13px; }
    .p-home__how .secondary .row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .p-home__how .secondary .row .illust {
        margin-right: 20px;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
      .p-home__how .secondary .row .text {
        -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
        margin: 20px 0; }
      .p-home__how .secondary .row .pic {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .p-home__items {
    padding-bottom: 32.8vw;
    padding-left: 15px;
    padding-right: 15px; }
    .p-home__items h3 {
      font-size: 26px; }
    .p-home__items h4 {
      font-size: 28px; }
      .p-home__items h4 small {
        font-size: 13px; }
    .p-home__items .content {
      margin-top: -14px;
      padding: 30px 24px 30px; }
      .p-home__items .content ul {
        font-size: 16px; }
      .p-home__items .content .first {
        margin-bottom: 0; }
      .p-home__items .content .c-button {
        font-size: 21px;
        padding: 7px 14px; }
      .p-home__items .content .button {
        display: block; }
    .p-home__items:after {
      height: 25vw;
      background-image: url("../img/home/enjoy_sp.png"); }
    .p-home__items .reserve {
      width: 40%;
      margin: auto;
      margin-bottom: 10px; } }

.p-footer {
  font-weight: 600; }

.p-footer__copyright {
  background: #000000;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-size: 12px;
  height: 50px; }

.p-footer__to_top {
  background: url("../img/icons/arrow_top.svg") no-repeat center center;
  background-color: #CE1A1B;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 23px;
  -webkit-animation: to_hide .5s ease;
  animation: to_hide .5s ease;
  z-index: 2; }

.is-to_top_show .p-footer__to_top {
  bottom: 0;
  -webkit-animation: to_show .5s ease;
  animation: to_show .5s ease; }

@-webkit-keyframes to_show {
  from {
    bottom: -50px; }
  to {
    bottom: 0; } }

@keyframes to_show {
  from {
    bottom: -50px; }
  to {
    bottom: 0; } }

@-webkit-keyframes to_hide {
  from {
    bottom: 0; }
  to {
    bottom: -50px; } }

@keyframes to_hide {
  from {
    bottom: 0; }
  to {
    bottom: -50px; } }

.p-footer__age_check {
  text-align: right;
  font-size: 17px;
  margin-top: 20px; }
  .p-footer__age_check img {
    width: 23px;
    vertical-align: middle;
    margin-right: 3px; }

.p-footer__fixed {
  position: fixed;
  z-index: 2;
  width: 196px;
  right: 70px;
  left: auto;
  bottom: 0;
  text-align: center;
  padding: 14px 0;
  background: #CE1A1B;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .1em;
  -webkit-box-shadow: -3px -3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -3px -3px 10px 0px rgba(0, 0, 0, 0.15); }
  .p-footer__fixed:hover {
    background: #aa1516;
    opacity: 1; }

@media screen and (max-width: 768px) {
  .p-footer__age_check {
    text-align: center; }
  .p-footer__fixed {
    padding: 15px 0;
    font-size: 14px;
    width: 166px;
    right: 60px; } }

.p-page__head {
  padding: 36px 0;
  color: #CE1A1B;
  font-size: 24px;
  letter-spacing: .13em; }

@media screen and (max-width: 768px) {
  .p-page__head {
    font-size: 18px; } }

.p-nav {
  background: #434040;
  color: #fff;
  padding: 40px 160px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .p-nav a {
    color: #fff; }
  .p-nav ul {
    -webkit-column-count: 2;
    column-count: 2; }
  .p-nav li {
    margin-bottom: 10px; }
    .p-nav li a:before {
      content: "- "; }
  .p-nav .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-nav .company {
    font-size: 13px; }
    .p-nav .company h6 {
      font-size: 14px;
      margin-bottom: 6px; }
  .p-nav .info {
    margin-left: 40px;
    text-align: center; }
    .p-nav .info h3 {
      width: 128px;
      margin: auto;
      margin-bottom: 6px; }
    .p-nav .info h4 {
      font-size: 10px;
      margin-bottom: 18px; }
  .p-nav .sns a {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }
  .p-nav .close {
    display: none; }
  .p-nav .head {
    display: none; }

header .p-nav {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 60px;
  background: #CE1A1B;
  background: #434040; }
  header .p-nav .head {
    display: block;
    width: 50%;
    margin: auto;
    margin-bottom: 50px; }
  header .p-nav .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px; }
    header .p-nav .close a {
      width: 25px;
      height: 25px;
      display: block;
      background: url("../img/icons/close.svg") no-repeat center; }
  header .p-nav .info h3 {
    display: none; }
  header .p-nav .p-footer__age_check {
    text-align: center; }
  header .p-nav .left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px; }

@media screen and (max-width: 768px) {
  .p-nav {
    padding: 40px 20px;
    display: block; }
    .p-nav ul {
      margin-bottom: 50px; }
    .p-nav .left {
      display: block; }
    .p-nav .company {
      margin-bottom: 30px; }
    .p-nav .info {
      margin-left: 0px; }
  .p-admin .p-nav {
    margin-left: 54px; } }

.p-block--bg {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(#ecebe3));
  background: -webkit-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
  background: -o-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
  background: linear-gradient(90deg, #f3f3f3 0%, #ecebe3 100%);
  padding: 12px 16px; }
  .p-block--bg h5 {
    font-size: 15px;
    color: #CE1A1B; }

.p-block--border {
  border: 3px solid #CE1A1B; }

.p-parts--register {
  padding: 60px 0;
  text-align: center; }
  .p-parts--register h1 {
    font-size: 52px;
    border-bottom: 6px solid #CE1A1B; }
  .p-parts--register h3 {
    color: #CE1A1B;
    font-size: 74px;
    margin-bottom: 10px; }
    .p-parts--register h3 small {
      font-size: 35px; }
  .p-parts--register .c-button {
    padding: 16px 132px;
    font-size: 42px; }
  .p-parts--register .share a {
    background: #3C5A98;
    padding: 8px;
    min-width: 240px;
    display: inline-block;
    margin: 0 10px;
    font-weight: 600;
    color: #fff; }
  .p-parts--register .share .twitter {
    background: #1DA1F2; }

.p-parts--balloon {
  text-align: center;
  padding: 18px;
  background: #CE1A1B;
  border-radius: 12px;
  color: #fff;
  margin-bottom: 36px;
  position: relative; }
  .p-parts--balloon:after {
    content: "";
    background: url("../img/icons/balloon.svg") no-repeat center;
    position: absolute;
    position: absolute;
    bottom: -20px;
    left: 20%;
    width: 38px;
    height: 30px;
    background-size: contain; }

@media screen and (max-width: 768px) {
  .p-parts--balloon {
    padding: 10px 10px; }
  .p-parts--register {
    padding: 50px 0; }
    .p-parts--register h1 {
      font-size: 28px;
      border-width: 4px; }
    .p-parts--register h3 {
      font-size: 44px; }
      .p-parts--register h3 small {
        font-size: 22px; }
    .p-parts--register .c-button {
      padding: 14px 22px;
      font-size: 26px; }
    .p-parts--register .share .facebook {
      margin-bottom: 12px; } }

.p-form th {
  width: 30%;
  vertical-align: middle;
  text-align: right;
  padding-right: .8em;
  font-weight: 600; }
  .p-form th:after {
    content: "任意";
    font-size: 10px;
    padding: 3px 6px;
    background: #9A9893;
    color: #fff;
    border-radius: 100px;
    vertical-align: middle;
    margin-left: .5em;
    font-weight: 600; }
  .p-form th.required:after {
    content: "必須";
    background: #CE1A1B; }

.p-form .invalid-feedback {
  color: #CE1A1B;
  padding: 10px;
  margin: 0 10px;
  display: block; }

.p-form__header {
  text-align: center;
  position: relative; }
  .p-form__header h5 {
    font-size: 20px;
    font-weight: 100; }

.is-invalid {
  border: 1px solid red; }

input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  input[type="radio"] + label {
    margin: 5px 0;
    letter-spacing: .12em;
    font-size: 14px;
    font-weight: 600;
    /* text-align: center; */
    display: block;
    border: 1px solid #B5B3AD;
    padding: 10px 16px;
    border-radius: 100px;
    cursor: pointer; }
  input[type="radio"]:checked + label {
    background: #CE1A1B;
    border-color: #CE1A1B;
    color: #fff; }

.p-form__item {
  margin-bottom: 7px; }

.p-form__item--mini select {
  width: 25%; }

.p-form__item--toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-form__item--toggle > div {
    margin-right: 10px; }

.p-form__item__checkbox {
  display: inline-block;
  margin: 3px 0;
  margin-right: 1em; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  text-indent: 0;
  margin: .5em 0; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: .1em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000000;
  background: #fff; }

[type="checkbox"].large:not(:checked) + label:after,
[type="checkbox"].large:checked + label:after {
  width: .5em;
  height: .9em;
  border-width: 0 3px 3px 0; }

[type="checkbox"].large:not(:checked) + label:before,
[type="checkbox"].large:checked + label:before {
  width: 1.6em;
  height: 1.6em; }

[type="checkbox"].p-form__checkbox--red + label:before {
  border-color: #CE1A1B; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: .5em;
  top: .3em;
  width: .3em;
  height: .6em;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

[type="checkbox"]:checked + label:after {
  opacity: 1; }

.p-form--select select {
  width: 100%;
  cursor: pointer;
  color: #000000; }

.p-form--select--half,
input.p-form__input--half {
  width: 50%; }

.p-form--select--half.u-dib {
  vertical-align: middle; }

.p-form--file {
  border: 3px dashed #B5B3AD;
  padding: 20px;
  display: block; }
  .p-form--file > input {
    display: none; }

.p-form__item__checkbox {
  position: relative; }

.p-form__input--small {
  width: 30%; }

.p-form--imageWrap {
  background: #fff;
  padding: 20px;
  margin-top: 20px; }

.p-form--image {
  padding: 10px 105px; }

.p-form__error {
  color: #CE1A1B;
  font-weight: 600; }

@media screen and (max-width: 768px) {
  .p-form {
    max-width: 100%;
    margin: 0; }
  .p-form--select--half, input.p-form__input--half {
    width: 100%; }
  .p-form--select {
    margin: 0;
    margin-bottom: 10px; }
  .p-form__item__checkbox {
    margin: 0; }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    margin: 4px 0;
    margin-right: 1em;
    padding-left: 27px; } }

.p-admin {
  position: relative; }
  .p-admin .p-header__logo .logo {
    display: none; }
  .p-admin .p-header {
    position: fixed;
    top: 0;
    left: 352px;
    width: calc(100vw - 352px); }

.p-admin__sidebar {
  background: #434040;
  color: #fff;
  padding-bottom: 80px; }
  .p-admin__sidebar:after {
    content: "";
    background: url(../img/icons/post_enjoy.svg) no-repeat center bottom;
    position: absolute;
    width: 90px;
    height: 70px;
    bottom: 0;
    left: 30px; }
  .p-admin__sidebar .logo {
    width: 50%;
    margin: 40px auto 55px; }
  .p-admin__sidebar ul {
    margin-left: 46px;
    max-height: calc(100vh - 220px);
    overflow-y: auto; }
    .p-admin__sidebar ul a {
      color: #fff;
      background: transparent;
      display: block;
      padding: 13px 20px 13px 68px;
      font-weight: 600;
      border-radius: 100px 0px 0px 100px; }
      .p-admin__sidebar ul a:hover {
        opacity: 1;
        background: #9A9893; }
    .p-admin__sidebar ul .is-active a,
    .p-admin__sidebar ul .is-active a:hover {
      cursor: default;
      background: #CE1A1B; }
  .p-admin__sidebar li {
    margin-bottom: 10px; }
  .p-admin__sidebar .has-child {
    margin-top: 15px;
    font-weight: 600; }
    .p-admin__sidebar .has-child ul {
      margin-top: 8px; }
      .p-admin__sidebar .has-child ul a {
        padding: 9px 20px 9px 48px; }
    .p-admin__sidebar .has-child li {
      margin-bottom: 3px; }
  .p-admin__sidebar .menu {
    display: none; }

@media screen and (max-width: 768px) {
  .p-admin {
    padding-top: 0; }
    .p-admin .p-header__logo {
      display: none; }
  .p-admin__sidebar {
    padding-bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 4; }
    .p-admin__sidebar .logo {
      width: 45px;
      margin: 80px auto 55px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .p-admin__sidebar .menu {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 54px;
      height: 54px; }
      .p-admin__sidebar .menu a {
        background: url("../img/icons/arrow_right.svg") no-repeat center;
        display: block;
        height: 100%;
        width: 100%;
        background-color: #CE1A1B;
        background-size: 14px; }
    .p-admin__sidebar ul {
      margin-left: 0; }
      .p-admin__sidebar ul li {
        margin-bottom: 24px; }
      .p-admin__sidebar ul a {
        padding: 0;
        padding: 5px 10px;
        font-size: 20px;
        line-height: 1;
        text-align: center;
        font-size: 14px;
        height: 26px;
        overflow: hidden; }
        .p-admin__sidebar ul a span {
          max-width: 0;
          overflow: hidden;
          display: inline-block;
          -webkit-transition: all .1s;
          -o-transition: all .1s;
          transition: all .1s;
          height: 1em; }
    .p-admin__sidebar:after {
      display: none; }
  .is-left_open .p-admin__sidebar {
    width: 250px; }
    .is-left_open .p-admin__sidebar .logo {
      width: 140px; }
    .is-left_open .p-admin__sidebar ul a {
      text-align: left; }
      .is-left_open .p-admin__sidebar ul a span {
        max-width: 100%;
        max-height: 100%; }
  .p-admin .p-header {
    left: 54px;
    width: calc(100vw - 54px);
    height: 54px; }
    .p-admin .p-header .p-header__nav .right a {
      height: 54px;
      line-height: 54px; } }

.p-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.p-payment__page {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%; }

.p-payment__sidebar {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%; }
  .p-payment__sidebar .p-payment__item {
    padding: 18px 24px; }

.p-payment__item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 6px solid #CE1A1B;
  padding-bottom: 6px;
  margin-bottom: 20px; }
  .p-payment__item .head .c-title--h1 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.p-payment__item .price {
  font-size: 28px; }
  .p-payment__item .price span {
    font-size: 18px; }
  .p-payment__item .price small {
    font-size: 15px; }

.p-payment__item .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .p-payment__item .body input[type="number"] {
    width: 4.2em;
    border-radius: 100px;
    padding: 5px 0 5px 16px;
    border: 2px solid;
    vertical-align: middle;
    text-align: center;
    text-align: center;
    font-weight: 500;
    font-size: 18px; }
  .p-payment__item .body ul {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

.p-payment__item .bottle {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%; }

.p-payment__item .text {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

.p-payment__item .label {
  width: calc(100% + 48px);
  text-align: center;
  margin-left: -24px;
  margin-top: -18px;
  padding: 16px 0;
  background: #434040;
  color: #fff;
  font-size: 15px;
  margin-bottom: 18px; }

.p-payment__item .input {
  display: table;
  width: 100%; }
  .p-payment__item .input > div {
    display: table-row; }
  .p-payment__item .input label {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: right;
    padding-right: .8em;
    font-weight: 600; }
    .p-payment__item .input label:after {
      content: "任意";
      font-size: 10px;
      padding: 3px 6px;
      background: #9A9893;
      color: #fff;
      border-radius: 100px;
      vertical-align: middle;
      margin-left: .5em;
      font-weight: 600; }
    .p-payment__item .input label.required:after {
      content: "必須";
      background: #CE1A1B; }
  .p-payment__item .input input,
  .p-payment__item .input select,
  .p-payment__item .input .cell {
    display: table-cell;
    margin: 7px 0;
    vertical-align: middle; }
  .p-payment__item .input .half {
    width: 48%; }
  .p-payment__item .input .error {
    text-align: center;
    font-weight: 600;
    color: #CE1A1B;
    margin-top: 15px; }
  .p-payment__item .input .card_input {
    position: relative; }
    .p-payment__item .input .card_input label {
      text-align: left;
      font-size: 13px;
      color: #9A9893;
      margin-bottom: 6px;
      display: block;
      width: 100%; }
      .p-payment__item .input .card_input label:after {
        display: none; }
      .p-payment__item .input .card_input label + div {
        padding: .65em 1.2em;
        margin-bottom: 16px;
        border: 1px solid #B5B3AD;
        border-radius: 8px; }
    .p-payment__item .input .card_input.half {
      display: inline-block;
      margin-right: 1.6%; }
      .p-payment__item .input .card_input.half.last {
        margin-right: 0; }

.p-payment__item--select {
  padding-right: 135px;
  cursor: pointer;
  position: relative; }
  .p-payment__item--select:after {
    content: "";
    background: url("../img/icons/check.svg") no-repeat center;
    position: absolute;
    width: 90px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #9A9893;
    background-size: 40px; }
  .p-payment__item--select.is-selected:after {
    background-color: #CE1A1B; }

.p-payment__item__product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }
  .p-payment__item__product:last-child {
    margin-bottom: 0; }
  .p-payment__item__product .c-icon--cancel {
    position: absolute;
    right: -10px;
    top: -10px; }

.p-payment--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 768px) {
  .p-payment {
    display: block; }
  .p-payment__item .head {
    display: block; }
  .p-payment__item .body {
    display: block; }
    .p-payment__item .body ul {
      margin-bottom: 20px; }
  .p-payment__item .input {
    display: block; }
    .p-payment__item .input > div {
      display: block; }
      .p-payment__item .input > div label {
        display: block;
        width: 100%;
        text-align: left; }
    .p-payment__item .input .cell {
      display: block; }
  .p-payment--plan_select .p-payment__item .head {
    position: relative; }
  .p-payment--plan_select .p-payment__item__product {
    margin-top: 10px; } }

.p-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

.p-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%; }

.p-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 540px;
  max-width: 94%;
  max-height: 86vh;
  overflow-y: auto; }

.p-modal_content_inner {
  position: relative;
  padding: 24px; }

.p-modal--window {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 222;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0; }
  .p-modal--window .title {
    color: #CE1A1B;
    color: var(--theme-color); }
  .p-modal--window a {
    color: #000000;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 600; }

@media screen and (max-width: 768px) {
  .p-modal_content {
    width: 94%; }
  .p-home__content--circle .p-modal_content_inner__flex,
  .p-home__content--square .p-modal_content_inner__flex {
    display: block; } }

.p-stock__info {
  padding: 60px 0; }
  .p-stock__info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-stock__info .row .image {
      -ms-flex-preferred-size: 31%;
      flex-basis: 31%; }
    .p-stock__info .row .title {
      margin-top: 30px;
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; }
    .p-stock__info .row .info {
      margin-top: 30px;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
  .p-stock__info .label {
    color: #CE1A1B;
    font-size: 14px;
    margin-bottom: 6px; }
  .p-stock__info h3 {
    font-size: 27px; }
  .p-stock__info h5 {
    font-size: 22px; }

.p-stock__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px; }
  .p-stock__title:before {
    content: "";
    background: url("../img/icons/message.svg") no-repeat center;
    display: block;
    width: 47px;
    height: 20px;
    margin: auto;
    margin-bottom: 4px; }

.p-stock__vote .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-stock__vote .row > div {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }

.p-stock__vote .ct-label {
  fill: #ffffff;
  font-size: 15px;
  font-weight: 600; }

.p-stock__vote .ct-series-a .ct-slice-pie {
  fill: #a71919; }

.p-stock__vote .ct-series-b .ct-slice-pie {
  fill: #CE1A1B; }

.p-stock__vote .ct-series-c .ct-slice-pie {
  fill: #e84c4d; }

.p-stock__vote .ct-series-d .ct-slice-pie {
  fill: #f19091; }

.p-stock__vote .ct-series-e .ct-slice-pie {
  fill: #a18282; }

.p-stock__vote .result_label {
  margin: 5px 0; }
  .p-stock__vote .result_label i {
    color: #a71919; }
  .p-stock__vote .result_label.b i {
    color: #CE1A1B; }
  .p-stock__vote .result_label.c i {
    color: #e84c4d; }
  .p-stock__vote .result_label.d i {
    color: #f19091; }
  .p-stock__vote .result_label.e i {
    color: #a18282; }

.p-stock__vote .your_answer {
  font-weight: 600;
  color: #fff;
  background: #434040;
  border-radius: 4px;
  padding: 4px 12px;
  margin-top: 16px; }

.is-voted .p-stock__vote__question {
  display: none; }

.is-voted .p-stock__vote__result {
  display: block; }

.p-stock__vote__result {
  display: none; }

.p-stock__post .logo {
  width: 260px;
  margin: auto;
  margin-bottom: 20px;
  border: 1px solid #B5B3AD; }

@media screen and (max-width: 768px) {
  .p-stock__info .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-stock__info .row .image {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      margin: 0;
      margin-left: -16px; }
    .p-stock__info .row .title {
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }
    .p-stock__info .row .info {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  .p-stock__info .label {
    font-size: 12px; }
  .p-stock__info h3 {
    font-size: 22px; }
    .p-stock__info h3 small {
      font-size: 60%; }
  .p-stock__info h5 {
    font-size: 16px; }
  .p-stock__vote .row {
    display: block; }
    .p-stock__vote .row > div {
      margin-bottom: 20px; } }

.p-faq {
  cursor: pointer; }
  .p-faq p {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 0; }
  .p-faq.is-active p {
    margin-top: 14px;
    max-height: 1000px; }

.u-cf:before,
.u-cf:after {
  content: ' ';
  display: table; }

.u-cf:after {
  clear: both; }

.u-cf {
  *zoom: 1; }

@media screen and (max-width: 767px) {
  .u-cf--sp:before,
  .u-cf--sp:after {
    content: ' ';
    display: table; }
  .u-cf--sp:after {
    clear: both; }
  .u-cf--sp {
    *zoom: 1; } }

.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%; }
  .u-col2:nth-child(2n) {
    margin-right: 0; }
  .u-col2.u-col2--mr0 {
    width: 50%;
    margin-right: 0; }

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%; }
  .u-col3:nth-child(3n) {
    margin-right: 0; }

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0; }

@media screen and (max-width: 767px) {
  .u-col2,
  .u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.u-marginCenter {
  margin: 0 auto; }

.u-mb0 {
  margin-bottom: 0 !important; }

.u-m0 {
  margin: 0; }

.u-mb6 {
  margin-bottom: 6px; }

.u-mb10 {
  margin-bottom: 10px; }

.u-mb12 {
  margin-bottom: 12px; }

.u-mb16 {
  margin-bottom: 16px; }

.u-mb20 {
  margin-bottom: 20px; }

.u-mb30 {
  margin-bottom: 30px; }

.u-mb35 {
  margin-bottom: 35px; }

.u-mb40 {
  margin-bottom: 40px; }

.u-mb50 {
  margin-bottom: 50px; }

.u-mb55 {
  margin-bottom: 55px; }

.u-mb60 {
  margin-bottom: 60px; }

.u-mb80 {
  margin-bottom: 80px; }

.u-mb90 {
  margin-bottom: 90px; }

.u-mb100 {
  margin-bottom: 100px; }

.u-mb120 {
  margin-bottom: 120px; }

.u-mb160 {
  margin-bottom: 160px; }

.u-mb175 {
  margin-bottom: 175px; }

.u-mb200 {
  margin-bottom: 200px; }

.u-mb250 {
  margin-bottom: 250px; }

.u-mb320 {
  margin-bottom: 320px; }

.u-mt5 {
  margin-top: 5px; }

.u-mt10 {
  margin-top: 10px; }

.u-mt20 {
  margin-top: 20px; }

.u-mt60 {
  margin-top: 60px; }

.u-mr5 {
  margin-right: 5px; }

.u-mr10 {
  margin-right: 10px; }

.u-mr20 {
  margin-right: 20px; }

.u-mr40 {
  margin-right: 40px; }

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px; }
  .u-mb10--sp {
    margin-bottom: 10px; }
  .u-mb20--sp {
    margin-bottom: 20px; }
  .u-mb30--sp {
    margin-bottom: 30px; }
  .u-mb40--sp {
    margin-bottom: 40px; }
  .u-mb50--sp {
    margin-bottom: 50px; }
  .u-mb60--sp {
    margin-bottom: 60px; }
  .u-mb80--sp {
    margin-bottom: 80px; }
  .u-mb160--sp {
    margin-bottom: 160px; }
  .u-mb240--sp {
    margin-bottom: 240px; }
  .u-mr0--sp {
    margin-right: 0px; }
  .u-mt60--sp {
    margin-top: 60px; } }

.u-pr40 {
  padding-right: 40px; }

.u-pr60 {
  padding-right: 60px; }

.u-pl40 {
  padding-left: 40px; }

.u-pl160 {
  padding-left: 160px; }

.u-pb0 {
  padding-bottom: 0; }

@media screen and (max-width: 767px) {
  .u-pl40.u-pl40--sp0 {
    padding-left: 0px; }
  .u-pl160.u-pl160--sp0 {
    padding-left: 0px; } }

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

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

.u-textLeft {
  text-align: left; }

@media screen and (max-width: 767px) {
  .u-textRight--sp {
    text-align: right; }
  .u-textCenter--sp {
    text-align: center; }
  .u-textLeft--sp {
    text-align: left; } }

.u-ofi {
  overflow: hidden; }
  .u-ofi img,
  .u-ofi video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;"; }

.u-ofi a {
  display: block;
  height: 100%; }

.u-spShow,
.u-spShow--inline {
  display: none !important; }

.u-spHide {
  display: block !important; }

.u-spHide--inline {
  display: inline !important; }

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-dib {
  display: inline-block; }

.u-hide {
  display: none; }

.u-hide-front {
  display: none; }

.admin .u-hide-front {
  display: block; }

.admin .u-hide-admin {
  display: none; }

@media screen and (max-width: 767px) {
  .u-spShow {
    display: block !important; }
  .u-spHide,
  .u-spHide--inline,
  .u-spHide--flex {
    display: none !important; }
  .u-spShow--inline {
    display: inline !important; }
  .u-spDb {
    display: block; } }

.u-font10 {
  font-size: 10px;
  font-size: 1rem; }

.u-font11 {
  font-size: 11px;
  font-size: 1.1rem; }

.u-font12 {
  font-size: 12px;
  font-size: 1.2rem; }

.u-font13 {
  font-size: 13px;
  font-size: 1.3rem; }

.u-font14 {
  font-size: 14px;
  font-size: 1.4rem; }

.u-font15 {
  font-size: 15px;
  font-size: 1.5rem; }

.u-font16 {
  font-size: 16px;
  font-size: 1.6rem; }

.u-font17 {
  font-size: 17px;
  font-size: 1.7rem; }

.u-font18 {
  font-size: 18px;
  font-size: 1.8rem; }

.u-font20 {
  font-size: 20px;
  font-size: 2rem; }

.u-font22 {
  font-size: 22px;
  font-size: 2.2rem; }

.u-font23 {
  font-size: 23px;
  font-size: 2.3rem; }

.u-font24 {
  font-size: 24px;
  font-size: 2.4rem; }

.u-font25 {
  font-size: 25px;
  font-size: 2.5rem; }

.u-font26 {
  font-size: 26px;
  font-size: 2.6rem; }

.u-font27 {
  font-size: 27px;
  font-size: 2.7rem; }

.u-font28 {
  font-size: 28px;
  font-size: 2.8rem; }

.u-font30 {
  font-size: 30px;
  font-size: 3rem; }

.u-font35 {
  font-size: 35px;
  font-size: 3.5rem; }

.u-font38 {
  font-size: 38px;
  font-size: 3.8rem; }

.u-fontBold {
  font-weight: 600; }

.u-fontNormal {
  font-weight: 300; }

.u-mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }

.u-gothic {
  font-family: "Barlow", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

@media screen and (max-width: 767px) {
  .u-font26--sp {
    font-size: 26px;
    font-size: 2.6rem; }
  .u-font20--sp {
    font-size: 20px;
    font-size: 2rem; }
  .u-font18--sp {
    font-size: 18px;
    font-size: 1.8rem; }
  .u-font16--sp {
    font-size: 16px;
    font-size: 1.6rem; }
  .u-font14--sp {
    font-size: 14px;
    font-size: 1.4rem; }
  .u-font12--sp {
    font-size: 12px;
    font-size: 1.2rem; } }

.u-boxShadow {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff; }

.u-textUnderline {
  text-decoration: underline; }

.u-noDeco {
  text-decoration: none; }

.u-relative {
  position: relative; }

.u-bg {
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(#ecebe3));
  background: -webkit-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
  background: -o-linear-gradient(left, #f3f3f3 0%, #ecebe3 100%);
  background: linear-gradient(90deg, #f3f3f3 0%, #ecebe3 100%); }

.u-bgWhite {
  background-color: #fff; }

.u-colorTheme {
  color: #CE1A1B; }

.u-colorWhite {
  color: #fff; }

.u-colorText {
  color: #000000; }

.u-colorLight {
  color: #434040; }

.u-line20 {
  line-height: 2; }

.u-line26 {
  line-height: 2.6; }

.u-line30 {
  line-height: 3; }

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

.u-flex--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.u-flex--col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%; }

.u-flex--col3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%; }

.u-flex--col4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%; }

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

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.u-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .u-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse; }
  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px; }
  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0; }
  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px; }
    .u-flex--col4 > *:nth-child(4n) {
      margin-right: auto; } }

.u-ls10 {
  letter-spacing: .1em; }

.u-ls12 {
  letter-spacing: .12em; }

.u-ls20 {
  letter-spacing: .2em; }

.u-ls50 {
  letter-spacing: .5em; }

.u-border {
  border: 1px solid #B5B3AD; }
