@charset "UTF-8";
/* === base ===  */
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

qbefore,
qafter,
blockquotebefore,
blockquoteafter {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button-moz-focus-inner,
input-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* base */
html {
  font-size: 62.5%;
  background-color: #EFE9E5;
}

body {
  font-size: 1.6rem;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #333;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 30%;
  }
}

/* === utility ===  */
/*===============================

box-shadow

=================================*/
.u-box-shadow {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

/*===============================

text...............文字に関するヘルパークラスです。

=================================*/
.is-hidden {
  display: none;
}

.is-visibility-hidden {
  visibility: hidden;
}

.is-overflow-hidden {
  overflow: hidden;
}

/*===============================

float.............floatのヘルパークラスです。

=================================*/
.u-fl-l {
  float: left;
}

.u-fl-r {
  float: right;
}

/*===============================

margin.............マージンのヘルパークラスです。

=================================*/
.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-mr0 {
  margin-right: 0px;
}

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

.u-mb5 {
  margin-bottom: 5px;
}

.u-ml5 {
  margin-left: 5px;
}

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

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

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

.u-ml10 {
  margin-left: 10px;
}

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

.u-mt15 {
  margin-top: 15px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-mr15 {
  margin-right: 15px;
}

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

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

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

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

.u-mt25 {
  margin-top: 25px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

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

.u-ml30 {
  margin-left: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

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

.u-ml35 {
  margin-left: 35px;
}

.u-mr35 {
  margin-right: 35px;
}

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

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

.u-ml40 {
  margin-left: 40px;
}

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

.u-mt45 {
  margin-top: 45px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

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

.u-ml50 {
  margin-left: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

/*===============================

padding.............パディングのヘルパークラスです。

=================================*/
.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

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

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

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

.u-pb40 {
  padding-bottom: 40px !important;
}

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

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

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

/*===============================

text...............文字に関するヘルパークラスです。

=================================*/
/* font size
----------------------------- */
.u-fs10 {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

.u-fs19 {
  font-size: 19px;
}

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

.u-fs21 {
  font-size: 21px;
}

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

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

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

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

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

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

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

.u-fs29 {
  font-size: 29px;
}

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

/* text align
----------------------------- */
.u-ta-c {
  text-align: center;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

/* font weight
----------------------------- */
.u-fw-b {
  font-weight: bold;
}

.u-fw-n {
  font-weight: normal;
}

/* color
----------------------------- */
.u-color-red {
  color: #E61E0A;
}

.u-color-text-second {
  color: #767676;
}

/*===============================

box-shadow

=================================*/
/*===============================

clearfix

=================================*/
/*===============================

flexbox

=================================*/
/*===============================

line-clamp.........行数制限のmixinを定義します。

=================================*/
/* 1行制限
----------------------------- */
/*===============================

color.............プロジェクト全体を通して使用される色の変数を定義します。

=================================*/
/* text
----------------------------- */
/* background
----------------------------- */
/* border
----------------------------- */
/* accent
----------------------------- */
/* tag
----------------------------- */
/* === layout ===  */
/*===============================

footerの外骨格部分

=================================*/
/*===============================

headerの外骨格部分

=================================*/
.l-header {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

/*===============================

mainの外骨格部分

=================================*/
.l-main {
  background: #EFE9E5;
  width: 100%;
  margin: 50px auto 0;
}

.l-main--no-header {
  margin-top: 0;
}

/*===============================

footerの外骨格部分

=================================*/
.l-footer {
  padding: 40px 10px;
  text-align: center;
}
.p-footer__link {
  margin-bottom: 20px;
  font-size: 14px;
}
.p-footer__link a {
  margin: 0 5px;
  text-decoration: underline;
}
.p-footer__copy {
  color: #767676;
  font-size: 10px;
}

/*===============================

section

=================================*/
.l-section {
  display: block;
}

.l-section--padding-default {
  padding: 25px 10px 30px;
  border-bottom: solid 1px #CECECE;
}

.l-section--padding-large {
  padding: 40px 10px 40px;
  border-bottom: solid 1px #CECECE;
}

.l-section--padding-none {
  padding: 25px 0 30px;
  border-bottom: solid 1px #CECECE;
}

.l-section--border-none {
  border: none;
}

.l-section--padding-small {
  padding: 20px 10px 10px;
}

.l-section--padding-minimum {
  padding: 10px 10px 10px;
}

.l-section--min-height-with-button {
  padding: 40px 10px 40px;
  min-height: calc(100vh - 381px);
}

.l-section--border-top:before {
  content: '';
  height: 1px;
  width: 100vw;
  display: block;
  background: #CECECE;
  position: relative;
  left: 50%;
  top: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*===============================

wrap...............全体のラッパー

=================================*/
.l-wrap {
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}

/* === component ===  */
/*===============================

button

=================================*/
.c-button {
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  white-space: nowrap;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5px;
  position: relative;
  border: none;
  width: 100%;
  outline: none;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.c-button:before {
  content: '';
  display: inline-block;
  width: 0;
  vertical-align: middle;
}

.c-button--large {
  font-size: 16px;
  max-width: 355px;
  height: 60px;
}

.c-button--large:before {
  height: 60px;
}

.c-button--medium {
  font-size: 14px;
  max-width: 255px;
  height: 44px;
}

.c-button--medium:before {
  height: 44px;
}

.c-button--small {
  font-size: 14px;
  max-width: 173px;
  height: 44px;
}

.c-button--small:before {
  height: 44px;
}

.c-button--150 {
  font-size: 14px;
  max-width: 150px;
  height: 44px;
}

.c-button--150:before {
  height: 44px;
}

.c-button--white {
  background: #ffffff;
}

.c-button--red {
  background: #E61E0A;
  color: #ffffff;
}

.c-button--no-shadow {
  background: #ffffff;
  box-shadow: none;
}

.c-button.is-disabled {
  background: #CECECE;
  color: #ffffff;
  box-shadow: none;
  pointer-events: none;
}

.c-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.c-button__inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.c-button__arrow-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-button__arrow-icon--up {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.c-button__arrow-icon--down {
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(-1, 1);
          transform: translateY(-50%) rotate(-90deg) scale(-1, 1);
}

.c-button__arrow-icon--back {
  right: auto;
  left: 35px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.c-rectangle-button {
  font-weight: 400;
  text-align: center;
  border-radius: 8px;
  white-space: nowrap;
  position: relative;
  border: none;
  width: 100%;
  background: #ffffff;
  outline: none;
}

.c-rectangle-button--small {
  font-size: 14px;
  max-width: 110px;
  height: 44px;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.c-rectangle-button__narrow-icon {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.c-rectangle-button--refine {
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  max-width: 48.36%;
  padding: 0 5px 0 35px;
  height: 50px;
  border: solid 1px #CECECE;
  flex-basis: 48.36%;
}

.c-rectangle-button--refine.is-active {
  border: solid 1px #E61E0A;
  color: #E61E0A;
  background: #FFEDED;
}

.c-rectangle-button--refine.is-active .c-rectangle-button__check-icon:before {
  color: #E61E0A;
}

.c-rectangle-button__check-icon {
  font-size: 17px;
  color: #CECECE;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-rectangle-button--selection {
  font-size: 14px;
  font-weight: 700;
  max-width: 48.36%;
  padding: 0;
  height: 50px;
  border: solid 1px #CECECE;
}

.c-rectangle-button--selection:before {
  content: '';
  display: inline-block;
  width: 0;
  vertical-align: middle;
  height: 48px;
}

.c-rectangle-button--selection.is-active {
  border: solid 1px #E61E0A;
  color: #E61E0A;
  background: #FFEDED;
}

.c-rectangle-button--link {
  font-size: 14px;
  font-weight: 700;
  flex-basis: 48.36%;
  padding: 0;
  height: 44px;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.c-rectangle-button--link:before {
  content: '';
  display: inline-block;
  width: 0;
  vertical-align: middle;
  height: 48px;
}

.c-rectangle-button--link.is-active {
  border: solid 1px #E61E0A;
  color: #E61E0A;
  background: #FFEDED;
}

.c-rectangle-button--add-template-button {
  position: relative;
  font-size: 14px;
  height: 50px;
  color: #767676;
  background: #EBEBEB;
  border: solid 1px #CECECE;
  font-weight: 700;
  line-height: 48px;
}

.c-rectangle-button--add-template-button__icon {
  display: inline-block;
  top: 5px;
  margin-right: 10px;
}

.js-c-modal__open-btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c-checkbox-button {
  padding: 0 10px 0 0;
  margin-bottom: 0;
  border: none;
  background: none;
  outline: none;
}

.c-checkbox-button__check-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  border-radius: 8px;
  border: solid 1px #CECECE;
  background-color: #ffffff;
}

.c-checkbox-button__check-icon:before {
  opacity: 0;
  font-size: 18px;
  display: block;
  position: relative;
  top: 5px;
}

.c-checkbox-button__label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.c-checkbox-button.is-active .c-checkbox-button__check-icon {
  border-color: #E61E0A;
  background: #FFEDED;
}

.c-checkbox-button.is-active .c-checkbox-button__check-icon:before {
  opacity: 1;
  color: #E61E0A;
}

.c-multi-button-wrap {
  height: 44px;
  margin-bottom: 20px;
}

.c-multi-button {
  float: right;
  background: #ffffff;
}

/*===============================

card

=================================*/
.c-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.c-card--no-shadow {
  box-shadow: none;
}

.c-card--no-padding {
  padding: 0;
}

.c-card--separate {
  border-top: 1px solid #CECECE;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: -10px;
  margin-left: -10px;
}

.c-card--group .c-card:first-child {
  border-radius: 8px 8px 0 0;
  padding-bottom: 30px;
}

.c-card--group .c-card + .c-card {
  padding-top: 30px;
  border-top: 1px solid #efe9e5;
  border-radius: 0;
}

.c-card--group .c-card:last-child {
  border-radius: 0 0 8px 8px;
}

/*===============================

dialog

=================================*/
.c-dialog-target {
  display: none;
}

.c-dialog {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 640px;
  width: 100%;
  height: 100%;
  z-index: 200;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.c-dialog.is-open {
  opacity: 1;
}

.c-dialog__bg {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  width: 100%;
  height: 100%;
}

.c-dialog__content {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  margin: auto;
  background: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-dialog__inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}

.c-dialog__inner > div {
  position: relative;
  height: 100%;
  overflow: auto;
}

.c-dialog__content-hidden {
  display: none;
}

.c-dialog__header {
  padding: 12px 10px 12px;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  border-bottom: none;
  line-height: 1;
  background: #fff;
}

.c-dialog__title {
  text-align: center;
  display: block;
  font-size: 18px;
}

.c-dialog__body {
  height: 100%;
  overflow: auto;
  padding: 10px 10px 57px;
  -webkit-overflow-scrolling: touch;
}

.c-dialog__guidetxt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

.c-dialog__header-close-btn {
  display: block;
  cursor: pointer;
  position: absolute;
  top: -43px;
  right: -10px;
  z-index: 2;
  height: 50px;
  width: 50px;
  background: transparent;
  text-indent: -9999px;
}

.c-dialog__header-close-btn::before, .c-dialog__header-close-btn::after {
  content: "";
  display: block;
  width: 24px;
  border-radius: 2px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-dialog__header-close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-dialog__btn {
  background: #E61E0A;
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  display: block;
  border: none;
  width: 100%;
}

.c-dialog__btn:disabled {
  background: #EDEDED;
  color: #BABABA;
  border: 1px solid #E0E0E0;
}

.c-dialog__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}

.c-dialog--type-hide-close-button .c-dialog__header-close-btn {
  opacity: 0;
}

/*===============================

dl関連

=================================*/
.c-sort-terms-dl {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
}

.c-sort-terms-dl__dt {
  float: left;
  clear: left;
}

.c-sort-terms-dl__dd {
  margin-left: 5em;
}

/*===============================

form部品のスタイル

=================================*/
.c-form-parts-wrap {
  position: relative;
}

.c-form-parts-wrap.c-icon--arrow:before {
  position: absolute;
  right: 20px;
  top: 17px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
}

.c-form-parts-wrap__file {
  min-height: 100px;
  border: 1px solid #CECECE;
  border-radius: 8px;
  text-align: center;
  background: #EBEBEB;
  cursor: pointer;
  padding-top: 10px;
}

.c-form-parts-wrap__file.c-icon:before {
  font-size: 47px;
  display: block;
  line-height: 55px;
  color: #767676;
}

.c-form-parts-wrap__file__text {
  color: #767676;
  font-weight: 700;
  font-size: 14px;
}

.c-form-parts-wrap__file__thmbnail-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.c-form-parts-wrap__file.is-onimage {
  padding-top: 0;
  min-height: unset;
  border: none;
  background: none;
}

.c-form-parts-wrap__file.is-onimage .c-form-parts-wrap__file__text {
  display: none;
}

.c-form-parts-wrap__file.is-onimage:before {
  display: none;
}

.c-form-parts-wrap__file__delete {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.5);
  display: none;
}

.c-form-parts-wrap__file__delete:before, .c-form-parts-wrap__file__delete:after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-form-parts-wrap__file__delete:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-form-parts-wrap__file__delete:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-form-parts-wrap__file__edit {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
  display: none;
}

.c-form-parts-wrap__file__edit .c-icon {
  font-size: 17px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.c-form-parts-wrap__file.is-error {
  border: 1px solid #E61E0A;
}

.c-form-parts-wrap--search {
  width: 100%;
  position: relative;
}

.c-form-parts-wrap--search.c-icon--search:before {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 17px;
  display: block;
  line-height: 44px;
  color: #767676;
}

.c-form-parts-wrap--search__delete {
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 28px;
  top: 12px;
  padding: 0;
  border-radius: 50%;
}

.c-form-parts-wrap--search__delete:before, .c-form-parts-wrap--search__delete:after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
}

.c-form-parts-wrap--search__delete:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-form-parts-wrap--search__delete:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-form-parts {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 15px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #CECECE;
  border-radius: 8px;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  outline: none;
}

.c-form-parts.is-error, .c-form-parts.is-required-error {
  border: 1px solid #E61E0A;
}

.c-form-parts__placeholder {
  position: absolute;
  z-index: 1;
  color: #767676;
  background: #ffffff;
  line-height: 30px;
  width: 70%;
  top: 10px;
  left: 15px;
  font-size: 14px;
  pointer-events: none;
}

.c-form-parts__placeholder--yen {
  background: none;
  left: auto;
  right: 18px;
  text-align: right;
  color: #333333;
  font-weight: 700;
}

.c-form-parts__placeholder-active {
  position: absolute;
  z-index: 0;
  color: #333333;
  background: #ffffff;
  line-height: 30px;
  top: 10px;
  left: 14rem;
  font-size: 14px;
  pointer-events: none;
}

.c-form-parts[type=date] + .c-form-parts__placeholder
+ .c-form-parts__placeholder-active {
  left: 10rem;
}

.c-form-parts--textarea {
  min-width: 100%;
  max-width: 100%;
}

.c-form-parts--textarea--50 {
  height: 50px;
  min-height: 50px;
}

.c-form-parts--textarea--500 {
  height: 100px;
  min-height: 100px;
}

.c-form-parts--input-datetime-local {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 50px;
}

.c-form-parts--input-search {
  width: calc(100% - 15px);
  height: 44px;
  border: 1px solid #EBEBEB;
  padding-left: 35px;
  padding-right: 44px;
}

.c-form-parts--input-search--wide {
  width: 100%;
}

.c-form-parts--input-search--wide + .c-form-parts-wrap--search__delete {
  right: 12px;
}

.c-form-parts--input-file {
  padding: 0;
  position: absolute;
  border: none;
  display: none;
}

.c-form-parts--input-file:after {
  display: none;
}

@media screen and (min-width: 780px) {
  .c-form-parts-wrap.c-icon--arrow:before {
    display: none;
  }
  .c-form-parts__placeholder {
    display: none;
  }
  .c-form-parts__placeholder-active {
    left: 17rem;
  }
  .c-form-parts[type=date] + .c-form-parts__placeholder + .c-form-parts__placeholder-active {
    left: 17rem;
  }
}

/*===============================

icon

=================================*/
@font-face {
  font-family: 'shufoo-cms';
  src: url("../fonts/shufoo-cms.ttf?lgem58") format("truetype"), url("../fonts/shufoo-cms.woff?lgem58") format("woff"), url("../fonts/shufoo-cms.svg?lgem58#shufoo-cms") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.c-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'shufoo-cms' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon--question:before {
  content: "\e906";
}

.c-icon--bell:before {
  content: "\e901";
}

.c-icon--setting:before {
  content: "\e907";
}

.c-icon--megaphone:before {
  content: "\e904";
}

.c-icon--coupon:before {
  content: "\e903";
}

.c-icon--pickup:before {
  content: "\e905";
}

.c-icon--calendar:before {
  content: "\e902";
}

.c-icon--view:before {
  content: "\e90a";
}

.c-icon--user:before {
  content: "\e909";
}

.c-icon--star:before {
  content: "\e908";
}

.c-icon--arrow:before {
  content: "\e900";
}

.c-icon--search:before {
  content: "\e90b";
}

.c-icon--narrow:before {
  content: "\e90e";
}

.c-icon--check:before {
  content: "\e90c";
}

.c-icon--camera:before {
  content: "\e90d";
}

.c-icon--photo:before {
  content: "\e90f";
}

.c-icon--crown:before {
  content: "\e910";
}

.c-icon--plus {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: solid 1px #767676;
}

.c-icon--plus:before, .c-icon--plus:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #767676;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-icon--plus:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-icon--plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/*===============================

link

=================================*/
.c-link-group__link {
  font-size: 14px;
}

.c-link-group__link.is-active {
  font-weight: 700;
}

.c-link-group__link:first-child:after {
  content: ' | ';
  font-weight: normal;
}

.c-arrow-link {
  font-size: 12px;
  font-weight: 700;
}

.c-arrow-link__arrow-icon {
  font-size: 10px;
  margin-left: 0.3em;
}

.c-back-link {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  position: relative;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  color: #333333;
}

/*===============================

modal

=================================*/
.c-modal-target {
  display: none;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 640px;
  width: 100%;
  height: 100%;
  z-index: 200;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.c-modal.is-open {
  opacity: 1;
}

.c-modal__bg {
  background: #000;
  opacity: 0.0;
  width: 100%;
  height: 100%;
}

.c-modal__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  background: #fff;
}

.c-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}

.c-modal__inner > div {
  position: relative;
  height: 100%;
  overflow: auto;
}

.c-modal__content-hidden {
  display: none;
}

.c-modal__header {
  padding: 12px 10px 12px;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  border-bottom: none;
  line-height: 1;
  background: #fff;
}

.c-modal__title {
  text-align: center;
  display: block;
  font-size: 18px;
}

.c-modal__body {
  height: 100%;
  overflow: auto;
  padding: 10px 10px 57px;
  -webkit-overflow-scrolling: touch;
}

.c-modal__guidetxt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

.c-modal__header-close-btn {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 2;
  height: 50px;
  width: 50px;
  background: transparent;
  text-indent: -9999px;
}

.c-modal__header-close-btn::before, .c-modal__header-close-btn::after {
  content: "";
  display: block;
  width: 24px;
  border-radius: 2px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__header-close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__btn {
  background: #E61E0A;
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  display: block;
  border: none;
  width: 100%;
}

.c-modal__btn:disabled {
  background: #EDEDED;
  color: #BABABA;
  border: 1px solid #E0E0E0;
}

.c-modal__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
}

/*===============================

number...............数値のみのスタイル

=================================*/
.c-number {
  font-family: Roboto;
  font-weight: 400;
}

.c-number--max {
  font-size: 38px;
}

.c-number--large {
  font-size: 24px;
}

.c-number--medium {
  font-size: 18px;
  font-weight: 700;
}

.c-number--small {
  font-size: 14px;
}

.c-number--square {
  display: inline-block;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;
  min-width: 20px;
  padding: 0 3px;
  height: 20px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 3px;
}

.c-number--square--gray {
  background-color: #767676;
}

.c-number--square--red {
  background-color: #E61E0A;
}

.c-number--square--disabled {
  background-color: #ffffff;
  color: #CECECE;
  border: solid 1px #CECECE;
}

/*===============================

tag

=================================*/
.c-table {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.c-table__tr {
  border-bottom: 1px solid #EBEBEB;
}

.c-table__tr:last-child {
  border-bottom: none;
}

.c-table__th {
  background: #F8F8F8;
  font-size: 12px;
  padding: 10px 0 10px 15px;
  min-width: 100px;
  max-width: 100px;
  font-weight: 700;
  line-height: 1.4em;
}

.c-table__td {
  font-size: 14px;
  padding: 20px;
  line-height: 1.4em;
  background-color: #fff;
}

/*===============================

tag

=================================*/
.c-tag {
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  color: #ffffff;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 7px;
  border-radius: 10px;
  min-width: 75px;
  text-align: center;
}

.c-tag--timeline {
  background: #2da2eb;
}

.c-tag--coupon {
  background: #ff7e2e;
}

.c-tag--pickup {
  background: #4cba59;
}

.c-tag--event-calendar {
  background: #9e6bc9;
}

.c-news-tag {
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  height: 18px;
  border: solid 1px;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px;
  border-radius: 10px;
  min-width: 60px;
  text-align: center;
}

.c-news-tag--correction {
  border-color: #E61E0A;
  color: #E61E0A;
}

.c-news-tag--approval {
  border-color: #767676;
  color: #767676;
}

/*===============================

text...............単純テキストとしての基本的なスタイル。line-heightを別で指定しているのであればutilityを利用でOK。

=================================*/
.c-text {
  line-height: 1.4em;
}

.c-text--large {
  font-size: 14px;
}

.c-text--medium {
  font-size: 12px;
}

.c-text--small {
  font-size: 10px;
}

.c-text--lh1 {
  line-height: 1em;
}

.c-text--lh15 {
  line-height: 1.5em;
}

.c-text--lh16 {
  line-height: 1.6em;
}

.c-text--lh18 {
  line-height: 1.8em;
}

.c-text--lh20 {
  line-height: 2em;
}

.c-required-text {
  text-align: center;
  font-size: 12px;
  position: absolute;
  width: 335px;
  margin-top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-required-text__required {
  color: #E61E0A;
  font-weight: 700;
}

/*===============================

thumbnail

=================================*/
.c-thumbnail {
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
}

.c-thumbnail__image {
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================

title

=================================*/
.c-title {
  line-height: 1.4em;
  font-weight: bold;
}

.c-title--max {
  font-size: 20px;
}

.c-title--max__icon {
  margin-left: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-title--large {
  font-size: 18px;
}

.c-title--medium {
  font-size: 16px;
}

.c-title--small {
  font-size: 14px;
}

.c-title--lh1 {
  line-height: 1em;
}

.c-title__bg-white-icon__bg {
  display: block;
  background: #ffffff;
  position: absolute;
  border-radius: 50%;
  width: 19px;
  height: 18px;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-title__bg-white-icon {
  position: relative;
}

/* === component ===  */
/*===============================

analysis-data...............主にカード内の解析データ部分のスタイル

=================================*/
.p-analysis-data {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.p-analysis-data--small {
  margin-top: 28px;
  position: relative;
  margin-bottom: 5px;
}

.p-analysis-data--small:before {
  content: '';
  display: block;
  width: 94%;
  height: 1px;
  background: #EBEBEB;
  position: absolute;
  left: 3%;
  top: -17px;
}

.p-analysis-data--no-link {
  margin-top: 10px;
  position: relative;
  margin-bottom: 10px;
}

.p-analysis-data__item {
  text-align: center;
  position: relative;
}

.p-analysis-data__item:first-child {
  padding-left: 0;
}

.p-analysis-data__item:last-child {
  padding-right: 0;
}

.p-analysis-data__item:last-child:after {
  display: none;
}

.p-analysis-data__item:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #EBEBEB;
}

.p-analysis-data__item--x3 {
  width: calc(100% / 3);
}

.p-analysis-data__item--x2 {
  width: calc(100% / 2);
}

.p-analysis-data__title {
  font-weight: 700;
}

.p-analysis-data__title--small {
  padding-top: 3px;
  font-size: 10px;
  line-height: 25px;
  margin-bottom: 5px;
}

.p-analysis-data__title--medium {
  padding-top: 0;
  font-size: 12px;
  line-height: 1px;
  margin-bottom: 15px;
}

.p-analysis-data__title--large {
  padding-top: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.p-analysis-data__title--green {
  color: #52CBA5;
}

.p-analysis-data__title--blue {
  color: #4FB3D1;
}

.p-analysis-data__title--yellow {
  color: #FFC607;
}

.p-analysis-data__title--pink {
  color: #FF9898;
}

.p-analysis-data__title--orange {
  color: #ff7e2e;
}

.p-analysis-data__icon {
  font-size: 25px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.p-analysis-data__icon.c-icon--user {
  margin-right: 0;
  margin-left: -5px;
}

.p-analysis-data__num {
  font-family: Roboto;
  font-weight: 500;
}

.p-analysis-data__num--big {
  font-size: 38px;
  margin-bottom: 7px;
}

.p-analysis-data__num--5digit {
  font-size: 24px;
  margin-bottom: 2px;
  line-height: 38px;
}

.p-analysis-data__num--medium {
  font-size: 24px;
  line-height: 10px;
  padding-top: 2px;
  margin-bottom: 0px;
}

.p-analysis-data__num-unit {
  font-size: 10px;
  padding-left: 3px;
}

.p-analysis-data__num-unit-plus {
  font-size: 30px;
}

.p-analysis-data__total-wrap {
  color: #767676;
  font-size: 12px;
  margin-bottom: 5px;
}

.p-analysis-data__total {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
}

/*===============================

article一覧

=================================*/
.p-article-card-wrap {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-article-card-wrap--margin-small .p-article-card {
  margin-bottom: 10px;
}

.p-article-card-wrap__ranking:last-of-type {
  margin-bottom: 30px;
}

.p-article-card-wrap__ranking-title {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  padding-left: 25px;
  position: relative;
}

.p-article-card-wrap__ranking-title .c-icon {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -4px;
}

.p-article-card-wrap__ranking-title--1 {
  color: #fead0a;
}

.p-article-card-wrap__ranking-title--2 {
  color: #a5a5a5;
}

.p-article-card-wrap__ranking-title--3 {
  color: #d8a339;
}

.p-article-card {
  position: relative;
  margin-bottom: 15px;
}

.p-article-card:last-of-type {
  margin-bottom: 20px;
}

.p-article-card__detail {
  padding-top: 10px;
}

.p-article-card__detail .c-tag {
  position: relative;
  top: -10px;
  margin-bottom: -2px;
}

.p-article-card__detail--type1 {
  min-height: 65px;
  padding-left: 75px;
}

.p-article-card__detail--type1 .c-thumbnail {
  top: 10px;
  left: 10px;
}

.p-article-card__detail--type1 .c-thumbnail__image {
  width: 65px;
  height: 65px;
}

.p-article-card__detail--type2 {
  min-height: 70px;
  padding-left: 85px;
}

.p-article-card__detail--type2 .c-thumbnail {
  top: 5px;
  left: 5px;
}

.p-article-card__detail--type2 .c-thumbnail__image {
  width: 80px;
  height: 80px;
}

.p-article-card__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-article-card__limit {
  color: #767676;
  line-height: 1em;
  margin-top: 8px;
  white-space: nowrap;
}

.p-article-card__link-detail-label {
  text-align: center;
  position: relative;
  padding: 10px;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}

.p-article-card__link-detail-label + .p-analysis-data--small {
  margin-top: 16px;
  margin-bottom: 10px;
}

.p-article-card__link-detail-label + .p-analysis-data--small::before {
  display: none;
}

.p-article-card__private {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.p-article-card__private-label {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  font-size: 10px;
  color: #E61E0A;
  border: solid 1px #E61E0A;
  width: 75px;
  border-radius: 2px;
  line-height: 16px;
  text-align: center;
}

.p-article-card__end-label {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  font-size: 10px;
  color: #ffffff;
  background: #767676;
  width: 75px;
  border-radius: 2px;
  line-height: 18px;
  text-align: center;
}

.p-article-card__shop-name-wrap {
  display: table;
  padding: 10px 0 0;
  border-top: 1px solid #EBEBEB;
  margin-top: 10px;
  width: 100%;
}

.p-article-card__shop-logo {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.p-article-card__shop-name {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 30px);
  font-size: 12px;
  padding-left: 5px;
  line-height: 1.2em;
}

/*===============================

イベントカレンダー

=================================*/
.p-calendar__header {
  text-align: center;
  padding: 12px;
  background: #EFE9E5;
}

.p-calendar__body {
  padding: 25px;
}

.p-calendar__date-wrap {
  text-align: center;
}

.p-calendar__month {
  font-size: 21px;
  font-weight: 700;
}

.p-calendar__month:after {
  content: '/';
  padding-left: 3px;
}

.p-calendar__day {
  font-size: 21px;
  font-weight: 700;
  margin-left: -1px;
}

.p-calendar__week-day {
  font-size: 13px;
}

.p-calendar__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-calendar__shop-name-wrap {
  margin-bottom: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.p-calendar__shop-logo {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: solid 0.5px #EBEBEB;
}

.p-calendar__shop-name {
  font-size: 12px;
  padding-left: 10px;
  color: #767676;
}

.p-calendar__image-wrap {
  border: solid 0.5px #EBEBEB;
}

.p-calendar__image {
  width: 100%;
  display: block;
}

.p-calendar__text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}

/*===============================



=================================*/
.p-coupon__header {
  text-align: center;
  border-radius: 6px 6px 0 0;
  padding: 12px;
  background: #fea30e;
  position: relative;
}

.p-coupon__body {
  padding: 10px 35px;
}

.p-coupon__date-wrap {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
}

.p-coupon__month {
  font-size: 18px;
}

.p-coupon__month:after {
  content: '/';
  margin-right: -5px;
}

.p-coupon__day {
  font-size: 18px;
}

.p-coupon__date-line {
  font-size: 18px;
}

.p-coupon__week-day {
  font-size: 13px;
}

.p-coupon__header-tag {
  font-size: 12px;
  color: #fea30e;
  border-radius: 2px;
  background: #ffffff;
  line-height: 2em;
  padding: 0 5px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-coupon__shop-name {
  font-size: 13px;
  margin-bottom: 7px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}

.p-coupon__image-wrap {
  width: 240px;
  margin: 0 auto 20px;
}

.p-coupon__image {
  width: 100%;
  display: block;
}

.p-coupon__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-coupon__notice {
  font-size: 12px;
  color: #E61E0A;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-coupon__text {
  font-size: 11px;
  line-height: 1.8em;
  margin-top: 15px;
  margin-bottom: 20px;
}

.p-coupon__staff__header-title {
  font-size: 20px;
  color: #ffffff;
  line-height: 0.7em;
  font-weight: 700;
}

.p-coupon__staff__shop-name {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-weight: bold;
}

.p-coupon__staff__title {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-weight: bold;
}

.p-coupon__staff__limit {
  font-size: 10px;
  margin-bottom: 15px;
  color: #767676;
}

.p-coupon__staff__thumbnail {
  width: 77px;
  margin: 0 auto 15px;
}

.p-coupon__staff__notice {
  font-size: 11px;
  color: #767676;
  text-align: center;
  margin-bottom: 15px;
}

/*===============================

投稿detail

=================================*/
.p-detail {
  padding: 20px;
}

.p-detail__inner {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.p-detail__button {
  color: #ffffff;
  text-align: center;
  display: table;
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: none;
  line-height: 1;
}

.p-detail__button--clip {
  background: #767676;
  font-size: 13px;
  padding: 12px;
}

.p-detail__button--red {
  background: #E61E0A;
  padding: 7px;
}

/*===============================

dialog

=================================*/
.p-dialog {
  width: 355px;
}

.p-dialog__inner {
  background: #ffffff;
  padding: 15px 30px;
}

.p-dialog__inner .u-fs12,
.p-dialog__inner .u-fs14,
.p-dialog__inner .u-fs16 {
  line-height: 1.8em;
}

.p-dialog__kero {
  width: 57px;
  display: block;
  margin: 0 auto 10px;
}

.p-dialog__text-only {
  padding: 25px 20px;
}

.p-dialog__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-top: solid 1px #CECECE;
}

.p-dialog__button {
  width: 50%;
  flex-basis: 50%;
  border: none;
  -webkit-appearance: none;
  height: 60px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  outline: none;
}

.p-dialog__button:first-child {
  border-right: solid 1px #CECECE;
}

/*===============================

footerの中身に関してのスタイル

=================================*/
/*===============================

form周辺のスタイル

=================================*/
.p-form-item {
  position: relative;
}

.p-form-item:after {
  content: '.';
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  height: 0;
}

.p-form-item__required {
  font-size: 14px;
  color: #E61E0A;
  margin-left: 0.3em;
}

.p-form-item__title {
  line-height: 1em;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.p-form-item__ex-text {
  font-size: 12px;
  margin-top: -3px;
  margin-bottom: 10px;
  color: #767676;
  line-height: 1.5em;
}

.p-form-item .c-arrow-link {
  position: absolute;
  right: 0;
  top: 2px;
}

.p-form-item__remarks {
  color: #767676;
  margin-top: 3px;
  float: right;
}

.p-form-item__error {
  color: #767676;
  color: #E61E0A;
}

.p-form-item__error.is-error {
  display: block;
}

.p-form-item__error.is-error + .p-form-item__remarks {
  position: absolute;
  right: 0;
}

.p-form-item__error p:first-child {
  margin-top: 3px;
}

/*===============================

ケロナビのスタイル

=================================*/
.p-keronavi {
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  width: calc(100vw - 40px);
  z-index: 1;
  margin: auto;
  text-align: center;
}

.p-keronavi__inner {
  border-radius: 15px;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.3);
  position: relative;
  display: inline-block;
  min-width: 275px;
}

.p-keronavi__inner-shadow {
  padding: 20px;
  background: #264c99;
  border-radius: 15px;
  z-index: 1;
  position: relative;
}

.p-keronavi__inner::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #264c99;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -10px;
  left: 50%;
  margin-left: -15px;
  z-index: 0;
}

.p-keronavi__inner::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/kero@2x.png) 0 0/100%;
  top: -33px;
  left: 50%;
  z-index: 0;
  margin-left: -106px;
}

.p-keronavi__p {
  margin-bottom: 15px;
  font-size: 14px;
}

.p-keronavi__p .strong {
  font-weight: bold;
}

.p-keronavi__close-a {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  font-size: 10px;
  padding: 5px 10px 5px 30px;
}

.p-keronavi__close-a::before, .p-keronavi__close-a::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-keronavi__close-a::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/*===============================

.l-wrapに.has-page-headerがある場合の例外的なパターン

=================================*/
.is-header-fixed-always .l-header {
  position: fixed;
  top: 0;
}

.is-header-fixed-always .p-header {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.is-header-fixed .l-header {
  position: fixed;
  top: -51px;
}

.is-header-fixed--view .l-header {
  -webkit-animation: headerView 0.3s forwards;
          animation: headerView 0.3s forwards;
}

.is-header-fixed--view .p-header {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.is-header-fixed--hidden .l-header {
  -webkit-animation: headerHidden 0.5s forwards;
          animation: headerHidden 0.5s forwards;
}

.is-header-fixed--hidden .p-header {
  box-shadow: unset;
}

@-webkit-keyframes headerHidden {
  0% {
    top: 0;
  }
  100% {
    top: -51px;
  }
}

@keyframes headerHidden {
  0% {
    top: 0;
  }
  100% {
    top: -51px;
  }
}

@-webkit-keyframes headerView {
  0% {
    top: -51px;
  }
  100% {
    top: 0;
  }
}

@keyframes headerView {
  0% {
    top: -51px;
  }
  100% {
    top: 0;
  }
}

/*===============================

headerの中身に関してのスタイル

=================================*/
.p-header {
  height: 50px;
  background: #ffffff;
  border-bottom: #EBEBEB solid 1px;
  padding: 10px 15px 0 20px;
}

.p-header__logo-link {
  display: inline-block;
}

.p-header__logo-image {
  display: block;
  width: 141.2px;
  margin-bottom: 5px;
}

.p-header__logo-text {
  font-size: 10px;
  display: block;
  font-weight: 400;
}

.p-header__buttons {
  display: -webkit-box;
  display: flex;
  position: absolute;
  right: 15px;
  top: 10px;
}

.p-header__buttons-link {
  font-size: 19px;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  margin-left: 10px;
  position: relative;
}

.p-header__buttons-link--notice:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #E61E0A;
  border-radius: 50%;
  top: 2px;
  right: 1px;
}

.p-header__buttons-link:first-child {
  margin-left: 0;
}

.p-header__buttons-link:before {
  font-size: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header__menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  margin: -5px 0px 0 15px;
  position: relative;
}

.p-header__menu-button:before {
  content: '';
  display: block;
  background: #EBEBEB;
  width: 1px;
  height: 30px;
  position: absolute;
  left: -5px;
  top: 5px;
}

.p-header__menu-button__line {
  width: 17px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: dot2 0.3s forwards;
          animation: dot2 0.3s forwards;
}

.p-header__menu-button__line:before, .p-header__menu-button__line:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  width: 17px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-header__menu-button__line:before {
  -webkit-animation: line3 0.3s forwards;
          animation: line3 0.3s forwards;
}

.p-header__menu-button__line:after {
  -webkit-animation: line4 0.3s forwards;
          animation: line4 0.3s forwards;
}

@-webkit-keyframes dot2 {
  0% {
    width: 1px;
  }
  50% {
    width: 1px;
  }
  100% {
    width: 17px;
  }
}

@keyframes dot2 {
  0% {
    width: 1px;
  }
  50% {
    width: 1px;
  }
  100% {
    width: 17px;
  }
}

@-webkit-keyframes line3 {
  0% {
    width: 17px;
    -webkit-transform: translate(-8px, 0) rotate(45deg);
            transform: translate(-8px, 0) rotate(45deg);
  }
  50% {
    width: 1px;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    width: 17px;
    -webkit-transform: translate(0, 8px) rotate(0deg);
            transform: translate(0, 8px) rotate(0deg);
  }
}

@keyframes line3 {
  0% {
    width: 17px;
    -webkit-transform: translate(-8px, 0) rotate(45deg);
            transform: translate(-8px, 0) rotate(45deg);
  }
  50% {
    width: 1px;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    width: 17px;
    -webkit-transform: translate(0, 8px) rotate(0deg);
            transform: translate(0, 8px) rotate(0deg);
  }
}

@-webkit-keyframes line4 {
  0% {
    width: 17px;
    -webkit-transform: translate(-8px, 0) rotate(-45deg);
            transform: translate(-8px, 0) rotate(-45deg);
  }
  50% {
    width: 1px;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    width: 17px;
    -webkit-transform: translate(0, -8px) rotate(0deg);
            transform: translate(0, -8px) rotate(0deg);
  }
}

@keyframes line4 {
  0% {
    width: 17px;
    -webkit-transform: translate(-8px, 0) rotate(-45deg);
            transform: translate(-8px, 0) rotate(-45deg);
  }
  50% {
    width: 1px;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    width: 17px;
    -webkit-transform: translate(0, -8px) rotate(0deg);
            transform: translate(0, -8px) rotate(0deg);
  }
}

.p-keronotification {
  background: #d9cfc3;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

.p-keronotification__kero {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  background: #fff1a5;
}

.p-keronotification__kero-image {
  position: relative;
  top: 11px;
  left: -2px;
}

.p-keronotification__comment {
  background: #fff;
  border-radius: 10px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  position: relative;
}

.p-keronotification__comment-inner {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.p-keronotification__comment-inner::before {
  content: "";
  display: block;
  width: 100px;
  height: 30px;
  background: #d9cfc3;
  position: absolute;
  top: -30px;
  left: 0;
}

.p-keronotification__comment::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -18px;
  left: -11px;
  z-index: 0;
}

.p-keronotification__comment::after {
  content: "";
  display: block;
  width: 39px;
  height: 50px;
  background: #d9cfc3;
  border-radius: 100%;
  position: absolute;
  top: -32px;
  left: -18px;
  z-index: 0;
}

.p-keronotification + .pg-status-page-list {
  top: 0;
  padding: 12px 0 12px;
}

.p-keronotification + .pg-status-page-list .pg-status-page-list__status:first-child:before {
  display: none;
}

/*===============================

ハンバーガーメニュー

=================================*/
.p-menu {
  opacity: 0;
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  max-width: 640px;
  height: 100vh;
  z-index: -10;
}

.p-menu__list-wrap {
  padding-top: 50px;
  background: #ffffff;
  min-height: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.p-menu__list {
  font-weight: 700;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}

.p-menu__button {
  display: block;
  line-height: 55px;
  padding: 0 20px;
  border-bottom: solid 1px #EBEBEB;
  position: relative;
}

.p-menu__button .c-icon {
  line-height: 18px;
  height: 18px;
  padding-left: 10px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 14px;
}

.p-menu__button.is-ac-open .c-icon {
  -webkit-transform: translateY(-50%) rotate(90deg) scale(-1, 1);
          transform: translateY(-50%) rotate(90deg) scale(-1, 1);
}

.p-menu__child {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  position: relative;
  will-change: height;
}

.p-menu__child__title {
  font-size: 12px;
  background: #F8F8F8;
  border-bottom: solid 1px #EBEBEB;
  line-height: 35px;
  padding: 0 20px;
  font-weight: 400;
}

.p-menu__child__button {
  display: block;
  line-height: 50px;
  padding: 0 20px 0 55px;
  border-bottom: solid 1px #EBEBEB;
  color: #767676;
  font-size: 14px;
}

.js-menu-open .p-header__menu-button__line {
  -webkit-animation: dot1 0.3s forwards;
          animation: dot1 0.3s forwards;
}

.js-menu-open .p-header__menu-button__line:before {
  -webkit-animation: line1 0.3s forwards;
          animation: line1 0.3s forwards;
}

.js-menu-open .p-header__menu-button__line:after {
  -webkit-animation: line2 0.3s forwards;
          animation: line2 0.3s forwards;
}

.l-header.js-header-clone {
  -webkit-animation: unset;
          animation: unset;
  position: fixed;
  top: 0;
}

.l-header.js-header-clone .p-header {
  box-shadow: unset;
}

@-webkit-keyframes dot1 {
  0% {
    width: 17px;
  }
  50% {
    width: 1px;
  }
  100% {
    width: 1px;
  }
}

@keyframes dot1 {
  0% {
    width: 17px;
  }
  50% {
    width: 1px;
  }
  100% {
    width: 1px;
  }
}

@-webkit-keyframes line1 {
  0% {
    width: 17px;
    -webkit-transform: translate(0, 8px) rotate(0deg);
            transform: translate(0, 8px) rotate(0deg);
  }
  50% {
    width: 1px;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    width: 17px;
    -webkit-transform: translate(-8px, 0) rotate(45deg);
            transform: translate(-8px, 0) rotate(45deg);
  }
}

@keyframes line1 {
  0% {
    width: 17px;
    -webkit-transform: translate(0, 8px) rotate(0deg);
            transform: translate(0, 8px) rotate(0deg);
  }
  50% {
    width: 1px;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    width: 17px;
    -webkit-transform: translate(-8px, 0) rotate(45deg);
            transform: translate(-8px, 0) rotate(45deg);
  }
}

@-webkit-keyframes line2 {
  0% {
    width: 17px;
    -webkit-transform: translate(0, -8px) rotate(0deg);
            transform: translate(0, -8px) rotate(0deg);
  }
  50% {
    width: 1px;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    width: 17px;
    -webkit-transform: translate(-8px, 0) rotate(-45deg);
            transform: translate(-8px, 0) rotate(-45deg);
  }
}

@keyframes line2 {
  0% {
    width: 17px;
    -webkit-transform: translate(0, -8px) rotate(0deg);
            transform: translate(0, -8px) rotate(0deg);
  }
  50% {
    width: 1px;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    width: 17px;
    -webkit-transform: translate(-8px, 0) rotate(-45deg);
            transform: translate(-8px, 0) rotate(-45deg);
  }
}

/*===============================

soat-modal

=================================*/
.p-modal {
  background: #EFE9E5;
}

.p-modal__head {
  height: 50px;
  padding: 0.7em;
  background: #ffffff;
  border-bottom: solid 1px #EBEBEB;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.p-modal__body {
  background: #ffffff;
}

.p-modal__body--bg-second {
  background: #EFE9E5;
}

.p-modal__body-inner {
  margin-top: 70px;
  padding: 20px 20px 20px;
  height: auto;
  overflow: auto;
  position: relative;
}

.p-modal__body-inner--no-padding {
  padding: 0;
}

.p-modal__comment-box {
  background: #EFE9E5;
  padding: 0 10px 20px;
  position: relative;
}

.p-modal__comment-box-inner {
  border-radius: 8px;
  background: #ffffff;
  padding: 15px;
}

.p-modal__comment-title {
  font-size: 14px;
  color: #E61E0A;
  line-height: 1.75em;
  margin-bottom: 5px;
  font-weight: bold;
}

.p-modal__comment-text {
  font-size: 14px;
  line-height: 1.75em;
}

/*===============================

認証待ち複数選択

=================================*/
.js-multi-checkbox-count-wrap {
  display: none;
}

.p-multi-checkbox-wrap {
  position: relative;
}

.p-multi-checkbox {
  position: absolute;
  left: 0;
}

.p-multi-checkbox__list {
  height: 90px;
  margin-bottom: 10px;
  padding: 30px 0;
}

.p-multi-checkbox__button {
  padding: 0;
  width: 30px;
  overflow: hidden;
}

.p-multi-checkbox__submit-wrap {
  width: 100%;
  max-width: 640px;
  z-index: 1;
  padding: 20px;
  margin-left: -10px;
  background: #ffffff;
  position: fixed;
  bottom: -100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-multi-checkbox__submit-wrap.is-active {
  bottom: 0;
}

.p-article-card-wrap.is-slide {
  left: 40px;
}

.p-article-card-wrap.is-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*===============================

news-list

=================================*/
.p-news-list-wrap {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 0 10px;
}

.p-news-list__list {
  position: relative;
  border-bottom: 1px solid #EFE9E5;
}

.p-news-list__list:last-child {
  border: none;
}

.p-news-list__link {
  display: block;
}

.p-news-list__link.c-icon:before {
  position: absolute;
  right: 15px;
  font-size: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-news-list__text {
  padding: 13px 30px 10px 80px;
  font-size: 14px;
  line-height: 20px;
}

.p-news-list__time {
  display: block;
  padding-left: 80px;
  line-height: 1em;
  font-size: 10px;
  color: #767676;
  padding-bottom: 14px;
}

.p-news-list .c-news-tag {
  position: absolute;
  left: 10px;
  top: 14px;
}

/*===============================

page header

=================================*/
.p-page-header {
  padding: 17px 15px;
  background: #ffffff;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.p-page-header .c-title {
  display: inline-block;
}

.p-page-header .c-tag {
  position: relative;
  top: -4px;
  margin-left: 10px;
  margin-bottom: 0;
}

.p-page-header__accordion-button {
  cursor: pointer;
}

.p-page-header__accordion-button .c-icon {
  color: #333333;
  line-height: 18px;
  height: 18px;
  padding-left: 10px;
  width: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: -30px;
}

.p-page-header__accordion-button .c-icon:before {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 14px;
}

.p-page-header__accordion-button.is-open .c-icon {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.p-page-header__fukidashi-button {
  width: 110px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgba(51, 51, 51, 0.3) !important;
}

.p-page-header__fukidashi-button:before {
  height: 40px;
}

.p-page-header__accordion {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 2;
  background: #ffffff;
  -webkit-animation-name: accordionClose;
          animation-name: accordionClose;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  overflow: hidden;
  height: 0;
}

.p-page-header__accordion.is-open {
  -webkit-animation-name: accordionOpen;
          animation-name: accordionOpen;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  overflow: auto;
}

.p-page-header__accordion-ul {
  padding-left: 10px;
  border-top: 1px solid #EBEBEB;
}

.p-page-header__accordion-item {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}

.p-page-header__accordion-item .c-icon--arrow {
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-page-header__accordion-item:last-child {
  border-bottom: none;
}

.p-page-header__accordion-link {
  display: block;
  padding-left: 10px;
}

.p-page-header__fukidashi {
  width: 255px;
  position: absolute;
  right: 10px;
  -webkit-animation-name: fukidashiClose;
          animation-name: fukidashiClose;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  overflow: hidden;
  height: 0;
  will-change: opacity;
}

.p-page-header__fukidashi:before {
  content: '';
  width: 20px;
  height: 20px;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  position: absolute;
  right: 45px;
  top: -0px;
  -webkit-transform: scale(-0.7, 1) rotate(-45deg);
          transform: scale(-0.7, 1) rotate(-45deg);
}

.p-page-header__fukidashi.is-open {
  display: block;
  -webkit-animation-name: fukidashiOpen;
          animation-name: fukidashiOpen;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  overflow: visible;
}

.p-page-header__fukidashi.is-open .p-page-header__fukidashi-ul {
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
}

.p-page-header__fukidashi-ul {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 0 5px;
  box-shadow: none;
}

.p-page-header__fukidashi-ul:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  right: 45px;
  top: -10px;
  -webkit-transform: scale(-0.7, 1) rotate(-45deg);
          transform: scale(-0.7, 1) rotate(-45deg);
}

.p-page-header__fukidashi-item {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  text-align: center;
}

.p-page-header__fukidashi-item .c-icon--arrow {
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-page-header__fukidashi-item:last-child {
  border-bottom: none;
}

.p-page-header__fukidashi-link {
  display: block;
}

@-webkit-keyframes accordionOpen {
  0% {
    height: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  99% {
    height: 154px;
  }
  100% {
    height: 154px;
    box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  }
}

@keyframes accordionOpen {
  0% {
    height: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  99% {
    height: 154px;
  }
  100% {
    height: 154px;
    box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  }
}

@-webkit-keyframes accordionClose {
  0% {
    height: 154px;
    box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  }
  1% {
    height: 154px;
  }
  100% {
    height: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes accordionClose {
  0% {
    height: 154px;
    box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  }
  1% {
    height: 154px;
  }
  100% {
    height: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes fukidashiOpen {
  0% {
    display: block;
    top: 90%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}

@keyframes fukidashiOpen {
  0% {
    display: block;
    top: 90%;
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes fukidashiClose {
  0% {
    opacity: 1;
    top: 100%;
    height: 164px;
  }
  100% {
    opacity: 0;
    top: 90%;
    height: 164px;
  }
}

@keyframes fukidashiClose {
  0% {
    opacity: 1;
    top: 100%;
    height: 164px;
  }
  100% {
    opacity: 0;
    top: 90%;
    height: 164px;
  }
}

/*===============================

pager

=================================*/
.p-pager {
  padding: 10px 0px 40px;
}

.p-pager__pagenum-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.p-pager__pagenum {
  font-size: 14px;
  margin: 0 10px;
  text-decoration: underline;
}

.p-pager__current {
  font-weight: 700;
  text-decoration: none;
}

.p-pager__hellip {
  text-decoration: none;
}

.p-pager__button {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-pager__button .c-icon {
  position: absolute;
  top: 50%;
}

.p-pager__prev-button .c-icon {
  left: 15px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.p-pager__next-button .c-icon {
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*===============================

ピックアップ

=================================*/
.p-pickup__header {
  text-align: center;
  padding: 12px;
  background: #FF9898;
  position: relative;
}

.p-pickup__body {
  padding: 10px 15px;
}

.p-pickup__date-wrap {
  text-align: center;
  color: #ffffff;
}

.p-pickup__month {
  vertical-align: top;
  font-size: 10px;
  padding-right: 4px;
}

.p-pickup__month:after {
  content: '/';
  padding-left: 0px;
  vertical-align: top;
  position: absolute;
}

.p-pickup__day {
  font-size: 21px;
  margin-left: -5px;
}

.p-pickup__date-line {
  position: relative;
  top: -5px;
  font-size: 10px;
}

.p-pickup__week-day {
  font-size: 13px;
}

.p-pickup__header-tag {
  font-size: 8px;
  color: #ffffff;
  border-radius: 2px;
  border: 0.5px solid #ffffff;
  line-height: 2em;
  padding: 0 3px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-pickup__body-tag {
  font-size: 9px;
  color: #767676;
  border-radius: 2px;
  border: 0.5px solid #767676;
  line-height: 2em;
  padding: 0 8px;
  margin-bottom: 5px;
  display: table;
}

.p-pickup__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.p-pickup__pieces {
  display: block;
  font-size: 9px;
  color: #767676;
}

.p-pickup__notice {
  font-size: 9px;
  color: #E61E0A;
}

.p-pickup__price-wrap {
  text-align: right;
  position: relative;
  padding-right: 20px;
  color: #E61E0A;
}

.p-pickup__price {
  font-size: 28px;
  font-weight: 700;
  font-family: Ultra;
}

.p-pickup__yen-wrap {
  position: absolute;
  right: 0;
  top: 3.5px;
  width: 20px;
  text-align: center;
}

.p-pickup__tax {
  font-size: 8px;
}

.p-pickup__yen {
  font-size: 14px;
  font-weight: 700;
}

.p-pickup__image-wrap {
  border: solid 0.5px #EBEBEB;
  margin-bottom: 10px;
}

.p-pickup__image {
  width: 100%;
  display: block;
}

.p-pickup__text {
  font-size: 11px;
  line-height: 1.8em;
  margin-top: 15px;
  margin-bottom: 20px;
}

/*===============================

article(カード)

=================================*/
.p-post-form {
  padding: 0 10px;
}

.p-post-form__button-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}

.p-post-form--more-option {
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  overflow-y: hidden;
}

.p-post-form--more-option.is-ac-open {
  margin-bottom: 25px;
}

.p-post-form-error {
  margin: 30px 20px 5px;
  border: solid 1px #E61E0A;
  padding: 15px 20px;
  color: #E61E0A;
  font-size: 14px;
  background: #ffffff;
  border-radius: 8px;
  line-height: 1.5em;
}

.p-post-form-error__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-post-form-error p {
  margin-bottom: 0.5em;
}

.p-post-form-error p:last-child {
  margin-bottom: 0;
}

/*===============================

post(カード)

=================================*/
.p-post {
  padding: 0;
  background: #CECECE;
}

.p-post .item {
  margin: 0 auto 20px;
  width: 100%;
  border: none;
  border-radius: 0px;
  background: #fff;
  line-height: 1.5;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.p-post .item.notice {
  border-top: 2px solid #4f82bb;
}

.p-post .item.sale {
  border-top: 2px solid #dd6458;
}

.p-post .item.notice {
  border-top: 2px solid #4f82bb;
}

.p-post .item.coupon {
  border-top: 2px solid #d3bf0f;
}

.p-post .itemHeader {
  display: table;
  width: 100%;
  padding: 3.3333%;
  background: #fff;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.p-post #minichiraShop .item .itemHeader {
  padding: 3.3333% 3.3333% 0;
  border-bottom: none;
}

.p-post .headerInner {
  display: table;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.p-post .logo {
  display: table-cell;
  float: inherit;
  padding: 0 2% 0 0;
  width: 20%;
  height: auto;
  border: none;
  background: none;
  text-align: center;
  vertical-align: top;
}

.p-post .logo img {
  width: 100%;
  border: 1px solid #dedede;
}

.p-post .ihMain {
  display: table-cell;
  width: 56%;
  float: inherit;
  margin: 0px;
  padding: 0 2% 0 0;
  vertical-align: top;
}

.p-post #minichiraShop .item .ihMain {
  width: 76%;
}

.p-post .ihMain h2 {
  width: 100%;
  padding: 1% 0 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: underline;
}

.p-post .date {
  float: inherit;
  padding: 2% 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #707070;
}

.p-post #minichiraShop .date {
  padding: 0;
}

.p-post .date .new {
  color: #e61e0a;
  margin-left: 10px;
}

.p-post .infoBox {
  display: table-cell;
  width: 24%;
  font-size: 0;
}

.p-post .infoBox li {
  display: inline-block;
}

.p-post .infoBox .category {
  margin: 3% 0 5%;
  vertical-align: top;
}

.p-post #minichiraShop .infoBox .category {
  margin: 0;
}

.p-post .infoBox .shop {
  width: 50%;
  margin-top: 5%;
  padding-right: 8%;
  text-align: left;
  vertical-align: bottom;
  box-sizing: border-box;
}

.p-post .infoBox .favorite {
  width: 50%;
  margin-top: 5%;
  text-align: right;
  vertical-align: bottom;
  padding-left: 8%;
  box-sizing: border-box;
  cursor: pointer;
}

.p-post .infoBox .favorite img {
  background: url(../img/favoriteBtn_n.png) no-repeat;
  background-size: contain;
}

.p-post .infoBox .favorite.on img {
  background: url(../img/favoriteBtn_f.png) no-repeat;
  background-size: contain;
}

.p-post .infoBox img {
  width: 100%;
}

.p-post .itemMain {
  padding: 3.3333%;
  word-break: break-all;
  border-bottom: 1px solid #d3d3d3;
}

.p-post .itemMain img {
  width: 100%;
}

.p-post #minichiraShop .item .itemMain {
  padding: 2% 3.3333% 3.3333%;
}

.p-post .itemMain h3 {
  padding-bottom: 0px;
  color: #3c3c3c;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
}

.p-post .photo {
  padding: 3.3333% 0 0;
  position: relative;
}

.p-post .itemText1 {
  color: #3c3c3c;
  font-size: 14px;
  padding: 3.3333% 0 0;
}

.p-post .itemText1 a {
  color: #aaaaaa;
  text-decoration: underline;
}

.p-post .social {
  position: relative;
  z-index: 0;
}

.p-post .social .socialbtn {
  display: table;
  width: 100%;
  padding: 0px;
  background: none;
  border-bottom: 1px solid #d3d3d3;
}

.p-post .socialbtn li {
  display: table-cell;
  float: inherit;
  margin: 0px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #d3d3d3;
  cursor: pointer;
}

.p-post .socialbtn li:first-child {
  border-left: none;
}

.p-post .socialbtn li p {
  display: block;
  padding: 5% 3.3333%;
  font-size: 12px;
  font-weight: bold;
}

.p-post .socialbtn li.nice p a {
  color: #d72617;
}

.p-post .socialbtn li.nice p span a {
  font-size: 15px;
  margin: 0 2px;
}

.p-post .socialbtn li.share p {
  color: #35a088;
}

.p-post .socialbtn li p img {
  width: 12%;
  margin: -1% 4% 0 0;
  vertical-align: middle;
}

.p-post .sharebtn {
  background: #fff;
  display: block;
  width: 40%;
  margin-bottom: 13px;
  border: 1px solid #aca69f;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: absolute;
  right: 4.5%;
  bottom: 110%;
  z-index: 1;
}

.p-post .sharebtn:after {
  content: url(../img/fukidashi_bottom.png);
  width: 19px;
  height: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  text-align: center;
}

.p-post .sharebtn li {
  display: block;
  width: 100%;
  border-top: 1px dotted #aca69f;
}

.p-post .sharebtn li:first-child {
  border-top: none;
}

.p-post .sharebtn li a {
  background: url(../img/cursol.png) no-repeat 94% 50%;
  background-size: 5%;
  display: block;
  padding: 8% 6% 7%;
  color: #3c3c3c;
  font-size: 13px;
  font-weight: bold;
}

.p-post .sharebtn li img {
  width: 16%;
  margin: -1% 5% 0 0;
  vertical-align: middle;
}

.p-post__preview-modal {
  background-color: #EFE9E5;
}

.p-post__preview-modal-bottom-btns {
  margin: 0 5px 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-post__preview-modal-bottom-btns .c-button {
  width: 46%;
}

/*===============================

search-form

=================================*/
.p-search-form-wrap {
  position: relative;
}

.p-search-form-wrap .c-link-group {
  text-align: right;
  padding-top: 20px;
}

.p-search-form-wrap__total {
  float: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4em;
}

.p-search-form-wrap .c-item-count {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.4rem;
}

.p-search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/*===============================

tab

=================================*/
.p-tab-group {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  display: -webkit-box;
  display: flex;
  height: 44px;
  background: #ffffff;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  z-index: 5;
}

.p-tab-group:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: -3px;
}

.p-tab-group__tab {
  width: calc(100% / 3);
  text-align: center;
  line-height: 44px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}

.p-tab-group__tab .c-number--square {
  background-color: #767676;
}

.p-tab-group__tab.is-active {
  color: #E61E0A;
}

.p-tab-group__tab.is-active .c-number--square {
  background-color: #E61E0A;
}

.p-tab-group__tab.is-active:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #E61E0A;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*===============================

tab round

=================================*/
.p-tab-round-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}

.p-tab-round-group__tab {
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
  line-height: 44px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  padding: 15px 0 12px;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 2px;
  width: 100%;
}

.p-tab-round-group__tab:last-child {
  margin-right: 0;
}

.p-tab-round-group__tab--color-green {
  color: #52CBA5;
}

.p-tab-round-group__tab--color-pink {
  color: #FF9898;
}

.p-tab-round-group__tab--color-yellow {
  color: #FFC607;
}

.p-tab-round-group__tab .c-text {
  line-height: 1;
  margin-bottom: 5px;
  width: 100%;
}

.p-tab-round-group__tab .c-number {
  line-height: 1;
  width: 100%;
}

.p-tab-round-group__tab-text {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: -3px;
}

.p-tab-round-group__tab.is-active {
  background: #ffffff;
  position: relative;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.p-tab-round-group__tab.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #ffffff;
  position: absolute;
  bottom: -9px;
}

.p-tab-round-contents {
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  min-height: 100px;
}

.p-tab-round-contents .p-analysis-data--small:before {
  display: none;
}

/*===============================

投稿テンプレート

=================================*/
.p-template__ul {
  margin-bottom: 109px;
}

.p-template__list {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.p-template__list .c-form-parts--textarea {
  color: #FFF;
  pointer-events: none;
}

.p-template__list__clone {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 12px 15px;
  border: solid 1px transparent;
  line-height: 24px;
}

.p-template__list__ac-button {
  display: none;
}

.p-template__list__ac-button .c-icon--arrow {
  pointer-events: none;
}

.p-template__list__edit-button-wrap {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-template__list__edit-button {
  width: 225px;
  clear: both;
}

.p-template__list .p-template__list__ac-button {
  opacity: 0;
}

.p-template__list.is-collapsing .p-template__list__ac-button {
  display: block;
  -webkit-animation-name: arrowFadeIn;
          animation-name: arrowFadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
  top: calc(100% - 40px);
  width: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
}

.p-template__list.is-collapsing .p-template__list__ac-button .c-icon--arrow {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  font-size: 14px;
}

.p-template__list.is-collapsing .c-form-parts--textarea {
  height: 97px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.p-template__list.is-collapsing .p-template__list__clone {
  height: 97px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-template__list.is-collapsing .p-template__list__clone:after {
  content: '';
  display: block;
  width: 96%;
  margin: 0 2% 0%;
  height: 37px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.p-template__list.is-collapsing.is-collapsing--open:after {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.p-template__list.is-collapsing.is-collapsing--open .c-form-parts--textarea {
  pointer-events: none;
}

.p-template__list.is-collapsing.is-collapsing--open.is-textarea-editing .c-form-parts--textarea {
  pointer-events: auto;
}

.p-template__list.is-collapsing.is-collapsing--open .p-template__list__clone {
  display: block;
}

.p-template__list.is-collapsing.is-collapsing--open .p-template__list__clone:after {
  display: none;
}

.p-template__list.is-collapsing.is-collapsing--open .p-template__list__ac-button .c-icon--arrow {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.p-template__list.is-selecting .c-form-parts--textarea {
  border-color: #E61E0A;
  color: #FFEDED;
  background: #FFEDED;
  pointer-events: auto;
}

.p-template__list.is-selecting .p-template__list__clone {
  color: #E61E0A;
  font-weight: 700;
}

.p-template__list.is-collapsing.is-selecting .p-template__list__clone:after {
  background: #FFEDED;
}

.p-template__button-wrap {
  position: fixed;
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  border-top: solid 1px #EBEBEB;
  left: 0;
  padding: 15px 20px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: -181px;
}

.p-template__button-wrap.is-show {
  bottom: 0;
}

.p-template__button-x2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-template__button-x2 .c-button {
  font-size: 16px;
  display: block;
  line-height: 42px;
  box-shadow: 0 0 4px rgba(51, 51, 51, 0.3);
  width: 160px;
  flex-basis: 160px;
  margin: 0 auto 20px;
}

.p-template__delete {
  margin: 0 auto;
  display: table;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.is-textarea-editing.is-selecting .c-form-parts--textarea {
  border-color: #333333;
  background: #ffffff;
  color: #333333;
}

.is-textarea-editing.is-selecting .c-form-parts--textarea.is-error {
  border-color: #E61E0A;
}

.is-textarea-editing .p-template__list__clone {
  left: -100vw;
  overflow: hidden;
}

.is-textarea-editing .p-template__list__edit-button-wrap {
  padding: 25px 0 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100px;
  width: 100%;
}

.p-template__list__edit-button-wrap .c-button {
  font-size: 14px;
}

.is-textarea-editing-wrap .c-rectangle-button--add-template-button {
  pointer-events: none;
  border-color: #EBEBEB;
  color: #ffffff;
}

.is-textarea-editing-wrap .c-rectangle-button--add-template-button .c-icon {
  border-color: #ffffff;
}

.is-textarea-editing-wrap .c-rectangle-button--add-template-button .c-icon:before,
.is-textarea-editing-wrap .c-rectangle-button--add-template-button .c-icon:after {
  background: #ffffff;
}

.is-textarea-editing-wrap .p-template__list {
  pointer-events: none;
}

.is-textarea-editing-wrap .p-template__list.is-selecting {
  pointer-events: auto;
}

.js-add-limit-text {
  position: absolute;
  right: 0;
}

@-webkit-keyframes arrowFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes arrowFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* === component ===  */
/*===============================

アナリティクス（D-1）

=================================*/
.pg-analysis__legend {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  border: solid 1px #EBEBEB;
}

.pg-analysis__legend--bottom {
  padding-bottom: 10px;
}

.pg-analysis__legend-arrow-wrap {
  position: absolute;
  top: -19px;
  margin: 0 auto;
  height: 20px;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pg-analysis__legend-arrow {
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  position: absolute;
  width: 24px;
  height: 20px;
  top: 0;
  left: 20px;
}

.pg-analysis__legend-arrow:before {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 20px solid #EBEBEB;
  border-right: 12px solid transparent;
  border-top: 0 solid transparent;
  border-left: 12px solid transparent;
}

.pg-analysis__legend-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  border-bottom: 20px solid #f8f8f8;
  border-right: 12px solid transparent;
  border-top: 0 solid transparent;
  border-left: 12px solid transparent;
}

.pg-analysis__legend-text .c-number {
  font-weight: 500;
}

.pg-analysis__legend-tip {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: #000;
  position: relative;
  top: 2px;
}

.pg-analysis__legend-tip--small {
  width: 10px;
  height: 10px;
  top: 1px;
  margin-right: 5px;
}

.pg-analysis__legend-tip--medium {
  width: 12px;
  height: 12px;
  top: 1px;
  margin-right: 5px;
}

.pg-analysis__legend-tip--blue {
  background: #2a4799;
}

.pg-analysis__legend-tip--green {
  background: #54cda5;
}

.pg-analysis__legend-tip--pink {
  background: #ff9898;
}

.pg-analysis__legend-tip--yellow {
  background: #ffc607;
}

.pg-analysis__legend-tip--gray {
  background: #ebebeb;
}

.pg-analysis__legend-tip--red {
  background: #ce1c1c;
}

.pg-analysis__legend--padding-small {
  padding-top: 10px;
  padding-bottom: 5px;
}

.pg-analysis__legend-dt {
  font-size: 12px;
  line-height: 32px;
  float: left;
}

.pg-analysis__legend-dd {
  font-size: 10px;
  line-height: 32px;
  text-align: right;
}

.pg-analysis__chart--bar .domain {
  display: none;
}

.pg-analysis__chart--bar .tick text {
  fill: #333;
  font-size: 10px;
}

.pg-analysis__chart--bar .tick line {
  stroke: #ebebeb;
}

.pg-analysis__chart--bar .tick-x .tick line {
  stroke: none;
}

.pg-analysis__chart--time {
  margin-right: 10px;
}

.pg-analysis__chart--time-blank {
  width: calc(100% / 7);
}

.pg-analysis__chart--time-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1px;
}

.pg-analysis__chart--time-row-today .pg-analysis__chart--time-col-date-title {
  font-weight: bold;
}

.pg-analysis__chart--time-col-time-title {
  width: calc(100% / 7);
  font-size: 10px;
  margin-bottom: 10px;
}

.pg-analysis__chart--time-col-date-title {
  width: calc(100% / 7);
  font-size: 10px;
  display: -webkit-box;
  display: flex;
}

.pg-analysis__chart--time-col-date-title-date {
  width: 50%;
  text-align: right;
  box-sizing: border-box;
}

.pg-analysis__chart--time-col-date-title-youbi {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5px;
  color: #767676;
}

.pg-analysis__chart--time-col-value {
  width: calc( ( 100% - ( ( 100% / 7 ) ) ) / 12);
  height: calc( ( 85vw - ( ( 80vw / 7 ) ) ) / 12);
  background: gray;
  border-right: 1px solid #fff;
}

.pg-analysis__chart--time-legend {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.pg-analysis__chart--time-legend-title {
  font-size: 10px;
  margin: 0 10px;
}

.pg-analysis__chart--time-legend-colortips {
  border-radius: 2px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
}

.pg-analysis__chart--time-legend-colortip {
  width: 14px;
  height: 14px;
}

.pg-analysis__chart--pie {
  margin: 0 auto 12px;
}

.pg-analysis__chart--pie .c3-chart-arc path {
  stroke: none;
}

.pg-analysis__chart--pie .c3-chart-arc text {
  display: none;
}

.pg-analysis__chart--pie-age-legend {
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.pg-analysis__chart--pie-age-legend::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ebebeb;
  border-radius: 2px;
  margin-right: 5px;
}

.pg-analysis__chart--age-table {
  width: 80%;
  margin: 30px auto;
}

.pg-analysis__chart--age-table-head {
  border-bottom: 1px solid #cecece;
}

.pg-analysis__chart--age-table-head-th {
  text-align: center;
  padding: 5px;
  font-size: 10px;
}

.pg-analysis__chart--age-table-body {
  border-bottom: 1px solid #ebebeb;
}

.pg-analysis__chart--age-table-body:last-child {
  border-bottom: 1px solid #cecece;
}

.pg-analysis__chart--age-table-body-th {
  text-align: right;
  font-size: 10px;
  padding: 10px;
}

.pg-analysis__chart--age-table-body-td {
  text-align: center;
  width: 35%;
}

.pg-analysis__chart--age-table-body-colortip {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 2px;
}

.pg-analysis__chart--age-table-body-value {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  width: 1.5em;
}

.pg-analysis__chart--age-table-body-unit {
  display: inline-block;
  font-size: 10px;
}

.pg-analysis__chart-category-list {
  text-align: center;
  margin-bottom: 10px;
}

.pg-analysis__chart-category-list__li {
  font-size: 10px;
  display: inline-block;
  margin: 0 5px;
}

.pg-analysis__chart-category-list__li .pg-analysis__chart-shop-view-legend-icon {
  vertical-align: middle;
  margin-right: 5px;
}

.pg-analysis__chart-shop-view-legend {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  padding-left: 30px;
}

.pg-analysis__chart-shop-view-legend-icon {
  display: inline-block;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #707070;
  margin-right: 5px;
}

.pg-analysis__chart-shop-view-legend-label {
  font-size: 10px;
  color: #767676;
}

/*===============================

ログイン

=================================*/
.pg-lg-section {
  width: 100%;
  padding: 20px 20px;
  position: relative;
  margin-top: calc( (100vh - 441px) / 2);
}

.pg-lg-logo {
  width: 264.7px;
  margin: 0 auto 40px;
}

.pg-lg-logo__image {
  display: block;
  width: 264.7px;
  height: 30px;
}

.pg-lg-kero {
  position: fixed;
  width: 99px;
  bottom: -46px;
  left: 20px;
}

.pg-lg-password-show {
  position: absolute;
  right: 10px;
  top: 31px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 26px;
  color: #CECECE;
}

.pg-lg-password-show.is-show {
  color: #333333;
}

/*===============================

多店舗投稿

=================================*/
.pg-other-shop-message {
  background: #ffffff;
  border-radius: 8px;
  padding: 17px 20px;
  position: relative;
  margin-top: 10px;
}

.pg-other-shop-message__p {
  line-height: 1.6;
  font-size: 1.4rem;
}

.pg-other-shop-message--kero {
  display: block;
  width: 57px;
  position: absolute;
  top: -10px;
  right: 4px;
}

.pg-other-order-text {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
}

/*===============================

タイムライン投稿完了

=================================*/
.pg-kero-big {
  width: 265px;
  margin: 0 auto;
}

.pg-kero-big__fukidashi {
  border-radius: 8px;
  background: #ffffff;
  padding: 18px 0;
  text-align: center;
  position: relative;
  margin: 10px 0 20px;
}

.pg-kero-big__fukidashi:after {
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 26px solid #ffffff;
  position: absolute;
  bottom: -5px;
  right: 51px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.pg-kero-big__kero {
  width: 180px;
  margin: 0 auto;
  position: relative;
  left: 15px;
}

/*===============================

タイムライン投稿前プレビュー（PT-1-1-1）

=================================*/
.pg-preview-alert-message {
  margin: 30px 20px 20px;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

.pg-preview-alert-message__p {
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 700;
}

.pg-preview-alert-message__p__strong-text {
  color: #e61e09;
}

.pg-preview-alert-message--kero {
  display: block;
  width: 57px;
  position: absolute;
  top: -10px;
  right: -6px;
}

/*===============================

TOPページ（TP）

=================================*/
.pg-status-page-list {
  height: 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  background: #ffffff;
  position: relative;
  top: 11px;
  margin-bottom: 11px;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  padding: 12px 0 12px 58px;
}

.pg-status-page-list__kero {
  position: absolute;
  width: 46px;
  height: 50px;
  left: 8px;
  bottom: 1px;
}

.pg-status-page-list__kero-image {
  width: 46px;
  display: block;
}

.pg-status-page-list__status {
  width: 33%;
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: bold;
  position: relative;
  flex-basis: 33%;
}

.pg-status-page-list__status:before {
  content: '';
  background: #EBEBEB;
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.pg-status-page-list__status--disabled {
  color: #CECECE;
}

.pg-post-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.pg-post-links__link {
  width: 24%;
  height: 85px;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  display: table;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
}

.pg-post-links__link:before {
  display: table-cell;
  vertical-align: middle;
  height: 85px;
}

.pg-post-links__link-inner {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2em;
}

.pg-post-links__link-inner:before {
  display: block;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 7px;
  line-height: 1em;
}

.pg-other-link {
  border-radius: 8px;
  display: block;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  overflow: hidden;
}

.pg-other-link__bg-pink {
  position: relative;
  background: #FF9898;
  padding: 10px;
}

.pg-other-link__kero-1 {
  position: absolute;
  width: 68px;
  top: 10px;
  left: 21px;
}

.pg-other-link__kero-2 {
  position: absolute;
  width: 88.5px;
  top: 9px;
  right: 11px;
}

.pg-other-link__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  display: block;
}

.pg-other-link__bg-white {
  background: #ffffff;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
}

/*===============================

利用規約

=================================*/
.pg-ts-block {
  margin: 0 10px 40px;
}

.pg-ts-block__title {
  margin-bottom: 10px;
  line-height: 1em;
  margin-top: 5px;
}

.pg-ts-block__text {
  background: #ffffff;
  padding: 10px 19px;
  border: 1px solid #CECECE;
  border-radius: 6px;
  margin-bottom: 10px;
  height: 190px;
  overflow: auto;
  line-height: 24px;
  font-size: 14px;
}

.pg-ts-block__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

.pg-ts-block__button-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.pg-ts-block__button-text {
  font-size: 12px;
  color: #767676;
  margin-left: 40px;
  display: block;
  text-align: left;
  padding: 6px 5px 6px 0;
  text-indent: -5px;
}

.pg-ts-submit {
  width: 100%;
  max-width: 640px;
  z-index: 1;
  padding: 15px 20px;
  margin-left: -10px;
  background: #ffffff;
  border-top: 1px solid #EBEBEB;
  position: fixed;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===============================

リスト

=================================*/
.c-list__disc {
  padding-left: 2rem;
}

.c-list__disc > li {
  list-style: disc;
}

.c-list__parentheses > li {
  padding-left: 2rem;
  text-indent: -2rem;
}

.c-list__decimal {
  padding-left: 2rem;
}

.c-list__decimal > li {
  list-style: decimal;
}
