@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;700&display=swap");
/*! 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;
}

/**
 * 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 {
  -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 */
body {
  font-family: "Inter", Arial, "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #231815;
  font-weight: 400;
  background: #E0E0E3;
}

audio {
  width: 100%;
}

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

a {
  outline: 0;
  text-decoration: none;
  color: #231815;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.8;
  color: inherit;
}
a:focus, a:hover, a:active {
  outline: 0;
}

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: #30404f;
}

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

ul {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  font-size: inherit;
  font-family: "Inter", Arial, "Noto Sans JP", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

table {
  width: 100%;
}
table th {
  font-weight: 300;
}
table td {
  word-break: break-word;
}
table td.right.aligned {
  white-space: nowrap;
}

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

b, strong {
  font-weight: 700;
}

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

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

hr {
  margin: 0.5rem 0;
  border-color: #fff;
  border-width: 0.5px;
}

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

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

dt {
  font-weight: 700;
  margin-top: 18px;
  padding-left: 6px;
}

dd {
  padding-left: 1.5em;
  padding-right: 6px;
  margin-left: 0;
  text-align: right;
  padding-bottom: 6px;
  border-bottom: 1px solid #b1bac0;
}

fieldset {
  border: 0;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 1000px) {
  .l-container {
    min-width: auto;
  }
  .l-wrap {
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
  }
  main {
    min-height: calc(100vh - 410px);
  }
  .c-alert + main {
    margin-top: 0;
  }
  .l-wrap {
    max-width: 100%;
    padding: 0 20px;
    width: 100%;
  }
  .l-container {
    min-width: auto;
    overflow-x: hidden;
  }
  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;
  }
}
.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before,
.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  background: #30404f !important;
}

.ui.primary.button, .ui.primary.buttons .button {
  background: #30404f;
}
.ui.primary.button:hover, .ui.primary.buttons .button:hover {
  background: #30404f;
  opacity: 0.87;
}
.ui.primary.button:focus, .ui.primary.button:active, .ui.primary.buttons .button:focus, .ui.primary.buttons .button:active {
  background: #30404f;
  opacity: 1;
}
.ui.primary.button.is-copied, .ui.primary.buttons .button.is-copied {
  background: #9d9d9e;
  opacity: 1;
}

.ui.table thead th.ui-sortable-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

.ui.input.focus > input,
.ui.input > input:focus,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.dropdown:focus .menu,
.ui.selection.dropdown:focus {
  border-color: #9d9d9e;
}

.ui.small_padded.message {
  padding: 0.5em 0.8em;
}

.ui.radio.checkbox label::before,
.ui.radio.checkbox label::after {
  top: -100%;
  bottom: -100%;
  margin: auto;
}

.ui.button.wide {
  min-width: 300px;
}

.dashboard-article-edit .l-main {
  z-index: 2;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .l-sidebar--admin {
    width: 54px;
  }
}
.l-section {
  position: relative;
  z-index: 1;
  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 {
    padding: 30px 0;
    width: 100%;
  }
  .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: 255px;
  margin-top: 44px;
  min-height: calc(100vh - 85px);
}
.l-content--admin .l-wrap {
  width: 1300px;
  max-width: 98%;
}

.dashboard-article-create .l-content--admin,
.dashboard-article-edit .l-content--admin {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .l-content--hasSidebar {
    width: 100%;
  }
  .l-content--admin {
    margin-left: 54px;
    margin-top: 54px;
    min-height: auto;
    margin-top: 0;
    padding: 30px 0;
  }
  .l-content--admin .l-wrap {
    max-width: 100%;
  }
}
.l-inner {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

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

.l-inner--large {
  width: 900px;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .l-inner {
    max-width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    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: #575b5e;
  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: #575b5e;
  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: #575b5e;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #575b5e;
}
.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 {
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #58c9c2;
  color: #58c9c2;
  padding: 0.4em;
}

#recording_label, #stop_label {
  display: none;
}

.is-recording #standby_label {
  display: none;
}
.is-recording #recording_label {
  display: block;
}
.is-recording .c-title {
  color: #de4b4b;
  border-color: #de4b4b;
}

.is-stop #stop_label {
  display: block;
}
.is-stop #standby_label {
  display: none;
}
.is-stop .c-title {
  color: #30404f;
  border-color: #30404f;
}

.c-title--h1 {
  font-size: 20px;
  font-weight: 700;
  color: #30404f;
  padding: 0 0 0.2em;
  border-bottom: 1px solid;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}

.c-title--h2 {
  font-size: 18px;
  font-weight: 700;
  color: #30404f;
  margin-bottom: 14px;
}

.c-title--h3 {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #b1bac0;
  margin-bottom: 8px;
}

.c-title--h4 {
  font-size: 16px;
  font-weight: 700;
  color: #30404f;
}

.c-title--h6 {
  font-size: 13px;
  font-weight: 400;
  color: #231815;
  border-bottom: 1px dashed #b1bac0;
  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: 0.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-list--sortable {
  list-style: none;
}
.c-list--sortable li {
  position: relative;
  padding-left: 30px;
}
.c-list--sortable li:hover {
  background: rgba(255, 255, 255, 0.7);
  background: rgba(var(--white), 0.7);
}
.c-list--sortable li:hover:after {
  content: "";
  background: url(../img/icons/sort.svg) no-repeat center center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 12px;
  cursor: -webkit-grab;
  cursor: grab;
}

.c-button {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  position: relative;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  color: #fff;
  border-radius: 200px;
  background: #30404f;
  padding: 4px 1em;
  min-width: auto;
  border: 0;
}
.c-button:hover {
  opacity: 0.87;
  color: #fff;
}
.c-button.is-end {
  cursor: default;
  background: #575b5e;
}

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

.c-button--black {
  background: #b1bac0;
  color: #fff;
  border-color: #b1bac0;
}

.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--small {
  padding: 0.35em 0.5em;
  font-size: 13px;
}

.c-button[disabled] {
  background-color: #575b5e;
  color: #b1bac0;
  cursor: not-allowed;
}

.c-button--primary {
  background: #30404f;
  color: #fff;
  border-color: #30404f;
}

.c-button--large {
  min-height: 66px;
  font-size: 18px;
}

.ui.accordion .c-button_wrap--force_block {
  display: block !important;
}

.c-button--record {
  width: 86px;
  height: 86px;
  border-radius: 240px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
  padding: 0;
}
.c-button--record span {
  position: relative;
  color: #575b5e;
  bottom: -58px;
  font-size: 13px;
}
.c-button--record:after {
  content: "";
  background: url("../img/icons/record.svg") no-repeat center center;
  position: absolute;
  width: 40px;
  height: 54px;
  background-size: contain;
}
.c-button--record[disabled]:hover {
  opacity: 1;
}

.c-button--recording_start:after {
  background-image: url("../img/icons/record.svg");
  width: 78px;
  height: 78px;
}
.c-button--recording_start .second {
  display: none;
}

.c-button--pause {
  display: none;
}
.c-button--pause:after {
  background-image: url("../img/icons/pause.svg");
  width: 48px;
  height: 48px;
}

.c-button--stop {
  display: none;
}
.c-button--stop:after {
  background-image: url("../img/icons/stop.svg");
  width: 42px;
  height: 42px;
}

.c-button--reset {
  display: none;
}
.c-button--reset:after {
  background-image: url("../img/icons/reset.svg");
  width: 42px;
  height: 42px;
}

.c-button--confirm {
  display: none;
}
.c-button--confirm:after {
  background-image: url("../img/icons/confirm.svg");
  width: 42px;
  height: 42px;
}

.is-recording .c-button--recording_start {
  display: none;
}
.is-recording .c-button--pause, .is-recording .c-button--stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-pause .c-button--recording_start .first {
  display: none;
}
.is-pause .c-button--recording_start .second {
  display: inline;
}
.is-pause .c-button--stop, .is-pause .c-button--reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-stop .c-button--pause, .is-stop .c-button--stop, .is-stop .c-button--recording_start {
  display: none;
}
.is-stop .c-button--reset, .is-stop .c-button--confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-button--play:after {
  background-image: url("../img/icons/play.svg");
}
.c-button--play.is-playing:after {
  background-image: url("../img/icons/pause.svg");
}

.p-player .c-button--play {
  background-color: #000;
  width: 136px;
  height: 136px;
  border: 12px solid #fff;
  margin-bottom: 30px;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}
.p-player .c-button--play span {
  bottom: -90px;
  font-size: 16px;
}

.c-button--play {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
}
.c-button--play img {
  height: 60px;
  margin: auto;
}
.c-button--play span {
  bottom: -78px;
}

.c-button--teal {
  background: #58c9c2;
  color: #fff;
}

.c-button_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button--language.ui.button {
  position: relative;
  padding-left: 2.6em;
  min-width: 130px;
  margin-bottom: 14px;
}
.c-button--language.ui.button img {
  left: 0.4em;
  top: 0;
  bottom: 0;
  width: 1.8em;
  margin: auto;
  position: absolute;
}
.c-button--language.ui.button:before {
  display: none;
}
.c-button--language.ui.button:after {
  display: none;
}

.checked .c-button--language.ui.button {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-button--small {
    font-size: 13px;
  }
  .c-button--mini {
    padding: 4px 10px;
    font-size: 12px;
  }
}
.c-label {
  font-size: 12px;
  font-weight: 800;
  padding: 1px 6px;
  background: #eee;
  border-radius: 6px;
  margin-right: 0.5em;
  color: #231815;
}

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

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

.c-label--green {
  background: #469F9D;
  color: #fff;
}

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

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

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

.c-label--input_title {
  font-size: 10px;
  padding: 3px 6px;
  background: #575b5e;
  color: #fff;
  border-radius: 100px;
  vertical-align: bottom;
  margin-left: 0.5em;
  font-weight: 700;
}
.c-label--input_title.required {
  background: #30404f;
}

.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: 0.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-tag {
  display: inline-block;
  background: rgba(48, 64, 79, 0.06);
  font-size: 13px;
  margin-right: 0.5em;
  padding: 0.2em 1em;
  border-radius: 3px;
  border: 1px solid rgba(48, 64, 79, 0.3);
  font-weight: 400;
  margin-bottom: 0.5em;
}
.c-tag:hover {
  background: rgba(48, 64, 79, 0.12);
  color: rgba(35, 24, 21, 0.8);
}

.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  width: 80%;
}
.c-step:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 2px dotted #eee;
  width: 80%;
  top: 24px;
}

.c-step__item {
  counter-increment: flow;
  text-align: center;
  width: 25%;
  position: relative;
  z-index: 2;
}
.c-step__item span {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  display: block;
}
.c-step__item strong {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background: #eee;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  margin: auto;
  color: #fff;
  padding: 0.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-step__item.is-active strong {
  background: #58c9c2;
}
.c-step__item.is-disabled strong {
  background: #a4a7aa;
}

.ui.steps .step.active .title {
  color: #30404f;
}

@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: #469F9D;
  color: #fff;
  font-weight: 700;
}

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

.c-alert--draft {
  background: #575b5e;
}

.p-admin .c-alert {
  top: 44px;
  position: relative;
  margin-left: auto;
  width: calc(100vw - 255px);
}

@media screen and (max-width: 768px) {
  .p-admin .c-alert {
    top: 0;
    width: calc(100vw - 54px);
    z-index: 4;
  }
}
.c-image {
  position: relative;
  min-width: 80px;
}
.c-image:before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の85%に固定 */
}
.c-image 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%;
}

.c-image--wide:before {
  padding-top: 65%;
}

@media screen and (max-width: 768px) {
  .c-image:before {
    padding-top: 65%;
  }
  .c-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-like {
  border: 0;
  background: transparent;
  font-size: 1.1em;
  color: #575b5e;
  font-weight: 100;
}
.c-like:before {
  content: "";
  background: url("../img/icons/like.svg") no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 0.3em;
}
.c-like.is-like:before {
  background-image: url("../img/icons/like_active.svg");
}

.c-message {
  padding: 40px 20px;
  border-radius: 30px;
}

.c-message--reverse {
  color: #fff;
  background-color: #30404f;
}

.p-table__container {
  max-height: 30vh;
  overflow-y: auto;
}

.p-modal .p-table__container {
  min-width: 100%;
  max-height: 100%;
  overflow-y: initial;
}
.p-table__container__inner {
  max-height: 64vh;
  overflow-y: auto;
}

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

.p-table--small th, .p-table--small td {
  padding: 4px 3px;
  font-size: 80%;
}

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

.p-table--news td {
  vertical-align: top;
  padding: 0.5em 0;
}

.p-table--full {
  width: 100%;
}

.p-table--visible.ui.fixed.table td, .p-table--visible.ui.fixed.table th {
  overflow: visible;
}

.ui.table td, .ui.table th {
  padding: 0.2em;
}
.ui.table .double tr:first-child td {
  border-top: 3px double #b1bac0;
}
.ui.table.striped tbody tr.is-selected {
  background-color: rgba(157, 157, 158, 0.2);
}
.ui.table.p-table--wide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

.p-table__nowrap {
  white-space: nowrap;
}

.p-table_horizontal_container {
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .p-table--news {
    display: block;
  }
  .p-table--news td,
  .p-table--news tr,
  .p-table--news tbody {
    display: block;
    width: 100%;
  }
  .p-table--news td {
    padding: 0;
  }
  .p-table--news tr {
    padding: 10px 0;
    border-bottom: 1px solid #b1bac0;
  }
  .ui.table.responsive {
    width: 100%;
    overflow-x: auto;
    display: inline-block;
    white-space: nowrap;
  }
}
.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: #575b5e;
  color: #fff;
}

.page-item > * {
  font-weight: 700;
  background: #30404f;
  color: #fff;
  text-decoration: none;
  padding: 6px 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin: 0.4em;
}
.page-item > *.dots {
  background: #fff;
  color: #231815;
}

.p-header {
  position: relative;
  font-size: 13px;
}
.p-header li {
  list-style: none;
}

.p-header__wrap {
  padding: 24px 20px;
  padding-bottom: 0;
  position: relative;
}

.p-header__logo .logo {
  width: 88px;
  max-width: 40%;
}
.p-header__logo h3 {
  font-size: 14px;
  color: #30404f;
}
.p-header__logo p {
  font-size: 12px;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.p-header__nav {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  bottom: 0;
}
.p-header__nav .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b1bac0;
}
.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 .black a {
  background: #b1bac0;
}
.p-header__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/icons/loading.gif") no-repeat center center;
  background-color: rgba(255, 255, 255, 0.9);
  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: 11;
  background-size: 60px;
}
.p-header__loading span {
  padding-top: 80px;
  font-weight: 700;
}

.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: #30404f;
  color: var(--theme-color);
}
.p-header__mypage {
  margin-right: 1.5em;
}
.p-header__mypage a:not(.c-button) {
  color: #231815;
  background: transparent;
  font-weight: 700;
}

.p-header__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
}
.p-header__select small {
  min-width: 8em;
  margin-right: 0.5em;
}
.p-header__select i {
  font-size: 1.6em;
  margin-right: 0.4em;
}
.p-header__select select {
  padding: 0.35em 0.5em;
  font-size: 13px;
}
.p-header__select.is-hide select {
  width: 0;
  padding: 0;
  border: 0;
}

footer .p-header__select {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
  margin-top: 2em;
}

.p-admin .p-header {
  left: 255px;
  width: calc(100vw - 255px);
  height: 44px;
}

.p-header--app {
  background-color: #fff;
}
.p-header--app .p-header__wrap {
  padding: 0 20px;
  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--app .p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header--app .p-header__menu .logo {
  padding: 8px 0;
  width: 88px;
}
.p-header--app .ui.secondary.pointing.menu {
  margin-top: 0;
  margin-left: 20px;
}
.p-header--app .ui.secondary.pointing.menu .item {
  border-bottom-color: #fff;
}
.p-header--app .ui.secondary.pointing.menu .item.active {
  border-color: #de4b4b;
}

@media screen and (max-width: 768px) {
  .p-header {
    width: 100%;
  }
  .p-header__wrap {
    padding-top: 15px;
  }
  .p-header__logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    text-align: center;
  }
  .p-header__logo h3 {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-header__logo .logo {
    width: 80px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-header__logo .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__logo p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
    text-align: left;
    font-size: 11px;
    margin-bottom: 0.3em;
  }
  .p-header__mypage {
    display: none;
  }
  .p-header__nav {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .p-header__nav .left {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    font-size: 11.5px;
    display: none;
  }
  .p-header__nav .left li {
    margin-right: 1em;
  }
  .p-header__nav .double {
    text-align: center;
  }
  .p-header__nav .double a {
    line-height: 1.4;
    padding-top: 1.4em;
  }
  .p-header--app .ui.secondary.pointing.menu {
    display: none;
  }
  .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-admin .p-header__wrap {
    display: none;
  }
  .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-header__select {
    display: block;
  }
  .p-header__select small {
    min-width: auto;
    text-align: left;
  }
}
.p-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.p-card-container > * {
  -ms-flex-preferred-size: calc(20% - 12px);
      flex-basis: calc(20% - 12px);
}
.p-card-container--4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-card-container--4 > * {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
.p-card-container--4 .p-card .text {
  padding: 12px;
}

.p-card {
  background: #fff;
  padding: 24px 45px;
  margin-bottom: 24px;
  display: block;
  border: 1px solid rgba(177, 186, 192, 0.6);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.p-card .badge {
  position: absolute;
  right: 1em;
  top: 1em;
  background: #469F9D;
  color: #fff;
  font-weight: 700;
  padding: 1em 0.6em;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
}
.p-card .text {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-card.is-active {
  border: 5px solid #30404f;
}
.p-card.is-draft .text {
  color: #575b5e;
}
.p-card:hover {
  opacity: 1;
}
.p-card .ui.button .text {
  background-color: transparent;
}

.p-card__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-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 #b1bac0;
  padding-top: 20px;
}
.p-card--ship .like_label {
  background: #30404f;
  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%;
}
.p-card--ship .reply {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-card--ship .reply i {
  font-size: 18px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  margin-right: 5px;
  line-height: 1;
}
.p-card--ship .reply + .stamp {
  margin-top: -6px;
  top: 0;
}
.p-card--ship .stamp {
  margin-left: auto;
  width: 62px;
  margin-bottom: -36px;
  top: -20px;
  position: relative;
}

.p-card--post .message .stamp {
  margin-left: auto;
  width: 80px;
  margin-top: -10px;
  display: block;
  margin-bottom: -28px;
}

.p-card--has_image {
  padding: 0;
}
.p-card--has_image .text {
  padding: 18px;
}

@media screen and (max-width: 768px) {
  .p-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-card-container > * {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
  .p-card-container > *:nth-child(2n) {
    margin-right: 0;
  }
  .p-card--has_image .text {
    padding: 8px;
  }
}
.p-home__head {
  padding: 5vw 0 5vw;
}
.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 h3 {
  font-size: 1.6vw;
  color: #30404f;
  margin-bottom: 16px;
  letter-spacing: 0.2em;
}
.p-home__head .text .logo {
  width: 61%;
}
.p-home__head .image {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  mix-blend-mode: multiply;
}

.p-home__articles {
  border-top: 1px solid #b1bac0;
  border-bottom: 1px solid #b1bac0;
  margin-bottom: 100px;
}
.p-home__articles .l-wrap {
  width: 1200px;
}
.p-home__articles .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home__articles .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-left: 1px solid #b1bac0;
}
.p-home__articles .item:last-child {
  border-right: 1px solid #b1bac0;
}
.p-home__articles .image {
  height: 11vw;
}
.p-home__articles .text {
  padding: 1em 0;
}
.p-home__articles h3 {
  font-size: 18px;
  margin-bottom: 2em;
  line-height: 1.6;
  font-weight: 400;
  height: 3.2em;
  overflow: hidden;
}
.p-home__articles h4 {
  font-size: 16px;
  color: #575b5e;
  margin-bottom: 1em;
  line-height: 1.6;
  font-weight: 400;
  height: 3.2em;
  overflow: hidden;
}

.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: #30404f;
  letter-spacing: 0.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: #30404f;
  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: #30404f;
  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: #30404f;
}
.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: 700;
}
.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;
}

.p-home__news {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home__news h4 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  background: #30404f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  padding: 20px 0;
}
.p-home__news .content {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .p-home__head {
    padding: 30px 10px 30px;
  }
  .p-home__head .row {
    display: block;
  }
  .p-home__head .text h5 {
    left: -14px;
    top: -37px;
    width: 90px;
  }
  .p-home__head .text h3, .p-home__head .text h2 {
    font-size: 4.3vw;
  }
  .p-home__head .text .logo {
    width: 80%;
    margin-top: 20px;
  }
  .p-home__head .image {
    width: 88vw;
    margin-left: -7vw;
  }
  .p-home__articles {
    border-bottom: 0;
  }
  .p-home__articles .l-wrap {
    width: 1200px;
    padding: 0px 58px;
    max-width: 100%;
  }
  .p-home__articles .row {
    display: block;
  }
  .p-home__articles .item {
    display: block;
    border-right: 1px solid #b1bac0;
    position: relative;
  }
  .p-home__articles .item:after {
    content: "";
    position: absolute;
    width: 100vw;
    left: -58px;
    bottom: 0;
    height: 1px;
    background-color: #b1bac0;
  }
  .p-home__articles .image {
    height: 28vw;
  }
  .p-home__articles h3 {
    font-size: 16px;
  }
  .p-home__articles h4 {
    font-size: 14px;
  }
  .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-home__news {
    display: block;
  }
  .p-home__news h4 {
    padding: 10px 0;
  }
  .p-home__news .content {
    padding: 14px;
  }
}
.p-footer {
  background: #9d9d9e;
  color: #fff;
  padding: 40px 0;
}
.p-footer li {
  margin-bottom: 22px;
  list-style: none;
}
.p-footer li a {
  color: #fff;
  text-decoration: none;
}
.p-footer li strong {
  font-weight: 700;
  font-size: 18px;
}
.p-footer li .disabled {
  color: #fff;
  opacity: 0.6;
}
.p-footer small {
  font-size: 12px;
}

.p-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer__row .p-nav {
  padding: 0;
}
.p-footer__row .p-nav ul {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.p-footer__row .p-nav li {
  margin-bottom: 12px;
}

.p-footer__logo {
  width: 108px;
  margin-bottom: 26px;
}

.p-footer__copyright {
  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: #30404f;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 23px;
  -webkit-animation: to_hide 0.5s ease;
          animation: to_hide 0.5s ease;
  z-index: 2;
}

.is-to_top_show .p-footer__to_top {
  bottom: 0;
  -webkit-animation: to_show 0.5s ease;
          animation: to_show 0.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: #30404f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.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: #212b36;
  opacity: 1;
}

.p-footer__button {
  position: sticky;
  bottom: 40px;
  z-index: 2222;
  display: inline-block;
  left: calc(100vw - 120px);
  margin-bottom: 10px;
}
.p-footer__button a {
  background: #30404f;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 200px;
  text-align: center;
  color: #fff;
}
.p-footer__button a:hover {
  color: #fff;
}
.p-footer__button i {
  font-size: 20px;
  display: block;
  margin: auto;
  margin-bottom: 0.2em;
}
.p-footer__button span {
  font-size: 13px;
  font-weight: 700;
  display: block;
  padding: 0 0.3em;
  position: relative;
  left: 0.2em;
}

@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-footer__button {
    bottom: 20px;
    left: calc(100vw - 100px);
  }
  .p-footer__row {
    display: block;
  }
  .p-footer__row .p-nav {
    margin-top: 40px;
  }
}
.p-page__head {
  padding: 36px 0;
  color: #30404f;
  font-size: 24px;
  letter-spacing: 0.13em;
}

.p-page--article .original {
  width: 240px;
  max-width: 70%;
  margin: auto;
}
.p-page--article .translated {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page--article .translated .p-card {
  -webkit-transition: none;
  transition: none;
  opacity: transform 0;
}
.p-page--article .translated .p-card.is-tranform {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  opacity: 1;
}
.p-page--article .translated .p-card:hover {
  opacity: 0.8;
}
.p-page--article .translated .p-card:hover .js-copy_btn {
  display: block;
}
.p-page--article .translated .p-card .image {
  height: 72px;
}
.p-page--article .translated .p-card .locale {
  position: absolute;
  height: 72px;
  width: 100%;
  top: 0;
  line-height: 72px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.p-page--article .translated .p-card .fa-spinner {
  display: none;
}
.p-page--article .translated .p-card.is-loading h3 {
  color: #575b5e;
  text-align: center;
}
.p-page--article .translated .p-card.is-loading i {
  display: inline-block;
}
.p-page--article .translated .p-card.is-loading .locale {
  background: rgba(100, 100, 100, 0.7);
}
.p-page--article .translated .p-card.is-loading:hover {
  opacity: 1;
}
.p-page--article .translated .p-card .js-copy_btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: none;
}

@media screen and (max-width: 768px) {
  .p-page__head {
    font-size: 18px;
  }
}
.p-nav {
  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;
     -moz-column-count: 2;
          column-count: 2;
}
.p-nav li {
  margin-bottom: 10px;
  list-style: none;
}
.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: #30404f;
  background: #b1bac0;
}
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;
}

.p-nav__selector {
  width: 14em;
}

footer .p-nav {
  font-size: 12px;
}

@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-nav__selector {
    width: 60%;
    margin: auto;
  }
}
.p-block {
  padding: 20px;
  background: #fff;
}

.p-block--bottom {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media screen and (max-width: 768px) {
  .p-block--bottom {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.p-parts--uploader .p-form--drop {
  font-size: 30px;
  padding: 0.3em 1em;
  border-radius: 200px;
  background: transparent;
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
  max-height: 66px;
  overflow: hidden;
}
.p-parts--uploader .c-button {
  border: 0;
  font-size: 20px;
  min-height: 66px;
}

.p-parts--arrow {
  background: url("../img/icons/arrow_down.svg") no-repeat center center;
  height: 20px;
  margin: 10px 0;
}

.p-parts--recorder {
  position: relative;
  width: 240px;
  height: 240px;
  margin: auto;
  margin-bottom: 20px;
}

.p-parts--recorder__circle {
  height: 100%;
}
.p-parts--recorder__circle:before {
  content: "";
  border: 4px dotted #b1bac0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 50%;
}
.p-parts--recorder__circle:after {
  content: "";
  background: url("../img/icons/mic.svg") no-repeat center center;
  position: absolute;
  width: 69px;
  height: 110px;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-parts--recorder__circle svg {
  position: relative;
  z-index: 2;
}
.p-parts--recorder__circle .cls-1 {
  stroke-dasharray: 565px;
  stroke-dashoffset: 0px;
}
.p-parts--recorder__circle h3 {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.p-parts--uploader__audio_file_input {
  display: none;
}

.is-recording .p-parts--recorder__circle:after {
  background-image: url("../img/icons/recording.svg");
}

.is-stop .p-parts--recorder__circle:after {
  background-image: url("../img/icons/preview.svg");
}
.is-stop .p-parts--recorder__circle.is-playing:after {
  background-image: url("../img/icons/previewing.svg");
}

.is-standby .p-parts--uploader__audio_file_input {
  display: block;
}

@-webkit-keyframes to_slide_up_show {
  0% {
    display: none;
    opacity: 0;
    bottom: -1vh;
  }
  1% {
    display: block;
    opacity: 0;
  }
  8% {
    display: block;
    opacity: 1;
    bottom: 6vh;
  }
  92% {
    display: block;
    opacity: 1;
    bottom: 6vh;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    bottom: -1vh;
  }
}

@keyframes to_slide_up_show {
  0% {
    display: none;
    opacity: 0;
    bottom: -1vh;
  }
  1% {
    display: block;
    opacity: 0;
  }
  8% {
    display: block;
    opacity: 1;
    bottom: 6vh;
  }
  92% {
    display: block;
    opacity: 1;
    bottom: 6vh;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    bottom: -1vh;
  }
}
@media screen and (max-width: 768px) {
  .p-parts--uploader .p-form--drop {
    font-size: 20px;
  }
  .p-parts--uploader .c-button {
    font-size: 20px;
  }
}
.p-parts--gift_message {
  display: none;
}

.is-gift_message .p-parts--recorder_container {
  display: none;
}
.is-gift_message .p-parts--gift_message {
  display: block;
}

.p-parts__gift_id_display {
  text-align: center !important;
}

div.p-article p,
section.p-article p,
article.p-article p {
  margin: 0.8em 0;
}
div.p-article h1, div.p-article h2,
section.p-article h1,
section.p-article h2,
article.p-article h1,
article.p-article h2 {
  font-size: 24px;
  border-bottom: 3px solid rgba(177, 186, 192, 0.8);
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}
div.p-article h2,
section.p-article h2,
article.p-article h2 {
  font-size: 20px;
  border-bottom: 2px solid rgba(177, 186, 192, 0.6);
}
div.p-article h3,
section.p-article h3,
article.p-article h3 {
  font-size: 18px;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  border-left: 4px solid #30404f;
  padding-left: 0.5em;
}
div.p-article li,
section.p-article li,
article.p-article li {
  line-height: 1.4;
}
div.p-article .p-article__main_title,
section.p-article .p-article__main_title,
article.p-article .p-article__main_title {
  font-size: 32px;
  border-bottom: 0;
  margin-top: 0;
}
div.p-article .w--100,
section.p-article .w--100,
article.p-article .w--100 {
  width: 100%;
  margin: auto;
  display: block;
}
div.p-article .w--75,
section.p-article .w--75,
article.p-article .w--75 {
  width: 75%;
  margin: auto;
  display: block;
}
div.p-article .w--50,
section.p-article .w--50,
article.p-article .w--50 {
  width: 50%;
  margin: auto;
  display: block;
}
div.p-article .w--25,
section.p-article .w--25,
article.p-article .w--25 {
  width: 25%;
  margin: auto;
  display: block;
}

article.p-article {
  position: relative;
}
article.p-article pre {
  white-space: pre-wrap;
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
  font-size: 13px;
  padding: 1em;
  border-radius: 4px;
  margin: 1em 0;
}
article.p-article blockquote {
  position: relative;
  padding: 2em 1em 0.7em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E0E0E3;
  color: #575b5e;
  border-left: 2px solid #b1bac0;
  margin: 1em 0;
}
article.p-article blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 1em;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #b1bac0;
  line-height: 1;
  font-weight: 900;
}

.p-article__content a {
  text-decoration: underline;
  color: #30404f;
}
.p-article__content .notranslate {
  font-style: normal;
  margin-right: 0.5em;
}

.p-article--editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.p-article--editor .p-article__container {
  position: relative;
  z-index: 2;
}
.p-article--editor .p-article__editor {
  min-height: 80vh;
}
.p-article--editor .p-article__editor .ql-editor {
  font-size: 20px;
  line-height: 1.6;
}
.p-article--editor .p-article__editor .ql-editor.ql-blank::before {
  font-size: 24px;
  line-height: 1.8;
  margin-top: 0.5em;
}
.p-article--editor .p-article__editor.ql-container.ql-snow {
  border: 0;
}
.p-article--editor .p-article__editor img {
  cursor: pointer;
}
.p-article--editor .ql-snow.ql-toolbar button:hover .ql-stroke, .p-article--editor .ql-snow .ql-toolbar button:hover .ql-stroke, .p-article--editor .ql-snow.ql-toolbar button:focus .ql-stroke, .p-article--editor .ql-snow .ql-toolbar button:focus .ql-stroke, .p-article--editor .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-article--editor .ql-snow .ql-toolbar button.ql-active .ql-stroke, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .p-article--editor .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .p-article--editor .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .p-article--editor .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .p-article--editor .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .p-article--editor .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .p-article--editor .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #30404f;
}
.p-article--editor .ql-snow.ql-toolbar button:hover .ql-fill, .p-article--editor .ql-snow .ql-toolbar button:hover .ql-fill, .p-article--editor .ql-snow.ql-toolbar button:focus .ql-fill, .p-article--editor .ql-snow .ql-toolbar button:focus .ql-fill, .p-article--editor .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-article--editor .ql-snow .ql-toolbar button.ql-active .ql-fill, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .p-article--editor .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .p-article--editor .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .p-article--editor .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .p-article--editor .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .p-article--editor .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .p-article--editor .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #30404f;
}
.p-article--editor .ql-snow.ql-toolbar button:hover, .p-article--editor .ql-snow .ql-toolbar button:hover, .p-article--editor .ql-snow.ql-toolbar button:focus, .p-article--editor .ql-snow .ql-toolbar button:focus, .p-article--editor .ql-snow.ql-toolbar button.ql-active, .p-article--editor .ql-snow .ql-toolbar button.ql-active, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label:hover, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label:hover, .p-article--editor .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-article--editor .ql-snow .ql-toolbar .ql-picker-label.ql-active, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item:hover, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item:hover, .p-article--editor .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .p-article--editor .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #30404f;
}
.p-article--editor .ql-notranslate:after {
  content: "";
  background: url(../img/icons/notranslate.svg) no-repeat center;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.p-article--editor .notranslate {
  background: rgba(88, 201, 194, 0.4);
  cursor: pointer;
}

.p-article--editor__main {
  width: 640px;
  max-width: 70%;
}
.p-article--editor__main #title_input,
.p-article--editor__main textarea {
  border: 0;
  margin-bottom: 20px;
  font-size: 32px;
  padding: 0 15px;
}
.p-article--editor__main textarea {
  height: 1.15em;
  -ms-overflow-style: none;
  scrollbar-width: none;
  line-break: anywhere;
  resize: none;
}
.p-article--editor__main textarea::-webkit-scrollbar {
  display: none;
}
.p-article--editor__main .link_attr_modal_open .ql-snow .ql-tooltip {
  display: none;
}

.p-article--editor__side {
  width: 208px;
  max-width: 24%;
}

.ql-toolbar.ql-snow {
  max-width: 100%;
  background: #fff;
}

.is-quill_fixed .ql-toolbar.ql-snow {
  position: fixed;
  z-index: 3;
}

.is-article_side_fixed .p-article--editor__side {
  position: sticky;
}

.p-article__info {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(177, 186, 192, 0.6);
  margin-bottom: 30px;
}
.p-article__info .p-form--select {
  display: block;
  text-align: right;
}
.p-article__info .p-form--select select {
  width: auto;
}

.p-article__pagination {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-article__pagination > * {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-article__pagination > * i {
  margin: 0 0.5em;
}
.p-article__pagination .next {
  border-left: 1px solid rgba(177, 186, 192, 0.6);
  text-align: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-right: 0;
}

.p-article__editor__link_select {
  margin-top: 8px;
}

.ql-video-div {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25% !important;
}

.ql-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ql-editor .ql-video {
  height: 342px;
}

.article-show .ql-video-iframe,
.article-show .ql-video {
  position: relative;
  height: 365px;
}

.p-article__charge {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dashed #b1bac0;
}

.p-article__locale_selector.p-modal_content {
  background: transparent;
  width: 1200px;
  overflow-y: visible;
}
.p-article__locale_selector.p-modal_content .original {
  display: none;
}
.p-article__locale_selector.p-modal_content .p-card:hover {
  opacity: 1;
}
.p-article__locale_selector.p-modal_content .fa-times {
  position: absolute;
  color: #fff;
  font-size: 30px;
  right: 40px;
  top: -40px;
}

.p-article__translating {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 100px;
  font-size: 24px;
}
.p-article__translating h4 {
  font-size: 22px;
}

.p-article__report_form {
  display: inline;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  div.p-article .w--75,
  section.p-article .w--75,
  article.p-article .w--75 {
    width: 95%;
  }
  div.p-article .w--50,
  section.p-article .w--50,
  article.p-article .w--50 {
    width: 75%;
  }
  div.p-article .w--25,
  section.p-article .w--25,
  article.p-article .w--25 {
    width: 50%;
  }
  .article-show .ql-video-iframe {
    height: 50vw;
  }
  .p-article--editor {
    display: block;
  }
  .p-article--editor__main {
    max-width: 100%;
  }
  .p-article--editor .p-article__editor {
    min-height: auto;
  }
  .p-article--editor__side {
    max-width: 100%;
    width: 100%;
  }
  .p-article--editor .p-article__editor .ql-editor {
    font-size: 15px;
  }
  .p-article__locale_selector.p-modal_content .fa-times {
    right: 6px;
  }
}
.p-form legend {
  width: 30%;
  vertical-align: top;
  padding-top: 1.2em;
  text-align: right;
  padding-right: 0.8em;
  font-weight: 700;
}
.p-form legend:after {
  content: "任意";
  font-size: 10px;
  padding: 3px 6px;
  background: #575b5e;
  color: #fff;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: 700;
}
.p-form legend.required:after {
  content: "必須";
  background: #30404f;
}
.p-form legend.hidden:after {
  content: "";
  display: none;
}
.p-form legend {
  text-align: left;
  width: 100%;
  vertical-align: bottom;
  padding-top: 0.6em;
  font-size: 13px;
}

.invalid-feedback {
  color: #de4b4b;
  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: 0.12em;
  font-size: 14px;
  font-weight: 700;
  /* text-align: center; */
  display: block;
  border: 1px solid #b1bac0;
  padding: 10px 16px;
  border-radius: 100px;
  cursor: pointer;
}
input[type=radio] + label.p-form__radio--inline {
  display: inline-block;
}
input[type=radio]:checked + label {
  background: #30404f;
  border-color: #30404f;
  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--select select {
  width: 100%;
  cursor: pointer;
  color: #231815;
}

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

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

.p-form--small_select select {
  width: 20%;
}

input.p-form--small {
  width: 20%;
}

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

.p-form--drop {
  border-radius: 14px;
  background: #ddd;
  font-size: 12px;
  padding: 6px 10px;
  color: #888;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.p-author--form__name .p-form--drop {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-author--form__name .is-img_show .p-form--drop {
  position: absolute;
  opacity: 0;
  height: 100%;
  font-size: 11px;
  width: 100%;
}
.p-form__item__checkbox {
  position: relative;
}

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

input[type=text].p-form__text--small {
  font-size: 12px;
}

.p-form--imageWrap {
  position: relative;
  margin-top: 8px;
}

.p-form--image {
  margin: auto;
  margin-top: 8px;
  margin-bottom: 10px;
  max-width: 400px;
  position: relative;
}
.p-form--image input[type=checkbox] + label {
  position: absolute;
  right: -5px;
  top: -18px;
  margin-right: 0;
  font-size: 24px;
  display: none;
}
.p-form--image input[type=checkbox] + label:before, .p-form--image input[type=checkbox] + label:after {
  display: none;
}

.is-img_show input[type=checkbox] + label {
  display: block;
}

.p-form__error {
  color: #de4b4b;
  font-weight: 700;
}

.ui.search.p-form__search {
  width: 100%;
}
.ui.search.p-form__search .prompt {
  border-radius: 0.28571429rem;
}
.ui.search.p-form__search .input {
  display: block;
}

.p-form--image__company_stamp img {
  width: 200px;
  max-width: 80%;
}

select.ui.dropdown.p-form__select--small {
  height: auto;
  margin: 0;
  padding: 0.3em 0.2em;
}

@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;
  }
}
.p-admin {
  position: relative;
  background-color: #eee;
}
.p-admin .p-header__logo .logo {
  display: none;
}
.p-admin .p-header {
  position: fixed;
  top: 0;
  left: 255px;
  width: calc(100vw - 255px);
  z-index: 3;
}
.p-admin:after {
  display: none;
}

.p-admin__sidebar {
  background: #575b5e;
  color: #fff;
  font-size: 13px;
}
.p-admin__sidebar .logo {
  width: 40%;
  margin: 40px auto 20px;
}
.p-admin__sidebar ul {
  margin-left: 20px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}
.p-admin__sidebar ul a,
.p-admin__sidebar ul .has-child b {
  color: #fff;
  background: transparent;
  display: block;
  padding: 13px 20px 13px 40px;
  font-weight: 700;
  border-radius: 100px 0px 0px 100px;
}
.p-admin__sidebar ul a:hover,
.p-admin__sidebar ul .has-child b:hover {
  opacity: 1;
  background: #575b5e;
}
.p-admin__sidebar ul .is-active a,
.p-admin__sidebar ul .is-active a:hover {
  cursor: default;
  background: #30404f;
}
.p-admin__sidebar li {
  margin-bottom: 10px;
  list-style: none;
}
.p-admin__sidebar .has-child {
  cursor: pointer;
}
.p-admin__sidebar .has-child ul {
  margin-left: 54px;
  max-height: 0px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding-right: 0;
}
.p-admin__sidebar .has-child ul a {
  padding: 6px 14px 6px 14px;
  font-size: 13px;
}
.p-admin__sidebar .has-child li {
  margin-bottom: 3px;
}
.p-admin__sidebar .has-child.is-open ul {
  max-height: 600px;
}
.p-admin__sidebar .menu {
  display: none;
}

.p-admin__command_box {
  position: fixed;
  bottom: 0;
  z-index: 22;
  background: #fff;
  width: 255px;
  padding: 10px 20px;
  right: 0;
}

@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 0.4s;
    transition: all 0.4s;
    z-index: 1;
  }
  .p-admin__sidebar .logo {
    width: 45px;
    margin: 80px auto 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .p-admin__sidebar .menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
  }
  .p-admin__sidebar .menu a {
    color: #fff;
    height: 100%;
    width: 100%;
    background-color: #30404f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 28px;
  }
  .p-admin__sidebar ul {
    margin-left: 0;
  }
  .p-admin__sidebar ul li {
    margin-bottom: 14px;
  }
  .p-admin__sidebar ul a,
  .p-admin__sidebar ul .has-child b {
    padding: 0;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    height: 36px;
    overflow: hidden;
  }
  .p-admin__sidebar ul a span,
  .p-admin__sidebar ul .has-child b span {
    max-width: 0;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    height: 1em;
  }
  .p-admin__sidebar .has-child ul {
    margin-left: 26px;
  }
  .p-admin__sidebar .has-child.is-open ul {
    max-height: 0;
  }
  .p-admin__sidebar:after {
    display: none;
  }
  .is-left_open .p-admin__sidebar {
    width: 250px;
    z-index: 3;
  }
  .is-left_open .p-admin__sidebar .logo {
    width: 100px;
  }
  .is-left_open .p-admin__sidebar ul a,
  .is-left_open .p-admin__sidebar ul .has-child b {
    text-align: left;
  }
  .is-left_open .p-admin__sidebar ul a span,
  .is-left_open .p-admin__sidebar ul .has-child b span {
    max-width: 100%;
    max-height: 100%;
  }
  .is-left_open .p-admin__sidebar .has-child.is-open ul {
    max-height: 600px;
  }
  .p-admin__sidebar__label {
    display: none;
  }
  .is-left_open .p-admin__sidebar__label {
    display: block;
  }
}
.p-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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: 1px solid #30404f;
  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 .head .row {
  width: 100%;
}
.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: 700;
  -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: #575b5e;
  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: 0.8em;
  font-weight: 700;
}
.p-payment__item .input label:after {
  content: "任意";
  font-size: 10px;
  padding: 3px 6px;
  background: #575b5e;
  color: #fff;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: 700;
}
.p-payment__item .input label.required:after {
  content: "必須";
  background: #30404f;
}
.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: 700;
  color: #30404f;
  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: #231815;
  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: 0.65em 1.2em;
  margin-bottom: 16px;
  border: 1px solid #b1bac0;
  border-radius: 0.28571429rem;
}
.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: #575b5e;
  background-size: 40px;
}
.p-payment__item--select.is-selected:after {
  background-color: #30404f;
}

.p-payment__item--plan {
  height: 100%;
}
.p-payment__item--plan .head {
  display: block;
}

.p-payment__item--plan__exchange .price {
  font-size: 16px;
}
.p-payment__item--plan__exchange .price small {
  font-size: 11px;
}
.p-payment__item--plan__exchange .price span {
  font-size: 12px;
}

.u-textCenter .p-payment__item--plan__exchange {
  text-align: center;
}

.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;
}

.p-payment__card img {
  width: 250px;
  max-width: 100%;
}

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

@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-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-modal--active {
  display: block;
}

.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--large {
  width: 100%;
}

.p-modal_content--tall {
  height: 80vh;
}

.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;
  left: 0;
}
.p-modal--window .title {
  font-size: 16px;
  color: #30404f;
}
.p-modal--window a {
  color: #231815;
  padding: 0 20px;
  font-weight: 700;
}

.p-modal--window__bottom {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  left: 0;
  width: 100%;
}
.p-modal--window__bottom a {
  padding: 0;
  text-decoration: underline;
}

@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-faq {
  cursor: pointer;
}
.p-faq p {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0;
}
.p-faq.is-active p {
  margin-top: 14px;
  max-height: 1000px;
}

.p-author--form .ui.icon.input > i.icon:after, .p-author--form .ui.icon.input > i.icon:before {
  font-size: 20px;
}

.p-author--form__name {
  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-author--form__name > *:first-child {
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}
.p-author--form__name > *:last-child {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
}
.p-author--form__name .is-img_show .p-form--image__display {
  position: relative;
  overflow: hidden;
  border-radius: 400px;
}
.p-author--form__name .is-img_show .p-form--image__display:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-author--form__name .is-img_show img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.p-author--form__name .ui.dropdown .menu > .item > img {
  max-height: auto;
  width: 32px;
  height: auto;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

.p-author--card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.p-author--card .info .avatar {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 400px;
  margin-right: 1em;
}
.p-author--card .info .avatar:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-author--card .info .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.p-author--card .info h3 {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
}
.p-author--card .info h5 img {
  width: 2.4em;
  margin-left: 1em;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}
.p-author--card .profile {
  padding-left: 1.5em;
  font-size: 13px;
}

.p-terms h2 {
  margin-top: 3em;
  padding: 0.5em;
  background: #575b5e;
}
.p-terms h3 {
  margin-top: 2em;
  border-bottom: 1px solid #b1bac0;
  padding-bottom: 0.3em;
}
.p-terms h4 {
  margin-top: 1.5em;
}
.p-terms h5 {
  margin-top: 1.5em;
  margin-left: 0.5em;
}
.p-terms p {
  margin-top: 1em;
  padding-left: 1em;
}
.p-terms ul {
  padding-left: 1.5em;
  list-style: none;
}

.p-dashboard__statistics__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-dashboard__statistics__head h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.p-dashboard__statistics__head h5 {
  font-size: 15px;
  margin-bottom: 2px;
}

.p-dashboard__statistics__avatar {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
}
.p-dashboard__statistics__avatar .u-ofi {
  height: 60px;
  width: 60px;
  border-radius: 200px;
  overflow: hidden;
}

.p-dashboard__statistics__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.p-dashboard__statistics__bottom > div {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}

.p-dashboard__statistics__bottom__item h4 strong {
  font-size: 32px;
  margin-right: 4px;
}
.p-dashboard__statistics__bottom__item h5:not([class^=c-title]) {
  margin-bottom: 10px;
}

.p-pdf__name {
  font-size: 20px;
  font-weight: 700;
  color: #30404f;
  padding: 0 0 0.2em;
  border-bottom: 1px solid;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}

.p-pdf h2 {
  font-size: 26px;
  margin-bottom: 40px;
}
.p-pdf h4 {
  font-size: 17px;
  border-bottom: 1px solid;
  margin-top: 20px;
}
.p-pdf h5 {
  font-size: 15px;
  margin-bottom: 0.4em;
}
.p-pdf .u-flex--col2 > * {
  width: 47%;
}

.p-pdf__table {
  border: 1px solid #b1bac0;
  border-collapse: collapse;
}
.p-pdf__table th, .p-pdf__table td {
  border: 1px solid #b1bac0;
  padding: 0.3em;
}
.p-pdf__table thead th {
  background-color: #e3edf5;
}
.p-pdf__table .left {
  text-align: left;
}
.p-pdf__table .center {
  text-align: center;
}
.p-pdf__table .right {
  text-align: right;
}
.p-pdf__table .no_wrap {
  white-space: nowrap;
}

.p-pdf__segment {
  border: 1px solid #b1bac0;
  padding: 1em;
}

.p-pdf__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-pdf__info img {
  width: 100px;
}

.p-pdf__desc {
  max-width: 6em;
}

tbody .p-pdf__desc {
  font-size: 12px;
}

.p-pdf__block {
  width: 60%;
  margin: auto;
}

.p-pdf__block__inner {
  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;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.p-pdf--receipt .p-pdf__name {
  border: 0;
}
.p-pdf--receipt h4 {
  border: 0;
}

.p-sales__block {
  width: 870px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #b1bac0;
  padding: 40px;
}

.p-sales__customer .buttons {
  min-width: 130px;
}

.ui.input > input.p-sales__undelivered_input {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 130px;
  padding: 0.2em;
}

.p-player:before {
  content: "";
  max-width: 540px;
  background-color: #fff;
  position: fixed;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.06));
}
.p-player:after {
  background: #eee;
  z-index: -2;
}
.p-player .l-section {
  padding-top: 40px;
}
.p-player .p-footer {
  background-color: #575b5e;
}
.p-player .ui.message {
  border-radius: 13px;
}
.p-player svg {
  position: relative;
  top: 5px;
}

.p-player--has_background .p-player__card {
  background-position: center;
  background-size: cover;
}

.p-player__head {
  max-width: 540px;
  margin: auto;
}

.p-player__card {
  background: #a2d7dd;
  border-radius: 11px;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
  width: 84%;
  margin: auto;
}

#left_rect {
  -webkit-transform-origin: 22.8% 44%;
      -ms-transform-origin: 22.8% 44%;
          transform-origin: 22.8% 44%;
}

#right_rect {
  -webkit-transform-origin: 77.9% 44%;
      -ms-transform-origin: 77.9% 44%;
          transform-origin: 77.9% 44%;
}

.p-player__card__islimited {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6%;
  text-align: center;
  font-size: 10.5px;
  font-weight: 600;
  color: #fff;
}

.p-player--multilingual {
  text-align: center;
}
.p-player--multilingual h3 {
  width: 240px;
  max-width: 70%;
  margin: auto;
  margin-bottom: 14px;
}
.p-player--multilingual h5 {
  margin-bottom: 40px;
}
.p-player--multilingual h5 img {
  width: 54px;
}

@media screen and (max-width: 768px) {
  .p-player__head {
    max-height: 160px;
  }
  .p-player__head--card {
    max-height: inherit;
  }
}
.p-welcome:after {
  display: none;
}
.p-welcome .p-footer {
  background-color: #575b5e;
}

.p-welcome__head {
  background: url("../img/welcome/bg.png") no-repeat center;
  background-size: cover;
  padding: 8vw 0 20vw;
  position: relative;
}
.p-welcome__head:after {
  content: "";
  background: url("../img/welcome/deco.svg") no-repeat bottom center;
  background-size: 100%;
  height: 13vw;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.p-welcome__head__block {
  background: #fff;
  padding: 76px 45px;
  border-radius: 17px;
  border: 1px solid;
  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;
  position: relative;
}

.p-welcome__head__text {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
}
.p-welcome__head__text h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.p-welcome__head__text h3 {
  margin-top: 40px;
  font-size: 20px;
}
.p-welcome__head__text img {
  width: 80%;
}

.p-welcome__head__image {
  position: absolute;
  width: 65%;
  right: -7%;
}

.p-welcome__block {
  padding: 30px;
  border-radius: 17px;
  background-color: #fff;
}

.p-welcome__about {
  padding: 80px 0;
}
.p-welcome__about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
  margin-top: 40px;
}
.p-welcome__about__items > * {
  width: 200px;
  border: 1px solid;
  border-radius: 400px;
  height: 200px;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding-top: 12px;
}
.p-welcome__about__items > *:after {
  content: "";
  background-color: #EFCF73;
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  left: 3px;
  top: 4px;
  border-radius: 400px;
  z-index: -1;
}
.p-welcome__about__items h5 {
  font-size: 18px;
  letter-spacing: 0;
}
.p-welcome__about__items img {
  width: 132px;
}

.p-welcome__howto {
  background: url("../img/welcome/bg.png");
  background-size: 100%;
  padding: 80px 0;
  position: relative;
}
.p-welcome__howto:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}
.p-welcome__howto > * {
  z-index: 1;
}

.p-welcome__title__logo {
  width: 140px;
  margin-right: 6px;
}

.p-welcome__title--h3 {
  color: #FF3700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.p-welcome__title--h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 0 0 #231815, -1px 0 0 #231815, 0 1px 0 #231815, 0 -1px 0 #231815, 1px 1px 0 #231815, -1px 1px 0 #231815, 1px -1px 0 #231815, -1px -1px 0 #231815; /* 左上 */
  -webkit-filter: drop-shadow(3px 2px 0px #231815);
          filter: drop-shadow(3px 2px 0px #231815);
}

.p-welcome__title--h5 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 28px;
}
.p-welcome__title--h5 span {
  display: inline-block;
  position: relative;
}
.p-welcome__title--h5 span:before {
  content: "";
  background: url("../img/welcome/title_before.png") no-repeat center;
  position: absolute;
  left: -40px;
  top: -30%;
  width: 32px;
  height: 30px;
  background-size: contain;
}
.p-welcome__title--h5 span:after {
  content: "";
  background: url("../img/welcome/title_after.png") no-repeat center;
  position: absolute;
  right: -40px;
  top: -30%;
  width: 32px;
  height: 30px;
  background-size: contain;
}

.p-welcome__title--h6 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.p-welcome__about__block--secondary__head {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.p-welcome__about__block--secondary__head img {
  width: 300px;
}

.p-welcome__flow {
  padding-top: 60px;
  overflow: auto;
  position: relative;
  height: 1000px;
  overflow-y: hidden;
  z-index: 1;
}

.p-welcome__flow__num {
  width: 47px;
  height: 54px;
  display: inline-block;
  margin-bottom: 10px;
}

.p-welcome__flow__item {
  width: 320px;
  position: relative;
}
.p-welcome__flow__item h4 {
  text-align: center;
  font-size: 20px;
}
.p-welcome__flow__item:after {
  content: "";
  background-color: #eee;
  position: absolute;
  width: 320px;
  height: 320px;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 320px;
}
.p-welcome__flow__item:nth-child(1) {
  left: 7%;
}
.p-welcome__flow__item:nth-child(1):before {
  content: "";
  border-bottom: 6px dashed;
  width: 240px;
  display: block;
  position: absolute;
  right: -170px;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  bottom: 73px;
  z-index: -2;
}
.p-welcome__flow__item:nth-child(2) {
  left: 54%;
  top: -170px;
}
.p-welcome__flow__item:nth-child(2):before {
  content: "";
  border-bottom: 6px dashed;
  width: 240px;
  display: block;
  position: absolute;
  left: -170px;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  bottom: 73px;
  z-index: -2;
}
.p-welcome__flow__item:nth-child(3) {
  left: 7%;
  top: -270px;
}
.p-welcome__flow__item:nth-child(3):before {
  content: "";
  border-bottom: 6px dashed;
  width: 240px;
  display: block;
  position: absolute;
  right: -170px;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  bottom: 73px;
  z-index: -2;
}
.p-welcome__flow__item:nth-child(4) {
  left: 54%;
  top: -410px;
}

.p-welcome__spec {
  padding: 80px 0;
  background: #fff;
}
.p-welcome__spec .p-welcome__block {
  border: 1px solid;
}
.p-welcome__spec ul {
  display: inline-block;
  text-align: left;
}
.p-welcome__spec ul li {
  margin-bottom: 0.5em;
}

.p-welcome__spec_color {
  width: 64px;
  margin-left: 1em;
}

.p-welcome__button {
  font-size: 20px;
  padding: 1em 3em;
  border-radius: 14px;
  background: #fff;
  color: #231815;
  border: 1px solid;
  position: relative;
  min-width: 380px;
}
.p-welcome__button:after {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  display: block;
  position: absolute;
  background: black;
  left: -1px;
  border-radius: 12px;
  bottom: -8px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-welcome__button:hover {
  opacity: 1;
  color: #231815;
}
.p-welcome__button:hover:after {
  bottom: -6px;
}

.p-welcome__button--primary {
  background: #EFCF73;
}

.p-welcome__store__cta {
  position: relative;
  z-index: 1;
}

.p-welcome__contact {
  background: url("../img/welcome/bg.png");
  background-size: 100%;
  padding: 80px 0;
}
.p-welcome__contact img {
  width: 50px;
}

.p-welcome__contact__block {
  padding: 30px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-welcome__head__block {
    display: block;
    padding: 36px 25px 0;
    margin-bottom: 40px;
  }
  .p-welcome__head__text h2 {
    font-size: 30px;
  }
  .p-welcome__head__text h3 {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-welcome__head__image {
    position: relative;
    width: 100%;
    right: auto;
    bottom: -30px;
  }
  .p-welcome__about,
  .p-welcome__howto,
  .p-welcome__spec,
  .p-welcome__contact {
    padding: 50px 0;
  }
  .p-welcome__about__block {
    padding: 0;
    border: none;
  }
  .p-welcome__about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .p-welcome__about__items img {
    width: 88px;
  }
  .p-welcome__about__items > * {
    margin-bottom: 30px;
    width: calc((100vw - 40px - 20px) / 2);
    height: calc((100vw - 40px - 20px) / 2);
  }
  .p-welcome__about__items h5 {
    font-size: 15px;
  }
  .p-welcome__flow {
    height: auto;
    overflow: auto;
    padding-top: 0px;
  }
  .p-welcome__flow .p-welcome__flow__item {
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .p-welcome__flow .p-welcome__flow__item:after {
    width: 250px;
    height: 250px;
  }
  .p-welcome__flow .p-welcome__flow__item:before {
    display: none;
  }
  .p-welcome__title__logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .p-welcome__title--h3 {
    font-size: 23px;
  }
  .p-welcome__title--h5 {
    font-size: 16px;
  }
  .p-welcome__title--h5 span:before {
    left: -32px;
    top: -30%;
    width: 27px;
    height: 24px;
  }
  .p-welcome__title--h5 span:after {
    right: -32px;
    top: -30%;
    width: 27px;
    height: 24px;
  }
  .p-welcome__button {
    font-size: 16px;
    max-width: 100%;
    min-width: 60%;
    padding: 1em 1em;
  }
}
.ui.input.p-store__input input, .ui.input.p-store__input input:focus {
  border: 0;
  background: #E0E0E3;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.6em 2em;
  text-transform: uppercase;
}
.ui.input.p-store__input.error input {
  border: 2px solid #de4b4b;
}

.p-store__card_image {
  max-width: 600px;
}

.p-store__tickets {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.p-store__tickets li {
  list-style: none;
  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: 30px;
  padding: 0 30px;
}
.p-store__tickets li .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-store__tickets li .price:before {
  content: "";
  background: url("../img/icons/ticket.svg") no-repeat center center;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.p-store__tickets li .price h3 {
  margin-bottom: 0;
}
.p-store__tickets li .price .ui.label {
  padding: 0.5em 1em !important;
}
.p-store__tickets li .ui.button {
  min-width: 110px;
}

.p-gift--intro.segment.ui {
  padding: 1.5em 3em;
}

.p-gift--intro__image {
  width: 80%;
  margin: 0 auto;
}

.p-gift--intro__title {
  font-size: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: inline-block;
  min-width: 70%;
  padding: 0.5em;
}

.p-gift--intro__step {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.p-gift--intro__step span {
  background: #58c9c2;
  width: 1.4em;
  height: 1.4em;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 200px;
  margin-right: 0.3em;
}

.p-gift--intro__display {
  width: 60%;
  margin: 0 auto;
}

.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-mb20--force {
  margin-bottom: 20px !important;
}

.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-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.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;
}

.u-ml20 {
  margin-left: 20px;
}

@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;
}

.u-p8 {
  padding: 8px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@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-db {
  display: block;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-font46 {
  font-size: 46px;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .u-font26--sp {
    font-size: 26px;
  }
  .u-font20--sp {
    font-size: 20px;
  }
  .u-font18--sp {
    font-size: 18px;
  }
  .u-font16--sp {
    font-size: 16px;
  }
  .u-font14--sp {
    font-size: 14px;
  }
  .u-font12--sp {
    font-size: 12px;
  }
}
.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-break {
  word-break: break-word;
}

.u-relative {
  position: relative;
}

.u-bg {
  background: #eee;
}

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

.u-colorTheme {
  color: #30404f;
}

.u-colorWhite {
  color: #fff;
}

.u-colorText {
  color: #231815;
}

.u-colorLight {
  color: #575b5e;
}

.u-color--red {
  color: #de4b4b;
}

.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: 47.5%;
      flex-basis: 47.5%;
}

.u-flex--col3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 3.5%;
  margin-left: 0;
}
.u-flex--col3 > *:nth-child(3n) {
  margin-right: 0;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23.5%;
      flex-basis: 23.5%;
  margin-right: 2%;
}
.u-flex--col4 > *:nth-child(4n) {
  margin-right: 0;
}

.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: 0.1em;
}

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

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

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

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