@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;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -4rem;
}
.col_3 > * {
  margin-left: 4rem;
  width: calc(33.33333% - 4rem);
}

.col_4 {
  margin-left: -3rem;
}
.col_4 > * {
  margin-left: 3rem;
  width: calc(25% - 3rem);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media screen and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: -10px;
  }
  .col_4 > * {
    margin-left: 10px;
    margin-bottom: 14px;
    width: calc(50% - 10px);
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

body.page,
body.archive,
body.single,
body.error404 {
  overflow: auto !important;
}

.wrap {
  margin: 0 5rem;
}
@media screen and (max-width: 768px) {
  .wrap {
    margin: 0 1rem;
  }
}
.wrap__inner {
  max-width: 760px;
  margin: auto;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/icon/pdf.svg");
  vertical-align: middle;
}

/* === ローディング画面全体 === */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a; /* 背景色（暗い色の方が霧が映えます） */
  z-index: 9999; /* 最前面に表示 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 1.5s ease-out, visibility 1.5s ease-out;
  transition: opacity 1.5s ease-out, visibility 1.5s ease-out; /* フェードアウトのアニメーション設定 */
}

/* 読み込み完了時のスタイル（JSで付与） */
#loading-screen.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 1.5s ease-out, visibility 1.5s ease-out;
  transition: opacity 1.5s ease-out, visibility 1.5s ease-out;
}

/* メインコンテンツが表示されたらスクロール可能に戻す */
body.is-loaded {
  overflow: auto;
}

/* === 霧のレイヤー表現 === */
.fog-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%; /* 画面より広くして動かす */
  height: 100%;
  /* ▼▼▼ ここで霧の画像を指定します ▼▼▼ */
  background: no-repeat 50%/cover url("../img/photo/fog.jpg");
  opacity: 0.6; /* 霧の濃さ */
  pointer-events: none;
}

/* CSSで擬似的に霧っぽいモヤを作る例（画像がない場合） */
/*
.fog-layer {
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 60%),
		radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 50%),
		radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 55%);
	filter: blur(30px);
}
*/
/* 霧のアニメーション設定 */
.fog-layer-1 {
  -webkit-animation: fogMove 60s linear infinite alternate;
          animation: fogMove 60s linear infinite alternate; /* ゆっくり左右に動く */
}

.fog-layer-2 {
  /* 2枚目は動きを変えて複雑さを出す */
  opacity: 0.4;
  animation: fogMove 45s linear infinite alternate-reverse;
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}

@-webkit-keyframes fogMove {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  100% {
    -webkit-transform: translateX(-25%) scale(1.1);
            transform: translateX(-25%) scale(1.1);
  }
}

@keyframes fogMove {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  100% {
    -webkit-transform: translateX(-25%) scale(1.1);
            transform: translateX(-25%) scale(1.1);
  }
}
/* === 表示させるコンテンツ（ロゴなど） === */
.loading-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 10; /* 霧より手前に表示 */
  color: #ffffff;
  text-align: center;
  /* 初期状態：透明で少し下に配置 */
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.95);
          transform: translateY(30px) scale(0.95);
  /* ふわっと表示させるアニメーション */
  -webkit-animation: contentFadeIn 2s ease-out 0.2s forwards;
          animation: contentFadeIn 2s ease-out 0.2s forwards; /* 0.5s遅れて開始 */
}

@-webkit-keyframes contentFadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes contentFadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
/* ロゴなどのスタイル調整 */
.loading-content h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  max-width: 310px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); /* 少し光らせる */
}
@media screen and (max-width: 768px) {
  .loading-content h1 {
    max-width: 160px;
  }
}

.loading-content p {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  opacity: 1;
}

.js_fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.js_fadeUp.fade_in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.item,
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

li {
  list-style: none;
}

.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.photo_img:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.img_change {
  position: relative;
}
.img_change .img_active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1.5s all ease-in-out;
  transition: 1.5s all ease-in-out;
}

.js_fadeUp.fade_in .img_change .img_active {
  opacity: 1;
}

.img_hover {
  position: relative;
  cursor: pointer;
}
.img_hover .img_active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.img_hover:hover .img_active {
  opacity: 1;
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
h2, .title_h {
  margin: auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  letter-spacing: 0.5em;
  color: #fff;
  font-size: clamp(20px, 3vw, 25px);
}
h2 span, .title_h span {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0.5rem;
  padding: 1em 0.2em;
  background: url(../img/parts/h_bg.png);
}

.sec_service h2, .sec_item h2 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .sec_service h2, .sec_item h2 {
    margin-bottom: 4rem;
  }
}

p {
  line-height: 2.2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  p {
    line-height: 1.8;
  }
}

.text_c {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sp_text_left {
    text-align: left;
  }
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table_style1 th {
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  .table_style1 th {
    font-size: 0.8rem;
  }
}
.table_style1 td {
  padding: 0.5em 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .table_style1 td {
    font-size: 1rem;
  }
}
.table_style1 .price {
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .table_style1 .price {
    font-size: 1rem;
  }
}

.table_style2 {
  width: auto;
  margin: auto;
}
.table_style2 th {
  padding: 0.5em 0;
  text-align: left;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .table_style2 th {
    font-size: 0.8rem;
  }
}
.table_style2 td {
  padding: 0.5em 1em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .table_style2 td {
    font-size: 0.8rem;
  }
}

.table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.table dl dt {
  width: 9em;
  font-weight: 700;
}
.table dl dd {
  width: calc(100% - 9em);
}
.table dl em {
  font-style: normal;
  color: #C01D1D;
}
@media screen and (max-width: 768px) {
  .table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .table dl dt, .table dl dd {
    width: 100%;
  }
  .table dl dt {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .table dl dd {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.table__border dl {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .table__border dl {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}
header .logo {
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page header, .single header, .error404 header {
  padding: 30px 0;
}

.header.DownMove {
  position: fixed;
  top: 0;
  padding: 20px 30px;
}
.header.DownMove .logo {
  opacity: 0;
}

/*　上に上がる動き　*/
.UpMove {
  position: fixed;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
.UpMove .logo {
  opacity: 0;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
/*　下に下がる動き　*/
.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
footer p, footer address {
  text-align: center;
  font-style: normal;
}
footer .logo img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .logo img {
    max-width: 120px;
  }
}

/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 102;
  margin-left: auto;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .toggle {
    display: block;
  }
}
.toggle span {
  display: inline-block;
  margin-top: 20px;
}
.toggle {
  /* ≡ */
}
.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  content: "";
  display: block;
  height: 3px;
  background: #000;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.toggle:before {
  top: 30%;
  width: 100%;
}
.toggle i {
  top: 50%;
  width: 60%;
}
.toggle:after {
  top: 70%;
  width: 40%;
}

#open {
  display: none;
  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#navi_mainが「right: 0;」になります。 */
}
#open:checked ~ .navi {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
}
#open:checked + .toggle:before, #open:checked + .toggle i, #open:checked + .toggle:after {
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  background: #fff;
}
#open {
  /* ≡ > ×アニメーション */
}
#open:checked + .toggle:before {
  top: 45%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
#open:checked + .toggle i {
  width: 0;
}
#open:checked + .toggle:after {
  top: 45%;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  display: none;
}

#open:checked ~ .bgclose {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
}

/*---------------------------------------------------------
メインナビ
---------------------------------------------------------*/
.navi {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.navi .navi__main {
  position: absolute;
  top: 3rem;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
}
.navi li {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 1.5rem;
  letter-spacing: 0.4em;
}
.navi li:last-child:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background: #DF0606;
}
.navi a {
  color: #000;
}
@media screen and (max-width: 768px) {
  .navi {
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: hidden;
    opacity: 0;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
  }
  .navi .navi__main {
    position: static;
  }
  .navi a {
    color: #FFF !important;
  }
}

.home .navi.is-active a {
  color: #000;
}

.page .navi a, .single .navi a {
  color: #000;
}

/*---------------------------------------------------------
ページ内リンク
---------------------------------------------------------*/
.page_navi {
  position: absolute;
  left: 20px;
  bottom: 40px;
  z-index: 2;
}
.page_navi li {
  margin-top: 10px;
}
.page_navi a {
  display: inline-block;
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #1C3584;
  border-radius: 5px;
}
.page_navi a:hover {
  background: #E7B400;
}
.page_navi a {
  /*
  text-shadow:
  	1px 1px 0 #FFF,
  	-1px 1px 0 #FFF,
  	-1px -1px 0 #FFF,
  	1px -1px 0 #FFF;
  */
}
@media screen and (max-width: 768px) {
  .page_navi {
    display: none;
  }
}

.next-page_links {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  margin-left: -20px;
}
.next-page_links li {
  margin-bottom: 1em;
  margin-left: 20px;
}
.next-page_links li a {
  font-weight: 700;
  color: #1C3584;
}
.next-page_links li a .arrow {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background: no-repeat 50%/cover url(../img/icon/r_arrow.svg);
}
.next-page_links li a:hover {
  color: #E7B400;
}
.next-page_links li a:hover .arrow {
  -webkit-transform: translateX(20%) rotate(360deg);
          transform: translateX(20%) rotate(360deg);
}
@media screen and (max-width: 1280px) {
  .next-page_links {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .next-page_links {
    display: none;
  }
}

/*---------------------------------------------------------
ボタン
---------------------------------------------------------*/
.btn_area {
  padding: 4rem 0 0;
  text-align: center;
}

.more {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background: #1C3584;
}
.more .arrow {
  width: 20px;
  height: 20px;
  margin-top: -6px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background: no-repeat 50%/cover url(../img/icon/r_arrow.svg);
}
.more:hover {
  color: #E7B400;
}
.more:hover .arrow {
  -webkit-transform: translateX(20%) rotate(360deg);
          transform: translateX(20%) rotate(360deg);
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 220px;
  height: 45px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background: url(../img/parts/btn_bg.svg);
}

.btn_bk {
  background: #000;
}

/*-------------------------------------------------
お問い合せ
-------------------------------------------------*/
.page_contact h2 {
  margin-bottom: 20px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  display: inline-block;
  margin-left: 2em;
}
@media screen and (max-width: 540px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 540px) {
  .mw_wp_form .horizontal-item {
    display: block;
    margin-bottom: 10px;
  }
}
.form {
  max-width: 760px;
  margin: auto;
}
.form p {
  margin-bottom: 130px;
}
.form a {
  text-decoration: underline;
}
.form dl {
  width: 100%;
  margin-bottom: 30px;
}
.form dl.align_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
}
.form dt em {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 3px;
  background: #DA1919;
}
.form dd {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
.form dd textarea {
  padding: 1em;
  width: 100%;
  background: #fff;
  border: 1px solid #D5D5D5;
}
.form .checkbox_field {
  width: calc(80% - 15em);
}
.form .mwform-checkbox-field {
  white-space: nowrap;
}
.form input, .form textarea {
  font-size: 15px;
  font-size: 0.9375rem;
}
.form input[type=text], .form input[type=email], .form input[type=tel] {
  width: 100%;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #D5D5D5;
}
.form #mail_confirm {
  margin-top: 1rem;
}
.form .wpcf7-form-control-wrap + .att {
  margin: 0.5em 0 0;
}
.form .select-wrap {
  position: relative;
  display: inline-block;
  width: auto;
  width: 100%;
  max-width: 700px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}
.form .select-wrap:after {
  position: absolute;
  top: 32%;
  right: 20px;
  border-style: solid;
  border-width: 0 #000px #000px 0;
  content: "";
  display: inline-block;
  height: 2px;
  width: 2px;
  border-color: bottom;
}
.form .select-wrap select {
  width: 100%;
  height: auto;
  padding: 18px 20px;
  border-radius: 10px;
  color: #3C3C3C;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトのスタイルを無効 */
}
.form .policy_check {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.form .policy_check a {
  text-decoration: underline;
}
.form .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 0;
}
.form input[type=submit] {
  min-width: 117px;
  padding: 15px 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background: #000;
}
.form input[type=submit].back_btn {
  margin-right: 30px;
  color: #000;
  background: #F4EFDF;
}
.form input[disabled] {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .form dl, .form dl, .form dd {
    display: block;
  }
  .form dt {
    padding-bottom: 15px;
  }
  .form dd {
    width: 100%;
  }
  .form .select-wrap {
    margin-bottom: 10px;
  }
  .form .select-wrap:nth-child(n+2) {
    margin-left: 0;
  }
  .form .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form .btn_area input[type=submit] {
    margin: 0 0 20px;
  }
  .form .btn_area input[type=submit].back_btn {
    margin: 0 0 20px;
  }
  .form input[type=submit] {
    min-width: 100%;
  }
  .form input[type=radio] + label {
    display: inline-block;
    margin-bottom: 12px;
  }
  .form .policy_check .horizontal-item {
    display: inline-block;
  }
}
.form {
  /*
  .wpcf7-list-item-label {
  	box-sizing: border-box;
  	position: relative;
  	display: inline-block;
  	margin: 0 20px 0 0;
  	padding: 0 0 0 20px;
  	vertical-align: middle;
  	cursor: pointer;
  	&:after {
  		position: absolute;
  		top: 50%;
  		left: 0;
  		display: block;
  		margin-top: -8px;
  		width: 14px;
  		height: 14px;
  		background : #fff;
  		border : 1px solid #818A8E;
  		content: '';
  		z-index: 1;
  	}
  	&:before {
  		position: absolute;
  		top: 50%;
  		left: 5px;
  		display: block;
  		margin-top: -8px;
  		width: 6px;
  		height: 9px;
  		border-right: 2px solid #014A88;
  		border-bottom: 2px solid #014A88;
  		transform: rotate(45deg);
  		content: '';
  		opacity: 0;
  		z-index: 10;
  	}
  }
  */
}
.form #formbtn {
  min-width: 400px;
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
  z-index: 1;
  font-weight: bold;
  overflow: hidden;
  color: #FFF;
  background: #014A88;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .form #formbtn {
    width: 100%;
    min-width: 100%;
  }
}

.mw_wp_form_confirm .form dd {
  padding: 12px 1em;
  border-radius: 4px;
  background: #EFEFEF;
}
.mw_wp_form_confirm .form dd .confirm {
  display: none;
}
.mw_wp_form_confirm .form dd p {
  margin-bottom: 0;
}
.mw_wp_form_confirm .form .select-wrap {
  border: none;
}
.mw_wp_form_confirm .form .policy_check {
  display: none;
}
.mw_wp_form_confirm .form .conf-mail {
  display: none;
}

.thanks {
  margin: 0 0 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.375;
  letter-spacing: 0.1em;
}

/* ==========================================================================
	 Remodal's necessary styles
	 ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal figure {
  margin-bottom: 2rem;
}
.remodal h3 {
  text-align: left;
  margin-bottom: 2rem;
}
.remodal ul {
  margin: 0 0 1rem;
}
.remodal .mb-3rem {
  margin-bottom: 2rem;
}
.remodal li {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #000;
}
.remodal li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.remodal li .btn {
  padding: 0 1rem;
  margin-left: auto;
  min-width: auto;
  font-size: 14px;
  font-size: 0.875rem;
}
.remodal p {
  margin-bottom: 1rem;
  text-align: right;
}
.remodal p small {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .remodal li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section {
  position: relative;
  margin-bottom: 160px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 80px;
  }
}

.content_area {
  position: relative;
}

/* ----------------------------------------------------
背景模様
---------------------------------------------------- */
.kawa_bg {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 100vw;
  background: no-repeat 50%/cover url(../img/parts/kawa.svg);
}
.kawa_bg:before {
  display: block;
  content: "";
  padding-top: 99.3103448276%;
}

/* ----------------------------------------------------
下層ページ
---------------------------------------------------- */
.page, .archive, .single, .error404 {
  padding-top: calc(230px + 4rem);
}
.page h1, .archive h1, .single h1, .error404 h1 {
  text-align: center;
  margin-bottom: 6rem;
}
.page .kawa_bg, .archive .kawa_bg, .single .kawa_bg, .error404 .kawa_bg {
  top: 0;
}

.gallery .photo_img:before, .archive .photo_img:before {
  padding-top: 100%;
}
.gallery .caption, .archive .caption {
  text-align: center;
}

/* ----------------------------------------------------
横並びの基本レイアウト
---------------------------------------------------- */
.article-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8rem;
}
.article-item.align_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-item figure {
  width: 42.2222222222vw;
}
.article-item > div {
  width: 42.2222222222vw;
  margin-left: auto;
}
.article-item h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
.article-item h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.article-item:nth-child(odd) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
.article-item:nth-child(odd) > div {
  width: 42.2222222222vw;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .article-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
  }
  .article-item figure {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2rem !important;
  }
  .article-item > div {
    width: 100%;
    margin: auto;
    padding: 0 1rem;
  }
  .article-item:nth-child(odd) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article-item:nth-child(odd) > div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 1rem;
    width: 100%;
  }
}

.item_card .photo_img {
  margin: 0 0 1rem;
}
.item_card h3 {
  margin: 0 0 1rem;
}

/* ----------------------------------------------------
メインビジュアル
---------------------------------------------------- */
.main-visual {
  position: relative;
  min-height: 100vh;
  margin-bottom: 0;
}
.main-visual .photo_img:before {
  padding-top: 100svh;
}
.main-visual article {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.main-visual article h1 {
  margin: auto;
  max-width: 310px;
}
.main-visual article p {
  text-align: center;
  color: #FFF;
}
.main-visual article p b {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .main-visual article h1 {
    max-width: 160px;
  }
}

/* ----------------------------------------------------
コンセプト
---------------------------------------------------- */
.narakwa-ku {
  position: relative;
  padding: 80px 0;
}
.narakwa-ku h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.narakwa-ku .narakawa-ku__img {
  width: 352px;
  margin: auto;
  background: no-repeat 50%/cover url(../img/parts/narakawa-ku.svg);
  z-index: -1;
}
.narakwa-ku .narakawa-ku__img:before {
  display: inline-block;
  content: "";
  padding-top: 174.7191011236%;
}

.img-bg {
  position: relative;
  margin-bottom: 80px;
}
.img-bg h2 {
  position: absolute;
  white-space: nowrap;
  font-size: clamp(14px, 2vw, 22px);
}
@media screen and (max-width: 768px) {
  .img-bg.vw100 {
    margin-bottom: 2rem;
  }
}
.img-bg.vw100 .photo_img:before {
  padding-top: 41.1111111111%;
}
@media screen and (max-width: 768px) {
  .img-bg.vw100 .photo_img:before {
    padding-top: 87.5%;
  }
}
.img-bg.vw100 .img_active {
  width: 100vw;
}
.img-bg.vw100 h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10vw;
}
@media screen and (max-width: 768px) {
  .img-bg.vw100 h2 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.img-bg.vw90 {
  max-width: 90vw;
  margin-left: auto;
  margin-bottom: calc(80px + 3rem);
}
.img-bg.vw90 .photo_img {
  position: relative;
  top: 3rem;
}
.img-bg.vw90 .photo_img:before {
  padding-top: 43.4462444772%;
}
.img-bg.vw90 h2 {
  top: 0;
  left: 2rem;
}
@media screen and (max-width: 768px) {
  .img-bg.vw90 {
    max-width: calc(100vw - 1rem);
  }
}

.content_area .kawa_bg {
  top: 20%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/* ----------------------------------------------------
取り扱い商品
---------------------------------------------------- */
.sec_item figcaption {
  margin-top: 1rem;
  text-align: center;
}
.sec_item figcaption b {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.sec_item .article-item {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec_item figure {
  width: 50%;
}
.sec_item .table_style1 {
  width: 40%;
}
.sec_item .table_style1 tr[data-remodal-target] {
  cursor: pointer;
}
.sec_item .table_style1 tr[data-remodal-target] td:last-child::after {
  position: relative;
  top: -2px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sec_item .table_style1 td:last-child {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_item figure {
    width: 100%;
  }
  .sec_item .table_style1 {
    width: 100%;
  }
}

/* ----------------------------------------------------
買取について
---------------------------------------------------- */
.sec_purchase .img_change {
  position: relative;
}
.sec_purchase .img_change .img_active {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
}
.sec_purchase article {
  margin-bottom: 3rem;
}
.sec_purchase h4 {
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
}

/* ----------------------------------------------------
お問い合わせ
---------------------------------------------------- */
.contact-box {
  padding: 2rem;
  text-align: center;
  background: #FBFAF3;
}
.contact-box h5 {
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.contact-box p {
  line-height: 1.3;
}
.contact-box p:last-child {
  margin-bottom: 0;
}
.contact-box .tel {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.contact-box .tel b {
  font-size: 22px;
  font-size: 1.375rem;
}