@charset "UTF-8";
@import url(assets/css/welcome.css);
@import url(assets/css/webfonts.css);
@import url(assets/css/slick.css);
@import url(assets/css/slick-theme.css);
@import url(assets/css/lightbox.css);
@import url(assets/css/entry.css);
*,
html {
  font-size: 100%;
  border: 0;
}

button,
hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button:disabled,
html {
  cursor: default;
}

*,
:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: 0;
}

*,
button,
fieldset,
hr,
iframe,
img {
  border: 0;
}

a,
a:active,
a:link,
a:visited,
ins {
  text-decoration: none;
}

a:hover,
abbr[title] {
  text-decoration: underline;
}

dialog,
ins,
mark {
  color: #000;
}

*,
progress,
sub,
sup {
  vertical-align: baseline;
}

button,
legend {
  color: inherit;
}

img,
legend {
  max-width: 100%;
}

*,
hr,
legend {
  padding: 0;
}

* {
  margin: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

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

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 16px/1.8 BlinkMacSystemFont, Segoe UI, Roboto,
    "Open Sans", sans-serif;
  padding-bottom: 306px;
}

address,
caption,
code,
figcaption,
pre,
th {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
}

caption,
th {
  text-align: left;
}

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

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

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

dialog,
hr,
img {
  display: block;
}

hr {
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

dialog {
  background-color: #fff;
  border: solid;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}

textarea {
  overflow: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

summary {
  display: list-item;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:link,
a:visited {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

img {
  height: auto;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  white-space: normal;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  position: relative;
  min-height: 100vh;
}

html,
body {
  overflow-x: hidden;
  background-color: #fff;
  color: #111;
  font-size: 14px;
  font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "Hiragino Kaku Gothic ProN", "MS PGothic", "sans-serif";
}

.hasbg {
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

/*main*/
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 10;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #111;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading-box {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5555555555555555555555555555555555555555555555555555 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent !important;
}

.loading-box:before,
.loading-box:after {
  content: "";
  width: 100%;
  height: 51%;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f18101;
  z-index: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.5, 0.99);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.5, 0.99);
}

.loading-box:before {
  top: 0;
}

.loading-box:after {
  bottom: 0;
}

.loading-box.show:before {
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
}

.loading-box.show:after {
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
}

::-moz-selection {
  color: white;
  background-color: rgba(100, 100, 100, 0.8);
}

::selection {
  color: white;
  background-color: rgba(100, 100, 100, 0.8);
}

a {
  color: #111;
  -webkit-transition-timing-function: cubic-bezier(0.19, 0.69, 0.24, 0.97);
  transition-timing-function: cubic-bezier(0.19, 0.69, 0.24, 0.97);
}

a:hover {
  text-decoration: none;
}

.inner {
  max-width: 1360px;
  padding: 0 30px;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 5;
}

.site-header {
  position: fixed !important;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(10, 10, 10, 0.9);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.site-header .head {
  margin: auto;
  position: relative;
  max-width: 1840px;
  padding: 0 75px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-header .brand {
  position: relative;
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  height: 66px;
  overflow: hidden;
}

.site-header .brand h1 {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: 360px;
  position: absolute;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-55%) rotateX(-45deg) rotateZ(45deg)
    rotateY(0deg);
  transform: translateY(-55%) rotateX(-45deg) rotateZ(45deg) rotateY(0deg);
  left: 250px;
}

.site-header .brand a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.site-header .brand a svg {
  position: relative;
  top: 14%;
  left: 14%;
  display: block;
  width: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotateX(0deg) rotateZ(-45deg) rotateY(-45deg);
  transform: rotateX(0deg) rotateZ(-45deg) rotateY(-45deg);
}

.site-header .brand a:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.site-header.fix .site-nav a {
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.site-header.fix .site-nav a span {
  color: white;
}

.site-header.fix .site-nav a:after {
  background-color: #f18101;
}

.site-header.fix .site-nav a:hover {
  color: #f18101;
}

.site-header.fix .header-social a {
  background-color: transparent;
}

.site-header.fix .header-social a:hover {
  background-color: #f18101;
  border-color: #f18101;
}

.site-header.fix .header-social a:hover path {
  fill: #111;
}

.site-nav {
  margin-right: auto;
  margin-top: 27px;
  margin-left: 200px;
}

.site-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-nav ul a {
  line-height: 1;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #111;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  color: #fff;
}

.home .site-nav ul a {
  text-shadow: 1px 1px 1px #fff;
}

.site-nav ul a span {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  display: block;
  text-align: center;
}

.site-nav ul a span.jp {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.site-nav ul a:hover span.en {
  opacity: 0;
}

.site-nav ul a:hover span.jp {
  opacity: 1;
}

.header-social {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-social a {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  min-width: 34px;
  margin: 0 8px;
  display: block;
  border: 1px solid #ffffff;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-social a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header-social a svg path {
  fill: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-social a:hover {
  background-color: #111;
  border-color: #111;
}

.header-social a:hover path {
  fill: #f18101;
}

.menu-shop,
.menu-contact {
  display: none;
}

.header-link {
  margin-left: 20px;
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-link .shop-info {
  position: relative;
  white-space: nowrap;
}

.header-link .shop-info .shop-link {
  position: relative;
  margin: 0 22px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  display: block;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-link .shop-info .shop-link label {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.header-link .shop-info .shop-link .icon-btn {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 6px;
}

.header-link .shop-info .shop-link .icon-btn span {
  height: 3px;
  border-radius: 1px;
  margin: 1px 0 0;
  background-color: white;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-link .shop-info .shop-link .icon-btn span:nth-child(2n-1) {
  width: 70%;
}

.header-link .shop-info .shop-link .icon-btn span:nth-child(2n) {
  width: 100%;
}

.header-link .shop-info .shop-link em {
  font-style: normal;
}

.header-link .shop-info .shop-link:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 4px;
  background-color: #111;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.header-link .shop-info .shop-link:hover {
  color: #f18101;
}

.header-link .shop-info .shop-link:hover .icon-btn span {
  background-color: #f18101;
}

.header-link .shop-info .shop-link:hover .icon-btn span:nth-child(1) {
  -webkit-animation: upanddown 0.9s ease infinite 0s;
  animation: upanddown 0.9s ease infinite 0s;
}

.header-link .shop-info .shop-link:hover .icon-btn span:nth-child(2) {
  -webkit-animation: upanddown_odd 0.9s ease infinite 0.1s;
  animation: upanddown_odd 0.9s ease infinite 0.1s;
}

.header-link .shop-info .shop-link:hover .icon-btn span:nth-child(3) {
  -webkit-animation: upanddown 0.9s ease infinite 0.2s;
  animation: upanddown 0.9s ease infinite 0.2s;
}

.header-link .shop-info .shop-link:hover .icon-btn span:nth-child(4) {
  -webkit-animation: upanddown_odd 0.9s ease infinite 0.3s;
  animation: upanddown_odd 0.9s ease infinite 0.3s;
}

.header-link .shop-info .shop-link:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.header-link .shop-info .shop-href {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  display: none;
  z-index: 2;
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.header-link .shop-info .shop-href:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 8px solid #fff;
  content: "";
  top: -8px;
  left: 50%;
  margin-left: -3px;
}

.header-link .shop-info .shop-href ul a {
  border-radius: 5px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 5px 10px;
}

.header-link .shop-info .shop-href ul a:hover {
  background-color: #000;
  color: #fff;
}

.header-link .contact-info {
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.header-link .contact-info svg {
  width: 15px;
  height: 15px;
  display: block;
  display: block;
  width: 100%;
  height: 100%;
}

.header-link .contact-info svg path {
  fill: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-link .contact-info .contact-link {
  position: relative;
  margin: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  display: block;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-link .contact-info .contact-link label {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.header-link .contact-info .contact-link .icon {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 6px;
}

.header-link .contact-info .contact-link em {
  font-style: normal;
}

.header-link .contact-info .contact-link:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 4px;
  background-color: #111;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.header-link .contact-info .contact-link:hover {
  color: #f18101;
}

.header-link .contact-info .contact-link:hover path {
  fill: #f18101;
}

.header-link .contact-info .contact-link:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.header-link .contact-info .contact-href {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 2;
}

.header-link .contact-info .contact-href:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 8px solid #fff;
  content: "";
  top: -8px;
  left: 50%;
  margin-left: -3px;
}

.header-link .contact-info .contact-href ul a {
  border-radius: 5px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 5px 10px;
}

.header-link .contact-info .contact-href ul a:hover {
  background-color: #000;
  color: #fff;
}

.menu-contact:checked ~ .contact-href {
  display: block;
}

.menu-contact:checked ~ .contact-link path {
  fill: #f18101;
}

.menu-contact:checked ~ .contact-link {
  color: #f18101;
}

.menu-contact:checked ~ .contact-link:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.home .site-header {
  position: fixed !important;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100 !important;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.home .site-header .head {
  margin: auto;
  position: relative;
  max-width: 1840px;
  padding: 0 75px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home .site-header .brand {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: auto;
  position: relative;
  overflow: inherit;
}

.home .site-header .brand h1 {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: 360px;
  position: absolute;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%) rotateX(-45deg) rotateZ(45deg)
    rotateY(0deg);
  transform: translateY(-50%) rotateX(-45deg) rotateZ(45deg) rotateY(0deg);
  left: 250px;
}

.home .site-header .brand h1:hover {
  -webkit-transform: translateY(-53%) rotateX(-45deg) rotateZ(45deg)
    rotateY(0deg);
  transform: translateY(-53%) rotateX(-45deg) rotateZ(45deg) rotateY(0deg);
}

.home .site-header .brand a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.home .site-header .brand a svg {
  position: relative;
  top: 14%;
  left: 14%;
  display: block;
  width: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotateX(0deg) rotateZ(-45deg) rotateY(-45deg);
  transform: rotateX(0deg) rotateZ(-45deg) rotateY(-45deg);
}

.home .site-header .brand a:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home .site-header.fix {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(10, 10, 10, 0.9);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.home .site-header.fix .brand {
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  height: 66px;
  overflow: hidden;
}

.home .site-header.fix .brand h1 {
  -webkit-transform: translateY(-53%) rotateX(-45deg) rotateZ(45deg)
    rotateY(0deg);
  transform: translateY(-53%) rotateX(-45deg) rotateZ(45deg) rotateY(0deg);
}

.home .site-header.fix .brand a {
  background-color: transparent;
}

.home .site-header.fix .brand a:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.home .site-header.fix .site-nav {
  margin-top: 30px;
}

.home .site-header.fix .site-nav a {
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none;
}

.home .site-header.fix .site-nav a span {
  color: white;
}

.home .site-header.fix .site-nav a:after {
  background-color: #f18101;
}

.home .site-header.fix .site-nav a:hover {
  color: #f18101;
}

.home .site-header.fix .header-social {
  margin-top: 22px;
}

.home .site-header.fix .header-social a {
  background-color: transparent;
}

.home .site-header.fix .header-social a:hover {
  background-color: #f18101;
  border-color: #f18101;
}

.home .site-header.fix .header-social a:hover path {
  fill: #111;
}

.home .site-header.fix .header-link {
  margin-top: 20px;
}

.home .site-nav a {
  color: #111;
}

.home .site-nav a span {
  color: #111;
}

.menu-shop:checked ~ .shop-href {
  display: block;
}

.menu-shop:checked ~ .shop-link {
  color: #f18101;
}

.menu-shop:checked ~ .shop-link .icon-btn span {
  background-color: #f18101;
}

.menu-shop:checked ~ .shop-link .icon-btn span:nth-child(1) {
  display: none;
}

.menu-shop:checked ~ .shop-link .icon-btn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 6px;
  -webkit-animation: none;
  animation: none;
}

.menu-shop:checked ~ .shop-link .icon-btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -8px;
  -webkit-animation: none;
  animation: none;
  width: 100%;
}

.menu-shop:checked ~ .shop-link .icon-btn span:nth-child(4) {
  display: none;
}

.menu-shop:checked ~ .shop-link:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.zoomslider {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.zoomslider:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 46vh solid rgba(189, 78, 0, 0.6);
  border-left: 46vh solid transparent;
  z-index: 4;
}

.zoomslider .slideitem {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zoomslider .zoomo img {
  -webkit-animation: zoomo 50s linear infinite 2s;
  animation: zoomo 50s linear infinite 2s;
}

@-webkit-keyframes zoomo {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoomo {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.zoomslider .slideitem picture {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.zoomslider img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero #slideposition {
  position: absolute;
  bottom: 160px;
  left: 20px;
  z-index: 30;
}

.hero #slideposition ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hero #slideposition ul li.indicator {
  display: inline-block;
  width: 42px;
  height: 4px;
  background: rgba(250, 250, 250, 0.6);
  margin: 0px 4px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.hero #slideposition ul li.indicator.active {
  background: #fafafa;
}

.slideitem,
.slideitem img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  overflow: hidden;
  justify-content: center;
}

.hero .hero-container {
  z-index: 5;
  width: 100%;
  max-width: 1840px;
  padding: 0 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero .hero-container .hero-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 500vh;
  min-width: 1500px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: rgba(241, 129, 1, 0.6);
  z-index: 1;
}

.hero .hero-container .hero-bar .hour-24 {
  opacity: 0.1;
  padding-left: 5%;
  display: block;
  width: 150%;
  position: absolute;
  right: 20px;
  top: 40%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateX(50%) rotate(-90deg);
  transform: translateX(50%) rotate(-90deg);
}

.hero .hero-container .hero-bar .hour-24 img {
  width: 100%;
  display: block;
}

.hero .hero-container .hero-bar .hour-line {
  padding-left: 5%;
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(50%) rotate(-45deg);
  transform: translateX(50%) rotate(-45deg);
}

.hero .hero-container .hero-bar .hour-line:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 69%;
  height: 74px;
  width: 500px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateX(146%) translateY(-504%) rotate(-45deg)
    skewX(-40deg);
  transform: translateX(146%) translateY(-504%) rotate(-45deg) skewX(-40deg);
  opacity: 0.1;
}

.hero .hero-container .hero-bar .hour-line:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1%;
  left: 47%;
  height: 74px;
  width: 500px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-186%) translateY(257%) rotate(-45deg)
    skewX(-40deg);
  transform: translateX(-186%) translateY(257%) rotate(-45deg) skewX(-40deg);
  opacity: 0.1;
}

.hero .hero-container .hero-news {
  position: absolute;
  z-index: 2;
  top: 72px;
  width: 723px;
  left: 358px;
}

.hero .hero-container .hero-news .hero-news-bg {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.hero .hero-container .hero-news .hero-news-i {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6px 10px 6px 70px;
  color: #fff;
}

.hero .hero-container .hero-news .ttl {
  color: #f18101;
  font-size: 14px;
  text-transform: uppercase;
  width: 97px;
  font-weight: 900;
  line-height: 1.3;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.hero .hero-container .hero-news .news-lin {
  width: calc(100% - 97px);
}

.hero .hero-container .hero-news .news-lin a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
}

.hero .hero-container .hero-line-wrap {
  width: 100%;
  text-align: left;
}

.hero .hero-container .hero-news .news-lin ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.hero .hero-container .hero-news .news-lin ul .tag {
  background-color: #fff;
  white-space: nowrap;
  color: #000;
  font-size: 12px;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 1.2;
  margin-right: 10px;
}

.hero .hero-container .hero-news .news-lin ul .date {
  margin-right: 10px;
  white-space: nowrap;
}

.hero .hero-container .hero-news .news-lin ul .text {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.hero .hero-container .slogan {
  position: relative;
  z-index: 2;
  top: 30%;
}

.hero .hero-container .slogan h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
}

.hero .hero-container .slogan h1 span {
  display: inline-block;
  margin-right: 10px;
}

.hero .hero-container .slogan h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
}

.hero .hero-container .slogan p {
  font-size: 14px;
  max-width: 400px;
  margin: 20px 0;
  line-height: 2;
}

.hero .hero-container .slogan a {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 13px;
  font-weight: bold;
  width: 150px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #111;
  text-transform: uppercase;
  margin: 20px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
  position: relative;
}

.hero .hero-container .slogan a span {
  position: relative;
  z-index: 2;
}

.hero .hero-container .slogan a svg {
  position: relative;
  z-index: 2;
  width: 1.1em;
  height: 1.1em;
  display: block;
  min-width: 1.1em;
  margin-left: 8px;
}

.hero .hero-container .slogan a path {
  fill: #111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hero .hero-container .slogan a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f18101;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

.hero .hero-container .slogan a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 1;
}

.hero .hero-container .slogan a:hover {
  color: white;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hero .hero-container .slogan a:hover path {
  fill: white;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hero .hero-container .slogan a:hover:before {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

.hero .hero-container .slogan a:hover:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hero .hero-container .slogan .slogan-info {
  opacity: 0;
  display: none;
}

.hero .hero-container .slogan .slogan-info.show {
  opacity: 1;
  display: block;
}

.slogan-graph {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  position: absolute;
}

.slogan-graph .slogan-mask {
  max-width: 1200px;
  width: 36%;
  max-height: 60vh;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  will-change: transform;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.slogan-graph .slogan-mask:before {
  content: "";
  display: block;
  width: 100%;
  z-index: -1;
  padding-top: 100%;
}

.slogan-graph .slogan-mask svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.slogan-graph .slogan-mask svg path {
  fill-opacity: 0;
}

.slogan-graph .slogan-mask.rotateY {
  -webkit-transform: translate(-50%, -50%) rotateY(90deg);
  transform: translate(-50%, -50%) rotateY(90deg);
}

.slogan-graph .white-text {
  width: 70%;
  max-width: 2200px;
  padding-top: 9.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}

.slogan-graph .white-text svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.slogan-graph .white-text svg path {
  opacity: 0;
  fill: #ffffff;
}

.slogan-graph .white-text #_seo.do path,
.slogan-graph .white-text #_media.do path,
.slogan-graph .white-text #_solution.do path {
  opacity: 0;
  -webkit-animation: whiteTextFlash 0.2s ease forwards 0s;
  animation: whiteTextFlash 0.2s ease forwards 0s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slogan-graph .white-text #_seo.do path:nth-child(1),
.slogan-graph .white-text #_media.do path:nth-child(1),
.slogan-graph .white-text #_solution.do path:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.slogan-graph .white-text #_seo.do path:nth-child(2),
.slogan-graph .white-text #_media.do path:nth-child(2),
.slogan-graph .white-text #_solution.do path:nth-child(2) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.slogan-graph .white-text #_seo.do path:nth-child(3),
.slogan-graph .white-text #_media.do path:nth-child(3),
.slogan-graph .white-text #_solution.do path:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.slogan-graph .white-text #_seo.do path:nth-child(4),
.slogan-graph .white-text #_media.do path:nth-child(4),
.slogan-graph .white-text #_solution.do path:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.slogan-graph .white-text #_seo.do path:nth-child(5),
.slogan-graph .white-text #_media.do path:nth-child(5),
.slogan-graph .white-text #_solution.do path:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.slogan-graph .white-text #_seo.do path:nth-child(6),
.slogan-graph .white-text #_media.do path:nth-child(6),
.slogan-graph .white-text #_solution.do path:nth-child(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slogan-graph .white-text #_seo.do path:nth-child(7),
.slogan-graph .white-text #_media.do path:nth-child(7),
.slogan-graph .white-text #_solution.do path:nth-child(7) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.slogan-graph .white-text #_seo.do path:nth-child(8),
.slogan-graph .white-text #_media.do path:nth-child(8),
.slogan-graph .white-text #_solution.do path:nth-child(8) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.slogan-graph .white-text #_seo.do path:nth-child(9),
.slogan-graph .white-text #_media.do path:nth-child(9),
.slogan-graph .white-text #_solution.do path:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes whiteTextFlash {
  0% {
    opacity: 0;
    fill: #ffffff;
  }
  40% {
    opacity: 1;
    fill: #ffffff;
  }
  70% {
    opacity: 0.3;
    fill: #ffffff;
  }
  100% {
    opacity: 1;
    fill: #ffffff;
  }
}
@keyframes whiteTextFlash {
  0% {
    opacity: 0;
    fill: #ffffff;
  }
  40% {
    opacity: 1;
    fill: #ffffff;
  }
  70% {
    opacity: 0.3;
    fill: #ffffff;
  }
  100% {
    opacity: 1;
    fill: #ffffff;
  }
}
html.ie .zoomslider .slideitem.iebg:before {
  display: none;
}

.fiexd-wrap {
  position: fixed;
  right: 0;
  bottom: 75px;
  z-index: 10;
  width: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}

.fiexd-wrap.blur {
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}

.fiexd-wrap .icon-btn {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  padding: 13px;
  line-height: 1.2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fiexd-wrap .icon-btn em {
  font-style: normal;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}

.fiexd-wrap .shop-info {
  background-color: #fff;
  padding: 13px;
}

.fiexd-wrap .shop-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fiexd-wrap .shop-info ul a {
  width: 1.5em;
  display: block;
  line-height: 1.1;
  padding: 5px 0.25em;
}

.fiexd-wrap .shop-info ul a:hover {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}

.fiexd-wrap svg {
  width: 18px;
  height: 18px;
}

.fiexd-wrap .icon {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fiexd-wrap .web-shop {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 40px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px 0 0 0px;
}

.fiexd-wrap .web-shop .icon-btn {
  background-color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fiexd-wrap .web-shop .icon-btn:hover {
  background-color: #f18101;
}

.fiexd-wrap .peo-shop {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 40px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0 0 0 10px;
}

.fiexd-wrap .peo-shop .icon-btn {
  background-color: #a41510;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fiexd-wrap .peo-shop .icon-btn:hover {
  background-color: #f18101;
}

.fiexd-wrap .web-shop.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  right: 0;
}

.fiexd-wrap .peo-shop.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  right: 0;
}

.fiexd-wrap.show {
  width: auto;
}

.scroll-down {
  cursor: pointer;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 20;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 120px;
  font-size: 18px;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.scroll-down svg {
  display: block;
  border-radius: 100%;
  margin: 6px auto 0;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  padding: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scroll-down svg path {
  fill: #ffffff;
}

.scroll-down:hover svg {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.home-service {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  z-index: 8;
  max-width: 1240px;
  width: calc(100% - 40px);
  margin: -100px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-service .col {
  width: 33.333333%;
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  min-width: 33.3333333%;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.home-service .col.animate {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.home-service .col:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 85%;
  position: relative;
  z-index: 1;
}

.home-service .col .wrap {
  z-index: 10;
  width: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
}

.home-service .col .wrap .icon {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-service .col .wrap .icon img {
  max-width: 60px;
  width: auto;
  max-height: 60px;
  display: block;
}

.home-service .col .wrap h2 {
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 15px 0;
  font-size: 28px;
}

.home-service .col .wrap p {
  line-height: 2;
  max-width: 280px;
  margin: auto;
  text-align: center;
}

.home-service .col:nth-child(2n) img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.home-concept {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #fff;
}

.home-concept.animate {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-concept .home-concept-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-concept .home-concept-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.home-concept .home-concept-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.home-concept h2.section-title {
  text-align: left;
}

.home-concept h2.section-title span {
  text-align: left;
}

.home-concept h2.section-title:after {
  left: 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.home-concept .wrap {
  width: 100%;
  padding: 80px 20px;
  max-width: 1240px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-concept .wrap .fit-guy {
  min-width: 50%;
  width: 50%;
  margin-right: 40px;
  z-index: 2;
}

.home-concept .wrap .home-concept-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

.home-concept h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
}

.home-concept h2 + p {
  margin: 1em 0;
  line-height: 2;
  font-size: 16px;
}

.home-concept .click-concept .click-qa {
  margin-top: 20px;
}

.home-concept .click-concept .click-qa .ttl-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 16px 16px;
  background-color: #ea830d;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-concept .click-concept .click-qa .ttl-qa span {
  display: block;
  border-left: 2px solid #fff;
  padding-left: 14px;
}

.home-concept .click-concept .click-qa .ttl-qa:hover {
  background-color: #a43310;
}

.home-concept .click-concept .click-qa .ttl-qa .icon {
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.home-concept .click-concept .click-qa .click-a {
  padding: 0px 16px 16px 16px;
  border-radius: 0 0 8px 8px;
  background-color: #ea830d;
  display: none;
}

.home-concept .click-concept .click-qa .click-a p {
  background-color: #fff;
  color: #000;
  padding: 14px;
}

.home-concept .click-concept .click-qa.show .ttl-qa {
  border-radius: 8px 8px 0 0;
}

.home-concept .click-concept .click-qa.show .ttl-qa .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.more-btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 13px;
  font-weight: bold;
  width: 150px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #111;
  text-transform: uppercase;
  margin: 20px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

a.more-btn span {
  position: relative;
  z-index: 2;
}

a.more-btn svg {
  position: relative;
  z-index: 2;
  width: 1.1em;
  height: 1.1em;
  display: block;
  min-width: 1.1em;
  margin-left: 8px;
}

a.more-btn path {
  fill: #111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

a.more-btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f18101;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

a.more-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 1;
}

a.more-btn:hover {
  color: white;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border: 1px solid transparent !important;
}

a.more-btn:hover path {
  fill: white;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

a.more-btn:hover:before {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

a.more-btn:hover:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

a.common-btn {
  text-transform: uppercase;
  font-family: "Raleway", "Noto Sans Japanese", "メイリオ",
    "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Hiragino Kaku Gothic ProN", "MS PGothic", "sans-serif";
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  height: 36px;
  width: 160px;
  background-color: #f18101;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

a.common-btn span {
  position: relative;
  z-index: 2;
}

a.common-btn svg {
  width: 1.1em;
  height: 1.1em;
  min-width: 1.1em;
  display: block;
  margin-right: 6px;
  z-index: 2;
  position: relative;
}

a.common-btn path {
  fill: #111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.common-btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f18101;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}

a.common-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 1;
}

a.common-btn:hover {
  color: white;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

a.common-btn:hover path {
  fill: white;
}

a.common-btn:hover:before {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

a.common-btn:hover:after {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*home-reason*/
.home-reason {
  position: relative;
  width: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #fff;
}

.home-reason.animate {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-reason .home-reason-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-reason .home-reason-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.home-reason .home-reason-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.home-reason .wrap {
  width: 100%;
  padding: 80px 0;
  max-width: 1270px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.home-reason .wrap a {
  color: #fff;
}

.home-reason .wrap a:hover {
  text-decoration: underline;
}

.home-reason .wrap .home-reason-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-reason .wrap .home-reason-content .item {
  width: calc(25% - 50px);
  margin: 25px;
}

.home-reason .wrap .home-reason-content .item-img img {
  width: 100%;
  max-width: 104px;
  margin: 0 auto;
}

.home-reason .wrap .home-reason-content .item-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 12px auto;
}

.home-reason .wrap .home-reason-content .item-txt {
  font-size: 15px;
}

.home-booking {
  padding: 160px 0;
  position: relative;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.home-booking.animate {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-booking .home-booking-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-booking .home-booking-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.home-booking .home-booking-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.home-booking .wrap {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  text-align: center;
  z-index: 5;
  position: relative;
  color: white;
}

.home-booking .wrap h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  display: block;
}

.home-booking .wrap h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
}

.home-booking .wrap a {
  margin: 30px auto 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.home-booking .wrap a path {
  fill: #fff;
}

.home-shop {
  background-color: #f3f3f3;
  padding: 100px 0;
  position: relative;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home-shop.animate {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

h2.section-title {
  font-size: 30px;
  line-height: 1.1;
  display: block;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

h2.section-title span {
  margin-bottom: 4px;
  font-size: 0.5em;
  font-weight: normal;
  display: block;
  text-align: center;
  font-family: "Raleway", "Noto Sans Japanese", "メイリオ",
    "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Hiragino Kaku Gothic ProN", "MS PGothic", "sans-serif";
}

h2.section-title:after {
  width: 50px;
  height: 4px;
  background-color: #f18101;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
}

h2.section-title.section-title-black {
  color: #000;
}

.home-shop-list {
  width: calc(100% - 60px);
  margin: auto;
  max-width: 1920px;
  overflow: hidden;
  padding-bottom: 30px;
}

.home-shop-list .slick-list {
  width: 100%;
  overflow: hidden;
}

.home-shop-list .slick-track {
  width: 100%;
  overflow: hidden;
}

.home-shop-list .shop-wrap {
  width: calc(20% - 30px);
  max-width: 380px;
  margin: 15px 15px 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.home-shop-list .shop-wrap.animate {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-shop-list .shop-box {
  background-color: white;
  margin: 0;
  width: 100% !important;
  height: auto;
  padding-bottom: 56px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home-shop-list .shop-box .shop-links {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f18101;
  border-radius: 0 0 6px 6px;
}

.home-shop-list .shop-box .shop-links > a {
  width: 25%;
  height: 56px;
  min-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: none;
  transition: none;
  position: relative;
  -webkit-box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.home-shop-list .shop-box .shop-links a span.jp {
  display: block;
  text-align: center;
  color: #111;
  content: "";
  position: absolute;
  width: 100px;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.home-shop-list .shop-box .shop-links > a:hover {
  background-color: #111;
}

.home-shop-list .shop-box .shop-links > a:hover path {
  fill: white;
}

.home-shop-list .shop-box .shop-links > a:hover span.jp {
  opacity: 1;
}

.home-shop-list .shop-box .shop-links a path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #111;
  -webkit-transition: none;
  transition: none;
}

.home-shop-list .shop-box .shop-links a svg {
  width: 18px;
  height: 18px;
}

.home-shop-list .shop-box .shop-des {
  padding: 20px 12px;
  font-size: 14px;
}

.home-shop-list .shop-box .shop-des address {
  width: 100%;
}

.home-shop-list .shop-box .shop-des .contact-info span {
  display: block;
}

.home-shop-list .shop-box .shop-des div {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-shop-list .shop-figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.home-shop-list .shop-figure:after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 60%;
}

.home-shop-list .shop-figure .shop-name {
  line-height: 1;
  width: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-shop-list .shop-figure .shop-name img {
  width: 50%;
  display: block;
  height: auto;
  max-width: 175px;
}

.home-shop-list .shop-figure .shop-name span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 30px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 8px;
  color: white;
}

.home-shop-list .shop-figure .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-shop-list .shop-figure .bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(assets/img/index/2x2.png) 0 0 repeat;
  opacity: 0.4;
}

.home-shop-list .shop-figure .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/*home new shop*/
.preparation-info {
  text-align: center;
}

.home-new-shop {
  padding: 100px 0;
  position: relative;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home-new-shop.animate {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-new-shop-list {
  width: calc(100% - 60px);
  margin: auto;
  max-width: 1920px;
  overflow: hidden;
  padding-bottom: 30px;
}
.home-new-shop-list .slick-list {
  width: 100%;
  overflow: hidden;
}
.home-new-shop-list .slick-track {
  width: 100%;
  overflow: hidden;
}
.home-new-shop-list .shop-wrap {
  width: calc(20% - 30px);
  max-width: 380px;
  margin: 15px 15px 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.home-new-shop-list .shop-wrap.animate {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.home-new-shop-list .slick-dots li button:before {
  background-color: #f3f3f3;
}
.home-new-shop-list .slick-dots li.slick-active button:before {
  background-color: #111;
}
.home-new-shop-list .shop-box {
  background-color: white;
  margin: 0;
  width: 100% !important;
  height: auto;
  padding-bottom: 56px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home-new-shop-list .shop-box .shop-links {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-new-shop-list .shop-box .shop-links > div.link-item {
  width: 25%;
  height: 56px;
  min-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: none;
  transition: none;
  position: relative;
  -webkit-box-shadow: inset 1px 1px 0px rgba(250, 250, 250, 0.86);
  box-shadow: inset 1px 1px 0px rgba(250, 250, 250, 0.86);
  background-color: #575757;
}
.home-new-shop-list .shop-box .shop-links > div.link-item path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #fff;
  -webkit-transition: none;
  transition: none;
}
.home-new-shop-list .shop-box .shop-links > div.link-item svg {
  width: 18px;
  height: 18px;
}
.home-new-shop-list .shop-box .shop-links > div.link-item:nth-child(1) {
  border-radius: 0 0 0px 6px;
}
.home-new-shop-list .shop-box .shop-links > div.link-item:nth-child(4) {
  border-radius: 0 0 6px 0px;
}
.home-new-shop-list .shop-box .shop-links > a.link-item {
  width: 25%;
  height: 56px;
  min-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: none;
  transition: none;
  position: relative;
  -webkit-box-shadow: inset 1px 1px 0px rgba(250, 250, 250, 0.86);
  box-shadow: inset 1px 1px 0px rgba(250, 250, 250, 0.86);
  background-color: #f18101;
}
.home-new-shop-list .shop-box .shop-links > a.link-item span.jp {
  display: block;
  text-align: center;
  color: #111;
  content: "";
  position: absolute;
  width: 100px;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.home-new-shop-list .shop-box .shop-links > a.link-item path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  fill: #fff;
  -webkit-transition: none;
  transition: none;
}
.home-new-shop-list .shop-box .shop-links > a.link-item svg {
  width: 18px;
  height: 18px;
}
.home-new-shop-list .shop-box .shop-links > a.link-item:nth-child(1) {
  border-radius: 0 0 0px 6px;
}
.home-new-shop-list .shop-box .shop-links > a.link-item:nth-child(4) {
  border-radius: 0 0 6px 0px;
}
.home-new-shop-list .shop-box .shop-des {
  padding: 20px 12px;
  font-size: 14px;
}
.home-new-shop-list .shop-box .shop-des address {
  width: 100%;
}
.home-new-shop-list .shop-box .shop-des div {
  width: 100%;
}
.home-new-shop-list .shop-box .shop-des .contact-info span {
  display: block;
}
.home-new-shop-list .shop-figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.home-new-shop-list .shop-figure:after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 60%;
}
.home-new-shop-list .shop-figure .shop-name {
  line-height: 1;
  width: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.home-new-shop-list .shop-figure .shop-name img {
  width: 50%;
  display: block;
  height: auto;
  max-width: 175px;
}
.home-new-shop-list .shop-figure .shop-name span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 30px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 8px;
  color: white;
}
.home-new-shop-list .shop-figure .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-new-shop-list .shop-figure .bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(assets/img/index/2x2.png) 0 0 repeat;
  opacity: 0.4;
}
.home-new-shop-list .shop-figure .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.home-new-shop-list .shop-box .shop-links > a:hover {
  background-color: #111;
}

.home-new-shop-list .shop-box .shop-links > a:hover span.jp {
  opacity: 1;
}

/*home new shop end*/
/*homenews*/
.home-news {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home-news.animate {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.home-news-oth {
  padding: 0px 0 100px;
}

.home-news .home-news-content {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.home-news .home-news-content .item {
  border-bottom: 1px dotted #e3e3e3;
}

.home-news .home-news-content .item .anchor_item .post-title {
  text-decoration: none !important;
}

.home-news .home-news-content .item a,
.home-news .home-news-content .item .anchor_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 26px 0px;
}

.home-news .home-news-content .item a .post-date,
.home-news .home-news-content .item .anchor_item .post-date {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}

.home-news .home-news-content .item a .post-cat,
.home-news .home-news-content .item .anchor_item .post-cat {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-news .home-news-content .item a .post-cat span,
.home-news .home-news-content .item .anchor_item .post-cat a {
  display: block;
  font-size: 14px;
  min-width: 97px;
  line-height: 1;
  text-align: center;
  padding: 3px 5px;
  margin-right: 9px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
  color: white;
  background-color: #b70d0d;
}

.home-news .home-news-content .item .anchor_item .post-cat a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.home-news .home-news-content .item .anchor_item .post-cat a:hover {
  background-color: #f18101;
}

.home-news .home-news-content .item a .post-cat span:last-child,
.home-news .home-news-content .item .anchor_item .post-cat a:last-child {
  margin-right: 0;
}

.home-news .home-news-content .item a .post-title,
.home-news .home-news-content .item .anchor_item .post-title {
  padding-left: 15px;
}

.home-news .home-news-content .item a:hover,
.home-news .home-news-content .item .anchor_item:hover {
  background-color: #f8fcff;
}

.home-news .home-news-content .item a:hover .post-title,
.home-news .home-news-content .item .anchor_item .post-title {
  text-decoration: underline;
}

.home-news a.more-btn {
  margin: 30px auto 0;
}

.site-footer {
  position: absolute;
  padding: 60px 30px 50px;
  height: 306px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-footer .site-footer-bg {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.site-footer .site-footer-bg:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.site-footer .site-footer-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.site-footer .wrap {
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 5;
}

.site-footer .wrap .footer-brand {
  width: 260px;
  margin: auto;
}

.site-footer .wrap .footer-link {
  width: calc(100% - 50px);
  text-align: center;
  margin: 25px;
}

.site-footer .wrap .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer .wrap .footer-link ul a {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
  padding: 0px 10px;
  margin: 5px 0;
  color: white;
}

.site-footer .wrap .footer-link ul a:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.site-footer .wrap .footer-link ul a:hover {
  text-decoration: underline;
}

.site-footer .wrap .copyright {
  font-size: 14px;
  font-weight: bold;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  line-height: 1.4;
  text-align: center;
  color: white;
}

.main-brand {
  width: 100%;
}

.main-brand .flex-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-brand .flex-brand .flex-l {
  width: 50%;
}

.main-brand .flex-brand .flex-r {
  width: 50%;
  background-color: #f18101;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 530px;
}

.main-brand .flex-brand .inner-brand .section-title {
  text-align: left;
}

.main-brand .flex-brand .inner-brand .section-title span {
  text-align: left;
}

.main-brand .flex-brand .inner-brand .section-title:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #fff;
}

.main-brand .flex-brand .inner-brand .brand-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

.main-brand .flex-brand .inner-brand .brand-title span {
  display: block;
  margin-right: 14px;
}

.main-brand .flex-brand .inner-brand .brand-title em {
  font-size: 32px;
  color: #fff;
  line-height: 1.1;
  font-style: normal;
  font-weight: bold;
}

.main-brand .flex-brand .inner-brand .brand-txt {
  font-size: 16px;
  color: #fff;
}
.main-brand .flex-brand .inner-brand .brand-txt a,
.main-brand .flex-brand .inner-brand .brand-txt a:link {
  color: #ffffff;
}
.main-brand .flex-brand .inner-brand .brand-txt a:hover,
.main-brand .flex-brand .inner-brand .brand-txt a:link:hover {
  text-decoration: underline !important;
}

.normalmove {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.normalanimate {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.bkt {
  font-weight: 900;
  display: none;
  z-index: 90 !important;
  position: fixed !important;
  right: 0;
  bottom: 0px;
  background-color: rgba(17, 17, 17, 0.59) !important;
  color: white;
  padding: 10px 10px 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bkt svg {
  min-width: 30px;
  width: 30px;
  height: 30px;
}

.bkt svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}

.bkt:hover {
  color: #111;
  background-color: #f18101 !important;
}

.bkt:hover svg path {
  fill: #111;
}

.bkt.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

span.nowrap {
  white-space: nowrap;
  display: inline-block;
}

#menu-status,
#menu-status-sp {
  display: none;
}

.toggle-btn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 7px;
  right: 20px;
  padding: 10px;
  z-index: 105;
  cursor: pointer;
}

.toggle-btn span {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.toggle-btn span svg {
  width: 100%;
  height: 100%;
  display: block;
}

.toggle-btn span:nth-child(2) {
  display: none;
}

.toggle-btn span:nth-child(2) svg {
  width: 60%;
  height: 60%;
  display: block;
}

.toggle-btn svg path {
  fill: #ffffff;
}

.home .toggle-btn {
  top: 7px;
  right: 13px;
}

#menu-status:checked ~ .site-header {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0 !important;
}

#menu-status:checked ~ div:not(.ghost-nav) {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#menu-status:checked ~ .site-header {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 1 !important;
}

#menu-status:checked ~ .toggle-btn span:nth-child(1) {
  display: none;
}

#menu-status:checked ~ .toggle-btn span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ghost-nav,
.ghost-nav2 {
  position: fixed;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ghost-nav2 {
  z-index: 103;
}

.ghost-nav:before,
.ghost-nav2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.ghost-nav > div,
.ghost-nav2 > div {
  position: relative;
  z-index: 104;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.ghost-nav > div ul.menu a {
  color: #fff;
  margin: 5px 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.6);
}

.ghost-nav > div ul.menu a span.en {
  margin-left: 10px;
  font-size: 12px;
}

.ghost-nav > div:last-child ul.menu a {
  margin: 5px 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ghost-nav > div:last-child ul.menu a span.en {
  margin-left: 10px;
  font-size: 12px;
}

.ghost-nav .shop-link {
  width: 100%;
  margin-top: 15px;
}

.ghost-nav .shop-link .icon-btn {
  display: none;
}

.ghost-nav .shop-link label {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.ghost-nav .shop-link label em {
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
}

.ghost-nav .shop-href ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 104;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ghost-nav .shop-href ul a {
  color: #fff;
  padding: 5px 5px 0 5px;
  font-size: 15px;
  line-height: 1.1;
  display: block;
}

.ghost-nav2 .page-nav-menu-ttl {
  color: #fff;
  margin-top: 20px;
}

.ghost-nav2 .page-nav-menu-ttl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
}

.ghost-nav2 .page-nav-menu-ttl span {
  margin-right: 5px;
  display: block;
  white-space: nowrap;
}

.ghost-nav2 .page-nav-menu-ttl em {
  font-style: normal;
  display: block;
  white-space: nowrap;
  font-size: 12px;
}

.ghost-nav2 ul.menu a {
  color: #fff;
  margin: 5px 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.6);
}

.ghost-nav2 ul.menu a span.en {
  margin-left: 10px;
  font-size: 12px;
}

.ghost-nav2 ul.menu a {
  margin: 5px 0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#menu-status:checked ~ .ghost-nav {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

#menu-status:checked ~ .ghost-nav:before {
  opacity: 1;
}

#menu-status:checked ~ .toggle-btn path {
  fill: #ffffff;
}

#menu-status-sp:checked ~ div:not(.ghost-nav2) {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#menu-status-sp:checked ~ .ghost-nav2 {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
}

#menu-status-sp:checked ~ .ghost-nav2:before {
  opacity: 1;
}

#menu-status-sp:checked ~ div:not(.ghost-nav2) {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sp-menu-bar {
  position: fixed;
  display: none;
  overflow: visible;
  z-index: 300;
  background-color: #f18101;
  color: #fff;
  bottom: 0;
  width: 50px;
  height: 44px;
  white-space: nowrap;
  top: 77px;
  right: 10px;
}

.sp-menu-bar label {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 10px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.sp-menu-bar label span {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-menu-bar label span:nth-child(1):before {
  background-image: url(assets/img/common/menu.svg);
  width: 16px;
  height: 16px;
  margin-bottom: 3px;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
}

.sp-menu-bar label span:nth-child(2) {
  display: none;
}

.sp-menu-bar label span:nth-child(2):before {
  background-image: url(assets/img/common/close.svg);
  width: 12px;
  height: 16px;
  margin-bottom: 3px;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  display: block;
}

.img_bg > img {
  display: none;
}

@-webkit-keyframes upanddown {
  0% {
    width: 70%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 70%;
  }
}

@keyframes upanddown {
  0% {
    width: 70%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes upanddown_odd {
  0% {
    width: 100%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@keyframes upanddown_odd {
  0% {
    width: 100%;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
h2.section-title {
  font-size: 30px;
  line-height: 1.1;
  display: block;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

h2.section-title span {
  margin-bottom: 4px;
  font-size: 0.5em;
  font-weight: normal;
  display: block;
  text-align: center;
  font-family: "Raleway", "Noto Sans Japanese", "メイリオ",
    "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Hiragino Kaku Gothic ProN", "MS PGothic", "sans-serif";
}

h2.section-title:after {
  width: 50px;
  height: 4px;
  background-color: #f18101;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
}

h2.section-title.section-title-black {
  color: #000;
}

.h2nav {
  width: 100%;
  background-color: #212121;
}

.pagetitle {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pagetitle a {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 100;
}

.single-gallery .gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-gallery .gallery:last-child {
  margin-bottom: 0;
}
.single-gallery .gallery .gallery-item {
  width: 25% !important;
  margin: 0 !important;
  -webkit-box-flex: inherit !important;
  -ms-flex-positive: inherit !important;
  flex-grow: inherit !important;
}
.single-gallery .gallery .gallery-item figure figcaption {
  display: none;
}
.single-gallery .gallery figure {
  cursor: pointer;
  position: relative;
}
.single-gallery .gallery figure:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
  z-index: -1;
}
.single-gallery .gallery figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important;
}
.single-gallery .gallery figure a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.57);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 6;
}
.single-gallery .gallery figure a:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(assets/img/gallery/search-solid.svg) center center/cover
    no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  z-index: 8;
}
.single-gallery .gallery figure a:hover:before {
  opacity: 0;
}
.single-gallery .gallery figure a:hover:after {
  opacity: 1;
}
.single-gallery .gallery a {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pagination {
  text-align: center;
}
.pagination .screen-reader-text {
  display: none !important;
}
.pagination span,
.pagination a {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 6px 8px;
  font-size: 12px;
  border: 1px solid #dddddd;
  color: #333333;
  cursor: pointer;
  margin: 15px 2px 0;
}
.pagination span:hover,
.pagination span.current,
.pagination a:hover,
.pagination a.current {
  color: white;
  border-color: #ea830d;
  text-decoration: none;
  background-color: #ea830d;
}

/*main end*/
/*page-nav*/
.page-nav-menu {
  width: 100%;
  background-color: #f18101;
  padding: 15px 0;
}

.page-nav-menu .nav-main {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.page-nav-menu .nav-main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.page-nav-menu .nav-main > div:nth-child(2) {
  margin: 0 auto;
}

.page-nav-menu .page-nav-menu-ttl {
  background-color: #222222;
  border-radius: 5px;
  color: #fff;
  padding: 0 12px;
}

.page-nav-menu .page-nav-menu-ttl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 5px 0;
  white-space: nowrap;
}

.page-nav-menu .page-nav-menu-ttl span {
  font-size: 18px;
  margin-right: 15px;
  line-height: 1.1;
}

.page-nav-menu .page-nav-menu-ttl em {
  font-size: 14px;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "メイリオ",
    "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Hiragino Kaku Gothic ProN", "MS PGothic", "sans-serif";
  font-style: normal;
  line-height: 1.1;
  text-transform: capitalize;
}

.page-nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-nav-menu ul li {
  padding: 3px 0;
}

.page-nav-menu ul a {
  line-height: 1;
  padding: 0px 36px;
  font-size: 16px;
  font-weight: bold;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "メイリオ",
    "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "Hiragino Kaku Gothic ProN", "MS PGothic", "sans-serif";
  color: #111;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}

.page-nav-menu ul a span {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  display: block;
  text-align: center;
  color: #111;
}

.page-nav-menu ul a span.jp {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium",
    "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN",
    "MS PGothic", "sans-serif";
}

.page-nav-menu ul a:hover span.en {
  opacity: 0;
}

.page-nav-menu ul a:hover span.jp {
  opacity: 1;
}

/*page-nav end*/
/*shop*/
.shop-header-section {
  width: 100%;
  position: relative;
  z-index: 1;
}
.shop-header-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(assets/img/shop/text-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  max-width: 1460px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shop-header-section .inner-shop {
  max-width: 1440px;
  padding: 300px 20px 169px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 5;
}

.shop-header-section .title-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.shop-header-section .title-shop span {
  font-size: 53px;
  font-weight: 900;
  line-height: 1.1;
  display: block;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  margin-right: 20px;
}

.shop-header-section .title-shop em {
  font-style: normal;
  font-size: 28px;
  line-height: 1.1;
}

.shop-header-section .title-shop-sub {
  font-size: 30px;
  margin: 5px 0;
}

.shop-header-section .title-shop-sub:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #f18101;
  margin: 5px 0;
}

.shop-header-section .txt-shop {
  font-size: 16px;
  max-width: 499px;
  margin-top: 10px;
}

.shop-header-section .more-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-header-section .more-shop a.more-btn {
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
}

.shop-header-section .more-shop a.more-btn path {
  fill: #fff;
}

.shop-header-section .more-shop a.more-btn:nth-child(1) {
  margin-right: 20px;
}

.shop-header-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-header-bg img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.shop-events {
  background-image: url(assets/img/shop/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.shop-events .inner-shop {
  max-width: 1240px;
  padding: 60px 20px 60px;
  margin: 0 auto;
  color: #fff;
}

.shop-events .flex-shop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.shop-events .flex-shop > div {
  width: 33.33%;
  padding-left: 20px;
  margin-top: 20px;
}

.shop-events .flex-shop a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.shop-events .flex-shop a:hover {
  opacity: 0.8;
}

.shop-news-section {
  width: 100%;
}

.shop-news-section .inner-shop {
  max-width: 1240px;
  padding: 60px 20px 60px;
  margin: 0 auto;
}

.shop-news-section .inner-shop-content {
  width: 100%;
}

.shop-news-section .inner-shop-content .item {
  border-bottom: 1px solid #e3e3e3;
}

.shop-news-section .inner-shop-content .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 26px 0px;
}

.shop-news-section .inner-shop-content .item a .post-date {
  min-width: 100px;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-news-section .inner-shop-content .item a .post-cat {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-news-section .inner-shop-content .item a .post-cat span {
  display: block;
  font-size: 14px;
  min-width: 97px;
  line-height: 1;
  text-align: center;
  padding: 3px 5px;
  margin-right: 9px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
  color: white;
  background-color: #b70d0d;
}

.shop-news-section .inner-shop-content .item a .post-cat span.cat01 {
  background-color: #ad130c;
}

.shop-news-section .inner-shop-content .item a .post-cat span.cat02 {
  background-color: #3d4042;
}

.shop-news-section .inner-shop-content .item a .post-cat span.cat03 {
  background-color: #4b52f5;
}

.shop-news-section .inner-shop-content .item a .post-cat span.cat04 {
  background-color: #094b0f;
}

.shop-news-section .inner-shop-content .item a .post-cat span:last-child {
  margin-right: 0;
}

.shop-news-section .inner-shop-content .item a .post-title {
  padding-left: 15px;
}

.shop-news-section .inner-shop-content .item a:hover {
  background-color: #f8fcff;
}

.shop-news-section .inner-shop-content .item a:hover .post-title {
  text-decoration: underline;
}

.shop-news-section a.more-btn {
  margin: 30px auto 0;
}

.store_parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.store_parking a {
  color: #ffffff;
  border-color: #ffffff;
  font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W3",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "Hiragino Kaku Gothic ProN", "MS PGothic", "sans-serif";
  padding: 0 20px;
  width: auto;
  font-weight: normal;
  font-size: 14px;
}
.store_parking a svg path {
  fill: #ffffff;
}

/*shop end*/
/*store-news*/
.page-brn {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
}

.page-brn .page-banner {
  width: 100%;
  height: 40vh;
  min-height: 230px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.page-brn .page-banner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 21vh solid rgba(189, 78, 0, 0.6);
  border-left: 21vh solid transparent;
  z-index: 4;
}

.page-brn .page-banner-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  height: 300vh;
  min-width: 1000px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: rgba(189, 78, 0, 0.6);
  z-index: 1;
}

.page-brn .page-banner-bar .page-banner-line {
  padding-left: 5%;
  display: block;
  width: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(50%) rotate(-45deg);
  transform: translateX(50%) rotate(-45deg);
}

.page-brn .page-banner-bar .page-banner-line:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 69%;
  height: 74px;
  width: 500px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: translateX(146%) translateY(-504%) rotate(-45deg)
    skewX(-40deg);
  transform: translateX(146%) translateY(-504%) rotate(-45deg) skewX(-40deg);
  opacity: 0.1;
}

.page-brn .page-banner-bar .page-banner-line:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1%;
  left: 47%;
  height: 74px;
  width: 500px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-186%) translateY(257%) rotate(-45deg)
    skewX(-40deg);
  transform: translateX(-186%) translateY(257%) rotate(-45deg) skewX(-40deg);
  opacity: 0.1;
}

.page-brn .brn_inner {
  width: 100%;
  max-width: 1440px;
  padding: 0px 20px 0;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.page-brn .brn_inner .ttl_brn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-shadow: 0 0 10px black;
}

.page-brn .brn_inner .ttl_brn h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  margin-right: 18px;
}

.page-brn .brn_inner .ttl_brn span {
  font-size: 16px;
}

.single_main {
  max-width: 1240px;
  padding: 60px 20px 60px;
  margin: 0 auto;
  width: 100%;
}

.single_main .post-title {
  border-left: 5px solid #f18101;
  padding: 0 0 0 16px;
  line-height: 1.1;
  font-size: 16px;
  font-weight: bold;
  margin: 0px auto 10px;
}

.single_main .post-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single_main .post-position .post-date {
  margin-right: 10px;
}

.single_main .post-position .post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single_main .post-position .post-cat span {
  display: block;
  font-size: 14px;
  min-width: 915px;
  line-height: 1;
  text-align: center;
  padding: 3px 5px;
  margin-right: 9px;
  border-radius: 5px;
  color: white;
  background-color: #b70d0d;
}

.single_main .post-position .post-cat span.cat01 {
  background-color: #ad130c;
}

.single_main .post-position .post-cat span.cat02 {
  background-color: #3d4042;
}

.single_main .post-position .post-cat span.cat03 {
  background-color: #4b52f5;
}

.single_main .post-position .post-cat span.cat04 {
  background-color: #094b0f;
}

.single_main .post-exp {
  margin-top: 20px;
}

.single_main .post-exp figure {
  display: block;
}

.single_main .post-exp figure img {
  margin: 0 auto;
}

.single_main .post-exp h3 {
  margin-bottom: 20px;
  font-size: 16px;
}

.single_main .post-exp h4 {
  margin-bottom: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .alignright {
  float: right;
}

.entry-content .alignleft {
  float: left;
}

.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.entry-content blockquote.alignleft,
.entry-content img.alignleft {
  margin: 15px 35px 15px 0;
}

.entry-content .wp-caption.alignleft {
  margin: 15px 35px 15px 0;
}

.entry-content blockquote.alignright,
.entry-content img.alignright {
  margin: 15px 0 15px 35px;
}

.entry-content .wp-caption.alignright {
  margin: 15px 0 15px 35px;
}

.entry-content blockquote.aligncenter,
.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter {
  margin-top: 15px;
  margin-bottom: 15px;
}

.entry-content p {
  line-height: 2;
  margin: 0 0 0.5 0;
}

.entry-content blockquote p {
  line-height: 2;
  margin: 0 0 0.5em 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: both;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

.entry-content h1 {
  font-size: 2em;
}

.entry-content h2 {
  font-size: 1.5em;
  border-bottom: 1px dotted #999999;
  padding-bottom: 0.3em;
}

.entry-content h3 {
  font-size: 1.3em;
}

.entry-content h4 {
  font-size: 1.2em;
}

.entry-content h5 {
  font-size: 1.1em;
}

.entry-content h6 {
  font-size: 1em;
}

.entry-content img[class*="align"],
.entry-content img[class*="wp-image-"],
.entry-content img[class*="attachment-"],
.entry-content img.size-full,
.entry-content img.size-large,
.entry-content .wp-post-image,
.entry-content img {
  height: auto;
  max-width: 100%;
}

.entry-content li,
.entry-content dt,
.entry-content dd {
  line-height: 2.2;
}

.entry-content ul,
.entry-content ol,
.entry-content dl {
  margin-bottom: 24px;
  padding: 0;
}

.entry-content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.entry-content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
}

.entry-content dt {
  font-weight: bold;
}

.entry-content dd {
  margin-bottom: 1em;
}

.entry-content table {
  margin: 0 0 24px 0;
}

.entry-content table p {
  margin-bottom: 0;
}

.entry-content td,
.entry-content th {
  border: 1px solid #bbb;
  padding: 10px 15px 15px;
  line-height: 1.8;
  background: #fff;
}

.entry-content th {
  background: #ddd;
  font-weight: normal;
}

.entry-content blockquote {
  margin: 0 0 25px 0;
  padding: 215px 30px 20px;
  border-left: 4px solid #ccc;
  position: relative;
  background-color: #f3f3f3;
}

.entry-content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

.entry-content .wp-caption {
  margin-bottom: 24px;
  background: #f6f6f6;
  padding: 10px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin: 10px auto 0px;
}

.entry-content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none;
}

.entry-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.entry-content pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 215px 0;
  line-height: 25px;
  padding: 0 115px;
  overflow: auto;
}

.entry-content .mejs-container {
  margin: 12px 0 25px;
}

.entry-content dd {
  margin-bottom: 3em;
  background: #f5faff;
  position: relative;
  padding: 0.5em 1em;
  line-height: 1.7;
}

.entry-content dd::after {
  position: absolute;
  border-bottom: 1px #aaa dashed;
  content: "";
  bottom: -2em;
  width: 100%;
  left: 0;
}

.entry-content a {
  font-size: 1.2em;
}

.news-back-bot {
  margin: 0 auto 60px;
  max-width: 200px;
}

.news-back-bot a {
  display: block;
  background: #f18101;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

.news-back-bot a:hover {
  background: #000;
  color: #fff;
}

.category-content {
  max-width: 1240px;
  padding: 60px 20px 60px;
  margin: 0 auto;
}

.category-content .item {
  border-bottom: 1px solid #e3e3e3;
}

.category-content .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 26px 0px;
}

.category-content .item a:hover {
  background-color: #f8fcff;
}

.category-content .item a .post-date {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}

.category-content .item a .post-cat {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-content .item a .post-cat span {
  display: block;
  font-size: 14px;
  min-width: 97px;
  line-height: 1;
  text-align: center;
  padding: 3px 5px;
  margin-right: 9px;
  border-radius: 5px;
  color: white;
  background-color: #b70d0d;
}

.category-content .item a.post-title {
  padding: 26px 10px 26px 0;
  padding-left: 15px;
}

.category-content-all .item {
  border-bottom: 1px dotted #e3e3e3;
}

.category-content-all .item .anchor_item .post-title {
  text-decoration: none !important;
}

.category-content-all .item a,
.category-content-all .item .anchor_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 26px 0px;
}

.category-content-all .item a .post-date,
.category-content-all .item .anchor_item .post-date {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}

.category-content-all .item a .post-cat,
.category-content-all .item .anchor_item .post-cat {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-content-all .item a .post-cat span,
.category-content-all .item .anchor_item .post-cat a {
  display: block;
  font-size: 14px;
  min-width: 97px;
  line-height: 1;
  text-align: center;
  padding: 3px 5px;
  margin-right: 9px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
  color: white;
  background-color: #b70d0d;
}

.category-content-all .item .anchor_item .post-cat a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.category-content-all .item .anchor_item .post-cat a:hover {
  background-color: #f18101;
}

.category-content-all .item a .post-cat span:last-child,
.category-content-all .item .anchor_item .post-cat a:last-child {
  margin-right: 0;
}

.category-content-all .item a .post-title,
.category-content-all .item .anchor_item .post-title {
  padding-left: 15px;
}

.category-content-all .item a:hover,
.category-content-all .item .anchor_item:hover {
  background-color: #f8fcff;
}

.category-content-all .item a:hover .post-title,
.category-content-all .item .anchor_item .post-title {
  text-decoration: underline;
}

/*store end*/
/*shop*/
.shop-why-urban {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  color: #fff;
  position: relative;
}

.shop-why-urban .inner-shop {
  max-width: 1240px;
  padding: 60px 20px 60px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.shop-why-urban .inner-shop-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-why-urban .inner-shop-content .item {
  width: calc(25% - 50px);
  margin: 25px;
}

.shop-why-urban .inner-shop-content .item-img img {
  width: 100%;
  max-width: 104px;
  margin: 0 auto;
}

.shop-why-urban .inner-shop-content .item-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 12px auto;
}

.shop-why-urban .inner-shop-content .item-txt {
  font-size: 15px;
}

.store_why_items_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.store_why_items_bg img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/*shop end*/
/*price*/
.main-price {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0px auto 50px;
}

.main-price .price-title {
  border-left: 5px solid #f18101;
  padding: 0 0 0 16px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: bold;
  margin: 50px auto 10px;
}

.main-price .price-title span {
  font-size: 18px;
  display: block;
}

.main-price .price-title em {
  font-style: normal;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.main-price .table01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-price .table01 .tr {
  background-color: #f1f1f1;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px;
  margin: 10px 0;
}

.main-price .table01 .td {
  font-size: 14px;
}

.main-price .table01 .td span {
  font-size: 18px;
}

.main-price .table01 .td em {
  font-style: normal;
  font-size: 14px;
}

.main-price .table01 .td:nth-child(2) {
  text-align: right;
}

.main-price .inner-price01 {
  margin: 50px auto;
}

.main-price .ttl-price02 {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f18101;
}

.main-price .ttl-price02 span {
  font-size: 18px;
  margin-right: 10px;
  line-height: 1.1;
}

.main-price .ttl-price02 em {
  font-style: normal;
  line-height: 1.1;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.main-price .table03 {
  border: 3px solid #f18101;
  padding: 16px;
}

.main-price .table03 .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-price .table03 .td {
  width: 333px;
  font-size: 14px;
  padding: 12px 0px;
}

.main-price .table03 .td span {
  font-size: 18px;
}

.main-price .table03 .td em {
  font-style: normal;
  font-size: 14px;
}

.main-price .table03 .td:nth-child(2) {
  padding: 12px 30px;
  width: calc(100% - 333px);
  background-color: #f1f1f1;
  text-align: right;
}

.main-price .inner-price02 {
  margin: 50px auto;
}

.main-price .inner-price02 .ttl-price02 {
  color: #fff;
  background-color: #222222;
}

.main-price .inner-price02 .table03 {
  border: 3px solid #222222;
}

.main-price .table02 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
}

.main-price .table02 .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px;
}

.main-price .table02 .td {
  width: calc(100% - 300px);
  font-size: 14px;
}

.main-price .table02 .td span {
  font-size: 18px;
}

.main-price .table02 .td:nth-child(1) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-price .table02 .td:nth-child(1) em {
  background-color: #f10101;
  color: #fff;
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  padding: 0 5px;
  margin: 0 10px;
}

.main-price .table02 .td:nth-child(2) {
  width: 300px;
  text-align: right;
}

.main-price .table02 .td:nth-child(2) span {
  position: relative;
}

.main-price .table02 .td:nth-child(2) span:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  position: absolute;
  top: 45%;
  background-color: rgba(156, 154, 154, 0.52);
}

.main-price .table02 .td:nth-child(2) em {
  color: #f18101;
  font-size: 18px;
  font-style: normal;
}

.main-page-price01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.main-page-price01 .price01-left {
  width: 50%;
  font-size: 24px;
  line-height: 1.1;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
}
.main-page-price01 .price01-left .price-name {
  background-color: #f18101;
  color: #000;
  padding: 12px 30px;
  border-bottom: 1px solid #fff;
}
.main-page-price01 .price01-left .price-name span {
  margin-right: 18px;
}
.main-page-price01 .price01-left .price-name01 {
  background-color: #000;
  color: #fff;
  border-bottom: 0px solid #fff;
}
.main-page-price01 .price01-right {
  width: 50%;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
.main-page-price01 .price01-right .price-cat {
  width: 50%;
  text-align: center;
  border-right: 1px solid #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
.main-page-price01 .price01-right .price-cat .cat-title {
  font-size: 18px;
}
.main-page-price01 .price01-right .price-cat .price-tax {
  font-size: 14px;
  line-height: 1.1;
}
.main-page-price01 .price01-right .price-cat .price-tax span {
  font-size: 24px;
}
.main-page-price01 .price01-right .price-cat:last-child {
  border-right: 0px solid #b7b7b7;
}

.main-page-price02 {
  width: 100%;
  margin-top: 50px;
}
.main-page-price02 .price-title {
  margin: 20px auto 10px;
}
.main-page-price02 .ttl-exp {
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
}
.main-page-price02 .main-page-price02-border {
  border: 3px solid #f18101;
  padding: 30px;
}
.main-page-price02 .price02-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-page-price02 .price02-flex .flex-tab {
  margin: 10px 0;
  width: 70%;
  padding-right: 40px;
}
.main-page-price02 .price02-flex .flex-tab table {
  width: 100%;
  background-color: #f1f1f1;
}
.main-page-price02 .price02-flex .flex-tab table tr:nth-child(1) th {
  background-color: #e0e0e0;
}
.main-page-price02 .price02-flex .flex-tab table tr:nth-child(1) td {
  background-color: #e0e0e0;
}
.main-page-price02 .price02-flex .flex-tab table tr th {
  border: 1px solid #d9d9d9;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px;
}
.main-page-price02 .price02-flex .flex-tab table tr td {
  border: 1px solid #d9d9d9;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px;
}
.main-page-price02 .price02-flex .flex-tab table tr td em {
  display: inline-block;
  font-style: normal;
}
.main-page-price02 .price02-flex .flex-tab2 {
  width: 30%;
  margin: 10px 0;
  border: 1px dashed #000;
  padding: 16px;
}
.main-page-price02 .price02-flex .flex-tab2 ul {
  font-size: 13px;
}
.main-page-price02 .price02-flex .flex-tab2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-page-price02 .price02-flex .flex-tab2 ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  min-width: 4px;
  margin-right: 6px;
  margin-top: 9px;
  background-color: #000;
  border-radius: 50%;
}
.main-page-price02 .price02-flex .tab-ttl {
  font-size: 16px;
  font-weight: bold;
}
.main-page-price02 .tab-txt {
  font-size: 13px;
  margin-top: 10px;
}

.main-page-price-more {
  width: 100%;
  margin: 50px auto;
}
.main-page-price-more a {
  display: block;
  max-width: 262px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #f18101;
  text-align: center;
  text-transform: uppercase;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.main-page-price-more a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  background-image: url(assets/img/page/icon_right5.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.main-page-price-more a:hover {
  background-color: #000;
}

.main-page-price03 .ttl-price02 {
  background-color: #000;
  color: #fff;
}
.main-page-price03 .main-page-price02-border {
  border: 3px solid #000;
}

.main-page-price-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
.main-page-price-flex .ttl-item {
  width: 50%;
  background-color: #f18101;
  color: #000;
  padding: 16px 30px;
  text-transform: uppercase;
  font-size: 18px;
}
.main-page-price-flex .ttl-item span {
  font-size: 24px;
  margin-right: 10px;
  line-height: 1.1;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.main-page-price-flex .ttl-item:nth-child(even) {
  background-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .main-page-price01 {
    display: block;
  }
  .main-page-price01 .price01-left {
    width: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
  }
  .main-page-price01 .price01-left .price-name {
    width: 50%;
    padding: 12px 20px;
    text-align: center;
    border-bottom: 0px solid #fff;
  }
  .main-page-price01 .price01-left .price-name span {
    display: block;
    margin-right: 0px;
  }
  .main-page-price01 .price01-right {
    width: 100%;
    padding: 12px;
  }
  .main-page-price01 .price01-right .price-cat .cat-title {
    font-size: 14px;
  }
  .main-page-price01 .price01-right .price-cat .price-tax {
    font-size: 12px;
  }
  .main-page-price01 .price01-right .price-cat .price-tax span {
    font-size: 20px;
  }

  .main-page-price02 .ttl-exp {
    font-size: 14px;
  }
  .main-page-price02 .main-page-price02-border {
    padding: 10px;
  }
  .main-page-price02 .price02-flex {
    display: block;
  }
  .main-page-price02 .price02-flex .flex-tab {
    width: 100%;
    padding-right: 0px;
  }
  .main-page-price02 .price02-flex .flex-tab table tr th {
    width: 20%;
  }
  .main-page-price02 .price02-flex .flex-tab table tr td {
    width: 29%;
  }
  .main-page-price02 .price02-flex .flex-tab table tr td:nth-child(3) {
    width: 51%;
  }
  .main-page-price02 .price02-flex .flex-tab2 {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
  }

  .main-page-price-more {
    margin: 30px auto;
  }

  .main-page-price-flex {
    margin-top: 50px;
  }
  .main-page-price-flex .ttl-item {
    padding: 12px 12px;
    text-align: center;
    font-size: 13px;
  }
  .main-page-price-flex .ttl-item span {
    font-size: 17px;
    margin-right: 0px;
    display: block;
  }
}
/*price end*/
/*staff*/
.content-staff-category .archive {
  margin: 40px auto;
  max-width: 1440px;
}

.content-staff-category .archive .clearfix {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-staff-category .preparation-info {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

.content-staff-category .archive .sitems-wrapper {
  width: calc(25% - 40px);
  margin: 20px;
}

.content-staff-category .archive .sitems-wrapper a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-staff-category .archive .sitems-wrapper a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.57);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.content-staff-category .archive .sitems-wrapper a:after {
  padding-top: 120%;
  content: "";
  display: block;
}

.content-staff-category .archive .sitems-wrapper a:hover:before {
  opacity: 0;
}

.content-staff-category .archive .sitems-wrapper .sitems-position {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  bottom: 0;
  width: 100%;
  background-color: #000;
}

.content-staff-category .archive .sitems-Position h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
}

.content-staff-category .archive .sitems-Position h2 span {
  font-size: 24px;
  display: block;
  font-weight: bold;
  margin-right: 18px;
}

.sitems-wrapper {
  width: 100%;
}

.sitems-wrapper #staff-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sitems-wrapper #staff-inner .photo {
  width: 50%;
  padding: 0 0 0 20px;
}

.sitems-wrapper #staff-inner .sitem-content {
  width: 50%;
}

.sitems-wrapper #staff-inner .sitem-content h4 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.sitems-wrapper #staff-inner .sitem-content h4 span {
  font-size: 15px;
  margin-left: 10px;
}

.sitems-wrapper #staff-inner .sitem-content .box p {
  margin-bottom: 15px;
}

.sitems-wrapper #staff-inner .sitem-content .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitems-wrapper #staff-inner .sitem-content .box dl dt {
  white-space: nowrap;
}

/*staff end*/
/*faq*/
.content-faq-category {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0px auto;
}

.content-faq-category .archive {
  margin-top: 50px;
}

.content-faq-category .archive:last-child {
  margin-bottom: 50px;
}

.content-faq-category .cat-item-ttl {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  border-left: 5px solid #f18101;
  line-height: 1.1;
  padding: 0 0 0 16px;
}

.content-faq-category .post-faq-wrap {
  border: 1px solid #f5f5f5;
  margin-top: 30px;
}

.content-faq-category .post-faq-wrap .post-q {
  padding: 10px 35px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  cursor: pointer;
  background-color: #f5f5f5;
}

.content-faq-category .post-faq-wrap .post-q span.q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  display: block;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  width: 26px;
  white-space: nowrap;
}

.content-faq-category .post-faq-wrap .post-q .q-i {
  padding: 0px 35px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-faq-category .post-faq-wrap .post-q .plus {
  position: absolute;
  right: 30px;
  top: 45%;
}

.content-faq-category .post-faq-wrap .post-q .plus:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #676767;
}

.content-faq-category .post-faq-wrap .post-q .plus:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #676767;
}

.content-faq-category .post-faq-wrap .post-a {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
}

.content-faq-category .post-faq-wrap .post-a .a-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 20px 20px 20px;
}

.content-faq-category .post-faq-wrap .post-a .a-ii {
  width: calc(100% - 40px);
}

.content-faq-category .post-faq-wrap .post-a span.a {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
  width: 26px;
  display: block;
  color: #f18101;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  margin-right: 15px;
}

.content-faq-category .post-faq-wrap.show .plus:after {
  display: none;
}

/*faq end*/
/*recruit*/
.recruit-table .wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
}

.recruit-table table {
  margin: 0px auto;
  max-width: 900px;
  width: calc(100% - 40px);
  border: 1px solid #8d8d8d;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.recruit-table table th {
  border: 1px solid #d4d4d4;
  background: #f5f5f5;
  width: 25.5%;
  padding: 18px 2.5%;
  font-weight: bold;
  text-align: left;
}

.recruit-table table td {
  border: 1px solid #d4d4d4;
  padding: 18px 2.5%;
  text-align: left;
}

/*recruit end*/
/*company*/
.company-table {
  margin: 50px auto;
  max-width: 900px;
  width: calc(100% - 40px);
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.company-table tr {
  border-bottom: 1px solid #ccc;
}

.company-table td {
  padding: 18px 2.5%;
  text-align: left;
}

/*company end*/
/*franchise-wanted*/
.main-franchise-wanted {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
}

.main-franchise-wanted .franchise-wanted-banner {
  width: 100%;
  height: 100vh;
  min-height: 267px;
  max-height: 1200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 76px 0 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.main-franchise-wanted .franchise-wanted-banner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  max-width: 1255px;
  background: url(assets/img/page/brn-r.png) right bottom no-repeat;
  background-size: contain;
  z-index: 4;
}

.main-franchise-wanted .page-banner-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 73%;
  height: 100%;
  max-width: 1564px;
  background: url(assets/img/page/brn-l.png) left top no-repeat;
  background-size: contain;
  z-index: 1;
}

.main-franchise-wanted .brn_inner {
  position: relative;
  z-index: 3;
}

.main-franchise-wanted .brn_inner .ttl_brn em {
  font-size: 110px;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  text-transform: capitalize;
  text-align: center;
}

.main-franchise-wanted .brn_inner .ttl_brn span {
  font-size: 55px;
  display: block;
  text-align: center;
  line-height: 1.1;
}

/*franchise-wanted*/
.main-franchise-wanted01 {
  width: 100%;
  max-width: 1040px;
  padding: 80px 20px;
  margin: 0 auto;
}

.main-franchise-wanted01 .ttl-main-franchise-wanted {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}

.main-franchise-wanted01 .ttl-main-franchise-wanted span {
  font-size: 40px;
  color: #ea830d;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.main-franchise-wanted01 .ttl-main-franchise-wanted:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #ea830d;
  width: 50px;
  height: 6px;
}

.main-franchise-wanted01 .ttl-main-franchise-wanted2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.main-franchise-wanted01 .ttl-main-franchise-wanted2 span {
  color: #ea830d;
}

.main-franchise-wanted01 .flex-franchise-wanted01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-l {
  width: 39%;
  position: relative;
  padding-left: 40px;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-l img {
  position: relative;
  z-index: 2;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-l:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 80%;
  height: 70%;
  background-color: #ea830d;
  display: block;
  top: -40px;
  left: 0px;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-r {
  width: 61%;
  padding-left: 60px;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-ttl {
  font-size: 24px;
  font-weight: bold;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-ttl span {
  display: block;
  text-align: right;
  font-size: 70px;
  line-height: 1.1;
  opacity: 0.54;
  color: #ea830d;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-ttl em {
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-ttl em:before {
  width: 100%;
  height: 10px;
  background-color: #ea830d;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: -1;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-txt {
  font-size: 17px;
  margin-top: 15px;
}

.main-franchise-wanted01 .flex-franchise-wanted01 .flex-txt span {
  color: #ea830d;
}

.main-franchise-wanted01 .flex-franchise-wanted02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.main-franchise-wanted01 .flex-franchise-wanted02 .flex-l {
  padding-right: 40px;
  padding-left: 0px;
}

.main-franchise-wanted01 .flex-franchise-wanted02 .flex-l:before {
  left: auto;
  top: -40px;
  right: 0px;
}

.main-franchise-wanted01 .flex-franchise-wanted02 .flex-r {
  padding-right: 60px;
  padding-left: 0px;
}

.main-franchise-wanted02 {
  background-color: #ea830d;
  position: relative;
}

.main-franchise-wanted02:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  bottom: -20px;
  height: 0;
  border-left: 62px solid transparent;
  border-right: 62px solid transparent;
  border-top: 20px solid #ea830d;
}

.main-franchise-wanted02 .inner {
  width: 100%;
  max-width: 1040px;
  padding: 40px 20px;
  margin: 0 auto;
  color: #fff;
}

.main-franchise-wanted02 .ttl-main-franchise-wanted3 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}

.main-franchise-wanted02 .ttl-main-franchise-wanted4 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.main-franchise-wanted02 .ttl-main-franchise-wanted5 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}

.main-franchise-wanted02 .flex-franchise-wanted03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px auto;
}

.main-franchise-wanted02 .flex-franchise-wanted03 > div {
  width: calc(33.33% - 20px);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 1.3;
  padding: 60px 0;
}

.main-franchise-wanted02 .flex-franchise-wanted03 .flex-l {
  background-image: url(assets/img/page/I.png);
}

.main-franchise-wanted02 .flex-franchise-wanted03 .flex-m {
  background-image: url(assets/img/page/II.png);
}

.main-franchise-wanted02 .flex-franchise-wanted03 .flex-r {
  background-image: url(assets/img/page/III.png);
}

.main-franchise-wanted03 {
  position: relative;
  background-image: url(assets/img/page/brn-bg02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-franchise-wanted03 .inner {
  width: 100%;
  max-width: 1040px;
  padding: 80px 20px 60px;
  margin: 0 auto;
  color: #fff;
}

.main-franchise-wanted03 .ttl-main-franchise-wanted6 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}

.main-franchise-wanted03 .ttl-main-franchise-wanted6:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #ea830d;
  width: 50px;
  height: 6px;
}

.main-franchise-wanted03 .ttl-main-franchise-wanted6 span {
  font-size: 40px;
  color: #ea830d;
}

.main-franchise-wanted03 .point-content {
  margin-top: 100px;
}

.main-franchise-wanted03 .point-content .point-item {
  margin-top: 70px;
  padding: 70px 20px 40px;
  border: 1px solid #fff;
  position: relative;
}

.main-franchise-wanted03 .point-content .point-item .point-title {
  position: absolute;
  top: -49px;
  left: 50%;
  margin-left: -49px;
  width: 98px;
  height: 98px;
  background-color: #ea830d;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 26px;
  line-height: 1.1;
}

.main-franchise-wanted03 .point-content .point-item .point-title span {
  display: block;
  font-size: 20px;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-transform: uppercase;
  line-height: 1.1;
}

.main-franchise-wanted03 .point-content .point-item .point-ttl {
  text-align: center;
  font-weight: bold;
  color: #ea830d;
  font-size: 24px;
}

.main-franchise-wanted03 .point-content .point-item .point-txt {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

.main-franchise-wanted04 {
  background-color: #ea830d;
  position: relative;
}

.main-franchise-wanted04 .inner {
  width: 100%;
  max-width: 1040px;
  padding: 20px 20px;
  margin: 0 auto;
  color: #fff;
}

.main-franchise-wanted04 svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.main-franchise-wanted04 svg path {
  fill: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-franchise-wanted04 a {
  padding: 20px 0px;
  display: block;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-franchise-wanted04 .ttl-main-franchise-wanted7 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.main-franchise-wanted04 .ttl-main-franchise-wanted8 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
}

.main-franchise-wanted04 .ttl-main-franchise-wanted8 a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-franchise-wanted04 .ttl-main-franchise-wanted8 a:hover {
  background-color: #000;
  color: #ea830d;
}

/*franchise end*/
/*privacypolicy*/
h2.text-privacypolicy {
  height: 50px;
}

.text-privacypolicy {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0px auto 20px;
  font-size: 15px;
}

.text-privacypolicy a {
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.text-privacypolicy a:hover {
  color: #e48900;
}

h3.h3-privacypolicy {
  font-size: 18px;
  font-weight: bold;
  max-width: 1440px;
  padding: 0 20px;
  margin: 10px auto 0px;
}

ul.ul-privacypolicy {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0px auto 20px;
  font-size: 15px;
}

h4.h4-privacypolicy,
h3.h4-privacypolicy {
  font-size: 16px;
  font-weight: bold;
  max-width: 1440px;
  padding: 0 20px;
  margin: 10px auto 0px;
}

.table-privacypolicy {
  max-width: 1400px;
  margin: 10px auto 20px;
  font-size: 15px;
  width: calc(100% - 40px);
}
.table-privacypolicy tr td:nth-child(1) {
  font-weight: bold;
  width: 80px;
}

/*privacypolicy end*/
@media (max-width: 1920px) {
  .hero .hero-container .hero-bar .hour-24 {
    width: 120%;
    top: 37%;
  }
}
@media (max-width: 1860px) {
  .hero .hero-container .hero-news {
    position: absolute;
    z-index: 2;
    top: 72px;
    width: 610px;
    left: 358px;
  }
}
@media (max-width: 1840px) {
  .site-header .brand {
    height: auto;
    padding: 10px 0;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }

  .site-header .brand h1 {
    height: auto;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    position: static;
    -webkit-transform: translateY(0%) rotateX(0deg) rotateZ(0deg) rotateY(0deg);
    transform: translateY(0%) rotateX(0deg) rotateZ(0deg) rotateY(0deg);
    left: 250px;
  }

  .site-header .brand h1:hover {
    -webkit-transform: translateY(0%) rotateX(0deg) rotateZ(0deg) rotateY(0deg);
    transform: translateY(0%) rotateX(0deg) rotateZ(0deg) rotateY(0deg);
  }

  .site-header .brand a {
    position: static;
  }

  .site-header .brand a svg {
    position: static;
    -webkit-transform: rotateX(0deg) rotateZ(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateZ(0deg) rotateY(0deg);
  }

  .home .site-header .brand {
    padding: 0px 0;
  }
}
@media (max-width: 1730px) {
  .home-shop-list .shop-figure .shop-name span {
    font-size: 22px;
  }

  .home-new-shop-list .shop-figure .shop-name span {
    font-size: 22px;
  }
}
@media (max-width: 1540px) {
  .header-link {
    margin-left: 0px;
  }
}
@media (max-width: 1500px) {
  .site-header .head {
    padding: 0 35px 0 35px;
  }

  .site-nav {
    margin-left: 100px;
  }
}
@media (max-width: 1400px) {
  .home .site-header.fix .site-nav {
    margin-top: 0px;
    margin-left: 0px;
  }

  .site-header.fix .site-nav {
    margin-left: 0px;
  }

  .home-reason .wrap .home-reason-content {
    padding: 0 10px;
  }

  .home-reason .wrap .home-reason-content .item {
    width: calc(25% - 20px);
    margin: 20px 10px;
  }

  .home .site-header .head {
    padding: 0 35px 0 35px;
  }

  .site-nav {
    margin-left: 0px;
  }

  .home .site-nav {
    margin-left: 55px;
  }

  .home .site-header {
    height: auto;
  }

  .home .site-header .brand {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
  }

  .home .site-header .brand h1 {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    height: 260px;
    left: 175px;
  }

  .home .site-header.fix .head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px 0 0px;
  }

  .home .site-header.fix .header-social {
    margin-top: 0px;
  }

  .home .site-header.fix .header-link {
    margin-top: 0px;
  }

  .home .site-header.fix .brand {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
  }

  .home .site-header.fix .brand h1 {
    -webkit-transform: translateY(-51%) rotateX(-45deg) rotateZ(45deg)
      rotateY(0deg);
    transform: translateY(-51%) rotateX(-45deg) rotateZ(45deg) rotateY(0deg);
    left: 110px;
  }

  .hero .hero-container .hero-news {
    left: 219px;
    width: 752px;
  }

  .home .header-link {
    margin-left: 0px;
  }

  .home .site-header .site-nav {
    margin-left: 50px;
  }

  /*shop*/
  .shop-header-section .inner-shop {
    padding: 200px 20px 100px;
  }

  .shop-header-section .title-shop span {
    font-size: 44px;
  }

  .shop-header-section .title-shop em {
    font-style: normal;
    font-size: 24px;
    line-height: 1.1;
  }

  .shop-header-section .title-shop-sub {
    font-size: 24px;
  }

  .shop-why-urban .inner-shop-content .item {
    width: calc(25% - 20px);
    margin: 20px 10px;
  }

  /*staff*/
  .content-staff-category .archive .clearfix {
    padding: 0 10px;
  }

  .content-staff-category .archive .sitems-wrapper {
    width: calc(25% - 20px);
    margin: 10px;
  }

  .content-staff-category .archive .sitems-Position h2 {
    font-size: 13px;
    margin-top: 5px;
    white-space: nowrap;
  }

  .content-staff-category .archive .sitems-Position h2 span {
    display: block;
    line-height: 1.1;
    font-size: 20px;
    margin-right: 10px;
  }

  /*franchise-wanted*/
  .main-franchise-wanted .franchise-wanted-banner {
    height: 66vh;
  }

  .main-franchise-wanted .brn_inner .ttl_brn em {
    font-size: 80px;
  }

  .main-franchise-wanted .brn_inner .ttl_brn span {
    font-size: 36px;
  }
}
@media (max-width: 1260px) {
  .toggle-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #menu-status:checked ~ .ghost-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #menu-status:checked ~ section {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .site-header .head {
    padding: 0 75px 0 35px;
  }

  .home .site-header .head {
    padding: 0 75px 0 0px;
  }

  .home .site-header.fix .head {
    padding: 0 75px 0 0px;
  }

  .home .toggle-btn {
    top: 4px;
  }

  .hero .hero-container .hero-bar {
    background-color: rgba(241, 129, 1, 0.6);
  }

  .zoomslider:after {
    display: none;
  }

  .site-nav {
    display: none !important;
  }

  .home-reason .wrap .home-reason-content .item-img img {
    max-width: 80px;
  }

  .home-reason .wrap .home-reason-content .item {
    width: calc(33.33% - 20px);
  }

  .page-brn .page-banner-bar {
    width: 68%;
    height: 65vh;
    min-width: 200px;
  }

  .page-brn .page-banner:after {
    border-bottom: 13vh solid rgba(189, 78, 0, 0.6);
    border-left: 13vh solid transparent;
  }

  .page-nav-menu .nav-main > div:nth-child(2) {
    width: calc(100% - 236px);
  }

  .page-nav-menu ul {
    width: 100%;
  }

  .page-nav-menu ul li {
    width: 100%;
  }

  .page-nav-menu ul li a {
    padding: 0px 0;
  }

  /*shop*/
  .shop-why-urban .inner-shop-content .item {
    width: calc(33.33% - 20px);
  }

  .shop-why-urban .inner-shop-content .item-img img {
    max-width: 80px;
  }
}
@media (max-width: 980px) {
  .page-nav-menu .page-nav-menu-ttl {
    margin-right: 0%;
  }

  .page-nav-menu .page-nav-menu-ttl span {
    font-size: 16px;
    margin-right: 10px;
  }

  .page-nav-menu .page-nav-menu-ttl em {
    font-size: 14px;
  }

  .page-nav-menu ul a {
    padding: 0px 30px;
    font-size: 14px;
  }

  .hero .hero-container .hero-news {
    width: auto;
    left: 226px;
  }

  .home-service .col .wrap h2 {
    margin: 0px 0;
    font-size: 24px;
  }

  .home-service .col .wrap p {
    line-height: 1.3;
    font-size: 12px;
  }

  .home-reason .wrap .home-reason-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-reason .wrap .home-reason-content .item {
    max-width: 500px;
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-reason .wrap .home-reason-content .item-img {
    width: 80px;
  }

  .home-reason .wrap .home-reason-content .item-ttl {
    width: calc(100% - 90px);
    text-align: left;
  }

  .home-reason .wrap .home-reason-content .item-txt {
    width: 100%;
  }

  .main-brand .flex-brand .flex-r {
    height: 450px;
  }

  .main-brand .flex-brand .flex-l iframe {
    height: 450px;
  }

  .main-brand .flex-brand .inner-brand .brand-title em {
    font-size: 24px;
    white-space: nowrap;
  }

  /*shop*/
  .shop-why-urban .inner-shop-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-why-urban .inner-shop-content .item {
    max-width: 500px;
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-why-urban .inner-shop-content .item-txt {
    width: 100%;
  }

  .shop-why-urban .inner-shop-content .item-img {
    width: 80px;
  }

  .shop-why-urban .inner-shop-content .item-ttl {
    width: calc(100% - 90px);
    text-align: left;
  }

  /*staff*/
  .content-staff-category .archive .sitems-Position h2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-staff-category .archive .sitems-Position h2 span {
    width: 100%;
  }

  /*price*/
  .main-price .table01 .tr {
    padding: 8px 15px;
  }

  .main-price .table01 .td:nth-child(1) span {
    display: block;
  }

  .main-price .table02 .tr {
    padding: 8px 15px;
  }

  .main-price .table02 .td:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-price .table02 .td:nth-child(1) span {
    display: block;
  }

  .main-price .table02 .td:nth-child(1) em {
    display: block;
    margin: 0 0px;
    max-width: 58px;
  }

  .main-price .table03 .td {
    padding: 8px 0px;
  }

  .main-price .table03 .td:nth-child(2) {
    padding: 8px 15px;
  }

  /*franchise-wanted*/
  .main-franchise-wanted .franchise-wanted-banner {
    height: 66vh;
  }

  .main-franchise-wanted .brn_inner .ttl_brn em {
    font-size: 60px;
  }

  .main-franchise-wanted .brn_inner .ttl_brn span {
    font-size: 25px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 .flex-r {
    padding-left: 30px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted02 .flex-r {
    padding-right: 30px;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .page-brn .page-banner:after {
    border-bottom: 7vh solid rgba(189, 78, 0, 0.6);
    border-left: 7vh solid transparent;
  }

  .page-brn .page-banner {
    height: 30vh;
  }

  /*franchise-wanted*/
  .main-franchise-wanted .franchise-wanted-banner {
    height: 55vh;
  }

  .main-franchise-wanted02 .ttl-main-franchise-wanted5 {
    font-size: 30px;
  }

  .main-franchise-wanted03 .point-content .point-item .point-ttl {
    font-size: 20px;
  }

  .main-franchise-wanted03 .point-content .point-item .point-txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 667px;
  }

  .home .toggle-btn {
    top: 7px;
  }

  .welcome-screen .f24 {
    width: 50%;
  }

  .header-social {
    display: none;
  }

  .header-link {
    margin-top: 0;
    margin-left: 10px;
  }

  .header-link .shop-info .shop-link {
    margin: 0 0px;
  }

  .site-header .brand {
    position: static;
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }

  .site-header .brand a {
    background-color: transparent;
    position: static;
  }

  .site-header .brand a svg {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .site-header .brand a:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .site-header .head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0px 66px 0px 20px;
  }

  .site-header .head h1 {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: auto;
    left: 20px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .site-header .head h1:hover {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .site-header.fix {
    height: auto;
  }

  .site-header.fix .brand {
    position: static;
    width: 180px;
    min-width: 180px;
    height: auto;
    max-width: 180px;
  }

  .site-header.fix .brand a {
    background-color: transparent;
    position: static;
  }

  .site-header.fix .brand a svg {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .site-header.fix .head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0px 66px 0px 20px;
  }

  .site-header.fix .head h1 {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: auto;
    left: 20px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .home .header-link .shop-info .shop-link {
    margin: 0 17px;
  }

  .header-link .contact-info .contact-link {
    margin: 0 12px;
  }

  .home .site-header .brand {
    position: static;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }

  .home .site-header .brand a {
    background-color: transparent;
    position: static;
  }

  .home .site-header .brand a svg {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .home .site-header .brand a:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .home .site-header .head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 13px 66px 0px 20px;
  }

  .home .site-header .head h1 {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: auto;
    left: 20px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .home .site-header .head h1:hover {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .home .site-header.fix {
    height: auto;
  }

  .home .site-header.fix .brand {
    position: static;
    width: 170px;
    min-width: 170px;
    height: auto;
    max-width: 170px;
  }

  .home .site-header.fix .brand a {
    background-color: transparent;
    position: static;
  }

  .home .site-header.fix .brand a svg {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .home .site-header.fix .head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 10px 66px 10px 20px;
  }

  .home .site-header.fix .head h1 {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    height: auto;
    left: 20px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .home .site-header.fix .header-link .shop-info .shop-link {
    margin: 0px 0px;
  }

  .page-nav-menu .nav-main > div:nth-child(2) {
    width: calc(100% - 143px);
  }

  .page-nav-menu .page-nav-menu-ttl span {
    font-size: 13px;
    margin-right: 0px;
    white-space: nowrap;
  }

  .page-nav-menu .page-nav-menu-ttl em {
    font-size: 12px;
    white-space: nowrap;
  }

  .page-nav-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-nav-menu ul a {
    font-size: 12px;
  }

  .toggle-btn {
    top: 5px;
    right: 10px;
  }

  .home-service .col:after {
    padding-top: 64%;
  }

  .hero .hero-container {
    padding: 0 50px 0 20px;
  }

  .hero .hero-container .slogan {
    top: 25%;
  }

  .hero .hero-container .hero-news {
    width: 100%;
    left: 0px;
    top: 71px;
  }

  .hero .hero-container .hero-news .hero-news-i {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 10px 6px 20px;
  }

  .hero .hero-container .hero-news .ttl {
    display: none;
  }

  .hero .hero-container .hero-news .news-lin {
    width: 100%;
  }

  .hero .hero-container .hero-news .news-lin ul .text {
    margin-bottom: 5px;
  }

  .home-service .col {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
  }

  .home-service .col .wrap h2 {
    margin: 10px 0;
    font-size: 24px;
  }

  .home-service .col .wrap p {
    line-height: 1.3;
    font-size: 12px;
  }

  .home-concept h2.section-title {
    text-align: center;
  }

  .home-concept h2.section-title span {
    text-align: center;
    margin-bottom: 5px;
  }

  .home-concept h2.section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .home-concept h2 + p {
    font-size: 13px;
  }

  .home-concept .click-concept .click-qa .ttl-qa {
    padding: 10px 16px;
  }

  .home-concept .click-concept .click-qa .click-a {
    padding: 0px 16px 16px 16px;
  }

  .home-concept .wrap {
    padding: 60px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-concept .wrap .fit-guy {
    min-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .home-concept .wrap .fit-guy img {
    margin: auto;
    max-width: 200px;
  }

  .home-concept .wrap .home-concept-content {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
    z-index: 2;
  }

  .home-shop-list {
    width: 100%;
  }

  .home-shop-list .shop-figure .shop-name span {
    font-size: 19px;
  }

  .home-shop-list .slick-next {
    right: 2%;
    top: 24%;
  }

  .home-shop-list .slick-prev {
    left: 2%;
    top: 24%;
  }

  .home-new-shop-list {
    width: 100%;
  }

  .home-new-shop-list .shop-figure .shop-name span {
    font-size: 19px;
  }

  .home-new-shop-list .slick-next {
    right: 2%;
  }

  .home-new-shop-list .slick-prev {
    left: 2%;
  }

  .home-reason .wrap {
    padding: 60px 0;
  }

  .home-reason .wrap .home-reason-content .item {
    width: 100%;
  }

  .home-news {
    padding: 60px 0;
  }

  .home-news-oth {
    padding: 0px 0 60px;
  }

  .home-news .home-news-content .item a,
  .home-news .home-news-content .item .anchor_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0px;
  }

  .home-news .home-news-content .item .anchor_item .post-cat a {
    margin-top: 6px;
    margin-bottom: 0px;
  }

  .home-news .home-news-content .item a .post-date,
  .home-news .home-news-content .item .anchor_item .post-date {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: left;
  }

  .home-news .home-news-content .item a .post-title,
  .home-news .home-news-content .item .anchor_item .post-title {
    padding: 6px 0px 0;
  }

  .home-news .home-news-content .item a .post-cat,
  .home-news .home-news-content .item .anchor_item .post-cat {
    -ms-flex-wrap: wrap;
    margin-left: 0px;
    flex-wrap: wrap;
    width: 100%;
  }

  .home-news .home-news-content .item a .post-cat span,
  .home-news .home-news-content .item .anchor_item .post-cat span {
    margin-top: 6px;
    margin-bottom: 0px;
  }

  .home-booking {
    padding: 80px 0;
  }

  .home-booking .wrap {
    padding: 0 20px;
  }

  .home-booking .wrap h2 {
    font-size: 15px;
  }

  .home-booking .wrap h3 {
    font-size: 30px;
  }

  .home-shop {
    padding: 60px 0;
  }

  .home-new-shop {
    padding: 60px 0;
  }

  h2.section-title {
    font-size: 22px;
  }

  h2.section-title span {
    margin-bottom: 5px;
  }

  .main-brand .flex-brand {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-brand .flex-brand .flex-l {
    width: 100%;
  }

  .main-brand .flex-brand .flex-r {
    width: 100%;
    height: auto;
  }

  .main-brand .flex-brand .inner-brand .brand-title {
    margin-bottom: 0em;
  }

  .main-brand .flex-brand .inner-brand .brand-title em {
    font-size: 16px;
  }

  .main-brand .flex-brand .inner-brand .brand-txt {
    font-size: 12px;
  }

  .page-brn .brn_inner .ttl_brn h2 {
    font-size: 24px;
    margin-right: 10px;
  }

  .page-brn .brn_inner .ttl_brn span {
    font-size: 13px;
  }

  .page-nav-menu .page-nav-menu-ttl a {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-nav-menu ul li {
    width: 33.33%;
  }

  /*page*/
  .page-nav-menu .page-nav-menu-ttl a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pagetitle {
    font-size: 12px;
  }

  /*shop*/
  .shop-header-section .title-shop {
    white-space: nowrap;
  }

  .shop-header-section .title-shop span {
    font-size: 24px;
    margin-right: 12px;
  }

  .shop-header-section .title-shop em {
    font-size: 14px;
  }

  .shop-header-section .title-shop-sub {
    font-size: 16px;
    line-height: 1.3;
  }

  .shop-header-section .txt-shop {
    font-size: 13px;
  }

  .shop-header-section .inner-shop01 {
    padding: 200px 20px 80px;
  }

  .shop-header-section .more-shop {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-header-section .more-shop a.more-btn {
    margin: 20px 5px 0 !important;
  }

  .shop-events .inner-shop {
    padding: 30px 20px 30px;
  }

  .shop-events .flex-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
  }

  .shop-events .flex-shop > div {
    width: 100%;
    margin: 10px auto 10px;
    padding-left: 0px;
  }

  .shop-events .flex-shop > div img {
    margin: 0 auto;
  }

  .shop-news-section .inner-shop {
    padding: 30px 20px 30px;
  }

  .shop-news-section .inner-shop-content .item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .shop-news-section .inner-shop-content .item a .post-date {
    min-width: 70px;
    padding: 0px 0px 0;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .shop-news-section .inner-shop-content .item a .post-title {
    padding: 8px 0px 0;
    display: block;
    width: 100%;
  }

  .shop-news-section .inner-shop-content .item a .post-cat span {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .shop-why-urban .inner-shop {
    padding: 30px 20px 30px;
  }

  .shop-why-urban .inner-shop .item {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop-why-urban .inner-shop-content .item-ttl {
    margin: 0px auto;
  }

  .shop-why-urban .inner-shop-content .item-txt {
    margin: 10px 0 0;
  }

  .main-gallery li {
    width: 50% !important;
  }

  /*faq*/
  .content-faq-category .archive {
    margin-top: 30px;
  }

  .content-faq-category .cat-item-ttl {
    font-size: 16px;
    padding: 0 0 0 10px;
  }

  .content-faq-category .post-faq-wrap {
    margin-top: 10px;
  }

  .content-faq-category .post-faq-wrap .post-q {
    padding: 5px 35px 5px 10px;
    font-size: 13px;
    line-height: 1.3;
  }

  .content-faq-category .post-faq-wrap .post-q span.q {
    font-size: 15px;
  }

  .content-faq-category .post-faq-wrap .post-q .q-i {
    padding: 0px 15px 0px 1px;
  }

  .content-faq-category .post-faq-wrap .post-a .a-ii {
    font-size: 13px;
  }

  .content-faq-category .post-faq-wrap .post-a span.a {
    font-size: 15px;
    margin-right: 0px;
  }

  .content-faq-category .post-faq-wrap .post-a .a-i {
    padding: 10px 20px 10px 10px;
  }

  /*staff*/
  .content-staff-category .archive {
    margin: 30px auto;
  }

  .content-staff-category .archive .sitems-wrapper {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .content-staff-category .archive .sitems-wrapper a:before {
    display: none;
  }

  .content-staff-category .archive .sitems-Position h2 span {
    font-size: 16px;
    margin-right: 0px;
  }

  /*price*/
  .main-price .table01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-price .table01 .tr {
    width: 100%;
  }

  .main-price .table02 .tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-price .table02 .td {
    width: 100% !important;
  }

  /*privacypolicy*/
  h2.text-privacypolicy {
    height: 30px;
  }

  .text-privacypolicy {
    margin: 0px auto 10px;
    font-size: 13px;
  }

  h3.h3-privacypolicy {
    font-size: 16px;
    margin: 10px auto 0px;
  }

  ul.ul-privacypolicy {
    margin: 0px auto 10px;
    font-size: 13px;
  }

  h4.h4-privacypolicy,
  h3.h4-privacypolicy {
    font-size: 14px;
    margin: 10px auto 0px;
  }

  /*recruit*/
  .company-table {
    margin: 30px auto;
    font-size: 14px;
  }

  .company-table tr {
    padding: 10px 0;
    display: block;
  }

  .company-table td {
    display: block;
    padding: 0px 2.5%;
  }

  .recruit-table .wrapper {
    padding: 30px 0;
  }

  .recruit-table table {
    font-size: 14px;
  }

  .recruit-table table th {
    border: 0px solid #d4d4d4;
    width: 100%;
    padding: 10px 2.5%;
    display: block;
  }

  .recruit-table table td {
    border: 0px solid #d4d4d4;
    padding: 10px 2.5%;
    width: 100%;
    display: block;
  }

  /*franchise-wanted*/
  .main-franchise-wanted .franchise-wanted-banner {
    height: 320px;
  }

  .main-franchise-wanted .page-banner-bar {
    width: 109%;
  }

  .main-franchise-wanted .brn_inner .ttl_brn em {
    font-size: 32px;
    white-space: nowrap;
  }

  .main-franchise-wanted .brn_inner .ttl_brn span {
    font-size: 17px;
    white-space: nowrap;
  }

  .main-franchise-wanted01 {
    padding: 30px 20px;
  }

  .main-franchise-wanted01 .ttl-main-franchise-wanted {
    font-size: 16px;
  }

  .main-franchise-wanted01 .ttl-main-franchise-wanted span {
    font-size: 18px;
  }

  .main-franchise-wanted01 .ttl-main-franchise-wanted2 {
    font-size: 15px;
    margin-top: 10px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 .flex-l {
    width: 100%;
    padding-left: 20px;
    padding-right: 0px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 .flex-l:before {
    content: "";
    width: 80%;
    height: 70%;
    top: -20px;
    left: 0px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 .flex-r {
    width: 100%;
    padding-left: 0px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 .flex-ttl {
    font-size: 16px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 .flex-ttl em:before {
    height: 3px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 .flex-ttl span {
    font-size: 30px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted01 .flex-txt {
    font-size: 13px;
    margin-top: 0px;
  }

  .main-franchise-wanted01 .flex-franchise-wanted02 .flex-r {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-franchise-wanted02 .inner {
    padding: 30px 20px;
  }

  .main-franchise-wanted02 .ttl-main-franchise-wanted3 {
    font-size: 16px;
  }

  .main-franchise-wanted02 .ttl-main-franchise-wanted4 {
    font-size: 14px;
  }

  .main-franchise-wanted02 .flex-franchise-wanted03 {
    margin: 10px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-franchise-wanted02 .flex-franchise-wanted03 > div {
    font-size: 16px;
    padding: 20px 0;
    width: 100%;
    background-size: contain;
    margin-top: 10px;
  }

  .main-franchise-wanted02 .ttl-main-franchise-wanted5 {
    font-size: 16px;
  }

  .main-franchise-wanted03 .inner {
    padding: 30px 20px 30px;
  }

  .main-franchise-wanted03 .ttl-main-franchise-wanted6 {
    font-size: 16px;
  }

  .main-franchise-wanted03 .ttl-main-franchise-wanted6 span {
    font-size: 19px;
  }

  .main-franchise-wanted03 .ttl-main-franchise-wanted6:after {
    height: 2px;
  }

  .main-franchise-wanted03 .point-content {
    margin-top: 40px;
  }

  .main-franchise-wanted03 .point-content .point-item {
    margin-top: 40px;
    padding: 30px 20px 30px;
  }

  .main-franchise-wanted03 .point-content .point-item .point-title {
    font-size: 16px;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
  }

  .main-franchise-wanted03 .point-content .point-item .point-title span {
    font-size: 14px;
  }

  .main-franchise-wanted03 .point-content .point-item .point-ttl {
    font-size: 14px;
  }

  .main-franchise-wanted03 .point-content .point-item .point-txt {
    font-size: 12px;
    margin-top: 0px;
  }

  .main-franchise-wanted04 .ttl-main-franchise-wanted7 {
    font-size: 16px;
  }

  .main-franchise-wanted04 .ttl-main-franchise-wanted8 {
    font-size: 16px;
  }

  .hero #slideposition ul li.indicator {
    width: 22px;
  }

  /*single*/
  body.single h1 {
    font-size: 16px;
  }

  body.single h2 {
    font-size: 15px;
  }

  body.single h3,
  body.single h4,
  body.single h5,
  body.single h6 {
    font-size: 14px;
  }

  body.single p {
    font-size: 14px;
  }

  .single_main {
    padding: 30px 20px 30px;
  }

  .single_main .post-title {
    border-left: 3px solid #f18101;
    padding: 0 0 0 10px;
    font-size: 15px;
  }

  .single_main .post-position {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single_main .post-position .post-date {
    margin-right: 0px;
    width: 100%;
  }

  .single_main .post-position .post-cat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .single_main .post-position .post-cat span {
    margin-top: 6px;
    margin-bottom: 0px;
  }

  .sitems-wrapper #staff-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sitems-wrapper #staff-inner .photo {
    width: 100%;
    padding: 0 0 0 0px;
  }

  .sitems-wrapper #staff-inner .photo img {
    margin: 0 auto 10px;
  }

  .sitems-wrapper #staff-inner .sitem-content {
    width: 100%;
  }

  /*category*/
  .category-content {
    padding: 30px 20px 30px;
  }

  .category-content .item a,
  .category-content .item .anchor_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0;
  }

  .category-content-all .item .anchor_item .post-cat a {
    margin-top: 6px;
    margin-bottom: 0px;
  }

  .category-content .item a .post-date,
  .category-content .item .anchor_item .post-date {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .category-content .item a .post-title,
  .category-content .item .anchor_item .post-title {
    padding: 6px 0px 0;
  }

  .category-content .item a .post-cat,
  .category-content .item .anchor_item .post-cat {
    margin-left: 0px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-content .item a .post-cat span,
  .category-content .item .anchor_item .post-cat span {
    margin-top: 6px;
    margin-bottom: 0px;
  }

  body {
    padding-bottom: 260px;
  }

  .site-footer {
    height: 260px;
  }

  .single-gallery .gallery .gallery-item {
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 600px) {
  .hero .hero-container .slogan h1 {
    font-size: 24px;
  }

  .hero .hero-container .slogan h2 {
    font-size: 18px;
    margin: 7px 0;
  }

  .hero .hero-container .slogan p {
    font-size: 12px;
    margin: 7px 0;
    line-height: 1.3;
  }

  .toggle-btn {
    top: 3px;
    right: 0px;
  }

  .hero #slideposition {
    bottom: 38px;
    left: 20px;
  }

  .scroll-down {
    bottom: 38px;
    font-size: 14px;
  }

  .scroll-down svg {
    width: 26px;
    height: 26px;
  }

  .home-service {
    margin: -30px auto 0;
  }

  .home-service .col {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
  }

  .home-service .col .wrap h2 {
    margin: 10px 0;
    font-size: 24px;
  }

  .home-service .col .wrap p {
    line-height: 1.3;
    font-size: 12px;
  }

  .home-concept .click-concept .click-qa .click-a {
    font-size: 12px;
  }

  .header-link .contact-info .contact-href ul a {
    font-size: 12px;
    padding: 5px 5px;
  }

  .header-link .shop-info .shop-href ul a {
    font-size: 12px;
    padding: 5px 5px;
  }

  .home .header-link .shop-info .shop-link {
    margin: 0px 0px;
  }

  .fiexd-wrap {
    bottom: 130px;
    width: 24px;
  }

  .fiexd-wrap .web-shop {
    right: 24px;
  }

  .fiexd-wrap .peo-shop {
    right: 24px;
  }

  .fiexd-wrap .icon-btn {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    padding: 12px 5px;
  }

  .fiexd-wrap .icon-btn {
    font-size: 12px;
  }

  .fiexd-wrap .icon-btn em {
    display: none;
  }

  .fiexd-wrap .icon {
    margin-top: 5px;
  }

  .fiexd-wrap svg {
    width: 14px;
    height: 14px;
  }

  body {
    padding-bottom: 180px;
  }

  .site-footer {
    padding: 30px 20px 10px;
    height: 180px;
  }

  .site-footer .wrap .footer-brand {
    width: 160px;
  }

  .bkt {
    bottom: 36px;
  }

  .bkt svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .main-price .ttl-price01 {
    font-size: 12px;
    margin: 30px auto 10px;
    padding: 0 0 0 10px;
  }

  .main-price .ttl-price01 span {
    font-size: 15px;
  }

  .main-price .ttl-price02 {
    padding: 10px 10px;
    font-size: 13px;
  }

  .main-price .ttl-price02 span {
    font-size: 16px;
    display: block;
    margin-right: 0px;
  }

  .main-price .inner-price01 {
    margin: 20px auto;
  }

  .main-price .table01 .tr {
    padding: 8px 10px;
  }

  .main-price .table01 .tr {
    padding: 8px 10px;
  }

  .main-price .table01 .td {
    font-size: 12px;
  }

  .main-price .table01 .td span {
    font-size: 15px;
  }

  .main-price .table02 .tr {
    padding: 8px 10px;
  }

  .main-price .table02 .td {
    font-size: 12px;
  }

  .main-price .table02 .td span {
    font-size: 16px;
  }

  .main-price .table02 .td:nth-child(2) em {
    font-size: 14px;
  }

  .main-price .table02 .td:nth-child(2) span {
    font-size: 14px;
  }

  .main-price .table03 .tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-price .table03 .td {
    width: 100% !important;
    font-size: 12px;
  }

  .main-price .table03 .td span {
    font-size: 15px;
  }

  .page-brn .brn_inner .ttl_brn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .home-reason .wrap .home-reason-content .item {
    margin: 0px 10px 20px;
  }

  .home-reason .wrap .home-reason-content .item-img {
    width: 53px;
  }

  .home-reason .wrap .home-reason-content .item-ttl {
    font-size: 15px;
    margin: 5px auto;
  }

  .home-reason .wrap .home-reason-content .item-txt {
    font-size: 13px;
    margin-top: 5px;
  }

  .hero .hero-container .hero-bar {
    -webkit-transform: translate(-72%, -50%) rotate(45deg);
    transform: translate(-72%, -50%) rotate(45deg);
  }

  .hero .hero-container .hero-bar .hour-24 {
    width: 97%;
    top: 30%;
  }

  .home-shop-list .shop-wrap {
    max-width: 100%;
  }

  .home-new-shop-list .shop-wrap {
    max-width: 100%;
  }

  /*shop*/
  .shop-why-urban .inner-shop-content .item-ttl {
    width: calc(100% - 75px);
  }

  .shop-why-urban .inner-shop-content .item {
    margin: 0px 0px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop-why-urban .inner-shop-content .item-img {
    width: 53px;
  }

  .shop-why-urban .inner-shop-content .item-ttl {
    font-size: 16px;
    margin: 0px auto;
  }

  .shop-why-urban .inner-shop-content .item-txt {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media (max-width: 420px) {
  .page-nav-menu {
    display: none;
  }

  .shop-header-section .inner-shop {
    padding: 130px 20px 80px;
  }

  .page-brn .page-banner {
    padding: 70px 0 10px;
  }

  .sp-menu-bar {
    display: block;
  }

  #menu-status-sp:checked ~ .ghost-nav2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #menu-status-sp:checked ~ div:not(.ghost-nav2) {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #menu-status-sp:checked ~ label {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  #menu-status-sp:checked ~ .sp-menu-bar label span:nth-child(1) {
    display: none;
  }

  #menu-status-sp:checked ~ .sp-menu-bar label span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-link .shop-info .shop-link em,
  .header-link .contact-info .contact-link em {
    font-size: 9px;
  }

  body {
    padding-bottom: 230px;
  }

  .site-footer {
    height: 230px;
  }
}
@media (max-width: 400px) {
  .home .site-header .head {
    padding: 10px 60px 0px 20px;
  }

  .home .toggle-btn {
    right: 3px;
  }

  .site-header {
    height: auto;
  }

  .site-header.fix .brand {
    position: static;
    width: 170px;
    min-width: 170px;
    height: auto;
    max-width: 170px;
  }

  .header-link .contact-info .contact-link {
    margin: 0 0px;
  }

  .hero .hero-container .hero-news {
    display: none;
  }

  .site-header .head h1 {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }

  .site-header.fix .head h1 {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }

  .home .site-header .brand {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }

  .home .site-header .head h1 {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }

  .home .site-header.fix .head {
    padding: 10px 60px 10px 20px;
  }

  .site-header .head {
    padding: 0px 60px 0px 20px;
  }

  .site-header.fix .head {
    padding: 0px 60px 0px 20px;
  }

  .header-link {
    margin-top: 0;
    margin-left: 0px;
    width: calc(100% - 176px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 320px) {
  .header-link .shop-info .shop-link em,
  .header-link .contact-info .contact-link em {
    display: none;
  }

  .home .toggle-btn {
    top: 1px;
  }
}
/*personal-training*/
.personal-training-brn .post-exp p {
  margin: 10px 0;
}
.personal-training-brn .post-exp p:nth-child(2) {
  font-size: 18px;
}

.personal-title {
  border-left: 5px solid #f18101;
  padding: 0 0 0 16px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: bold;
  margin: 50px auto 10px;
}
.personal-title span {
  font-size: 18px;
  display: block;
}
.personal-title em {
  font-style: normal;
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.main-personal-content {
  width: 100%;
  max-width: 1240px;
  margin: 50px auto 0;
  padding: 0 20px;
}

.main-personal-training01 {
  width: 100%;
  background-image: url(assets/img/page/personalbg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-personal-training01 .personal-left {
  padding: 30px;
  width: 50%;
}
.main-personal-training01 .personal-left img {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.main-personal-training01 .personal-right {
  padding: 30px;
  width: 50%;
}
.main-personal-training01 .personal-right img {
  max-width: 493px;
  width: 100%;
  margin: 0 auto;
}

.main-personal-training02 table {
  width: 100%;
  margin-top: 20px;
  background-color: #f1f1f1;
}
.main-personal-training02 table tr th {
  border: 1px solid #d9d9d9;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px;
}
.main-personal-training02 table tr td {
  border: 1px solid #d9d9d9;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding: 6px;
}

.main-personal-training03 {
  margin-top: 50px;
}

.personal-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.personal-flex .personal-ttl h2 {
  font-family: "NeoTechStd", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #f18101;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
}
.personal-flex .personal-ttl h3 {
  font-size: 30px;
  line-height: 1.1;
}
.personal-flex .personal-txt {
  font-size: 16px;
  margin-top: 30px;
}
.personal-flex .flex-left {
  width: 50%;
}
.personal-flex .flex-right {
  width: 50%;
  padding: 40px 0 40px 40px;
}
.personal-flex:last-child {
  margin-bottom: 0px;
}
.personal-flex:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.personal-flex:nth-child(even) .flex-right {
  padding: 40px 40px 40px 0px;
}

.main-personal-content2 {
  width: 100%;
  background-image: url(assets/img/page/personalbg05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-personal-content2 .main-personal-training04 {
  width: 100%;
  max-width: 1240px;
  margin: 50px auto 0;
  padding: 50px 20px;
}

.personal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.personal-box .box-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.personal-box .box-left .item {
  width: calc(50% - 30px);
  margin: 10px 0;
}
.personal-box .item-title {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  background-image: url(assets/img/page/personalbg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.personal-box .item-title.item-title2 {
  background-image: url(assets/img/page/personalbg02.png);
}
.personal-box .item-title.item-title3 {
  background-image: url(assets/img/page/personalbg04.png);
}
.personal-box .item-border {
  border: 3px solid #f18101;
  margin-top: -25px;
  background-color: #fff;
  padding: 40px 15px 20px 15px;
  height: calc(100% - 25px);
}
.personal-box .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
.personal-box .item-ttl span {
  display: block;
  width: 55px;
  min-width: 55px;
  height: 55px;
  background-color: #f18101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  margin-right: 8px;
}
.personal-box .item-ttl.item-ttl2 span {
  background-color: #000;
}
.personal-box .item-ttl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personal-box .item-ttl3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.1;
  width: 50%;
  color: #fff;
  font-weight: bold;
  padding: 12px 8px;
}
.personal-box .item-ttl3 span:nth-child(1) {
  background-color: #f18101;
}
.personal-box .item-ttl3 span:nth-child(2) {
  background-color: #000;
}
.personal-box .item-txt {
  font-size: 14px;
  margin-top: 10px;
}
.personal-box .item-txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.personal-box .item-txt ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  min-width: 4px;
  margin-right: 6px;
  margin-top: 9px;
  background-color: #000;
  border-radius: 50%;
}
.personal-box .item-red {
  color: #ed2930;
  text-decoration: underline;
  margin-top: 10px;
}
.personal-box .item-horn {
  width: 30px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.personal-box .item-ttl-sub {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 20px;
}
.personal-box .box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.personal-box .box-right .item {
  width: calc(50% - 15px);
  margin: 10px 0;
}
.personal-box .box-right .item-horn {
  width: 30px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .personal-box {
    display: block;
  }
  .personal-box .box-left {
    width: 100%;
  }
  .personal-box .box-right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-id-3834 .page-brn .page-banner {
    height: auto;
    padding: 100px 0 30px;
  }
}
@media (max-width: 767px) {
  .main-personal-training01 {
    display: block;
  }
  .main-personal-training01 .personal-left {
    width: 100%;
    padding: 20px;
  }
  .main-personal-training01 .personal-right {
    width: 100%;
    padding: 20px;
  }

  .personal-flex {
    display: block;
    margin-bottom: 10px;
  }
  .personal-flex .flex-left {
    width: 100%;
  }
  .personal-flex .flex-right {
    width: 100%;
    padding: 20px 0 20px 0px !important;
  }
  .personal-flex .personal-ttl h2 {
    font-size: 16px;
  }
  .personal-flex .personal-ttl h3 {
    font-size: 18px;
  }
  .personal-flex .personal-txt {
    font-size: 12px;
    margin-top: 10px;
  }

  .main-personal-content2 .main-personal-training04 {
    margin: 40px auto 0;
    padding: 30px 20px;
  }

  .personal-box {
    display: block;
  }
  .personal-box .box-left {
    width: 100%;
    display: block;
  }
  .personal-box .box-left .item {
    width: 100%;
    margin: 10px 0;
  }
  .personal-box .box-right {
    width: 100%;
    display: block;
  }
  .personal-box .box-right .item {
    width: 100%;
    margin: 10px 0;
  }
  .personal-box .item-horn {
    margin: 0 auto;
    width: 100% !important;
    padding-right: 0px;
    display: block !important;
  }
  .personal-box .item-horn img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 auto;
  }

  .main-personal-training04 .personal-title {
    margin: 0px auto 10px;
  }

  .personal-box .item-ttl span {
    text-align: center !important;
  }
  .personal-box .item-ttl br {
    display: none;
  }
}
/**1209**/
.postid-4070 .main-page-price-flex .ttl-item,
.postid-1937 .main-page-price-flex .ttl-item {
  width: 100%;
}
