@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-3vw: calc((100% - 3vw*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-50: calc((100% - 50px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-70: calc((100% - 70px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-40: calc((100% - 40px) / 2);
  --flex2-45: calc((100% - 45px) / 2);
  --flex2-50: calc((100% - 50px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-20: calc((100% - 20px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5: calc(100% / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#08C1B5;
  --white:#ffffff;
  --btnColor:#103358;
  --accColor:#6BC5F3;
  --letter-200: 0.20em;
  --letter-50: 0.05em;
  --paleColor:#F2FBFB;
  --inner-2:82.5vw;
  --black:#094B47;
  --ttlColor:#16A69C;
  --en: "Montserrat", sans-serif;
  --grad:linear-gradient(to top, #08C1B5 , transparent 40%);
  --grad-right:linear-gradient(to right,#08C1B5 , #6BC5F3 );
  --grad-bottom:linear-gradient(to bottom,#08C1B5 , #6BC5F3 );
  --grad-bottom-2:linear-gradient(to bottom,#51fbf0 , #6BC5F3 );
  --grad-green:linear-gradient(-45deg, #7cad75 , #e0f8dd);
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
  scroll-padding-top: 200px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 500;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0em;
  font-weight: 500;
  color: #383B41;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  animation: fadeInAnime 1.5s ease 0s;
}

.inner, .l-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner, .l-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner, .l-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 120px;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  #contents {
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    max-width: 100%;
  }
}

.top #contents {
  max-width: 1800px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #262626;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

/* Hero */
.p-hero {
  position: relative;
  z-index: 1;
  max-width: 93.75vw;
  margin: auto;
  aspect-ratio: 2/1;
  -webkit-mask-image: url(../images/home/mv_mask.png);
          mask-image: url(../images/home/mv_mask.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
}
.p-hero::before {
  content: "";
  width: 5.68vw;
  height: 5.36vw;
  background: url(../images/home/mv_corner_bl.png);
  background-size: cover;
  position: absolute;
  left: -1px;
  bottom: -9px;
  aspect-ratio: 109/103;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-hero::before {
    left: -2px;
    bottom: -2px;
  }
}
.p-hero::after {
  content: "";
  width: 5.68vw;
  height: 5.36vw;
  background: url(../images/home/mv_corner_br.png);
  background-size: cover;
  position: absolute;
  right: -1px;
  bottom: -9px;
  aspect-ratio: 109/103;
  background-size: cover;
  z-index: 1;
  visibility: visible !important;
}
@media (max-width: 640px) {
  .p-hero::after {
    right: -1px;
    bottom: -2px;
  }
}
.p-hero__bg {
  position: relative;
  z-index: 0;
}
.p-hero__bg::before {
  content: "";
  width: 5.68vw;
  height: 5.36vw;
  background: url(../images/home/mv_corner_tl.png);
  background-size: cover;
  position: absolute;
  left: -1px;
  top: -1px;
  aspect-ratio: 109/103;
  background-size: cover;
  z-index: 1;
}
.p-hero__bg::after {
  content: "";
  width: 5.68vw;
  height: 5.36vw;
  background: url(../images/home/mv_corner_tr.png);
  background-size: cover;
  position: absolute;
  right: -1px;
  top: -1px;
  aspect-ratio: 109/103;
  background-size: cover;
  z-index: 1;
  visibility: visible !important;
}
.p-hero__bg img {
  aspect-ratio: 2/1;
  border: 0.52vw solid #846e0c;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  -webkit-mask-image: url(../images/home/mv_mask.png);
          mask-image: url(../images/home/mv_mask.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
}
.p-hero__content {
  max-width: 970px;
  width: 100%;
  background: url(../images/home/catch_bg.png);
  background-size: cover;
  padding: 3vw;
  position: absolute;
  right: 0.52vw;
  bottom: 0.52vw;
}
@media (max-width: 834px) {
  .p-hero__content {
    width: 80%;
  }
}
.p-hero__content > div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 834px) {
  .p-hero__content > div {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 834px) {
  .p-hero__content {
    padding: 15px;
  }
}
.p-hero__title {
  color: #FFFFFF;
  font-size: clamp(1.8rem, 4vw, 4.8rem);
  font-weight: 700;
  text-shadow: 4px 4px 8px rgb(0, 0, 0);
  margin-bottom: 20px;
  line-height: 1.2em;
}
@media (max-width: 834px) {
  .p-hero__title {
    margin-bottom: 8px;
  }
}
.p-hero__subtitle {
  color: #FFFFFF;
  font-size: clamp(1.2rem, 2.5vw, 3.4rem);
  font-weight: 700;
  text-shadow: 4px 4px 8px rgb(0, 0, 0);
  line-height: 1.2em;
}

.p-sub-mv {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}
.p-sub-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(83, 27, 0, 0.68);
  z-index: -1;
  mix-blend-mode: multiply;
}
.p-sub-mv > div {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}
.p-sub-mv__title {
  color: #FFF;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.p-sub-mv__subtitle {
  line-height: 1em;
  font-family: "Oswald", sans-serif;
  font-size: clamp(4rem, 6vw, 7.8rem);
  color: #C1A62F;
  text-shadow: 2.36px 2.36px 0px #f5ecd8, 7.08px 7.08px 0px #383b41;
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 12.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #383B41;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: #383B41;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

.breadcrumb pan .breadcrumb {
  margin-bottom: 0;
}

/* Header */
/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(189, 188, 175, 0.3);
}
.l-header__logo-text {
  background: url(../images/home/logo_bg.png);
  background-size: cover;
  padding: 2vw;
  min-height: 9vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .l-header__logo-text {
    padding: 4vw;
  }
}
.l-header__logo-text picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__logo-text img {
  width: 6vw !important;
}
@media (max-width: 834px) {
  .l-header__logo-text img {
    width: 12vw !important;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .l-header__right {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .l-header__right {
    padding-right: 15px;
  }
}
.l-header__icons {
  display: flex;
  gap: 15px;
}
.l-header__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.l-header__icon--dark {
  background-color: #846E0C;
  color: #FFFFFF !important;
}
.l-header__icon--light {
  background-color: #F5ECD8;
  color: #846E0C !important;
}

.openBtn {
  display: none;
}
@media (max-width: 900px) {
  .openBtn {
    display: flex;
    align-items: center;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background-color: #846E0C;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }
  .openBtn .btnArea {
    width: 24px;
    height: 16px;
    position: relative;
  }
  .openBtn .btnArea span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .openBtn .btnArea span:nth-of-type(1) {
    top: 0;
  }
  .openBtn .btnArea span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .openBtn .btnArea span:nth-of-type(3) {
    bottom: 0;
  }
  .openBtn.active {
    background-color: #846E0C;
  }
  .openBtn.active .btnArea span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .openBtn.active .btnArea span:nth-of-type(2) {
    opacity: 0;
  }
  .openBtn.active .btnArea span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

.l-header__nav .l-header__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.l-header__nav .l-header__list a {
  font-weight: 500;
  color: #000000;
}
@media (max-width: 900px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(245, 236, 216, 0.95);
    z-index: 9998;
    transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    overflow-y: auto;
    padding: 100px 40px 80px;
  }
  .l-header__nav.panelactive {
    right: 0;
  }
  .l-header__nav .l-header__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .l-header__nav .l-header__list > li {
    width: 100%;
    border-bottom: 1px solid rgba(132, 110, 12, 0.6);
  }
  .l-header__nav .l-header__list a {
    display: block;
    padding: 20px 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
}

#global_footer {
  background-color: #846E0C;
  color: #FFF;
  padding: 100px 0;
  text-align: left;
}

.c-page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 90;
  width: 60px;
  height: 60px;
  background-color: #F5ECD8;
  color: #C1A62F;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s, transform 0.3s;
}
@media (max-width: 640px) {
  .c-page-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.c-page-top:hover {
  background-color: #C1A62F;
  transform: translateY(-5px);
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 100% !important;
  padding-inline: 3.85vw;
}
@media (max-width: 834px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer__left {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.l-footer__logo {
  font-size: 32px;
  margin-bottom: 24px;
}
.l-footer__address {
  margin-bottom: 32px;
  line-height: 2;
}
.l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.l-footer__nav ul li a {
  color: #FFF !important;
}
.l-footer__nav ul li ul {
  gap: 8px;
  flex-direction: column;
}
.l-footer__nav ul li ul li {
  line-height: 1em;
}
.l-footer__nav ul li ul li a {
  font-size: 0.8em;
}
.l-footer__copy {
  font-size: 14px;
  opacity: 0.8;
  font-family: "Oswald", sans-serif;
}

.ptNone #contents_wrap {
  padding-bottom: 0 !important;
}

/* Section Title */
.c-section-title {
  font-family: "Oswald", sans-serif;
  font-size: clamp(5rem, 8vw, 10rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.c-section-title--light {
  color: #F5ECD8;
  text-shadow: 3px 3px 0px #babaae, 9px 9px 0px #383b41;
}
.c-section-title--gold {
  color: #C1A62F;
  text-shadow: 2.01px 2.01px 0px #F5ECD8, 3px 3px 0px #BABAAE, 9px 9px 0px #383b41;
}

/* Button */
.btn-wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
}
.btn-wrap::before {
  content: "";
  background: url(../images/home/btn_bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -1;
}

.c-btn {
  text-align: center;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.c-btn:hover {
  opacity: 1;
  transform: translate(10px, 10px);
  box-shadow: 1px 1px 0px #bdbcaf !important;
}
.c-btn--contact {
  text-align: center;
  background-color: #F5ECD8;
  color: #846E0C !important;
  border: 3px solid #77630E;
  box-shadow: 4px 4px 0px #BDBCAF;
  width: clamp(280px, 40vw, 422px);
  padding: 28px;
  font-size: clamp(2.5rem, 4vw, 4.7rem);
}
.c-btn--more {
  background-color: #F5ECD8;
  color: #846E0C !important;
  border: 3px solid #77630E;
  box-shadow: 4px 4px 0px #BDBCAF;
  width: 100%;
  min-width: 420px;
  padding: 24px;
  font-size: clamp(1.8rem, 2vw, 2.7rem);
}

/* Instagram Card */
.slider-sns .slick-track {
  display: flex;
  border: none !important;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.slider-sns .slick-slide {
  height: auto !important;
  margin: 0 15px;
}
.slider-sns .sns_list {
  border: none !important;
}
.slider-sns .sns_list > div {
  gap: 15px;
}
.slider-sns .sns_list > div .sns_text {
  width: 100%;
  padding: 0 !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 834px) {
  .slider-sns .sns_list > div .sns_text {
    width: 100%;
  }
}
.slider-sns .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.slider-sns .sns_list > div .sns_text h3 a {
  color: var(--black);
}
.slider-sns .sns_list > div .sns_text .clearfix {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.slider-sns .sns_list > div .sns_text .clearfix li a {
  background: #846E0C;
  border-radius: 5px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: #FFFFFF;
}
.slider-sns .sns_list > div .sns_text .sns_date {
  font-size: 1.6rem;
  margin: 10px 0;
}
.slider-sns .sns_list > div .sns_photo {
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .slider-sns .sns_list > div .sns_photo {
    width: 100%;
  }
}
.slider-sns .sns_list > div .sns_photo img {
  border: 8px solid #fff;
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Concept */
.p-concept {
  position: relative;
  z-index: 0;
}
.p-concept::before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 640px;
  background: url(../images/home/grunge_bg_02.png);
  background-size: cover;
  position: absolute;
  left: -10vw;
  bottom: -32vw;
  background-size: cover;
  z-index: -2;
  mix-blend-mode: soft-light;
}
.p-concept::after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 640px;
  background: #BDBCAF;
  background-size: cover;
  position: absolute;
  left: -10vw;
  bottom: -32vw;
  background-size: cover;
  z-index: -3;
  visibility: visible !important;
}
@media (max-width: 834px) {
  .p-concept {
    padding-inline: 0;
  }
}
.p-concept__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 60px;
  position: relative;
  z-index: 0;
}
.p-concept__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 640px;
  background: url(../images/home/grunge_bg_01.png);
  background-size: cover;
  position: absolute;
  right: -30vw;
  top: -32vw;
  background-size: cover;
  z-index: -2;
  mix-blend-mode: soft-light;
}
.p-concept__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 640px;
  background: #BDBCAF;
  background-size: cover;
  position: absolute;
  right: -30vw;
  top: -32vw;
  background-size: cover;
  z-index: -3;
  visibility: visible !important;
}
@media (max-width: 834px) {
  .p-concept__inner {
    flex-direction: column;
  }
}
.p-concept .deco__inner {
  position: relative;
  z-index: 0;
}
.p-concept .deco__inner .deco-img-01 {
  position: absolute;
  left: 0;
  top: -13vw;
  z-index: -1;
  max-width: 20vw;
}
@media (max-width: 640px) {
  .p-concept .deco__inner .deco-img-01 {
    top: -40vw;
    max-width: 34vw;
  }
}
.p-concept .deco__inner .deco-img-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 20vw;
}
.p-concept__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 834px) {
  .p-concept__content {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .p-concept__content {
    width: 100%;
  }
}
.p-concept__content .box {
  overflow: visible !important;
}
.p-concept__lead-box {
  display: inline-block;
  font-size: clamp(2.4rem, 3.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}
.p-concept__lead {
  background: url(../images/home/ttl_bg.png);
  background-size: cover;
  color: #F5ECD8;
  font-weight: bold;
  padding: 8px;
}
.p-concept__text {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 500;
}
.p-concept__flow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (max-width: 834px) {
  .p-concept__flow {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .p-concept__flow {
    flex-direction: column;
    gap: 30px;
  }
}
.p-concept__flow::before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50%;
  transform: var(--transX);
  width: 2px;
  background-color: #F5ECD8;
  z-index: 1;
}
.p-concept__flow .box {
  aspect-ratio: 1/1;
  width: 350px;
  height: 350px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: visible !important;
  margin: auto;
}
.p-concept__flow .box::before {
  content: "";
  background: url(../images/home/home_concept_circle_bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: var(--transCenter);
  z-index: -1;
}
@media (max-width: 834px) {
  .p-concept__flow .box {
    flex-direction: column;
    text-align: center;
    flex: 1;
  }
}
.p-concept__flow .box article {
  width: 60%;
}
.p-concept__flow .box article > div {
  border-top: 1px solid #F5ECD8;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.p-concept__flow .box article > div--center {
  align-items: center;
}
.p-concept__flow .box .c-flow-item__en {
  font-family: "Oswald", sans-serif;
  font-size: clamp(26px, 3.6vw, 48px);
  color: #F5ECD8;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}
.p-concept__flow .box .c-flow-item__ja {
  font-size: 1.5rem;
  color: #F5ECD8;
}

/* Services Section (新規) */
.p-services {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.p-services .deco-img-02 {
  position: absolute;
  right: 0;
  top: -33vw;
  z-index: -1;
  max-width: 10vw;
}
@media (max-width: 640px) {
  .p-services .deco-img-02 {
    top: -16vw;
    max-width: 21vw;
  }
}
@media (max-width: 640px) {
  .p-services {
    padding: 60px 5%;
    border-width: 5px;
  }
}
.p-services__inner {
  max-width: 93.75vw;
  margin: 0 auto;
}
.p-services__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .p-services__header {
    margin-bottom: 50px;
  }
}
.p-services__subtitle {
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #F5ECD8;
  text-shadow: 2px 2px 0px #383b41;
  margin-top: 20px;
  line-height: 1em;
}
.p-services__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 834px) {
  .p-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .p-services__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.p-services__grid {
  /* Service Card (新規) */
}
.p-services__grid .c-service-card {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background: url(../images/home/home_offer_card_bg.png);
  background-size: cover;
}
.p-services__grid .c-service-card:nth-of-type(2) .c-service-card__title-en {
  margin-bottom: 15px;
  min-height: 2.2em;
}
.p-services__grid .c-service-card:nth-of-type(2) .c-service-card__title-en h3 {
  font-size: clamp(4.2rem, 4vw, 4.5rem);
}
.p-services__grid .c-service-card:nth-of-type(2) .c-service-card__title-ja {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 500;
  color: #383B41;
  margin-bottom: 40px;
  text-shadow: none;
  margin-top: 15px;
  font-weight: 500;
}
.p-services__grid .c-service-card img {
  border-radius: 100vh;
  width: 100% !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-services__grid .c-service-card .c-btn--more {
  min-width: 100%;
}
.p-services__grid .c-service-card .btn-wrap {
  width: 100%;
  margin: auto;
}
.p-services__grid .c-service-card article {
  position: relative;
  z-index: 2;
  background-color: #F5ECD8;
  border-radius: 26px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 640px) {
  .p-services__grid .c-service-card article {
    padding: 30px 20px;
  }
}
.p-services__grid .c-service-card__title-en {
  margin-bottom: 15px;
  min-height: 2.2em;
}
.p-services__grid .c-service-card__title-en h3 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(4.5rem, 5vw, 7.2rem);
  color: #846E0C;
  line-height: 1.1;
  text-shadow: 2px 2px 0px #f5ecd8, 6px 6px 0px #a1a193;
  font-weight: bold;
}
.p-services__grid .c-service-card__title-ja {
  font-size: clamp(1.8rem, 2.2vw, 2.7rem);
  font-weight: 500;
  color: #383B41;
  margin-bottom: 40px;
  text-shadow: none;
  margin-top: 15px;
  font-weight: 500;
}
.p-services__grid .c-service-card__text {
  font-size: 1.1em;
  margin-top: 40px;
  text-align: left;
  margin-bottom: 40px;
  flex-grow: 1;
  line-height: 1.8;
}

/* Recommend */
.p-recommend {
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.p-recommend::before {
  content: "";
  background: url(../images/home/home_recommended_bg_r.png);
  background-size: cover;
  background-position: left;
  width: 55vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media (max-width: 834px) {
  .p-recommend::before {
    width: 100%;
  }
}
.p-recommend__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-recommend__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recommend__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(114, 51, 21, 0.85);
}
.p-recommend__inner {
  max-width: 90vw;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 120px 0;
}
@media (max-width: 834px) {
  .p-recommend__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-recommend__visual {
  flex: 1;
  position: relative;
}
.p-recommend__visual-box {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
}
.p-recommend__visual-text {
  position: absolute;
  top: 2vw;
  left: -50px;
  font-family: "Lobster", cursive;
  font-size: clamp(4rem, 6vw, 7.8rem);
  color: #C1A62F;
  text-shadow: 2.36px 2.36px 0px #f5ecd8, 7.08px 7.08px 0px #383b41;
  transform: rotate(-10deg);
  z-index: 2;
}
@media (max-width: 640px) {
  .p-recommend__visual-text {
    left: -10px;
    top: -20px;
    transform: rotate(-5deg);
  }
}
.p-recommend__visual-img {
  background-color: #D9D9D9;
  border-radius: 8px;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
}
.p-recommend__visual-badge {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #383B41;
}
.p-recommend__content {
  flex: 1;
  color: #FFFFFF;
}
.p-recommend__title {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
  font-weight: 700;
  margin-bottom: 30px;
}
.p-recommend__list ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.p-recommend__list ul li {
  line-height: 1.25em;
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
  overflow: visible !important;
}
.p-recommend__list ul li::before {
  content: "★";
  color: #E4C748;
  font-size: 1.5em;
}

/* Instagram */
.p-instagram {
  background-size: cover;
}
.p-instagram__inner {
  max-width: 1600px;
  margin: 0 auto;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #1e42a8 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #262626 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #1e42a8 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #1e42a8;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}

.l-cta__tel {
  color: #77630E !important;
  font-size: clamp(26px, 2.6vw, 34px);
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  gap: 8px;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .l-cta__tel {
    pointer-events: auto;
    text-decoration: underline;
  }
}
.title {
  display: none;
}

.form dt {
  padding: 30px 15px !important;
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .form dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.form dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .form dd {
    width: 100% !important;
  }
}
.form dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .form dl {
    display: block !important;
  }
}

dl.file dt, dl.photo dt {
  background: transparent !important;
  font-size: 1.6rem;
}

section div.form_wrap.message {
  background: none;
}

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 2rem;
  border-bottom: 1px solid #846E0C;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
}

.c-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
}
.c-media--reverse {
  flex-direction: row-reverse !important;
}
@media (max-width: 834px) {
  .c-media {
    flex-direction: column !important;
    gap: 30px;
  }
}
.c-media .box {
  flex: 1;
  width: 100%;
}
.c-media .box:first-of-type img {
  width: 100%;
  height: auto;
}
.c-media .box:last-of-type {
  overflow: visible !important;
}
.c-media .box:last-of-type article, .c-media .box:last-of-type > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-paint__cards {
  justify-content: space-between;
  gap: 30px;
}
.p-paint__cards .box {
  flex: 1;
}
@media (max-width: 640px) {
  .p-paint__cards .box {
    width: 100%;
    flex: auto;
  }
}
.p-paint__cards .box h3 {
  font-weight: bold;
  color: #F5ECD8;
  padding: 10px;
  line-height: 1.2em;
  background-color: #846E0C;
}
.p-paint__cards .box img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.c-contact__title h2 {
  font-size: clamp(2.4rem, 3.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 50px;
}
.c-contact__cards {
  gap: 15px;
}
.c-contact__cards .box {
  flex: 1;
  text-align: center;
}
@media (max-width: 834px) {
  .c-contact__cards .box {
    flex: auto;
    width: 100%;
  }
}
.c-contact__cards .c-tel__button {
  display: block;
  padding: 24px;
  color: #F5ECD8;
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
  background-color: #77630E;
}
.c-contact__cards .c-mail__button {
  display: block;
  padding: 24px;
  color: #77630E;
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
  background-color: #F5ECD8;
}

.c-box__title h2 {
  font-size: clamp(2.4rem, 3.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  display: inline-block;
}
.c-box__title h2 .bg {
  background: url(../images/home/ttl_bg.png);
  color: #F5ECD8;
  padding: 8px;
  display: block;
}
.c-box__title--bg {
  max-width: 1200px;
  margin: auto;
}
.c-box__title--bg h2 {
  font-size: clamp(2.4rem, 3.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.4;
  background: url(../images/home/ttl_bg.png);
  color: #F5ECD8;
  padding: 8px;
}
.c-box__title2 h2 {
  font-size: clamp(3.4rem, 4.5vw, 6.2rem);
  color: #846E0C;
  line-height: 1.1;
  text-shadow: 2px 2px 0px #f5ecd8, 6px 6px 0px #a1a193;
  font-weight: bold;
}
.c-box__subtitle h3 {
  font-size: clamp(2.2rem, 2.6vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  display: inline-block;
}
.c-box__lead p {
  color: #333;
  line-height: 1.8;
}
.c-box__list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 500;
}
.c-box__list ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  font-size: 1.2em;
  font-weight: 500;
}
.c-box__list ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #BA9F26;
  border-radius: 50%;
}
.c-box--horizontal .l-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  align-items: center;
}
@media (max-width: 834px) {
  .c-box--horizontal .l-container {
    flex-direction: column;
  }
}
.c-box--horizontal .l-container__left {
  flex: 1;
}
@media (max-width: 834px) {
  .c-box--horizontal .l-container__left {
    flex: auto;
    width: 100%;
  }
}
.c-box--horizontal .l-container__right {
  flex: 1;
}
@media (max-width: 834px) {
  .c-box--horizontal .l-container__right {
    flex: auto;
    width: 100%;
  }
}

.c-map {
  max-width: 1200px;
  margin: auto;
}
.c-map iframe {
  width: 100%;
  min-height: 415px;
}

.c-text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.c-text:not(:last-child) {
  margin-bottom: 24px;
}
.c-text--lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .c-text--lead {
    font-size: 16px;
  }
}
.c-text--sm {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.c-dl__company {
  max-width: 1200px;
  margin: auto;
}
.c-dl__company dt {
  padding: 30px 0 !important;
  background: none !important;
  border: none !important;
  font-weight: bold;
}
@media (max-width: 640px) {
  .c-dl__company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.c-dl__company dd {
  padding: 30px 0 !important;
  border: none !important;
  background: none !important;
}
@media (max-width: 640px) {
  .c-dl__company dd {
    width: 100% !important;
  }
}
.c-dl__company dl {
  border-bottom: 1px solid rgba(132, 110, 12, 0.3);
}
@media (max-width: 640px) {
  .c-dl__company dl {
    display: block !important;
  }
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =========================================
   爽やか＆かっこいい アニメーション（スクロール連動版）
   ========================================= */
/* --- 1. アニメーション前の初期状態（透明＆ずらしておく） --- */
.fx-fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.fx-slide-right {
  opacity: 0;
  transform: translateX(-30px);
}

.fx-zoom-out {
  opacity: 0;
  transform: scale(1.05);
}

/* --- 2. 画面に入った時（is-activeが付与された時）の動き --- */
.fx-fade-up.is-active {
  animation: fxFadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fx-slide-right.is-active {
  animation: fxSlideRight 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxSlideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fx-zoom-out.is-active {
  animation: fxZoomOut 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxZoomOut {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* --- 右から左へ鋭くスライドイン（追加分） --- */
.fx-slide-left {
  opacity: 0;
  /* 最初は右に30pxずらしておく */
  transform: translateX(30px);
}

.fx-slide-left.is-active {
  animation: fxSlideLeft 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fxSlideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* --- 3. アニメーションの遅延（リストなどを順番に出す用） --- */
.fx-delay-1 {
  animation-delay: 0.1s !important;
}

.fx-delay-2 {
  animation-delay: 0.2s !important;
}

.fx-delay-3 {
  animation-delay: 0.3s !important;
}

/* ※前回お渡しした「ホバーエフェクト(.fx-hover-liftなど)」のCSSはそのまま残しておいて大丈夫です *//*# sourceMappingURL=assets.css.map */