@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
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; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loopRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loopLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*-------------------------------------
  breakpoint
---------------------------------------*/
/*----------------------------------------
font-family
----------------------------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
}

/*----------------------------------------
color
----------------------------------------*/
/*----------------------------------------
variables
----------------------------------------*/
/* 実際に使用するとき
.column2 {
	width: column2(900px);
}
.column3 {
	width: column3(900px);
}
.column4 {
	width: column4(900px);
}
*/
/*------------------------------------------
  Base Style
-------------------------------------------*/
html {
  color: #000;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

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

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

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.l-wrapper {
  padding: 0 15px;
}
@media screen and (min-width: 767px) {
  .l-wrapper {
    padding: 0 3%;
  }
}
@media screen and (min-width: 960px) {
  .l-wrapper {
    padding: 0 5%;
  }
}

.l-header {
  position: fixed;
  height: 70px;
  width: 100%;
  background: #000;
  overflow: hidden;
  z-index: 40;
}
@media screen and (min-width: 960px) {
  .l-header {
    height: 100px;
  }
}
.l-header.transparent-header {
  background: rgba(0, 0, 0, 0.7);
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 70px;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    height: 100px;
  }
}
.l-header__logo img {
  display: block;
  width: 220px;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .l-header__logo img {
    width: 180px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__logo {
    width: 23%;
  }
}
@media screen and (min-width: 1100px) {
  .l-header__logo {
    width: 28%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__logo {
    width: 33%;
  }
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 77%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  background: #000;
  z-index: 20;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 960px) {
  .l-header__nav {
    position: static;
    width: 77%;
    height: 100%;
    background-color: transparent;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1100px) {
  .l-header__nav {
    width: 72%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav {
    width: 67%;
  }
}
.l-header__nav-list {
  padding-top: 92px;
  margin-bottom: 44px;
}
@media screen and (min-width: 960px) {
  .l-header__nav-list {
    width: 54%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .l-header__nav-list {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav-list {
    width: 56%;
    gap: 0 40px;
  }
}
.l-header__nav-item {
  color: #fff;
  margin-bottom: 37px;
  text-align: center;
}
.l-header__nav-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .l-header__nav-item {
    margin-bottom: 0;
  }
}
.l-header__nav-text-en {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif", serif;
}
.l-header__nav-text-ja {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  text-align: center;
}
.l-header__tell {
  margin-bottom: 44px;
}
@media screen and (min-width: 960px) {
  .l-header__tell {
    margin-bottom: 0;
    width: 24%;
  }
}
@media screen and (min-width: 1100px) {
  .l-header__tell {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__tell {
    width: 26%;
  }
}
.l-header__tell-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
}
@media screen and (min-width: 960px) {
  .l-header__tell-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-header__tell-text {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-header__tell-text {
    text-align: left;
  }
}
.l-header__tell-icon {
  width: 24px;
  height: 24px;
}
.l-header__tell-link {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Serif", serif;
}
@media screen and (min-width: 960px) {
  .l-header__tell-link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .l-header__tell-link {
    font-size: 2.4rem;
  }
}
.l-header__button {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
}
@media screen and (min-width: 960px) {
  .l-header__button {
    display: none;
  }
}
.l-header__button-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__contact {
  display: block;
  padding: 10px 58px;
  background: #fff;
  color: #000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  border-radius: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
@media screen and (min-width: 960px) {
  .l-header__contact {
    margin: 0;
    padding: 10px 20px;
  }
}
.l-header__sns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 14px;
}
@media screen and (min-width: 960px) {
  .l-header__sns-container {
    display: none;
  }
}
.l-header__sns-link {
  width: 40px;
  height: 40px;
}

.l-main {
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  .l-main {
    padding-top: 100px;
  }
}
.l-main--front-page {
  padding-top: 0;
}

.l-footer {
  background-color: #3A1404;
}

.l-footer-copy {
  color: #806457;
  padding: 16px 0;
  font-size: 1.4rem;
  text-align: center;
}

.l-footer-top {
  background-image: url(../images/common/bg_brown--02--sp.png);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 767px) {
  .l-footer-top {
    background-image: url(../images/common/bg_brown--02--pc.png);
  }
}
.l-footer-top__inner {
  padding: 50px 0 66px 0;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .l-footer-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 90px 0;
  }
}
.l-footer-top__contact, .l-footer-top__recruit {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footer-top__contact, .l-footer-top__recruit {
    width: 50%;
  }
}
.l-footer-top__contact {
  position: relative;
  padding-bottom: 46px;
}
@media screen and (min-width: 767px) {
  .l-footer-top__contact {
    padding-bottom: 0;
  }
}
.l-footer-top__contact::after {
  content: "";
  display: block;
  width: 311px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 400px) {
  .l-footer-top__contact::after {
    width: 80%;
  }
}
@media screen and (min-width: 767px) {
  .l-footer-top__contact::after {
    display: none;
  }
}
.l-footer-top__recruit {
  padding-top: 46px;
}
@media screen and (min-width: 767px) {
  .l-footer-top__recruit {
    padding-top: 0;
  }
}
.l-footer-top__title {
  margin-bottom: 34px;
}
.l-footer-top__title-ja {
  display: block;
  font-size: 2.4rem;
}
.l-footer-top__title-en {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  opacity: 0.5;
}
.l-footer-top__contact-text {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.l-footer-top__recruit-text {
  margin-bottom: 37px;
}
.l-footer-top__contact-link-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 44px auto;
}
@media screen and (min-width: 767px) {
  .l-footer-top__contact-link-wrapper {
    margin-bottom: 85px;
  }
}
.l-footer-top__recruit-link-wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.l-footer-top__contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-footer-top__tell-icon {
  margin-top: 7px;
  width: 32px;
  height: 32px;
}
.l-footer-top__contact-tel-number {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.l-footer-bottom {
  background-image: url(../images/common/bg_brown--01.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
.l-footer-bottom__inner {
  padding: 75px 0 63px 0;
  color: #806457;
  position: relative;
}
@media screen and (min-width: 767px) {
  .l-footer-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .l-footer-bottom__inner {
    padding: 168px 0 78px 0;
  }
}
.l-footer-bottom__top-link {
  display: none;
  position: absolute;
  background-color: #684A3D;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .l-footer-bottom__top-link {
    display: block;
  }
}
.l-footer-bottom__top-link span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer-bottom__top-link span::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  border-top: 2px solid #A4928B;
  border-left: 2px solid #A4928B;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .l-footer-bottom__logo-container, .l-footer-bottom__text-container {
    width: 50%;
  }
}
.l-footer-bottom__logo-container {
  margin-bottom: 51px;
}
@media screen and (min-width: 767px) {
  .l-footer-bottom__logo-container {
    margin-bottom: 0;
  }
}
.l-footer-bottom__logo {
  width: 150px;
  margin: 0 auto 33px auto;
}
@media screen and (min-width: 960px) {
  .l-footer-bottom__logo {
    width: 209px;
    margin-bottom: 68px;
  }
}
.l-footer-bottom__sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.l-footer-bottom__sns-icon {
  width: 40px;
  height: 40px;
}
.l-footer-bottom__text-container {
  max-width: 310px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .l-footer-bottom__text-container {
    max-width: none;
  }
}
.l-footer-bottom__nav {
  display: none;
  border-bottom: 1px solid #806457;
  margin-bottom: 28px;
}
@media screen and (min-width: 960px) {
  .l-footer-bottom__nav {
    display: block;
  }
}
.l-footer-bottom__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  padding-bottom: 35px;
}
@media screen and (min-width: 1280px) {
  .l-footer-bottom__nav-list {
    gap: 0 40px;
  }
}
.l-footer-bottom__nav-list a {
  color: #806457;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px) {
  .l-footer-bottom__nav-list a {
    font-size: 1.6rem;
  }
}
.l-footer-bottom__privacy-link {
  display: none;
  color: #806457;
  font-size: 1.4rem;
  margin-bottom: 65px;
}
@media screen and (min-width: 960px) {
  .l-footer-bottom__privacy-link {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .l-footer-bottom__privacy-link {
    font-size: 1.6rem;
  }
}
.l-footer-bottom__title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 9px;
  font-family: "Noto Serif JP", serif;
}
.l-footer-bottom__time {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 17px;
}
.l-footer-bottom__address {
  font-size: 1.4rem;
  margin-bottom: 17px;
}
.l-footer-bottom__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  font-size: 1.4rem;
  margin-bottom: 17px;
  color: #806457;
  font-size: 2rem;
  font-weight: bold;
}
.l-footer-bottom__tel-icon {
  width: 24px;
  height: 24px;
}
.l-footer-bottom__tel-icon img {
  margin-top: 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer-bottom__walk-access, .l-footer-bottom__car-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-bottom: 17px;
  font-weight: bold;
  font-size: 1.4rem;
}
.l-footer-bottom__walk-icon, .l-footer-bottom__car-icon {
  width: 26px;
  height: 26px;
}
.l-footer-bottom__walk-icon img, .l-footer-bottom__car-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-breadcrumb {
  display: none;
  font-size: 1.8rem;
  padding-top: 15px;
  color: #AAAAAA;
}
@media screen and (min-width: 960px) {
  .l-breadcrumb {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .l-breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 30px;
  }
}
.l-breadcrumb__item > a {
  color: #AAAAAA;
  text-decoration: underline;
  position: relative;
}
.l-breadcrumb__item > a:hover {
  opacity: 1;
  text-decoration: none;
}
.l-breadcrumb__item > a::after {
  content: ">";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
}

.js-header-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.js-header-btn span:nth-child(2) {
  top: 5px;
}
.js-header-btn span:nth-child(3) {
  top: 10px;
}
.js-header-btn.js-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
.js-header-btn.js-active span:nth-child(2) {
  opacity: 0;
}
.js-header-btn.js-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.js-header-nav.js-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: scroll;
  padding-bottom: 40px;
}

.js-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.js-overlay.js-active {
  opacity: 0.7;
  visibility: visible;
}

.js-no-scroll {
  overflow: hidden;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mb10-sp {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .u-mb10-sp {
    display: none;
  }
}

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

.u-mb30-md {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .u-mb30-md {
    display: none;
  }
}

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

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

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

.u-mb65 {
  margin-bottom: 65px;
}

@media screen and (min-width: 767px) {
  .u-mb70-md {
    margin-bottom: 70px;
  }
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt58 {
  padding-top: 58px;
}

.u-pt98 {
  padding-top: 98px;
}

.u-bb-none {
  border-bottom: none;
}

.u-algin-top {
  -ms-flex-item-align: start;
      align-self: start;
}

.u-db {
  display: block;
}

@media screen and (min-width: 576px) {
  .u-sp-lg-none {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .u-md-none {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .u-lg-none {
    display: none;
  }
}

.u-fz12 {
  font-size: 1.2rem;
}

.u-fz14 {
  font-size: 1.4rem;
}

.u-fz18 {
  font-size: 1.8rem;
}

.u-fz20-md24 {
  font-size: 2rem;
}
@media screen and (min-width: 767px) {
  .u-fz20-md24 {
    font-size: 2.4rem;
  }
}

.u-fz24 {
  font-size: 2.4rem;
}

.u-fz50-lg62-xl80 {
  font-size: 5rem;
}
@media screen and (min-width: 960px) {
  .u-fz50-lg62-xl80 {
    font-size: 6.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .u-fz50-lg62-xl80 {
    font-size: 8rem;
  }
}

.c-link-btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
}
.c-link-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-link-btn--white {
  background-color: #fff;
}
.c-link-btn--white::before {
  background-image: url(../images/common/icon_arrow-contact--01.png);
}
.c-link-btn--brown {
  background-color: #3A1404;
}
.c-link-btn--brown::before {
  background-image: url(../images/common/icon_arrow-contact--02.png);
}
.c-link-btn--pagination {
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 576px) {
  .c-link-btn--pagination {
    width: 50px;
    height: 50px;
  }
}
.c-link-btn--re {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-loop-text {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: absolute;
  left: 0;
}
.c-loop-text--kodawari {
  color: #7B6256;
  top: 30px;
}
@media screen and (min-width: 767px) {
  .c-loop-text--kodawari {
    top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .c-loop-text--kodawari {
    top: 199px;
  }
}
.c-loop-text--info {
  color: #EEEEEE;
  top: 53px;
}
.c-loop-text--brand {
  color: #fff;
  opacity: 0.2;
  top: 23px;
}
@media screen and (min-width: 960px) {
  .c-loop-text--brand {
    top: 0;
  }
}

.c-loop-text__item {
  font-size: 6rem;
  font-family: "Noto Serif Display", serif;
  font-weight: 700;
  white-space: nowrap;
  width: 150%;
  -webkit-animation: var(--animation-name) var(--animation-duration, 16s) linear infinite;
          animation: var(--animation-name) var(--animation-duration, 16s) linear infinite;
  -webkit-animation-delay: var(--animation-delay, 0s);
          animation-delay: var(--animation-delay, 0s);
}
.c-loop-text__item:nth-last-of-type(2) {
  -webkit-animation: var(--animation-name) var(--animation-duration, 16s) var(--animation-delay, -8s) linear infinite;
          animation: var(--animation-name) var(--animation-duration, 16s) var(--animation-delay, -8s) linear infinite;
}
@media screen and (min-width: 767px) {
  .c-loop-text__item {
    font-size: 8rem;
    width: 130%;
  }
}
@media screen and (min-width: 960px) {
  .c-loop-text__item {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1100px) {
  .c-loop-text__item {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .u-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.u-info-card__item {
  border-bottom: 1px solid #D9D9D9;
  width: 86.11%;
  margin: 0 auto 19px auto;
}
@media screen and (min-width: 767px) {
  .u-info-card__item {
    width: 33%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}
@media screen and (min-width: 1280px) {
  .u-info-card__item {
    height: 400px;
  }
}
.u-info-card__item:nth-child(3n+1) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.u-info-card__item:nth-of-type(3n+2) > a {
  -ms-flex-item-align: center;
      align-self: center;
}
.u-info-card__item:nth-of-type(3n) > a {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.u-info-card__placeholder {
  width: 33%;
  visibility: hidden;
}
@media screen and (min-width: 767px) {
  .u-info-card__link {
    display: block;
    width: 90%;
    max-width: 350px;
  }
}
@media screen and (min-width: 960px) {
  .u-info-card__link {
    width: 85%;
  }
}
.u-info-card__time {
  color: #AAAAAA;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.u-info-card__img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  aspect-ratio: 35/22;
}
.u-info-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像をカラム内に収める */
}
.u-info-card__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.u-info-card__label {
  display: block;
  min-width: 72px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.2rem;
  text-align: center;
  background: #231815;
  color: #fff;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  border-radius: 9px;
}
.u-info-card__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: #8A3C11;
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 960px) {
  .u-info-card__title {
    font-size: 2rem;
  }
}
.u-info-card__text {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 21px;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .u-info-card__text {
    font-size: 1.6rem;
  }
}

.c-sub-page-title__container {
  padding: 46px 0 50px 0;
}
.c-sub-page-title__en {
  font-size: 6rem;
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
  color: #693D29;
  display: block;
}
@media screen and (min-width: 960px) {
  .c-sub-page-title__en {
    font-size: 8rem;
  }
}
.c-sub-page-title__en--pp {
  font-size: 5rem;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  .c-sub-page-title__en--pp {
    font-size: 6rem;
  }
}
.c-sub-page-title__ja {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #AAAAAA;
}

.c-sub-page-mv--brand-top {
  margin-bottom: 44px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--brand-top {
    margin-bottom: 120px;
  }
}
.c-sub-page-mv--honten {
  margin-bottom: 35px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--honten {
    margin-bottom: 120px;
  }
}
.c-sub-page-mv--honten-kodawari {
  margin-bottom: 35px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--honten-kodawari {
    margin-bottom: 80px;
  }
}
.c-sub-page-mv--honten-menu {
  margin-bottom: 35px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--honten-menu {
    margin-bottom: 80px;
  }
}
.c-sub-page-mv--honten-store {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--honten-store {
    margin-bottom: 80px;
  }
}
.c-sub-page-mv--about-us {
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--about-us {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv--about-us {
    margin-bottom: 230px;
  }
}
.c-sub-page-mv--kodawari {
  margin-bottom: 44px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--kodawari {
    margin-bottom: 100px;
  }
}
.c-sub-page-mv--group {
  margin-bottom: 43px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--group {
    margin-bottom: 120px;
  }
}
.c-sub-page-mv--recruit {
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--recruit {
    margin-bottom: 120px;
  }
}
.c-sub-page-mv--contact {
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--contact {
    margin-bottom: 120px;
  }
}
.c-sub-page-mv--privacy-policy, .c-sub-page-mv--news {
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv--privacy-policy, .c-sub-page-mv--news {
    margin-bottom: 115px;
  }
}
.c-sub-page-mv__bg-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__bg-wrapper {
    max-width: 1100px;
    max-height: 561px;
    width: 79.7%;
  }
}
.c-sub-page-mv__bg-inner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100%;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__bg-inner {
    margin-right: 0;
  }
}
.c-sub-page-mv__bg {
  width: 100%;
  background-image: url(../images/common/bg_brown--01.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__bg {
    height: 107% !important;
  }
}
.c-sub-page-mv__bg--brand-top {
  height: 91.9%;
}
.c-sub-page-mv__bg--honten {
  height: 87.5%;
}
.c-sub-page-mv__bg--honten-kodawari, .c-sub-page-mv__bg--honten-menu {
  height: 103%;
}
.c-sub-page-mv__bg--honten-store {
  height: 91.8%;
}
.c-sub-page-mv__bg--about-us {
  height: 107.7%;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__bg--about-us {
    height: 461px !important;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__bg--about-us {
    height: 561px !important;
  }
}
.c-sub-page-mv__bg--kodawari {
  height: 97.2%;
}
.c-sub-page-mv__bg--group {
  height: 97.2%;
}
.c-sub-page-mv__bg--recruit {
  height: 97%;
}
.c-sub-page-mv__bg--contact {
  height: 92.5%;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__bg--contact {
    height: 160px !important;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__bg--contact {
    height: 230px !important;
  }
}
.c-sub-page-mv__bg--privacy-policy, .c-sub-page-mv__bg--news {
  height: 92.5%;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__bg--privacy-policy, .c-sub-page-mv__bg--news {
    height: 160px !important;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__bg--privacy-policy, .c-sub-page-mv__bg--news {
    height: 230px !important;
  }
}
.c-sub-page-mv__inner {
  position: relative;
  max-width: 600px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__inner {
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
}
.c-sub-page-mv__contents {
  width: 86.111%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents {
    width: 46.88%;
    max-width: 550px;
    margin-bottom: 0 !important;
  }
}
.c-sub-page-mv__contents--brand-top {
  padding-top: 36px;
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--brand-top {
    padding-top: 7%;
  }
}
@media screen and (min-width: 1100px) {
  .c-sub-page-mv__contents--brand-top {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-sub-page-mv__contents--brand-top {
    padding-top: 202px;
  }
}
.c-sub-page-mv__contents--honten {
  padding-top: 37px;
  margin-bottom: 36px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--honten {
    padding-top: 7%;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents--honten {
    padding-top: 5%;
  }
}
@media screen and (min-width: 1100px) {
  .c-sub-page-mv__contents--honten {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-sub-page-mv__contents--honten {
    padding-top: 202px;
  }
}
.c-sub-page-mv__contents--honten-kodawari, .c-sub-page-mv__contents--honten-menu {
  padding-top: 35px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--honten-kodawari, .c-sub-page-mv__contents--honten-menu {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-sub-page-mv__contents--honten-kodawari, .c-sub-page-mv__contents--honten-menu {
    padding-top: 158px;
  }
}
.c-sub-page-mv__contents--honten-store {
  padding-top: 35px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--honten-store {
    padding-top: 5%;
  }
}
@media screen and (min-width: 1100px) {
  .c-sub-page-mv__contents--honten-store {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-sub-page-mv__contents--honten-store {
    padding-top: 158px;
  }
}
.c-sub-page-mv__contents--about-us {
  padding-top: 34px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--about-us {
    padding-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents--about-us {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .c-sub-page-mv__contents--about-us {
    padding-top: 158px;
  }
}
.c-sub-page-mv__contents--kodawari {
  padding-top: 34px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--kodawari {
    padding-top: 8%;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents--kodawari {
    padding-top: 6%;
  }
}
@media screen and (min-width: 1100px) {
  .c-sub-page-mv__contents--kodawari {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-sub-page-mv__contents--kodawari {
    padding-top: 168px;
  }
}
.c-sub-page-mv__contents--group {
  padding-top: 34px;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--group {
    padding-top: 6%;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents--group {
    padding-top: 6%;
  }
}
@media screen and (min-width: 1280px) {
  .c-sub-page-mv__contents--group {
    padding-top: 158px;
  }
}
.c-sub-page-mv__contents--recruit {
  padding-top: 34px;
  margin-bottom: 63px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--recruit {
    padding-top: 10%;
  }
}
@media screen and (min-width: 1100px) {
  .c-sub-page-mv__contents--recruit {
    padding-top: 12%;
  }
}
@media screen and (min-width: 1280px) {
  .c-sub-page-mv__contents--recruit {
    padding-top: 202px;
  }
}
.c-sub-page-mv__contents--contact {
  padding-top: 34px;
  margin-bottom: 36px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--contact {
    padding-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents--contact {
    padding-top: 73px;
    width: 50%;
  }
}
.c-sub-page-mv__contents--privacy-policy, .c-sub-page-mv__contents--news {
  padding-top: 34px;
  margin-bottom: 66px;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents--privacy-policy, .c-sub-page-mv__contents--news {
    padding-top: 60px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents--privacy-policy, .c-sub-page-mv__contents--news {
    padding-top: 94px;
    width: 50%;
  }
}
.c-sub-page-mv__contents-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 21px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents-title {
    font-size: 2.8rem;
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents-title {
    font-size: 3.6rem;
  }
}
.c-sub-page-mv__contents-title span {
  display: block;
}
.c-sub-page-mv__contents-title span:first-of-type {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents-title span:first-of-type {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents-title span:first-of-type {
    font-size: 2.4rem;
  }
}
.c-sub-page-mv__contents-text {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.6;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__contents-text {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents-text {
    font-size: 1.6rem;
  }
}
.c-sub-page-mv__contents-indent {
  display: block;
  margin-bottom: 1em;
}
.c-sub-page-mv__contents-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 17px;
}
.c-sub-page-mv__contents-text-title {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__contents-text-title {
    width: 80px;
  }
}
.c-sub-page-mv__img-container {
  display: grid;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 5px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 400px) {
  .c-sub-page-mv__img-container {
    width: 86.111%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__img-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: -80px;
    width: 53.13%;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__img-container {
    margin-top: -144px;
    gap: 10px;
  }
}
.c-sub-page-mv__img-container--brand-top {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.c-sub-page-mv__img-container--honten {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.c-sub-page-mv__img-container--honten-kodawari {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.c-sub-page-mv__img-container--honten-menu {
  grid-template-columns: 38% 13.5% 1fr;
  grid-template-rows: repeat(3, 1fr);
}
.c-sub-page-mv__img-container--honten-store {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.c-sub-page-mv__img-container--about-us {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  aspect-ratio: 351/228;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__img-container--about-us {
    margin-top: -180px;
    aspect-ratio: 34/21;
  }
}
.c-sub-page-mv__img-container--kodawari {
  grid-template-columns: 52.9% 1fr;
  grid-template-rows: repeat(2, 1fr);
}
.c-sub-page-mv__img-container--group, .c-sub-page-mv__img-container--recruit {
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
}
.c-sub-page-mv__img-container--contact, .c-sub-page-mv__img-container--privacy-policy, .c-sub-page-mv__img-container--news {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  aspect-ratio: 350/216;
}
@media screen and (min-width: 767px) {
  .c-sub-page-mv__img-container--contact, .c-sub-page-mv__img-container--privacy-policy, .c-sub-page-mv__img-container--news {
    aspect-ratio: 34/21;
    width: 49%;
  }
}
@media screen and (min-width: 960px) {
  .c-sub-page-mv__img-container--contact, .c-sub-page-mv__img-container--privacy-policy, .c-sub-page-mv__img-container--news {
    width: 46%;
  }
}
@media screen and (min-width: 1100px) {
  .c-sub-page-mv__img-container--contact, .c-sub-page-mv__img-container--privacy-policy, .c-sub-page-mv__img-container--news {
    width: 53.13%;
  }
}
.c-sub-page-mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.c-sub-page-mv__img--brand:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.c-sub-page-mv__img--brand:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.c-sub-page-mv__img--brand:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}
.c-sub-page-mv__img--brand:nth-of-type(4) {
  grid-column: 1/3;
  grid-row: 3/4;
  height: auto;
}
.c-sub-page-mv__img--honten:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.c-sub-page-mv__img--honten:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.c-sub-page-mv__img--honten:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.c-sub-page-mv__img--honten-kodawari:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.c-sub-page-mv__img--honten-kodawari:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.c-sub-page-mv__img--honten-kodawari:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.c-sub-page-mv__img--honten-kodawari:nth-of-type(4) {
  grid-column: 1/2;
  grid-row: 3/4;
}
.c-sub-page-mv__img--honten-kodawari:nth-of-type(5) {
  grid-column: 2/3;
  grid-row: 3/4;
}
.c-sub-page-mv__img--honten-menu:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.c-sub-page-mv__img--honten-menu:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.c-sub-page-mv__img--honten-menu:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 2/3;
}
.c-sub-page-mv__img--honten-menu:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.c-sub-page-mv__img--honten-menu:nth-of-type(5) {
  grid-column: 2/4;
  grid-row: 3/4;
}
.c-sub-page-mv__img--honten-store:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.c-sub-page-mv__img--honten-store:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.c-sub-page-mv__img--honten-store:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.c-sub-page-mv__img--about-us {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-sub-page-mv__img--kodawari:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.c-sub-page-mv__img--kodawari:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.c-sub-page-mv__img--kodawari:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.c-sub-page-mv__img--group:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.c-sub-page-mv__img--group:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.c-sub-page-mv__block {
  width: 100%;
  height: 100%;
  background-color: #000;
  grid-column: 1/2;
  grid-row: 3/4;
}

.c-menu {
  background-color: #F0F0F0;
  padding: 30px 0;
}
.c-menu__inner {
  width: 86.11%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .c-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1080px;
  }
}
@media screen and (min-width: 960px) {
  .c-menu__link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.c-menu__link-container--first, .c-menu__link-container--second {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #AEAEAE;
}
@media screen and (min-width: 960px) {
  .c-menu__link-container--first, .c-menu__link-container--second {
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }
  .c-menu__link-container--first::after, .c-menu__link-container--second::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 33px;
    background-color: #AEAEAE;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 960px) and (min-width: 1280px) {
  .c-menu__link-container--first::after, .c-menu__link-container--second::after {
    right: -21px;
  }
}
@media screen and (min-width: 960px) {
  .c-menu__link-container--first {
    width: 13.6%;
  }
}
@media screen and (min-width: 1280px) {
  .c-menu__link-container--first {
    width: 160px;
  }
}
@media screen and (min-width: 960px) {
  .c-menu__link-container--first::after {
    right: -17%;
    top: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .c-menu__link-container--first::after {
    right: -21px;
  }
}
@media screen and (min-width: 960px) {
  .c-menu__link-container--second {
    width: 57%;
    max-width: 616px;
  }
}
@media screen and (min-width: 1280px) {
  .c-menu__link-container--second {
    width: 100%;
    max-width: 616px;
  }
}
@media screen and (min-width: 960px) {
  .c-menu__link-container--second::after {
    right: -4%;
    top: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .c-menu__link-container--second::after {
    right: -21px;
  }
}
@media screen and (min-width: 960px) {
  .c-menu__link-container--third {
    width: 20.55%;
  }
}
.c-menu__link {
  font-family: "Noto Serif JP", serif;
  position: relative;
  background-color: #000;
  color: #fff;
  display: block;
  padding: 15px 0 15px 28px;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .c-menu__link {
    width: 100%;
    padding: none;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .c-menu__link {
    font-size: 1.4rem;
  }
}
.c-menu__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 960px) {
  .c-menu__link--first {
    padding: 15px 0 15px 17%;
  }
  .c-menu__link--first::after {
    right: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-menu__link--second {
    padding: 15px 18px 15px 21px;
  }
  .c-menu__link--second::after {
    right: 18px;
  }
}
.c-menu__link--border {
  padding: 15px 0 15px 15px;
}
@media screen and (min-width: 960px) {
  .c-menu__link--border {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 15px 0 15px 12px;
  }
}
@media screen and (min-width: 1100px) {
  .c-menu__link--border {
    width: 220px;
  }
}
.c-menu__link--border::before {
  position: absolute;
  content: "";
  display: block;
  width: 90.32%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #AEAEAE;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .c-menu__link--border::before {
    width: 1px;
    height: 20px;
    left: auto;
    bottom: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-menu__link--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-menu__link--other::after {
  display: none;
}
.c-menu__link--other img {
  width: 15px;
  height: 15px;
  -o-object-fit: 100%;
     object-fit: 100%;
}
.c-menu__link--dot-line::before {
  display: none;
  position: absolute;
  content: "";
  width: 2px;
  height: 19px;
  background-image: url(../images/common/icon_menu-line.png);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .c-menu__link--dot-line::before {
    display: block;
  }
}

.c-menu__wrapper--honten {
  margin-bottom: 63px;
}
.c-menu__wrapper--honten-kodawari {
  margin-bottom: 35px;
}
.c-menu__wrapper--honten-menu {
  margin-bottom: 35px;
}
.c-menu__wrapper--honten-store {
  margin-bottom: 60px;
}

.c-line-section {
  overflow: hidden;
}
.c-line-section__inner {
  max-width: 1080px;
}
.c-line-section__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  text-align: center;
}
.c-line-section__title::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: -50%;
  width: 4000px;
  margin: 0 calc(50% - 50px);
  height: 1px;
  background-color: #693D29;
}
@media screen and (min-width: 767px) {
  .c-line-section__title {
    text-align: left;
  }
  .c-line-section__title::after {
    width: 100%;
    left: 0;
    margin: 0;
  }
}

.c-line-dl {
  line-height: 1.5;
}
.c-line-dl--honten-store {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .c-line-dl--honten-store {
    margin-top: 81px;
    margin-bottom: 150px;
  }
}
.c-line-dl--about-us {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .c-line-dl--about-us {
    margin-top: 64px;
    margin-bottom: 141px;
  }
}
.c-line-dl--recruit {
  margin-bottom: 200px;
}
.c-line-dl--recruit-detail {
  margin-top: 52px;
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .c-line-dl--recruit-detail {
    margin-top: 70px;
  }
}
.c-line-dl__top-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-line-dl__container {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 767px) {
  .c-line-dl__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-line-dl__container--honten-store {
  padding: 25px 0;
}
@media screen and (min-width: 767px) {
  .c-line-dl__container--honten-store {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
}
.c-line-dl__container--about-us {
  padding: 25px 0;
}
@media screen and (min-width: 767px) {
  .c-line-dl__container--about-us {
    padding: 30px 0;
  }
}
.c-line-dl__container--recruit, .c-line-dl__container--recruit-detail {
  padding: 30px 0;
}
.c-line-dl__title {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .c-line-dl__title {
    width: 25%;
    padding-left: 2.7%;
  }
}
@media screen and (min-width: 960px) {
  .c-line-dl__title {
    width: 18.51%;
  }
}
.c-line-dl__text {
  font-size: 1.6rem;
  margin-left: 1em;
}
@media screen and (min-width: 767px) {
  .c-line-dl__text {
    margin-left: 0;
    width: 75%;
  }
}
.c-line-dl__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  margin-bottom: 8px;
}
.c-line-dl__walk-icon, .c-line-dl__car-icon {
  width: 26px;
  height: 26px;
}
.c-line-dl__img {
  width: 86.11%;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .c-line-dl__img {
    max-width: 628px;
    width: 90%;
    margin: 0;
  }
}
.c-line-dl__btn-wrapper--recruit {
  margin-top: 47px;
}
.c-line-dl__btn-wrapper--recruit-detail {
  background-color: #F0F0F0;
  padding: 30px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 767px) {
  .c-line-dl__btn-wrapper--recruit-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 5%;
    margin: 0;
  }
}
.c-line-dl__btn {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
}
.c-line-dl__btn--black {
  background-color: #000;
}
.c-line-dl__btn--gray {
  background-color: #8C8C8C;
}
.c-line-dl__btn--recruit {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}
@media screen and (min-width: 767px) {
  .c-line-dl__btn--recruit {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-line-dl__btn--recruit::after {
  right: 20px;
}
.c-line-dl__btn--recruit-detail {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
}
@media screen and (min-width: 767px) {
  .c-line-dl__btn--recruit-detail {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-line-dl__btn--recruit-detail:first-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .c-line-dl__btn--recruit-detail:first-of-type {
    margin-bottom: 0;
    max-width: 240px;
  }
}
.c-line-dl__btn--recruit-detail::after {
  right: 15px;
}
.c-line-dl__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.pagination {
  margin: 100px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  background-color: #F0F0F0;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}
.pagination .page-numbers li {
  width: 35px;
  height: 35px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 576px) {
  .pagination .page-numbers li {
    width: 50px;
    height: 50px;
  }
}
.pagination .page-numbers.current {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background-color: #3A1404;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .pagination .page-numbers.current {
    line-height: 50px;
  }
}
.pagination .page-numbers li > a, .pagination .page-numbers.dots {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  color: #3A1404;
}
@media screen and (min-width: 576px) {
  .pagination .page-numbers li > a, .pagination .page-numbers.dots {
    line-height: 50px;
  }
}

.p-index-mv {
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 55px;
  /* ページネーション位置のカスタマイズ */
  /* ページネーションバレットの基本スタイル */
  /* アクティブなバレットのスタイル */
}
.p-index-mv .swiper-container-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-index-mv .swiper-slide {
  width: 100%;
  height: 100%;
}
.p-index-mv .swiper-slide img {
  width: 100%;
  height: 100svh;
  min-height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-index-mv .swiper-slide-active .swiper-img,
.p-index-mv .swiper-slide-duplicate-active .swiper-img,
.p-index-mv .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
.p-index-mv .swiper-pagination {
  bottom: 18px;
}
@media screen and (min-width: 767px) {
  .p-index-mv .swiper-pagination {
    text-align: right;
    bottom: 25px;
  }
}
.p-index-mv .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px; /* バレット間のギャップは左右に5pxずつ、合計10px */
  background-color: #333; /* バレットの色 */
  opacity: 1; /* バレットの透明度を設定 */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* 背景色のトランジションを設定 */
}
.p-index-mv .swiper-pagination-bullet-active {
  background-color: #fff; /* アクティブなバレットの背景色 */
}
.p-index-mv__inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  height: 100svh;
  min-height: 720px;
  position: relative;
  padding-top: 70px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index-mv__recruit-wrapper {
  position: absolute;
  top: 80px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 767px) {
  .p-index-mv__recruit-wrapper {
    top: 100px;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.p-index-mv__recruit {
  width: 300px;
  height: 90px;
  padding: 10px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-index-mv__recruit {
    margin: 30px 0 44px auto;
  }
}
.p-index-mv__recruit::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  width: 13px;
  height: 80px;
  background-color: #3A1404;
}
.p-index-mv__recruit::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 11.5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-index-mv__recruit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index-mv__recruit-img {
  width: 90px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-index-mv__recruit-content {
  width: 167px;
  position: relative;
}
.p-index-mv__recruit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 13px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 5px;
}
.p-index-mv__recruit-ja {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-index-mv__recruit-en {
  font-size: 1.6rem;
  color: rgba(58, 20, 4, 0.3019607843);
  font-weight: 700;
}
.p-index-mv__recruit-text {
  font-size: 1rem;
  margin-top: 6px;
}
.p-index-mv__container {
  text-align: center;
}
.p-index-mv__logo {
  width: 108px;
  margin: 0 auto 44px auto;
}
@media screen and (min-width: 767px) {
  .p-index-mv__logo {
    width: 161px;
  }
}
.p-index-mv__title {
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 71px;
}
@media screen and (min-width: 767px) {
  .p-index-mv__title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 960px) {
  .p-index-mv__title {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .p-index-mv__title {
    font-size: 5rem;
  }
}
.p-index-mv__title::before, .p-index-mv__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-index-mv__title::before {
  bottom: -28px;
}
.p-index-mv__title::after {
  bottom: -33px;
}
.p-index-mv__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .p-index-mv__text {
    font-size: 2rem;
  }
}
.p-index-mv__sns-area {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-index-mv__sns-area {
    display: block;
    position: absolute;
    bottom: 82px;
    right: 0;
  }
}
.p-index-mv__sns-link {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.p-index-mv__sns-link:last-child {
  margin-bottom: 0;
}
.p-index-mv__scroll {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-index-mv__scroll {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff;
  }
}
.p-index-mv__scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-index-mv__scroll-inner::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/index/mv_arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-index-mv__scroll-inner img {
  width: 122px;
  height: 122px;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}

.p-index-kodawari {
  background-image: url(../images/common/bg_brown--01.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  /* ページネーションバレットの基本スタイル */
  /* アクティブなバレットのスタイル */
}
.p-index-kodawari__inner {
  padding: 122px 0 73px 0;
}
@media screen and (min-width: 767px) {
  .p-index-kodawari__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 160px 0 90px 0;
  }
}
@media screen and (min-width: 960px) {
  .p-index-kodawari__inner {
    padding: 229px 0 113px 0;
  }
}
.p-index-kodawari__text-container {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 400px) {
  .p-index-kodawari__text-container {
    width: 90.834%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 767px) {
  .p-index-kodawari__text-container {
    width: 50%;
    margin: 0;
  }
}
.p-index-kodawari__title-ja {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .p-index-kodawari__title-ja {
    font-size: 4rem;
    margin-bottom: 42px;
  }
}
.p-index-kodawari__lead {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #B0A19B;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .p-index-kodawari__lead {
    font-size: 2.4rem;
    margin-bottom: 22px;
  }
}
.p-index-kodawari__text {
  font-size: 1.4rem;
  color: #B0A19B;
  margin-bottom: 16px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .p-index-kodawari__text {
    font-size: 1.6rem;
    margin-bottom: 19px;
  }
}
.p-index-kodawari__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  gap: 0 18px;
}
@media screen and (min-width: 767px) {
  .p-index-kodawari__link-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}
.p-index-kodawari__link-text {
  color: #fff;
}
.p-index-kodawari__img-container {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-index-kodawari__img-container {
    width: 50%;
  }
}
.p-index-kodawari__img-top {
  display: block;
  width: 54.73%;
  height: auto;
  aspect-ratio: 4/3;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -12.8%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .p-index-kodawari__img-top {
    width: 360px;
  }
}
.p-index-kodawari .swiper-container {
  width: 90.834%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-index-kodawari .swiper-container {
    width: 80%;
    max-width: 600px;
    margin: 0 6.25% 0 auto;
  }
}
.p-index-kodawari .swiper-pagination {
  bottom: -27px;
}
@media screen and (min-width: 767px) {
  .p-index-kodawari .swiper-pagination {
    text-align: left;
  }
}
.p-index-kodawari .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px; /* バレット間のギャップは左右に5pxずつ、合計10px */
  background-color: #693D29; /* バレットの色 */
  opacity: 1; /* バレットの透明度を設定 */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* 背景色のトランジションを設定 */
}
.p-index-kodawari .swiper-pagination-bullet-active {
  background-color: #fff; /* アクティブなバレットの背景色 */
}

.p-index-info {
  overflow: hidden;
  position: relative;
}
.p-index-info__inner {
  padding: 120px 0 100px 0;
}
@media screen and (min-width: 767px) {
  .p-index-info__inner {
    padding: 140px 0 100px 0;
  }
}
@media screen and (min-width: 960px) {
  .p-index-info__inner {
    padding: 194px 0 116px 0;
  }
}
.p-index-info__title-ja {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #000;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-index-info__title-ja {
    font-size: 4rem;
    margin-bottom: 96px;
  }
}
.p-index-info__list {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .p-index-info__list {
    margin-bottom: 70px;
  }
}
.p-index-info__item {
  position: relative;
}
.p-index-info__item:first-of-type::after, .p-index-info__item:nth-of-type(2)::after {
  content: "";
  display: none;
  background-color: #D9D9D9;
  width: 1px;
  height: 116%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .p-index-info__item:first-of-type::after, .p-index-info__item:nth-of-type(2)::after {
    display: block;
  }
}
.p-index-info__item:first-of-type::after {
  right: 2%;
}
@media screen and (min-width: 960px) {
  .p-index-info__item:first-of-type::after {
    right: 3%;
  }
}
@media screen and (min-width: 1100px) {
  .p-index-info__item:first-of-type::after {
    right: 3.5%;
  }
}
.p-index-info__item:nth-of-type(2)::after {
  right: -2%;
}
@media screen and (min-width: 960px) {
  .p-index-info__item:nth-of-type(2)::after {
    right: -3%;
  }
}
@media screen and (min-width: 1100px) {
  .p-index-info__item:nth-of-type(2)::after {
    right: -4.5%;
  }
}
.p-index-info__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  gap: 0 34px;
}

.p-index-loop {
  margin-bottom: 100px;
  overflow: hidden;
  width: 100vw;
}
@media screen and (min-width: 767px) {
  .p-index-loop {
    margin-bottom: 150px;
  }
}
.p-index-loop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  white-space: nowrap;
}
.p-index-loop__top-img, .p-index-loop__bottom-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-index-loop__top-img {
  width: 1500px;
  -webkit-animation: infinity-scroll-right 30s infinite linear 0.5s both;
          animation: infinity-scroll-right 30s infinite linear 0.5s both;
}
.p-index-loop__bottom-img {
  width: 1800px;
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.p-index-brand {
  background-image: url(../images/index/brand_bg.png);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.p-index-brand__inner {
  padding: 111px 0 79px 0;
}
@media screen and (min-width: 960px) {
  .p-index-brand__inner {
    padding: 97px 0 52px 0;
  }
}
.p-index-brand__title-ja {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 27px;
}
@media screen and (min-width: 960px) {
  .p-index-brand__title-ja {
    font-size: 4rem;
    margin-bottom: 41px;
  }
}
.p-index-brand__lead-title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 27px;
}
@media screen and (min-width: 960px) {
  .p-index-brand__lead-title {
    font-size: 2.4rem;
  }
}
.p-index-brand__text {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  line-height: 1.8;
}
@media screen and (min-width: 400px) {
  .p-index-brand__text {
    width: 86.112%;
  }
}
@media screen and (min-width: 767px) {
  .p-index-brand__text {
    padding: 0;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 960px) {
  .p-index-brand__text {
    font-size: 1.6rem;
  }
}
.p-index-brand__store-link-container {
  margin-bottom: 73px;
}
@media screen and (min-width: 767px) {
  .p-index-brand__store-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1000px;
    margin: 0 auto 73px auto;
    gap: 0 4%;
  }
}
.p-index-brand__store-link {
  display: block;
  width: 86.112%;
  aspect-ratio: 31/22;
  margin: 0 auto 48px auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .p-index-brand__store-link {
    margin: 0;
  }
}
.p-index-brand__store-link:hover {
  opacity: 1;
}
.p-index-brand__store-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-index-brand__store-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-index-brand__store-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index-brand__store-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.p-index-brand__store-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 39px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 960px) {
  .p-index-brand__store-title {
    font-size: 3rem;
    margin-bottom: 11px;
  }
}
.p-index-brand__store-address {
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .p-index-brand__store-address {
    font-size: 1.6rem;
  }
}
.p-index-brand__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 18px;
}
.p-index-brand__link-text {
  font-size: 1.6rem;
  color: #fff;
}

.p-brand-top-loop {
  margin-bottom: 64px;
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.p-brand-top-loop__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  aspect-ratio: 7/8;
  background-image: url(../images/common/bg_brown--01.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
@media screen and (min-width: 767px) {
  .p-brand-top-loop__bg {
    width: 50%;
  }
}
.p-brand-top-loop__inner {
  padding: 58px 0;
  position: relative;
  z-index: 2;
  width: 100vw;
}
.p-brand-top-loop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 100vw;
}
.p-brand-top-loop__img {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
  width: 2725px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 400px) {
  .p-brand-top-loop__img {
    width: 3200px;
  }
}
@media screen and (min-width: 767px) {
  .p-brand-top-loop__img {
    width: 4000px;
  }
}
@media screen and (min-width: 960px) {
  .p-brand-top-loop__img {
    width: 4340px;
  }
}
.p-brand-top-loop__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-brand-top-store {
  margin-bottom: 200px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-brand-top-store {
    padding-bottom: 100px;
  }
}
.p-brand-top-store__bg {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 68%;
  background-image: url(../images/common/bg_black--sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-brand-top-store__bg {
    background-image: url(../images/common/bg_black--pc.png);
    height: 85%;
  }
}
@media screen and (min-width: 960px) {
  .p-brand-top-store__bg {
    top: 20%;
  }
}
.p-brand-top-store__inner {
  max-width: 1080px;
}
.p-brand-top-store__info {
  width: 97.2%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #ECECEC;
  background-color: #fff;
  color: #693D29;
  margin-bottom: 30px;
}
.p-brand-top-store__info:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 400px) {
  .p-brand-top-store__info {
    width: 86.111%;
  }
}
@media screen and (min-width: 767px) {
  .p-brand-top-store__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .p-brand-top-store__info {
    padding: 35px;
  }
}
.p-brand-top-store__img {
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .p-brand-top-store__img {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-brand-top-store__img {
    width: 43.8%;
  }
}
.p-brand-top-store__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .p-brand-top-store__contents {
    width: 45%;
  }
}
@media screen and (min-width: 960px) {
  .p-brand-top-store__contents {
    width: 51.58%;
  }
}
.p-brand-top-store__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 16px;
  margin-bottom: 6px;
  border-bottom: 2px solid #D9D9D9;
}
@media screen and (min-width: 1100px) {
  .p-brand-top-store__title {
    font-size: 3rem;
  }
}
.p-brand-top-store__address {
  margin-bottom: 7px;
  font-size: 1.4rem;
}
.p-brand-top-store__time {
  margin-bottom: 6px;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .p-brand-top-store__time {
    font-size: 1.4rem;
  }
}
.p-brand-top-store__tell-text {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-brand-top-store__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.p-brand-top-store__tell--house {
  margin-bottom: 6px;
}
.p-brand-top-store__tell--house:last-of-type {
  margin-bottom: 16px;
}
.p-brand-top-store__tell img {
  width: 22px;
  height: 23px;
}
.p-brand-top-store__tell span {
  font-family: "Noto Serif Display", serif;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 1100px) {
  .p-brand-top-store__tell span {
    font-size: 2.4rem;
  }
}
.p-brand-top-store__link {
  position: relative;
  display: block;
  width: 250px;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}
.p-brand-top-store__link::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/icon_arrow-contact--02.png);
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-honten-contents {
  margin-bottom: 200px;
}
.p-honten-contents__list {
  max-width: 1280px;
  margin: 0 auto;
}
.p-honten-contents__item {
  margin-bottom: 73px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-honten-contents__item {
    margin-bottom: 138px;
  }
}
.p-honten-contents__menu-img-container {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .p-honten-contents__menu-img-container {
    width: 54.68%;
    margin-left: auto;
  }
}
.p-honten-contents__menu-img-container::after {
  content: "";
  display: block;
  width: 62%;
  height: 75%;
  position: absolute;
  background-image: url(../images/common/bg_brown--01.png);
  background-size: contain;
  background-repeat: repeat;
  top: 9.21%;
  right: 0;
  z-index: -1;
}
.p-honten-contents__menu-img {
  width: 54.3%;
}
.p-honten-contents__menu-img:nth-of-type(2) {
  margin-left: auto;
  margin-top: -21%;
}
.p-honten-contents__menu-img:nth-of-type(3) {
  margin-left: 12%;
  margin-top: -11%;
}
.p-honten-contents__img {
  width: 91%;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (min-width: 767px) {
  .p-honten-contents__img {
    width: 55%;
  }
}
.p-honten-contents__img::after {
  content: "";
  display: block;
  width: 56.4%;
  height: 55.4%;
  position: absolute;
  background-image: url(../images/common/bg_brown--01.png);
  background-size: contain;
  background-repeat: repeat;
  bottom: -6.5%;
  right: -4.2%;
  z-index: -1;
}
.p-honten-contents__img--info::after {
  width: 92%;
  height: 38.1%;
  top: -6.4%;
  left: 12.3%;
}
.p-honten-contents__container {
  padding: 0 15px;
}
@media screen and (min-width: 767px) {
  .p-honten-contents__container {
    position: absolute;
    top: 6.7%;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-contents__container {
    padding: 0 5%;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-contents__container--re {
    top: 5.7%;
    right: auto;
    left: 0;
  }
}
.p-honten-contents__title-en {
  font-size: 4.4rem;
  font-family: "Noto Serif Display", serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .p-honten-contents__title-en {
    font-size: 6rem;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-contents__title-en {
    text-align: right;
    font-size: 7rem;
    padding-right: 60px;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-contents__title-en {
    font-size: 8rem;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-contents__title-en {
    font-size: 10rem;
    padding-right: 85px;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-contents__title-en--re {
    text-align: left;
    padding-right: 0;
    margin-left: 18%;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-contents__title-en--re {
    margin-left: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .p-honten-contents__title-en--re {
    margin-left: 230px;
  }
}
.p-honten-contents__title-en--info {
  padding-right: 0;
}
.p-honten-contents__title-ja {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 23px;
}
@media screen and (min-width: 767px) {
  .p-honten-contents__title-ja {
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-contents__title-ja {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-contents__title-ja {
    font-size: 3rem;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-contents__title-ja--re {
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-contents__title-ja--info {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1280px) {
  .p-honten-contents__title-ja--info {
    margin-right: 80px;
  }
}
.p-honten-contents__text {
  font-size: 1.4rem;
  margin-bottom: 25px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 767px) {
  .p-honten-contents__text {
    width: 40%;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-contents__text {
    font-size: 1.6rem;
    width: 41.5%;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-contents__text {
    width: 393px;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-contents__text--re {
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-contents__text--info {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1280px) {
  .p-honten-contents__text--info {
    margin-right: 70px;
  }
}
.p-honten-contents__link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  width: 190px;
  gap: 0 18px;
}
@media screen and (min-width: 767px) {
  .p-honten-contents__link-container--re {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 15%;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-contents__link-container--re {
    margin-left: 19%;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-contents__link-container--re {
    width: 393px;
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-contents__link-container--info {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1280px) {
  .p-honten-contents__link-container--info {
    margin-right: 80px;
  }
}

.p-brand-kodawari-contents {
  margin-bottom: 245px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents {
    margin-bottom: 0;
  }
}
.p-brand-kodawari-contents__item {
  margin-bottom: 135px;
}
.p-brand-kodawari-contents__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__item:last-of-type {
    margin-bottom: 135px;
  }
}
@media screen and (min-width: 960px) {
  .p-brand-kodawari-contents__item:last-of-type {
    margin-bottom: 241px;
  }
}
@media screen and (min-width: 960px) {
  .p-brand-kodawari-contents__item {
    margin-bottom: 241px;
  }
}
.p-brand-kodawari-contents__bg-wrapper {
  max-width: 1021px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__bg-inner {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__bg-inner--second {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
}
.p-brand-kodawari-contents__bg {
  background-image: url(../images/common/bg_brown--01.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  width: 94.9%;
  height: 113px;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__bg {
    margin-left: auto;
    width: 87%;
  }
}
@media screen and (min-width: 1100px) {
  .p-brand-kodawari-contents__bg {
    width: 100%;
  }
}
.p-brand-kodawari-contents__bg--second {
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__bg--second {
    margin-left: 0;
  }
}
.p-brand-kodawari-contents__number {
  position: absolute;
  color: #fff;
  font-family: "Noto Serif Display", serif;
  top: 27px;
  left: 6%;
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__number {
    left: 62%;
  }
}
@media screen and (min-width: 1100px) {
  .p-brand-kodawari-contents__number {
    left: 65%;
  }
}
.p-brand-kodawari-contents__number--second {
  left: 12%;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__number--second {
    left: auto;
    right: 62%;
  }
}
@media screen and (min-width: 1100px) {
  .p-brand-kodawari-contents__number--second {
    right: 64%;
  }
}
.p-brand-kodawari-contents__number span {
  font-size: 1.8rem;
}
.p-brand-kodawari-contents__number span:last-of-type {
  font-size: 4.4rem;
}
.p-brand-kodawari-contents__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.p-brand-kodawari-contents__img-wrapper {
  max-width: 1280px;
  margin: -20px auto 31px auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__img-wrapper {
    margin: -56px auto 0 auto;
  }
}
.p-brand-kodawari-contents__img {
  width: 90%;
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__img {
    position: absolute;
    width: 56.25%;
    margin-left: 0;
  }
}
.p-brand-kodawari-contents__img--second {
  width: 55.9%;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__img--second {
    position: absolute;
    right: 25%;
    width: 31.4%;
  }
}
.p-brand-kodawari-contents__img--second:nth-of-type(2) {
  margin-top: -35%;
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__img--second:nth-of-type(2) {
    margin-top: 9%;
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .p-brand-kodawari-contents__img--second:nth-of-type(2) {
    margin-top: 6%;
  }
}
.p-brand-kodawari-contents__img--second:nth-of-type(3) {
  margin-top: -13%;
  margin-left: 4.6%;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__img--second:nth-of-type(3) {
    margin-top: 22.5%;
    left: 41%;
  }
}
.p-brand-kodawari-contents__container {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100vw;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__container {
    padding: 0;
    width: 39%;
    display: block;
    margin-left: auto;
  }
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__container--second {
    margin-left: 0;
  }
}
.p-brand-kodawari-contents__title {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  display: grid;
}
.p-brand-kodawari-contents__title span {
  display: block;
  white-space: pre;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .p-brand-kodawari-contents__title--first {
    padding-left: 15%;
  }
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__title--first {
    padding-left: 0;
    margin-top: 112px;
    margin-bottom: 84px;
  }
}
.p-brand-kodawari-contents__title--second {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 576px) {
  .p-brand-kodawari-contents__title--second {
    padding-right: 15%;
  }
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__title--second {
    padding-right: 0;
    margin-top: 112px;
    margin-bottom: 94px;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .p-brand-kodawari-contents__title--third {
    padding-left: 15%;
  }
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__title--third {
    padding-left: 8%;
    margin-top: 112px;
    margin-bottom: 62px;
  }
}
.p-brand-kodawari-contents__text {
  font-size: 1.4rem;
  line-height: 2;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__text {
    line-height: 2.5;
  }
}
@media screen and (min-width: 960px) {
  .p-brand-kodawari-contents__text {
    font-size: 1.6rem;
  }
}
.p-brand-kodawari-contents__text::after {
  content: "";
  display: block;
  background-color: #F0F0F0;
  position: absolute;
  right: -15px;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__text::after {
    right: 0;
  }
}
.p-brand-kodawari-contents__text--first {
  width: 55.83%;
  padding-top: 18px;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__text--first {
    width: 80.5%;
    max-width: 402px;
    padding-top: 0;
  }
}
.p-brand-kodawari-contents__text--first::after {
  top: 56%;
  width: 109.5%;
  height: 150%;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__text--first::after {
    top: -21%;
    left: 10%;
    width: 115%;
    height: 228%;
  }
}
.p-brand-kodawari-contents__text--second {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 118px;
  width: 55%;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__text--second {
    width: 80.5%;
    max-width: 402px;
    padding-top: 0;
    margin-left: auto;
  }
}
.p-brand-kodawari-contents__text--second::after {
  bottom: -9%;
  left: -15px;
  right: auto;
  width: 89%;
  height: 80%;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__text--second::after {
    bottom: auto;
    left: -25%;
    top: -12px;
    width: 115%;
    height: 120%;
  }
}
.p-brand-kodawari-contents__text--third {
  width: 71.4%;
  padding-top: 93px;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__text--third {
    width: 80.5%;
    max-width: 402px;
    padding-top: 0;
  }
}
.p-brand-kodawari-contents__text--third::after {
  bottom: -18%;
  width: 109.5%;
  height: 85%;
}
@media screen and (min-width: 767px) {
  .p-brand-kodawari-contents__text--third::after {
    top: -21%;
    left: 10%;
    width: 115%;
    height: 150%;
  }
}

.p-honten-menu-meal--recommend {
  background-image: url(../images/common/bg_black--sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .p-honten-menu-meal--recommend {
    background-image: url(../images/common/bg_black--pc.png);
  }
}
.p-honten-menu-meal--lunch {
  background-color: #F0F0F0;
  margin-bottom: 53px;
}
.p-honten-menu-meal__inner {
  padding: 54px 0 49px 0;
  max-width: 1080px;
}
@media screen and (min-width: 767px) {
  .p-honten-menu-meal__inner {
    padding: 54px 0 78px 0;
    margin: 0 auto;
  }
}
.p-honten-menu-meal__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (min-width: 767px) {
  .p-honten-menu-meal__title {
    text-align: left;
  }
}
.p-honten-menu-meal__title-ja {
  font-size: 2.4rem;
  display: block;
}
.p-honten-menu-meal__title-ja--recommend {
  color: #fff;
}
.p-honten-menu-meal__title-en {
  font-size: 1.2rem;
  margin-top: 10px;
  display: block;
  opacity: 0.5;
}
.p-honten-menu-meal__title-en--recommend {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-honten-menu-meal__list {
    display: grid;
    grid-template-columns: repeat(3, 31.5%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px 0;
  }
}
.p-honten-menu-meal__item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  width: 86.11%;
}
.p-honten-menu-meal__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-honten-menu-meal__item {
    width: 100%;
    margin: 0;
  }
}
.p-honten-menu-meal__img {
  margin-bottom: 19px;
  aspect-ratio: 17/15;
}
.p-honten-menu-meal__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-honten-menu-meal__item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
.p-honten-menu-meal__item-title--recommend {
  color: #fff;
}
.p-honten-menu-meal__item-price {
  font-size: 1.6rem;
  margin-bottom: 7px;
}
.p-honten-menu-meal__item-price--recommend {
  color: #fff;
}
.p-honten-menu-meal__item-text {
  font-size: 1.3rem;
  line-height: 1.8;
}
.p-honten-menu-meal__item-text--recommend {
  color: #fff;
}

.p-honten-menu-food {
  margin-bottom: 100px;
}
.p-honten-menu-food:last-of-type {
  margin-bottom: 200px;
}
.p-honten-menu-food__title {
  margin-bottom: 63px;
}
.p-honten-menu-food__list {
  display: grid;
  grid-template-columns: repeat(2, 44.5%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px 0;
}
@media screen and (min-width: 767px) {
  .p-honten-menu-food__list {
    grid-template-columns: repeat(3, 31.5%);
    gap: 50px 0;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-menu-food__list {
    grid-template-columns: repeat(4, 22.3%);
  }
}
.p-honten-menu-food__img {
  margin-bottom: 7px;
  aspect-ratio: 60/53;
  background-color: #ECECEC;
}
.p-honten-menu-food__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-honten-menu-food__item-price {
  font-size: 1.4rem;
}

.p-honten-store-contents {
  background-image: url(../images/common/bg_black--sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  margin-bottom: 53vw;
  position: relative;
}
@media screen and (min-width: 400px) {
  .p-honten-store-contents {
    margin-bottom: 58vw;
  }
}
@media screen and (min-width: 576px) {
  .p-honten-store-contents {
    margin-bottom: 360px;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-store-contents {
    background-image: url(../images/common/bg_black--pc.png);
    position: static;
    margin-bottom: 108px;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-store-contents {
    height: 480px;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-store-contents {
    margin-bottom: 18vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-honten-store-contents {
    margin-bottom: 265px;
  }
}
.p-honten-store-contents__inner {
  padding-top: 70px;
}
@media screen and (min-width: 767px) {
  .p-honten-store-contents__inner {
    padding: 100px 0 0 0;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-store-contents__inner {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-store-contents__inner {
    padding-top: 130px;
  }
}
@media screen and (min-width: 400px) {
  .p-honten-store-contents__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-store-contents__container {
    width: 45.5%;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-store-contents__container {
    width: 40%;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-store-contents__container {
    width: 37.5%;
  }
}
.p-honten-store-contents__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  margin-bottom: 37px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .p-honten-store-contents__title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-store-contents__title {
    font-size: 3.8rem;
  }
}
.p-honten-store-contents__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  opacity: 0.6;
}
@media screen and (min-width: 767px) {
  .p-honten-store-contents__text {
    line-height: 2.5;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-store-contents__text {
    font-size: 1.6rem;
  }
}
.p-honten-store-contents__img {
  position: absolute;
  width: 94.8%;
  right: 0;
  top: 68.1%;
}
@media screen and (min-width: 400px) {
  .p-honten-store-contents__img {
    width: 90%;
  }
}
@media screen and (min-width: 576px) {
  .p-honten-store-contents__img {
    width: 550px;
  }
}
@media screen and (min-width: 767px) {
  .p-honten-store-contents__img {
    width: 50%;
    top: 50px;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-honten-store-contents__img {
    width: 55%;
    top: 77px;
  }
}
@media screen and (min-width: 1100px) {
  .p-honten-store-contents__img {
    width: 58.6%;
  }
}

.p-honten-store-map {
  margin-bottom: 200px;
}
@media screen and (min-width: 576px) {
  .p-honten-store-map__wrapper {
    padding: 0 5%;
  }
}
.p-honten-store-map__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.p-honten-store-map__map {
  aspect-ratio: 39/50;
  margin-top: 63px;
}
@media screen and (min-width: 767px) {
  .p-honten-store-map__map {
    aspect-ratio: 3/2;
    margin-top: 93px;
  }
}
.p-honten-store-map__map iframe {
  width: 100%;
  height: 100%;
}

.p-about-us-contents {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-about-us-contents {
    height: 657px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about-us-contents {
    margin-bottom: 229px;
  }
}
.p-about-us-contents__bg {
  position: absolute;
  width: 100%;
  height: 88.11%;
  background-image: url(../images/common/bg_black--sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-about-us-contents__bg {
    background-image: url(../images/common/bg_black--pc.png);
    height: 100%;
  }
}
.p-about-us-contents__inner {
  padding-top: 70px;
  max-width: 1080px;
}
@media screen and (min-width: 400px) {
  .p-about-us-contents__container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .p-about-us-contents__container {
    width: 100%;
    margin: 0;
  }
}
.p-about-us-contents__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  margin-bottom: 37px;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-about-us-contents__title {
    margin-bottom: 67px;
  }
}
.p-about-us-contents__title::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .p-about-us-contents__title::after {
    display: block;
  }
}
.p-about-us-contents__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .p-about-us-contents__text {
    width: 51%;
  }
}
@media screen and (min-width: 960px) {
  .p-about-us-contents__text {
    font-size: 1.6rem;
  }
}
.p-about-us-contents__signature {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.6;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) {
  .p-about-us-contents__signature {
    width: 51%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .p-about-us-contents__img-wrapper {
    padding: 0 5%;
  }
}
.p-about-us-contents__img-wrapper md {
  height: 100%;
}
.p-about-us-contents__img-inner {
  max-width: 1280px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.p-about-us-contents__img {
  width: 94.8%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 400px) {
  .p-about-us-contents__img {
    width: 90%;
  }
}
@media screen and (min-width: 576px) {
  .p-about-us-contents__img {
    width: 550px;
  }
}
@media screen and (min-width: 767px) {
  .p-about-us-contents__img {
    position: absolute;
    width: 40%;
    top: -298px;
    right: 0;
    max-width: 550px;
  }
}
@media screen and (min-width: 1100px) {
  .p-about-us-contents__img {
    width: 43.3%;
  }
}

.p-about-us-history {
  margin-bottom: 200px;
}
@media screen and (min-width: 767px) {
  .p-about-us-history {
    margin-bottom: 176px;
  }
}
.p-about-us-history__container {
  margin-top: 65px;
}
@media screen and (min-width: 767px) {
  .p-about-us-history__container {
    margin-top: 42px;
  }
}
.p-about-us-history__item {
  margin-bottom: 30px;
  position: relative;
}
.p-about-us-history__item:last-of-type::after {
  display: none;
}
.p-about-us-history__item::after {
  position: absolute;
  bottom: 0;
  left: 35px;
  content: "";
  width: 11px;
  height: 11px;
  margin: 0 10px;
  border-bottom: 3px solid #AAAAAA;
  border-right: 3px solid #AAAAAA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 767px) {
  .p-about-us-history__item::after {
    left: 64px;
    bottom: -16px;
  }
}
@media screen and (min-width: 767px) {
  .p-about-us-history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 17px;
  }
  .p-about-us-history__item:last-of-type {
    margin-bottom: 0;
  }
}
.p-about-us-history__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 42px;
  margin-bottom: 17px;
}
@media screen and (min-width: 767px) {
  .p-about-us-history__text-container {
    margin-bottom: 0;
    padding-left: 30px;
  }
}
.p-about-us-history__label {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #693D29;
  border-radius: 50%;
}
.p-about-us-history__img {
  width: 66.7%;
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .p-about-us-history__img {
    width: 240px;
  }
}

.p-kodawari-contents {
  position: relative;
}
.p-kodawari-contents--first {
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents--first {
    margin-bottom: 83px;
  }
}
.p-kodawari-contents--second {
  margin-bottom: 100px;
}
.p-kodawari-contents--third {
  margin-bottom: 200px;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents--third {
    margin-bottom: 144px;
  }
}
.p-kodawari-contents__bg {
  position: absolute;
  width: 100%;
  background-image: url(../images/common/bg_black--sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__bg {
    background-image: url(../images/common/bg_black--pc.png);
  }
}
.p-kodawari-contents__bg--first {
  height: 88.11%;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__bg--first {
    height: 66.3%;
  }
}
@media screen and (min-width: 1280px) {
  .p-kodawari-contents__bg--first {
    height: 620px;
  }
}
.p-kodawari-contents__bg--second {
  height: 100%;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__bg--second {
    height: 66.3%;
  }
}
@media screen and (min-width: 1280px) {
  .p-kodawari-contents__bg--second {
    height: 620px;
  }
}
.p-kodawari-contents__bg--third {
  height: 86%;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__bg--third {
    height: 66.3%;
  }
}
@media screen and (min-width: 1280px) {
  .p-kodawari-contents__bg--third {
    height: 620px;
  }
}
.p-kodawari-contents__inner {
  padding-top: 34px;
  max-width: 1080px;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__container--first {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__container--second {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__container--third {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__title-area {
    width: 31%;
  }
}
.p-kodawari-contents__title-top {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .p-kodawari-contents__title-top {
    font-size: 4rem;
  }
}
.p-kodawari-contents__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0.5;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__title-en {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 960px) {
  .p-kodawari-contents__title-en {
    font-size: 1.4rem;
  }
}
.p-kodawari-contents__title-bottom {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-left: 5px;
}
@media screen and (min-width: 960px) {
  .p-kodawari-contents__title-bottom {
    font-size: 4rem;
  }
}
.p-kodawari-contents__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  opacity: 0.6;
  width: 71.7%;
  margin: -100px 0 60px auto;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__text {
    width: 69.3%;
    line-height: 2.5;
    margin: 35px 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  .p-kodawari-contents__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__img-wrapper {
    padding: 0 5%;
  }
}
.p-kodawari-contents__img-inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__img-container {
    width: 70%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-kodawari-contents__img-container {
    width: 65.6%;
  }
}
.p-kodawari-contents__img--first01 {
  width: 62.6%;
}
.p-kodawari-contents__img--first02 {
  width: 57.4%;
  margin-top: -19.1%;
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__img--first02 {
    margin-top: -13.6%;
  }
}
.p-kodawari-contents__img--second01 {
  width: 53.3%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__img--second01 {
    margin-right: 6%;
  }
}
.p-kodawari-contents__img--second02 {
  width: 100%;
  margin-top: -24%;
  position: relative;
  z-index: 1;
}
.p-kodawari-contents__img--third01 {
  width: 50.25%;
}
.p-kodawari-contents__img--third02 {
  width: 56.9%;
  margin-top: -15%;
  margin-left: auto;
}
@media screen and (min-width: 767px) {
  .p-kodawari-contents__img--third02 {
    margin-top: -24%;
  }
}
.p-kodawari-contents__img--third03 {
  width: 56.9%;
  margin-left: 5.9%;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}

.p-group-contents {
  position: relative;
  margin-bottom: 200px;
}
.p-group-contents__bg {
  position: absolute;
  width: 71.3%;
  height: 93.2%;
  background-image: url(../images/common/bg_black--sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 767px) {
  .p-group-contents__bg {
    background-image: url(../images/common/bg_black--pc.png);
    width: 50%;
  }
}
.p-group-contents__inner {
  padding-top: 54px;
  max-width: 1080px;
}
.p-group-contents__container {
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  max-width: 500px;
}
@media screen and (min-width: 400px) {
  .p-group-contents__container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 767px) {
  .p-group-contents__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-group-contents__container {
    padding: 30px;
  }
}
.p-group-contents__container::last-of-type {
  margin-bottom: 0;
}
.p-group-contents__img {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .p-group-contents__img {
    width: 220px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-group-contents__img {
    width: 320px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .p-group-contents__img {
    width: 380px;
    margin-right: 50px;
  }
}
.p-group-contents__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .p-group-contents__text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-group-contents__title {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 18px;
}
.p-group-contents__text {
  font-size: 1.4rem;
  margin-bottom: 26px;
}
@media screen and (min-width: 767px) {
  .p-group-contents__text {
    margin-bottom: 0;
  }
}
.p-group-contents__btn {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #000;
}
@media screen and (min-width: 767px) {
  .p-group-contents__btn {
    width: 40px;
    height: auto;
  }
}
.p-group-contents__btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-recruit-info__container {
  margin-top: 67px;
}
@media screen and (min-width: 767px) {
  .p-recruit-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
}
@media screen and (min-width: 960px) {
  .p-recruit-info__container {
    gap: 0 50px;
  }
}
.p-recruit-info__voice {
  padding: 18px 20px 24px 20px;
  background-color: #F0F0F0;
  margin-bottom: 100px;
}
@media screen and (min-width: 767px) {
  .p-recruit-info__voice {
    width: 35.2%;
    margin-bottom: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.p-recruit-info__voice-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-recruit-info__voice-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  .p-recruit-info__dl {
    width: 60.2%;
  }
}

.p-recruit-detail {
  margin-bottom: 200px;
}

.p-contact {
  margin-bottom: 200px;
  /* チェックボックスを非表示にする */
  /* カスタムチェックボックスのスタイル */
  /* チェックされた状態のスタイル */
  /* ラジオボタンのスタイル */
  /* チェックされた状態のスタイル */
  /*デフォルトのサンクスメッセージを非表示*/
}
.p-contact__inner {
  max-width: 1080px;
}
.p-contact__title {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .p-contact__title {
    margin-bottom: 20px;
  }
}
.p-contact__lead {
  line-height: 1.8;
  margin-bottom: 74px;
}
@media screen and (min-width: 767px) {
  .p-contact__lead {
    margin-bottom: 63px;
  }
}
.p-contact__label-wrapper {
  background-color: #F0F0F0;
  padding: 30px calc(50vw - 50%);
  margin: 0 calc(50% - 50vw) 50px calc(50% - 50vw);
}
@media screen and (min-width: 767px) {
  .p-contact__label-wrapper {
    padding: 35px 5%;
    margin: 0 0 95px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .p-contact__label-wrapper {
    padding: 35px 0;
  }
}
.p-contact__label-wrapper--complete {
  margin-bottom: 107px;
}
.p-contact__label-inner {
  margin-bottom: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}
@media screen and (min-width: 767px) {
  .p-contact__label-inner {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
.p-contact__label-inner:last-of-type {
  margin-bottom: 0;
}
.p-contact__label-inner:last-of-type::after {
  display: none;
}
.p-contact__label-inner::after {
  position: absolute;
  bottom: -29px;
  left: 50%;
  content: "";
  width: 11px;
  height: 11px;
  border-bottom: 3px solid #AAAAAA;
  border-right: 3px solid #AAAAAA;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .p-contact__label-inner::after {
    top: 50%;
    right: -1.5%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 767px) {
  .p-contact__label-inner {
    margin-bottom: 0;
  }
}
.p-contact__label {
  color: #fff;
  background-color: #ACACAC;
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 0;
}
@media screen and (min-width: 767px) {
  .p-contact__label {
    width: 85%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.p-contact__label--current {
  background-color: #000;
}
.p-contact__form-container {
  margin-bottom: 19px;
}
@media screen and (min-width: 767px) {
  .p-contact__form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-contact__form-text-container {
  margin-bottom: 52px;
}
@media screen and (min-width: 767px) {
  .p-contact__form-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-contact__form-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-bottom: 13px;
}
@media screen and (min-width: 767px) {
  .p-contact__form-title-wrapper {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__form-title-wrapper--md-center {
    height: auto;
  }
}
.p-contact__form-label {
  font-size: 10px;
  color: #fff;
  padding: 1px 5px;
  display: inline-block;
  background-color: #B81E1E;
  border-radius: 2px;
}
.p-contact__radio .wpcf7-list-item {
  display: block;
  width: 86.1%;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .p-contact__radio .wpcf7-list-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.p-contact__radio .wpcf7-list-item.last {
  margin-bottom: 0;
}
.p-contact__input {
  display: block;
  width: 86.1%;
  padding: 11px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  background-color: #EEEEEE;
  font-size: 1.4rem;
  border-radius: 5px;
}
@media screen and (min-width: 767px) {
  .p-contact__input {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__text-area-wrapper {
    width: 82.1%;
  }
}
.p-contact__text-area {
  display: block;
  width: 86.1%;
  padding: 11px 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  background-color: #EEEEEE;
  font-size: 1.4rem;
  border-radius: 5px;
  height: 300px;
}
@media screen and (min-width: 767px) {
  .p-contact__text-area {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.p-contact__check {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.p-contact__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}
.p-contact__btn-wrapper {
  padding: 40px calc(50vw - 50%);
  background-color: #EEEEEE;
  margin: 0 calc(50% - 50vw);
}
.p-contact__btn-inner {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact__btn-inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-contact__btn-confirm-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 767px) {
  .p-contact__btn-confirm-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
}
.p-contact__btn-confirm-container {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-contact__btn-confirm-container::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .p-contact__btn-confirm-container--previous {
    width: 240px;
  }
}
@media screen and (min-width: 767px) {
  .p-contact__btn-confirm-container--submit {
    width: 420px;
  }
}
.p-contact__confirm-btn {
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 20px 0;
}
.p-contact__previous-btn {
  text-align: center;
  background-color: #8C8C8C;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  margin-top: -20px;
}
.p-contact__submit-btn {
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  margin-top: -20px;
}
.p-contact input[type=checkbox], .p-contact input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact input[type=checkbox] {
  content: "";
  display: inline-block;
  background-color: #EEEEEE;
  width: 18px;
  height: 18px;
  border-radius: 2px; /* チェックボックス用 */
  vertical-align: middle;
  position: relative;
}
.p-contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(50deg);
          transform: translate(-50%, -50%) rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.p-contact input[type=radio] {
  content: "";
  display: inline-block;
  background-color: #EEEEEE;
  width: 18px;
  height: 18px;
  border-radius: 50%; /* ラジオボタン用 */
  vertical-align: middle;
  position: relative;
}
.p-contact input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}
@media screen and (min-width: 767px) {
  .p-contact .wpcf7-form-control-wrap:not([data-name=privacy-policy]) {
    width: calc(100% - 200px);
  }
}
.p-contact .wpcf7-form-control-wrap[data-name=privacy-policy] {
  margin-bottom: 100px;
  display: block;
}
.p-contact .wpcf7-form-control-wrap[data-name=privacy-policy] .wpcf7-not-valid-tip {
  text-align: center;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact .wpcf7-not-valid-tip {
  width: 86.1%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .p-contact .wpcf7-not-valid-tip {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-contact__complete-title {
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-contact__complete-title {
    font-size: 3.6rem;
    margin-bottom: 82px;
  }
}
.p-contact__complete-lead {
  font-size: 2rem;
  margin-bottom: 46px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-contact__complete-lead {
    font-size: 2.4rem;
    margin-bottom: 59px;
  }
}
.p-contact__complete-text {
  font-size: 1.6rem;
  text-align: center;
}
.p-contact .wpcf7-response-output {
  display: none;
}

.p-pp-dl {
  margin-bottom: 200px;
  overflow: hidden;
}
.p-pp-dl__inner {
  max-width: 1080px;
}
.p-pp-dl__lead {
  line-height: 1.8;
  margin-bottom: 67px;
}
.p-pp-dl__contents {
  margin-top: 49px;
}
.p-pp-dl__dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-pp-dl__dd {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 50px;
  margin-left: 1em;
}
.p-pp-dl__dd:last-of-type {
  margin-bottom: 0;
}
.p-pp-dl__dd-first {
  display: block;
  margin-bottom: 29px;
}
.p-pp-dl__dd-second {
  display: block;
  margin-left: 1em;
}
.p-pp-dl__contact-text {
  display: block;
  margin-bottom: 31px;
}
.p-pp-dl__contact-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 30px calc(50vw - 50%);
  background-color: #F0F0F0;
  line-height: 1.8;
}
@media screen and (min-width: 767px) {
  .p-pp-dl__contact-container {
    padding: 30px 26px;
    margin: 0;
  }
}

.p-news-archive {
  margin-bottom: 200px;
}
.p-news-archive__inner {
  max-width: 1080px;
}
.p-news-archive__item {
  border: none;
  margin-bottom: 50px;
}
.p-news-archive__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-news-archive__item {
    margin-bottom: 75px;
  }
}
.p-news-archive__item-text {
  margin-bottom: 0;
}

.p-news-detail {
  margin-bottom: 200px;
}
.p-news-detail__inner {
  max-width: 1080px;
}
.p-news-detail__first-container {
  margin-bottom: 82px;
}
.p-news-detail__time {
  color: #AAAAAA;
  font-family: "Noto Serif JP", serif;
}
.p-news-detail__title {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .p-news-detail__title {
    font-size: 3.6rem;
  }
}
.p-news-detail__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
.p-news-detail__category {
  font-size: 1.6rem;
  min-width: 100px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 15px;
}
.p-news-detail__second-container {
  margin-bottom: 100px;
  overflow: hidden;
}
.p-news-detail__second-container h2, .p-news-detail__second-container h3, .p-news-detail__second-container h4, .p-news-detail__second-container h5, .p-news-detail__second-container h6 {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 38px;
  padding-left: 40px;
  position: relative;
}
.p-news-detail__second-container h2::before, .p-news-detail__second-container h3::before, .p-news-detail__second-container h4::before, .p-news-detail__second-container h5::before, .p-news-detail__second-container h6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  background-color: #8A3C11;
}
.p-news-detail__second-container h2 {
  font-size: 2.8rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 13px;
}
@media screen and (min-width: 767px) {
  .p-news-detail__second-container h2 {
    margin-bottom: 70px;
  }
}
.p-news-detail__second-container h2::before {
  height: 40px;
}
.p-news-detail__second-container h3 {
  font-size: 2.2rem;
}
.p-news-detail__second-container h3::before {
  height: 30px;
}
.p-news-detail__second-container h4, .p-news-detail__second-container h5, .p-news-detail__second-container h6 {
  font-size: 1.8rem;
  padding-left: 27px;
}
.p-news-detail__second-container h4::before, .p-news-detail__second-container h5::before, .p-news-detail__second-container h6::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.p-news-detail__second-container a {
  color: #2371B1;
  text-decoration: underline;
}
.p-news-detail__second-container a:visited {
  color: #551A8B;
}
.p-news-detail__second-container a:hover {
  opacity: 1;
}
.p-news-detail__second-container a a:active {
  color: #FF0000;
  text-decoration: underline;
}
.p-news-detail__second-container ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1em;
}
.p-news-detail__second-container ol {
  list-style-type: desc;
  list-style-position: inside;
  margin-bottom: 1em;
}
.p-news-detail__second-container .wp-block-image {
  margin-bottom: 31px;
}
@media screen and (min-width: 767px) {
  .p-news-detail__second-container .wp-block-image {
    margin-bottom: 52px;
  }
}
.p-news-detail__second-container p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-news-detail__second-container img {
  width: 100%;
  height: auto;
}
.p-news-detail__btn-wrapper {
  padding: 40px calc(50vw - 50%);
  background-color: #EEEEEE;
  margin: 0 calc(50% - 50vw);
}
.p-news-detail__btn {
  position: relative;
  display: block;
  font-size: 1.8rem;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  background-color: #8C8C8C;
}
.p-news-detail__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}