@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
b,
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,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

video {
  outline: none;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

svg {
  height: auto;
}

:root {
  --headerHeight: 172px;
  --paddingSection: 120px;
  --paddingLR: 24px;
  --color_main: #D3C466;
}
:root :has(#header.bg) {
  --headerHeight: 120px;
}
@media screen and (max-width: 1109px) {
  :root {
    --paddingSection: 80px;
  }
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 64px;
    --paddingSection: 40px;
  }
  :root :has(#header.bg) {
    --headerHeight: 64px;
  }
}

/*==========　基本設定　==========*/
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #4E4E4E;
  line-height: 1.5;
  width: 100%;
}

.body_wrap {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: calc(1110px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: calc(940px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner_contents {
  width: 100%;
  max-width: calc(800px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 959px) {
  .container .inner,
.container .inner_contents,
.inner .inner_contents {
    padding-left: 0;
    padding-right: 0;
  }
}
.anchor {
  padding-top: var(--headerHeight);
  margin-top: calc(var(--headerHeight) * -1);
}

a:not([class]) {
  color: #04417E;
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  a:not([class^=btn_]) {
    transition: opacity 0.5s;
  }
  a:not([class^=btn_]):hover {
    opacity: 0.5;
  }
}

/*========== レイアウト用 ==========*/
.padding_section {
  padding-top: var(--paddingSection);
  padding-bottom: var(--paddingSection);
}

.margin_section {
  margin-top: var(--paddingSection);
  margin-bottom: var(--paddingSection);
}
.margin_section:first-child {
  margin-top: 0;
}
.margin_section:last-child {
  margin-bottom: 0;
}

.relative_box {
  position: relative;
}

.absolute_box {
  position: absolute;
}

.position_left {
  top: 0;
  left: 0;
}

.position_right {
  top: 0;
  right: 0;
}

/*==========
フォント
==========*/
b {
  font-weight: 700;
}

.fw_mid {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

.fw_black {
  font-weight: 900;
}

.fs_12 {
  font-size: 0.75rem;
}
@media screen and (max-width: 959px) {
  .fs_12 {
    font-size: 1rem;
  }
}

.fs_13 {
  font-size: 0.8125rem;
}
@media screen and (max-width: 959px) {
  .fs_13 {
    font-size: 1rem;
  }
}

.fs_14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .fs_14 {
    font-size: 1rem;
  }
}

.fs_15 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
  .fs_15 {
    font-size: 1rem;
  }
}

.fs_16 {
  font-size: 1rem;
}

.fs_17 {
  font-size: 1.0625rem;
}
@media screen and (max-width: 959px) {
  .fs_17 {
    font-size: 1rem;
  }
}

.fs_18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 959px) {
  .fs_18 {
    font-size: 1rem;
  }
}

.fs_19 {
  font-size: 1.1875rem;
}
@media screen and (max-width: 959px) {
  .fs_19 {
    font-size: 1.125rem;
  }
}

.fs_20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 959px) {
  .fs_20 {
    font-size: 1.125rem;
  }
}

.fs_21 {
  font-size: 1.3125rem;
}
@media screen and (max-width: 959px) {
  .fs_21 {
    font-size: 1.125rem;
  }
}

.fs_22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 959px) {
  .fs_22 {
    font-size: 1.125rem;
  }
}

.fs_24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 959px) {
  .fs_24 {
    font-size: 1.25rem;
  }
}

.fs_26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 959px) {
  .fs_26 {
    font-size: 1.25rem;
  }
}

.fs_28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 959px) {
  .fs_28 {
    font-size: 1.25rem;
  }
}

.fs_30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 959px) {
  .fs_30 {
    font-size: 1.25rem;
  }
}

.fs_32 {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .fs_32 {
    font-size: 1.5rem;
  }
}

.fs_34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 959px) {
  .fs_34 {
    font-size: 1.5rem;
  }
}

.fs_36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 959px) {
  .fs_36 {
    font-size: 1.5rem;
  }
}

.fs_40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 959px) {
  .fs_40 {
    font-size: 1.5rem;
  }
}

/*==========
汎用クラス
==========*/
.ib {
  display: inline-block;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*==========
余白指定
==========*/
.mt_1em {
  margin-top: 1em;
}

.mt_2em {
  margin-top: 2em;
}

.mt_08 {
  margin-top: 8px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_56 {
  margin-top: 56px;
}
@media screen and (max-width: 959px) {
  .mt_56 {
    margin-top: 40px;
  }
}

.mt_64 {
  margin-top: 64px;
}
@media screen and (max-width: 959px) {
  .mt_64 {
    margin-top: 40px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .mt_120 {
    margin-top: 80px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media screen and (max-width: 959px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mb_08 {
  margin-bottom: 8px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .mb_56 {
    margin-bottom: 40px;
  }
}

.mb_64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .mb_64 {
    margin-bottom: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.pt_1em {
  padding-top: 1em;
}

.pt_2em {
  padding-top: 2em;
}

.pt_08 {
  padding-top: 8px;
}

.pt_16 {
  padding-top: 16px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_56 {
  padding-top: 56px;
}
@media screen and (max-width: 959px) {
  .pt_56 {
    padding-top: 40px;
  }
}

.pt_64 {
  padding-top: 64px;
}
@media screen and (max-width: 959px) {
  .pt_64 {
    padding-top: 40px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  .pt_80 {
    padding-top: 40px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media screen and (max-width: 959px) {
  .pt_120 {
    padding-top: 80px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media screen and (max-width: 959px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_1em {
  padding-bottom: 1em;
}

.pb_2em {
  padding-bottom: 2em;
}

.pb_08 {
  padding-bottom: 8px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_56 {
  padding-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .pb_56 {
    padding-bottom: 40px;
  }
}

.pb_64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .pb_64 {
    padding-bottom: 40px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .pb_80 {
    padding-bottom: 40px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.trigger .fx_fadeIn, .trigger.fx_fadeIn {
  -webkit-animation-name: fx_fadeIn;
          animation-name: fx_fadeIn;
}
.trigger .fx_fadeUp, .trigger.fx_fadeUp {
  -webkit-animation-name: fx_fadeUp;
          animation-name: fx_fadeUp;
}
.trigger .fx_fadeDown, .trigger.fx_fadeDown {
  -webkit-animation-name: fx_fadeDown;
          animation-name: fx_fadeDown;
}
.trigger .fx_slideLeft, .trigger.fx_slideLeft {
  -webkit-animation-name: fx_slideLeft;
          animation-name: fx_slideLeft;
}
.trigger .fx_slideRight, .trigger.fx_slideRight {
  -webkit-animation-name: fx_slideRight;
          animation-name: fx_slideRight;
}
.trigger .fx_clipLeft, .trigger.fx_clipLeft {
  -webkit-animation-name: fx_clipLeft;
          animation-name: fx_clipLeft;
}

.fx_clipLeft {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  will-change: clip-path;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes fx_clipLeft {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes fx_clipLeft {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.fx_fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fx_fadeUp {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fx_fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fx_fadeDown {
  opacity: 0;
  transform: translateY(-40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fx_fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fx_slideLeft {
  will-change: transform, opacity;
  transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fx_slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fx_slideRight {
  will-change: transform, opacity;
  transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fx_slideRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*========== 汎用オブジェクト ==========*/
/*==========
汎用デザイン
==========*/
.layout_properties {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 4.5rem;
}
.layout_properties a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .layout_properties a .thumb_area img {
    transition: transform 0.3s;
  }
  .layout_properties a:hover {
    opacity: 0.75;
  }
  .layout_properties a:hover .thumb_area img {
    transform: scale(1.05);
  }
}
.layout_properties .thumb_area {
  background-color: #F5F5F0;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
.layout_properties .thumb_area .img {
  aspect-ratio: 180/135;
  overflow: hidden;
}
.layout_properties .thumb_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_properties .list_category {
  font-size: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  gap: 0.5em;
}
.layout_properties .list_category > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1em;
}
.layout_properties .text_area {
  padding: 0 0.625rem;
}
.layout_properties .title {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.layout_properties .text {
  font-size: 0.75rem;
}
@media screen and (max-width: 959px) {
  .layout_properties {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem calc(var(--paddingLR) / 2);
  }
  .layout_properties .thumb_area {
    margin-bottom: 1rem;
  }
  .layout_properties .list_category {
    margin-bottom: 0.75rem;
  }
  .layout_properties .text_area {
    padding: 0;
  }
}

.banner_contact {
  background-color: #000;
  color: #fff;
}
.banner_contact .padding_section {
  padding-top: calc(var(--paddingSection) * 0.75);
  padding-bottom: calc(var(--paddingSection) * 0.5);
}
.banner_contact a {
  color: inherit;
  text-decoration: none;
}
.banner_contact .deco {
  background: center bottom/100% url("../img/common/banner_contact_deco.svg") no-repeat;
}
.banner_contact .title_01 {
  color: inherit;
}
.banner_contact .flex {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  gap: var(--paddingLR);
}
.banner_contact .flex .item {
  width: 100%;
  max-width: 16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: 1px solid var(--color_main);
}
.banner_contact .flex .item,
.banner_contact .flex .item a {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .banner_contact .flex .item,
.banner_contact .flex .item a {
    transition: background-color 0.5s, color 0.5s;
  }
  .banner_contact .flex .item:hover,
.banner_contact .flex .item a:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
  }
}
.banner_contact .flex .item .icon_area {
  padding: 1rem;
  border-right: 1px solid var(--color_main);
  height: 100%;
  aspect-ratio: 1/1;
}
.banner_contact .flex .item .icon_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner_contact .flex .item .text_area {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .banner_contact .padding_section {
    padding-bottom: calc(var(--paddingSection) * 0.75);
  }
  .banner_contact .flex {
    margin-top: 1.5rem;
    flex-direction: column;
    align-items: center;
  }
}

/*==========
リスト
==========*/
.list_dots > * {
  position: relative;
  padding-left: 1em;
}
.list_dots > *::before {
  content: "・";
  position: absolute;
  left: 0;
}

/*==========
ボタン
==========*/
.btn_01 {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
  background: center right 1em/0.75em url("../img/common/icon_btn_01.svg") no-repeat #000;
  display: block;
  width: 100%;
  max-width: 286px;
  text-align: center;
  padding: 0.75em 2.5em;
  margin-left: auto;
  margin-right: auto;
}
.btn_01:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 960px) {
  .btn_01 {
    transition: background-color 0.5s, color 0.5s;
  }
  .btn_01:hover {
    background-color: var(--color_main);
    opacity: 1;
  }
}

/*==========
タイトル
==========*/
.title_01 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1.75rem;
  color: #000;
}
.title_01::after {
  content: attr(data-small);
  display: block;
  font-size: 0.6em;
  margin-top: 1em;
}
@media screen and (max-width: 959px) {
  .title_01 {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

/*========== 汎用レイアウト ==========*/
/*==========
ヘッダー
==========*/
#header {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  width: 100%;
  height: var(--headerHeight);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: height 0.5s, background-color 0.5s, padding 0.5s;
  z-index: 99;
}
#header .container {
  height: 100%;
}
#header .flex {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
#header .logo_area {
  height: 100%;
}
#header .logo_area img {
  width: auto;
  height: 100%;
}
#header .logo_area h1,
#header .logo_area p {
  height: 100%;
}
#header .menu_area {
  flex: 1;
}
#header .menu_header {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  font-weight: 500;
}
#header .menu_header > * {
  flex: 1;
  max-width: 10rem;
}
#header .menu_header a {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.25rem;
}
@media screen and (min-width: 960px) {
  #header .menu_header a {
    transition: background-color 0.5s, color 0.5s;
  }
  #header .menu_header a:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
  }
}
#header .menu_header a.active {
  background-color: var(--color_main);
}
#header.bg {
  background-color: rgba(235, 224, 153, 0.7490196078);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
#header.bg .active {
  border: 1px solid #fff;
}
#header #hamburger_btn,
#header #hamburger_bg {
  display: none;
}

/*==========
ハンバーガーメニュー
==========*/
@media screen and (max-width: 959px) {
  #header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    /*==========
    ハンバーガーメニュー
    ==========*/
    /*== ボタン ==*/
    /*== エリア外 ==*/
    /*== オープン ==*/
  }
  #header .menu_area {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: var(--headerHeight);
    left: 0;
    padding: var(--paddingSection) var(--paddingLR);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
            clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    z-index: 10;
  }
  #header .menu_header {
    flex-direction: column;
    align-items: center;
  }
  #header .menu_header > * {
    width: 100%;
  }
  #header .menu_header a {
    padding: 0.325rem;
  }
  #header.bg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #header #hamburger_btn {
    width: 28px;
    height: 21px;
    margin-left: auto;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 30;
    cursor: pointer;
  }
  #header #hamburger_btn span {
    transform-origin: center;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
    will-change: transform, margin;
  }
  #header #hamburger_bg {
    width: 0;
    height: 0;
    background-color: rgb(204, 204, 204);
    opacity: 0;
    position: fixed;
    top: var(--headerHeight);
    left: 0;
    z-index: -1;
    transition: opacity 0.5s;
    will-change: opacity;
  }
  #header.open {
    background-color: var(--color_main);
  }
  #header.open .menu_area {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% + 8px), 0 calc(100% + 8px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% + 8px), 0 calc(100% + 8px));
  }
  #header.open #hamburger_btn {
    gap: 0;
  }
  #header.open #hamburger_btn span {
    margin-bottom: 0;
  }
  #header.open #hamburger_btn span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-bottom: -2px;
  }
  #header.open #hamburger_btn span:nth-of-type(2) {
    height: 0;
  }
  #header.open #hamburger_btn span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
  #header.open #hamburger_bg {
    width: 100vw;
    height: calc(100vh - var(--headerHeight));
    height: calc(100dvh - var(--headerHeight));
    opacity: 0.5;
  }
}
/*==========
フッター
==========*/
#footer .bg {
  background-color: #F8F7ED;
  padding-top: calc(var(--paddingSection) * 0.75);
  padding-bottom: calc(var(--paddingSection) * 0.75);
}
#footer .bg .logo_area {
  margin-bottom: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#footer .bg .address_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#footer .bg .address_area .title {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#footer .bg .address_area .text {
  font-size: 0.75rem;
}
#footer .copyright_area {
  background-color: #000;
  color: #B7B7B7;
  padding: 0.625rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #footer .bg .logo_area {
    max-width: 80px;
    margin-bottom: 1.5rem;
  }
}

/*==========
コピーライト
==========*/
/*==========
PageToTop
==========*/