@charset "UTF-8";
/* Base style
-----------------------------------------------------------*/
/*----- reset -----*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

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

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

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

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

em {
  font-style: normal;
}

small {
  font-size: .875em;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

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

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

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

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----- default -----*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #333333;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  backface-visibility: hidden;
}

/*----- import -----*/
/* Layout style
-----------------------------------------------------------*/
/*----- header -----*/
.header {
  z-index: 999;
  background-color: #ffffff;
}

.header .header-inner {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.header .header-logo {
  padding-top: 18px;
  padding-bottom: 14px;
}

.header .header-logo img {
  width: 187px;
}

.header .header-box .header-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.header .header-box.-top .header-ham-icon {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.header .header-box.-top .header-ham-icon.is-open + .header-link {
  display: none;
}

.header .header-box.-top .header-link {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.header .header-box.-bottom {
  position: relative;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.header .header-link {
  margin-top: 12px;
}

.header .header-link-list > li {
  margin-left: 25px;
}

.header .header-link-list > li a {
  display: block;
  line-height: 1.25;
}

.header .header-link-list-ir a {
  padding: 6px 35px 6px 18px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: url(/common/img/common/icon_target.png) right 13px center no-repeat;
}

.header .header-link-list-keyword {
  position: relative;
}

.header .header-link-list-keyword input[type="search"] {
  width: 100%;
  padding: 5px 30px 5px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  border-radius: 25px;
  background-color: #ffffff;
}

.header .header-link-list-keyword input[type="search"]::-webkit-input-placeholder {
  color: #b5b5b5;
}

.header .header-link-list-keyword input[type="search"]::-moz-placeholder {
  color: #b5b5b5;
}

.header .header-link-list-keyword input[type="search"]:-ms-input-placeholder {
  color: #b5b5b5;
}

.header .header-link-list-keyword input[type="search"]::-ms-input-placeholder {
  color: #b5b5b5;
}

.header .header-link-list-keyword input[type="search"]::placeholder {
  color: #b5b5b5;
}

.header .header-link-list-keyword input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
}

.header .header-link-list-keyword input:focus {
  outline: none;
}

.header .header-link-list-keyword::before, .header .header-link-list-keyword::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
  pointer-events: none;
}

.header .header-link-list-keyword::before {
  -webkit-box-shadow: 0 0 0 1px #000000;
  -webkit-transform: translateY(-2px);
  position: absolute;
  right: 18px;
  width: 12px;
  height: 12px;
  transform: translateY(-2px);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000000;
  content: '';
}

.header .header-link-list-keyword::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 14px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: solid 1px #000000;
  border-right: none;
  content: '';
}

.header .header-gnav {
  width: 100%;
}

.header .header-gnav-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.header .header-gnav-menu-online > a > span {
  padding-right: 30px;
  background: url(/common/img/common/icon_target_light.png) right center no-repeat;
}

.header .header-gnav-menu-online > a:hover {
  color: #5d1b30;
}

.header .header-gnav-menu-online > a:hover > span {
  background: url(/common/img/common/icon_target.png) right center no-repeat;
}

.header .header-gnav-menu > li > a {
  display: block;
  padding: 10px 10px 7px;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  font-weight: bold;
}

.header .header-gnav-menu > li + li {
  margin-left: 5px;
}

.header .header-gnav-menu > li.is-active .dropdown {
  display: block;
}

.dropdown {
  display: none;
  width: 100%;
}

.dropdown-inner {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #eddee3;
}

.dropdown-box {
  -webkit-transition: display .3s ease-in-out;
  position: relative;
  transition: display .3s ease-in-out;
}

.dropdown-box > ul > li > a[target="_blank"]::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("/common/img/common/icon_target.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.dropdown-box > ul > li > a[target="_blank"]::after {
  display: none;
}

.dropdown-menu-head {
  text-align: left;
}

.dropdown-menu-head a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 24px;
  font-weight: bold;
}

.dropdown-menu-head a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.dropdown-menu a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 8px 30px 8px 8px;
  background-color: #ffffff;
  text-align: left;
}

.dropdown-menu a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.dropdown-menu a::after {
  right: 15px;
}

.dropdown-menu a:hover {
  border-color: #5d1b30;
}

.products li.header-gnav-menu-products > a {
  border-bottom-color: #5d1b30;
}

.store li.header-gnav-menu-store > a {
  border-bottom-color: #5d1b30;
}

.enjoy li.header-gnav-menu-enjoy > a {
  border-bottom-color: #5d1b30;
}

.message li.header-gnav-menu-message > a {
  border-bottom-color: #5d1b30;
}

.philosophy li.header-gnav-menu-philosoph > a {
  border-bottom-color: #5d1b30;
}

.info li.header-gnav-menu-info > a {
  border-bottom-color: #5d1b30;
}

.csr li.header-gnav-menu-csr > a {
  border-bottom-color: #5d1b30;
}

.csr li.header-gnav-menu-csr > a {
  border-bottom-color: #5d1b30;
}

.ir li.header-gnav-menu-ir > a {
  border-bottom-color: #5d1b30;
}

.recruit li.header-gnav-menu-recruit > a {
  border-bottom-color: #5d1b30;
}

.news li.header-gnav-menu-news > a {
  border-bottom-color: #5d1b30;
}

/*----- footer -----*/
.footer {
  position: relative;
  overflow-x: hidden;
  /* ----- フッターナビ ----- */
  /* ----- コピーライト ----- */
}

.footer::after {
  display: block;
  z-index: 10;
  position: absolute;
  right: -35px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("/common/img/common/footer_bg_02.png") bottom right no-repeat;
  content: "";
  opacity: 0.24;
  pointer-events: none;
}

.footer-top {
  background-color: #f8e4ea;
}

.footer-bottom {
  position: relative;
  background-color: #5d1b30;
}

.footer-bottom::before {
  -webkit-transform: translateY(-100%);
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 48px;
  transform: translateY(-100%);
  background: url("/common/img/common/footer_bg_01.png") top center no-repeat;
  content: "";
}

.footer-inner {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-right: 10px;
  padding-bottom: 44px;
  padding-left: 10px;
}

.footer-logo {
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  text-align: center;
}

.footer-sitemap-list.-first {
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.footer-sitemap-list.-first .footer-sitemap-item {
  min-width: calc(100% / 6 - 20px);
}

.footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head {
  display: block;
  padding: 10px 0;
  font-weight: bold;
}

.footer-sitemap-list.-second li > a {
  font-size: 14px;
}

.footer-sitemap-list.-second li > a[target="_blank"] {
  position: relative;
  padding-right: 16px;
}

.footer-sitemap-list.-second li > a[target="_blank"]::before {
  display: none;
}

.footer-sitemap-list.-second li > a[target="_blank"]::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  transform: rotate(0);
  border: none;
  background: url("/common/img/common/icon_target.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.footer-sitemap-item > a {
  display: block;
  padding: 5px 0;
}

.footer-nav {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.footer-nav-wrap {
  margin-top: 35px;
  overflow: hidden;
  text-align: center;
}

.footer-nav-wrap .box-button {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-nav-item {
  margin: 3px 13px;
  font-size: 1.4rem;
  line-height: 2.45rem;
}

.footer-nav-item > a {
  color: #ffffff;
}

.footer-nav-item:hover {
  text-decoration: underline;
}

.footer .btn.-footer > a {
  -webkit-transition: opacity 0.15s ease-in-out;
  padding-right: 50px;
  padding-left: 70px;
  background: url("/common/img/common/footer_icon01.png") left 24px center no-repeat;
  background-color: #9f294f;
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.15s ease-in-out;
}

.footer .btn.-footer > a::after {
  border-color: #ffffff;
}

.footer .btn.-footer > a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer-copyright {
  margin-top: 18px;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 2.275rem;
  text-align: center;
}

/*----- content -----*/
.content-inner {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.content-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.content-section:last-child {
  padding-bottom: 100px;
}

.content-header {
  margin-bottom: 35px;
  padding: 35px 0;
  background-color: #fbf1f5;
  background-image: url("/common/img/common/bg_heading.png");
  background-position: center bottom;
}

.content-header .box-heading {
  margin-bottom: 0;
}

.content-main .img {
  line-height: 1.0;
}

.content-compact {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-linkblock {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.content-linkblock + .content-linkblock {
  margin-top: 0;
}

/*----- rich-text-editor -----*/
.article-detail {
  margin-bottom: 60px;
}

.article-detail h2 {
  position: relative;
  margin: 50px 0;
  padding-top: 25px;
  border-top: solid 1px #d8d8d8;
  font-size: 30px;
  font-weight: bold;
}

.article-detail h2::before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 220px;
  height: 4px;
  background-color: #5d1b30;
  content: "";
}

.article-detail h3 {
  position: relative;
  margin: 50px 0;
  padding: 1.5px 0 1.5px 25px;
  border-left: solid 5px #5d1b30;
  font-size: 24px;
  font-weight: bold;
}

.article-detail h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  height: 11px;
  background-color: #ba013c;
  content: "";
}

.article-detail h4 {
  position: relative;
  margin: 50px 0;
  padding: 3px 0 3px 25px;
  font-size: 20px;
  font-weight: bold;
}

.article-detail h4::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #5d1b30;
  content: "";
}

.article-detail h4::after {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #ba013c;
  content: "";
}

.article-detail h5 {
  margin: 50px 0;
  font-size: 18px;
  font-weight: bold;
}

.article-detail h6 {
  margin: 50px 0;
  font-size: 16px;
  font-weight: bold;
}

.article-detail p {
  margin-bottom: 15px;
  font-size: 16px;
}

.article-detail ul {
  margin: 30px 0;
}

.article-detail ul li {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
}

.article-detail ul li::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #5d1b30;
  content: "";
}

.article-detail ul li:nth-last-child(n + 2) {
  margin-bottom: 10px;
}

.article-detail ol {
  margin: 30px 0;
  counter-reset: item;
}

.article-detail ol li {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
}

.article-detail ol li::before {
  -webkit-transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  padding: 0 0.2em 0 0.2em;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #5d1b30;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  content: counter(item);
  counter-increment: item;
}

.article-detail ol li:nth-last-child(n + 2) {
  margin-bottom: 20px;
}

.article-detail a {
  color: #5c1b30;
  text-decoration: underline;
}

.article-detail a:hover {
  text-decoration: none;
}

.article-detail a::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  transform: rotate(45deg);
  border-top: solid 1px #5c1b30;
  border-right: solid 1px #5c1b30;
  content: "";
}

.article-detail a[href$=".pdf"]::after {
  -webkit-transform: rotate(0deg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transform: rotate(0deg);
  border: none;
  background-image: url(/common/img/common/icon_pdf.png);
  content: " ";
}

.article-detail a[target="_blank"]::after {
  -webkit-transform: rotate(0deg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 -5px 8px;
  transform: rotate(0deg);
  border: none;
  background-image: url(/common/img/common/icon_target.png);
  content: " ";
}

.article-detail table {
  border: none;
  border-collapse: collapse;
}

.article-detail table th,
.article-detail table td {
  padding: 12px 5px;
  border: none;
  border-bottom: solid 1px #e6e6e6;
}

.article-detail table th {
  background-color: #f7f7f7;
  font-weight: bold;
}

.article-detail table thead th {
  background-color: #e5e5e5;
}

.article-detail img {
  max-width: 700px;
  height: auto;
  margin-top: 70px !important;
}

.article-detail .image_wrap + p[style="text-align: center;"] {
  margin-top: -5px;
  font-size: 14px;
}

.company.sustainability .article-data,
.company .article-data {
  margin-bottom: 40px;
}

.company.sustainability .article-data .news-date,
.company .article-data .news-date {
  width: 100%;
  max-width: 100%;
}

.company.sustainability .article-data .news-date .category,
.company .article-data .news-date .category {
  max-width: 140px;
}

.article-contents {
  max-width: 1044px;
  margin: auto;
}

/* Mmodule style
-----------------------------------------------------------*/
/*----- XXX -----*/
/*----- sns -----*/
.sns-btn {
  z-index: 10;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1160px;
  height: 0;
  margin: 10px auto 0;
}

.sns-btn .facebook > iframe {
  width: 80px !important;
  height: 20px !important;
}

.sns-btn ul li {
  margin-left: 5px;
  vertical-align: top;
}

/*----- pagetop -----*/
.pagetop {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: border 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #5d1b30;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  transition: border 0.1s;
}

.pagetop-text {
  font-size: 0;
}

.pagetop::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

.pagetop-wrap {
  z-index: 998;
  position: absolute;
  right: 36px;
}

.pagetop-wrap.is-fixed {
  position: fixed;
  bottom: 36px;
}

.pagetop:hover {
  border: 2px solid #7e3b50;
}

/*----- breadcrumb -----*/
.breadcrumb {
  background-color: #fafafa;
}

.breadcrumb-inner {
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.breadcrumb-list {
  padding: 6px 0 10px;
  line-height: 1.5;
}

.breadcrumb-list > li {
  display: inline;
  font-size: 14px;
  vertical-align: middle;
}

.breadcrumb-list > li > a {
  text-decoration: underline;
}

.breadcrumb-list > li:not(:last-child)::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -2px .5em 0 .5em;
  transform: rotate(45deg);
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  vertical-align: middle;
  content: "";
}

/*----- background -----*/
.-bg_main {
  background-color: #fbf1f5;
}

.-bg_white {
  background-color: #ffffff;
}

.-bg_gray {
  background-color: #f7f7f7;
}

.-bg_darkgray {
  background-color: #dedede;
}

.-bg_palegray {
  background-color: #f2f2f2;
}

.-bg_lightgray {
  background-color: #FAFAFA;
}

.-bg_ocher {
  background-color: #F8F2EC;
}

.-bg_pink {
  background-color: #FBF2F5;
}

.-bg_black {
  background-color: #000;
}

.-bg_cream {
  background-color: #FFFAF0;
}

.-bg_wave {
  position: relative;
}

.-bg_wave::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  width: 382px;
  height: 48px;
  margin: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 47.615"><path fill="%23fff" d="M433.074,101.26c-105.486,0-128.1,47.615-191,47.615h382C561.174,148.875,538.561,101.26,433.074,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
  content: "";
}

.-bg_wave.-large::after {
  top: -75px;
  width: 588px;
  height: 75px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 588.699 75.759"><path fill="%23fff" d="M536.424,101.26c-162.564,0-197.413,75.759-294.35,75.759h588.7C733.838,177.019,698.989,101.26,536.424,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-large .box-heading:first-child {
  margin-bottom: 0;
}

.-bg_wave.-bg_gray::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 47.615"><path fill="%23f7f7f7" d="M433.074,101.26c-105.486,0-128.1,47.615-191,47.615h382C561.174,148.875,538.561,101.26,433.074,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_gray.-large::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 588.699 75.759"><path fill="%23f7f7f7" d="M536.424,101.26c-162.564,0-197.413,75.759-294.35,75.759h588.7C733.838,177.019,698.989,101.26,536.424,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_lightgray::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 47.615"><path fill="%23FAFAFA" d="M433.074,101.26c-105.486,0-128.1,47.615-191,47.615h382C561.174,148.875,538.561,101.26,433.074,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_lightgray.-large::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 588.699 75.759"><path fill="%23FAFAFA" d="M536.424,101.26c-162.564,0-197.413,75.759-294.35,75.759h588.7C733.838,177.019,698.989,101.26,536.424,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_palegray::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 47.615"><path fill="%23f2f2f2" d="M433.074,101.26c-105.486,0-128.1,47.615-191,47.615h382C561.174,148.875,538.561,101.26,433.074,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_palegray.-large::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 588.699 75.759"><path fill="%23f2f2f2" d="M536.424,101.26c-162.564,0-197.413,75.759-294.35,75.759h588.7C733.838,177.019,698.989,101.26,536.424,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_ocher::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 47.615"><path fill="%23F8F2EC" d="M433.074,101.26c-105.486,0-128.1,47.615-191,47.615h382C561.174,148.875,538.561,101.26,433.074,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_ocher.-large::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 588.699 75.759"><path fill="%23F8F2EC" d="M536.424,101.26c-162.564,0-197.413,75.759-294.35,75.759h588.7C733.838,177.019,698.989,101.26,536.424,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_pink::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 47.615"><path fill="%23FBF2F5" d="M433.074,101.26c-105.486,0-128.1,47.615-191,47.615h382C561.174,148.875,538.561,101.26,433.074,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_pink.-large::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 588.699 75.759"><path fill="%23FBF2F5" d="M536.424,101.26c-162.564,0-197.413,75.759-294.35,75.759h588.7C733.838,177.019,698.989,101.26,536.424,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

.-bg_wave.-bg_shinjuku::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 382 47.615"><path fill="%23FFF5F5" d="M433.074,101.26c-105.486,0-128.1,47.615-191,47.615h382C561.174,148.875,538.561,101.26,433.074,101.26Z" transform="translate(-242.074 -101.26)" /></svg>');
}

/*----- box -----*/
.box-border {
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.02);
  border: 10px solid #fbf1f5;
  border-radius: 6px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.02);
}

.box-border:not(:first-child) {
  margin-top: 20px;
}

.box-border > .txt-head {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
}

.box-border > .box-inner {
  padding: 40px;
}

.box-border.-gray {
  -webkit-box-shadow: none;
  border: 1px solid #ECECEC;
  border-radius: 0;
  box-shadow: none;
}

.box-border.-gray > .txt-head {
  background-color: #ECECEC;
}

.box-border.-gray > .box-inner {
  padding: 30px;
}

.box-border.-main {
  -webkit-box-shadow: none;
  height: 100%;
  border: 1px solid #5d1b30;
  border-radius: 0;
  box-shadow: none;
}

.box-border.-main > .box-inner {
  padding: 20px;
}

.box-border.-main .ttl {
  color: #5d1b30;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.box-border .box-heading {
  margin-bottom: 20px;
}

.box-button {
  margin: 0 auto 15px;
}

.box-button:not(:first-child) {
  margin-top: 30px;
}

.box-button.-center {
  text-align: center;
}

ul.box-button {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

ul.box-button:not(:first-child) {
  margin-top: 60px;
}

ul.box-button.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.box-button > li {
  margin-bottom: 15px;
}

ul.box-button > li:not(:last-child) {
  margin-right: 10px;
}

ul.box-button > li.-half:nth-child(n+3) {
  margin-top: 16px;
}

ul.box-button > li.-full:not(:first-child) {
  margin-top: 16px;
}

.box-faq .faq-list:not(:first-child) {
  margin-top: 16px;
}

.box-faq .faq-list .-acco_btn {
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  border: 1px solid #efefef;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.02);
}

.box-faq .faq-list .-acco_btn::before, .box-faq .faq-list .-acco_btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background-color: #5d1b30;
  content: "";
}

.box-faq .faq-list .-acco_btn::after {
  -webkit-transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transform: rotate(90deg);
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.box-faq .faq-list.is-active .-acco_btn::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box-faq .faq-q, .box-faq .faq-a {
  position: relative;
  padding: 20px 60px 20px 70px;
}

.box-faq .faq-q::before, .box-faq .faq-a::before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.box-faq .faq-q {
  background-color: #f7f7f7;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.box-faq .faq-q::before {
  background-color: #5d1b30;
  content: "Q";
}

.box-faq .faq-a {
  display: none;
}

.box-faq .faq-a::before {
  background-color: #BA013C;
  content: "A";
}

.box-history {
  margin-top: 90px;
}

.box-history.-founder {
  border-bottom: 1px solid #d5d5d5;
}

.box-history.-founder .history-list {
  padding-top: 15px;
  padding-bottom: 15px;
}

.box-history .history-head {
  border-top: 1px solid #D8D8D8;
  background-color: #f7f7f7;
}

.box-history .history-head-ttl {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.box-history .history-head-ttl.-atelier {
  width: 100%;
  background-color: #FAF0F4;
  text-align: center;
}

.box-history .history-list {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d5d5d5;
}

.box-history .history-list-link > li {
  display: inline-block;
  width: 100%;
}

.box-history .history-list-link > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.02);
}

.box-history .history-list-link > li > a img {
  margin-right: 10px;
}

.box-history .history-list-link > li > a:hover {
  background-color: #fbf1f5;
}

.box-history .history-year {
  color: #5d1b30;
  font-size: 22px;
  font-weight: bold;
}

.box-history .history-year > span {
  margin-left: 25px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}

.box-history .history-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 8px;
}

.box-history .history-detail .box-heading {
  margin-bottom: 20px;
}

.box-history .history-detail .box-img {
  margin-bottom: 10px;
}

.box-history .history-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.box-history .history-link .history-list-link > li > a {
  border-color: #FAF0F4;
  background-color: #FAF0F4;
}

.box-history .history-link .history-list-link > li > a:hover {
  border-color: #7e3b50;
}

.box-img {
  text-align: center;
}

.box-img figcaption {
  font-size: 12px;
}

.box-img figcaption.-left {
  text-align: left;
}

.box-img.-inline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.box-img.-inline.-ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-img.-inline.-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box-img.-inline .img:not(:last-child) {
  margin-right: 15px;
}

.box-img.-block img {
  display: block;
}

.box-inline {
  display: block;
  text-align: center;
}

.box-inline .inner {
  display: inline-block;
  text-align: left;
}

.box-introduction {
  z-index: 0;
  position: relative;
}

.box-introduction .box-left .box-detail .img-main, .box-introduction .box-left .box-detail .img-thumb {
  overflow: hidden;
}

.box-introduction .box-left .box-detail .img-main li {
  display: inline-block;
  border-radius: 6px;
  font-size: 0;
}

.box-introduction .box-left .box-detail .img-thumb li {
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 0;
  cursor: pointer;
}

.box-introduction .box-left .box-detail .img-thumb .slick-track {
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}

.box-introduction .box-left .img-main figure figcaption {
  font-size: 14px;
}

.box-introduction.-recipe .box-right .box-txt {
  font-size: 18px;
}

.box-introduction.-recipe .box-right .box-button {
  margin-top: 30px;
}

.box-introduction .box-movie {
  margin-right: auto;
  margin-left: auto;
}

.box-introduction .box-movie .movie-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.box-introduction .box-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.box-introduction .box-movie .movie-txt {
  margin-top: 10px;
}

.box-process.-border {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.box-process.-border-top {
  border-top: 1px solid #E6E6E6;
}

.box-process.-border-bottom {
  border-bottom: 1px solid #E6E6E6;
}

.box-process .process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 24px 0 24px 40px;
  counter-increment: number 1;
  counter-reset: 0;
}

.box-process .process-list:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}

.box-process .process-list.-no-border {
  border-top: none;
}

.box-process .process-list::before {
  position: absolute;
  top: 24px;
  left: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 50px;
  background-color: #5d1b30;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  content: counter(number) "";
}

.box-process .process-list-txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.box-process .process-list-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box-products dl {
  padding: 15px 20px;
  border-top: 1px solid #e6e6e6;
}

.box-products dl > dt {
  font-weight: bold;
}

.box-products dl > dd .box-button {
  margin-top: 15px;
}

.box-shinjuku .shinjuku-list {
  padding-top: 40px;
  padding-bottom: 35px;
  border-top: 1px solid #E6E6E6;
}

.box-shinjuku .shinjuku-list:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.store-name {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}

.box-store {
  margin-bottom: 30px;
}

.box-store .store-list:not(:last-child) {
  margin-bottom: 60px;
}

.box-txt.-left {
  text-align: left;
}

.box-txt.-right {
  text-align: right;
}

.box-txt.-center {
  text-align: center;
}

.box-txt.-radius {
  border-radius: 6px;
}

.box-txt:not(:last-child) {
  margin-bottom: 30px;
}

.box-txt .txt:not(:last-child) {
  margin-bottom: 20px;
}

.box-txt.-type-compact .txt:not(:last-child) {
  margin-bottom: 0;
}

.box-txt.-inline {
  display: inline-block;
}

.box-txt .box-inner {
  padding: 20px;
}

.box-has-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-has-img.-ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-has-img.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-has-img.-center > .box-txt {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.box-has-img > .box-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box-has-img > .box-img + .box-txt {
  margin-left: 40px;
}

.box-has-img > .box-txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0;
}

.box-has-img > .box-txt + .box-img {
  margin-left: 40px;
}

/*----- heading -----*/
.box-heading {
  position: relative;
  margin-bottom: 30px;
}

.box-heading.-inside span.txt {
  padding-right: 130px;
}

.box-heading.-inside .-right {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.box-heading.-inline {
  display: inline-block;
}

.heading-lv1 {
  line-height: 1.45;
}

.heading-lv1.-center {
  text-align: center;
}

.heading-lv1.-white .txt {
  color: #ffffff;
}

.heading-lv1 .txt {
  color: #5d1b30;
  font-size: 30px;
  font-weight: bold;
}

.heading-lv1 .txt .-sub {
  margin-left: 10px;
  font-size: 18px;
}

.heading-lv2 {
  line-height: 1.45;
}

.heading-lv2-simple {
  text-align: center;
}

.heading-lv2-simple .txt {
  color: #5d1b30;
  font-size: 24px;
}

.heading-lv2 .txt {
  display: block;
  padding-bottom: 10px;
  color: #5d1b30;
  font-size: 24px;
  font-weight: bold;
}

.heading-lv2::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: -1px;
  background: linear-gradient(90deg, #5d1b30 0%, #5d1b30 180px, #d8d8d8 180px, #d8d8d8 100%);
  content: "";
}

.heading-lv2 > a {
  display: block;
  position: relative;
}

.heading-lv2 > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.heading-lv3 {
  border-left: 3px solid #5d1b30;
  background-color: #f7f7f7;
  line-height: 1.45;
}

.heading-lv3 .txt {
  display: inline-block;
  padding: 10px 15px;
  color: #5d1b30;
  font-size: 22px;
  font-weight: bold;
}

.heading-lv3 .txt .-small {
  font-size: 16px;
}

.heading-lv3 .txt:not(:last-child) {
  margin-right: 15px;
}

.heading-lv3 > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding-right: 25px;
}

.heading-lv3 > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.heading-lv4 {
  position: relative;
  padding-left: 26px;
  line-height: 1.5;
}

.heading-lv4 .txt {
  display: block;
  color: #5d1b30;
  font-size: 20px;
  font-weight: bold;
}

.heading-lv4::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 3px;
  background-color: #9b415e;
  content: "";
}

.heading-lv4 > a {
  display: block;
  position: relative;
  padding-right: 30px;
}

.heading-lv4 > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.heading-lv4 > a[target="_blank"] {
  position: relative;
  padding-right: 0;
}

.heading-lv4 > a[target="_blank"] .txt {
  display: inline;
}

.heading-lv4 > a[target="_blank"]::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  position: static;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  transform: rotate(0);
  border: none;
  background: url("/common/img/common/icon_target.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.heading-lv5 {
  line-height: 1.5;
}

.heading-lv5 .txt {
  color: #5d1b30;
  font-size: 18px;
  font-weight: bold;
}

.heading-lv6 {
  line-height: 1.5;
}

.heading-lv6 .txt {
  font-size: 16px;
  font-weight: bold;
}

.heading-bg {
  padding: 5px;
  background-color: #E8E1CC;
  text-align: center;
}

.heading-bg .txt {
  font-size: 28px;
  font-weight: bold;
}

.heading-icon {
  z-index: 2;
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}

.heading-icon.-inside {
  margin-top: -110px;
}

.heading-pick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ECECEC;
}

.heading-pick > .txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 20px;
}

.heading-pick .pick {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  padding: 5px 10px;
  background-color: #5d1b30;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.heading-pick .pick::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #5d1b30;
  content: "";
}

.heading-balloon {
  padding: 10px 20px;
  border: 1px solid #d5d5d5;
}

.heading-balloon > .txt {
  font-size: 20px;
}

.heading-balloon::before, .heading-balloon::after {
  -webkit-transform: skew(-30deg);
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 20px;
  width: 0;
  height: 0;
  margin: auto;
  transform: skew(-30deg);
  border-top: 15px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

.heading-balloon::before {
  border-top-color: #d5d5d5;
}

.heading-balloon::after {
  bottom: -13px;
  left: 21px;
  border-top-color: #ffffff;
}

.heading-balloon.-lightblue {
  border-color: #E0EAF2;
  background-color: #E0EAF2;
}

.heading-balloon.-lightblue::before, .heading-balloon.-lightblue::after {
  border-top-color: #E0EAF2;
}

.heading-balloon.-pink {
  border-color: #FBF1F5;
  background-color: #FBF1F5;
}

.heading-balloon.-pink::before, .heading-balloon.-pink::after {
  border-top-color: #FBF1F5;
}

.top .heading-lv2 .txt {
  padding-bottom: 0;
}

.top .heading-lv2::after {
  display: none;
}

/*----- button -----*/
.btn-anchor > a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px 5px;
  padding-right: 35px;
  border-bottom: 1px solid #E5E5E5;
}

.btn-anchor > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -6px;
  right: 12px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-right: 1px solid #5d1b30;
  border-bottom: 1px solid #5d1b30;
  content: "";
}

.btn-anchor > a:hover {
  border-block-color: #5d1b30;
}

.btn-close > a {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 160px;
  padding: 5px 35px;
  border: 1px solid #5d1b30;
  border-radius: 35px;
  background-color: #ffffff;
  color: #5d1b30;
  font-size: 16px;
  text-align: center;
}

.btn-close > a:hover {
  background-color: #FAFAFA;
}

.btn-close > a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  background-color: #5d1b30;
  content: "";
}

.btn-more > a {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 160px;
  padding: 5px 45px 5px 20px;
  border: 1px solid #5d1b30;
  border-radius: 35px;
  background-color: #ffffff;
  color: #5d1b30;
}

.btn-more > a:hover {
  background-color: #FAFAFA;
}

.btn-more > a::before, .btn-more > a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  background-color: #5d1b30;
  content: "";
}

.btn-more > a::after {
  -webkit-transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transform: rotate(90deg);
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.btn-more.-square > a {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  border-color: #efefef;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
}

.btn-more.-square > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -6px;
  right: 12px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-right: 1px solid #5d1b30;
  border-bottom: 1px solid #5d1b30;
  content: "";
}

.btn-more.-square > a::before {
  display: none;
}

.btn-more.-square > a::after {
  background-color: transparent;
}

.btn {
  display: inline-block;
}

.btn > a {
  -webkit-transition: background-color 0.2s;
  display: inline-block;
  position: relative;
  padding: 13px 40px 13px 20px;
  border: 1px solid #5d1b30;
  border-radius: 50px;
  background-color: #5d1b30;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s;
}

.btn > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.btn > a::after {
  right: 20px;
  border-color: #ffffff;
}

.btn > a:hover {
  background-color: #7e3b50;
}

.btn > a[target="_blank"]::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  transform: rotate(0);
  border: none;
  background: url("/common/img/common/icon_target_white.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.btn.-slender > a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
}

.btn.-slender > a::after {
  right: 15px;
  width: 8px;
  height: 8px;
  border-width: 1px;
}

.btn.-slender > a[target="_blank"]::after {
  width: 16px;
  height: 16px;
}

.btn.-square > a {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding-right: 40px;
  padding-left: 25px;
  border-radius: 0;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: normal;
}

.btn.-square > a::after {
  border-width: 1px;
}

.btn.-square.-white > a, .btn.-square.-icon > a {
  border-color: #efefef;
  color: #333333;
  text-align: left;
}

.btn.-square.-center > a {
  text-align: center;
}

.btn.-white > a, .btn.-icon > a {
  background-color: #ffffff;
  color: #5d1b30;
}

.btn.-white > a::after, .btn.-icon > a::after {
  border-color: #5d1b30;
}

.btn.-white > a:hover, .btn.-icon > a:hover {
  background-color: #f7f7f7;
}

.btn.-white > a[target="_blank"]::after {
  background-image: url("/common/img/common/icon_target.png");
}

.btn.-gray > a {
  border-color: #d5d5d5;
  background-color: #d5d5d5;
  color: #333333;
}

.btn.-gray > a::after {
  border-color: #333333;
}

.btn.-gray > a:hover {
  color: #5d1b30;
}

.btn.-icon {
  width: 100%;
  max-width: 400px;
}

.btn.-icon > a {
  width: 100%;
  font-size: 16px;
}

.btn.-icon > a > span {
  display: block;
  text-align: center;
}

.btn.-back > a {
  padding: 13px 20px 13px 40px;
}

.btn.-back > a::after {
  -webkit-transform: rotate(-135deg);
  right: auto;
  left: 20px;
  transform: rotate(-135deg);
}

.btn.-large {
  width: 100%;
  max-width: 415px;
}

.btn.-large > a {
  width: 100%;
}

.btn.-medium {
  width: 100%;
  max-width: 340px;
}

.btn.-medium > a {
  width: 100%;
}

.btn.-middle {
  width: 100%;
  max-width: 280px;
}

.btn.-middle > a {
  width: 100%;
}

.btn.-full {
  width: 100%;
  max-width: 100%;
}

.btn.-full > a {
  width: 100%;
}

/*----- column -----*/
.box-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.box-column .column-list .img {
  overflow: hidden;
  border-radius: 6px;
  line-height: 0;
}

.box-column .column-list .img img {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  width: 100%;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.box-column .column-list .name {
  color: #5d1b30;
  font-size: 22px;
  font-weight: bold;
}

.box-column .column-list .name .-sub {
  margin-right: 20px;
  font-size: 16px;
}

.box-column .column-list .box-txt {
  margin-top: 10px;
}

.box-column .column-list .box-txt .ttl {
  -webkit-transition: padding 0.15s ease-in-out;
  display: inline-block;
  position: relative;
  padding-right: 35px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.25;
  transition: padding 0.15s ease-in-out;
}

.box-column .column-list .box-txt .ttl.-size_xl {
  margin-top: 5px;
  font-size: 24px;
}

.box-column .column-list .box-txt .ttl.-size_l {
  margin-top: 5px;
  font-size: 22px;
}

.box-column .column-list .box-txt .ttl.-size_m {
  font-size: 18px;
}

.box-column .column-list .box-txt .ttl > span {
  font-size: 14px;
  font-weight: normal;
}

.box-column .column-list .box-txt .ttl::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.box-column .column-list .box-txt .ttl:not(:last-child) {
  margin-bottom: 10px;
}

.box-column .column-list .box-txt .news-date {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px auto 10px;
}

.box-column .column-list .box-txt .news-date .category {
  margin-left: 0;
}

.box-column .column-list > a {
  display: block;
  height: 100%;
}

.box-column .column-list > a:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.box-column .column-list > a[target="_blank"] .box-txt .ttl::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  position: static;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  transform: rotate(0);
  border: none;
  background: url("/common/img/common/icon_target.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.box-column .column-list > div {
  height: 100%;
}

.box-column .column-list > div .box-txt .ttl {
  padding-right: 0;
  font-weight: normal;
}

.box-column .column-list > div .box-txt .ttl::after {
  display: none;
}

.box-column .column-list > div .box-txt .ttl > a {
  position: relative;
  padding-right: 35px;
  font-weight: bold;
}

.box-column .column-list > div .box-txt .ttl > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.box-column.-side .column-list.-ai_center > a, .box-column.-side .column-list.-ai_center > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-column.-side .column-list > a, .box-column.-side .column-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-column.-side .column-list > a > .img, .box-column.-side .column-list > div > .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.box-column.-side .column-list > a .box-txt, .box-column.-side .column-list > div .box-txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0;
  margin-left: 30px;
}

.box-column.-side .column-list > a .box-txt .ttl, .box-column.-side .column-list > div .box-txt .ttl {
  margin-top: 0;
}

.box-column.-restaurant .column-list > a, .box-column.-restaurant .column-list > div {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.box-column.-restaurant .column-list .-bg_wave::after {
  -webkit-transform: translateX(-50%);
  z-index: 0;
  top: -58px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.box-column.-restaurant .column-list .box-txt {
  position: relative;
  padding: 30px 24px 20px;
}

.box-column.-restaurant .column-list .box-txt .ttl {
  padding-right: 0;
}

.box-column.-restaurant .column-list .box-txt .ttl::after {
  display: inline-block;
  position: static;
  margin-bottom: 3px;
  margin-left: 10px;
}

.box-column.-restaurant .column-list .box-txt .icon {
  z-index: 1;
  position: absolute;
  top: -46px;
  right: 0;
  left: 0;
  text-align: center;
}

.box-column.-shadow .column-list > a, .box-column.-shadow .column-list > div {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.box-column.-shadow .column-list > a:hover {
  border-color: #ba4b6f;
  background-color: #fbf1f5;
}

.box-column.-slider, .box-column.-detail-slider, .box-column.-news-slider {
  display: block;
  position: relative;
  overflow: hidden;
}

.box-column.-slider .column-slider, .box-column.-detail-slider .column-slider, .box-column.-news-slider .column-slider {
  margin: 0 auto;
  overflow: hidden;
}

.box-column.-slider .column-list, .box-column.-detail-slider .column-list, .box-column.-news-slider .column-list {
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
}

.box-column.-slider .column-list > a, .box-column.-slider .column-list > div, .box-column.-detail-slider .column-list > a, .box-column.-detail-slider .column-list > div, .box-column.-news-slider .column-list > a, .box-column.-news-slider .column-list > div {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 6px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.box-column.-slider .column-list.-new, .box-column.-detail-slider .column-list.-new, .box-column.-news-slider .column-list.-new {
  padding-top: 5px;
}

.box-column.-slider .column-list.-new > a, .box-column.-slider .column-list.-new > div, .box-column.-detail-slider .column-list.-new > a, .box-column.-detail-slider .column-list.-new > div, .box-column.-news-slider .column-list.-new > a, .box-column.-news-slider .column-list.-new > div {
  position: relative;
}

.box-column.-slider .column-list.-new > a > span, .box-column.-slider .column-list.-new > div > span, .box-column.-detail-slider .column-list.-new > a > span, .box-column.-detail-slider .column-list.-new > div > span, .box-column.-news-slider .column-list.-new > a > span, .box-column.-news-slider .column-list.-new > div > span {
  z-index: 2;
  position: absolute;
  top: -5px;
  left: 20px;
  padding: 10px 6px 5px;
  background-color: #ba4b6f;
  color: #ffffff;
  font-weight: bold;
}

.box-column.-slider .column-list.-new > a > span::before, .box-column.-slider .column-list.-new > a > span::after, .box-column.-slider .column-list.-new > div > span::before, .box-column.-slider .column-list.-new > div > span::after, .box-column.-detail-slider .column-list.-new > a > span::before, .box-column.-detail-slider .column-list.-new > a > span::after, .box-column.-detail-slider .column-list.-new > div > span::before, .box-column.-detail-slider .column-list.-new > div > span::after, .box-column.-news-slider .column-list.-new > a > span::before, .box-column.-news-slider .column-list.-new > a > span::after, .box-column.-news-slider .column-list.-new > div > span::before, .box-column.-news-slider .column-list.-new > div > span::after {
  position: absolute;
  content: "";
}

.box-column.-slider .column-list.-new > a > span::before, .box-column.-slider .column-list.-new > div > span::before, .box-column.-detail-slider .column-list.-new > a > span::before, .box-column.-detail-slider .column-list.-new > div > span::before, .box-column.-news-slider .column-list.-new > a > span::before, .box-column.-news-slider .column-list.-new > div > span::before {
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 24px solid #ba4b6f;
  border-bottom: 10px solid transparent;
  border-left: 24px solid #ba4b6f;
}

.box-column.-slider .column-list.-new > a > span::after, .box-column.-slider .column-list.-new > div > span::after, .box-column.-detail-slider .column-list.-new > a > span::after, .box-column.-detail-slider .column-list.-new > div > span::after, .box-column.-news-slider .column-list.-new > a > span::after, .box-column.-news-slider .column-list.-new > div > span::after {
  top: 0;
  right: -3px;
  border: none;
  border-top: solid 5px transparent;
  border-left: solid 3px #5d1b30;
}

.box-column.-slider .column-list.is-current > div, .box-column.-detail-slider .column-list.is-current > div, .box-column.-news-slider .column-list.is-current > div {
  border: 4px solid #F2E2E8;
}

.box-column.-slider .column-slider {
  width: 90%;
}

.box-column.-slider .column-list > a, .box-column.-slider .column-list > div {
  padding: 20px;
  border: 1px solid #ffffff;
}

.box-column.-slider .column-list > a:hover {
  border-color: #5d1b30;
  background-color: #fbf1f5;
}

.box-column.-detail-slider .column-slider, .box-column.-news-slider .column-slider {
  width: 95%;
}

.box-column.-detail-slider .column-list .img, .box-column.-news-slider .column-list .img {
  border-radius: 6px 6px 0 0;
}

.box-column.-detail-slider .column-list .box-txt, .box-column.-news-slider .column-list .box-txt {
  padding: 0 10px 10px;
}

.box-column.-news-slider .column-list > a, .box-column.-news-slider .column-list > div {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.box-column.-news-slider .column-list .box-txt {
  padding: 0;
}

.box-column .slick-list {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.box-column .slick-arrow {
  -webkit-transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 48px;
  margin: auto;
  border: 1px solid #5d1b30;
  border-radius: 5px;
  text-indent: -9999px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.box-column .slick-arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.box-column .slick-arrow:hover {
  background-color: #fbf1f5;
}

.box-column .slick-prev {
  left: 0;
}

.box-column .slick-prev::after {
  -webkit-transform: rotate(-135deg);
  right: -6px;
  transform: rotate(-135deg);
}

.box-column .slick-next {
  right: 0;
}

.box-column .slick-next::after {
  -webkit-transform: rotate(45deg);
  left: -6px;
  transform: rotate(45deg);
}

.box-column .slick-disabled {
  opacity: .5;
  pointer-events: none;
}

.box-column .slick-dots {
  display: block;
  margin: 16px auto;
  text-align: center;
}

.box-column .slick-dots > li {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border: 1px solid #5d1b30;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
}

.box-column .slick-dots > li.slick-active {
  background-color: #5d1b30;
}

/*----- flexbox -----*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexbox.-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexbox.-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox.-ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox.-ai_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexbox.-flex_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox .-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flexbox .-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flexbox.-txt-center {
  text-align: center;
}

.flex-col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-col .inner {
  padding: 20px;
}

.flex-col .inner.-philosophy {
  padding: 20px 10px;
}

.flex-col img {
  width: 100%;
}

.flex-col_12 {
  width: 100%;
  max-width: 100%;
}

/*----- list -----*/
.box-list.-radius {
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.02);
  padding: 24px 20px 10px;
  border: 1px solid #F4F4F4;
  border-radius: 6px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.02);
}

.box-list .list-link {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.box-list .list-link.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-list .list-link-head {
  margin-bottom: 15px;
}

.box-list .list-link-head > li > a {
  position: relative;
  padding-right: 25px;
  font-size: 22px;
  font-weight: bold;
}

.box-list .list-link-head > li > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.box-list .list-link > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 8px 30px 8px 15px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.box-list .list-link > li > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.box-list .list-link > li > a:hover {
  background-color: #D5D5D5;
}

.box-list .list-link > li > a::after {
  right: 16px;
}

.box-list .list-link > li > a[target="_blank"]::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("/common/img/common/icon_target.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.box-list .list-link > li > a[target="_blank"]::after {
  display: none;
}

.box-list .list-link > li > a img {
  margin-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.box-list .list-link > li > a img + span {
  font-size: 18px;
}

.box-list .list-link > li.-thick > a {
  padding: 20px 30px;
}

.box-list .list-link > li.is-current > a {
  background-color: #D5D5D5;
}

.box-list .list-link.-gray > li > a {
  -webkit-box-shadow: none;
  background-color: #f7f7f7;
  box-shadow: none;
}

.list-num > li {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  counter-increment: number 1;
}

.list-num > li:not(:first-child) {
  margin-top: 20px;
}

.list-num > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  border-radius: 50px;
  background-color: #5d1b30;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  content: counter(number) "";
}

.list-tab {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.list-tab.-top {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 53px;
}

.list-tab.-top > li > a {
  border-radius: 6px 6px 0 0;
}

.list-tab.-bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 53px;
}

.list-tab.-bottom > li > a {
  border-radius: 0 0 6px 6px;
}

.list-tab > li {
  width: calc(100% / 5 - 8px);
  max-width: 288px;
}

.list-tab > li > a {
  display: block;
  padding: 12px 0;
  background-color: #5d1b30;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.list-tab > li > a > span {
  font-size: 16px;
}

.list-tab > li.-current > a {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}

.list:not(:first-child) {
  margin-top: 10px;
}

.list .txt.-note, .list .txt.-num {
  font-size: 14px;
}

.list.-full .txt > a {
  display: block;
}

.list.-full .txt > a[target="_blank"], .list.-full .txt > a[href$=".pdf"] {
  padding-right: 30px;
}

.list.-full .txt > a[target="_blank"]::after, .list.-full .txt > a[href$=".pdf"]::after {
  position: absolute;
}

/*----- text -----*/
.txt.-lead, .txt.-medium {
  font-size: 18px;
}

.txt.-large, .txt .-large {
  font-size: 20px;
}

.txt.-bold, .txt .-bold {
  font-weight: bold;
}

.txt.-main, .txt .-main {
  color: #5d1b30;
}

.txt.-red, .txt .-red {
  color: #c00000;
}

.txt.-right {
  text-align: right;
}

.txt.-left {
  text-align: left;
}

.txt.-center {
  text-align: center;
}

.txt.-note {
  padding-left: 1em;
  text-indent: -1em;
}

.txt.-num {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.txt.-square {
  position: relative;
  padding-left: 1.5em;
}

.txt.-square::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  color: #5d1b30;
  content: "■";
}

.txt > a {
  color: #5d1b30;
  font-weight: bold;
  text-decoration: underline;
}

.txt > a:hover {
  text-decoration: none;
}

.txt > a.-arrow {
  position: relative;
  padding-right: 30px;
  color: #333333;
  text-decoration: none;
}

.txt > a.-arrow::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.txt > a.-arrow::after {
  width: 8px;
  height: 8px;
}

.txt > a.-arrow:hover {
  color: #5d1b30;
}

.txt > a[target="_blank"] {
  padding-right: 0;
}

.txt > a[target="_blank"]::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  position: static;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  transform: rotate(0);
  border: none;
  background: url("/common/img/common/icon_target.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.txt > a[href$=".pdf"] {
  padding-right: 0;
}

.txt > a[href$=".pdf"]::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  position: static;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  transform: rotate(0);
  border: none;
  background: url("/common/img/common/icon_pdf.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.txt-link-arrow, .txt-link-icon {
  margin-bottom: 12px;
}

.txt-link-arrow > a, .txt-link-icon > a {
  display: inline-block;
  height: 100%;
  padding: 8px 35px 8px 12px;
  border-radius: 6px;
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: left;
}

.txt-link-arrow > a:hover, .txt-link-icon > a:hover {
  background-color: #d5d5d5;
  color: #5d1b30;
}

.txt-link-arrow.-full > a, .txt-link-icon.-full > a {
  display: block;
}

.txt-link-arrow > a {
  position: relative;
}

.txt-link-arrow > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.txt-link-arrow > a[target="_blank"] {
  padding-right: 15px;
  font-weight: normal;
}

.txt-link-arrow > a[target="_blank"]::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  position: static;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  transform: rotate(0);
  border: none;
  background: url("/common/img/common/icon_target.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.txt-link-arrow > a[href$=".pdf"] {
  padding-right: 15px;
  font-weight: normal;
}

.txt-link-arrow > a[href$=".pdf"]::after {
  -webkit-transform: rotate(0);
  display: inline-block;
  position: static;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  transform: rotate(0);
  border: none;
  background: url("/common/img/common/icon_pdf.png") right center no-repeat;
  vertical-align: middle;
  content: "";
}

.txt-link-icon > a {
  width: 100%;
  background-position: right 10px center;
}

.txt-link-icon.-send > a {
  background-image: url("/common/img/common/icon_send.svg");
}

.txt-link-icon.-copy > a {
  background-image: url("/common/img/common/icon_copy.svg");
}

/*----- table -----*/
.box-table:not(:first-child) {
  margin-top: 20px;
}

.box-table.-inline {
  display: inline-block;
}

.box-table .table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ffffff;
  text-align: left;
}

.box-table .table.-va-top tr {
  vertical-align: top;
}

.box-table .table.-simple tr:first-child > th, .box-table .table.-simple tr:first-child > td, .box-table .table.-style-none tr:first-child > th, .box-table .table.-style-none tr:first-child > td {
  border-top: none;
}

.box-table .table.-simple tr > th, .box-table .table.-style-none tr > th {
  background-color: transparent;
}

.box-table .table.-simple tr > th, .box-table .table.-simple tr > td, .box-table .table.-style-none tr > th, .box-table .table.-style-none tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.box-table .table.-simple tr.-row-2:nth-last-child(2n) th, .box-table .table.-simple tr.-row-2:nth-last-child(2n) td {
  padding-bottom: 0;
}

.box-table .table.-simple tr.-row-2:nth-last-child(2n-1) th, .box-table .table.-simple tr.-row-2:nth-last-child(2n-1) td {
  padding-top: 0;
  border-top: none;
}

.box-table .table.-style-none tr > th, .box-table .table.-style-none tr > td {
  padding: 0;
  border-top: none;
  vertical-align: top;
}

.box-table .table.-style-none tr > th {
  font-weight: normal;
}

.box-table .table.-style-none tr:last-child > th, .box-table .table.-style-none tr:last-child > td {
  border-bottom: none;
}

.box-table .table tr.-center, .box-table .table tr .-center {
  text-align: center;
}

.box-table .table tr.-right, .box-table .table tr .-right {
  text-align: right;
}

.box-table .table tr > th, .box-table .table tr > td {
  padding: 12px;
  border-top: 1px solid #e6e6e6;
}

.box-table .table tr > th {
  background-color: #f7f7f7;
}

.box-table .table tr:last-child > th, .box-table .table tr:last-child > td {
  border-bottom: 1px solid #e6e6e6;
}

.box-table .table.-slim tr {
  vertical-align: top;
}

.box-table .table.-slim tr > th, .box-table .table.-slim tr > td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.box-table .table.-slim tr > th {
  font-weight: normal;
}

/*----- news -----*/
.box-news.-arrow .news-list > a {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.box-news.-arrow .news-list > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.box-news.-arrow .news-list > a::after {
  border-width: 1px;
}

.box-news.-arrow .news-list > a:hover .news-ttl {
  color: #5d1b30;
}

.box-news.-arrow .news-ttl {
  color: #333333;
  text-decoration: none;
}

.news-list {
  border-bottom: 1px solid #d5d5d5;
}

.news-list:first-child {
  border-top: 1px solid #d5d5d5;
}

.news-list > a, .news-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.news-list > a:hover {
  background-color: #fbf1f5;
}

.news-list > a .news-ttl {
  color: #5d1b30;
  text-decoration: underline;
}

.news-thumb {
  max-width: 130px;
  margin-right: 30px;
}

.news-thumb .img {
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  font-size: 0;
  line-height: 1;
}

.news-data {
  width: 100%;
  max-width: 1040px;
}

.news-date .date {
  color: #535353;
}

.news-date .category {
  display: inline-block;
  width: 100%;
  max-width: 113px;
  margin-left: 30px;
  padding: 1px 10px;
  border: 1px solid;
  font-size: 14px;
  text-align: center;
}

.news-date .category.-info {
  border-color: #F3EDDA;
  background-color: #F3EDDA;
}

.news-date .category.-new {
  border-color: #FFE6E3;
  background-color: #FFE6E3;
}

.news-date .category.-renewal {
  border-color: #E8F5C3;
  background-color: #E8F5C3;
}

.news-date .category.-online {
  border-color: #EBE3E6;
  background-color: #EBE3E6;
}

.news-date .category.-apology {
  border-color: #EFEFEF;
  background-color: #EFEFEF;
}

.news-date .category.-release {
  border-color: #F3EDDA;
  background-color: #F3EDDA;
}

.news-date .category.-disclosure {
  border-color: #ECE0E3;
  background-color: #ECE0E3;
}

.news-date .category.-financial {
  border-color: #FAE4DD;
  background-color: #FAE4DD;
}

.news-date .category.-report {
  border-color: #E0EBFA;
  background-color: #E0EBFA;
}

.news-date .category.-public {
  border-color: #DBEDCC;
  background-color: #DBEDCC;
}

.news-date .category.-food {
  border-color: #F3DADD;
  background-color: #F3DADD;
}

.news-date .category.-community {
  border-color: #E8D8C9;
  background-color: #E8D8C9;
}

.news-date .category.-mesena {
  border-color: #E4D9EF;
  background-color: #E4D9EF;
}

.news-date .category.-others {
  border-color: #dddddd;
}

.news-ttl {
  margin-top: 10px;
}

.company .news-date .category.-info {
  border-color: #EAEAEA;
  background-color: #EAEAEA;
}

.news-top .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.news-top-list-item > a, .news-top-list-item > span {
  display: block;
  padding: 5px 35px;
  line-height: 1.8;
}

.news-top-list-item > a:hover {
  color: #5d1b30;
}

.news-top.-topics .news-top-list-item .news-title {
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}

/*----- sort -----*/
.box-sort {
  margin-bottom: 48px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f7f7f7;
}

.box-sort .sort-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.box-sort .sort-wrap:not(:last-child) {
  margin-bottom: 16px;
}

.box-sort .sort-area {
  display: inline-block;
  position: relative;
  position: relative;
}

.box-sort .sort-area::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -6px;
  right: 12px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-right: 1px solid #5d1b30;
  border-bottom: 1px solid #5d1b30;
  content: "";
}

.box-sort .sort-area::after {
  z-index: 10;
}

.box-sort .sort-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  z-index: 10;
  position: relative;
  min-width: 180px;
  padding: 9px 40px 9px 15px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background-color: #ffffff;
  cursor: pointer;
  user-select: none;
}

.box-sort .sort-label:focus {
  outline: none;
}

.box-sort .sort-label::-ms-expand {
  display: none;
}

.box-sort .sort-categpry {
  width: 50%;
  margin-right: 10px;
  text-align: right;
}

.box-sort-list .sort-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.box-sort-list .sort-list > li {
  margin-top: 15px;
  padding: 10px 5px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.box-sort-list .sort-list > li.is-current {
  background-color: #D5D5D5;
}

/*----- ribbon -----*/
.-new-ribbon {
  display: inline-block;
  position: relative;
  padding: 2px 10px 5px 10px;
  padding-top: 5px;
  background-color: #BA4B6F;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.0;
  pointer-events: none;
}

.-new-ribbon::before, .-new-ribbon::after {
  position: absolute;
  content: "";
}

.-new-ribbon::before {
  top: 0;
  right: -4px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #BA4B6F;
  border-right: 4px solid transparent;
  border-bottom: 12px solid #BA4B6F;
}

.-point {
  position: relative;
  margin-top: 40px;
  margin-left: 7px;
}

.-point .ribbon {
  z-index: 2;
  position: absolute;
  top: -18px;
  left: -7px;
  padding: 1px 8px 1px;
  background-color: #EBD1AC;
  color: #5d1b30;
  font-weight: bold;
}

.-point .ribbon::before, .-point .ribbon::after {
  position: absolute;
  content: "";
}

.-point .ribbon::before {
  top: 0;
  right: -5px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 15px solid #EBD1AC;
  border-right: 5px solid transparent;
  border-bottom: 15px solid #EBD1AC;
}

.-point .ribbon::after {
  bottom: -4px;
  left: 0;
  border: none;
  border-right: solid 7px #B79461;
  border-bottom: solid 4px transparent;
}

.-recommend {
  position: relative;
  margin-top: 40px;
  margin-left: 4px;
}

.-recommend .ribbon {
  z-index: 2;
  position: absolute;
  top: -18px;
  left: -4px;
  padding: 5px 15px 5px 10px;
  border-left: 4px solid #BC5E7B;
  background-color: #803F53;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  pointer-events: none;
}

.-recommend .ribbon > em {
  margin-left: 3px;
  font-size: 29px;
}

.-recommend .ribbon::before, .-recommend .ribbon::after {
  position: absolute;
  content: "";
}

.-recommend .ribbon::before {
  top: 0;
  right: -8px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #803F53;
  border-right: 8px solid transparent;
  border-bottom: 30px solid #803F53;
}

.-recommend .ribbon::after {
  bottom: -4px;
  left: -4px;
  border: none;
  border-right: solid 4px #3B0113;
  border-bottom: solid 4px transparent;
}

.-store-ribbon {
  position: relative;
}

.-store-ribbon .ribbon {
  -webkit-box-shadow: 5px 10px 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 2;
  position: absolute;
  top: -10px;
  left: 0;
  box-shadow: 5px 10px 10px 3px rgba(0, 0, 0, 0.05);
}

.-store-ribbon .ribbon > .-floor {
  display: block;
  background-color: #EBD1AC;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}

.-store-ribbon .ribbon > .-logo {
  display: block;
  padding: 5px;
  background-color: #ffffff;
  line-height: 1.0;
}

.-store-ribbon .ribbon::before, .-store-ribbon .ribbon::after {
  position: absolute;
  content: "";
}

.-store-ribbon .ribbon::before {
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 65px solid #ffffff;
  border-bottom: 15px solid transparent;
  border-left: 65px solid #ffffff;
}

.-store-ribbon .ribbon::after {
  top: 0;
  right: -6px;
  border: none;
  border-top: solid 10px transparent;
  border-left: solid 6px #3B0113;
}

/*----- according -----*/

/*----- modal -----*/
.modal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.modal-close {
  position: relative;
  padding: 7px 56px;
  border: solid 1px #5d1b30;
  border-radius: 50px;
  color: #5d1b30;
}

.modal-close::before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #5d1b30;
  content: "";
}

.modal-close::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #5d1b30;
  content: "";
}

.modal-close:hover {
  background-color: #f7f7f7;
}

.modal-close-head {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  width: 48px;
  height: 48px;
}

.modal-close-head:hover {
  cursor: pointer;
}

.modal-close-head::before {
  -webkit-transform: rotate(45deg);
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  content: "";
}

.modal-close-head::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  width: 48px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #fff;
  content: "";
}

.modal-close-wrap {
  text-align: center;
}

.modal-list img {
  width: 124px;
}

.modal-list-item {
  margin-bottom: 40px;
  text-align: center;
}

.modal-list-item .ttl a {
  color: #5d1b30;
  font-size: 20px;
  font-weight: bold;
}

.modal-list-item .ttl a:hover {
  text-decoration: underline;
}

.modal-list-item .ttl a::after {
  -webkit-transform: rotate(45deg);
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: solid 1px #5d1b30;
  border-right: solid 1px #5d1b30;
  content: "";
}

.modal-list-item .txt {
  text-align: left;
}

.modal-content {
  -webkit-transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 1200px;
  height: 85%;
  transform: translate(-50%, -50%);
}

.modal-content .content-inner {
  padding: 1px 56px 0;
}

.modal-content .content-section {
  margin-bottom: 50px;
  padding-bottom: 60px;
  background: #fff;
}

.modal-content .content-section .heading-lv1 {
  padding-bottom: 0 !important;
}

.modal-content .content-section .heading-lv1 .txt {
  color: #5d1b30;
  font-size: 30px;
  font-weight: bold;
}

.modal-content .content-section .heading-lv1.-center::after {
  display: none;
}

.modal-content .content-section .heading-lv2 .txt {
  display: block;
  padding-top: 0;
  padding-bottom: 10px;
  border-top: none;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}

.modal-content .content-section .heading-lv2::after {
  display: block;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin-bottom: -1px;
  background: linear-gradient(90deg, #5d1b30 0%, #5d1b30 180px, #d8d8d8 180px, #d8d8d8 100%);
  content: "";
}

.modal-content-scroll {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
  padding-top: 50px;
  overflow: auto;
}

.modal .-bg_wave::before {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  height: 25px;
  content: "";
}

/*----- form_thanks -----*/
.form-thanks-message {
  max-width: 464px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.form-thanks-message-bg {
  margin-top: -0.375em;
}

/*----- movie-box -----*/
.movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie-box-inner {
  max-width: 720px;
  margin: auto;
}

/*----- movie-box -----*/
.bg-onetime-popup {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.onetime-popup {
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 1024px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
}

.onetime-popup-content {
  position: relative;
  padding: 38px;
  text-align: center;
}

.onetime-popup-content p {
  margin-bottom: 20px;
  line-height: 2.1;
}

.onetime-popup-content .logo {
  margin-bottom: 36px;
  text-align: center;
}

.onetime-popup-content .btn {
  width: 80%;
  max-width: 400px;
}

.onetime-popup-content .btn > a {
  width: 100%;
  background-color: #333333;
  font-size: 16px;
}

.onetime-popup-content .btn > a:hover {
  opacity: 0.8;
}

.onetime-popup-content .btn > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  content: "";
}

.onetime-popup-close {
  display: block;
  z-index: 5;
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #cccccc;
  cursor: pointer;
}

.onetime-popup-close:hover {
  opacity: 0.8;
}

.onetime-popup-close::after, .onetime-popup-close::before {
  display: block;
  position: absolute;
  top: 23px;
  right: 8px;
  width: 30px;
  height: 2px;
  background-color: #333333;
  content: "";
}

.onetime-popup-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.onetime-popup-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----- company -----*/
.company .content-header {
  background-image: none;
}

.company .breadcrumb-list > li > a {
  color: #5d1b30;
}

.company .box-heading.-center {
  text-align: center;
}

.company .box-heading > .heading-sub {
  margin-top: 15px;
  color: #717171;
  font-size: 16px;
  font-weight: normal;
}

.company .heading-lv1 .txt {
  color: #333333;
  font-size: 40px;
}

.company .heading-lv1 .heading-sub {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.company .heading-lv1.-line {
  position: relative;
  padding-bottom: 20px;
}

.company .heading-lv1.-line::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 57px;
  height: 1px;
  margin: auto;
  background-color: #5d1b30;
  content: "";
}

.company .heading-lv2 {
  position: relative;
}

.company .heading-lv2 .txt {
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 1px solid #d8d8d8;
  color: #333333;
  font-family: "M PLUS 1p", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
}

.company .heading-lv2::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 4px;
  background: #5d1b30;
  content: "";
}

.company .heading-lv3 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}

.company .heading-lv3 .txt {
  color: #333333;
  font-size: 24px;
}

.company .heading-lv3-simple {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}

.company .heading-lv3-simple .txt {
  color: #333333;
  font-size: 24px;
}

.company .heading-lv3::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ba013c 0%, #ba013c 12px, #5d1b30 12px, #5d1b30 100%);
  content: "";
}

.company .heading-lv4 .txt {
  color: #333333;
}

.company .heading-lv4::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #ba013c 0%, #ba013c 4px, #5d1b30 4px, #5d1b30 100%);
  content: "";
}

.company .heading-lv5 .txt {
  color: #333333;
}

.company .box-column .column-list .img {
  border-radius: 0;
}

.company .footer::after {
  display: none;
}

.company .footer-top {
  background-color: rgba(93, 27, 48, 0.03);
  background-image: url("/common/img/common/footer_company_img.png");
  background-position: bottom left 25px;
}

.company .footer-top .footer-inner {
  padding-bottom: 175px;
}

.company .footer-bottom::before, .company .footer-bottom::after {
  display: none;
}

.company .footer-logo {
  position: static;
}

.company .footer .box-button {
  margin: 15px auto 0;
}

.company .footer .btn.-footer > a {
  padding-left: 55px;
  border-radius: 0;
  background-position: left 15px center;
  font-size: 14px;
}

.company .footer-nav {
  margin-top: 0;
}

.company .founder-box {
  position: relative;
  margin-right: 156px;
}

.company .founder-box-txt {
  width: calc(100% - 100px);
  padding-right: 40px;
}

.company .founder-box-img {
  position: absolute;
  top: 48px;
  right: -156px;
  max-width: 271px;
}

.company .founder-box-gray {
  margin-bottom: 44px;
  padding: 48px;
  background-color: #FAFAFA;
  font-weight: bold;
  line-height: 2;
}

.company .header .header-box.-top .header-ham-icon.is-open + .header-link {
  display: block;
}

.company .header .header-box.-bottom {
  border-top: none;
}

.company .header .header-gnav-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company .header .header-gnav-menu > li {
  width: auto;
}

.company .header .header-gnav-menu > li > a {
  padding: 10px 0;
  font-size: 17px;
}

.company .dropdown-inner {
  background-color: #F2F2F2;
}

.company .dropdown-box > ul {
  margin-top: 30px;
  border-top: 1px solid #d5d5d5;
}

.company .dropdown-menu {
  margin-bottom: 0;
}

.company .dropdown-menu a {
  -webkit-box-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-weight: normal;
}

.company .dropdown-menu a:hover {
  background-color: #fbf1f5;
}

.company .-message-ttl {
  font-family: 'M PLUS 1p', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
}

.company .-large-caption {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.company .news-list > a {
  position: relative;
  padding-right: 35px;
}

.company .news-list > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.company .news-list > a::after {
  right: 15px;
  border-width: 1px;
}

.company .news-data {
  max-width: 100%;
}

.company .news-date .category {
  max-width: 128px;
  padding: 2px 5px;
}

.company .news-ttl {
  color: #333333;
  text-decoration: none;
}

.company .pagetop {
  border-radius: 0;
}

.company.recruit .box-column .column-list figure {
  font-size: 0;
  line-height: 1.0;
}

.company.recruit .box-column .column-list .box-txt {
  margin-top: 0;
  padding: 10px 15px;
  background-color: #5d1b30;
  color: #ffffff;
}

.company.recruit .box-column .column-list > a .box-txt .ttl::after {
  border-color: #ffffff;
}

.company.recruit .box-column .column-list > a[target="_blank"] .box-txt .ttl::after {
  background: url(/common/img/common/icon_target_light.png) right center no-repeat;
}

.company.csr .news-date .category {
  max-width: 140px;
}

.company.csr .news-ttl {
  margin-top: 0;
}

.company #top-message {
  background-image: url("/common/img/company/top/message_img01.png");
  background-position: bottom left 70%;
}

.company #brand-message {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F9F6F7;
}

.company #brand-message .content-background {
  padding-top: 40px;
  padding-bottom: 60px;
}

.company #top-recruit {
  overflow: hidden;
}

.company #top-recruit .flex-col {
  margin-bottom: 0;
}

.company #top-recruit .box-recruit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 0 55px;
  background-color: #5d1b30;
}

.company #top-recruit .box-recruit .box-heading {
  width: 100%;
}

.company #top-recruit .box-recruit .box-txt {
  width: 100%;
  color: #ffffff;
}

.company #top-recruit .box-recruit .box-txt .btn > a {
  color: #5d1b30;
}

.company #top-recruit .img {
  line-height: 1.0;
}

.company .content-background > .img img {
  width: 100%;
}

.company.top .heading-lv1 {
  position: relative;
  padding-bottom: 30px;
}

.company.top .heading-lv1 .txt {
  color: #5d1b30;
  font-size: 30px;
}

.company.top .heading-lv1 .heading-sub {
  margin-top: 5px;
  color: #717171;
  font-size: 16px;
  font-weight: normal;
}

.company.top .heading-lv1::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 57px;
  height: 1px;
  margin: auto;
  background-color: #5d1b30;
  content: "";
}

.company.top .heading-lv1.-center {
  text-align: center;
}

.company.top .heading-lv1.-center::after {
  right: 0;
  left: 0;
}

.company.top .heading-lv1.-white .txt {
  color: #ffffff;
}

.company.top .heading-lv1.-white .heading-sub {
  color: #ffffff;
}

.company.top .heading-lv1.-white::after {
  background-color: #ffffff;
}

.company.top .mainvisual-list li {
  position: relative;
}

.company.top .mainvisual-txt {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #ffffff;
}

.company.top .mainvisual-txt .box-txt {
  margin-top: 30px;
  line-height: 1.75;
}

.company.top .mainvisual-txt .box-txt .btn > a {
  color: #5d1b30;
  font-size: 18px;
  font-weight: bold;
}

.company.top .mainvisual-heading .txt {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
}

.company.top .mainvisual .slick-arrow {
  display: none !important;
}

.company.top .mainvisual .slick-dots > li {
  border-radius: 0;
}

/* XXX style
-----------------------------------------------------------*/
#lead {
  padding-bottom: 80px;
  background-image: url("/common/img/top/bg_lead.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

#products {
  padding-bottom: 120px;
  background-image: url("/common/img/top/bg_product.png");
  background-position: top -50px center;
  background-repeat: repeat;
}

#campaign {
  padding-bottom: 100px;
  background-color: #fffaed;
}

#campaign::after {
  top: -90px;
  width: 100%;
  height: 90px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440.474 94.246"><g transform="translate(288.35 -3079.919)"><g transform="translate(-288.35 3079.919)"><path d="M720.237,94.246H0V0S15.918,16.518,91.972,25.262c150.843,17.343,316.6-15.546,458.094-1.943C668,34.656,703.547,54.674,713.951,63.975c3.468,3.1,6.286,2.282,6.286,2.282Z" fill="%23fffaed"/></g><g transform="translate(431.887 3079.919)"><path d="M0,94.246H720.237V0s-15.918,16.518-91.972,25.262c-150.843,17.343-316.6-15.546-458.094-1.943C52.239,34.656,16.69,54.674,6.286,63.975,2.82,67.075,0,66.257,0,66.257Z" fill="%23fffaed"/></g></g></svg>');
  background-size: 100%;
}

#shinjuku {
  padding-bottom: 100px;
}

#shinjuku.-bg_shinjuku {
  background-color: #FFF5F5;
  background-size: 100%;
}

#shinjuku.-bg_shinjuku::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: -48px;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/common/img/top/bg_shinjuku.svg");
  content: "";
}

#shinjuku .content-inner {
  z-index: 3;
  position: relative;
}

#brand {
  padding-bottom: 100px;
}

#brand .box-column .column-list {
  padding-top: 5px;
}

#brand .box-column .column-list.-new > a, #brand .box-column .column-list.-new > div {
  position: relative;
}

#brand .box-column .column-list.-new > a > span, #brand .box-column .column-list.-new > div > span {
  z-index: 2;
  position: absolute;
  top: -5px;
  left: 7px;
  padding: 10px 6px 5px;
  background-color: #ba4b6f;
  color: #ffffff;
  font-weight: bold;
}

#brand .box-column .column-list.-new > a > span::before, #brand .box-column .column-list.-new > a > span::after, #brand .box-column .column-list.-new > div > span::before, #brand .box-column .column-list.-new > div > span::after {
  position: absolute;
  content: "";
}

#brand .box-column .column-list.-new > a > span::before, #brand .box-column .column-list.-new > div > span::before {
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 24px solid #ba4b6f;
  border-bottom: 10px solid transparent;
  border-left: 24px solid #ba4b6f;
}

#brand .box-column .column-list.-new > a > span::after, #brand .box-column .column-list.-new > div > span::after {
  top: 0;
  right: -3px;
  border: none;
  border-top: solid 5px transparent;
  border-left: solid 3px #5d1b30;
}

#brand .box-column .column-list > a .box-txt .ttl, #brand .box-column .column-list > div .box-txt .ttl {
  color: #5d1b30;
}

.mainvisual {
  position: relative;
}

.mainvisual-list {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.mainvisual-list li {
  display: inline-block;
  background-color: #f7f7f7;
  line-height: 1.0;
}

.mainvisual-list li img {
  width: 100%;
}

.mainvisual .slick-arrow {
  -webkit-transition: background-color 0.15s ease-in-out;
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 48px;
  margin: auto;
  border: 1px solid #5d1b30;
  border-radius: 5px;
  background-color: #ffffff;
  text-indent: -9999px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.mainvisual .slick-arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

.mainvisual .slick-arrow:hover {
  background-color: #fbf1f5;
}

.mainvisual .slick-prev {
  left: 20px;
}

.mainvisual .slick-prev::after {
  -webkit-transform: rotate(-135deg);
  right: -6px;
  transform: rotate(-135deg);
}

.mainvisual .slick-next {
  right: 20px;
}

.mainvisual .slick-next::after {
  -webkit-transform: rotate(45deg);
  left: -6px;
  transform: rotate(45deg);
}

.mainvisual .slick-disabled {
  opacity: .5;
  pointer-events: none;
}

.mainvisual .slick-dots {
  display: block;
  margin: 16px auto;
  text-align: center;
}

.mainvisual .slick-dots > li {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border: 1px solid #5d1b30;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
}

.mainvisual .slick-dots > li.slick-active {
  background-color: #5d1b30;
}

#pavilion .box-column .column-list > div, #pavilion .box-column .column-list > a {
  padding: 0;
}

#pavilion .box-column .column-list > div .img, #pavilion .box-column .column-list > a .img {
  border-radius: 6px 6px 0 0;
}

#pavilion .box-column .column-list .box-txt {
  padding: 20px;
  padding-top: 5px;
}

#pavilion .box-column .column-list .box-txt .ttl {
  color: #5d1b30;
}

#restaurant .box-column .column-list:not(:last-child) {
  margin-bottom: 45px;
}

#restaurant .box-column .column-list > div .img {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 0;
  line-height: 1.0;
}

#restaurant .box-column .column-list > div .box-txt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}

#restaurant .box-column .column-list > div .box-txt .txt {
  margin-top: 15px;
  margin-bottom: 0;
}

#restaurant .box-column .column-list.-bg_black .box-txt .txt {
  color: #ffffff;
}

#restaurant .box-column .column-list.-bg_black .btn > a {
  border-color: #ffffff;
  background-color: transparent;
}

#shinjuku .shinjuku-list {
  margin-bottom: 40px;
  padding: 12px;
  border-radius: 6px;
}

#shinjuku .shinjuku-list.-granna {
  background-color: #7B6013;
}

#shinjuku .shinjuku-list.-manna {
  background-color: #640A0A;
}

#shinjuku .shinjuku-list.-bonna {
  background-color: #508019;
}

#shinjuku .shinjuku-list.-museum {
  background-color: #5D1B30;
}

#shinjuku .shinjuku-list .ribbon {
  left: 12px;
  width: 100px;
}

#shinjuku .shinjuku-list .ribbon::before {
  border-right-width: 50px;
  border-left-width: 50px;
}

#shinjuku .shinjuku-list .ttl {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 130px;
}

#shinjuku .shinjuku-list .ttl > a {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}

#shinjuku .shinjuku-list .ttl > a::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #5d1b30;
  border-right: 2px solid #5d1b30;
  content: "";
}

#shinjuku .shinjuku-list .ttl > a::after {
  display: inline-block;
  position: static;
  margin-bottom: 3px;
  margin-left: 15px;
  border-color: #ffffff;
}

#shinjuku .shinjuku-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

#shinjuku .shinjuku-detail .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 63%;
  max-width: 352px;
  max-height: 234px;
  margin-right: 15px;
  line-height: 1.0;
  text-align: center;
}

#shinjuku .shinjuku-detail .box-txt .txt {
  color: #ffffff;
}

#sns .box-button > li {
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

#sns .box-button > li > a {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

#sns .box-button > li.-icon > a {
  padding: 18px 25px 18px 55px;
  background-position: left 10px center;
}

#sns .box-button > li.-icon > a::after {
  right: 15px;
  width: 8px;
  height: 8px;
}

#sns .box-button > li.-icon.-twitter > a {
  background-image: url("/common/img/top/sns_twitter.svg");
}

#sns .box-button > li.-icon.-facebook > a {
  background-image: url("/common/img/top/sns_facebook.svg");
}

#sns .box-button > li.-icon.-instagram > a {
  background-image: url("/common/img/top/sns_instagram.svg");
}

.top .content-section:last-child {
  padding-bottom: 40px;
}

/* Utility
-----------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2.2rem !important;
}

.fs-xxl {
  font-size: 2.2rem !important;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

.sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

.of-auto {
  overflow: auto;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.8;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  body.company {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .header .header-inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .header .header-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .header .header-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
    margin-left: 15px;
    padding-top: 18px;
  }
  .header .header-logo img {
    width: 154px;
  }
  .header .header-box.-top .header-link-list {
    width: 80%;
    margin-top: 26px;
    margin-left: auto;
  }
  .header .header-box.-bottom .header-link-list {
    height: 100%;
    padding: 10px;
    background-color: #f7f7f7;
  }
  .header .header-link {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .header .header-link-list > li {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .header .header-link-list > li a {
    width: 100%;
    padding: 38px 0 3px;
    color: #5d1b30;
    font-size: 2.5vw;
    text-align: center;
  }
  .header .header-link-list-keyword input[type="search"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .header .header-link-list-keyword input[type="search"]::-moz-placeholder {
    font-size: 14px;
  }
  .header .header-link-list-keyword input[type="search"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .header .header-link-list-keyword input[type="search"]::-ms-input-placeholder {
    font-size: 14px;
  }
  .header .header-link-list-keyword input[type="search"]::placeholder {
    font-size: 14px;
  }
  .header .header-gnav {
    display: none;
  }
  .header .header-gnav.is-active {
    display: block;
    z-index: 999;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .header .header-gnav-menu {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
    display: block;
    margin-top: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .header .header-gnav-menu > li > a {
    position: relative;
    border-bottom: 1px solid #d3d3d3;
  }
  .header .header-gnav-menu > li > a::before, .header .header-gnav-menu > li > a::after {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    background-color: #5d1b30;
    content: "";
  }
  .header .header-gnav-menu > li > a::after {
    -webkit-transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transform: rotate(90deg);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .header .header-gnav-menu > li > a[target="_blank"]::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("/common/img/common/icon_target.png") right center no-repeat;
    vertical-align: middle;
    content: "";
  }
  .header .header-gnav-menu > li > a[target="_blank"]::after {
    display: none;
  }
  .header .header-gnav-menu > li.header-gnav-menu-info > a {
    position: relative;
  }
  .header .header-gnav-menu > li.header-gnav-menu-info > a::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #5d1b30;
    border-right: 2px solid #5d1b30;
    content: "";
  }
  .header .header-gnav-menu > li.header-gnav-menu-info > a::before {
    display: none;
  }
  .header .header-gnav-menu > li.header-gnav-menu-info > a::after {
    right: 14px;
    background-color: initial;
  }
  .header .header-gnav-menu > li + li {
    margin-left: 0;
  }
  .header .header-gnav-menu > li.is-active > a::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header .header-gnav-menu > .header .header-gnav-menu-individual > a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .header-gnav-menu-close > span {
    display: block;
    position: relative;
    padding: 30px 10px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    text-align: center;
  }
  .header .header-gnav-menu-close > span::after, .header .header-gnav-menu-close > span::before {
    -webkit-transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    right: 90px;
    left: 0;
    width: 24px;
    height: 4px;
    margin: auto;
    background-color: #0064b6;
    content: "";
    transition: all .3s ease-in-out;
  }
  .header .header-gnav-menu-close > span::before {
    -webkit-transform: translateY(10px) rotate(-135deg);
    top: 35px;
    transform: translateY(10px) rotate(-135deg);
  }
  .header .header-gnav-menu-close > span::after {
    -webkit-transform: translateY(0) rotate(135deg);
    top: 45px;
    transform: translateY(0) rotate(135deg);
  }
  .header .header-ham-icon {
    -ms-flex-negative: 0;
    display: block;
    z-index: 5;
    position: relative;
    flex-shrink: 0;
    width: 15%;
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
  }
  .header .header-ham-icon span::before, .header .header-ham-icon::after, .header .header-ham-icon::before {
    -webkit-transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 32px;
    height: 2px;
    margin: auto;
    background-color: #5d1b30;
    transition: all .3s ease-in-out;
  }
  .header .header-ham-icon span {
    font-size: 0;
  }
  .header .header-ham-icon span::before, .header .header-ham-icon::after, .header .header-ham-icon::before {
    content: "";
  }
  .header .header-ham-icon::before {
    top: 20px;
  }
  .header .header-ham-icon span::before {
    top: 30px;
  }
  .header .header-ham-icon::after {
    top: 40px;
  }
  .header .header-ham-icon.is-open span::before, .header .header-ham-icon.is-open::before, .header .header-ham-icon.is-open::after {
    background-color: #5d1b30;
  }
  .header .header-ham-icon.is-open span::before {
    left: 50%;
    width: 0;
  }
  .header .header-ham-icon.is-open::before {
    -webkit-transform: translateY(10px) rotate(-135deg);
    top: 20px;
    transform: translateY(10px) rotate(-135deg);
  }
  .header .header-ham-icon.is-open::after {
    -webkit-transform: translateY(0) rotate(135deg);
    top: 30px;
    transform: translateY(0) rotate(135deg);
  }
  .dropdown-inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .dropdown-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .dropdown-box > ul > li {
    width: 100%;
  }
  .dropdown-menu-head {
    display: none;
  }
  .dropdown-menu-head a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
  }
  .dropdown-menu-head a::after {
    right: 22px;
  }
  .dropdown-menu a {
    padding: 8px 30px 8px 10%;
    border-bottom: 1px solid #d3d3d3;
  }
  .dropdown-menu a img {
    display: none;
  }
  .footer {
    margin-top: 40px;
  }
  .footer::after {
    display: none;
  }
  .footer-top .footer-inner {
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
  }
  .footer-bottom::after {
    display: block;
    z-index: 0;
    position: absolute;
    right: -27%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("/common/img/common/footer_bg_02.png") bottom right no-repeat;
    content: "";
    opacity: 0.24;
    pointer-events: none;
  }
  .footer-bottom .footer-inner {
    z-index: 1;
    position: relative;
  }
  .footer-inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-inner {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .footer-sitemap-list.-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #cbaab4;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head {
    border-color: #d3d3d3;
  }
  .footer-sitemap-list.-first .footer-sitemap-item {
    width: 100%;
    min-width: auto;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head {
    position: relative;
    margin-bottom: 0;
    padding: 15px;
    border-top: 1px solid #cbaab4;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head::before, .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head::after {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    background-color: #5d1b30;
    content: "";
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head::after {
    -webkit-transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transform: rotate(90deg);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head.is-active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head[target="_blank"] {
    position: relative;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head[target="_blank"]::before {
    display: none;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head[target="_blank"]::after {
    -webkit-transform: rotate(0);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    transform: rotate(0);
    background: url("/common/img/common/icon_target.png") right center no-repeat;
    vertical-align: middle;
    content: "";
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head.-info {
    position: relative;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head.-info::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #5d1b30;
    border-right: 2px solid #5d1b30;
    content: "";
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head.-info::before {
    display: none;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head.-info::after {
    right: 14px;
    background-color: initial;
  }
  .footer-sitemap-list.-second li {
    border-top: 1px solid #cbaab4;
  }
  .footer-sitemap-list.-second li > a {
    position: relative;
    padding: 15px 15px 15px 36px;
    background-color: #fcf0f4;
  }
  .footer-sitemap-list.-second li > a::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #5d1b30;
    border-right: 2px solid #5d1b30;
    content: "";
  }
  .footer-sitemap-list.-second li > a::after {
    right: 15px;
  }
  .footer-sitemap-list.-second li > a[target="_blank"]::after {
    right: 10px;
  }
  .footer-sitemap-list.-second li > a.is-acc::before, .footer-sitemap-list.-second li > a.is-acc::after {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    background-color: #5d1b30;
    content: "";
  }
  .footer-sitemap-list.-second li > a.is-acc::after {
    -webkit-transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transform: rotate(90deg);
    background-color: transparent;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .footer-sitemap-list.-second li > a.is-acc.is-active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer-sitemap-list.-third {
    display: none;
  }
  .footer-sitemap-list.-third li > a {
    padding-left: 50px;
  }
  .footer-sitemap-list a.is-current {
    background-color: #ffffff !important;
    font-weight: bold;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .footer-nav-wrap {
    margin-top: 60px;
  }
  .footer-nav-item {
    margin: 5px 0;
  }
  .footer .btn.-footer {
    margin-bottom: 30px;
  }
  .footer .btn.-footer > a {
    font-size: 14px;
  }
  .history .footer {
    margin-top: 0;
  }
  .content-inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-section {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .content-section.-sp-full .content-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .content-header {
    padding: 16px 0;
    background-image: url("/common/img/common/bg_heading_sp.png");
  }
  .content-main .content-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .content-main .img img {
    width: 100%;
  }
  .content-compact {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .article-detail h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .article-detail h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .article-detail h4 {
    margin-bottom: 30px;
  }
  .article-detail h5 {
    margin-bottom: 30px;
  }
  .article-detail h6 {
    margin-bottom: 30px;
  }
  .article-detail img {
    max-width: 100%;
    height: auto;
    margin-top: 55px !important;
  }
  .company.sustainability .article-data,
  .company .article-data {
    margin-bottom: 25px;
  }
  .company.sustainability .article-data .news-date .category,
  .company .article-data .news-date .category {
    margin-left: auto;
  }
  .sns-btn {
    margin-top: 46px;
  }
  .sns-btn .flexbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .history .sns-btn {
    margin-top: 6px;
  }
  .pagetop {
    margin-top: 10px;
  }
  .pagetop-wrap {
    right: 10px;
  }
  .breadcrumb-inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .breadcrumb-list {
    overflow-x: auto;
    white-space: nowrap;
  }
  .breadcrumb-list > li {
    font-size: 12px;
  }
  .-bg_wave::after {
    top: -36px;
    width: 100%;
    max-width: 288px;
    height: 36px;
  }
  .-bg_wave.-large::after {
    top: -45px;
    width: 100%;
    max-width: 355px;
    height: 45px;
  }
  .box-border > .box-inner {
    padding: 20px;
  }
  .box-border.-gray > .box-inner {
    padding: 20px;
  }
  .box-border.-main .ttl {
    font-size: 18px;
  }
  .box-button:not(:first-child) {
    margin-top: 25px;
  }
  .box-button.-sp-center {
    text-align: center;
  }
  ul.box-button:not(:first-child) {
    margin-top: 30px;
  }
  ul.box-button.-center > li {
    margin: 5px;
  }
  ul.box-button.-sp-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.box-button.-sp-center > li {
    margin: 5px;
  }
  ul.box-button > li.-sp-full {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  ul.box-button > li.-sp-half:nth-child(2n) {
    margin-left: auto;
  }
  ul.box-button > li.-sp-half > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .box-faq .faq-list .-acco_btn {
    width: 32px;
    height: 32px;
  }
  .box-faq .faq-list .-acco_btn::before, .box-faq .faq-list .-acco_btn::after {
    width: 12px;
  }
  .box-faq .faq-q, .box-faq .faq-a {
    padding: 10px 50px;
  }
  .box-faq .faq-q::before, .box-faq .faq-a::before {
    top: 12px;
    left: 10px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 26px;
  }
  .box-history {
    margin-top: 60px;
  }
  .box-history .history-list-link > li:not(:first-child) {
    margin-top: 10px;
  }
  .box-history .history-detail .box-txt .box-inner {
    padding: 16px;
  }
  .box-history .history-link {
    margin-top: 15px;
  }
  .box-inline.-sp-full .inner {
    display: block;
  }
  .box-introduction .box-left .box-detail .img-main li img {
    width: 100%;
  }
  .box-introduction .box-left .box-detail .img-thumb {
    margin: 10px -10px 0;
  }
  .box-introduction .box-left .box-detail .img-thumb li {
    display: inline-block;
    margin: 0 10px;
  }
  .box-introduction .box-right {
    margin-top: 30px;
  }
  .box-introduction.-recipe .box-right .box-txt {
    font-size: 16px;
  }
  .box-process .process-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-process .process-list-img {
    margin-top: 15px;
  }
  .box-process .process-list-img img {
    width: 100%;
  }
  .box-products {
    margin-top: 20px;
  }
  .store-name {
    margin-top: 10px;
    font-size: 22px;
  }
  .box-store .store-list:not(:last-child) {
    margin-bottom: 30px;
  }
  .box-store .box-heading {
    margin-bottom: 20px;
  }
  .box-txt.-sp-left {
    text-align: left;
  }
  .box-txt.-sp-right {
    text-align: right;
  }
  .box-txt.-sp-center {
    text-align: center;
  }
  .box-has-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-has-img.-sp-reverse > *:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .box-has-img.-sp-reverse > *:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .box-has-img > .box-img {
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
  .box-has-img > .box-img + .box-txt {
    margin-left: 0;
  }
  .box-has-img > .box-txt {
    width: 100%;
    margin: 15px auto;
  }
  .box-has-img > .box-txt + .box-img {
    margin-left: 0;
  }
  .box-has-img.-sp-around {
    display: block;
  }
  .box-has-img.-sp-around:after {
    display: block;
    clear: both;
    content: "";
  }
  .box-has-img.-sp-around > .box-img {
    width: auto;
    margin-top: 0;
    margin-right: 15px;
    float: left;
    text-align: left;
  }
  .box-has-img.-pc-reverse.-sp-around > .box-img {
    margin-right: 0;
    margin-left: 15px;
    float: right;
  }
  .heading-lv1 .txt {
    font-size: 28px;
  }
  .heading-lv1 .txt .-sub {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 16px;
  }
  .heading-lv2-simple .txt {
    font-size: 22px;
  }
  .heading-lv2 .txt {
    font-size: 22px;
  }
  .heading-lv3 .txt .-small {
    font-size: 14px;
  }
  .heading-lv3 .txt {
    font-size: 20px;
  }
  .heading-lv4 .txt {
    font-size: 18px;
  }
  .heading-lv5 .txt {
    font-size: 16px;
  }
  .heading-lv6 .txt {
    font-size: 14px;
  }
  .heading-bg .txt {
    font-size: 22px;
  }
  .heading-icon {
    margin-top: -28px;
    margin-bottom: 10px;
  }
  .heading-icon.-inside {
    margin-top: -60px;
  }
  .heading-pick > .txt {
    padding-left: 15px;
  }
  .box-button.-anchor {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box-button.-anchor .btn-anchor {
    width: 48%;
    margin-right: 0;
  }
  .btn > a {
    font-size: 16px;
  }
  .btn.-sp_full {
    width: 100%;
    max-width: 100%;
  }
  .btn.-sp_full > a {
    width: 100%;
  }
  .btn.-sp-half {
    width: 48%;
  }
  .btn.-sp-half > a {
    width: 100%;
  }
  .box-column.sp-col-1 .column-list {
    width: 100%;
  }
  .box-column.sp-col-1 .column-list:not(:last-child) {
    margin-bottom: 20px;
  }
  .box-column.sp-col-2 .column-list {
    width: calc((100% - 20px * 1) / 2);
  }
  .box-column.sp-col-2 .column-list:nth-child(n+3) {
    margin-top: 20px;
  }
  .box-column.sp-col-2 .column-list:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .box-column.sp-col-3 .column-list {
    width: calc((100% - 20px * 2) / 3);
  }
  .box-column.sp-col-3 .column-list:nth-child(n+4) {
    margin-top: 20px;
  }
  .box-column.sp-col-3 .column-list:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .box-column.sp-col-4 .column-list {
    width: calc((100% - 20px * 3) / 4);
  }
  .box-column.sp-col-4 .column-list:nth-child(n+5) {
    margin-top: 20px;
  }
  .box-column.sp-col-4 .column-list:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .box-column.sp-col-5 .column-list {
    width: calc((100% - 20px * 4) / 5);
  }
  .box-column.sp-col-5 .column-list:nth-child(n+6) {
    margin-top: 20px;
  }
  .box-column.sp-col-5 .column-list:not(:nth-child(5n)) {
    margin-right: 20px;
  }
  .box-column.sp-col-6 .column-list {
    width: calc((100% - 20px * 5) / 6);
  }
  .box-column.sp-col-6 .column-list:nth-child(n+7) {
    margin-top: 20px;
  }
  .box-column.sp-col-6 .column-list:not(:nth-child(6n)) {
    margin-right: 20px;
  }
  .box-column .column-list .name .-sub {
    display: block;
    line-height: 1.25;
  }
  .box-column .column-list .box-txt .ttl.-size_xl {
    font-size: 22px;
  }
  .box-column .column-list .box-txt .ttl.-size_l {
    font-size: 20px;
  }
  .box-column .column-list .box-txt .ttl.-size_m {
    font-size: 16px;
  }
  .box-column .column-list .box-txt .ttl {
    font-size: 16px;
  }
  .box-column .column-list .box-txt .news-date .category {
    max-width: 80px;
  }
  .box-column.-side .column-list > a > .img, .box-column.-side .column-list > div > .img {
    width: 30%;
  }
  .box-column.-side .column-list > a .box-txt, .box-column.-side .column-list > div .box-txt {
    margin-left: 15px;
  }
  .box-column.-side .column-list.-sp-reverse > a, .box-column.-side .column-list.-sp-reverse > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .box-column.-side.-chef .column-list > a, .box-column.-side.-chef .column-list > div {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .box-column.-side.-chef .column-list > a .name, .box-column.-side.-chef .column-list > div .name {
    width: 65%;
    padding-left: 5%;
  }
  .box-column.-side.-chef .column-list > a .box-txt, .box-column.-side.-chef .column-list > div .box-txt {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .box-column.-restaurant .column-list .-bg_wave::after {
    width: 382px;
    max-width: 382px;
    height: 48px;
    background-position: center;
  }
  .box-column.-sp-side .column-list > a, .box-column.-sp-side .column-list > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .box-column.-sp-side .column-list > a .img, .box-column.-sp-side .column-list > div .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
  }
  .box-column.-sp-side .column-list > a .box-txt, .box-column.-sp-side .column-list > div .box-txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
    margin-left: 15px;
  }
  .box-column.-sp-side .column-list > a .box-txt .ttl, .box-column.-sp-side .column-list > div .box-txt .ttl {
    display: block;
    margin-top: 0;
  }
  .box-column.-sp-block .column-list > a, .box-column.-sp-block .column-list > div {
    display: block;
  }
  .box-column.-sp-block .column-list > a .img, .box-column.-sp-block .column-list > div .img {
    width: 100%;
  }
  .box-column.-sp-block .column-list > a .box-txt, .box-column.-sp-block .column-list > div .box-txt {
    margin-top: 30px;
  }
  .box-column.-shadow .column-list > a, .box-column.-shadow .column-list > div {
    padding: 12px;
  }
  .box-column.-slider .column-slider, .box-column.-detail-slider .column-slider, .box-column.-news-slider .column-slider {
    width: 100%;
  }
  .box-column.-slider .column-list.-new > a > span, .box-column.-slider .column-list.-new > div > span, .box-column.-detail-slider .column-list.-new > a > span, .box-column.-detail-slider .column-list.-new > div > span, .box-column.-news-slider .column-list.-new > a > span, .box-column.-news-slider .column-list.-new > div > span {
    left: 14px;
    font-size: 10px;
  }
  .box-column.-slider .column-list.-new > a > span::before, .box-column.-slider .column-list.-new > div > span::before, .box-column.-detail-slider .column-list.-new > a > span::before, .box-column.-detail-slider .column-list.-new > div > span::before, .box-column.-news-slider .column-list.-new > a > span::before, .box-column.-news-slider .column-list.-new > div > span::before {
    bottom: -6px;
    border-right-width: 17px;
    border-bottom-width: 6px;
    border-left-width: 18px;
  }
  .box-column.-slider .column-list > a, .box-column.-slider .column-list > div {
    padding: 14px;
  }
  .box-column.-detail-slider .column-slider, .box-column.-news-slider .column-slider {
    width: 100%;
  }
  .box-column.-detail-slider .slick-arrow, .box-column.-news-slider .slick-arrow {
    bottom: 40px;
  }
  .box-column.-news-slider .slick-arrow {
    bottom: 10px;
  }
  .box-column.-news-slider .slick-dots {
    width: auto;
    margin-right: 110px;
    margin-left: 40px;
  }
  .box-column.-news-slider .slider-btn-stop, .box-column.-news-slider .slider-btn-start {
    position: absolute;
    right: 50px;
    bottom: 15px;
  }
  .box-column .slick-arrow {
    top: auto;
    bottom: 5px;
  }
  .box-column .slick-dots {
    width: 80%;
    margin: 20px auto;
  }
  .slider-btn-stop, .slider-btn-start {
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    width: 48px;
    height: 32px;
    margin: 0 auto;
    border: 1px solid #5d1b30;
    border-radius: 6px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    text-indent: -9999px;
    cursor: pointer;
  }
  .slider-btn-stop::after, .slider-btn-start::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
  }
  .slider-btn-stop::after {
    width: 17px;
    height: 15px;
    border-right: 3px solid #5d1b30;
    border-left: 3px solid #5d1b30;
  }
  .slider-btn-start::after {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #5d1b30;
  }
  .flexbox.-space > .flex-col {
    margin-bottom: 30px;
  }
  .flexbox.-sp-flex-non {
    display: block;
  }
  .flexbox.-col_sp_1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_1 > .flex-col {
    width: 100%;
  }
  .flexbox.-col_sp_1 > .flex-col:not(:last-child) {
    margin-bottom: 40px;
  }
  .flexbox.-col_sp_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_2 > .flex-col {
    width: 48%;
  }
  .flexbox.-col_sp_2 > .flex-col:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .flexbox.-col_sp_3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_3 > .flex-col {
    width: 32%;
  }
  .flexbox.-col_sp_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .flex-col .inner.-sp-spread {
    padding: 0;
  }
  .flex-col .inner.-philosophy {
    padding: 0;
  }
  .flex-col_12.-col_sp_1 .flex-col:not(:last-child) {
    margin-bottom: 30px;
  }
  .box-list .list-link-head > li > a {
    font-size: 20px;
  }
  .box-list .list-link > li {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-list .list-link.-col_sp_2 > li {
    width: calc((100% - 20px) / 2);
  }
  .box-list .list-link.-col_sp_2 > li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .list-num > li {
    font-size: 16px;
  }
  .content-tab .content-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .list-tab.-top {
    padding-top: 37px;
  }
  .list-tab.-bottom {
    padding-bottom: 37px;
  }
  .list-tab > li {
    width: calc(100% / 5 - 4px);
  }
  .list-tab > li > a {
    font-size: 16px;
  }
  .list-tab > li > a > span {
    display: block;
    font-size: 12px;
  }
  .txt.-lead, .txt.-medium {
    font-size: 16px;
  }
  .txt.-large, .txt .-large {
    font-size: 18px;
  }
  .txt-link-arrow > a, .txt-link-icon > a {
    font-size: 16px;
  }
  .txt-link-icon {
    width: 100%;
    margin-right: 0;
  }
  .txt-link-icon:not(:last-child) {
    margin-bottom: 20px;
  }
  .box-table.-sp-scroll {
    overflow-x: scroll;
  }
  .box-table.-sp-scroll .table {
    width: 1200px;
  }
  .box-table .table.-simple.-sp-stack tr > th, .box-table .table.-simple.-sp-stack tr > td, .box-table .table.-style-none.-sp-stack tr > th, .box-table .table.-style-none.-sp-stack tr > td {
    border-right: none;
  }
  .box-table .table.-simple.-sp-stack tr > td, .box-table .table.-style-none.-sp-stack tr > td {
    padding-top: 0;
    border-top: none;
  }
  .box-table .table.-simple tr.-row-2:nth-last-child(2n-1) th {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .box-table .table tr.-sp-left, .box-table .table tr .-sp-left {
    text-align: left;
  }
  .box-table .table.-sp-stack {
    display: block;
  }
  .box-table .table.-sp-stack .table-body {
    display: block;
  }
  .box-table .table.-sp-stack tr {
    display: block;
    width: 100%;
  }
  .box-table .table.-sp-stack tr th, .box-table .table.-sp-stack tr td {
    display: block;
    width: 100% !important;
    border-right: 1px solid #e6e6e6;
  }
  .box-table .table.-sp-stack tr:last-child > th, .box-table .table.-sp-stack tr:last-child > td {
    border-bottom: none;
  }
  .box-table .table.-sp-stack tr:last-child > th:last-child, .box-table .table.-sp-stack tr:last-child > td:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .news-thumb {
    max-width: 100px;
    margin-right: 15px;
  }
  .news-date {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .news-top .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .news-top-list-item > a, .news-top-list-item > span {
    padding-right: 0;
    padding-left: 0;
  }
  .news-top-list-item .news-date {
    margin-bottom: 15px;
  }
  .news-top.-topics .news-top-list-item .news-title {
    font-size: 18px;
  }
  .news-top.-topics .news-top-list-item .news-date {
    margin-bottom: 10px;
  }
  .box-sort .sort-area {
    width: 50%;
  }
  .box-sort .sort-label {
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }
  .box-sort .sort-categpry {
    font-size: 14px;
  }
  .box-sort-list .sort-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-sort-list .sort-list > li {
    width: calc((100% - 15px) / 2);
  }
  .-new-ribbon {
    font-size: 10px;
  }
  .-new-ribbon > em {
    font-size: 16px;
  }
  .-new-ribbon::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .-point .ribbon {
    font-size: 16px;
  }
  .-recommend .ribbon {
    font-size: 12px;
  }
  .-recommend .ribbon > em {
    font-size: 16px;
  }
  .-recommend .ribbon::before {
    border-top-width: 19px;
    border-bottom-width: 19px;
  }
  .-store-ribbon .ribbon::before {
    bottom: -19px;
    border-top-width: 19px;
    border-bottom-width: 19px;
  }
  .-sp_acco_head {
    -webkit-transition: margin-bottom 0.15s ease-in-out;
    position: relative;
    margin-bottom: 0 !important;
    padding-right: 25px;
    transition: margin-bottom 0.15s ease-in-out;
  }
  .-sp_acco_head .-acco_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    border: 1px solid #5d1b30;
    border-radius: 3px;
  }
  .-sp_acco_head .-acco_btn::before, .-sp_acco_head .-acco_btn::after {
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background-color: #5d1b30;
    content: "";
  }
  .-sp_acco_head .-acco_btn::after {
    -webkit-transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transform: rotate(90deg);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  .-sp_acco_head.is-active {
    margin-bottom: 15px !important;
  }
  .-sp_acco_head.is-active .-acco_btn::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .-sp_acco_head.is-active + .-acco_block > * {
    -webkit-transition: line-height .3s ease-out, opacity .1s linear, visibility .1s linear;
    visibility: visible;
    line-height: 1.5;
    opacity: 1;
    transition: line-height .3s ease-out, opacity .1s linear, visibility .1s linear;
  }
  .-sp_acco_head:not(.is-active) + .-acco_block > * {
    -webkit-transition: line-height .3s ease-out, opacity .1s linear, visibility .1s linear, margin .1s linear, height .1s linear;
    visibility: hidden;
    height: 0;
    margin: 0;
    line-height: 0;
    opacity: 0;
    transition: line-height .3s ease-out, opacity .1s linear, visibility .1s linear, margin .1s linear, height .1s linear;
  }
  .modal-list img {
    width: 72px;
    margin-right: 16px;
  }
  .modal-list-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: solid 1px #cccccc;
    text-align: left;
    image-rendering: -webkit-optimize-contrast;
  }
  .modal-list-item .ttl a {
    font-size: 18px;
  }
  .modal-list-item .txt {
    font-size: 14px;
  }
  .modal-content .content-inner {
    padding: 1px 16px 0;
  }
  .modal-content .content-section .heading-lv1 .txt {
    font-size: 28px;
  }
  .modal-content .content-section .heading-lv2 .txt {
    font-size: 22px;
  }
  .modal .-bg_wave::after {
    top: -35px;
  }
  .form-thanks-message {
    max-width: 355px;
    font-size: 22px;
  }
  .movie-box-inner {
    max-width: 100%;
  }
  .onetime-popup-content {
    padding: 64px 20px 48px;
  }
  .onetime-popup-content .btn {
    width: 100%;
    max-width: 100%;
  }
  .onetime-popup-content .btn > a {
    font-size: 14px;
  }
  .company .heading-lv1 .txt {
    font-size: 28px;
  }
  .company .heading-lv1 .heading-sub {
    font-size: 24px;
  }
  .company .heading-lv2 .txt {
    font-size: 24px;
  }
  .company .heading-lv3 .txt {
    font-size: 22px;
  }
  .company .heading-lv3-simple .txt {
    font-size: 22px;
  }
  .company .heading-lv4 .txt {
    font-size: 20px;
  }
  .company .heading-lv5 .txt {
    font-size: 18px;
  }
  .company .heading-lv6 .txt {
    font-size: 16px;
  }
  .company .footer-top {
    background-position: bottom center;
  }
  .company .footer-sitemap-list.-first {
    border-color: #d8d8d8;
  }
  .company .footer-sitemap-list.-first > .footer-sitemap-item a {
    border-color: #d8d8d8;
  }
  .company .footer-sitemap-list.-first > .footer-sitemap-item a:not([target="_blank"]):not(.-acc) {
    position: relative;
  }
  .company .footer-sitemap-list.-first > .footer-sitemap-item a:not([target="_blank"]):not(.-acc)::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #5d1b30;
    border-right: 2px solid #5d1b30;
    content: "";
  }
  .company .footer-sitemap-list.-first > .footer-sitemap-item a:not([target="_blank"]):not(.-acc)::before {
    display: none;
  }
  .company .footer-sitemap-list.-first > .footer-sitemap-item a:not([target="_blank"]):not(.-acc)::after {
    right: 14px;
    border-top-width: 1px;
    border-right-width: 1px;
    background-color: initial;
  }
  .company .footer-sitemap-list.-first > .footer-sitemap-item a.-acc::before, .company .footer-sitemap-list.-first > .footer-sitemap-item a.-acc::after {
    height: 1px;
  }
  .company .footer-sitemap-list.-second li {
    border-color: #d8d8d8;
  }
  .company .footer-sitemap-list.-second li > a {
    background-color: #fbfbfb;
  }
  .company .founder-box {
    margin-right: 0;
  }
  .company .founder-box-txt {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
  .company .founder-box-img {
    position: static;
    margin: -32px auto 32px auto;
  }
  .company .founder-box-gray {
    margin-bottom: 0;
    padding: 32px 24px 60px 24px;
  }
  .company .header .header-box.-bottom .header-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f2f2;
  }
  .company .header .header-gnav-menu > li > a {
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-color: #dddddd;
    background-color: #f2f2f2;
  }
  .company .header .header-gnav-menu > li > a {
    position: relative;
  }
  .company .header .header-gnav-menu > li > a::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #5d1b30;
    border-right: 2px solid #5d1b30;
    content: "";
  }
  .company .header .header-gnav-menu > li > a::before {
    display: none;
  }
  .company .header .header-gnav-menu > li > a::after {
    right: 14px;
    border-top-width: 1px;
    border-right-width: 1px;
    background-color: initial;
  }
  .company .header .header-gnav-menu > li.header-gnav-menu-info > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-info > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-csr > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-csr > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-ir > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-ir > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-message > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-message > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-contract > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-contract > a::after {
    width: 18px;
    height: 1px;
  }
  .company .header .header-gnav-menu > li.header-gnav-menu-info > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-csr > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-ir > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-message > a::before, .company .header .header-gnav-menu > li.header-gnav-menu-contract > a::before {
    display: block;
  }
  .company .header .header-gnav-menu > li.header-gnav-menu-info > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-csr > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-ir > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-message > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-contract > a::after {
    -webkit-transform: rotate(90deg);
    right: 10px;
    transform: rotate(90deg);
    border: none;
    background-color: #5d1b30;
  }
  .company .header .header-gnav-menu > li.header-gnav-menu-info.is-active > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-csr.is-active > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-ir.is-active > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-message.is-active > a::after, .company .header .header-gnav-menu > li.header-gnav-menu-contract.is-active > a::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .company .header .header-link-list > li a {
    padding: 8px 10px;
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
    color: #333333;
    font-size: 1.6rem;
    text-align: left;
  }
  .company .header .header-link-list > li a[target="_blank"] {
    position: relative;
  }
  .company .header .header-link-list > li a[target="_blank"]::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("/common/img/common/icon_target.png") right center no-repeat;
    vertical-align: middle;
    content: "";
  }
  .company .header .header-link-list > li:not(:last-child) {
    margin-right: 15px;
  }
  .company .dropdown-box > ul {
    margin-top: 0;
  }
  .company .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8%;
    background-color: #f9f9f9;
  }
  .company .dropdown-menu a::after {
    border-top-width: 1px;
    border-right-width: 1px;
  }
  .company .-large-caption {
    font-size: 12px;
  }
  .company .news-date {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .company #top-message {
    background-position: bottom right -20%;
    background-size: 40%;
  }
  .company #top-message .box-txt {
    width: 75%;
  }
  .company #brand-message .content-background {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .company #top-recruit .box-recruit {
    padding: 20px;
    text-align: center;
  }
  .company #top-recruit .box-recruit .box-heading .heading-lv1::after {
    right: 0;
    left: 0;
  }
  .company.top .heading-lv1 .txt {
    font-size: 28px;
  }
  .company.top .mainvisual-txt {
    top: 5%;
    text-align: center;
  }
  .company.top .mainvisual-heading .txt {
    font-size: 32px;
  }
  .company.top .mainvisual .slick-dots {
    margin: 10px auto;
  }
  .company.top .box-column .column-list {
    margin-bottom: 0;
  }
  .company.top .box-column .column-list > a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }
  .company.top .box-column .column-list:first-child > a {
    border-top: 1px solid #efefef;
  }
  #lead {
    background-image: url("/common/img/top/bg_lead_sp.png");
    background-position: top right;
    background-size: auto;
  }
  #campaign::after {
    max-width: 100%;
    background-position: top center;
    background-size: 1440px;
  }
  #shinjuku.-bg_shinjuku::before {
    top: -36px;
  }
  #brand .box-column .column-list.-new > a > span, #brand .box-column .column-list.-new > div > span {
    left: 5px;
    font-size: 10px;
  }
  #brand .box-column .column-list.-new > a > span::before, #brand .box-column .column-list.-new > div > span::before {
    bottom: -6px;
    border-right-width: 17px;
    border-bottom-width: 6px;
    border-left-width: 18px;
  }
  #brand .box-column .column-list > a, #brand .box-column .column-list > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #brand .box-column .column-list > a .img, #brand .box-column .column-list > div .img {
    width: 40%;
  }
  #brand .box-column .column-list > a .box-txt .ttl, #brand .box-column .column-list > div .box-txt .ttl {
    display: inline-block;
    padding-right: 0;
  }
  #brand .box-column .column-list > a .box-txt .ttl::after, #brand .box-column .column-list > div .box-txt .ttl::after {
    display: inline-block;
    position: static;
    margin-bottom: 2px;
    margin-left: 10px;
  }
  #location .img img {
    width: 100%;
  }
  .mainvisual .slick-arrow {
    top: auto;
    bottom: 5px;
  }
  .mainvisual .slick-dots {
    width: 80%;
    margin: 20px auto;
  }
  #restaurant .box-column .column-list > div .img img {
    width: 100%;
  }
  #restaurant .box-column .column-list > div .box-txt {
    width: 100%;
    margin: 15px auto 0;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  #shinjuku .shinjuku-list .ribbon {
    width: 64px;
  }
  #shinjuku .shinjuku-list .ribbon::before {
    bottom: -12px;
    border-top-width: 12px;
    border-right-width: 32px;
    border-bottom-width: 12px;
    border-left-width: 32px;
  }
  #shinjuku .shinjuku-list .ribbon .-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 80px;
  }
  #shinjuku .shinjuku-list .ttl {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 80px;
  }
  #shinjuku .shinjuku-list .ttl > a {
    font-size: 20px;
  }
  #shinjuku .shinjuku-detail .img {
    width: 50%;
  }
  #sns .box-button > li {
    width: calc((100% - 15px) / 2);
  }
  #sns .box-button > li:not(:nth-child(2n)) {
    margin-right: 15px;
  }
  .fl-none-sp {
    float: none !important;
  }
  .fl-clear-sp {
    clear: both !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .header .header-box.-top .header-inner {
    max-width: 1440px;
  }
  .header .header-link-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .header-gnav-menu-online > a {
    background-color: #5d1b30;
    color: #e3d3b3;
  }
  .header .header-gnav-menu > li {
    width: 25%;
    text-align: center;
  }
  .header .header-gnav-menu > li > a:hover {
    background-color: #eddee3;
  }
  .header .header-gnav-menu > li.is-active > a {
    position: relative;
    background-color: #eddee3;
  }
  .header .header-ham-icon {
    display: none;
  }
  .dropdown {
    z-index: 99;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
  }
  .dropdown-inner {
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .dropdown-box > ul {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .dropdown-box > ul > li {
    width: calc((100% - 60px) / 4);
  }
  .dropdown-box > ul > li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .dropdown-box.-enjoy > ul > li {
    width: calc((100% - 40px) / 3);
  }
  .dropdown-box.-enjoy > ul > li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .dropdown-box.-enjoy > ul > li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .dropdown-menu {
    margin-bottom: 24px;
  }
  .dropdown-menu a {
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
    border-radius: 6px;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
  }
  .dropdown-menu a img {
    margin-right: 10px;
  }
  .footer-top .footer-inner {
    padding-right: 30px;
    padding-bottom: 80px;
    padding-left: 30px;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head[target="_blank"] > span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  .footer-sitemap-list.-first .footer-sitemap-item .footer-sitemap-item-head[target="_blank"] > span::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("/common/img/common/icon_target.png") right center no-repeat;
    vertical-align: middle;
    content: "";
  }
  .footer-sitemap-list.-third {
    display: none;
  }
  .footer-sitemap-item > a[target="_blank"] > span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  .footer-sitemap-item > a[target="_blank"] > span::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("/common/img/common/icon_target.png") right center no-repeat;
    vertical-align: middle;
    content: "";
  }
  .sns-btn .flexbox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 90px;
  }
  ul.box-button.-center > li {
    margin: 0 40px;
  }
  ul.box-button.-pc-block {
    display: block;
  }
  ul.box-button.-pc-block > li {
    display: block;
  }
  ul.box-button.-pc-block > li:not(:last-child) {
    margin-right: 0;
  }
  .box-history.-founder .history-year {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .box-history.-founder .history-detail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .box-history .history-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 194px;
  }
  .box-history .history-head-ttl.-atelier {
    max-width: 194px;
    margin: 0;
  }
  .box-history .history-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-history .history-list-link > li {
    max-width: 226px;
  }
  .box-history .history-list-link > li:not(:last-child) {
    margin-right: 15px;
  }
  .box-history .history-year {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
  }
  .box-history .history-link {
    max-width: 194px;
    margin-left: 15px;
  }
  .box-introduction {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .box-introduction.-block {
    display: block;
  }
  .box-introduction .box-left {
    width: 38.33333%;
  }
  .box-introduction .box-left .box-detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .box-introduction .box-left .box-detail .img-main {
    width: 73.91304%;
  }
  .box-introduction .box-left .box-detail .img-thumb {
    width: 21.73913%;
  }
  .box-introduction .box-left .box-table {
    width: 73.91304%;
  }
  .box-introduction .box-right {
    width: 57.5%;
  }
  .box-introduction.-recipe .box-left {
    width: 28.33333%;
  }
  .box-introduction.-recipe .box-right {
    width: 68.33333%;
  }
  .box-introduction .box-movie {
    max-width: 890px;
  }
  .box-process .process-list-img {
    margin-left: 40px;
  }
  .box-products {
    margin-top: 60px;
  }
  .box-products dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-products dl > dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20%;
  }
  .box-products dl > dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .box-shinjuku .shinjuku-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    padding-left: 56px;
  }
  .box-shinjuku .shinjuku-list .box-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
  }
  .box-shinjuku .shinjuku-list .box-txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .box-shinjuku .shinjuku-list .box-txt .box-table {
    display: inline-block;
  }
  .shinjuku .box-has-img {
    width: 75%;
    margin: 0 auto;
  }
  .shinjuku .box-border {
    width: 83.333%;
    margin: 55px auto 0;
  }
  .box-store .store-detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .box-store .box-button {
    margin-right: 0;
  }
  .box-store .box-button:not(:first-child) {
    margin-top: 0;
  }
  .box-store .box-button .btn {
    width: 258px;
  }
  .box-store .box-button .btn > a {
    width: 100%;
  }
  .box-has-img.-pc-reverse > *:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .box-has-img.-pc-reverse > *:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .box-has-img.-pc-reverse > .box-img {
    margin-left: 40px;
  }
  .box-has-img.-pc-reverse > .box-img + .box-txt {
    margin-left: 0;
  }
  .box-button.-anchor {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .box-button.-anchor .btn-anchor {
    width: 100%;
  }
  .box-column.col-1 .column-list {
    width: 100%;
  }
  .box-column.col-1 .column-list:not(:last-child) {
    margin-bottom: 20px;
  }
  .box-column.col-2 .column-list {
    width: calc((100% - 40px * 1) / 2);
  }
  .box-column.col-2 .column-list:nth-child(n+3) {
    margin-top: 40px;
  }
  .box-column.col-2 .column-list:not(:nth-child(2n)) {
    margin-right: 40px;
  }
  .box-column.col-2 .column-list.-recommend:not(:nth-child(2n)) {
    margin-right: 34px;
  }
  .box-column.col-3 .column-list {
    width: calc((100% - 40px * 2) / 3);
  }
  .box-column.col-3 .column-list:nth-child(n+4) {
    margin-top: 40px;
  }
  .box-column.col-3 .column-list:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .box-column.col-3 .column-list.-recommend:not(:nth-child(3n)) {
    margin-right: 34px;
  }
  .box-column.col-4 .column-list {
    width: calc((100% - 40px * 3) / 4);
  }
  .box-column.col-4 .column-list:nth-child(n+5) {
    margin-top: 40px;
  }
  .box-column.col-4 .column-list:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  .box-column.col-4 .column-list.-recommend:not(:nth-child(4n)) {
    margin-right: 34px;
  }
  .box-column.col-5 .column-list {
    width: calc((100% - 40px * 4) / 5);
  }
  .box-column.col-5 .column-list:nth-child(n+6) {
    margin-top: 40px;
  }
  .box-column.col-5 .column-list:not(:nth-child(5n)) {
    margin-right: 40px;
  }
  .box-column.col-5 .column-list.-recommend:not(:nth-child(5n)) {
    margin-right: 34px;
  }
  .box-column.col-6 .column-list {
    width: calc((100% - 40px * 5) / 6);
  }
  .box-column.col-6 .column-list:nth-child(n+7) {
    margin-top: 40px;
  }
  .box-column.col-6 .column-list:not(:nth-child(6n)) {
    margin-right: 40px;
  }
  .box-column.col-6 .column-list.-recommend:not(:nth-child(6n)) {
    margin-right: 34px;
  }
  .box-column.-side .column-list > a > .img, .box-column.-side .column-list > div > .img {
    max-width: 210px;
  }
  .box-column.-side .column-list > a > .img.-img-large, .box-column.-side .column-list > div > .img.-img-large {
    max-width: 488px;
  }
  .box-column.-side .column-list > a > .img.-img-auto, .box-column.-side .column-list > div > .img.-img-auto {
    max-width: 100%;
  }
  .box-column.-detail-slider .column-slider, .box-column.-news-slider .column-slider {
    padding-bottom: 20px;
  }
  .box-column.-detail-slider {
    margin-right: -40px;
    margin-left: -40px;
  }
  .slider-btn-stop, .slider-btn-start {
    display: none;
  }
  .flexbox.-space > .flex-col {
    margin-bottom: 50px;
  }
  .flexbox.-basic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-basic > .flex-col {
    margin-top: 10px;
  }
  .flexbox.-basic > .flex-col:not(:last-child) {
    margin-right: 10px;
  }
  .flexbox.-col_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_2 > .flex-col {
    width: 49%;
  }
  .flexbox.-col_2 > .flex-col:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .flexbox.-col_3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_3 > .flex-col {
    width: 32%;
  }
  .flexbox.-col_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .flexbox.-col_4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_4 > .flex-col {
    width: 23.5%;
  }
  .flexbox.-col_4 > .flex-col:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .flexbox.-col_5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_5 > .flex-col {
    width: 17.8%;
  }
  .flexbox.-col_5 > .flex-col:not(:nth-child(5n)) {
    margin-right: 2.75%;
  }
  .flex-col_12 .flex-col.-right {
    margin-left: auto;
  }
  .flex-col_12 .flex-col:not(:last-child) {
    margin-right: 40px;
  }
  .flex-col_04 {
    width: calc(100% / 3);
    max-width: 380px;
  }
  .flex-col_06 {
    width: calc(100% / 2);
    max-width: 580px;
  }
  .flex-col_08 {
    width: calc(100% / 3 * 2);
    max-width: 780px;
  }
  .box-list.-radius .list-link > li {
    margin-bottom: 16px;
  }
  .box-list .list-link > li {
    width: calc((100% - 66px) / 3);
    margin-bottom: 30px;
  }
  .box-list .list-link > li:not(:nth-child(3n)) {
    margin-right: 33px;
  }
  .box-list .list-link.-col_2 > li {
    width: calc((100% - 80px) / 2);
    max-width: 415px;
  }
  .box-list .list-link.-col_2 > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .box-list .list-link.-col_2 > li:not(:nth-child(2n)) {
    margin-right: 80px;
  }
  .box-list .list-link.-col_4 > li {
    width: calc((100% - 36px * 3) / 4);
    margin-bottom: 30px;
  }
  .box-list .list-link.-col_4 > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .box-list .list-link.-col_4 > li:not(:nth-child(4n)) {
    margin-right: 36px;
  }
  .txt-link-icon {
    width: 100%;
    max-width: 250px;
  }
  .txt-link-icon:not(:last-child) {
    margin-right: 25px !important;
  }
  .box-table .table.-sp-side {
    border-bottom: 1px solid #e6e6e6;
  }
  .box-table .table.-sp-side .table-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-table .table.-sp-side tr {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .box-table .table.-sp-side tr th, .box-table .table.-sp-side tr td {
    display: block;
    width: 100% !important;
  }
  .box-table .table.-sp-side tr th {
    text-align: center;
  }
  .box-table .table.-sp-side tr:last-child > th, .box-table .table.-sp-side tr:last-child > td {
    border-bottom: none;
  }
  .news-top-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .news-top-list-item .news-date {
    margin-right: 15px;
  }
  .news-top.-topics {
    text-align: center;
  }
  .news-top.-topics .news-top-list-item .news-date {
    margin-right: 30px;
  }
  .box-sort-list .sort-list > li {
    width: calc((100% - 15px * 4) / 5);
  }
  .company .footer-bottom .footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .company .footer-logo {
    text-align: left;
  }
  .company .footer-copyright {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: right;
  }
  .company .header .header-gnav-menu > li > a:hover {
    border-color: #5d1b30;
    background-color: transparent;
  }
  .company .header .header-gnav-menu > li.is-active > a {
    border-color: #5d1b30;
    background-color: transparent;
  }
  .company .dropdown-box > ul > li {
    width: calc((100% - 60px) / 3);
  }
  .company .dropdown-box > ul > li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .company .dropdown-box > ul > li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .company.csr .news-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company.csr .news-date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    max-width: 260px;
    margin-right: 20px;
  }
  .company #top-message {
    min-height: 370px;
  }
  .company #brand-message .content-background {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    background-image: url("/common/img/company/top/bg_brandmessage.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .company #top-info {
    background-image: url("/common/img/company/top/bg_info.png");
    background-position: calc(50% + 450px) 50%;
  }
  .company #top-csr {
    background-image: url("/common/img/company/top/bg_csr.png");
    background-position: center left -60px;
  }
  .company #top-ir {
    background-image: url("/common/img/company/top/bg_ir.png");
    background-position: calc(50% + 500px) 50%;
  }
  .company.top .mainvisual-txt {
    width: 40%;
  }
  .company.top .mainvisual .slick-dots {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    margin: auto;
  }
  #restaurant .box-column .column-list > div .img img {
    width: auto;
  }
  #shinjuku .shinjuku-list.-museum .shinjuku-detail .img {
    width: auto;
  }
  #shinjuku .shinjuku-detail .img img {
    width: auto;
    height: 100%;
  }
  #sns .box-button > li {
    width: calc((100% - 24px * 3) / 4);
  }
  #sns .box-button > li:not(:nth-child(4n)) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
  .company #top-message {
    background-position: bottom right;
    background-size: 30%;
  }
}
