
/*---------------------------------------------------------------------------------------
  Column
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  InlineLayout
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  BackgroundColor
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  BoxShadow
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  Button
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  Baloon
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  Frame
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
  List
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 text
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 sticker
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 btn blue
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 btn gray
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 icon help
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 discount
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 ribbon_standard
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 ribbon_standard_sall
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
 icon_standard
---------------------------------------------------------------------------------------*/
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: "1.5em";
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

/* autoprefixer: off */
::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

/* autoprefixer: on */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
html {
  background-color: #eee;
}

body {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  color: #333;
}

ul {
  list-style: none;
}

a {
  color: #0076d7;
  text-decoration: none;
  outline: none;
}

input, textarea, select {
  box-shadow: none;
  vertical-align: middle;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-appearance: none;
}

input:focus, textarea:focus {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  outline: none;
}

/*---------------------------------------------------------------------------------------
  text
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/*---------------------------------------------------------------------------------------
  margin
---------------------------------------------------------------------------------------*/
.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

/*---------------------------------------------------------------------------------------
  padding
---------------------------------------------------------------------------------------*/
.pt_10 {
  padding-top: 10px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_30 {
  padding-right: 30px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_30 {
  padding-left: 30px;
}

.switch {
  position: relative;
  width: 92px;
  height: 30px;
  border-radius: 30px;
  background-color: #ddd;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.switch .switch_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.switch .switch_text_off,
.switch .switch_text_on {
  margin-left: 10px;
}
.switch .switch_text_on {
  display: none;
}
.switch .switch_grip {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.switch.checked {
  background-color: #0076d7;
  color: #fff;
}
.switch.checked .switch_text_off,
.switch.checked .switch_text_on {
  margin: 0 10px 0 0;
}
.switch.checked .switch_text_off {
  display: none;
}
.switch.checked .switch_text_on {
  display: block;
}
.switch.disabled {
  cursor: not-allowed;
}
.switch.disabled .disabled_text {
  color: rgba(30, 61, 107, 0.2);
}
.switch.text_small {
  font-size: 14px;
}

.plus_note {
  display: inline-block;
  margin-right: 12px;
}

/**
 * kaminariで出力するページネーションのdashboardテーマ
 */
nav.pagination {
  font-size: 0;
  text-align: center;
}
nav.pagination span {
  text-align: center;
  width: 41px;
  height: 42px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  line-height: 40px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #484848;
  cursor: pointer;
}
nav.pagination span a:link, nav.pagination span a:visited, nav.pagination span a:hover, nav.pagination span a:focus, nav.pagination span a:active {
  color: #484848;
  text-decoration: none;
}
nav.pagination span a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
nav.pagination span.first a:link, nav.pagination span.first a:visited, nav.pagination span.first a:hover, nav.pagination span.first a:focus, nav.pagination span.first a:active, nav.pagination span.prev a:link, nav.pagination span.prev a:visited, nav.pagination span.prev a:hover, nav.pagination span.prev a:focus, nav.pagination span.prev a:active, nav.pagination span.next a:link, nav.pagination span.next a:visited, nav.pagination span.next a:hover, nav.pagination span.next a:focus, nav.pagination span.next a:active, nav.pagination span.last a:link, nav.pagination span.last a:visited, nav.pagination span.last a:hover, nav.pagination span.last a:focus, nav.pagination span.last a:active, nav.pagination span.gap a:link, nav.pagination span.gap a:visited, nav.pagination span.gap a:hover, nav.pagination span.gap a:focus, nav.pagination span.gap a:active {
  color: #484848;
  text-decoration: none;
}
nav.pagination span + span {
  border-left: 0;
}
nav.pagination span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
nav.pagination span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
nav.pagination span.current, nav.pagination span.current:hover, nav.pagination span.current:active {
  border: 1px solid #4e6171;
  background-color: #4e6171;
  color: #fff;
}
nav.pagination span.current a:link, nav.pagination span.current a:visited, nav.pagination span.current a:hover, nav.pagination span.current a:focus, nav.pagination span.current a:active, nav.pagination span.current:hover a:link, nav.pagination span.current:hover a:visited, nav.pagination span.current:hover a:hover, nav.pagination span.current:hover a:focus, nav.pagination span.current:hover a:active, nav.pagination span.current:active a:link, nav.pagination span.current:active a:visited, nav.pagination span.current:active a:hover, nav.pagination span.current:active a:focus, nav.pagination span.current:active a:active {
  color: #fff;
  text-decoration: none;
}
nav.pagination span:hover {
  background-color: #f2f2f2;
}
nav.pagination span:hover a:link, nav.pagination span:hover a:visited, nav.pagination span:hover a:hover, nav.pagination span:hover a:focus, nav.pagination span:hover a:active {
  color: #484848;
  text-decoration: none;
}

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ngdialog {
  box-sizing: border-box;
}

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  box-sizing: inherit;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

.ngdialog-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  animation: ngdialog-fadein 0.2s;
  height: auto !important;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  animation: ngdialog-fadeout 0.2s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  animation: ngdialog-fadein 0.2s;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  animation: ngdialog-fadeout 0.2s;
}

.ngdialog-close:before {
  font-family: "Helvetica", Arial, sans-serif;
  content: "×";
  cursor: pointer;
}

body.ngdialog-open {
  overflow: hidden;
}

.header-notify {
  transform: translateY(-80px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5010;
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.header-notify.animate-in {
  transition: transform 0.3s ease-out;
  transform: translateY(0);
}
.header-notify.animate-out {
  transition: transform 0.3s ease-out;
  transform: translateY(-80px);
}
.header-notify .header-notify__message {
  line-height: 80px;
  height: 100%;
}
.header-notify .header-notify__close-button {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  outline: none;
}
.header-notify .header-notify__close-button:after, .header-notify .header-notify__close-button:before {
  top: 7px;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.header-notify .header-notify__close-button:after {
  transform: rotate(45deg);
}
.header-notify .header-notify__close-button:before {
  transform: rotate(-45deg);
}
.header-notify .header-notify__close-button:hover {
  opacity: 0.8;
}
.header-notify.success {
  color: #fff;
  background-color: #0076d7;
}
.header-notify.error {
  color: #fff;
  background-color: #ed5454;
}

html {
  background-color: #eee;
}

body {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  color: #333;
}

ul {
  list-style: none;
}

a {
  color: #0076d7;
  text-decoration: none;
  outline: none;
}

input, textarea, select {
  box-shadow: none;
  vertical-align: middle;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-appearance: none;
}

input:focus, textarea:focus {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  outline: none;
}

.container {
  width: 100%;
  padding: 0;
}

.container_pc {
  padding: 56px 0 0 240px;
}

.main {
  width: 100%;
  max-width: 1044px;
  min-width: 784px;
  margin: 40px auto 100px auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.contents {
  padding: 20px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
  background-color: #fff;
}
.contents.text {
  padding: 10px 20px;
}

.start_contents {
  max-width: 780px;
  width: 100%;
  border-bottom: solid 1px #ddd;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.start_contents .start_contents_btn {
  margin-bottom: 40px;
}
.start_contents img {
  max-width: 780px;
  width: 100%;
}

.start_contents_title {
  margin: 30px 0 10px 0;
  line-height: 1.5;
  font-size: 22px;
}

.start_contents_text {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 16px;
}

.text_heading {
  line-height: 1.5;
  font-size: 22px;
  font-weight: bold;
}

.text_normal {
  line-height: 1.8;
  font-size: 14px;
}

.text_note {
  line-height: 1.6;
  font-size: 12px;
  color: #888;
}

.text_error {
  line-height: 1.6;
  font-size: 14px;
  color: #ed5454;
  margin-top: 10px;
}

.error_category {
  width: 300px;
  margin: 0 auto;
}

.text_low {
  line-height: 1.5;
  font-size: 14px;
  color: #cbcbcb;
}

.text_pre_wrap {
  white-space: pre-wrap;
}

.btn, .btn_standard, .btn_tag, .btn_draft, .btn_edit_mini, .btn_download, .btn_edit, .btn_preview, .btn_plain, .btn_domain, .btn_alert, .btn_inactive, .btn_low, .btn_option_export_pdf, .btn_option_export_csv, .btn_primary, .btn_add_mini, .btn_add_small, .btn_add_default, .btn_time {
  display: block;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.btn_primary, .btn_add_mini, .btn_add_small, .btn_add_default, .btn_time {
  background-color: #0076d7;
  text-align: center;
  color: #fff;
  transition: background-color ease 0.2s;
}
.btn_primary:hover, .btn_add_mini:hover, .btn_add_small:hover, .btn_add_default:hover, .btn_time:hover {
  background-color: #005ad9;
  opacity: 1;
}
.btn_primary:active, .btn_add_mini:active, .btn_add_small:active, .btn_add_default:active, .btn_time:active {
  background-color: #004cb6;
}
.btn_primary:disabled, .btn_add_mini:disabled, .btn_add_small:disabled, .btn_add_default:disabled, .btn_time:disabled {
  background-color: #ddd;
  cursor: default;
}

.btn_option_export_pdf, .btn_option_export_csv {
  border: solid 1px #ccc;
  background-color: #fff;
  text-align: center;
  color: #666;
  transition: border-color ease 0.2s, background-color ease 0.2s;
}
.btn_option_export_pdf:hover, .btn_option_export_csv:hover {
  border: solid 1px #bbb;
  background-color: #f4f4f4;
  opacity: 1;
}
.btn_option_export_pdf:active, .btn_option_export_csv:active {
  background-color: #eaeaea;
}

.btn_low {
  background-color: #aaa;
  text-align: center;
  color: #fff;
  transition: background-color ease 0.2s;
}
.btn_low:hover {
  background-color: #999;
  opacity: 1;
}
.btn_low:active {
  background-color: #888;
}

.btn_inactive {
  background-color: #DCDCE0;
  text-align: center;
  color: #fff;
  transition: background-color ease 0.2s;
  cursor: default;
}

.btn_alert {
  background-color: #ed5454;
  text-align: center;
  color: #fff;
  transition: background-color ease 0.2s;
}
.btn_alert:hover {
  background-color: #ed2f2f;
  opacity: 1;
}
.btn_alert:active {
  background-color: #e50e0e;
}

.btn_plain, .btn_domain {
  border: solid 1px #ccc;
  background-color: #fff;
  text-align: center;
  color: #666;
  transition: border-color ease 0.2s, background-color ease 0.2s;
}
.btn_plain:hover, .btn_domain:hover {
  border: solid 1px #aaa;
}
.btn_plain:active, .btn_domain:active {
  background-color: #efefef;
}
.btn_plain.btn_default, .btn_default.btn_domain {
  line-height: 68px;
}
.btn_plain.btn_medium, .btn_medium.btn_domain {
  line-height: 48px;
}
.btn_plain.btn_small, .btn_small.btn_domain {
  line-height: 38px;
}

.btn_default {
  width: 440px;
  height: 70px;
  margin: 0 auto;
  line-height: 70px;
  font-size: 18px;
}

.btn_modal_default {
  width: 420px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  font-size: 16px;
}
.btn_modal_default.medium {
  font-size: 18px;
}
.btn_modal_default.large {
  font-size: 20px;
}

.btn_modal_double {
  display: inline-block;
  width: 170px;
  height: 44px;
  margin: 0 5px;
  vertical-align: middle;
  line-height: 42px;
  font-size: 15px;
}

.btn_medium {
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

.btn_small {
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.btn_preview {
  width: 84px;
  height: 34px;
  border: solid 1px #ccc;
  background-color: #f8f8f8;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  color: #666;
  transition: border-color ease 0.2s, background-color ease 0.2s;
}
.btn_preview:hover {
  border: solid 1px #bbb;
}
.btn_preview:active {
  background-color: #efefef;
}

.btn_add_small:before, .btn_add_default:before, .btn_time:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -3px 10px 0 0;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_add.svg) no-repeat;
  vertical-align: middle;
}

.btn_add_default, .btn_time {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.btn_add_small {
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.btn_add_mini {
  position: relative;
  width: 26px;
  height: 26px;
  color: transparent;
}
.btn_add_mini:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 14px;
  height: 14px;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_add.svg) no-repeat;
}

.btn_add_contents {
  text-align: center;
}
.btn_add_contents span {
  display: inline-block;
  height: 44px;
  border: solid 2px #0076d7;
  border-radius: 44px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #0076d7;
}
.btn_add_contents span:hover {
  cursor: pointer;
}
.btn_add_contents span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -4px 5px 0 0;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_plus_blue.svg) no-repeat;
  vertical-align: middle;
}

.btn_edit {
  display: inline-block;
  height: 34px;
  line-height: 33px;
  border: solid 1px #ddd;
  margin-right: 10px;
  padding: 0 12px;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  color: #888;
  transition: background-color ease 0.2s;
}
.btn_edit:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -3px 10px 0 0;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_edit_blue.svg) no-repeat;
  vertical-align: middle;
}
.btn_edit:hover {
  background-color: #f3f3f3;
}
.btn_edit:active {
  background-color: #ededed;
}

.btn_download {
  display: inline-block;
  height: 34px;
  line-height: 33px;
  border: solid 1px #ddd;
  margin-right: 10px;
  padding: 0 12px;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  color: #888;
  transition: background-color ease 0.2s;
}
.btn_download:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 10px 0 0;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_download_blue.svg) no-repeat;
  vertical-align: middle;
  color: #ddd;
}
.btn_download:hover {
  background-color: #f3f3f3;
}
.btn_download:active {
  background-color: #ededed;
}

.btn_edit_mini_container .text, .btn_edit_mini_container .btn_edit_mini {
  display: inline-block;
  vertical-align: middle;
}
.btn_edit_mini_container .btn_edit_mini {
  margin-left: 5px;
}
.btn_edit_mini_container .text {
  max-width: 90%;
}

.btn_edit_mini {
  position: relative;
  width: 30px;
  height: 30px;
  border: solid 1px #fff;
  color: transparent;
  transition: border-color ease 0.2s;
}
.btn_edit_mini:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -3px 10px 0 0;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_edit_blue.svg) no-repeat;
  vertical-align: middle;
}
.btn_edit_mini:hover {
  border: solid 1px #ddd;
}

.btn_draft {
  width: 200px;
  height: 50px;
  line-height: 48px;
  border: solid 1px #ddd;
  margin: 0 auto;
  padding: 0 28px 0 25px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #888;
  transition: border-color ease 0.2s;
}
.btn_draft:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -3px 10px 0 0;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_edit_blue.svg) no-repeat;
  vertical-align: middle;
}
.btn_draft:hover {
  border: solid 1px #bbb;
}
.btn_draft:active {
  background-color: #ededed;
}

.fixed_btn_container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  border-top: solid 1px #ddd;
  padding-top: 25px;
  background-color: #e6e7e8;
}

.fixed_btn {
  width: 440px;
  margin: 0 auto;
}

.footer_btn_container {
  margin: 20px auto 0 auto;
}

.btn_mail, .btn_site, .btn_instagram, .btn_twitter, .btn_facebook {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-repeat: no-repeat;
  background-size: 57%;
  background-position: center;
  background-color: #ddd;
  color: transparent;
  cursor: pointer;
  transition: background-color ease 0.2s;
}
.btn_mail:hover, .btn_site:hover, .btn_instagram:hover, .btn_twitter:hover, .btn_facebook:hover {
  background-color: #ccc;
}

.btn_facebook {
  background-image: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_facebook.svg);
}
.btn_facebook.active {
  background-color: #4861a3;
}

.btn_twitter {
  background-image: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_twitter.svg);
}
.btn_twitter.active {
  background-color: #50abf1;
}

.btn_instagram {
  background-image: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_instagram.svg);
}
.btn_instagram.active {
  background-color: #e4405f;
}

.btn_site {
  background-image: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_home.svg);
}

.btn_mail {
  background-image: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_mail.svg);
}

.btn_delete_container,
.btn_page_back_container {
  margin-top: 30px;
  text-align: center;
}

.btn_delete {
  display: inline-block;
  height: 44px;
  border-radius: 4px;
  padding: 0 15px;
  text-align: center;
  line-height: 44px;
  color: #666;
  cursor: pointer;
  transition: background-color ease 0.2s;
}
.btn_delete:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -3px 8px 0 0;
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_delete_gray.svg);
  vertical-align: middle;
}
.btn_delete:hover {
  background-color: #ed5454;
  color: #fff;
}
.btn_delete:hover:before {
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_delete_white.svg);
}

.btn_delete_original {
  display: inline-block;
  height: 44px;
  border-radius: 4px;
  padding: 0 15px;
  text-align: center;
  line-height: 44px;
  color: #666;
  cursor: pointer;
  transition: background-color ease 0.2s;
}
.btn_delete_original:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -3px 8px 0 0;
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_delete_original_gray.svg);
  vertical-align: middle;
}
.btn_delete_original:hover {
  background-color: #ed5454;
  color: #fff;
}
.btn_delete_original:hover:before {
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_delete_original_white.svg);
}

.btn_page_back {
  display: inline-block;
  height: 44px;
  border-radius: 4px;
  padding: 0 15px;
  text-align: center;
  line-height: 44px;
  color: #888;
  cursor: pointer;
  transition: background-color ease 0.2s;
}
.btn_page_back:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -3px 8px 0 0;
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_page_back_gray.svg);
  vertical-align: middle;
}
.btn_page_back:hover {
  background-color: #adadad;
  color: #fff;
}
.btn_page_back:hover:before {
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_page_back_white.svg);
}

.btn_row .btn_row_list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.btn_tag {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ccc;
  margin: 0 10px 10px 0;
  padding: 6px 10px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #0076d7;
  transition: border-color ease 0.2s, background-color ease 0.2s;
}
.btn_tag:hover {
  border: solid 1px #aaa;
}
.btn_tag:active {
  background-color: #efefef;
}

.btn_domain {
  display: inline-block;
  width: 240px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  vertical-align: middle;
  font-weight: bold;
  color: #777;
}
.btn_domain:before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 26px;
  margin: -3px 12px 0 0;
  vertical-align: middle;
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_domain.svg);
}

.btn_standard {
  display: inline-block;
  width: 240px;
  height: 44px;
  background-color: #007c6b;
  text-align: center;
  line-height: 44px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transition: ease background-color 0.2s;
}
.btn_standard:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  margin: -3px 12px 0 0;
  vertical-align: middle;
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_premium_white.svg);
}
.btn_standard:hover {
  background-color: #00ab93;
}

.btn_gray {
  display: block;
  width: 190px;
  height: 44px;
  border-radius: 4px;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 44px;
  color: #666;
  box-shadow: 0 1px 0 #ddd;
  transition: ease background-color 0.2s;
}
.btn_gray:hover {
  background-color: #eee;
}

.btn_white {
  display: block;
  width: 190px;
  height: 44px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  line-height: 44px;
  color: #666;
  border: 1px solid #ddd;
  transition: ease background-color 0.2s;
}
.btn_white:hover {
  background-color: #eee;
}

.btn_blue {
  display: block;
  width: 190px;
  height: 44px;
  border-radius: 4px;
  background-color: #0076d7;
  text-align: center;
  line-height: 44px;
  color: #fff;
  transition: ease background-color 0.2s;
}
.btn_blue:hover {
  background-color: #005ad9;
  opacity: 1;
}
.btn_blue:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -6px 15px 0 0;
  vertical-align: middle;
  background: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_download.svg) no-repeat left center;
  background-size: contain;
}

.btn_pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2147483647;
  width: 44px;
  height: 44px;
  border: solid 1px #dedede;
  border-radius: 44px;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_pagetop.svg) no-repeat center 16px #fff;
  background-size: 40%;
  color: transparent;
  cursor: pointer;
  transition: background-color ease 0.2s;
}
.btn_pagetop:hover {
  background-color: #f8f8f8;
}

/*---------------------------------------------------------------------------------------
  feed
---------------------------------------------------------------------------------------*/
.feed {
  padding: 0;
}
.feed .title .btn_group_container {
  position: absolute;
  top: 15px;
  left: 130px;
}
.feed .feed_list_container {
  font-size: 0;
}
.feed .feed_list {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 284px;
  border-bottom: solid 1px #ddd;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  vertical-align: top;
}
.feed .feed_list:nth-child(4n) {
  margin-right: 0;
}
.feed .feed_list_item_image {
  position: relative;
  width: 230px;
  height: 230px;
}
.feed .feed_list_item_image img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}
.feed .feed_list_item_image a {
  transition: opacity ease 0.2s;
}
.feed .feed_list_item_image a:hover {
  opacity: 0.8;
}
.feed .feed_list_info {
  position: absolute;
  top: 240px;
  left: 8px;
}
.feed .feed_list_user_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
}
.feed .feed_list_user_image img {
  width: 100%;
  height: 100%;
  border: solid 1px #eee;
  border-radius: 34px;
}
.feed .feed_list_user_image a {
  transition: opacity ease 0.2s;
}
.feed .feed_list_user_image a:hover {
  opacity: 0.8;
}
.feed .feed_list_name_container {
  position: absolute;
  top: 0;
  left: 40px;
  width: 170px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed .feed_list_name_main, .feed .feed_list_name_sub {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed .feed_list_name_main a, .feed .feed_list_name_sub a {
  transition: color ease 0.2s;
}
.feed .feed_list_name_main a:hover, .feed .feed_list_name_sub a:hover {
  color: #0076d7;
}
.feed .feed_list_name_main {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.feed .feed_list_name_main a {
  color: #555;
}
.feed .feed_list_name_sub {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #999;
}
.feed .feed_list_name_sub a {
  color: #999;
}
.feed .feed_item_price_container {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.feed .feed_item_price_container .feed_item_price, .feed .feed_item_price_container .feed_item_stock, .feed .feed_item_price_container .feed_item_close {
  display: inline-block;
  vertical-align: top;
  height: auto;
  border-radius: 2px;
  padding: 1px 5px;
}
.feed .feed_item_price_container .feed_item_price {
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 14px;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-weight: bold;
  color: #0076d7;
  display: inline-block;
  height: max-content;
  text-align: right;
}
.feed .feed_item_price_container .feed_item_price_range {
  display: inline-block;
  word-break: break-all;
  text-align: left;
}
.feed .feed_item_price_container .feed_item_price_rate {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
  color: #ed5454;
}
.feed .feed_item_price_container .feed_item_stock {
  margin-right: 4px;
  background-color: #0076d7;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
}
.feed .feed_item_price_container .feed_item_close {
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 21px;
  font-size: 11px;
  color: #fff;
}
.feed .feed_item_icon_sale {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 50px;
  height: 50px;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/feed/icon_sale.svg);
  font-size: 0;
}
.feed .feed_item_favorite {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/feed/icon_fav_off_white.png);
  background-size: cover;
  cursor: pointer;
}
.feed .feed_item_favorite.already {
  background-image: url(//st-cdn.net/assets/storesjp/images/dashboard/feed/icon_fav_on_white.png);
}
.feed .feed_list_news_image {
  width: 230px;
  height: 150px;
}
.feed .feed_list_news_image img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  transition: opacity ease 0.2s;
}
.feed .feed_list_news_image img:hover {
  opacity: 0.8;
}
.feed .feed_list_news_text {
  min-height: 50px;
  margin: 8px 8px 0 8px;
  line-height: 1.8;
  font-size: 11px;
}
.feed .feed_list_news_text a {
  color: #888;
  transition: color ease 0.2s;
}
.feed .feed_list_news_text a:hover {
  color: #0076d7;
}
.feed .feed_list_icon_news {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 5px 0 0;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/feed/icon_news.svg);
  background-size: cover;
  color: transparent;
}
.feed .feed_list_loading {
  width: 45px;
  height: 45px;
  margin: 30px auto;
  background: url(//st-cdn.net/assets/storesjp/images/common/loading_dot@2x.gif) no-repeat center center;
  background-size: cover;
}
.feed .feed_no_data {
  margin-top: 40px;
  text-align: center;
}
.feed .feed_no_data .btn_primary, .feed .feed_no_data .btn_add_default, .feed .feed_no_data .btn_time, .feed .feed_no_data .btn_add_small, .feed .feed_no_data .btn_add_mini {
  margin: 30px auto 0 auto;
}
.feed .feed_no_data_text {
  line-height: 1.8;
  font-size: 18px;
  color: #888;
}
.feed .feed_no_data_feed {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px auto;
}
.feed .feed_no_data_feed {
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/emptiness/feed.svg);
}
.feed .header_feed_btn {
  position: absolute;
  top: 10px;
  right: 0;
}
.feed .btn_search_input_container {
  position: absolute;
  top: 10px;
  right: 370px;
  width: 440px;
  height: 50px;
  border: solid 1px #cecece;
  border-top: solid 1px #aaa;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
.feed .btn_search_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 48px;
  border: none !important;
  padding: 0 0 0 12px;
  background-color: transparent;
  font-size: 15px;
}
.feed .btn_search_input:focus {
  box-shadow: none !important;
}
.feed .btn_search_input_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_search_gray.svg) no-repeat center;
  background-size: 26px;
  cursor: pointer;
  transition: opacity ease 0.2s;
}
.feed .btn_search_input_btn:hover {
  opacity: 0.8;
}
.feed .description_container {
  margin-bottom: 35px;
}
.feed .description_container .description_text {
  font-size: 14px;
  color: #888;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.feed .search_contents {
  margin-bottom: 30px;
}
.feed .search_store, .feed .search_item {
  margin: 0 0 15px 0;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: #888;
}
.feed .search_item:before, .feed .search_store:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  margin: -4px 10px 0 0;
}
.feed .search_store:before {
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_search_store.svg);
}
.feed .search_item:before {
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_search_item.svg);
}
.feed .search_store_num {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

/*---------------------------------------------------------------------------------------
  hashtag
---------------------------------------------------------------------------------------*/
.hashtag .hashtag_header {
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 70px;
  background-color: #2e3740;
}
.hashtag .hashtag_header_inner {
  position: relative;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
.hashtag .hashtag_header_logo {
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  width: 120px;
  height: 32px;
  margin: auto;
}
.hashtag .hashtag_header_logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//st-cdn.net/assets/storesjp/images/logo/stores.svg) no-repeat;
  color: transparent;
  transition: opacity ease 0.2s;
}
.hashtag .hashtag_header_logo a:hover {
  opacity: 0.8;
}
.hashtag .hashtag_name {
  width: 100%;
  border-bottom: solid 1px #ddd;
  padding: 85px 0 15px 0;
  background-color: #fff;
}
.hashtag .hashtag_name_inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.hashtag .hashtag_name_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hashtag .hashtag_name_num {
  margin-top: 2px;
  font-size: 12px;
  color: #888;
}
.hashtag .hashtag_contents {
  margin-bottom: 20px;
}
.hashtag .hashtag_ranking, .hashtag .hashtag_new, .hashtag .hashtag_tag {
  margin: 0 0 15px 0;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: #888;
}
.hashtag .hashtag_tag:before, .hashtag .hashtag_new:before, .hashtag .hashtag_ranking:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  margin: -4px 10px 0 0;
}
.hashtag .hashtag_ranking:before {
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_addon_ranking.svg);
}
.hashtag .hashtag_new:before {
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_addon_new.svg);
}
.hashtag .hashtag_tag:before {
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/icon/icon_hashtag.svg);
}
.hashtag .hashtag_tag_list_container {
  padding-bottom: 10px;
}
.hashtag .hashtag_tag_list {
  display: inline-block;
}
.hashtag .hashtag_tag_list a {
  display: block;
  height: 40px;
  border: solid 1px #dedede;
  border-radius: 40px;
  margin: 0 6px 6px 0;
  padding: 0 14px;
  background-color: #fff;
  font-size: 15px;
  line-height: 38px;
  transition: background-color ease 0.2s, border ease 0.2s;
}
.hashtag .hashtag_tag_list a:hover {
  background-color: #f8f8f8;
}
.hashtag .list_search_no_data {
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #888;
}
.hashtag .list_search_no_data:before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px auto;
  background: url(//st-cdn.net/assets/storesjp/images/dashboard/emptiness/items.svg);
}
.hashtag .item_sns_list {
  position: absolute;
  top: 18px;
  right: 0;
}
.hashtag .item_sns_list .p-detail__sns {
  margin-left: -5px;
}
.hashtag .item_sns_list .p-detail__sns-item {
  display: inline-block;
  margin-left: 5px;
}
.hashtag .item_sns_list .p-detail__sns-item-button {
  /* autoprefixer: ignore next */
  appearance: none;
  background-color: #fff;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 9px 8px 30px;
  text-decoration: none;
  cursor: pointer;
}
.hashtag .item_sns_list .p-detail__sns-item-button-tweet {
  background-image: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_twitter_x_small.svg);
  background-size: 22px;
  background-position: 5px 5px;
}
.hashtag .item_sns_list .p-detail__sns-item-button-share {
  background-image: url(//st-cdn.net/assets/storesjp/images/stores/module_icon/icon_facebook_small.svg);
}
