html {
  font-size: 62.5%;
  touch-action: manipulation !important;
}
body {
  margin: 0;
  font-family: sans-serif;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(44, 133, 222, .5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

.c-editorTextRadio-input {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input {
  line-height: normal;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.l-editorMenu {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 295px;
  z-index: 2;
}

.l-editorMenu__inner {
  -ms-overflow-style: none;
  background-color: #2e3740;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-editorMenu__item-label {
  display: block;
  font-size: 1.6rem;
  padding-left: 34px;
  position: relative;
}

.c-editorMenu__item-parts {
  display: block;
  font-size: 1.6rem;
  position: relative;
}

.c-editorMenu__list {
  list-style: none;
}

.c-editorMenu__item:first-child {
  border-top: none;
}

.c-editorMenu__item {
  border-top: 2px solid hsla(0, 0%, 59%, .3);
}

.c-editorMenu__item-link {
  color: #fff;
  display: block;
  opacity: 1;
  padding: 28px 0;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .25s ease-out;
}

a {
  background-color: transparent;
}

.l-editorContents {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  position: relative;
  z-index: 1;
}

.l-editorContents__inner {
  padding: 50px 0 0 295px;
  transition: .2s;
}

.editor-sp-preview {
  background-color: #f0f0f0;
  height: calc(100vh - 50px);
  min-height: 902px;
  overflow: hidden;
  position: relative;
}
.c-editorHeader__switch {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-top: 5px;
}
.c-editorHeader__switch-item:first-child {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
}
.c-editorHeader__switch-item:nth-child(2) {
  border-radius: 0 4px 4px 0;
  border-width: 1px 1px 1px 0;
}
.c-editorHeader__switch-item {
  border-color: #979797;
  border-style: solid;
  box-sizing: border-box;
  color: #979797;
  height: 40px;
  overflow: hidden;
  width: 60px;
}
.c-editorHeader__switch-button-pc {
  background-image: url(img/pc.c3bc9a4.svg);
}
.c-editorHeader__switch-button-pc.is-active {
  background-image: url(img/pc_on.17f7ace.svg);
}
.c-editorHeader__switch-button-sp {
  background-image: url(img/sp.21515ac.svg);
}
.c-editorHeader__switch-button-sp.is-active {
  background-image: url(img/sp_on.1e8e91f.svg);
}
.c-editorHeader__switch-button.is-active {
  background-color: #0076d7;
}
.c-editorHeader__switch-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  height: 100%;
  opacity: 1;
  text-align: center;
  transition: all .25s ease-out;
  width: 100%;
}

.device-inner {
  background-color: #333333;
  color: rgb(255, 255, 255);
  width: 40%;
  margin: auto;
  background-attachment: fixed !important;
  font-family: "BIZ UDPGothic", sans-serif;
}
/* .device-inner.is-sp-preview {
  width: 422px;
  max-width: 100%;
  overflow: auto;
} */

.c-editorHeader {
  background-color: #151819;
  height: 60px;
  width: 100%;
  position: relative;
  color: #FFFFFF;
  line-height: 50px;
  padding-left: 2rem;
  margin-bottom: 50px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.mainVisual-container {
  height: 320px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-menu__mainVisual {
  height: 320px;
  width: 100%;
}

.c-menu__mainVisual-slides {
  height: 100%;
}

.c-menu__mainVisual-slide.is-active {
  opacity: 1;
}

.c-menu__mainVisual-slide {
  height: 100%;
  left: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1s;
  width: 100%;
}

.c-menu__mainVisual-slide-inner {
  background-attachment: scroll;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wrapper-inner {
  left: 0;
  overflow: hidden;
  position: relative;
  transition: left .3s ease;
}

.container {
  padding-bottom: 40px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.has-mainVisual .store-name-container {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.c-menu__title.is-display-shop-logo {
  transition: .5s ease-in-out;
}

.c-menu__title {
  word-wrap: break-word;
  text-align: center;
  width: 100%;
}

.c-menu__title-link {
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}

.c-editorText {
  background-color: #2e3740;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 50px;
  height: 100%;
}

.c-editorMenu__content-header {
  border-bottom: 1px solid hsla(0, 0%, 59%, .3);
  padding-bottom: 28px;
  padding-top: 30px;
  position: relative;
}

.c-editorMenu__content-title {
  color: #fff;
  font-size: 2.2rem;
  /* text-align: center; */
  margin-left: 40px;
  white-space: nowrap;
}

.c-editorMenu__content-back {
  left: 0;
  position: absolute;
  top: 19px;
}

.c-editorButton-back {
  height: 48px;
  opacity: 1;
  position: relative;
  transition: all .25s ease-out;
  width: 48px;
  cursor: pointer;
}

.c-editorButton-back__label {
  border-color: #cacaca;
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: block;
  font-size: 0;
  height: 12px;
  left: 19px;
  opacity: .3;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 12px;
}

.c-editorText__contents-block {
  padding-top: 38px;
}

.c-editorText__contents-block-title {
  margin-bottom: 16px;
}

.c-editorText__contents-block-title,
.c-editorText__font-block-title {
  color: #fff;
  font-size: 1.6rem;
}

.c-editorText__contents-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.c-editorText__contents-item:first-child,
.c-editorText__contents-item:nth-child(4) {
  margin-left: 0;
}

.c-editorText__contents-item {
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.c-editorText__contents-item.is-active {
  position: relative;
}

.c-editorText__contents-item.is-active:after {
  border-color: #fff;
  border-style: solid;
  border-width: 0 3px 3px 0;
  content: "";
  height: 13px;
  left: 17px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 5px;
}

.c-editorText__contents-item:nth-child(4).is-active:after {
  border-color: #888;
}

.c-editorText__contents-item.is-rainbow {
  background-image: url(img/color_select.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.c-editorBackground {
  background-color: #2e3740;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 50px;
  height: 100%;
}

.c-editorBackground__content {
  padding-top: 28px;
}

.c-editorBackground__content-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.c-editorBackground__color {
  overflow: visible;
}

.c-editorBackground__color-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: -20px;
}

.c-editorBackground__color-item {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 7.8431372549%;
  margin-left: 3.9215686275%;
  /* padding-top: 15.6862745098%;
      width: 15.6862745098%; */
  height: 40px;
  width: 40px;
}

.c-editorBackground__color-item:first-child,
.c-editorBackground__color-item:nth-child(5n+1) {
  margin-left: 0;
}

.c-editorBackground__color-item.is-active {
  border: 4px solid #0076d7;
  box-sizing: border-box;
  /* padding-top: calc(15.68627% - 8px); */
}

.c-editorBackground__color-item.is-rainbow {
  background-image: url(img/color_select.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.c-editor__tabs {
  display: flex;
  list-style: none;
  width: 100%;
}

.c-editor__tab {
  flex: 1;
}

.c-editor__tab-button.is-active {
  border-color: #0076d7;
  width: 50%;
}

.c-editor__tab-button {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 16px;
  width: 100%;
}

.c-editorBackground__image {
  padding-top: 30px;
}

.c-editorBackground__upload-area {
  border: 2px dashed #fff;
  border-radius: 4px;
  box-sizing: border-box;
  height: 70px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

button,
input,
label {
  cursor: pointer;
}

label.c-editorBackground__upload-label,
label.c-editorBackground__upload-input {
  cursor: pointer;
  display: block;
  position: relative;
}

input.c-editorBackground__upload-input,
input.c-editorLogo__upload-input {
  height: 0;
  margin: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 0;
  z-index: -1;
}

.c-editorBackground__upload {
  padding-top: 30px;
}

.c-editorBackground__upload-thumbnail {
  background-image: url(img/addimg.73030eb.svg);
  background-position: center 4px;
  background-repeat: no-repeat;
  background-size: 36px;
  box-sizing: border-box;
  color: #9b9b9b;
  font-size: 1.2rem;
  height: 66px;
  padding-top: 40px;
  text-align: center;
}

.c-editorMenu__item-label-background:before {
  background-image: url(img/05.7ea213c.svg);
}

.c-editorMenu__item-label-text:before {
  background-image: url(img/03.e125e20.svg);
}

.c-editorMenu__item-label:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 24px;
}

.is-closed-menu .l-editorContents__inner {
  padding-left: 0;
}

.l-editorTool {
  bottom: 16px;
  position: fixed;
  right: 16px;
  transition: .5s ease-in-out;
  z-index: 2;
}

.c-editorClose__button {
  align-items: center;
  background-color: #0076d7;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px auto;
  border-radius: 60px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  opacity: 1;
  padding: 12px 20px 12px 12px;
  transition: opacity .2s ease-in-out;
}

.c-editorClose__button .icon {
  padding-right: 12px;
}

.c-editorLogo {
  background-color: #2e3740;
  left: 20px;
  min-height: calc(100vh - 50px);
  position: absolute;
  right: 20px;
  top: 50px;
}

.c-editorMenu__display-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.c-editorLogo__block {
  border-top: 2px solid hsla(0, 0%, 59%, .3);
  margin-bottom: 30px;
  padding-top: 30px;
}

.c-editorLogo__block:first-child {
  border-top: none;
}

.c-editorLogo__block:last-child {
  border-bottom: 2px solid hsla(0, 0%, 59%, .3);
  padding-bottom: 30px;
}

.c-editorLogo__upload-area {
  border: 2px dashed #fff;
  border-radius: 4px;
  box-sizing: border-box;
  height: 110px;
  position: relative;
  width: 100%;
}

.c-editorLogo__upload-thumbnail {
  background-image: url(img/addimg.73030eb.svg);
  background-position: center 28px;
  background-repeat: no-repeat;
  background-size: 36px;
  box-sizing: border-box;
  color: #9b9b9b;
  font-size: 1.2rem;
  height: 106px;
  padding-top: 72px;
  text-align: center;
  width: 100%;
}

.text-white {
  --tw-text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-13,
.text-16 {
  letter-spacing: .02em;
  line-height: 1.6;
}

.text-16 {
  font-size: 16px;
}

.c-editorCheckbox-switch {
  border-radius: 14.5px;
  display: block;
  height: 29px;
  position: relative;
  width: 65px;
}

.c-editorCheckbox-switch__input {
  display: none;
}

.c-editorCheckbox-switch__background {
  background-color: #d8d8d8;
  border-radius: 14.5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-editorCheckbox-switch__input:checked+.c-editorCheckbox-switch__background {
  background-color: #0076d7;
}

.c-editorCheckbox-switch__input:checked+.c-editorCheckbox-switch__background .c-editorCheckbox-switch__button {
  left: 38px;
}

.c-editorCheckbox-switch__button {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 23px;
  left: 5px;
  position: absolute;
  top: 3px;
  transition: left .1s ease-in-out;
  width: 23px;
  z-index: 2;
}

.c-editorPartsAdd__modal {
  left: 0;
  margin-top: 10px;
  padding-top: 13px;
  position: absolute;
  right: 0;
  z-index: 3
}

.is-desktop .c-editorPartsAdd__modal {
  left: auto;
  right: 20px
}

.c-editorPartsAdd__modal-inner {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  padding: 20px;
  width: 100%
}

.is-desktop .c-editorPartsAdd__modal-inner {
  box-sizing: border-box;
  max-width: 480px;
  padding: 30px
}

.c-editorPartsAdd__modal-list {
  display: flex;
  justify-content: left;
  list-style: none
}

.c-editorPartsAdd__modal-list:nth-of-type(2) {
  border-top: 2px solid #f0f0f0;
  margin-top: 20px;
  padding-top: 20px
}

.c-editorPartsAdd__modal-item {
  box-sizing: border-box;
  color: #0076d7;
  font-size: 1.2rem;
  margin-left: 3px;
  position: relative;
  text-align: center
}

.c-editorPartsAdd__modal-item:first-child {
  margin-left: 0
}

.is-desktop .c-editorPartsAdd__modal-item {
  margin-left: 30px
}

.is-desktop .c-editorPartsAdd__modal-item:first-child {
  margin-left: 0
}

.c-editorPartsAdd__modal-item-button {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 36px;
  display: block;
  height: 60px;
  padding-top: 42px;
  width: 60px
}

.c-editorPartsAdd__modal-item-button.textarea {
  background-image: url(img/modal-item-button/textarea.png)
}
.c-editorPartsAdd__modal-item-button.horizontal {
  background-image: url(img/modal-item-button/horizontal.png)
}
.c-editorPartsAdd__modal-item-button.gallery {
  background-image: url(img/modal-item-button/gallery.png)
}
.c-editorPartsAdd__modal-item-button.menu {
  background-image: url(img/modal-item-button/menu.png)
}
.c-editorPartsAdd__modal-item-button.hall_info {
  background-image: url(img/modal-item-button/hall_info.png)
}
.c-editorPartsAdd__modal-item-button.sns {
  background-image: url(img/modal-item-button/sns.png)
}

.c-editorPartsAdd__modal-item-status {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%
}

.c-editorPartsAdd__modal-item.is-disabled {
  opacity: .3
}

.c-editorPartsAdd.always-show {
  margin: 0 0 -20px;
}

.c-editorPartsAdd {
  cursor: pointer;
  font-family: "IBM Plex Sans", "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: -20px 0;
  padding: 10px 0;
}

.c-editorPartsAdd__inner.hover {
  opacity: 1;
  transition: opacity .1s ease-in-out, visibility 0s;
  visibility: visible;
}

.c-editorPartsAdd__inner {
  background-color: #f0f0f0;
  border: 1px dashed #0076d7;
  box-sizing: border-box;
  height: 10px;
  opacity: 0;
  position: relative;
  transition: .5s ease-in-out;
  visibility: hidden;
  width: calc(100% - 40px);
}

.c-editorPartsAdd__button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-editorPartsAdd__plus {
  display: block;
  font-size: 0;
  height: 29px;
  opacity: 0;
  position: absolute;
  right: -40px;
  top: -11px;
  transform: scale(0);
  transition: all .3s ease-in-out;
  width: 29px;
}

.c-editorPartsAdd__inner.hover .c-editorPartsAdd__plus {
  opacity: 1;
  transform: scale(1);
  transition: all .3s ease-in-out .1s;
}

.c-editorPartsAdd__plus-label {
  background-color: #0076d7;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 29px;
  position: relative;
  width: 29px;
}

.c-editorPartsAdd__plus-label:after,
.c-editorPartsAdd__plus-label:before {
  background-color: #fff;
  border-radius: 1px;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
}

.c-editorPartsAdd__plus-label:before {
  height: 2px;
  left: 8px;
  top: 14px;
  width: 14px;
}

.c-editorPartsAdd__plus-label:after {
  height: 14px;
  left: 14px;
  top: 8px;
  width: 2px;
}

.c-editorPartsAdd__plus-label:after,
.c-editorPartsAdd__plus-label:before {
  background-color: #fff;
  border-radius: 1px;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
}

.c-editorPartsAdd__plus-mark {
  position: relative;
}

.c-editorPartsAdd__plus-mark:before {
  border-bottom: 6px solid transparent;
  border-right: 10px solid #0076d7;
  border-top: 6px solid transparent;
  content: "";
  left: -22px;
  position: absolute;
  top: -20px;
}

.fade-enter-active {
  animation: fade-in-fda81a36 .3s ease-in-out
}

.fade-leave-active {
  animation: fade-in-fda81a36 .3s ease-in-out reverse
}

.c-editorParts {
  position: relative;
  transition: .5s ease-in-out;
}

.c-horizontal hr {
  border: solid hsla(0, 0%, 82%, .5);
  border-width: 1px 0 0;
  margin: 0;
  padding: 0;
}

.is-sp-preview .c-editorPartsEdit {
  left: -10px;
  padding: 8px;
  top: -10px;
}

.c-editorPartsEdit {
  border: 2px solid #0076d7;
  height: 100%;
  position: absolute;
  width: 100%;
}

.c-editorPartsEdit__container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-editorPartsEdit__directions {
  background-color: #0076d7;
  border-radius: 0 0 4px 0;
  box-sizing: border-box;
  color: #fff;
  height: 50px;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  transition: transform .1s ease-in-out .05s;
  width: 140px;
}

.c-editorPartsEdit__directions-list {
  align-items: center;
  display: flex;
  list-style: none;
}

.c-editorPartsEdit__directions-item:first-child {
  border-right: 1px solid #fff;
}

.c-editorPartsEdit__directions-item {
  text-align: center;
  width: 50%;
}

.c-editorPartsEdit__button-up:disabled {
  opacity: .3;
}

.c-editorParts:hover .c-editorParts__contents {
  opacity: 1;
  transition: opacity .1s ease-in-out, visibility 0s;
  visibility: visible
}

.c-editorParts:hover .c-editorPartsEdit__directions,
.c-editorParts:hover .c-editorPartsEdit__tools {
  transform: translateY(0);
  z-index: 3
}

.c-editorParts__contents {
  opacity: 0;
  transition: opacity .1s ease-in-out, visibility .1s linear .1s;
  visibility: hidden
}

.c-editorParts.is-disabled {
  opacity: .2;
  pointer-events: none
}

.c-editorParts.is-disabled:hover .c-editorParts__contents {
  cursor: default;
  opacity: 0
}

.c-editorParts.is-active {
  opacity: 1;
  z-index: 1
}

.c-editorParts.is-active:after {
  background-color: transparent;
  border: 2px solid #0076d7;
  content: "";
  cursor: default !important;
  height: calc(100% + 26px);
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: calc(100% + 26px);
  z-index: -1
}

.c-editorParts.is-active.is-sp-preview:after {
  height: calc(100% + 14px);
  width: calc(100% + 14px)
}

.c-editorPartsEdit {
  border: 2px solid #0076d7;
  height: 100%;
  left: -15px;
  padding: 13px;
  position: absolute;
  top: -15px;
  width: 100%
}

.is-sp-preview .c-editorPartsEdit {
  left: -10px;
  padding: 8px;
  top: -10px
}

.c-editorPartsEdit__tools {
  background-color: #0076d7;
  border-radius: 0 0 0 4px;
  box-sizing: border-box;
  color: #fff;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: transform .1s ease-in-out .05s;
  width: 64px
}

.c-editorPartsEdit__tools.exist-edit {
  width: 140px
}

.c-editorPartsEdit__tools-list {
  align-items: center;
  display: flex;
  height: 30px;
  list-style: none
}

.c-editorPartsEdit__tools-item {
  height: 100%
}

.c-editorPartsEdit__tools-item:nth-child(2) {
  border-left: 1px solid #fff
}

.c-editorPartsEdit__button-edit {
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .14em;
  opacity: 1;
  padding: 8px 20px 7px;
  transition: all .25s ease-out;
  width: 76.5px
}

.c-editorPartsEdit__button-edit:hover {
  opacity: .5
}

.c-editorPartsEdit__button-delete {
  background-image: url(img/trash.f9c6d6f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  height: 100%;
  opacity: 1;
  transition: all .25s ease-out;
  width: 62.5px
}

.c-editorPartsEdit__button-delete:hover {
  opacity: .5
}

.c-editorPartsEdit__button-up {
  background-image: url(img/icon_arrow_up.ee3f026.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  font-size: 0;
  height: 30px;
  opacity: 1;
  transition: all .25s ease-out;
  width: 70.5px
}

.c-editorPartsEdit__button-up:hover {
  opacity: .5
}

.c-editorPartsEdit__button-up:disabled {
  opacity: .3
}

.c-editorPartsEdit__button-down {
  background-image: url(img/icon_arrow_down.5acb9c3.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  font-size: 0;
  height: 30px;
  opacity: 1;
  transition: all .25s ease-out;
  width: 69.5px
}

.c-editorPartsEdit__button-down:hover {
  opacity: .5
}

.c-editorPartsEdit__button-down:disabled {
  opacity: .3
}

.c-mainBanner {
  margin: 20px 0;
  position: relative;
  width: 100%
}

.c-mainBanner.is-desktop {
  margin: 40px 0
}

.c-mainBanner__container {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 42px;
}
.c-mainBanner__container img {
  width: 100%;
}
.c-mainBanner__item {
  max-height: 400px;
  overflow: hidden
}

.c-mainBanner__item-link {
  background-position: 50%;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative
}

.c-mainBanner .hooper .hooper-navigation svg {
  display: none
}

.c-mainBanner .hooper .hooper-navigation button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  height: 100%;
  opacity: .7;
  padding: 0;
  transition: opacity .5s;
  width: 40px;
  z-index: 2
}

.c-mainBanner .hooper .hooper-navigation button:hover {
  opacity: 1
}

.c-mainBanner .hooper .hooper-navigation .hooper-prev {
  background-image: url(/_nuxt/img/left.d497d3a.svg)
}

.c-mainBanner .hooper .hooper-navigation .hooper-next {
  background-image: url(/_nuxt/img/right.3a295f2.svg)
}

.c-mainBanner .hooper .hooper-pagination {
  bottom: 5px;
  z-index: 2
}

.c-mainBanner .hooper .hooper-pagination .hooper-indicators>li {
  margin: 0 6px
}

.c-mainBanner .hooper .hooper-pagination .hooper-indicator {
  background-color: #888;
  box-shadow: 0 0 1px rgba(0, 0, 0, .5), 0 0 3px rgba(0, 0, 0, .3);
  height: 6px;
  transition: background-color .3s ease-in-out;
  width: 6px
}

.c-mainBanner .hooper .hooper-pagination .hooper-indicator.is-active,
.c-mainBanner .hooper .hooper-pagination .hooper-indicator:hover {
  background-color: #ddd
}

.tools-item_disabled {
  display: none;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea.form-control {
  height: auto;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}


.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
  color: #fff;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.75rem;
  line-height: 2;
  border-radius: 0.3rem;
}

dd,
dl,
dt,
h1,
h2,
h3,
hr,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}



.parts-block {
  transition-duration: 500ms;
}

/* モーダル */
.c-editorPartsEdit__modal {
  background-color: #fff;
  border-radius: 6px;
  bottom: 28px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  left: 30px;
  position: fixed;
  z-index: 3;
}

.c-editorPartsEdit__modal-inner {
  box-sizing: border-box;
  padding-top: 25px;
  z-index: 9999
}

.c-editorPartsEdit__modal-title {
  border-bottom: 2px solid #f0f0f0;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center
}

.c-editorPartsEdit__modal-body.with-context-menu {
  -ms-overflow-style: none;
  margin-right: -100px;
  padding-right: 100px;
  scrollbar-width: none
}

.c-editorPartsEdit__modal-body.with-context-menu::-webkit-scrollbar {
  display: none
}

.c-editorPartsEdit__modal-footer {
  border-top: 2px solid #f0f0f0;
  padding-bottom: 27px;
  padding-top: 16px
}

.c-editorPartsEdit__modal-buttons {
  list-style: none;
  text-align: center
}

.c-editorPartsEdit__modal-button {
  display: inline-block;
  margin: 0 6px
}

.c-editorPartsEdit__modal-button-cancel {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  color: #888;
  font-size: 1.4rem;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 11px;
  text-align: center;
  transition: all .25s ease-out;
  width: 120px
}
.c-editorPartsEdit__modal-button-cancel:hover {
  opacity: .5
}

.c-editorPartsEdit__modal-button-back {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  color: #888;
  font-size: 1.4rem;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 11px;
  text-align: center;
  transition: all .25s ease-out;
  width: 120px
}
.c-editorPartsEdit__modal-button-back:hover {
  opacity: .5
}

.c-editorPartsEdit__modal-button-save,
.c-editorPartsEdit__modal-button-next {
  background-color: #0076d7;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 11px;
  text-align: center;
  transition: all .25s ease-out;
  width: 120px
}

.c-editorPartsEdit__modal-button-save:hover {
  opacity: .5
}

.c-editorPartsEdit__modal-button-save:disabled {
  background-color: #ccc
}

.c-editorPartsEdit__gallery {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 500px
}

.c-editorPartsEdit__gallery-block {
  margin: 0 25px
}

.c-editorPartsEdit__gallery-block-note {
  color: #9b9b9b;
  font-size: 1.2rem;
  margin: 0 5px 18px
}

.c-editorPartsEdit__gallery-block-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none
}

.c-editorPartsEdit__gallery-block-item {
  margin: 0 5px 20px;
  position: relative
}

.c-editorPartsEdit__gallery-block-item-is-add {
  border: 2px dashed #0076d7;
  box-sizing: border-box;
  height: 94px;
  width: 140px
}

.c-editorPartsEdit__gallery-block-item .with-background {
  background-image: url(img/addimg_blue.996e13f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px
}

.c-editorPartsEdit__gallery-block-item-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.c-editorPartsEdit__gallery-block-item-button {
  background-color: rgba(0, 0, 0, .3);
  box-sizing: border-box;
  display: block;
  height: 94px;
  width: 140px
}

.c-editorPartsEdit__gallery-block-item-image {
  height: 100%;
  width: 100%
}

.c-editorPartsEdit__gallery-error {
  align-items: center;
  bottom: -45px;
  box-sizing: border-box;
  display: flex;
  font-size: .8em;
  height: 50%;
  justify-content: center;
  left: 0;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  width: 100%
}

.disable {
  pointer-events: none
}

.c-editorPartsEdit__modal label {
  cursor: pointer;
  display: block;
  position: relative
}

.c-editorPartsEdit__modal label:has(>input:focus-visible) {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color
}

.c-editorPartsEdit__modal[data-modal_type="gallery"] input {
  height: 0;
  margin: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 0;
  z-index: -1
}




.c-editorPartsEdit__modal {
  background-color: #fff;
  border-radius: 6px;
  bottom: 28px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  left: 30px;
  position: fixed;
  z-index: 3
}

.c-editorPartsEdit__modal-inner {
  box-sizing: border-box;
  padding-top: 25px;
  z-index: 9999
}

.c-editorPartsEdit__modal-title {
  border-bottom: 2px solid #f0f0f0;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center
}

.c-editorPartsEdit__modal-body {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 50px;
}

.c-editorPartsEdit__modal-body.with-context-menu {
  -ms-overflow-style: none;
  margin-right: -100px;
  padding-right: 100px;
  scrollbar-width: none
}

.c-editorPartsEdit__modal-body.with-context-menu::-webkit-scrollbar {
  display: none
}

.c-editorPartsEdit__modal-footer {
  border-top: 2px solid #f0f0f0;
  padding-bottom: 27px;
  padding-top: 16px
}

.c-editorPartsEdit__modal-buttons {
  list-style: none;
  text-align: center
}

.c-editorPartsEdit__modal-button {
  display: inline-block;
  margin: 0 6px
}

.c-editorPartsEdit__modal-button-cancel {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  color: #888;
  font-size: 1.4rem;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 11px;
  text-align: center;
  transition: all .25s ease-out;
  width: 120px
}

.c-editorPartsEdit__modal-button-cancel:hover {
  opacity: .5
}

.c-editorPartsEdit__modal-button-save {
  background-color: #0076d7;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 11px;
  text-align: center;
  transition: all .25s ease-out;
  width: 120px
}

.c-editorPartsEdit__modal-button-save:hover {
  opacity: .5
}

.c-editorPartsEdit__modal-button-save:disabled {
  background-color: #ccc
}

.c-editorPartsEdit__textarea {
  margin-top: 20px;
  width: 500px
}

.c-editorPartsEdit__textarea-block {
  margin: 0 50px
}

.c-editorPartsEdit__textarea-block.border-top {
  border-top: 1px solid #f0f0f0
}

.c-editorPartsEdit__textarea-block:nth-child(2) {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0
}

.c-editorPartsEdit__textarea-block:nth-child(3) {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px
}

.c-editorPartsEdit__textarea-block-inner2:nth-child(2) {
  padding: 30px 0 34px
}

.c-editorPartsEdit__textarea-block-inner2 .c-textarea__text {
  font-size: 1.2rem;
  line-height: 1.75
}

.c-editorPartsEdit__textarea-block-inner2 .c-textarea__body {
  max-width: none;
  padding: 0;
  width: 100%
}

.c-editorPartsEdit__textarea-block-inner2 .c-textarea__aside {
  max-width: none;
  width: 100%
}

.c-editorPartsEdit__textarea-block-title {
  font-size: 1.6rem;
  margin-bottom: 10px
}

.c-editorPartsEdit__textarea-block-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px
}

.c-editorPartsEdit__textarea-block-item {
  margin-right: 28px;
  position: relative
}

.c-editorPartsEdit__textarea-block-item-button {
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  height: 80px;
  padding: 15px 0;
  width: 104px
}

.c-editorPartsEdit__textarea-block-item-button.is-active {
  background-color: #f0f0f0
}

.c-editorPartsEdit__textarea-block-item-name {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 80px 34px;
  color: #0076d7;
  display: block;
  font-size: 1.2rem;
  padding-top: 42px;
  text-align: center
}

.c-editorPartsEdit__textarea-block-item-name.text {
  background-image: url(img/text_align_left.c5308de.svg);
  background-position: top;
  background-repeat: no-repeat
}

.c-editorPartsEdit__textarea-block-item-name.text-image {
  background-image: url(img/text_image.3bc1b47.svg);
  background-position: top;
  background-repeat: no-repeat
}

.c-editorPartsEdit__textarea-block-select {
  margin-bottom: 10px
}

.c-editorPartsEdit__textarea-block-note {
  color: #9b9b9b;
  font-size: 1.2rem;
  margin-bottom: 25px
}

.c-editorPartsEdit__textarea-block-checkbox {
  display: none
}

.c-editorPartsEdit__textarea-block-checkbox:checked+.c-editorPartsEdit__textarea-block-label:before {
  background-color: #0076d7;
  border-color: #0076d7
}

.c-editorPartsEdit__textarea-block-checkbox:checked+.c-editorPartsEdit__textarea-block-label:after {
  opacity: 1
}

.c-editorPartsEdit__textarea-block-label {
  display: block;
  font-size: 1.4rem;
  padding-left: 34px;
  position: relative
}

.c-editorPartsEdit__textarea-block-label:before {
  background-color: #ededed;
  border: 2px solid #dcdcdc;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: -5px;
  transition: all .1s ease-in-out;
  width: 24px
}

.c-editorPartsEdit__textarea-block-label:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 11px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  transition: opacity .1s ease-in-out;
  width: 6px
}

.c-editorPartsEdit__textarea-block-image {
  position: relative
}

.c-editorPartsEdit__textarea-block-image-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.c-editorPartsEdit__textarea-block-image.with-background {
  background-image: url(img/addimg_blue.996e13f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px
}

.c-editorPartsEdit__textarea-block-image.is-empty {
  border: 2px dashed #0076d7;
  height: 137px
}

.c-editorPartsEdit__textarea-image-empty {
  background-image: url(/images/store_design/addimg_blue.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  border: 2px dashed #0076d7;
  cursor: pointer;
  display: block;
  padding-top: 70.6790123457%;
  width: 100%
}

.c-editorPartsEdit__textarea-image-error {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 50%;
  justify-content: center;
  left: 0;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.c-editorPartsEdit__textarea-text,
.c-editorPartsEdit__textarea-title {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 10px 16px;
  width: 100%
}

.c-editorPartsEdit__textarea-text {
  height: 136px;
  overflow-y: auto
}

.c-editorPartsEdit__textarea-align-list {
  display: flex;
  list-style: none
}

.c-editorPartsEdit__textarea-align-item {
  margin: 0 5px
}
.c-editorPartsEdit__textarea-align-item.rainbow {
  background-image: url(img/text-color.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-bottom: 4px solid;
}
.c-editorPartsEdit__textarea-align-item.fill {
  background-image: url(img/fill.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-bottom: 4px solid;
}
.c-editorPartsEdit__textarea-align-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  display: block;
  font-size: 0;
  height: 24px;
  width: 24px
}

.c-editorPartsEdit__textarea-align-left {
  background-image: url(img/txt-left-gray.66450e7.svg)
}

.c-editorPartsEdit__textarea-align-left.is-active {
  background-image: url(img/txt-left.ec66774.svg)
}

.c-editorPartsEdit__textarea-align-center {
  background-image: url(img/txt-center-gray.9ddda43.svg)
}

.c-editorPartsEdit__textarea-align-center.is-active {
  background-image: url(img/txt-center.a36e67d.svg)
}

.c-editorPartsEdit__textarea-align-right {
  background-image: url(img/txt-right-gray.9f50340.svg)
}

.c-editorPartsEdit__textarea-align-right.is-active {
  background-image: url(img/txt-right.7fbc964.svg)
}

.c-editorPartsEdit__modal .c-textarea {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px
}

.c-editorPartsEdit__modal .c-textarea__body {
  margin: 0 auto;
  max-width: 556px;
  padding: 0;
  position: relative
}

.c-textarea__body.align-left {
  text-align: left
}

.c-textarea__body.align-right {
  text-align: right
}

.has-image .c-textarea__body {
  flex-basis: 556px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2.1276595745% 0 0
}

.has-image-left .c-textarea__body {
  order: 2
}

.c-textarea__aside {
  flex-basis: 324px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0;
  max-width: 324px;
  width: 34.4680851064%
}

.has-image-left .c-textarea__aside {
  order: 1
}

.c-textarea__title {
  word-wrap: break-word;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.6;
  margin-bottom: 12px;
  padding: 0
}

.c-editorPartsEdit__modal .c-textarea__text {
  word-wrap: break-word;
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1.6;
  padding: 8px
}

.c-textarea__image img {
  width: 100%
}

.c-textarea__image-link {
  display: block
}

.c-textarea__image-fixed-height-link {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 228px
}




.c-editorPartsEdit__hall_info {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 500px;
}
.c-editorPartsEdit__hall_info-block {
  margin: 0 25px;
}
.c-editorPartsEdit__hall_info-block-item {
  list-style: none;
  width: 50%;
}
.c-editorPartsEdit__hall_info-block-list {
  display: flex;
  line-height: 30px;
  font-size: 1.5rem;
}
.c-editorPartsEdit__hall_info input[type=checkbox] {
  margin-right: 1rem;
}


.is-edit-true .c-menu__body {
  padding: 14px 0;
  margin: 20px 0;
}
.is-edit-true .c-hallInfo__body {
  padding: 14px 0;
  margin: 20px 0;
}
.is-edit-true .c-textarea__body {
  padding: 14px 0;
  margin: 20px 0;
}
.is-edit-true .c-horizontal {
  padding: 14px 0;
  margin: 20px 0;
}
.is-edit-false .c-menu__body {
  padding: 0 0 14px 0;
  margin: 0 0 20px 0;
}
.is-edit-false .c-hallInfo__body {
  padding: 0 0 14px 0;
  margin: 0 0 20px 0;
}
.is-edit-false .is-pc-preview .c-hallInfo__body {
  display: flex;
}
.is-edit-false .c-textarea__body {
  padding: 0 0 14px 0;
  margin: 0 0 20px 0;
}
.is-edit-false .c-horizontal {
  padding: 0 0 14px 0;
  margin: 0 0 20px 0;
}
.c-textarea__body .c-textarea__text {
  padding: 1rem;
}

.c-editorPartsEdit__menu {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 500px;
}
.c-editorPartsEdit__menu-block {
  margin: 0 25px;
}
.c-editorPartsEdit__menu-block-item {
  list-style: none;
  width: 50%;
}
.c-editorPartsEdit__menu-block-item label,
.c-editorPartsEdit__menu-block-item input {
  width: 95%;
  height: 100%;
}
.c-editorPartsEdit__menu-block-list {
  line-height: 30px;
  font-size: 1.5rem;
  cursor: grab;
  margin-bottom: 1rem;
}
.c-editorPartsEdit__menu-block-list:active {
  cursor: grabbing;
}
.c-editorPartsEdit__modal[data-modal_type="menu"] .c-editorPartsEdit__modal-inner:nth-child(1) .c-editorPartsEdit__menu-block-list:nth-child(2) {
  display: flex;
}
.c-editorPartsEdit__menu input[type=checkbox] {
  margin-right: 1rem;
}
.c-editorPartsEdit__menu-block-item input {
  border: none;
  background-position: center;
  background-size: cover;
}
.c-editorPartsEdit__menu-block-list li:nth-child(1) input {
  background-image: url(img/menu1.png);
}
.c-editorPartsEdit__menu-block-list li:nth-child(2) input {
  background-image: url(img/menu2.png);
}
.c-editorPartsEdit__menu-block-list li:nth-child(3) input {
  background-image: url(img/menu3.png);
}
.c-editorPartsEdit__menu-block-list:nth-child(2) li:nth-child(1) input {
  background-image: url(img/menu4a.png);
}
.c-editorPartsEdit__menu-block-list:nth-child(2) li:nth-child(2) input {
  background-image: url(img/menu4b.png);
}
.c-editorPartsEdit__menu-block-list li:nth-child(1) input.is-active {
  background-image: url(img/menu1_active.png);
}
.c-editorPartsEdit__menu-block-list li:nth-child(2) input.is-active {
  background-image: url(img/menu2_active.png);
}
.c-editorPartsEdit__menu-block-list li:nth-child(3) input.is-active {
  background-image: url(img/menu3_active.png);
}
.c-editorPartsEdit__menu-block-list:nth-child(2) li:nth-child(1) input.is-active {
  background-image: url(img/menu4a_active.png);
}
.c-editorPartsEdit__menu-block-list:nth-child(2) li:nth-child(2) input.is-active {
  background-image: url(img/menu4b_active.png);
}

.c-editorPartsEdit__modal[data-modal_type="menu"] .c-editorPartsEdit__modal-inner:nth-child(2) .c-editorPartsEdit__menu-block-list {
  background-color: #EEEEEE;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 2rem;
}
.c-editorPartsEdit__modal[data-modal_type="menu"] .c-editorPartsEdit__modal-inner:nth-child(2) .c-editorPartsEdit__menu-block-list .row {
  display: flex;
}
.c-editorPartsEdit__modal[data-modal_type="menu"] .c-editorPartsEdit__modal-inner:nth-child(2) .c-editorPartsEdit__menu-block-list .row:nth-child(2) {
  margin-top: 1rem;
}
.c-editorPartsEdit__menu-block-form {
  width: 55%;
}


.c-editorPartsEdit__menu-block-list .c-editorPartsEdit__menu-switch {
  border-radius: 14.5px;
  display: block;
  height: 29px;
  position: relative;
  width: 65px;
}

.c-editorPartsEdit__menu-block-list .c-editorPartsEdit__menu-switch__input {
  display: none;
}

.c-editorPartsEdit__menu-block-list .c-editorPartsEdit__menu-switch__background {
  background-color: #d8d8d8;
  border-radius: 14.5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-editorPartsEdit__menu-block-list .c-editorPartsEdit__menu-switch__input:checked+.c-editorPartsEdit__menu-switch__background {
  background-color: #0076d7;
}

.c-editorPartsEdit__menu-block-list .c-editorPartsEdit__menu-switch__input:checked+.c-editorPartsEdit__menu-switch__background .c-editorPartsEdit__menu-switch__button {
  left: 38px;
}

.c-editorPartsEdit__menu-block-list .c-editorPartsEdit__menu-switch__button {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 23px;
  left: 5px;
  position: absolute;
  top: 3px;
  transition: left .1s ease-in-out;
  width: 23px;
  z-index: 2;
}
.c-editorPartsEdit__menu-block-style_change {
  margin-bottom: 20px;
}

.c-editorPartsEdit__menu-block-switch {
  margin-left: 50px;
}
.c-menu__list {
  display: flex;
  /* column-count: 4; */
  column-gap: 0 !important;
  line-height: 50px;
}
.c-menu__list-item {
  color: #FFFFFF;
  list-style: none;
  /* width: 100%; */
  text-align: center;
  background: #777777;
  border: 4px solid;
  border-top-color: #dddddd;
  border-left-color: #ffffff;
  border-right-color: #000000;
  border-bottom-color: #111111;
  cursor: pointer;
}
.c-menu__list-item-link {
  text-decoration: none;
  pointer-events: none;
  box-sizing: border-box;
  display: inline-block;
  width: 100% !important;
}
.c-menu__list-item-link.is-active {
  pointer-events: all;
}
.c-editorPartsEdit__menu-block-list .form-control {
  font-size: 1.5rem;
}


.c-editorPartsEdit__horizontal {
  margin-top: 20px;
  width: 500px
}

.c-editorPartsEdit__horizontal-block {
  margin: 0 50px
}

.c-editorPartsEdit__horizontal-block.border-top {
  border-top: 1px solid #f0f0f0
}

.c-editorPartsEdit__horizontal-block:nth-child(2) {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0
}

.c-editorPartsEdit__horizontal-block:nth-child(3) {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px
}

.c-editorPartsEdit__horizontal-block-inner2:nth-child(2) {
  padding: 30px 0 34px
}

.c-editorPartsEdit__horizontal-block-inner2 .c-horizontal__text {
  font-size: 1.2rem;
  line-height: 1.75
}

.c-editorPartsEdit__horizontal-block-inner2 .c-horizontal__body {
  max-width: none;
  padding: 0;
  width: 100%
}

.c-editorPartsEdit__horizontal-block-inner2 .c-horizontal__aside {
  max-width: none;
  width: 100%
}

.c-editorPartsEdit__horizontal-block-title {
  font-size: 1.6rem;
  margin-bottom: 10px
}

.c-editorPartsEdit__horizontal-block-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px
}

.c-editorPartsEdit__horizontal-block-item {
  margin-right: 28px;
  position: relative
}

.c-editorPartsEdit__horizontal-block-item-button {
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  height: 80px;
  padding: 15px 0;
  width: 104px
}

.c-editorPartsEdit__horizontal-block-item-button.is-active {
  background-color: #f0f0f0
}

.c-editorPartsEdit__horizontal-block-item-name {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 80px 34px;
  color: #0076d7;
  display: block;
  font-size: 1.2rem;
  padding-top: 42px;
  text-align: center
}

.c-editorPartsEdit__horizontal-block-item-name.text {
  background-image: url(img/text_align_left.c5308de.svg);
  background-position: top;
  background-repeat: no-repeat
}

.c-editorPartsEdit__horizontal-block-item-name.text-image {
  background-image: url(img/text_image.3bc1b47.svg);
  background-position: top;
  background-repeat: no-repeat
}

.c-editorPartsEdit__horizontal-block-select {
  margin-bottom: 10px
}

.c-editorPartsEdit__horizontal-block-note {
  color: #9b9b9b;
  font-size: 1.2rem;
  margin-bottom: 25px
}

.c-editorPartsEdit__horizontal-block-checkbox {
  display: none
}

.c-editorPartsEdit__horizontal-block-checkbox:checked+.c-editorPartsEdit__horizontal-block-label:before {
  background-color: #0076d7;
  border-color: #0076d7
}

.c-editorPartsEdit__horizontal-block-checkbox:checked+.c-editorPartsEdit__horizontal-block-label:after {
  opacity: 1
}

.c-editorPartsEdit__horizontal-block-label {
  display: block;
  font-size: 1.4rem;
  padding-left: 34px;
  position: relative
}

.c-editorPartsEdit__horizontal-block-label:before {
  background-color: #ededed;
  border: 2px solid #dcdcdc;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: -5px;
  transition: all .1s ease-in-out;
  width: 24px
}

.c-editorPartsEdit__horizontal-block-label:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 11px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  transition: opacity .1s ease-in-out;
  width: 6px
}

.c-editorPartsEdit__horizontal-block-image {
  position: relative
}

.c-editorPartsEdit__horizontal-block-image-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.c-editorPartsEdit__horizontal-block-image.with-background {
  background-image: url(img/addimg_blue.996e13f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px
}

.c-editorPartsEdit__horizontal-block-image.is-empty {
  border: 2px dashed #0076d7;
  height: 137px
}

.c-editorPartsEdit__horizontal-image-empty {
  background-image: url(/images/store_design/addimg_blue.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  border: 2px dashed #0076d7;
  cursor: pointer;
  display: block;
  padding-top: 70.6790123457%;
  width: 100%
}

.c-editorPartsEdit__horizontal-image-error {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 50%;
  justify-content: center;
  left: 0;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.c-editorPartsEdit__horizontal-text,
.c-editorPartsEdit__horizontal-title {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 10px 16px;
  width: 100%
}

.c-editorPartsEdit__horizontal-text {
  height: 136px;
  overflow-y: auto
}

.c-editorPartsEdit__horizontal-align-list {
  display: flex;
  list-style: none
}

.c-editorPartsEdit__horizontal-align-item {
  margin: 0 5px
}
.c-editorPartsEdit__horizontal-align-item.rainbow {
  background-image: url(img/text-color.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-bottom: 4px solid;
}
.c-editorPartsEdit__horizontal-align-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  display: block;
  font-size: 0;
  height: 24px;
  width: 24px
}

.c-editorPartsEdit__horizontal-align-left {
  background-image: url(img/txt-left-gray.66450e7.svg)
}

.c-editorPartsEdit__horizontal-align-left.is-active {
  background-image: url(img/txt-left.ec66774.svg)
}

.c-editorPartsEdit__horizontal-align-center {
  background-image: url(img/txt-center-gray.9ddda43.svg)
}

.c-editorPartsEdit__horizontal-align-center.is-active {
  background-image: url(img/txt-center.a36e67d.svg)
}

.c-editorPartsEdit__horizontal-align-right {
  background-image: url(img/txt-right-gray.9f50340.svg)
}

.c-editorPartsEdit__horizontal-align-right.is-active {
  background-image: url(img/txt-right.7fbc964.svg)
}

.c-editorPartsEdit__modal .c-horizontal {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px
}

.c-editorPartsEdit__modal .c-horizontal__body {
  margin: 0 auto;
  max-width: 556px;
  padding: 0;
  position: relative
}

.c-horizontal__body.align-left {
  text-align: left
}

.c-horizontal__body.align-right {
  text-align: right
}

.has-image .c-horizontal__body {
  flex-basis: 556px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2.1276595745% 0 0
}

.has-image-left .c-horizontal__body {
  order: 2
}

.c-horizontal__aside {
  flex-basis: 324px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0;
  max-width: 324px;
  width: 34.4680851064%
}

.has-image-left .c-horizontal__aside {
  order: 1
}

.c-horizontal__title {
  word-wrap: break-word;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.6;
  margin-bottom: 12px;
  padding: 0
}

.c-editorPartsEdit__modal .c-horizontal__text {
  word-wrap: break-word;
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1.6;
  padding: 8px
}

.c-horizontal__image img {
  width: 100%
}

.c-horizontal__image-link {
  display: block
}

.c-horizontal__image-fixed-height-link {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 228px
}


.device_header {
  display: flex;
  line-height: 50px;
  border-bottom: 4px double hsla(0, 0%, 82%, .5);
  margin: 0;
  padding: 0;
  background-color: #000000 !important;
  align-items: center;
}
.device_header .device_header-icon {
  padding: 2px;
  width: 35px;
  height: 35px;
  margin-left: 5px;
}

.device_header .device_header-title {
  font-weight: bold;
  width: 100%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  display: grid;
}
.device_header .device_header-title .device_header-title-item {
  margin-right: 35px;
  font-size: 2rem;
}


.c-editorPartsEdit__header {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 500px
}

.c-editorPartsEdit__header-block {
  margin: 0 25px
}

.c-editorPartsEdit__header-block-note {
  color: #9b9b9b;
  font-size: 1.2rem;
  margin: 0 5px 18px
}

.c-editorPartsEdit__header-block-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none
}

.c-editorPartsEdit__header-block-item {
  margin: 0 5px 20px;
  position: relative
}

.c-editorPartsEdit__header-block-item-is-add {
  border: 2px dashed #0076d7;
  box-sizing: border-box;
  height: 94px;
  width: 140px
}

.c-editorPartsEdit__header-block-item .with-background {
  background-image: url(img/addimg_blue.996e13f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px
}

.c-editorPartsEdit__header-block-item-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.c-editorPartsEdit__header-block-item-button {
  background-color: rgba(0, 0, 0, .3);
  box-sizing: border-box;
  display: block;
  height: 94px;
  width: 140px
}

.c-editorPartsEdit__header-block-item-image {
  height: 100%;
  width: 100%
}

.c-editorPartsEdit__header-error {
  align-items: center;
  bottom: -45px;
  box-sizing: border-box;
  display: flex;
  font-size: .8em;
  height: 50%;
  justify-content: center;
  left: 0;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  width: 100%
}

.disable {
  pointer-events: none
}

.c-editorPartsEdit__modal label {
  cursor: pointer;
  display: block;
  position: relative
}

.c-editorPartsEdit__modal label:has(>input:focus-visible) {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color
}

.c-editorPartsEdit__modal[data-modal_type="header"] input[type="file"] {
  height: 0;
  margin: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  width: 0;
  z-index: -1
}
.c-editorPartsEdit__header {
  margin-top: 20px;
  width: 500px
}

.c-editorPartsEdit__header-block {
  margin: 0 50px
}

.c-editorPartsEdit__header-block.border-top {
  border-top: 1px solid #f0f0f0
}

.c-editorPartsEdit__header-block:nth-child(2) {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0
}

.c-editorPartsEdit__header-block:nth-child(3) {
  border-top: 1px solid #f0f0f0;
  padding-top: 20px
}

.c-editorPartsEdit__header-block-inner2:nth-child(2) {
  padding: 30px 0 34px
}

.c-editorPartsEdit__header-block-inner2 .c-header__text {
  font-size: 1.2rem;
  line-height: 1.75
}

.c-editorPartsEdit__header-block-inner2 .c-header__body {
  max-width: none;
  padding: 0;
  width: 100%
}

.c-editorPartsEdit__header-block-inner2 .c-header__aside {
  max-width: none;
  width: 100%
}

.c-editorPartsEdit__header-block-title {
  font-size: 1.6rem;
  margin-bottom: 10px
}

.c-editorPartsEdit__header-block-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px
}

.c-editorPartsEdit__header-block-item {
  margin-right: 28px;
  position: relative
}

.c-editorPartsEdit__header-block-item-button {
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  height: 80px;
  padding: 15px 0;
  width: 104px
}

.c-editorPartsEdit__header-block-item-button.is-active {
  background-color: #f0f0f0
}

.c-editorPartsEdit__header-block-item-name {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 80px 34px;
  color: #0076d7;
  display: block;
  font-size: 1.2rem;
  padding-top: 42px;
  text-align: center
}

.c-editorPartsEdit__header-block-item-name.text {
  background-image: url(img/text_align_left.c5308de.svg);
  background-position: top;
  background-repeat: no-repeat
}

.c-editorPartsEdit__header-block-item-name.text-image {
  background-image: url(img/text_image.3bc1b47.svg);
  background-position: top;
  background-repeat: no-repeat
}

.c-editorPartsEdit__header-block-select {
  margin-bottom: 10px
}

.c-editorPartsEdit__header-block-note {
  color: #9b9b9b;
  font-size: 1.2rem;
  margin-bottom: 25px
}

.c-editorPartsEdit__header-block-checkbox {
  display: none
}

.c-editorPartsEdit__header-block-checkbox:checked+.c-editorPartsEdit__header-block-label:before {
  background-color: #0076d7;
  border-color: #0076d7
}

.c-editorPartsEdit__header-block-checkbox:checked+.c-editorPartsEdit__header-block-label:after {
  opacity: 1
}

.c-editorPartsEdit__header-block-label {
  display: block;
  font-size: 1.4rem;
  padding-left: 34px;
  position: relative
}

.c-editorPartsEdit__header-block-label:before {
  background-color: #ededed;
  border: 2px solid #dcdcdc;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: -5px;
  transition: all .1s ease-in-out;
  width: 24px
}

.c-editorPartsEdit__header-block-label:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 11px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  transition: opacity .1s ease-in-out;
  width: 6px
}

.c-editorPartsEdit__header-block-image {
  position: relative
}

.c-editorPartsEdit__header-block-image-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.c-editorPartsEdit__header-block-image.with-background {
  background-image: url(img/addimg_blue.996e13f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px
}

.c-editorPartsEdit__header-block-image.is-empty {
  border: 2px dashed #0076d7;
  height: 137px
}

.c-editorPartsEdit__header-image-empty {
  background-image: url(/images/store_design/addimg_blue.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  border: 2px dashed #0076d7;
  cursor: pointer;
  display: block;
  padding-top: 70.6790123457%;
  width: 100%
}

.c-editorPartsEdit__header-image-error {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 50%;
  justify-content: center;
  left: 0;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.c-editorPartsEdit__header-text,
.c-editorPartsEdit__header-title {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 10px 16px;
  width: 100%
}

.c-editorPartsEdit__header-text {
  overflow-y: auto
}

.c-editorPartsEdit__header-align-list {
  display: flex;
  list-style: none
}

.c-editorPartsEdit__header-align-item {
  margin: 0 5px
}
.c-editorPartsEdit__header-align-item.rainbow {
  background-image: url(img/text-color.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-bottom: 2px solid;
}
.c-editorPartsEdit__header-align-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  display: block;
  font-size: 0;
  height: 24px;
  width: 24px
}

.c-editorPartsEdit__header-align-left {
  background-image: url(img/txt-left-gray.66450e7.svg)
}

.c-editorPartsEdit__header-align-left.is-active {
  background-image: url(img/txt-left.ec66774.svg)
}

.c-editorPartsEdit__header-align-center {
  background-image: url(img/txt-center-gray.9ddda43.svg)
}

.c-editorPartsEdit__header-align-center.is-active {
  background-image: url(img/txt-center.a36e67d.svg)
}

.c-editorPartsEdit__header-align-right {
  background-image: url(img/txt-right-gray.9f50340.svg)
}

.c-editorPartsEdit__header-align-right.is-active {
  background-image: url(img/txt-right.7fbc964.svg)
}

.c-editorPartsEdit__modal .c-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px
}

.c-editorPartsEdit__modal .c-header__body {
  margin: 0 auto;
  max-width: 556px;
  padding: 0;
  position: relative
}

.c-header__body.align-left {
  text-align: left
}

.c-header__body.align-right {
  text-align: right
}

.has-image .c-header__body {
  flex-basis: 556px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2.1276595745% 0 0
}

.has-image-left .c-header__body {
  order: 2
}

.c-header__aside {
  flex-basis: 324px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 0;
  max-width: 324px;
  width: 34.4680851064%
}

.has-image-left .c-header__aside {
  order: 1
}

.c-header__title {
  word-wrap: break-word;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.6;
  margin-bottom: 12px;
  padding: 0
}

.c-editorPartsEdit__modal .c-header__text {
  word-wrap: break-word;
  font-size: 1.4rem;
  letter-spacing: .02em;
  line-height: 1.6;
  padding: 8px
}

.c-header__image img {
  width: 100%
}

.c-header__image-link {
  display: block
}

.c-header__image-fixed-height-link {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 228px
}

.parts-block:nth-child(2) .c-editorPartsEdit__button-up {
  pointer-events: none;
}

.w-90 {
  width: 90%;
  margin: auto;
}
.w-100 {
  width: 100%;
}

.c-hallInfo__table {
  border-collapse: separate;
  border-spacing: 20px 5px;
  width: 100%;
}
.c-hallInfo__table th {
  border: 1px solid;
  width: 25%;
  text-align: justify;
  text-align-last: justify;
  padding: 8px;
}
.c-hallInfo__table td {
  width: 75%;
  font-size: 13px;
}
.c-hallInfo__image {
  margin-bottom: 20px;
  text-align: center;
}
.c-hallInfo__image img {
  height: 150px;
}
.c-hallInfo__image-link.false {
  display: none;
}


.next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.next::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #828282;
  border-right: solid 3px #828282;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 10px;
}

.next:hover {
  background-color: #fff;
  transition: all 0.3s;
}

.prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.prev::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #828282;
  border-right: solid 3px #828282;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 15px;
  top: 10px;
}

.prev:hover {
  background-color: #fff;
  transition: all 0.3s;
}

.wrapper {
  max-width: 100vw;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 300px;
}

.next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 130px;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.next::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #828282;
  border-right: solid 3px #828282;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 10px;
}

.next:hover {
  background-color: #fff;
  transition: all 0.3s;
}

.prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 130px;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.prev::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #828282;
  border-right: solid 3px #828282;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 15px;
  top: 10px;
}

.prev:hover {
  background-color: #fff;
  transition: all 0.3s;
}


.indicator {
  width: 100%;
  position: absolute;
  bottom: -26px;
  display: flex;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.indicator li {
  width: 30px;
  height: 8px;
  border-radius: 5px;
  position: relative;
  list-style: none;
  border: 2px #FFF solid;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 5px;
  background-color: #fff;
}

.is-edit-true .c-sns__body {
  padding: 14px 0;
  margin: 20px 0;
}
.c-sns__body {
  text-align: justify;
  text-align-last: justify;
  padding:0!important;
}
.c-sns__body a {
  display:inline-block;	
  width: 50px;
  height: 50px;
  text-decoration:none;
  transition:.5s;
  background-size: 50px;
}
.c-sns__body a.hidden {
  display: none;
}

.sns-line {
  background-image: url('img/sns/line.png');
}
.sns-instagram {
  background-image: url('img/sns/instagram.png');
}
.sns-facebook {
  background-image: url('img/sns/facebook.png');
}
.sns-youtube {
  background-image: url('img/sns/youtube.png');
}
.sns-x {
  background-image: url('img/sns/x.png');
}
.sns-tiktok {
  background-image: url('img/sns/tiktok.png');
}

.c-editorPartsEdit__sns {
  margin-top: 20px;
  width: 500px
}
.c-editorPartsEdit__sns {
  margin-bottom: 40px;
  margin-top: 20px;
  width: 500px;
}
.c-editorPartsEdit__sns-block {
  margin: 0 25px;
}
.c-editorPartsEdit__sns-block-item {
  list-style: none;
  width: 50%;
}
.c-editorPartsEdit__sns-block-list {
  display: flex;
  line-height: 30px;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.c-editorPartsEdit__sns input[type="button"] {
  width: 90%;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  line-height: 50px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center left;
  background-position-x: 1rem;
}

.c-editorPartsEdit__sns input[type="button"].is-active {
  background-color: #0076d7;
  background-color: rgba(0, 118, 215, .4);
}

.c-textarea {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  width: 100%
}
.c-hall_info {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  width: 100%
}
.c-sns {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  width: 100%
}

.c-editorPartsEdit__menu-align-list {
  display: flex;
  list-style: none
}
.c-editorPartsEdit__menu-align-item {
  margin: 0 5px
}
.c-editorPartsEdit__menu-align-item.rainbow {
  background-image: url(img/text-color.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-bottom: 4px solid;
}
.c-editorPartsEdit__menu-align-item.fill {
  background-image: url(img/fill.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-bottom: 4px solid;
}
.c-editorPartsEdit__menu-align-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  display: block;
  font-size: 0;
  height: 24px;
  width: 24px
}

.c-recommendation__modal {
  width: 38%;
  background-color: rgba(34,34,34,0.85);
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  left: 31%;
  top: 5px;
  position: fixed;
  z-index: 1000;
}
.c-recommendation__modal-title {
  color: #000;
  /* border-bottom: 2px solid #f0f0f0; */
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  /* background-color: #FF0000; */
  line-height: 50px;
  width: 80%;
  margin: auto;
}
.c-recommendation__modal-inner {
  box-sizing: border-box;
  padding-top: 25px;
  z-index: 9999;
}
.c-recommendation__modal-body {
  max-height: 70vh;
  max-width: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: auto;
  margin-bottom: 50px;
}
.c-recommendation__recommendation-block div {
  width: 90%;
  margin: auto;
}
.c-recommendation__recommendation-block img {
  width: 100%;
  margin-top: 10px;
}
.c-recommendation__modal-title i {
  position: absolute;
  right: 10px;
  top: 32px;
  font-size: 20px;
  color: #FFFFFF;
}

.c-hallInfo__table a {
  text-decoration: none;
  color: inherit;
}

.device-inner .main {
  min-height: 100vh;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.parts-block.footer {
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  line-height: 50px;
  text-align: center;
  background-color: #000000;
}
.parts-block.footer i {
  margin-right: 0.5rem;
}

.c-textarea iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.c-youtube iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

a.anchor-link {
  pointer-events: none;
}

.textarea-anchor {
  text-decoration: none;
}
.c-textarea__body .c-textarea__text a {
  text-decoration: none;
  color: inherit;
}
.c-sns__body a.disabled {
  pointer-events: none;
}
/* a.disabled {
  pointer-events: none;
} */
/* a.a_disabled {
  pointer-events: none;
} */
img.modal_open {
  pointer-events: auto;
}
.textarea-anchor object a {
  pointer-events: auto !important;
}

.parts-block.scroll {
  position: fixed;
  width: 40%;
  top: 0;
  z-index: 900;
}

@media screen and (max-width: 768px) {
  .device-inner {
    width: 422px;
    max-width: 100%;
    overflow: auto;
  }
  .c-recommendation__modal {
    width: 92%;
    left: 4%;
  }
  .parts-block.scroll {
    width: 100%;
  }
}

.footer-hall_name {
  line-height: 25px;
  margin-top: 15px;
  font-size: 15px;
}
.footer-hall_address {
  line-height: 25px;
  font-size: 12px;
}
.footer-top {
  line-height: 25px;
  margin-top: 10px;
}
.footer-top img {
  width: 100px;
}
.footer-top a {
  color: inherit;
  text-decoration: none;
}