@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;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: "Zen Maru Gothic", Arial, "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: #0b0b0b;
  font-weight: 400;
  background-color: #ffffff;
}

audio {
  width: 100%;
}

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

a {
  outline: 0;
  text-decoration: none;
  color: #0b0b0b;
  -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: #46adb8;
}

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

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

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

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

b,
strong {
  font-weight: 800;
}

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

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

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

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

main {
  min-height: calc(100vh - 240px);
  background-color: #46adb8;
}

dt {
  font-weight: 800;
  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 #AEB3A5;
}

fieldset {
  border: 0;
}

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

@media screen and (max-width: 1180px) {
  .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.menu {
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.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: #46adb8 !important;
}

.ui.primary.button,
.ui.primary.buttons .button {
  background: #46adb8;
}
.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
  background: #46adb8;
  opacity: 0.87;
}
.ui.primary.button:focus, .ui.primary.button:active,
.ui.primary.buttons .button:focus,
.ui.primary.buttons .button:active {
  background: #46adb8;
  opacity: 1;
}
.ui.primary.button.is-copied,
.ui.primary.buttons .button.is-copied {
  background: #46adb8;
  opacity: 1;
}

.ui.secondary.button,
.ui.secondary.buttons .button {
  background: #0b0b0b;
}
.ui.secondary.button:hover,
.ui.secondary.buttons .button:hover {
  background: #0b0b0b;
  opacity: 0.87;
}
.ui.secondary.button:focus, .ui.secondary.button:active,
.ui.secondary.buttons .button:focus,
.ui.secondary.buttons .button:active {
  background: #0b0b0b;
  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: #46adb8;
}

.ui.action.input:not([class*="left action"]) > input:focus {
  border-right-color: #46adb8 !important;
}

.ui.form input:not([type]):focus,
.ui.form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus,
.ui.form input[type=email]:focus,
.ui.form input[type=file]:focus,
.ui.form input[type=number]:focus,
.ui.form input[type=password]:focus,
.ui.form input[type=search]:focus,
.ui.form input[type=tel]:focus,
.ui.form input[type=text]:focus,
.ui.form input[type=time]:focus,
.ui.form input[type=url]:focus {
  border-color: #46adb8;
}

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

.ui.radio.checkbox:not(.basic) label::before,
.ui.radio.checkbox:not(.basic) label::after {
  display: none;
}
.ui.radio.checkbox:not(.basic) .box,
.ui.radio.checkbox:not(.basic) label {
  padding: 0.5em 1em;
}
.ui.radio.checkbox:not(.basic) input:focus ~ label {
  color: #ffffff;
}

.ui.checkbox:not(.basic) input:focus ~ label.button:hover,
.ui.checkbox:not(.basic) :not([disabled=disabled]) + label.button:hover {
  color: #ffffff;
  background-color: #46adb8;
  opacity: 0.8;
}
.ui.checkbox:not(.basic) input:focus ~ label.button:active,
.ui.checkbox:not(.basic) :not([disabled=disabled]) + label.button:active {
  color: #ffffff;
}
.ui.checkbox:not(.basic) input:focus ~ label.button:before, .ui.checkbox:not(.basic) input:focus ~ label.button:after,
.ui.checkbox:not(.basic) :not([disabled=disabled]) + label.button:before,
.ui.checkbox:not(.basic) :not([disabled=disabled]) + label.button:after {
  display: none;
}

.ui.checkbox.basic label {
  padding: 0 1.6em;
  background: transparent;
  color: black;
  border: 0;
}

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

.ui.segment {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
}

.ui.segment.nopadded {
  padding: 0;
}

.ui.segment.nomargin {
  margin: 0;
}

.ui.form input:focus,
.ui.form textarea:focus,
.ui.form input[type=text]:focus {
  border-color: #46adb8;
}

.ui.form .field > label {
  color: #0b0b0b;
}

.ui.checkbox.checked label.button {
  color: #ffffff;
}

.ui.checkbox.full {
  width: 100%;
}

.ui.bordered.image[src=""] {
  border: 0;
}

.ui.list.u-mt0,
ol.ui.list.u-mt0,
ul.ui.list.u-mt0 {
  margin-top: 0;
}

ol.ui.list ul.ui.list {
  list-style-type: disc;
  margin-left: 1.5em;
  padding-left: 0;
}
ol.ui.list ul.ui.list li {
  list-style-type: circle;
}
ol.ui.list ul.ui.list li:before {
  display: none;
}
ol.ui.list ul.ui.list li ul.ui.list li {
  list-style-type: disc;
}

ul.c-list--circle li {
  list-style-type: circle !important;
}
ul.c-list--circle li:before {
  display: none;
}

.ui.list .list > .item a.header,
.ui.list > .item a.header {
  color: #46adb8 !important;
}

.ui.statistic > .value,
.ui.statistics .statistic > .value,
.ui.statistic > .label,
.ui.statistics .statistic > .label {
  color: #0b0b0b;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.ui.header.u-mt0 {
  margin-top: -0.14285714em;
}

.ui.popup {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.ui.header {
  color: #0b0b0b;
  font-weight: 800;
}

.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url] {
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.image-tool__image-picture {
  margin: auto;
  width: 75%;
}

.ui.button {
  font-family: inherit !important;
}

i.icon {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .ui.button.u-mb10--sp {
    margin-bottom: 10px;
  }
  .ui.action.input:not([class*="left action"]) > input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-search__button {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
}
.l-app {
  height: 100vh;
  overflow: hidden;
  background: #46adb8;
  padding-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-app {
    height: auto;
    overflow: visible;
    background: linear-gradient(150deg, #e0f5f8 0%, #f2f5f8 55%);
    padding-top: 0;
    display: block;
  }
}

.l-app__main {
  width: 100%;
  max-width: 540px;
  height: calc(100vh - 20px);
  background: linear-gradient(150deg, #e0f5f8 0%, #f2f5f8 55%);
  background-attachment: fixed;
  border-radius: 24px 24px 0 0;
  padding: 32px 28px 80px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}
.l-app__main::-webkit-scrollbar {
  width: 5px;
}
.l-app__main::-webkit-scrollbar-track {
  margin-top: 24px;
}
.l-app__main::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .l-app__main {
    max-width: 100%;
    height: auto;
    overflow-y: visible;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 16px 16px 40px;
  }
}

.l-app__sidebar {
  position: fixed;
  top: 50%;
  left: calc(50% + 270px + (100% - (50% + 270px)) / 2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  z-index: 50;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-app__sidebar {
    display: none;
  }
}

.l-app__sidebar-bird {
  display: block;
  margin: 0 auto 10px;
}
.l-app__sidebar-bird img {
  width: 72px;
  height: auto;
}

.l-app__sidebar-logo {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.l-app__sidebar-logo img {
  height: 28px;
  width: auto;
}

.l-app__sidebar-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #fcd512;
  margin-bottom: 10px;
  font-weight: 700;
}

.l-app__sidebar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.l-app__sidebar-nav .l-app-nav__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.l-app__burger {
  display: none;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 500;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: rgba(70, 173, 184, 0.92);
  backdrop-filter: blur(8px);
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.l-app__burger span {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .l-app__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-app__drawer-ov {
  position: fixed;
  inset: 0;
  background: rgba(20, 30, 45, 0.4);
  backdrop-filter: blur(2px);
  z-index: 600;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-app__drawer-ov.is-open {
  opacity: 1;
  pointer-events: auto;
}

.l-app__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 270px;
  max-width: 80vw;
  background: #46adb8;
  z-index: 601;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-app__drawer-ov.is-open .l-app__drawer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-app__drawer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 18px 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-app__drawer-head img {
  height: 26px;
  width: auto;
}

.l-app__drawer-bird {
  display: block;
  margin-bottom: 8px;
}
.l-app__drawer-bird img {
  width: 44px;
  height: auto;
}

.l-app__drawer-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  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;
  color: rgba(255, 255, 255, 0.7);
}
.l-app__drawer-close:active {
  background: rgba(255, 255, 255, 0.1);
}

.l-app__drawer-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  margin: 16px 0 8px;
  text-align: center;
}

.l-app__drawer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.l-app__drawer-body .l-app-nav__link {
  font-size: 14px;
  padding: 11px 14px;
}

.l-app__drawer-foot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 14px 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.l-app__drawer-foot .l-app-foot__link {
  font-size: 12px;
}

.l-app-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fcd512;
  text-decoration: none;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.l-app-nav__link:hover, .l-app-nav__link:active {
  background: rgba(255, 255, 255, 0.12);
  color: #fcd512;
}
.l-app-nav__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.8;
}

.l-app__left {
  position: fixed;
  top: 50%;
  left: calc((50% - 270px) / 2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 14px;
}
.l-app__left .l-app-foot__link {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 13px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .l-app__left {
    display: none;
  }
}

.l-app-foot__link {
  color: #fcd512;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}
.l-app-foot__link:hover, .l-app-foot__link:active {
  opacity: 0.7;
  color: #fcd512;
}

.l-app__copyright {
  position: fixed;
  bottom: 14px;
  left: calc(50% + 270px + (100% - (50% + 270px)) / 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
  z-index: 50;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-app__copyright {
    display: none;
  }
}

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

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

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

.l-section--message {
  position: absolute;
  width: 100%;
  z-index: 2;
}

@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-section--message {
    position: relative;
  }
  .l-section--message .l-inner {
    margin-top: 0;
  }
}
.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: #ffffff;
}

@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: 800px;
  max-width: 100%;
}

.l-inner__inner {
  padding: 0 30px;
}

@media screen and (max-width: 1180px) {
  .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: #777D6C;
  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: #777D6C;
  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: #6a6862;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #777D6C;
}
.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 #56a4bc;
  color: #56a4bc;
  padding: 0.4em;
}

.c-title__h1 {
  font-size: 30px;
  color: #46adb8;
}
@media screen and (max-width: 768px) {
  .c-title__h1 {
    font-size: 24px;
  }
}

.c-title__primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 18px;
  color: #46adb8;
  margin-bottom: 32px;
}
.c-title__primary svg {
  opacity: 0.85;
}

.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: 800;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  position: relative;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  color: #ffffff;
  border-radius: 10px;
  background: #e79163;
  padding: 0.8em 1em;
  min-width: auto;
  border: 0;
}
.c-button:hover {
  opacity: 0.87;
  color: #ffffff;
}
.c-button.is-end {
  cursor: default;
  background: #6a6862;
}

.c-button--large {
  font-size: 22px;
  padding: 0.8em 2em;
}

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

.c-button--black {
  background: #AEB3A5;
  color: #ffffff;
  border-color: #AEB3A5;
}

.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: #777D6C;
  color: #AEB3A5;
  cursor: not-allowed;
}

.c-button--primary {
  background: #46adb8;
  color: #ffffff;
  border-color: #46adb8;
}

.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: #777D6C;
  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;
  background-color: #6a6862;
}
.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--teal {
  background: #56a4bc;
  color: #ffffff;
}

.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: #ffffff;
}

@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: #e0f5f8;
  border-radius: 6px;
  margin-right: 0.5em;
  color: #0b0b0b;
}

.c-label--black {
  background: #AEB3A5;
  color: #ffffff;
}

.c-label--red {
  background: #46adb8;
  color: #ffffff;
}

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

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

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

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

.c-label--input_title {
  font-size: 10px;
  padding: 3px 6px;
  background: #6a6862;
  color: #ffffff;
  border-radius: 100px;
  vertical-align: bottom;
  margin-left: 0.5em;
  font-weight: 800;
}
.c-label--input_title.required {
  background: #46adb8;
}

.c-icon--login {
  width: 1.2em;
  vertical-align: text-top;
  margin-right: 0.8em;
}

.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(70, 173, 184, 0.06);
  font-size: 13px;
  margin-right: 0.5em;
  padding: 0.2em 1em;
  border-radius: 3px;
  border: 1px solid rgba(70, 173, 184, 0.3);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.c-tag:hover {
  background: rgba(70, 173, 184, 0.12);
  color: rgba(11, 11, 11, 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 #e0f5f8;
  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: #e0f5f8;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  margin: auto;
  color: #ffffff;
  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: #56a4bc;
}
.c-step__item.is-disabled strong {
  background: #b6b4b0;
}

.ui.steps .step.active .title {
  color: #46adb8;
}

@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: #ffffff;
  font-weight: 800;
}

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

.c-alert--draft {
  background: #6a6862;
}

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

.c-image--noimage {
  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;
  background-color: #e0f5f8;
  padding: 30px;
}
.c-image--noimage svg {
  width: 50%;
  fill: #bfbfbf;
}

.c-image--creator {
  height: 150px;
}

.ui.tiny .c-image--creator {
  height: 80px;
}
.ui.tiny .c-image--noimage {
  padding: 10px;
}

.ui.avatar .c-image--creator {
  height: auto;
}
.ui.avatar .c-image--noimage {
  padding: 5px;
}
.ui.avatar .c-image--noimage svg {
  margin: 0;
  width: 1.4em;
  height: 1.4em;
}

.c-image--fade_in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-image--fade_in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-card__user_image:hover {
  opacity: 0.8;
}
.js-card__user_image.is-selected {
  border: 4px solid #46adb8;
}

@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: #777D6C;
  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: #ffffff;
  background-color: #46adb8;
}

.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 #AEB3A5;
}
.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: 1em;
}
.ui.table .double tr:first-child td {
  border-top: 3px double #AEB3A5;
}
.ui.table.striped tbody tr.is-selected {
  background-color: rgba(231, 145, 99, 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 #AEB3A5;
  }
  .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: #6a6862;
  color: #ffffff;
}

.page-item > * {
  font-weight: 800;
  background: #46adb8;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin: 0.4em;
}
.page-item > *.dots {
  background: #ffffff;
  color: #0b0b0b;
}

.p-header {
  position: relative;
  font-size: 13px;
  background-color: #ffffff;
  padding-bottom: 16.2vw;
  margin-bottom: -6vw;
  margin-top: -6vw;
}
.p-header::after {
  content: "";
  background: url("../img/wave.svg") no-repeat center bottom;
  position: absolute;
  width: 100%;
  height: 16.2vw;
  background-size: cover;
}
.p-header li {
  list-style: none;
}
.p-header .ui.menu.secondary.pointing .item {
  font-weight: 600;
  padding: 1.4em 1em;
}
.p-header .ui.secondary.pointing.menu {
  margin-top: 0;
  margin-left: 20px;
}
.p-header .ui.secondary.pointing.menu .item {
  border-bottom-color: #ffffff;
}
.p-header .ui.secondary.pointing.menu .item.active {
  border-color: #46adb8;
}

.p-header__wrap {
  position: relative;
  z-index: 2;
  top: 6vw;
}

.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: 500;
  -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: #AEB3A5;
}
.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: #AEB3A5;
}
.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: 800;
}

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

.p-header__mypage {
  margin-right: 1.5em;
}
.p-header__mypage a:not(.c-button) {
  color: #0b0b0b;
  background: transparent;
  font-weight: 800;
}

.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__wrap {
  padding: 0 30px;
  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__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__menu .logo {
  padding: 24px 0;
  width: 170px;
}

.p-header__sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

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

.p-header__sub_menu__sp {
  display: none;
}

@media screen and (max-width: 1090px) {
  .p-header {
    width: 100%;
  }
  .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: #ffffff;
    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-header__sub_menu__pc {
    display: none;
  }
  .p-header__sub_menu__sp {
    display: block;
  }
}
.p-search__form {
  margin-bottom: 1.5rem;
}
.p-search__clear {
  margin-left: 0.5rem;
}
.p-search__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-search__main {
  min-width: 0;
}
.p-search__sidebar {
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-search__sidebar-block {
  border-radius: 8px;
  padding: 0.75rem 0;
}
.p-search__sidebar-title {
  font-size: 0.85rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #0b0b0b;
}
.p-search__category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.p-search__category-link {
  display: block;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
  color: #6a6862;
  text-decoration: none;
  font-size: 0.8rem;
  background: #e0f5f8;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.p-search__category-link:hover {
  background: #bfeaf0;
  color: #0b0b0b;
}
.p-search__category-link.is-active {
  background: #46adb8;
  color: #fff;
  font-weight: bold;
}

.p-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
.p-card-container > * {
  -ms-flex-preferred-size: calc(20% - 30px);
      flex-basis: calc(20% - 30px);
}
.p-card-container--4 {
  gap: 20px;
}
.p-card-container--4 > * {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
.p-card-container--4 .p-card .text {
  padding: 12px;
}

.p-card {
  padding-bottom: 36px;
  position: relative;
}
.p-card .p-card__button {
  position: absolute;
  bottom: 0;
}
.p-card.is-disabled .p-card__image,
.p-card.is-disabled .p-card__content {
  opacity: 0.5;
}

.p-card__content {
  margin-top: 10px;
  margin-bottom: 5px;
}

.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 #AEB3A5;
  padding-top: 20px;
}
.p-card--ship .like_label {
  background: #46adb8;
  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);
          transform: rotate(180deg);
  -webkit-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;
}

.p-card--notice {
  overflow: auto;
  max-height: 200px;
}

.p-card--preview {
  display: none;
}
.p-card--preview span {
  background: url("/img/card_base_sample.jpg") no-repeat center center;
  width: 100%;
  display: inline-block;
  height: 160px;
  background-size: contain;
  position: relative;
}
.p-card--preview img.ui.image {
  position: absolute;
  left: -68px;
  right: 0;
  top: 5px;
  margin: auto;
  height: 150px;
  width: auto;
}
.p-card--preview.is-show {
  display: block;
}

#js-step_container.is-step-image_input #js-image_container {
  display: block;
}
#js-step_container.is-step-image_input .js-card_preview {
  display: none;
}
#js-step_container.is-step-image_complete #js-image_container {
  display: none;
}
#js-step_container.is-step-image_complete .js-card_preview {
  display: block;
}
#js-step_container.is-step-audio_input #js-audio_container {
  display: block;
}
#js-step_container.is-step-audio_input #js-audio_preview {
  display: none;
}
#js-step_container.is-step-audio_complete #js-audio_container {
  display: none;
}
#js-step_container.is-step-audio_complete #js-audio_preview {
  display: block;
}

#js-has_audio_container.is-disabled {
  position: relative;
}
#js-has_audio_container.is-disabled:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .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--header {
  height: auto;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 60px;
}
.p-home--header h2 {
  font-size: 42px;
  text-align: center;
  color: #46adb8;
}
@media screen and (max-width: 768px) {
  .p-home--header h2 {
    font-size: 36px;
  }
}
.p-home__main_img {
  width: 320px;
  max-width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-home__main_img {
    max-width: 75%;
  }
}

.p-home--article h3 {
  font-size: 24px;
  text-align: center;
  color: #46adb8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home--article h3 {
    font-size: 20px;
  }
}

.p-home__sub_img {
  width: 240px;
  max-width: 80%;
  margin: 40px auto 0 auto;
}

.p-footer {
  font-weight: 800;
  background: #ffffff;
  position: relative;
  padding-top: 16.2vw;
  margin-top: -4vw;
  margin-bottom: -2vw;
}
.p-footer::after {
  content: "";
  background: url("../img/wave.svg") no-repeat center top;
  position: absolute;
  width: 100%;
  height: 16.2vw;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
}

.p-footer__wrap {
  position: relative;
  z-index: 2;
  bottom: 2vw;
}

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

.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: #46adb8;
  color: #ffffff;
  font-weight: 800;
  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: #3b919a;
  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: #46adb8;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: #ffffff;
}
.p-footer__button a:hover {
  color: #ffffff;
}
.p-footer__button i {
  font-size: 20px;
  display: block;
  margin: auto;
  margin-bottom: 0.2em;
}
.p-footer__button span {
  font-size: 13px;
  font-weight: 800;
  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-page__head {
  padding: 36px 0;
  color: #46adb8;
  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;
          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: #ffffff;
  font-weight: 800;
  font-size: 15px;
}
.p-page--article .translated .p-card .fa-spinner {
  display: none;
}
.p-page--article .translated .p-card.is-loading h3 {
  color: #777D6C;
  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 {
  padding: 40px 160px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.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: 129px;
  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 {
  width: 160px;
}

header .p-nav {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 60px;
  background: #46adb8;
  background: #AEB3A5;
}
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-block: 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: #ffffff;
}

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

.p-parts--play_button {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.02);
  color: #ffffff;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #46adb8;
  border: 4px solid #ffffff;
  border-radius: 9999px;
  width: 7rem;
  height: 7rem;
  margin-top: 1rem;
}
.p-parts--play_button span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-parts--play_button svg {
  width: 2.5rem;
  height: 2.5rem;
}
.p-parts--play_button #pause_icon {
  display: none;
}
.p-parts--play_button.is-playing #play_icon {
  display: none;
}
.p-parts--play_button.is-playing #pause_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-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;
  }
}
.p-parts--share--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.p-parts--share--button .p-share__label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.p-share__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
}
.p-share__btn:hover {
  opacity: 0.75;
}
.p-share__btn--x {
  background: #000;
  color: #fff;
}
.p-share__btn--x .icon {
  width: 18px;
  height: 18px;
  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-share__btn--x .icon svg {
  width: 16px;
  height: 16px;
}
.p-share__btn--facebook {
  background: #1877f2;
  color: #fff;
  font-size: 1rem;
}
.p-share__btn--facebook i.icon {
  margin: 0;
  line-height: 1;
}
.p-share__btn--webshare {
  font-size: 1rem;
  padding: 0;
}
.p-share__btn--webshare i.icon {
  margin: 0;
  line-height: 1;
}

.p-parts--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.p-parts--title_logo {
  width: 180px;
  max-width: 40%;
  margin-bottom: 1em;
  opacity: 0.72;
}

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

.p-article--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.p-article--container > * {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .p-article--container {
    display: block;
  }
}

.p-article__card {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
@media screen and (max-width: 768px) {
  .p-article__card {
    display: block;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.p-article__card:hover {
  opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.p-article__card .image {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  background: #e0f5f8;
}

.p-article__card .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-article__card:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-article__card .badge {
  position: absolute;
  top: 8px;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.p-article__card .badge span {
  background: #56a4bc;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
}
.p-article__card .badge span.count {
  background: #ffffff;
  color: #0b0b0b;
  border: 1px solid #AEB3A5;
}
.p-article__card .badge span.status {
  background: #777D6C;
}

.p-article__card .info {
  padding: 12px;
}

.p-article__card .title {
  font-size: 13px;
  margin-bottom: 6px;
  text-align: left;
  font-weight: 700;
}

.p-article__card .creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #777D6C;
  margin-bottom: 8px;
}

.p-article__card .creator img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.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: #777D6C;
  color: #ffffff;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: 700;
}
.p-form legend.required:after {
  content: "必須";
  background: #46adb8;
}
.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: #ce5555;
  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 #AEB3A5;
  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: #46adb8;
  border-color: #46adb8;
  color: #ffffff;
}

.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: #0b0b0b;
}

.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 #AEB3A5;
  padding: 20px;
  display: block;
}
.p-form--file > input {
  display: none;
}

.p-form--drop {
  border-radius: 14px;
  background: #ffffff;
  font-size: 14px;
  padding: 36px 10px;
  color: #888;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.p-form--drop i {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 34px;
  color: #aaa;
}
.p-form--drop b {
  margin-right: 0.5em;
}

.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: #ce5555;
  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;
}

.ui.form .p-form__input_field,
.ui.form .p-form__input_field.field:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.ui.form .p-form__input_field > *:first-child,
.ui.form .p-form__input_field.field:last-child > *:first-child {
  width: 33%;
}
.ui.form .p-form__input_field > *:last-child,
.ui.form .p-form__input_field.field:last-child > *:last-child {
  width: 66%;
}
.ui.form .p-form__input_field.is-disabled,
.ui.form .p-form__input_field.field:last-child.is-disabled {
  opacity: 0.4;
}

.ui.button.p-form__icon_button {
  padding: 2em 0 1.4em;
}
.ui.button.p-form__icon_button i {
  font-size: 1.6em;
  margin-right: 0 !important;
  margin-bottom: 0.4em !important;
}

.p-rofm--middle > * {
  vertical-align: middle !important;
}

.p-form__code .ui.grid > .column:not(.row) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p-form__code .ui.input input {
  padding: 0;
  text-align: center;
  line-height: 2em;
  font-size: 30px;
  font-weight: 600;
}

textarea[rows="1"] {
  height: auto;
  min-height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  resize: none;
  padding: 0.2em;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@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;
  }
  .ui.form .p-form__input_field,
  .ui.form .p-form__input_field.field:last-child {
    display: block;
  }
  .ui.form .p-form__input_field > *:first-child,
  .ui.form .p-form__input_field.field:last-child > *:first-child {
    width: 100%;
  }
  .ui.form .p-form__input_field > *:last-child,
  .ui.form .p-form__input_field.field:last-child > *:last-child {
    width: 100%;
  }
  .p-form__code .ui.grid > .column:not(.row) {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .p-form__code .ui.input input {
    font-size: 20px;
  }
}
.p-admin {
  position: relative;
}
.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 {
  border-right: 1px solid #AEB3A5;
  font-size: 13px;
  background-color: #f1f1f1;
}
.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 {
  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: #e0f5f8;
}
.p-admin__sidebar ul .is-active a,
.p-admin__sidebar ul .is-active a:hover {
  cursor: default;
  background: #e0f5f8;
  color: #46adb8;
}
.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__sidebar__bottom {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 44px;
  font-weight: 600;
}

.p-admin__command_box {
  position: fixed;
  bottom: 0;
  z-index: 22;
  background: #ffffff;
  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: #ffffff;
    height: 100%;
    width: 100%;
    background-color: #46adb8;
    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 #46adb8;
  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: 800;
  -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: #777D6C;
  color: #ffffff;
  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: 800;
}
.p-payment__item .input label:after {
  content: "任意";
  font-size: 10px;
  padding: 3px 6px;
  background: #6a6862;
  color: #ffffff;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: 800;
}
.p-payment__item .input label.required:after {
  content: "必須";
  background: #46adb8;
}
.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: 800;
  color: #46adb8;
  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: #0b0b0b;
  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 #AEB3A5;
  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: #6a6862;
  background-size: 40px;
}
.p-payment__item--select.is-selected:after {
  background-color: #46adb8;
}

.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--back {
  z-index: 9;
}

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

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

.p-modal_content {
  background: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-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 {
  max-width: 90%;
  width: 800px;
}

.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: #46adb8;
}
.p-modal--window a {
  color: #0b0b0b;
  padding: 0 20px;
  font-weight: 800;
}

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

.p-modal_content_inner__images {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@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-modal_content_inner {
    padding: 16px;
  }
}
.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: #6a6862;
}
.p-terms h3 {
  margin-top: 2em;
  border-bottom: 1px solid #AEB3A5;
  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__index__cards i {
  font-size: 40px;
  margin-bottom: 24px;
  color: #AEB3A5;
}

.p-dashboard__card__image {
  position: relative;
  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-dashboard__card__image i {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0;
  z-index: 3;
}
.p-dashboard__card__image i:before {
  font-size: 30px;
  color: #ffffff;
  opacity: 0.7;
}
.p-dashboard__card__image:hover {
  opacity: 1;
}
.p-dashboard__card__image:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.p-dashboard__card__image:hover i {
  display: table;
}

.p-pdf__name {
  font-size: 20px;
  font-weight: 700;
  color: #46adb8;
  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 #AEB3A5;
  border-collapse: collapse;
}
.p-pdf__table th, .p-pdf__table td {
  border: 1px solid #AEB3A5;
  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 #AEB3A5;
  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 #AEB3A5;
  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;
}

.ui.input.p-store__input input, .ui.input.p-store__input input:focus {
  border: 0;
  background: #f1f1f1;
  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 #ce5555;
}

.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-order__remove_item {
  position: absolute;
  right: 1em;
  top: 1em;
}

.p-plan-create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 112px);
  padding: 20px 0 60px;
}
.p-plan-create__card {
  width: 100%;
  max-width: 440px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e0f5f8;
  padding: 28px 24px 24px;
  -webkit-box-shadow: 0 4px 24px rgba(70, 173, 184, 0.1);
          box-shadow: 0 4px 24px rgba(70, 173, 184, 0.1);
}
.p-plan-create__heading {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 6px;
}
.p-plan-create__sub {
  font-size: 13px;
  color: #8a9ab0;
  margin-bottom: 24px;
}
.p-plan-create__fg {
  margin-bottom: 18px;
}
.p-plan-create__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #8a9ab0;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.p-plan-create__input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1.5px solid #e0f5f8;
  background: #f2f5f8;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 16px;
  color: #0b0b0b;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.15s, background 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, background 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s, -webkit-box-shadow 0.15s;
}
.p-plan-create__input:focus {
  border-color: #46adb8;
  -webkit-box-shadow: 0 0 0 3px rgba(70, 173, 184, 0.12);
          box-shadow: 0 0 0 3px rgba(70, 173, 184, 0.12);
  background: #ffffff;
}
.p-plan-create__input--big {
  font-size: 18px;
  font-weight: 700;
  padding: 14px;
}
.p-plan-create__date-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-plan-create__date-row .p-plan-create__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-plan-create__date-sep {
  color: #8a9ab0;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-plan-create__nights-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #3b919a;
  background: #e1f2f3;
  border: 1px solid #addbe0;
  padding: 4px 10px;
  border-radius: 99px;
}
.p-plan-create__footer {
  font-size: 11px;
  color: #8a9ab0;
  text-align: center;
  margin-top: 18px;
}

.c-plan-btn-create {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  border: none;
  background: #46adb8;
  color: #ffffff;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  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;
  gap: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(70, 173, 184, 0.35);
          box-shadow: 0 4px 16px rgba(70, 173, 184, 0.35);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  margin-top: 6px;
}
.c-plan-btn-create:hover {
  background: #3b919a;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.p-plan-edit {
  display: none;
  padding-bottom: 90px;
}

.l-plan-header {
  background: #ffffff;
  border-bottom: 1px solid #e0f5f8;
  position: sticky;
  border-radius: 12px;
  top: 0;
  z-index: 100;
}
.l-plan-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 14px 8px;
}
.l-plan-header__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.l-plan-header__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-plan-header__dates {
  font-size: 11px;
  color: #8a9ab0;
  margin-top: 2px;
}
.l-plan-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-plan-btn-back {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1.5px solid #e0f5f8;
  background: transparent;
  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;
  cursor: pointer;
  color: #8a9ab0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-plan-btn-save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0 12px;
  height: 32px;
  border-radius: 99px;
  background: #46adb8;
  border: none;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-plan-btn-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0 10px;
  height: 32px;
  border-radius: 99px;
  background: #fcd512;
  border: none;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #0b0b0b;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-plan-btn-edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 0 10px;
  height: 32px;
  border-radius: 99px;
  background: #46adb8;
  border: none;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}
.c-plan-btn-edit:hover {
  opacity: 0.85;
}

.c-plan-btn-debug {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background: #e0f5f8;
  border: none;
  font-size: 14px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.5;
}
.c-plan-btn-debug:hover {
  opacity: 1;
}

.l-plan-day-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 0 14px 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.l-plan-day-tabs::-webkit-scrollbar {
  display: none;
}

.p-plan-day-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 5px 10px 5px 12px;
  border-radius: 99px;
  border: 1.5px solid #e0f5f8;
  background: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: #8a9ab0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.p-plan-day-tab__date {
  font-size: 10px;
  opacity: 0.75;
  font-weight: 400;
}
.p-plan-day-tab.is-active {
  background: #46adb8;
  border-color: #46adb8;
  color: #ffffff;
}
.p-plan-day-tab__del {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  border: none;
  cursor: pointer;
  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: 9px;
  color: inherit;
  line-height: 1;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2px;
}
.p-plan-day-tab.is-active .p-plan-day-tab__del {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.c-plan-btn-add-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 99px;
  border: 1.5px dashed #e0f5f8;
  background: transparent;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #8a9ab0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}

.l-plan-tl-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 14px 14px 0;
}

.p-plan-day-panel {
  display: none;
}
.p-plan-day-panel.is-active {
  display: block;
}

.p-plan-tl {
  position: relative;
}
.p-plan-tl::before {
  content: "";
  position: absolute;
  left: 53px;
  top: 20px;
  bottom: 16px;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #addbe0), to(transparent));
  background: linear-gradient(to bottom, #addbe0 85%, transparent);
  border-radius: 2px;
  pointer-events: none;
}
.p-plan-tl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  -webkit-animation: plan-tl-fade-up 0.25s ease both;
          animation: plan-tl-fade-up 0.25s ease both;
}
.p-plan-tl__time {
  width: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  padding: 14px 4px 10px 0;
  text-align: right;
}
.p-plan-tl__st {
  font-size: 11px;
  font-weight: 700;
  color: #46adb8;
  line-height: 1;
}
.p-plan-tl__et {
  font-size: 10px;
  font-weight: 500;
  color: #8a9ab0;
  line-height: 1;
}
.p-plan-tl__node {
  width: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 14px;
}
.p-plan-tl__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  border: 2.5px solid #46adb8;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-plan-tl__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-bottom: 10px;
}
.p-plan-tl__gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-animation: plan-tl-fade-up 0.2s ease both;
          animation: plan-tl-fade-up 0.2s ease both;
}
.p-plan-tl__gap-node {
  width: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 14px;
}
.p-plan-tl__gap-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f2f5f8;
  border: 1.5px solid #e0f5f8;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes plan-tl-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes plan-tl-fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-plan-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e0f5f8;
  padding: 12px 12px 10px;
  -webkit-box-shadow: 0 1px 6px rgba(70, 173, 184, 0.07);
          box-shadow: 0 1px 6px rgba(70, 173, 184, 0.07);
}
.p-plan-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  margin-bottom: 4px;
}
.p-plan-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #0b0b0b;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  padding-top: 1px;
}
.p-plan-card__acts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-plan-card__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 99px;
  margin-bottom: 4px;
}
.p-plan-card__cat--s {
  background: #e8f4ff;
  color: #2b7de9;
}
.p-plan-card__cat--m {
  background: #fff0e8;
  color: #e06c2b;
}
.p-plan-card__cat--t {
  background: #f0f0f0;
  color: #5a6a7a;
}
.p-plan-card__cat--h {
  background: #f0e8ff;
  color: #7b2be9;
}
.p-plan-card__cat--o {
  background: #e8ffe8;
  color: #2b9e4a;
}
.p-plan-card__memo {
  font-size: 12px;
  color: #5a7080;
  line-height: 1.75;
  margin-bottom: 7px;
}
.p-plan-card__memo a {
  color: #46adb8;
  text-decoration: none;
}
.p-plan-card__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-plan-card__tks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.c-plan-act-btn {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: none;
  background: transparent;
  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;
  cursor: pointer;
  font-size: 13px;
  color: #8a9ab0;
}
.c-plan-act-btn:active {
  background: #e1f2f3;
}
.c-plan-act-btn--del:active {
  background: #ffeded;
}

.c-plan-map-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 500;
  color: #3b919a;
  background: #e1f2f3;
  border: 1px solid #addbe0;
  padding: 4px 9px;
  border-radius: 99px;
  cursor: pointer;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-plan-tk-img {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e0f5f8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.p-plan-tk-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-plan-tk-img .p-plan-tk-rm {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  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: 8px;
  color: #ffffff;
}

.p-plan-tk-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #5a7080;
  background: #f2f5f8;
  border: 1px solid #e0f5f8;
  padding: 3px 8px 3px 7px;
  border-radius: 99px;
  max-width: 140px;
  overflow: hidden;
}
.p-plan-tk-chip__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-plan-tk-rm {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 10px;
  color: #8a9ab0;
  padding: 0;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-plan-gap-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 4px 12px;
  border-radius: 12px;
  border: 1.5px dashed #e0f5f8;
  background: rgba(255, 255, 255, 0.4);
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 12px;
  color: #8a9ab0;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.p-plan-gap-card:active {
  border-color: #46adb8;
  background: #e1f2f3;
  color: #3b919a;
}
.p-plan-gap-card__dur {
  font-weight: 700;
}
.p-plan-gap-card__add {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: #46adb8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}

.p-plan-empty {
  text-align: center;
  padding: 52px 20px;
  color: #8a9ab0;
}
.p-plan-empty__icon {
  margin-bottom: 12px;
  opacity: 0.35;
}
.p-plan-empty__text {
  font-size: 13px;
  line-height: 1.8;
}

.c-plan-fab {
  position: fixed;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 0 22px;
  height: 50px;
  border-radius: 99px;
  background: #46adb8;
  border: none;
  color: #ffffff;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 20px rgba(70, 173, 184, 0.4);
          box-shadow: 0 6px 20px rgba(70, 173, 184, 0.4);
  white-space: nowrap;
}
.c-plan-fab__ic {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  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: 16px;
  line-height: 1;
}

.c-plan-modal-ov {
  position: fixed;
  inset: 0;
  background: rgba(20, 30, 45, 0.5);
  z-index: 300;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(2px);
}
.c-plan-modal-ov.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-plan-modal {
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 640px;
  max-height: 93vh;
  overflow-y: auto;
  padding: 0 0 34px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
  scrollbar-width: none;
}
.c-plan-modal::-webkit-scrollbar {
  display: none;
}
.c-plan-modal-ov.is-open .c-plan-modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-plan-modal__handle {
  width: 36px;
  height: 4px;
  background: #e0f5f8;
  border-radius: 2px;
  margin: 12px auto 0;
}
.c-plan-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px 12px;
  border-bottom: 1px solid #e0f5f8;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1;
}
.c-plan-modal__title {
  font-weight: 700;
  font-size: 17px;
}
.c-plan-modal__body {
  padding: 14px 20px;
}
.c-plan-modal__divider {
  height: 1px;
  background: #e0f5f8;
  margin: 4px -20px 14px;
}
.c-plan-modal__foot {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.c-plan-btn-close {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  border: 1.5px solid #e0f5f8;
  background: transparent;
  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;
  cursor: pointer;
  font-size: 15px;
  color: #8a9ab0;
}

.c-plan-form-group {
  margin-bottom: 14px;
}

.c-plan-form-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #8a9ab0;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.c-plan-form-input,
.c-plan-form-textarea {
  width: 100%;
  padding: 10px 13px;
  border-radius: 8px;
  border: 1.5px solid #e0f5f8;
  background: #ffffff;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 15px;
  color: #0b0b0b;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.c-plan-form-input:focus,
.c-plan-form-textarea:focus {
  border-color: #46adb8;
  -webkit-box-shadow: 0 0 0 3px rgba(70, 173, 184, 0.12);
          box-shadow: 0 0 0 3px rgba(70, 173, 184, 0.12);
}

.c-plan-form-textarea {
  resize: vertical;
  min-height: 68px;
  line-height: 1.7;
}

.c-plan-time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.c-plan-time-row .c-plan-form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-plan-time-sep {
  color: #8a9ab0;
  font-size: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-plan-dur-hint {
  font-size: 11px;
  color: #8a9ab0;
  margin-bottom: 5px;
}

.c-plan-dur-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-plan-dur-btn {
  padding: 5px 11px;
  border-radius: 99px;
  border: 1.5px solid #e0f5f8;
  background: #ffffff;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #8a9ab0;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}
.c-plan-dur-btn.is-on {
  border-color: #46adb8;
  background: #46adb8;
  color: #ffffff;
}

.c-plan-cat-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr 6px 1fr 6px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.c-plan-cat-opt {
  display: none;
}

.c-plan-cat-lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  padding: 8px 2px;
  border-radius: 8px;
  border: 1.5px solid #e0f5f8;
  cursor: pointer;
  font-size: 10px;
  color: #8a9ab0;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}
.c-plan-cat-lbl__em {
  font-size: 18px;
}
.c-plan-cat-opt:checked + .c-plan-cat-lbl {
  border-color: #46adb8;
  background: #e1f2f3;
  color: #3b919a;
}

.c-plan-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 8px;
  border: 1.5px dashed #e0f5f8;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.c-plan-upload:active {
  border-color: #46adb8;
  background: #e1f2f3;
}
.c-plan-upload__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.c-plan-upload__ic {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f2f5f8;
  border: 1px solid #e0f5f8;
  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: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-plan-upload__title {
  font-size: 13px;
  font-weight: 700;
  color: #0b0b0b;
  margin-bottom: 1px;
}
.c-plan-upload__sub {
  font-size: 11px;
  color: #8a9ab0;
}

.c-plan-file-hidden {
  display: none;
}

.c-plan-pending-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.c-plan-pending-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #5a7080;
  background: #f2f5f8;
  border: 1.5px solid #e0f5f8;
  padding: 4px 9px 4px 8px;
  border-radius: 99px;
}
.c-plan-pending-chip__name {
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-plan-pending-rm {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 10px;
  color: #8a9ab0;
  padding: 0;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-plan-pending-img {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #e0f5f8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-plan-pending-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-plan-pending-img .c-plan-pending-rm {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  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: 8px;
  color: #ffffff;
}

.c-plan-pending-status {
  position: absolute;
  bottom: 2px;
  left: 2px;
  font-size: 12px;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}
.c-plan-pending-status--err {
  font-size: 14px;
}

.c-plan-pending-img.is-uploading,
.c-plan-pending-chip.is-uploading {
  opacity: 0.5;
  pointer-events: none;
}
.c-plan-pending-img.is-uploading img,
.c-plan-pending-chip.is-uploading img {
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4);
}

.c-plan-pending-img.is-error,
.c-plan-pending-chip.is-error {
  border-color: #e53e3e;
  opacity: 0.7;
}

.c-plan-btn-cancel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 46px;
  border-radius: 8px;
  border: 1.5px solid #e0f5f8;
  background: transparent;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #8a9ab0;
  cursor: pointer;
}

.c-plan-btn-submit {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 46px;
  border-radius: 8px;
  border: none;
  background: #46adb8;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(70, 173, 184, 0.3);
          box-shadow: 0 3px 10px rgba(70, 173, 184, 0.3);
}

.c-plan-map-ov {
  position: fixed;
  inset: 0;
  background: rgba(20, 30, 45, 0.55);
  z-index: 400;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  backdrop-filter: blur(3px);
}
.c-plan-map-ov.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-plan-map-modal {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 460px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(26, 35, 50, 0.18);
          box-shadow: 0 8px 32px rgba(26, 35, 50, 0.18);
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
  opacity: 0;
  -webkit-transition: all 0.22s cubic-bezier(0.34, 1.2, 0.64, 1);
  transition: all 0.22s cubic-bezier(0.34, 1.2, 0.64, 1);
}
.c-plan-map-ov.is-open .c-plan-map-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.c-plan-map-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid #e0f5f8;
}
.c-plan-map-modal__name {
  font-weight: 700;
  font-size: 14px;
}
.c-plan-map-modal iframe {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
}
.c-plan-map-modal__acts {
  padding: 11px 15px;
}

.c-plan-btn-openmap {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1.5px solid #46adb8;
  background: #e1f2f3;
  color: #3b919a;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  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;
  gap: 5px;
}

.c-plan-confirm-ov,
.c-plan-save-ov {
  position: fixed;
  inset: 0;
  background: rgba(20, 30, 45, 0.5);
  z-index: 600;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  backdrop-filter: blur(2px);
}
.c-plan-confirm-ov.is-open,
.c-plan-save-ov.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-plan-confirm {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 300px;
  padding: 22px 20px 16px;
  -webkit-box-shadow: 0 8px 32px rgba(26, 35, 50, 0.18);
          box-shadow: 0 8px 32px rgba(26, 35, 50, 0.18);
}
.c-plan-confirm__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}
.c-plan-confirm__body {
  font-size: 13px;
  color: #5a7080;
  line-height: 1.7;
  margin-bottom: 18px;
}
.c-plan-confirm__acts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.c-plan-confirm__cancel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 42px;
  border-radius: 8px;
  border: 1.5px solid #e0f5f8;
  background: transparent;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #8a9ab0;
  cursor: pointer;
}
.c-plan-confirm__ok {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 42px;
  border-radius: 8px;
  border: none;
  background: #e53e3e;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}

.c-plan-save-modal {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 560px;
  max-height: 88vh;
  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-shadow: 0 8px 32px rgba(26, 35, 50, 0.2);
          box-shadow: 0 8px 32px rgba(26, 35, 50, 0.2);
}
.c-plan-save-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #e0f5f8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-plan-save-modal__head-title {
  font-weight: 700;
  font-size: 16px;
}
.c-plan-save-modal__note {
  font-size: 11px;
  color: #8a9ab0;
  padding: 10px 18px 6px;
}
.c-plan-save-modal__json {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  margin: 0 18px 14px;
  background: #f2f5f8;
  border-radius: 8px;
  border: 1px solid #e0f5f8;
  padding: 12px 14px;
  font-family: monospace;
  font-size: 11px;
  line-height: 1.65;
  color: #5a7080;
  white-space: pre;
  overflow-x: auto;
}
.c-plan-save-modal__acts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0 18px 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-plan-btn-copy-json {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 42px;
  border-radius: 8px;
  border: 1.5px solid #46adb8;
  background: #e1f2f3;
  color: #3b919a;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}

.c-plan-btn-post {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  height: 42px;
  border-radius: 8px;
  border: none;
  background: #46adb8;
  color: #ffffff;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.c-plan-preview-ov {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 700;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}
.c-plan-preview-ov.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-plan-preview-ov__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  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;
  z-index: 2;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.c-plan-preview-ov__close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-plan-preview-ov__img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.p-plan-show {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 16px 60px;
}
.p-plan-show__header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  padding: 16px 14px 12px;
  border-bottom: 1px solid #e0f5f8;
  margin-bottom: 20px;
}
.p-plan-show__header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.p-plan-show__header-info {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-plan-show__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-plan-show__dates {
  font-size: 12px;
  color: #8a9ab0;
  margin-top: 2px;
}
.p-plan-show__header-btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-plan-show__flash {
  background: #e1f2f3;
  border: 1px solid #46adb8;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 20px;
}
.p-plan-show__flash-msg {
  font-weight: 700;
  font-size: 14px;
  color: #3b919a;
}
.p-plan-show__flash-pw {
  margin-top: 8px;
  font-size: 13px;
  color: #0b0b0b;
}
.p-plan-show__flash-pw strong {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.p-plan-show__flash-pw-note {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #8a9ab0;
}
.p-plan-show__day {
  margin-bottom: 28px;
}
.p-plan-show__day-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #46adb8;
}
.p-plan-show__day-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #46adb8;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 99px;
}
.p-plan-show__day-date {
  font-size: 13px;
  font-weight: 600;
  color: #5a7080;
}
.p-plan-show__empty {
  font-size: 13px;
  color: #8a9ab0;
  text-align: center;
  padding: 20px 0;
}
.p-plan-show__footer {
  text-align: center;
  padding: 30px 0;
}
.p-plan-show__footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #46adb8;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.p-plan-show__footer-link:hover {
  text-decoration: underline;
}
.p-plan-show__pw-ov {
  position: fixed;
  inset: 0;
  z-index: 600;
  background: rgba(0, 0, 0, 0.45);
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.22s;
  transition: opacity 0.22s;
}
.p-plan-show__pw-ov.is-open {
  opacity: 1;
  pointer-events: auto;
}
.p-plan-show__pw-modal {
  background: #ffffff;
  border-radius: 8px;
  width: 340px;
  max-width: 90vw;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.22s;
  transition: -webkit-transform 0.22s;
  transition: transform 0.22s;
  transition: transform 0.22s, -webkit-transform 0.22s;
}
.p-plan-show__pw-ov.is-open .p-plan-show__pw-modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-plan-show__pw-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px 0;
}
.p-plan-show__pw-title {
  font-weight: 700;
  font-size: 15px;
}
.p-plan-show__pw-close {
  background: none;
  border: none;
  font-size: 16px;
  color: #8a9ab0;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.p-plan-show__pw-body {
  padding: 12px 20px 0;
}
.p-plan-show__pw-desc {
  font-size: 12px;
  color: #5a7080;
  margin: 0 0 12px;
  line-height: 1.6;
}
.p-plan-show__pw-input {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #e0f5f8;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  outline: none;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-plan-show__pw-input:focus {
  border-color: #46adb8;
}
.p-plan-show__pw-err {
  display: none;
  margin-top: 8px;
  font-size: 12px;
  color: #e53e3e;
  text-align: center;
}
.p-plan-show__pw-err:not(:empty) {
  display: block;
}
.p-plan-show__pw-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  padding: 16px 20px;
}
.p-plan-show__pw-cancel {
  padding: 8px 16px;
  border: 1.5px solid #e0f5f8;
  border-radius: 8px;
  background: #ffffff;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #5a7080;
  cursor: pointer;
}
.p-plan-show__pw-submit {
  padding: 8px 20px;
  border: none;
  border-radius: 8px;
  background: #46adb8;
  font-family: "Zen Maru Gothic", Arial, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}
.p-plan-show__pw-submit:disabled {
  opacity: 0.6;
  cursor: default;
}

.c-plan-toast {
  position: fixed;
  bottom: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(12px);
          transform: translateX(-50%) translateY(12px);
  background: #0b0b0b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 99px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.22s;
  transition: all 0.22s;
  z-index: 700;
}
.c-plan-toast.is-show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.p-post__index-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.p-post__index-container > * {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .p-post__index-container {
    display: block;
  }
}

.p-post__index-head {
  text-align: center;
  margin-bottom: 48px;
}
.p-post__index-head h1 {
  font-size: 30px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 48px;
}
.p-post__index-head .ui.form .fields {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-post__show-head {
  margin-bottom: 16px;
}
.p-post__show-head h1 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 16px;
}
.p-post__show-head .ui.labels {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-post__show-head {
    padding-inline: 24px;
  }
}

.p-post__show-content {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-post__show-content {
    padding: 0;
  }
}

.p-post__eyecatch {
  max-width: 100%;
  height: auto;
  margin: 0 auto 24px;
  overflow: hidden;
}
.p-post__eyecatch img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-post__eyecatch {
    padding: 24px;
    margin-bottom: 0;
  }
}

.p-post__show-body > *:first-child {
  margin-top: 0;
}
.p-post__show-body h2 {
  font-size: 24px;
  margin-top: 72px;
  margin-bottom: 24px;
}
.p-post__show-body h3 {
  font-size: 20px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.p-post__show-body h4 {
  font-size: 17px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.p-post__show-body p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
  margin-bottom: 0;
}
.p-post__show-body ul,
.p-post__show-body ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 1.5em;
}
.p-post__show-body ul li,
.p-post__show-body ol li {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 8px;
}
.p-post__show-body ul li:first-child,
.p-post__show-body ol li:first-child {
  margin-top: 0;
}
.p-post__show-body table {
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-post__show-body p img {
  display: block;
  max-width: 80%;
  margin: 24px auto 8px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-post__show-body p img {
    max-width: 90%;
  }
}
.p-post__show-body p:has(img) {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-post__show-body {
    padding-inline: 24px;
    padding-bottom: 24px;
  }
}

.p-post__author {
  margin-top: 16px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-post__author {
    padding: 16px 24px;
  }
}

.p-post__author-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  gap: 20px;
}
.p-post__author-inner .p-post__author-profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
}
.p-post__author-inner .p-post__author-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-post__author-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-post__author-icon img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post__author-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-post__author-name {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 4px;
}

.p-post__author-bio {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  white-space: pre-wrap;
}

.p-post__share {
  margin-top: 2rem;
  border-top: 1px solid #e0f5f8;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-post__share {
    padding-block: 1.5rem;
    padding-inline: 24px;
  }
}

.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-my1 {
  margin-block: 1rem;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.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-ml10 {
  margin-left: 10px;
}

.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-pl20 {
  padding-left: 20px;
}

.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-py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.u-gothic {
  font-family: "Zen Maru Gothic", Arial, "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: #ffffff;
}

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

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

.u-break {
  word-break: break-word;
}

.u-relative {
  position: relative;
}

.u-bg {
  background: #e0f5f8;
}

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

.u-bgCream {
  background-color: #f9f4e3;
}

.u-colorTheme {
  color: #46adb8;
}

.u-colorSecondary {
  color: #e79163;
}

.u-colorWhite {
  color: #ffffff;
}

.u-colorText {
  color: #0b0b0b;
}

.u-colorLight {
  color: #777D6C;
}

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

.u-colorTextGray {
  color: #777D6C;
}

.u-line14 {
  line-height: 1.4;
}

.u-line16 {
  line-height: 1.6;
}

.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-flexAl--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.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--col2 > *.ui.button {
    margin-top: 10px;
  }
  .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-flex-direction-col--sp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .u-flex-direction-col--sp.u-flex-direction-col--sp .wide.column {
    width: 100% !important;
  }
  .u-flexSp--end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.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 #AEB3A5;
}

.u-truncate {
  max-width: 20ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}