@charset "UTF-8";
:root {
  --viewport: 1023;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #1d201f;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 60px;
}
@media (max-width: 1023px) {
  html {
    scroll-padding-top: 40px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background-image: url(../img/common/bg_all@2x.webp);
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
  color: #1d201f;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.04em;
  font-size: 0.8334vw;
}
@media (max-width: 1023px) {
  body {
    font-size: 3.5897vw;
    background-image: url(../img/common/bg_all_sp@3x.webp);
  }
}
body.no_scroll {
  overflow: hidden !important;
}
body {
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 60px;
  scrollbar-gutter: stable;
}
@media (max-width: 1023px) {
  body {
    scroll-padding-top: 40px;
  }
}

html,
body,
[data-scroll-container] {
  /* Firefox */
  scrollbar-width: none;
  /* IE, Edge(legacy) */
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
[data-scroll-container]::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

* :focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

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

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #1d201f;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

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

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

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

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

@media screen and (max-width: 700px) {
  .mb0_sp {
    margin-bottom: 0px !important;
  }
  .mb1_sp {
    margin-bottom: 1px !important;
  }
  .mb2_sp {
    margin-bottom: 2px !important;
  }
  .mb3_sp {
    margin-bottom: 3px !important;
  }
  .mb4_sp {
    margin-bottom: 4px !important;
  }
  .mb5_sp {
    margin-bottom: 5px !important;
  }
  .mb6_sp {
    margin-bottom: 6px !important;
  }
  .mb7_sp {
    margin-bottom: 7px !important;
  }
  .mb8_sp {
    margin-bottom: 8px !important;
  }
  .mb9_sp {
    margin-bottom: 9px !important;
  }
  .mb10_sp {
    margin-bottom: 10px !important;
  }
  .mb15_sp {
    margin-bottom: 15px !important;
  }
  .mb20_sp {
    margin-bottom: 20px !important;
  }
  .mb25_sp {
    margin-bottom: 25px !important;
  }
  .mb30_sp {
    margin-bottom: 30px !important;
  }
  .mb35_sp {
    margin-bottom: 35px !important;
  }
  .mb40_sp {
    margin-bottom: 40px !important;
  }
  .mb45_sp {
    margin-bottom: 45px !important;
  }
  .mb50_sp {
    margin-bottom: 50px !important;
  }
  .mb55_sp {
    margin-bottom: 55px !important;
  }
  .mb60_sp {
    margin-bottom: 60px !important;
  }
  .mb65_sp {
    margin-bottom: 65px !important;
  }
  .mb70_sp {
    margin-bottom: 70px !important;
  }
  .mb75_sp {
    margin-bottom: 75px !important;
  }
  .mb80_sp {
    margin-bottom: 80px !important;
  }
  .mb85_sp {
    margin-bottom: 85px !important;
  }
  .mb90_sp {
    margin-bottom: 90px !important;
  }
  .mb95_sp {
    margin-bottom: 95px !important;
  }
  .mb100_sp {
    margin-bottom: 100px !important;
  }
  .mb105_sp {
    margin-bottom: 105px !important;
  }
  .mb110_sp {
    margin-bottom: 110px !important;
  }
  .mb115_sp {
    margin-bottom: 115px !important;
  }
  .mb120_sp {
    margin-bottom: 120px !important;
  }
  .mb125_sp {
    margin-bottom: 125px !important;
  }
  .mb130_sp {
    margin-bottom: 130px !important;
  }
  .mb135_sp {
    margin-bottom: 135px !important;
  }
  .mb140_sp {
    margin-bottom: 140px !important;
  }
  .mb145_sp {
    margin-bottom: 145px !important;
  }
  .mb150_sp {
    margin-bottom: 150px !important;
  }
  .mb155_sp {
    margin-bottom: 155px !important;
  }
  .mb160_sp {
    margin-bottom: 160px !important;
  }
  .mb165_sp {
    margin-bottom: 165px !important;
  }
  .mb170_sp {
    margin-bottom: 170px !important;
  }
  .mb175_sp {
    margin-bottom: 175px !important;
  }
  .mb180_sp {
    margin-bottom: 180px !important;
  }
  .mb185_sp {
    margin-bottom: 185px !important;
  }
  .mb190_sp {
    margin-bottom: 190px !important;
  }
  .mb195_sp {
    margin-bottom: 195px !important;
  }
  .mb200_sp {
    margin-bottom: 200px !important;
  }
  .mt0_sp {
    margin-top: 0px !important;
  }
  .mt1_sp {
    margin-top: 1px !important;
  }
  .mt2_sp {
    margin-top: 2px !important;
  }
  .mt3_sp {
    margin-top: 3px !important;
  }
  .mt4_sp {
    margin-top: 4px !important;
  }
  .mt5_sp {
    margin-top: 5px !important;
  }
  .mt6_sp {
    margin-top: 6px !important;
  }
  .mt7_sp {
    margin-top: 7px !important;
  }
  .mt8_sp {
    margin-top: 8px !important;
  }
  .mt9_sp {
    margin-top: 9px !important;
  }
  .mt10_sp {
    margin-top: 10px !important;
  }
  .mt15_sp {
    margin-top: 15px !important;
  }
  .mt20_sp {
    margin-top: 20px !important;
  }
  .mt25_sp {
    margin-top: 25px !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .mt35_sp {
    margin-top: 35px !important;
  }
  .mt40_sp {
    margin-top: 40px !important;
  }
  .mt45_sp {
    margin-top: 45px !important;
  }
  .mt50_sp {
    margin-top: 50px !important;
  }
  .mt55_sp {
    margin-top: 55px !important;
  }
  .mt60_sp {
    margin-top: 60px !important;
  }
  .mt65_sp {
    margin-top: 65px !important;
  }
  .mt70_sp {
    margin-top: 70px !important;
  }
  .mt75_sp {
    margin-top: 75px !important;
  }
  .mt80_sp {
    margin-top: 80px !important;
  }
  .mt85_sp {
    margin-top: 85px !important;
  }
  .mt90_sp {
    margin-top: 90px !important;
  }
  .mt95_sp {
    margin-top: 95px !important;
  }
  .mt100_sp {
    margin-top: 100px !important;
  }
  .mt105_sp {
    margin-top: 105px !important;
  }
  .mt110_sp {
    margin-top: 110px !important;
  }
  .mt115_sp {
    margin-top: 115px !important;
  }
  .mt120_sp {
    margin-top: 120px !important;
  }
  .mt125_sp {
    margin-top: 125px !important;
  }
  .mt130_sp {
    margin-top: 130px !important;
  }
  .mt135_sp {
    margin-top: 135px !important;
  }
  .mt140_sp {
    margin-top: 140px !important;
  }
  .mt145_sp {
    margin-top: 145px !important;
  }
  .mt150_sp {
    margin-top: 150px !important;
  }
  .mt155_sp {
    margin-top: 155px !important;
  }
  .mt160_sp {
    margin-top: 160px !important;
  }
  .mt165_sp {
    margin-top: 165px !important;
  }
  .mt170_sp {
    margin-top: 170px !important;
  }
  .mt175_sp {
    margin-top: 175px !important;
  }
  .mt180_sp {
    margin-top: 180px !important;
  }
  .mt185_sp {
    margin-top: 185px !important;
  }
  .mt190_sp {
    margin-top: 190px !important;
  }
  .mt195_sp {
    margin-top: 195px !important;
  }
  .mt200_sp {
    margin-top: 200px !important;
  }
}
.logoarea {
  position: absolute;
  top: 3.125vw;
  left: 3.125vw;
  z-index: 3;
  width: 10.9375vw;
  /* @include mq(tab) {
    width: 20vw;
    top: 5.128vw;
    left: 5.128vw;
  } */
}
@media (max-width: 1023px) {
  .logoarea {
    width: 30.769vw;
    top: 5.128vw;
    left: 5.128vw;
  }
}
.logoarea .logo {
  display: block;
}
.logoarea .logo.white {
  filter: brightness(1) invert(1);
}

#header {
  width: 100%;
  transition: 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  background: transparent;
}
#header .header_nav {
  display: flex;
  align-items: center;
  /*  */
  gap: 2vw;
  z-index: 999;
}
@media (max-width: 1023px) {
  #header .header_nav {
    /* top: 7.6923vw; */
    gap: 5.1282vw;
  }
}
#header .header_nav .language_list {
  position: absolute;
  top: 3.11vw;
  right: 8.333vw;
}
@media (max-width: 1023px) {
  #header .header_nav .language_list {
    right: 20.5128vw;
    top: 8.085vw;
  }
}
#header .gnav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8.33vw 3.28125vw 4.1667vw 5.208vw;
  gap: 5px;
  opacity: 0;
}
@media (max-width: 1023px) {
  #header .gnav {
    align-items: flex-start;
    padding: 18.7948vw 7.692vw 12.82vw;
  }
}
#header .gnav li a {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.0416vw;
  font-size: 0.72917vw;
  white-space: nowrap;
  padding: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  #header .gnav li a {
    font-size: 3.5897vw;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
#header .gnav li a:hover {
  color: #3b2b26;
}
#header .gnav li a span {
  letter-spacing: 0;
  font-size: 1.5625vw;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  #header .gnav li a span {
    font-size: 6.6667vw;
  }
}
#header .gnav li + li {
  margin-top: 2.60417vw;
}
#header .hamburger {
  position: fixed;
  top: 3.125vw;
  right: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 3.125vw;
  height: 0.83334vw;
  z-index: 10;
}
@media (max-width: 1023px) {
  #header .hamburger {
    min-width: 10.256vw;
    height: 3.5897vw;
    top: 7.6923vw;
  }
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 100%;
  height: 2px;
  background: transparent;
  display: block;
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: transform 0.3s;
  background: #1d201f;
}
#header .hamburger .hamburger__line::before {
  top: -0.4166vw;
}
@media (max-width: 1023px) {
  #header .hamburger .hamburger__line::before {
    top: -1.7948vw;
  }
}
#header .hamburger .hamburger__line::after {
  bottom: -0.4166vw;
}
@media (max-width: 1023px) {
  #header .hamburger .hamburger__line::after {
    bottom: -1.7948vw;
  }
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(30deg);
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  transform: rotate(-30deg);
}
#header .hamburger.white .hamburger__line::before, #header .hamburger.white .hamburger__line::after {
  background: #fff;
}
#header .globalnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 34.375vw;
  height: 100vh;
  background-image: url(../img/common/bg_all@2x.webp);
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 8;
  transition: transform 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023px) {
  #header .globalnav {
    width: 100vw;
    /*  top: -7.6923vw; */
    background-image: url(../img/common/bg_all_sp@3x.webp);
  }
}
#header .globalnav:-webkit-scrollbar {
  display: none;
}
#header .globalnav.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-out;
}
#header.open .hamburger {
  top: 2.7083vw;
  height: 1.5625vw;
}
@media (max-width: 1023px) {
  #header.open .hamburger {
    top: 7.105vw;
    height: 5.1282vw;
  }
}
#header.open .hamburger .hamburger__line::before, #header.open .hamburger .hamburger__line::after {
  background: #1d201f;
  mix-blend-mode: difference;
}
#header.open .language_list {
  z-index: 10;
}
#header.open .language_list:not(:first-of-type)::before {
  background: #1d201f;
}
#header.open .language_list a {
  color: #1d201f;
}
#header.open .language_list.white li::before {
  background: #1d201f;
}
#header.open .language_list.white li a {
  color: #1d201f;
}
#header.open .gnav,
#header.open .commonBtn,
#header.open .nav_logo {
  animation: fadeUpAnime 1.2s 0.2s forwards;
}
@media (max-width: 1023px) {
  #header .globalnav__inner {
    padding-bottom: 25.641vw;
  }
}
#header .globalnav__inner .commonBtn {
  width: 23.9583vw;
  margin: 0 auto;
  font-size: 0.9375vw;
  padding: 1.2vw 0;
  opacity: 0;
}
@media (max-width: 1023px) {
  #header .globalnav__inner .commonBtn {
    width: 84.615vw;
    font-size: 4.1025vw;
    margin-bottom: 15.384vw;
    padding: 2.5vw 0;
  }
}
#header .globalnav__inner .nav_logo {
  width: 5.625vw;
  height: auto;
  margin: 5.5208vw auto 2.60416vw;
  opacity: 0;
}
@media (max-width: 1023px) {
  #header .globalnav__inner .nav_logo {
    width: 33.33vw;
    margin-bottom: 10.256vw;
  }
}
#header .globalnav__inner .nav_info {
  padding: 0 7.6923vw;
}
@media (min-width: 1024px) {
  #header .globalnav__inner .nav_info {
    padding: 0 3.28125vw 4.1667vw 5.208vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#header .globalnav__inner .nav_info > p {
  line-height: 1.8;
  font-size: 0.729167vw;
}
@media (min-width: 1024px) {
  #header .globalnav__inner .nav_info > p {
    border-right: 1px solid #7b726f;
    padding-right: 5vw;
  }
}
@media (max-width: 1023px) {
  #header .globalnav__inner .nav_info > p {
    font-size: 3.5897vw;
    margin-bottom: 7.692vw;
  }
}
#header #mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 3;
}
@media (max-width: 1023px) {
  #header #mask {
    display: none;
  }
}
#header #mask.mask_on {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  display: block;
}

footer {
  background: url(../img/common/bg_footer@2x.webp) no-repeat center top/cover;
  padding: 9.8958vw 5vw 3.6458vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 500px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 1023px) {
  footer {
    background: url(../img/common/bg_footer_sp@3x.webp) no-repeat center top/cover;
    padding: 17.948vw 0 calc(10.256vw + env(safe-area-inset-bottom));
    gap: inherit;
    position: inherit;
  }
}
footer .f_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  footer .f_inner {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  footer .f_logo {
    text-align: center;
  }
}
footer .f_logo img {
  width: 10.208vw;
  height: auto;
}
@media (max-width: 1023px) {
  footer .f_logo img {
    width: 33.334vw;
  }
}
footer .f_logo img.white {
  filter: brightness(0) invert(1);
}
footer .language_list {
  margin-top: 1.5625vw;
}
@media (max-width: 1023px) {
  footer .language_list {
    margin-top: 5.128vw;
  }
}
footer .language_list li:not(:first-of-type)::before {
  background: #fff;
}
footer .language_list li a {
  color: #fff;
}
footer .f_nav {
  margin-top: 12.82vw;
}
@media (min-width: 1024px) {
  footer .f_nav {
    width: 44.27vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
  }
}
footer .f_nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2.083vw 0;
}
@media (max-width: 1023px) {
  footer .f_nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7.692vw;
    margin-bottom: 12.82vw;
  }
}
@media (min-width: 1024px) {
  footer .f_nav ul li {
    width: 50%;
  }
}
footer .f_nav ul li a {
  color: #fff;
  transition: 0.3s ease;
}
@media (max-width: 1023px) {
  footer .f_nav ul li a {
    font-size: 4.1025vw;
  }
}
footer .f_nav ul li a:hover {
  opacity: 0.7;
}
footer .footer_btns {
  text-align: center;
}
footer .footer_btns .commonBtn {
  width: 14.84375vw;
  margin: 0 auto 1.5625vw;
}
@media (max-width: 1023px) {
  footer .footer_btns .commonBtn {
    width: 84.615vw;
    margin: 0 auto 7.692vw;
  }
}
footer .f_bottom {
  border-top: 1px solid #6d6b6a;
  padding: 2.6041vw 0 0 0;
}
@media (max-width: 1023px) {
  footer .f_bottom {
    margin-top: 21.794vw;
    padding: 7.692vw 7.692vw 0;
  }
}
footer .f_bottom p {
  color: #fff;
  font-size: 0.72916vw;
}
@media (max-width: 1023px) {
  footer .f_bottom p {
    font-size: 3.077vw;
  }
}
@media (max-width: 1023px) {
  footer .f_bottom p.copy {
    margin-top: 6.1538vw;
  }
}

#index {
  position: relative;
}
#index #header .logoarea {
  opacity: 0;
  animation: fadeAnime 1.2s 0s forwards;
}
#index #header .logoarea .logo {
  filter: brightness(0) invert(1);
}
#index #header .header_nav {
  opacity: 0;
  animation: fadeAnime 1.2s 2s forwards;
}
#index .sec_mv {
  position: relative;
  overflow: hidden;
  height: 100svh;
}
@media (min-width: 601px) {
  #index .sec_mv {
    min-height: 600px;
  }
}
#index .sec_mv .mv_swiper {
  width: 100%;
  height: auto;
}
#index .sec_mv .mv_swiper .swiper-wrapper {
  height: 100svh;
}
@media (min-width: 601px) {
  #index .sec_mv .mv_swiper .swiper-wrapper {
    min-height: 600px;
  }
}
#index .sec_mv .mv_swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
#index .sec_mv .mv_swiper .swiper-slide picture,
#index .sec_mv .mv_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.2);
}
#index .sec_mv .mv_swiper .swiper-slide.zoom-out picture,
#index .sec_mv .mv_swiper .swiper-slide.zoom-out img {
  animation: zoomOut 13s ease-out forwards;
}
#index .sec_mv .swiper-controls {
  position: absolute;
  left: 5vw;
  bottom: 3.125vw;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeAnime 0.8s 2.4s forwards;
}
@media (max-width: 1023px) {
  #index .sec_mv .swiper-controls {
    left: 7.692vw;
    bottom: 5.1282vw;
  }
}
#index .sec_mv .swiper-controls .swiper-counter {
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: 0.83334vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 10;
  margin-right: 12px;
}
@media (max-width: 1023px) {
  #index .sec_mv .swiper-controls .swiper-counter {
    font-size: 3.0769vw;
  }
}
#index .sec_mv .swiper-controls .SwiperBtn {
  width: 1.5625vw;
  height: 1.5625vw;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1023px) {
  #index .sec_mv .swiper-controls .SwiperBtn {
    width: 7.6923vw;
    height: 7.6923vw;
  }
}
#index .sec_mv .swiper-controls .SwiperBtn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
#index .sec_mv .swiper-controls .SwiperBtn::before {
  content: "";
  position: absolute;
  margin: auto;
}
#index .sec_mv .swiper-controls .SwiperBtn::after {
  display: none;
}
#index .sec_mv .swiper-controls .SwiperBtn.prev::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(135deg);
  width: 0.41vw;
  height: 0.41vw;
  inset: 0 -0.2vw 0 0;
}
@media (max-width: 1023px) {
  #index .sec_mv .swiper-controls .SwiperBtn.prev::before {
    width: 1.538vw;
    height: 1.538vw;
  }
}
#index .sec_mv .swiper-controls .SwiperBtn.next::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  width: 0.41vw;
  height: 0.41vw;
  inset: 0 0 0 -0.2vw;
}
@media (max-width: 1023px) {
  #index .sec_mv .swiper-controls .SwiperBtn.next::before {
    width: 1.538vw;
    height: 1.538vw;
  }
}
#index .sec_mv .hero {
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 3.125vw;
  left: 5vw;
  bottom: 9.375vw;
  z-index: 2;
  line-height: 1.6;
  letter-spacing: 0.16em;
}
@media (max-width: 1023px) {
  #index .sec_mv .hero {
    font-size: clamp(32px, 9.2375366569vw, 42px);
    left: 7.692vw;
    bottom: min(30.769vw, 120px);
  }
}
#index .sec_mv .hero span {
  display: block;
  opacity: 0;
}
#index .sec_mv .hero span:first-of-type {
  animation: slideIn 1.8s 1.1s forwards;
}
#index .sec_mv .hero span:nth-of-type(2) {
  animation: slideIn 1.8s 1.6s forwards;
}
#index .sec_mv .hero span:nth-of-type(3) {
  animation: slideIn 1.8s 2.1s forwards;
}
#index .sec_concept {
  padding: 10vw 0 47vw;
  background: url(../img/top/img_concept@2x.webp) no-repeat center bottom/contain;
  position: relative;
}
@media (max-width: 1023px) {
  #index .sec_concept {
    padding: 17vw 0 61.538vw;
  }
}
#index .sec_concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/imgbg_concept@2x.png) no-repeat center bottom/cover;
  z-index: 1;
}
@media (max-width: 1023px) {
  #index .sec_concept::before {
    background: url(../img/top/imgbg_concept_sp@3x.png) no-repeat center bottom/cover;
  }
}
#index .sec_concept .concept_area {
  margin: 0 7.692vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  #index .sec_concept .concept_area {
    display: flex;
    justify-content: space-between;
    max-width: 52vw;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  #index .sec_concept .concept_area .ttl_area {
    width: 22vw;
  }
}
#index .sec_concept .concept_area .ttl_area .main_ttl {
  margin-bottom: 2.6875vw;
}
#index .sec_concept .concept_area .ttl_area h3 {
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-size: 1.3541vw;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #index .sec_concept .concept_area .ttl_area h3 {
    font-size: 5.082vw;
    margin-bottom: 11.82vw;
  }
}
@media (min-width: 1024px) {
  #index .sec_concept .concept_area .txt_area {
    width: 20.5729vw;
  }
}
#index .sec_concept .concept_area .txt_area p {
  line-height: 2.4;
  font-size: 1.0416vw;
}
@media (max-width: 1023px) {
  #index .sec_concept .concept_area .txt_area p {
    line-height: 2.2;
    font-size: 4.1025vw;
  }
}
#index .sec_concept .concept_area .txt_area .commonLink {
  margin-top: 4.166vw;
}
#index .sec_rooms_dining {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12.5vw;
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining {
    margin-top: 25.641vw;
  }
}
@media (min-width: 1024px) {
  #index .sec_rooms_dining > *:not(.commonBtn) {
    width: 50%;
  }
}
#index .sec_rooms_dining > *:not(.commonBtn) .txt_area {
  padding: 3.6458vw 5vw;
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining > *:not(.commonBtn) .txt_area {
    padding: 10vw 7vw;
  }
}
#index .sec_rooms_dining > *:not(.commonBtn) .txt_area p {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining > *:not(.commonBtn) .txt_area p {
    font-size: 3.5897vw;
  }
}
#index .sec_rooms_dining > *:not(.commonBtn) .txt_area .commonLink {
  margin-top: 2.60416vw;
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining > *:not(.commonBtn) .txt_area .commonLink {
    margin-top: 10.256vw;
  }
}
#index .sec_rooms_dining > *:not(.commonBtn):nth-of-type(2) {
  margin-top: 7.8125vw;
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining .detail_area {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #index .sec_rooms_dining .detail_area .main_ttl {
    margin-bottom: 1vw;
  }
}
#index .sec_rooms_dining .detail_area .parallax_window {
  aspect-ratio: 24/13;
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining .detail_area .parallax_window {
    aspect-ratio: 19/10;
    width: auto;
  }
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining .detail_area:first-of-type figure {
    margin-right: 2.564vw;
  }
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining .detail_area:last-of-type figure {
    margin-left: 2.564vw;
  }
}
#index .sec_rooms_dining .detail_area:has(.commonLink:hover) .parallax_window img {
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  --tw-scale-z: 102%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
#index .sec_rooms_dining .commonBtn {
  width: 19.27vw;
  margin-top: 3vw;
  margin-bottom: 9vw;
}
@media (max-width: 1023px) {
  #index .sec_rooms_dining .commonBtn {
    width: 84.615vw;
    margin-top: 5.948vw;
    margin-bottom: 25.64vw;
  }
}
#index .sec_location {
  position: relative;
  width: 100%;
  height: 92.7vw;
}
@media (max-width: 1023px) {
  #index .sec_location {
    height: 340.897vw;
  }
}
#index .sec_location .location_main {
  width: 100%;
  aspect-ratio: 12/5;
}
@media (max-width: 1023px) {
  #index .sec_location .location_main {
    aspect-ratio: 39/40;
  }
}
#index .sec_location .location_sub1 {
  position: absolute;
  top: 35.416vw;
  left: 4.8958vw;
  width: 32.291vw;
  z-index: 2;
}
@media (max-width: 1023px) {
  #index .sec_location .location_sub1 {
    top: 87.18vw;
    left: 5.128vw;
    width: 56.41vw;
  }
}
#index .sec_location .location_sub1 .parallax_window {
  width: 100%;
  aspect-ratio: 31/43;
}
@media (max-width: 1023px) {
  #index .sec_location .location_sub1 .parallax_window {
    aspect-ratio: 44/61;
  }
}
#index .sec_location .location_sub2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30.2vw;
  z-index: 2;
}
@media (max-width: 1023px) {
  #index .sec_location .location_sub2 {
    width: 82.051vw;
  }
}
#index .sec_location .location_sub2 .parallax_window {
  aspect-ratio: 58/37;
}
@media (max-width: 1023px) {
  #index .sec_location .location_sub2 .parallax_window {
    aspect-ratio: 80/51;
  }
}
#index .sec_location .txt_area {
  padding: 80.769vw 0 0 7.692vw;
}
@media (min-width: 1024px) {
  #index .sec_location .txt_area {
    position: absolute;
    top: 50.52vw;
    left: 47.604vw;
    padding: 0;
  }
}
#index .sec_location .txt_area p {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  #index .sec_location .txt_area p {
    font-size: 3.5897vw;
  }
}
#index .sec_location .txt_area .commonLink {
  margin-top: 4.166vw;
}
@media (max-width: 1023px) {
  #index .sec_location .txt_area .commonLink {
    margin-top: 10.256vw;
  }
}
#index .slider_img {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-top: 10.416vw;
  margin-bottom: 13vw;
  gap: 30px;
}
@media (max-width: 1023px) {
  #index .slider_img {
    margin: 20.512vw 0 25.641vw;
  }
}
#index .slider_img .scroll_list {
  display: flex;
  padding: 0;
  animation: scroll-left 80s infinite linear 0s both;
  min-width: 252vw;
  gap: 30px;
  will-change: transform;
  /* backface-visibility: hidden;
  transform: translateZ(0); */
}
@media (max-width: 1023px) {
  #index .slider_img .scroll_list {
    min-width: 569vw;
    gap: 5.128vw;
  }
}
#index .slider_img .scroll_list .scroll_item > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  backface-visibility: hidden;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#index .slider_img .scroll_list .parallax_window {
  aspect-ratio: 58/37;
}
@media (max-width: 1023px) {
  #index .slider_img .scroll_list .parallax_window {
    aspect-ratio: 80/51;
  }
}
#index .sec_topics {
  margin-bottom: 8.3334vw;
}
#index .sec_topics .sec_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5vw;
}
@media (max-width: 1023px) {
  #index .sec_topics .main_ttl {
    line-height: 1;
  }
}
#index .sec_topics .newsList {
  width: 71.794vw;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #index .sec_topics .newsList {
    display: block;
  }
}
@media (min-width: 1024px) {
  #index .sec_topics .newsList {
    width: 80vw;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  #index .sec_topics .newsList li {
    width: 25vw;
  }
}
@media (min-width: 1024px) {
  #index .sec_topics .newsList li:nth-of-type(2) {
    margin-top: 7.8125vw;
  }
}
@media (min-width: 1024px) {
  #index .sec_topics .newsList li:nth-of-type(3) {
    margin-top: 3.64583vw;
  }
}
@media (max-width: 1023px) {
  #index .sec_topics .newsList li + li {
    margin-top: 10.256vw;
  }
}
#index .sec_topics .link_wrap {
  width: 100%;
  text-align: right;
  margin-top: 2.6041vw;
}
@media (max-width: 1023px) {
  #index .sec_topics .link_wrap {
    margin-top: 15.384vw;
    margin-bottom: 20.512vw;
  }
}
#index .sec_instagram {
  margin-bottom: 14.583vw;
}
@media (max-width: 1023px) {
  #index .sec_instagram {
    border-top: 1px solid #7b726f;
    margin-bottom: 25.64vw;
  }
}
#index .sec_instagram .sec_inner {
  padding-top: 12.82vw;
}
@media (max-width: 1023px) {
  #index .sec_instagram .sec_inner {
    margin: 0 2.5641vw;
  }
}
@media (min-width: 1024px) {
  #index .sec_instagram .sec_inner {
    padding-top: 5.2083vw;
    border-top: 1px solid #7b726f;
  }
}
#index .sec_instagram .sec_inner .main_ttl {
  margin: 0 5vw 8.256vw;
}
@media (min-width: 1024px) {
  #index .sec_instagram .sec_inner .main_ttl {
    margin: 0 0 4.166vw;
  }
}
#index .sec_instagram .sns_instagram {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.0416vw;
}
@media (max-width: 1023px) {
  #index .sec_instagram .sns_instagram {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.564vw;
  }
}
#index .fix_btn {
  opacity: 0;
  animation: fadeAnime 0.8s 2s forwards;
}

#topics main.archivePage .middle_pageTtl {
  margin-bottom: 14.74vw;
}
@media (max-width: 1023px) {
  #topics main.archivePage .middle_pageTtl {
    margin-bottom: 41.28vw;
  }
}
#topics main.archivePage .topics_catList {
  display: flex;
  gap: 6.7708vw;
  align-items: center;
  margin-bottom: 3.6458vw;
}
@media (max-width: 1023px) {
  #topics main.archivePage .topics_catList {
    margin-bottom: 17.948vw;
  }
}
#topics main.archivePage .topics_catList dt {
  font-size: 1.5625vw;
  letter-spacing: 0;
  position: relative;
  font-family: "EB Garamond", serif;
}
@media (max-width: 1023px) {
  #topics main.archivePage .topics_catList dt {
    font-size: 4.6153vw;
  }
}
#topics main.archivePage .topics_catList dt::before {
  content: "";
  position: absolute;
  margin: auto;
  inset: 0 -5.2083vw 0 auto;
  background: #7b726f;
  height: 1px;
  width: 4.16667vw;
}
#topics main.archivePage .topics_catList dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5625vw;
}
@media (max-width: 1023px) {
  #topics main.archivePage .topics_catList dd ul {
    gap: 5.128vw;
  }
}
#topics main.archivePage .topics_catList dd ul li {
  font-size: 0.9375vw;
  cursor: pointer;
  letter-spacing: 0.04em;
  color: rgba(59, 43, 38, 0.6);
  font-weight: 600;
}
@media (max-width: 1023px) {
  #topics main.archivePage .topics_catList dd ul li {
    font-size: 3.5897vw;
  }
}
#topics main.archivePage .topics_catList dd ul li.active {
  color: #3b2b26;
}
@media (max-width: 1023px) {
  #topics main.archivePage .newsList li + li {
    margin-top: 10.256vw;
  }
}
#topics main.singlePage .middle_pageTtl {
  margin-bottom: 7.8125vw;
}
@media (max-width: 1023px) {
  #topics main.singlePage .middle_pageTtl {
    margin-bottom: 22.05vw;
  }
}
#topics main.singlePage .news_ttl {
  font-size: 1.66667vw;
  font-weight: 500;
  margin-bottom: 4.16667vw;
  padding-bottom: 3.125vw;
  border-bottom: 1px solid #7b726f;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  #topics main.singlePage .news_ttl {
    font-size: 6.1538vw;
    margin-bottom: 10.512vw;
    line-height: 1.25;
  }
}
#topics main.singlePage .single_inner p {
  line-height: 2;
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  #topics main.singlePage .single_inner p {
    font-size: 3.5897vw;
  }
}
#topics main.singlePage .single_inner p + p {
  margin-top: 2.08334vw;
}
#topics main.singlePage .single_inner p + h1, #topics main.singlePage .single_inner p + h2, #topics main.singlePage .single_inner p + h3, #topics main.singlePage .single_inner p + h4, #topics main.singlePage .single_inner p + h5, #topics main.singlePage .single_inner p + h6 {
  margin-top: 2.03125vw;
}
@media (max-width: 1023px) {
  #topics main.singlePage .single_inner p + h1, #topics main.singlePage .single_inner p + h2, #topics main.singlePage .single_inner p + h3, #topics main.singlePage .single_inner p + h4, #topics main.singlePage .single_inner p + h5, #topics main.singlePage .single_inner p + h6 {
    margin-top: 10.512vw;
  }
}
#topics main.singlePage .single_inner p a {
  text-decoration: underline #7b726f;
  text-underline-offset: 0.52083vw;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  #topics main.singlePage .single_inner p a {
    text-underline-offset: 1.564vw;
  }
}
#topics main.singlePage .single_inner p a:hover {
  text-decoration: none;
}
#topics main.singlePage .single_inner h1,
#topics main.singlePage .single_inner h2,
#topics main.singlePage .single_inner h3 {
  font-size: 1.45834vw;
  font-weight: 500;
  margin-bottom: 2.604167vw;
}
@media (max-width: 1023px) {
  #topics main.singlePage .single_inner h1,
  #topics main.singlePage .single_inner h2,
  #topics main.singlePage .single_inner h3 {
    margin-bottom: 6.82vw;
    font-size: 5.97948vw;
  }
}
#topics main.singlePage .single_inner h4,
#topics main.singlePage .single_inner h5,
#topics main.singlePage .single_inner h6 {
  font-size: 1.25vw;
  font-weight: 500;
  position: relative;
  margin-bottom: 2.03125vw;
  padding-left: 1.875vw;
}
@media (max-width: 1023px) {
  #topics main.singlePage .single_inner h4,
  #topics main.singlePage .single_inner h5,
  #topics main.singlePage .single_inner h6 {
    margin-bottom: 6.82vw;
    padding-left: 7.256vw;
    font-size: 5.1538vw;
  }
}
#topics main.singlePage .single_inner h4::before,
#topics main.singlePage .single_inner h5::before,
#topics main.singlePage .single_inner h6::before {
  content: "";
  position: absolute;
  margin: auto;
  inset: 0 auto 0 0;
  background: #7b726f;
  height: 1px;
  width: 0.83334vw;
}
@media (max-width: 1023px) {
  #topics main.singlePage .single_inner h4::before,
  #topics main.singlePage .single_inner h5::before,
  #topics main.singlePage .single_inner h6::before {
    width: 4.10256vw;
  }
}
#topics main.singlePage .single_inner img {
  display: block;
  margin: 0 auto 4.1667vw;
}
@media (max-width: 1023px) {
  #topics main.singlePage .single_inner img {
    margin: 0 auto 10.5128vw;
  }
}
#topics main.singlePage .single_inner + .commonBtn {
  margin-top: 9.375vw;
  max-width: 19.2708vw;
}
@media (max-width: 1023px) {
  #topics main.singlePage .single_inner + .commonBtn {
    width: 77vw;
    max-width: inherit;
  }
}

@media (max-width: 1023px) {
  #about .middle_pageTtl .pagettl_area .ttl .en {
    line-height: 1.1;
  }
}
#about .about_inner {
  margin: 0 5vw 0 15vw;
}
@media (max-width: 1023px) {
  #about .about_inner {
    margin: 0 5vw 0 7.6vw;
  }
}
#about .vertical_jan {
  font-weight: 500;
  font-size: 1.979167vw;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  #about .vertical_jan {
    font-size: 6.15384vw;
  }
}
#about .txt_area p {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  #about .txt_area p {
    font-size: 3.58974vw;
  }
}
#about .about_top {
  margin-top: 15.9375vw;
}
#about .about_top .about_inner {
  position: relative;
  padding-bottom: 13.75vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  #about .about_top .about_inner {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
#about .about_top .vertical_jan {
  width: 2.9791vw;
}
@media (max-width: 1023px) {
  #about .about_top .vertical_jan {
    order: 0;
    width: 8.692vw;
  }
}
#about .about_top .txt_area {
  padding-top: 7.8645vw;
  width: 31.1979vw;
}
@media (max-width: 1023px) {
  #about .about_top .txt_area {
    order: 3;
    width: auto;
  }
}
#about .about_top .img01 {
  padding-top: 7.8645vw;
}
@media (max-width: 1023px) {
  #about .about_top .img01 {
    order: 1;
    padding-top: 25.641vw;
  }
}
#about .about_top .img01 figure {
  aspect-ratio: 69/83;
  width: 35.9375vw;
}
@media (max-width: 1023px) {
  #about .about_top .img01 figure {
    width: 67vw;
  }
}
@media (min-width: 1024px) {
  #about .about_top .img02 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 1023px) {
  #about .about_top .img02 {
    order: 2;
    padding-top: 10vw;
  }
}
#about .about_top .img02 figure {
  aspect-ratio: 58/37;
  width: 30.2083vw;
}
@media (max-width: 1023px) {
  #about .about_top .img02 figure {
    width: 50vw;
  }
}
#about .about_middle {
  margin-top: 11.4583vw;
  padding-bottom: 55.72916vw;
}
@media (max-width: 1023px) {
  #about .about_middle {
    padding-bottom: 185.72916vw;
    margin-top: 30vw;
  }
}
#about .about_middle .about_inner {
  margin-left: 5vw;
  position: relative;
}
@media (max-width: 1023px) {
  #about .about_middle .about_inner {
    margin-left: 0;
  }
}
#about .about_middle .img03 figure {
  aspect-ratio: 1536/570;
  width: 80vw;
  margin: 0 0 0 auto;
}
#about .about_middle .img04 {
  position: absolute;
  top: 22.3958vw;
  left: 0;
}
#about .about_middle .img04 figure {
  aspect-ratio: 60/79;
  width: 31.25vw;
}
#about .about_middle .txt_area {
  position: absolute;
  top: 39.0625vw;
  left: 44.0625vw;
}
@media (max-width: 1023px) {
  #about .about_middle .txt_area {
    left: 5vw;
  }
}
#about .about_middle .txt_area .vertical_jan {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 2.604167vw;
}
@media (max-width: 1023px) {
  #about .about_middle .txt_area .vertical_jan {
    margin-left: 40vw;
  }
}
#about .about_middle .txt_area .vertical_jan span {
  display: block;
}
#about .about_bottom .txt_area {
  margin-top: 7.8125vw;
}
#about .about_bottom .txt_area p {
  font-size: 1.04167vw;
  line-height: 2.4;
}
@media (max-width: 1023px) {
  #about .about_bottom .txt_area p {
    font-size: 4.10256vw;
  }
}
#about .about_bottom .img05 figure {
  aspect-ratio: 913/400;
  width: 95.104vw;
  margin: 0 0 0 auto;
}

#dining .dining_top {
  margin: 4.1667vw 0 12.5vw;
}
@media (max-width: 1023px) {
  #dining .dining_top {
    margin: 20vw 0 0;
  }
}
#dining .sec_dining {
  margin-top: 8.333vw;
}
@media (max-width: 1023px) {
  #dining .sec_dining {
    margin-top: 25.641vw;
  }
}
#dining .wide_inner {
  display: flex;
  gap: 4.16667vw;
  margin-top: 8.33334vw;
}
@media (max-width: 1023px) {
  #dining .wide_inner {
    flex-direction: column;
  }
}
#dining .wide_inner.re {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  #dining .wide_inner.re {
    flex-direction: column;
  }
}
#dining .wide_inner .img figure {
  aspect-ratio: 863/630;
}
@media (min-width: 1024px) {
  #dining .wide_inner .img figure {
    width: 44.9479vw;
  }
}
#dining .wide_inner .txt_area {
  margin: 0 5.128vw;
}
@media (min-width: 1024px) {
  #dining .wide_inner .txt_area {
    width: 30.78125vw;
    margin: 0;
  }
}
#dining .wide_inner .txt_area dl {
  display: flex;
  align-items: center;
  gap: 1.04167vw;
  margin-bottom: 2.0833vw;
}
@media (max-width: 1023px) {
  #dining .wide_inner .txt_area dl {
    margin-bottom: 5.1282vw;
  }
}
#dining .wide_inner .txt_area dl dt {
  background: #bfb8b5;
  text-align: center;
  font-size: 0.729167vw;
  padding: 0 0.5208vw;
}
@media (max-width: 1023px) {
  #dining .wide_inner .txt_area dl dt {
    font-size: 3.58974vw;
    padding: 0 2.5641vw;
  }
}
#dining .wide_inner .txt_area dl dd {
  line-height: 1.8;
}
#dining .wide_inner .txt_area p {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  #dining .wide_inner .txt_area p {
    font-size: 3.58974vw;
  }
}
#dining .comment {
  margin-top: 9.375vw;
}
@media (max-width: 1023px) {
  #dining .comment {
    margin-top: 14vw;
    text-align: left;
  }
}

#rooms .txt_area p {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  #rooms .txt_area p {
    font-size: 3.58974vw;
  }
}
#rooms .img_third figure {
  aspect-ratio: 73/55;
}
@media (min-width: 1024px) {
  #rooms .img_third figure {
    width: 22.8125vw;
  }
}
#rooms .img_two figure {
  aspect-ratio: 331/195;
}
@media (min-width: 1024px) {
  #rooms .img_two figure {
    width: 34.47916vw;
  }
}
#rooms .detail {
  display: flex;
}
@media (max-width: 1023px) {
  #rooms .detail {
    flex-direction: column;
    gap: 8vw;
  }
}
@media (min-width: 1024px) {
  #rooms .detail:has(.img_third) {
    gap: 0.78125vw;
  }
}
@media (min-width: 1024px) {
  #rooms .detail:has(.img_two) {
    gap: 1.041667vw;
  }
}
#rooms .detail p {
  font-size: 0.9375vw;
  margin-top: 1.2625vw;
  line-height: 2;
}
@media (max-width: 1023px) {
  #rooms .detail p {
    font-size: 3.58974vw;
  }
}
#rooms .rooms_top {
  margin: 4.1667vw 0 0;
}
@media (max-width: 1023px) {
  #rooms .rooms_top {
    margin: 6vw 0 0;
  }
}
#rooms .sec_rooms {
  margin: 13.541vw 0 1.04166vw;
}
@media (max-width: 1023px) {
  #rooms .sec_rooms {
    margin: 25vw 0 3vw;
  }
}
#rooms .sec_rooms .img01 figure {
  aspect-ratio: 672/365;
}
@media (min-width: 1024px) {
  #rooms .sec_rooms .img01 figure {
    width: 70vw;
  }
}
#rooms .sec_rooms .base_table {
  margin-top: 3.6458vw;
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table {
    display: block;
    margin-top: 10vw;
  }
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table tbody > tr {
    width: 50%;
  }
}
#rooms .sec_rooms .base_table th {
  width: 16.6666666667%;
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table th {
    display: block;
    width: 100%;
    border-top: none;
    border-right: 1px solid #7b726f;
  }
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table th:first-of-type {
    border-top: 1px solid #7b726f;
  }
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table th:nth-of-type(2) {
    height: 15.3vw;
  }
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table td {
    display: block;
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table td:first-of-type {
    border-top: 1px solid #7b726f;
  }
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .base_table td:nth-of-type(2) {
    height: 15.3vw;
  }
}
#rooms .sec_rooms .base_table td.no_smoking {
  line-height: 1.2;
}
#rooms .sec_rooms .chocolate {
  background: #eeece8;
  padding: 2.604167vw 5.46875vw 2.604167vw 2.604167vw;
  display: flex;
  gap: 4.16666vw;
  margin-top: 5.20833vw;
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .chocolate {
    padding: 4vw;
    flex-direction: column;
    margin-top: 10vw;
  }
}
#rooms .sec_rooms .chocolate figure {
  aspect-ratio: 331/210;
}
@media (min-width: 1024px) {
  #rooms .sec_rooms .chocolate figure {
    width: 32.39583vw;
  }
}
@media (min-width: 1024px) {
  #rooms .sec_rooms .chocolate .txt_area {
    width: calc(100% - 32.39583vw - 4.16666vw);
  }
}
#rooms .sec_rooms .chocolate .txt_area p {
  font-size: 0.83334vw;
  margin-bottom: 1.60416vw;
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .chocolate .txt_area p {
    font-size: 3.58974vw;
    margin-bottom: 4vw;
  }
}
#rooms .sec_rooms .chocolate .sub_ttl {
  color: #3b2b26;
  font-size: 0.72916vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.1;
  margin-bottom: 1.60416vw;
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .chocolate .sub_ttl {
    font-size: 3.0769vw;
    margin-bottom: 4vw;
  }
}
#rooms .sec_rooms .chocolate .sub_ttl span {
  display: block;
  font-size: 1.5625vw;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .chocolate .sub_ttl span {
    font-size: 5.1282vw;
  }
}
#rooms .sec_rooms .chocolate .border_list {
  margin-bottom: 1.625vw;
}
@media (max-width: 1023px) {
  #rooms .sec_rooms .chocolate .border_list {
    margin-bottom: 4vw;
  }
}

#price-plans .sec_price-top {
  margin-top: 13.4895vw;
  margin-bottom: 10.4166vw;
}
@media (max-width: 1023px) {
  #price-plans .sec_price-top {
    margin: 20vw 0;
  }
}
@media (max-width: 1023px) {
  #price-plans .sec_price-top .align_center {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  #price-plans .middle_ttl {
    margin-bottom: 1.5vw;
  }
}
@media (min-width: 1024px) {
  #price-plans .check {
    display: flex;
    gap: 5.208vw;
    justify-content: center;
  }
}
#price-plans .check > div {
  display: flex;
  gap: 1.04167vw;
}
@media (max-width: 1023px) {
  #price-plans .check > div {
    margin-bottom: 5vw;
    gap: 4vw;
  }
}
#price-plans .check > div dt {
  background: #bfb8b5;
  text-align: center;
  width: 9.375vw;
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  #price-plans .check > div dt {
    font-size: 4.10256vw;
    width: 32.641vw;
  }
}
#price-plans .check > div dd {
  font-size: 1.04166vw;
}
@media (max-width: 1023px) {
  #price-plans .check > div dd {
    font-size: 4.61538vw;
  }
}
#price-plans .sec_price-plans {
  margin-bottom: 8.3333vw;
}
#price-plans .sec_price-plans .base_table thead th {
  background: #3b2b26;
  color: #fff;
}
#price-plans .sec_price-plans .base_table thead th.w1 {
  width: 19%;
}
@media (max-width: 1023px) {
  #price-plans .sec_price-plans .base_table thead th.w1 {
    width: 22%;
  }
}
#price-plans .sec_price-plans .base_table thead th.w2 {
  width: 27%;
}
@media (max-width: 1023px) {
  #price-plans .sec_price-plans .base_table thead th.w2 {
    width: 26%;
  }
}
@media (max-width: 1023px) {
  #price-plans .sec_price-plans .base_table tbody th,
  #price-plans .sec_price-plans .base_table tbody td {
    font-size: 3.0769vw;
  }
}
#price-plans .sec_price-plans .table_txt {
  margin-top: 1.25vw;
  line-height: 2;
}

@media (max-width: 1023px) {
  #location-access .middle_pageTtl .pagettl_area .ttl .en {
    /*   font-size: 10.3846vw; */
    line-height: 1.1;
  }
}
#location-access .txt_area p {
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  #location-access .txt_area p {
    font-size: 3.58974vw;
  }
}
#location-access .location_top {
  margin: 4.1667vw 0 0;
}
@media (max-width: 1023px) {
  #location-access .location_top {
    margin: 20vw 5vw 0;
  }
}
#location-access .location_top .location_inner {
  margin: 0 0 0 15vw;
}
@media (max-width: 1023px) {
  #location-access .location_top .location_inner {
    margin: 0;
  }
}
#location-access .sec_location00 {
  margin-top: 8.75vw;
}
@media (max-width: 1023px) {
  #location-access .sec_location00 {
    margin-top: 24vw;
  }
}
@media (min-width: 1024px) {
  #location-access .sec_location00 .location_inner {
    margin: 0 0 0 7.5vw;
  }
}
#location-access .sec_location00 .middle_ttl {
  margin-left: 7.5vw;
}
#location-access .sec_location00 .map_img {
  position: relative;
}
@media (max-width: 1023px) {
  #location-access .sec_location00 .map_img {
    padding-bottom: 30vw;
  }
}
@media (max-width: 1023px) {
  #location-access .sec_location00 .map_img .js-scroll {
    padding-bottom: 7vw;
  }
}
#location-access .sec_location00 .commonBtn {
  width: 19.27083vw;
  position: absolute;
  bottom: 0;
  right: 5vw;
  z-index: 11;
}
@media (max-width: 1023px) {
  #location-access .sec_location00 .commonBtn {
    width: 70vw;
    right: 15vw;
  }
}
#location-access .sec_location01 {
  margin-top: 15.3645vw;
}
@media (max-width: 1023px) {
  #location-access .sec_location01 {
    margin-top: 30vw;
  }
}
#location-access .sec_location01 .location_inner {
  margin: 0 0 0 15vw;
}
@media (max-width: 1023px) {
  #location-access .sec_location01 .location_inner {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  #location-access .sec_location01 .middle_ttl {
    margin: 0 0 5.128vw 5.128vw;
  }
}
#location-access .sec_location01 .img01 figure {
  aspect-ratio: 204/115;
}
#location-access .sec_location02 {
  margin-top: 8.854167vw;
}
@media (max-width: 1023px) {
  #location-access .sec_location02 {
    margin-top: 30vw;
  }
}
#location-access .sec_location02 .wide_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#location-access .sec_location02 .txt_area {
  margin: 0 5.128vw 5.128vw;
}
@media (min-width: 1024px) {
  #location-access .sec_location02 .txt_area {
    margin: 8.85416vw 0 0 10vw;
    width: 38.85416vw;
  }
}
@media (max-width: 1023px) {
  #location-access .sec_location02 .txt_area {
    order: 1;
    padding: 8.82vw 0;
  }
}
#location-access .sec_location02 .txt_area p {
  letter-spacing: 0.01em;
}
@media (max-width: 1023px) {
  #location-access .sec_location02 .img02 {
    width: 100%;
    order: 0;
  }
}
#location-access .sec_location02 .img02 figure {
  aspect-ratio: 69/83;
}
@media (min-width: 1024px) {
  #location-access .sec_location02 .img02 figure {
    width: 35.9375vw;
  }
}
@media (max-width: 1023px) {
  #location-access .sec_location02 .img03 {
    width: 100%;
    order: 2;
  }
}
#location-access .sec_location02 .img03 figure {
  aspect-ratio: 58/37;
}
@media (min-width: 1024px) {
  #location-access .sec_location02 .img03 figure {
    width: 30.2083vw;
  }
}
#location-access .sec_location02 .img04 {
  margin-top: 10.416vw;
  margin-right: 10vw;
}
@media (max-width: 1023px) {
  #location-access .sec_location02 .img04 {
    width: 80vw;
    order: 3;
    margin: 15vw auto 0;
  }
}
#location-access .sec_location02 .img04 figure {
  aspect-ratio: 8/5;
}
@media (min-width: 1024px) {
  #location-access .sec_location02 .img04 figure {
    width: 41.6667vw;
  }
}
#location-access .sec_location03 {
  margin-top: 10.416vw;
}
@media (max-width: 1023px) {
  #location-access .sec_location03 {
    margin-top: 30vw;
  }
}
@media (min-width: 1024px) {
  #location-access .sec_location03 .wide_inner {
    margin: 0 15vw 0 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5.20833vw;
  }
}
@media (max-width: 1023px) {
  #location-access .sec_location03 .txt_area {
    margin: 0 5.128vw 15vw;
  }
}
@media (max-width: 1023px) {
  #location-access .sec_location03 .img05 {
    width: 100%;
  }
}
#location-access .sec_location03 .img05 figure {
  aspect-ratio: 517/350;
}
@media (min-width: 1024px) {
  #location-access .sec_location03 .img05 figure {
    width: 53.8541vw;
  }
}
#location-access .sec_location04 {
  margin-top: 10.416vw;
  margin-bottom: 13.0208vw;
}
@media (max-width: 1023px) {
  #location-access .sec_location04 {
    margin-top: 30vw;
    margin-bottom: 39vw;
  }
}
#location-access .sec_location04 .wide_inner {
  position: relative;
  height: 92.7vw;
}
@media (max-width: 1023px) {
  #location-access .sec_location04 .wide_inner {
    height: 295.89vw;
  }
}
@media (max-width: 1023px) {
  #location-access .sec_location04 .txt_area {
    padding: 120.769vw 5.128vw 7.692vw;
  }
}
@media (min-width: 1024px) {
  #location-access .sec_location04 .txt_area {
    position: absolute;
    top: 46.354vw;
    left: 37.03125vw;
    width: 42.96875vw;
  }
}
@media (max-width: 1023px) {
  #location-access .sec_location04 .img06 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#location-access .sec_location04 .img06 figure {
  aspect-ratio: 384/175;
  margin: 0 0 0 auto;
}
@media (min-width: 1024px) {
  #location-access .sec_location04 .img06 figure {
    width: 80vw;
  }
}
#location-access .sec_location04 .img07 {
  position: absolute;
  top: 32.375vw;
  left: 0;
}
@media (max-width: 1023px) {
  #location-access .sec_location04 .img07 {
    top: 37.18vw;
    left: 5.128vw;
    width: 56.41vw;
  }
}
#location-access .sec_location04 .img07 figure {
  aspect-ratio: 60/79;
}
@media (min-width: 1024px) {
  #location-access .sec_location04 .img07 figure {
    width: 31.25vw;
  }
}
#location-access .sec_location04 .img08 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1023px) {
  #location-access .sec_location04 .img08 {
    width: 100%;
  }
}
#location-access .sec_location04 .img08 figure {
  aspect-ratio: 58/37;
}
@media (min-width: 1024px) {
  #location-access .sec_location04 .img08 figure {
    width: 30.20834vw;
  }
}
#location-access .sec_map {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  #location-access .sec_map .txt_area {
    padding: 15.3846vw 5.128vw 5vw;
  }
}

@media (min-width: 1024px) {
  .en_page #header .globalnav__inner .nav_info > p {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .en_page .commonBtn.fix_btn span {
    text-align: left;
    padding: 1.5vw 0 1.5vw 2vw;
  }
}
.en_page.middle .middle_pageTtl .pagettl_area .ttl > span:not(.en) {
  display: none;
}
.en_page#index .sec_mv .hero {
  letter-spacing: 0.01em;
}
.en_page#about .txt_area p {
  text-align: justify;
}
.en_page#about .vertical {
  writing-mode: inherit;
  font-weight: 500;
  font-size: 1.979167vw;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  .en_page#about .vertical {
    font-size: 6.15384vw;
  }
}
.en_page#about .about_top .about_inner {
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .en_page#about .about_top .about_inner {
    padding-bottom: 17.75vw;
  }
}
.en_page#about .about_top .vertical {
  width: 100vw;
}
@media (max-width: 1023px) {
  .en_page#about .about_top .vertical {
    order: 0;
    width: 100vw;
  }
}
@media (max-width: 1023px) {
  .en_page#about .about_top .img01 {
    padding-top: 10vw;
  }
}
@media (min-width: 1024px) {
  .en_page#about .about_middle {
    padding-bottom: 50vw;
  }
}
@media (min-width: 1024px) {
  .en_page#about .about_middle .txt_area .vertical {
    margin-bottom: 6vw;
  }
}
.en_page#about .about_middle .txt_area .vertical span {
  display: block;
}
@media (max-width: 1023px) {
  .en_page#about .about_middle .txt_area .vertical {
    margin: 30vw auto 10vw;
  }
}
.en_page#location-access .txt_area p {
  text-align: justify;
}
@media (min-width: 1024px) {
  .en_page#location-access .sec_location02 .txt_area {
    margin: 3.85416vw 0 0 10vw;
  }
}
.en_page#location-access .sec_location04 .wide_inner {
  height: 98.7vw;
}
@media (max-width: 1023px) {
  .en_page#location-access .sec_location04 .wide_inner {
    height: 335.89vw;
  }
}

#error404 main {
  height: 100vh;
}

@media (min-width: 601px) {
  .sp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sptab {
    display: none;
  }
}

@media (max-width: 1023px) {
  .tabpc {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pc {
    display: none;
  }
}

main {
  display: block;
  width: 100vw;
  position: relative;
  z-index: 1;
  padding-bottom: 6vw;
}
@media (min-width: 1024px) {
  main {
    margin-bottom: 100vh;
    background-image: url(../img/common/bg_all@2x.webp);
    background-repeat: repeat;
    background-position: center top;
    background-size: contain;
    padding-bottom: 3.125vw;
  }
}

/***********************
　　　レイアウト
*************************/
.sec_inner {
  margin: 0 5vw;
}
@media (max-width: 1023px) {
  .sec_inner {
    margin: 0 7.692vw;
  }
}

.middle_inner {
  width: 70vw;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .middle_inner {
    width: 86vw;
  }
}

.base_inner {
  margin: 0 15vw;
}
@media (max-width: 1023px) {
  .base_inner {
    margin: 0 5.128vw;
  }
}

.wide_inner {
  margin: 0 5vw;
}
@media (max-width: 1023px) {
  .wide_inner {
    margin: 0;
  }
}

.bg_white {
  background: #fff;
}

.bg_color1 {
  background: #f6f9ee;
}

.iframe_block {
  aspect-ratio: 16/9;
}
.iframe_block iframe {
  width: 100%;
  height: 100%;
}

.grid_column2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
}
@media (max-width: 1023px) {
  .grid_column2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

/***********************
　　　スクロール
*************************/
.js-scroll {
  overflow-y: hidden !important;
}
.js-scroll > * {
  /*  @include mq(tab) {
    min-width: 1000px;
  }
  @include mq(sp) {
    min-width: 700px;
  } */
}
@media (max-width: 1023px) {
  .js-scroll > * {
    min-width: 180vw;
  }
}
.js-scroll.scroll-hint.is-right-scrollable {
  background: none;
}
@media (max-width: 1023px) {
  .js-scroll .scroll-hint-icon {
    left: 10% !important;
  }
}

.scroll_design {
  scrollbar-color: #414042 #f1f2f2;
  scrollbar-width: thin;
}
.scroll_design::-webkit-scrollbar {
  /* スクロールバー全体の幅 */
  width: 6px;
}
.scroll_design::-webkit-scrollbar-track {
  /* スクロールバーの背景 (トラック) */
  background-color: #f1f2f2;
  border-radius: 5px;
}
.scroll_design::-webkit-scrollbar-thumb {
  /* スクロールバーのつまみ (thumb) */
  border-radius: 5px;
  background-color: #414042;
}

/***********************
  　　　テキスト
*************************/
.vertical {
  writing-mode: sideways-lr;
}

@supports not (writing-mode: sideways-lr) {
  .vertical {
    writing-mode: sideways-lr;
    text-orientation: mixed;
  }
}
.vertical_jan {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
}

.txt_orange {
  color: #3b2b26;
}

.txt_white {
  color: #fff;
}

.txt_red {
  color: #e42815;
}

.txt_bold {
  font-weight: bold;
}

.txt_semi_bold {
  font-weight: 600;
}

.txt_medium {
  font-weight: 500;
}

.txt_normal {
  font-weight: 400;
}

.en {
  font-family: "EB Garamond", serif;
}

.txt_area p {
  line-height: 2;
}
.txt_area p + p {
  margin-top: 1.1em;
}
.txt_area p a {
  color: #3b2b26;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.txt_area p a:hover {
  text-decoration: none;
}

.block {
  display: block;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

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

.txt_line_height2 {
  line-height: 2;
}

/***********************
　　　タイトル
*************************/
.main_ttl {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 3.125vw;
  line-height: 1.3;
  margin-bottom: 1.6vw;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .main_ttl {
    font-size: 12.82vw;
    margin-bottom: 4.256vw;
  }
}
.main_ttl.type_large {
  font-size: 3.6458vw;
}
@media (max-width: 1023px) {
  .main_ttl.type_large {
    font-size: 15.3846vw;
  }
}
@media (max-width: 1023px) {
  .main_ttl.sp_mini {
    font-size: 7.6923vw;
  }
}

/***********************
　　　リンク
*************************/
.commonBtn {
  background: #3b2b26;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0.83334vw;
  padding: 0.677vw 0;
  width: 30vw;
  position: relative;
  display: block;
  transition: 0.5s ease-in-out;
  border-radius: 0.2vw;
  font-weight: 600;
  border-radius: 0.208vw;
}
@media (max-width: 1023px) {
  .commonBtn {
    font-size: 3.589vw;
    padding: 1.564vw 0;
    border-radius: 1.025vw;
    width: 80vw;
  }
}
.commonBtn span {
  position: relative;
  display: block;
  padding: 0.17vw 1vw 0.17vw 0;
}
@media (max-width: 1023px) {
  .commonBtn span {
    padding: 1.5vw 5vw 1.5vw 0;
  }
}
.commonBtn span::before, .commonBtn span::after {
  content: "";
  position: absolute;
  margin: auto;
  transition: 0.5s ease-in-out;
}
.commonBtn span::before {
  width: 1px;
  height: 100%;
  background: #fff;
  inset: 0 2.8125vw 0 auto;
}
@media (max-width: 1023px) {
  .commonBtn span::before {
    inset: 0 13.7435vw 0 auto;
  }
}
.commonBtn span::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  width: 0.41vw;
  height: 0.41vw;
  inset: 0 1.4075vw 0 auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  .commonBtn span::after {
    width: 1.538vw;
    height: 1.538vw;
    inset: 0 6.1025vw 0 auto;
  }
}
.commonBtn:hover {
  background: #fff;
  border-color: #3b2b26;
  color: #3b2b26;
}
.commonBtn:hover span::before {
  background: #3b2b26;
}
.commonBtn:hover span::after {
  border-color: #3b2b26;
}
.commonBtn.center {
  margin: 0 auto;
}
.commonBtn.type_tran {
  background: transparent;
  border-color: #3b2b26;
  color: #3b2b26;
}
.commonBtn.type_tran span::before {
  background: #3b2b26;
}
.commonBtn.type_tran span::after {
  border-color: #3b2b26;
}
.commonBtn.type_tran:hover {
  background: #3b2b26;
  border-color: #fff;
  color: #fff;
}
.commonBtn.type_tran:hover span::before {
  background: #fff;
}
.commonBtn.type_tran:hover span::after {
  border-color: #fff;
}
.commonBtn.type_big {
  margin-top: 8.3333vw;
  width: 28.125vw;
  padding: 1.297vw 0;
  font-size: 1.04166vw;
}
@media (max-width: 1023px) {
  .commonBtn.type_big {
    width: 84.615vw;
    font-size: 3.589vw;
  }
}

.commonLink {
  position: relative;
  padding-right: 4.167vw;
  display: inline-block;
}
@media (max-width: 1023px) {
  .commonLink {
    padding-right: 15.3846vw;
  }
}
.commonLink::before, .commonLink::after {
  content: "";
  position: absolute;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.commonLink::before {
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  border: 1px solid #3b2b26;
  background: transparent;
  inset: 0 0 0 auto;
}
@media (max-width: 1023px) {
  .commonLink::before {
    width: 10.256vw;
    height: 10.256vw;
  }
}
.commonLink::after {
  border-right: 1px solid #3b2b26;
  border-bottom: 1px solid #3b2b26;
  transform: rotate(-45deg);
  width: 0.41vw;
  height: 0.41vw;
  inset: 0 1.25vw 0 auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  .commonLink::after {
    width: 1.538vw;
    height: 1.538vw;
    inset: 0 4.8025vw 0 auto;
  }
}
.commonLink span {
  position: relative;
  line-height: 2.4;
}
.commonLink span::after {
  position: absolute;
  content: "";
  background: #7b726f;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.6em;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.65s ease-out;
}
@media (max-width: 1023px) {
  .commonLink span::after {
    bottom: -0.5em;
  }
}
.commonLink:hover::before {
  background: #3b2b26;
}
.commonLink:hover::after {
  border-color: #fff;
}
.commonLink:hover span::after {
  transform: scale(0, 1);
  transform-origin: right center;
}

.sns_btn {
  font-family: "EB Garamond", serif;
  line-height: 1.5;
  padding-left: 1.25vw;
  position: relative;
}
@media (max-width: 1023px) {
  .sns_btn {
    font-size: 4.1025vw;
    padding-left: 9.7435vw;
  }
}
.sns_btn::before {
  content: "";
  position: absolute;
  background: url(../img/icon/instagram.svg) no-repeat center center/contain;
  width: 0.83334vw;
  height: 0.83334vw;
  margin: auto;
  inset: 0 auto 0 0;
}
@media (max-width: 1023px) {
  .sns_btn::before {
    width: 6.1538vw;
    height: 6.1538vw;
  }
}
.sns_btn.white {
  color: #fff;
}
.sns_btn.white::before {
  filter: brightness(1) invert(1);
}

.fix_btn {
  position: sticky;
  z-index: 2;
  margin: 0 5vw 0 auto;
  bottom: 3.125vw;
  width: 14.84vw;
}
@media (max-width: 1023px) {
  .fix_btn {
    bottom: 2.564vw;
    right: 2.564vw;
    width: 47.4359vw;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1023px) {
  .fix_btn span::before {
    inset: 0 9.7435vw 0 auto;
  }
}
@media (max-width: 1023px) {
  .fix_btn span::after {
    inset: 0 5.1025vw 0 auto;
  }
}

.txtlink {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  position: relative;
  display: inline-block;
  padding-right: 0.52083vw;
  color: #3b2b26;
  line-height: 1.8;
}
.txtlink::after {
  position: absolute;
  content: "";
  border-right: 1px solid #3b2b26;
  border-bottom: 1px solid #3b2b26;
  transform: rotate(-45deg);
  width: 0.41vw;
  height: 0.41vw;
  inset: 0 0 0 auto;
  z-index: 1;
  margin: auto;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  .txtlink::after {
    width: 1.538vw;
    height: 1.538vw;
  }
}
.txtlink + .txtlink {
  margin-top: 0.54167vw;
}
.txtlink:hover::after {
  transform: rotate(-45deg) translate(5px, 5px);
}

@media (min-width: 601px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
　　　リスト
*************************/
ul.border_list li {
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}
ul.border_list li::before {
  content: "";
  position: absolute;
  width: 0.52083vw;
  height: 1px;
  background: #7b726f;
  inset: 1em auto auto 0;
  margin: auto;
}
@media (max-width: 1023px) {
  ul.border_list li::before {
    width: 3.0897vw;
  }
}

ol.list_number {
  margin-left: 1rem;
}
ol.list_number li {
  list-style-type: decimal;
}
ol.list_alphabet {
  margin-left: 1rem;
}
ol.list_alphabet li {
  list-style-type: lower-latin;
}
ol.list_romaji {
  margin-left: 1rem;
}
ol.list_romaji li {
  list-style-type: upper-roman;
}
ol.number {
  counter-reset: circle-counter;
}
ol.number li {
  position: relative;
  list-style-type: none;
  padding-left: 2em;
  counter-increment: circle-counter;
  line-height: 1.8;
}
ol.number li::before {
  position: absolute;
  content: "" counter(circle-counter) "";
  font-weight: 600;
  color: #fff;
  padding: 0 0.2em;
  background: #3b2b26;
  border-radius: 4px;
  margin-right: 0.5em;
  width: 1.7em;
  display: inline-block;
  margin: auto;
  inset: 0 auto auto 0;
  text-align: center;
  height: 1.7em;
}
ol.number li + li {
  margin-top: 10px;
}

.anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .anchor_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
}
.anchor_list li a {
  font-size: clamp(14px, 1.6vw, 18px);
}
.anchor_list li a span {
  position: initial;
}
.anchor_list li a span::before {
  inset: 0 1em 0 auto;
}
.anchor_list li a span::after {
  transform: rotate(135deg);
  inset: 0 1.4em 0 auto;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
}
.animate.is-active {
  animation: slideIn 0.8s 0.2s forwards;
}

.fadeup_txt {
  opacity: 0;
  transition: translate 1s cubic-bezier(0.5, 1, 0.89, 1), opacity 1s ease;
  transition-delay: 0s, 0.3s;
  translate: 0 5px;
}
.fadeup_txt.is-active {
  opacity: 1;
  translate: 0;
}

.fadeImg {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.fadeImg.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/***********************
　　　画像filter
*************************/
.parallax_window {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.parallax_window .parallax_img {
  width: 110%;
  height: 110%;
  top: -5%;
  object-fit: cover;
  position: absolute;
  will-change: transform;
  transition: scale 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.parallax_window:has(a):hover img {
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  --tw-scale-z: 102%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

.img_filter img {
  display: block;
  filter: blur(8px) brightness(2);
  will-change: filter;
  transition: mask-position var(--mask-duration, 1.9s) var(--ease-out-sine), filter var(--filter-duration, 1.6s) var(--ease-out-sine);
}
@media (max-width: 1023px) {
  .img_filter img {
    filter: blur(4px) brightness(1.05);
    transition: mask-position var(--mask-duration, 2.1s) var(--ease-out-sine), filter var(--filter-duration, 1.8s) var(--ease-out-sine);
  }
}
.img_filter.is-run img {
  filter: blur(0) brightness(1);
  mask-position: 0 0;
  animation: img_shine 2.3s ease-out 1;
}
@media (max-width: 1023px) {
  .img_filter.is-run img {
    animation: img_shine 1.7s ease-out 1;
  }
}

/***********************
　　　タブ切り替え
*************************/
.tab-contents .tab-contents-item {
  display: none;
}
.tab-contents .tab-contents-item.active {
  display: block;
}

/***********************
　　　パララックス
*************************/
[data-speed] {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

@media (max-width: 1023px) {
  html:has(.fix_btn.is-hidden) .pageTop {
    bottom: 8.564vw;
  }
}

.pageTop {
  width: 2.60417vw;
  height: 2.60417vw;
  position: fixed;
  z-index: 99;
  bottom: 3.3854vw;
  right: 2.083vw;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1023px) {
  .pageTop {
    width: 9.23vw;
    height: 9.23vw;
    bottom: 15.564vw;
    right: 2.564vw;
  }
}
.pageTop a {
  position: relative;
  display: block;
  border: #1d201f solid 1px;
  mix-blend-mode: difference;
  border-radius: 50%;
  width: 2.60417vw;
  height: 2.60417vw;
  position: relative;
}
@media (max-width: 1023px) {
  .pageTop a {
    width: 9.23vw;
    height: 9.23vw;
  }
}
.pageTop a:hover {
  background: rgba(29, 32, 31, 0.5);
}
.pageTop a:hover::before {
  border-color: #1d201f;
}
.pageTop a::before {
  position: absolute;
  content: "";
  z-index: 1;
}
.pageTop a::before {
  width: 0.625vw;
  height: 0.625vw;
  border-right: 1px solid #1d201f;
  border-bottom: 1px solid #1d201f;
  transform: rotate(-135deg);
  inset: 12% 0 0 0;
  margin: auto;
  mix-blend-mode: difference;
}
@media (max-width: 1023px) {
  .pageTop a::before {
    width: 1.794vw;
    height: 1.794vw;
  }
}
.pageTop.is_white a {
  border-color: #fff;
}
.pageTop.is_white a::before {
  border-color: #fff;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* @keyframes fadeUpAnime_mv {
    from {
        //opacity: 0;
        transform: translateY(100px);
    }
    to {
        //opacity: 1;
        transform: translateY(0);
    }
} */
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes img_shine {
  0% {
    filter: blur(10px) brightness(1.05);
  }
  60% {
    filter: blur(0) brightness(1.25);
  }
  100% {
    filter: blur(0) brightness(1);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.base_table {
  width: 100%;
}
.base_table caption {
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.base_table caption span {
  font-size: 70%;
}
.base_table th {
  background: #bfb8b5;
  color: #1d201f;
  font-weight: 500;
  border-top: 1px solid #7b726f;
  border-bottom: 1px solid #7b726f;
  font-size: 0.9375vw;
}
.base_table th:not(:last-of-type) {
  border-right: 1px solid #7b726f;
}
@media (max-width: 1023px) {
  .base_table th {
    font-size: 3.5897vw;
  }
}
.base_table td {
  background: #eeece8;
  border-bottom: 1px solid #7b726f;
  font-size: 0.9375vw;
  font-weight: 400;
}
.base_table td:not(:last-of-type) {
  border-right: 1px solid #7b726f;
}
@media (max-width: 1023px) {
  .base_table td {
    font-size: 3.5897vw;
  }
}
.base_table th,
.base_table td {
  padding: 0.7vw;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
}
.base_table a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #3b2b26;
}
.base_table a:hover {
  text-decoration: none;
}
.base_table.even_color tr:nth-child(2n) td {
  background: #f6f6f6;
}
.base_table.ftd_border tr:first-of-type td {
  border-top: 1px solid #7b726f;
}

.breadcrumb {
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .breadcrumb.sec_inner {
    margin: 0 4vw;
  }
}
.breadcrumb .bread_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 18.75vw auto 0;
  gap: 0 1.5625vw;
}
@media (max-width: 1023px) {
  .breadcrumb .bread_list {
    gap: 2vw 7.6923vw;
    margin: 35.897vw auto 0;
  }
}
.breadcrumb .bread_list li {
  color: #1d201f;
  font-size: 0.72916vw;
  line-height: 1;
}
@media (max-width: 1023px) {
  .breadcrumb .bread_list li {
    font-size: 3.58974vw;
  }
}
.breadcrumb .bread_list li:first-of-type a {
  white-space: nowrap;
}
.breadcrumb .bread_list li:not(:last-child) {
  /*  padding-right: 1.5625vw; */
  position: relative;
  /*  @include mq(sp_tab) {
      padding-right: 3.84615vw;
  } */
}
.breadcrumb .bread_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  border-right: 1px solid #7b726f;
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0 -0.78125vw 0 auto;
}
@media (max-width: 1023px) {
  .breadcrumb .bread_list li:not(:last-child)::after {
    inset: 0 -3.84615vw 0 auto;
  }
}
.breadcrumb .bread_list li a {
  transition: 0.3s;
  /*  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #142f24; */
}
.breadcrumb .bread_list li a:hover {
  text-decoration: none;
}
.breadcrumb .bread_list li a.single_cat:not(:last-of-type) {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}
.breadcrumb .bread_list li a.single_cat:not(:last-of-type)::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #aaa;
  width: 1px;
  height: 10px;
}

.middle main .fix_btn {
  position: fixed;
  right: 5vw;
  top: 50vw;
  height: 3.125vw;
  margin: 0;
  will-change: top, right, opacity;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, top 0.45s ease, right 0.45s ease, opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .middle main .fix_btn {
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out, top 0.8s cubic-bezier(0.22, 1, 0.36, 1), right 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  }
}
@media (max-width: 1023px) {
  .middle main .fix_btn {
    right: 2.564vw;
    height: 11.918vw;
    top: calc(100dvh - 11.918vw - 2.564vw);
  }
}
@media (max-width: 1023px) {
  .middle main .fix_btn.no_img {
    top: 40vw;
  }
}
.middle main .fix_btn.type_middle {
  margin: 0 0 0 auto;
  top: calc(100dvh - 3.125vw - 3.125vw);
}
@media (max-width: 1023px) {
  .middle main .fix_btn.type_middle {
    top: calc(100dvh - 11.918vw - 2.564vw);
    right: 2.564vw;
  }
}
.middle main .fix_btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.middle main .middle_pageTtl {
  position: relative;
  padding: 15.08vw 0 0;
}
@media (max-width: 1023px) {
  .middle main .middle_pageTtl {
    padding-top: 41.282vw;
  }
}
.middle main .middle_pageTtl .pagettl_area {
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.middle main .middle_pageTtl .pagettl_area figure,
.middle main .middle_pageTtl .pagettl_area picture,
.middle main .middle_pageTtl .pagettl_area .img_filter {
  aspect-ratio: 147/58;
  width: 76.5625vw;
  margin: 0 0 0 auto;
}
@media (max-width: 1023px) {
  .middle main .middle_pageTtl .pagettl_area figure,
  .middle main .middle_pageTtl .pagettl_area picture,
  .middle main .middle_pageTtl .pagettl_area .img_filter {
    width: 94.8718vw;
    aspect-ratio: 37/26;
  }
}
.middle main .middle_pageTtl .pagettl_area .ttl {
  margin: 0 0 0 15vw;
  font-weight: 500;
  font-size: 1.5625vw;
  letter-spacing: 0.08em;
}
@media (max-width: 1023px) {
  .middle main .middle_pageTtl .pagettl_area .ttl {
    margin: 0 0 0 5.128vw;
    font-size: 4.1025vw;
    line-height: 2.1;
  }
}
.middle main .middle_pageTtl .pagettl_area .ttl .en {
  font-weight: 400;
  line-height: 1.5;
  font-size: 4.6875vw;
  display: block;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .middle main .middle_pageTtl .pagettl_area .ttl .en {
    font-size: 15.3846vw;
    line-height: 1.3;
  }
}
.middle main .middle_pageTtl:has(figure), .middle main .middle_pageTtl:has(picture), .middle main .middle_pageTtl:has(.img_filter) {
  padding-top: 7.625vw;
}
@media (max-width: 1023px) {
  .middle main .middle_pageTtl:has(figure), .middle main .middle_pageTtl:has(picture), .middle main .middle_pageTtl:has(.img_filter) {
    padding-top: 40.1538vw;
  }
}
.middle main .middle_pageTtl:has(figure) .pagettl_area .ttl, .middle main .middle_pageTtl:has(picture) .pagettl_area .ttl, .middle main .middle_pageTtl:has(.img_filter) .pagettl_area .ttl {
  margin: 4.1667vw 0 0 15vw;
}
@media (max-width: 1023px) {
  .middle main .middle_pageTtl:has(figure) .pagettl_area .ttl, .middle main .middle_pageTtl:has(picture) .pagettl_area .ttl, .middle main .middle_pageTtl:has(.img_filter) .pagettl_area .ttl {
    margin: 4.1667vw 0 0 5.128vw;
  }
}
.middle main .middle_ttl {
  font-size: 2.1875vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 2.60416vw;
}
@media (max-width: 1023px) {
  .middle main .middle_ttl {
    font-size: 5.641vw;
    line-height: 1.8;
  }
}
.middle main .middle_ttl span {
  font-size: 47%;
  display: block;
  color: #7b726f;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .middle main .middle_ttl span {
    font-size: 70%;
  }
}
.middle main .comment {
  border: 1px solid #1d201f;
  background: #eeece8;
  padding: 1.04166vw;
  text-align: center;
  margin-top: 3.6458vw;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .middle main .comment {
    margin-top: 9vw;
    padding: 4vw;
  }
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10.256vw auto 0;
  width: 100%;
  gap: 3.0769vw;
}
@media (min-width: 1024px) {
  .wp-pagenavi {
    margin: 4.1666vw auto 0;
    gap: 0.625vw;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi > * {
  width: 2.60416vw;
  height: 2.60416vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #1d201f !important;
  background: transparent;
  color: #1d201f;
  font-size: 0.9375vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2.60416vw;
}
@media (max-width: 1023px) {
  .wp-pagenavi > * {
    width: 7.692vw;
    height: 7.692vw;
    line-height: 7.692vw;
    font-size: 3.6153vw;
  }
}
.wp-pagenavi > *.current {
  padding: 0;
  color: #fff;
  background: #3b2b26;
  font-weight: 400 !important;
}
.wp-pagenavi > *:hover {
  opacity: 0.7;
}
.wp-pagenavi > *.previouspostslink {
  color: #1d201f;
  margin-right: 0 !important;
  text-indent: -99999px;
  position: relative;
  display: block;
}
.wp-pagenavi > *.previouspostslink::after {
  content: "";
  position: absolute;
  margin: auto;
}
.wp-pagenavi > *.previouspostslink::after {
  border-right: 1px solid #1d201f;
  border-bottom: 1px solid #1d201f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.6em;
  height: 0.6em;
  inset: 0 0 0 0.2em;
  z-index: 1;
}
@media (max-width: 1023px) {
  .wp-pagenavi > *.previouspostslink::after {
    width: 0.4em;
    height: 0.4em;
    inset: 0 0 0 0.1em;
  }
}
.wp-pagenavi > *.previouspostslink:hover {
  opacity: 0.7;
}
.wp-pagenavi > *.nextpostslink {
  color: #1d201f;
  margin-left: 0 !important;
  text-indent: -99999px;
  position: relative;
  display: block;
}
.wp-pagenavi > *.nextpostslink::after {
  content: "";
  position: absolute;
  margin: auto;
}
.wp-pagenavi > *.nextpostslink::after {
  border-right: 1px solid #1d201f;
  border-bottom: 1px solid #1d201f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  inset: 0 0.2em 0 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .wp-pagenavi > *.nextpostslink::after {
    width: 0.4em;
    height: 0.4em;
    inset: 0 0.1em 0 0;
  }
}
.wp-pagenavi > *.nextpostslink:hover {
  opacity: 0.7;
}

dl.tablelike > div {
  display: flex;
  border-bottom: 1px solid #7b726f;
}
dl.tablelike > div:first-of-type {
  border-top: 1px solid #7b726f;
}
dl.tablelike > div dt {
  background: #33475b;
  color: #fff;
  padding: 20px;
  white-space: nowrap;
  width: 30%;
}
@media (max-width: 600px) {
  dl.tablelike > div dt {
    padding: 10px;
  }
}
dl.tablelike > div dd {
  padding: 20px;
  width: 70%;
}
@media (max-width: 600px) {
  dl.tablelike > div dd {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  dl.tablelike.sp_block:first-of-type {
    border-top: none;
  }
}
@media (max-width: 600px) {
  dl.tablelike.sp_block > div {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  dl.tablelike.sp_block > div dt {
    width: 100%;
  }
}
@media (max-width: 600px) {
  dl.tablelike.sp_block > div dd {
    width: 100%;
  }
}

* {
  font-family: "Zen Old Mincho", serif;
}

.original_block {
  margin: 30px 0;
}
.original_block .js-scroll {
  margin: 30px 0;
}
.original_block .js-scroll > table {
  margin: 0;
}
@media (max-width: 600px) {
  .original_block .js-scroll > table {
    min-width: 1000px !important;
  }
}

.custom-post-paragraph {
  font-weight: 500;
}

.original_h3_text_block {
  margin: 50px 0 30px;
}
@media (max-width: 600px) {
  .original_h3_text_block {
    margin: 30px 0 20px;
  }
}
.original_h3_text_block h3 {
  color: #fff;
  background: #3b2b26;
  padding: 19px 30px;
  font-weight: bold;
  font-size: clamp(18px, 2.6vw, 30px);
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .original_h3_text_block h3 {
    margin-bottom: 20px;
  }
}
.original_h3_text_block h3::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 30px;
  height: 100%;
  background: #1d201f;
  top: 0;
  left: 0;
  z-index: 1;
}

.original_h4_text_block {
  margin: 50px 0 30px;
}
@media (max-width: 600px) {
  .original_h4_text_block {
    margin: 30px 0 20px;
  }
}
.original_h4_text_block h4 {
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: bold;
  position: relative;
  padding-bottom: 0.6em;
  margin-top: 40px;
  color: #3b2b26;
  border-bottom: 2px solid #3b2b26;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .original_h4_text_block h4 {
    margin-bottom: 20px;
  }
}

.original_h5_text_block {
  margin: 40px 0 30px;
}
@media (max-width: 600px) {
  .original_h5_text_block {
    margin: 20px 0;
  }
}
.original_h5_text_block h5 {
  background: #eff2f4;
  border-left: 8px solid #3b2b26;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.original_ul_block {
  margin: 30px 0;
}
@media (max-width: 600px) {
  .original_ul_block {
    margin: 20px 0;
  }
}
.original_ul_block ul li {
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 601px) {
  .original_ul_block ul li {
    font-size: 16px;
  }
}
.original_ul_block ul li .mark {
  display: block;
  width: 8px;
  height: 8px;
  background: #0087a7;
  border-radius: 50%;
  margin: 10px 10px 0;
}
@media (max-width: 600px) {
  .original_ul_block ul li .mark {
    width: 6px;
    height: 6px;
  }
}
.original_ul_block ul li p {
  /* display: inline-block; */
  display: block;
  width: calc(100% - 20px);
  /*  vertical-align: middle; */
}

.original_ol_block {
  margin: 30px 0;
}
@media (max-width: 600px) {
  .original_ol_block {
    margin: 20px 0;
  }
}
.original_ol_block ol li {
  line-height: 1.8;
}
@media (min-width: 601px) {
  .original_ol_block ol li {
    font-size: 16px;
  }
}
.original_ol_block ol li .num {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.original_ol_block ol li p {
  display: inline-block;
  vertical-align: middle;
}

.original_img_block {
  background: #fff;
  width: 100%;
}
.original_img_block img {
  display: block;
  margin: 0 auto;
}

.original_link_block {
  margin: 30px 0;
}
@media (max-width: 600px) {
  .original_link_block {
    margin: 20px 0;
  }
}
.original_link_block p {
  display: flex;
  align-items: center;
}
.original_link_block a {
  position: relative;
  padding-right: 4.167vw;
  display: inline-block;
  text-decoration: none !important;
}
@media (max-width: 1023px) {
  .original_link_block a {
    padding-right: 15.3846vw;
  }
}
.original_link_block a::before, .original_link_block a::after {
  content: "";
  position: absolute;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.original_link_block a::before {
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  border: 1px solid #3b2b26;
  background: transparent;
  inset: 0 0 0 auto;
}
@media (max-width: 1023px) {
  .original_link_block a::before {
    width: 10.256vw;
    height: 10.256vw;
  }
}
.original_link_block a::after {
  border-right: 1px solid #3b2b26;
  border-bottom: 1px solid #3b2b26;
  transform: rotate(-45deg);
  width: 0.41vw;
  height: 0.41vw;
  inset: 0 1.25vw 0 auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  .original_link_block a::after {
    width: 1.538vw;
    height: 1.538vw;
    inset: 0 4.8025vw 0 auto;
  }
}
.original_link_block a span {
  position: relative;
  line-height: 2.4;
}
.original_link_block a span::after {
  position: absolute;
  content: "";
  background: #7b726f;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.6em;
  transform: scale(1, 1);
  transform-origin: left center;
  transition: transform 0.65s ease-out;
}
@media (max-width: 1023px) {
  .original_link_block a span::after {
    bottom: -0.5em;
  }
}
.original_link_block a:hover::before {
  background: #3b2b26;
}
.original_link_block a:hover::after {
  border-color: #fff;
}
.original_link_block a:hover span::after {
  transform: scale(0, 1);
  transform-origin: right center;
}

.original_button_link_block {
  margin: 60px 0;
}
@media (max-width: 600px) {
  .original_button_link_block {
    margin: 30px 0;
  }
}
.original_button_link_block a {
  border: 1px solid #7b726f;
  padding: 16px calc(16px + 1.2em) 16px 16px;
  line-height: 1.8;
  position: relative;
  transition: all 0.2s ease;
  display: block;
  max-width: 380px;
  background: #fff;
}
.original_button_link_block a:hover {
  border-color: #3b2b26;
  box-shadow: inset 0 0 0 1px #3b2b26;
}
.original_button_link_block a span {
  padding-right: 1.6em;
  position: relative;
  display: block;
}
.original_button_link_block a span::before, .original_button_link_block a span::after {
  content: "";
  position: absolute;
  margin: auto;
}
.original_button_link_block a span::before {
  width: 1.2em;
  height: 1.2em;
  background: #7b726f;
  inset: 0 0 0 auto;
  border-radius: 50%;
}
.original_button_link_block a span::after {
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  inset: 0 0.45em 0 auto;
}
.original_button_link_block a span.mark {
  display: none;
}

.original_comment_block {
  padding: 35px 40px 40px;
  background: #f6f8fb;
}
@media (max-width: 600px) {
  .original_comment_block {
    padding: 25px 30px 30px;
  }
}
.original_comment_block .head {
  color: #004488;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 140%;
}
@media (max-width: 600px) {
  .original_comment_block .head {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.original_comment_block .comment {
  font-weight: 500;
}

.original_before_after_block {
  display: flex;
  gap: 40px;
}
@media (max-width: 600px) {
  .original_before_after_block {
    flex-direction: column;
    gap: 20px;
  }
}
.original_before_after_block img {
  margin-top: 30px;
  aspect-ratio: 688/458;
  object-fit: cover;
}
@media (max-width: 600px) {
  .original_before_after_block img {
    margin-top: 10px;
  }
}
.original_before_after_block .text {
  margin-top: 20px;
  font-weight: 500;
}
.original_before_after_block .before_box {
  width: 50%;
  padding: 30px;
  background: #efefef;
}
@media (max-width: 600px) {
  .original_before_after_block .before_box {
    width: 100%;
    padding: 20px;
  }
}
.original_before_after_block .before_box .before {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 600px) {
  .original_before_after_block .before_box .before {
    font-size: 24px;
  }
}
.original_before_after_block .after_box {
  width: 50%;
  padding: 30px;
  background: #f6f8fb;
}
@media (max-width: 600px) {
  .original_before_after_block .after_box {
    width: 100%;
    padding: 20px;
  }
}
.original_before_after_block .after_box .after {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  color: #004488;
}
@media (max-width: 600px) {
  .original_before_after_block .after_box .after {
    font-size: 24px;
  }
}

.original_check_list_block {
  margin: 30px 0 0;
}
.original_check_list_block.pattern_01 ul {
  border: 2px solid #244c9c;
}
.original_check_list_block.pattern_02 ul {
  border: 2px solid #48a3c4;
}
.original_check_list_block.pattern_02 ul li .check_mark {
  background: url("../../blocks/assets/img/blue_check_mark.png") no-repeat center/cover;
}
.original_check_list_block.pattern_03 ul {
  border: 2px solid #ff4e0d;
}
.original_check_list_block ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
}
@media (max-width: 600px) {
  .original_check_list_block ul {
    padding: 20px;
  }
}
.original_check_list_block ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.original_check_list_block ul li .check_mark {
  flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../blocks/assets/img/orange_check_mark.png") no-repeat center/cover;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .original_check_list_block ul li .check_mark {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 600px) {
  .original_check_list_block ul li .check_mark {
    width: 30px;
    height: 30px;
  }
}
.original_check_list_block ul li p {
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .original_check_list_block ul li p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .original_check_list_block ul li p {
    font-size: 14px;
  }
}

.original_task_block {
  display: flex;
  align-items: center;
  gap: 2vw;
}
@media (max-width: 600px) {
  .original_task_block {
    flex-direction: column;
  }
}
.original_task_block img {
  width: calc(50% - 2vw);
  aspect-ratio: 536/370;
  object-fit: contain;
}
@media (max-width: 600px) {
  .original_task_block img {
    width: 100%;
  }
}
.original_task_block .text_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}
@media (max-width: 600px) {
  .original_task_block .text_container {
    width: 100%;
  }
}
.original_task_block .text_container .text_box {
  padding: 30px;
}
@media (max-width: 600px) {
  .original_task_block .text_container .text_box {
    padding: 20px;
  }
}
.original_task_block .text_container .text_box .title {
  display: inline-block;
  width: 120px;
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
}
.original_task_block .text_container .text_box p {
  font-weight: 500;
}
.original_task_block .text_container .purpose {
  background: #f6f8fb;
}
.original_task_block .text_container .purpose span {
  border: 1px solid #004488;
  background: #fff;
  color: #004488;
}
.original_task_block .text_container .discovery {
  background: #f6f8fb;
}
.original_task_block .text_container .discovery span {
  background: #48a3c4;
  color: #fff;
}
.original_task_block .text_container .result {
  background: #fff2ee;
}
.original_task_block .text_container .result span {
  background: #ff4e0d;
  color: #fff;
}

.original_flow_block {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 600px) {
  .original_flow_block {
    justify-content: center;
  }
}
.original_flow_block .flow_box {
  position: relative;
  width: calc((100% - 216px) / 5);
  border: 1px solid #244c9c;
  padding: 10px 10px 15px;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .original_flow_block .flow_box {
    width: calc((100% - 54px) / 2);
  }
  .original_flow_block .flow_box:nth-of-type(2) .flow_arrow {
    top: unset;
    right: unset;
    bottom: -47px;
    left: -47px;
    transform: rotate(135deg);
  }
}
@media (max-width: 600px) {
  .original_flow_block .flow_box {
    width: 100%;
    max-width: 450px;
  }
}
.original_flow_block .flow_box img {
  width: 100%;
  aspect-ratio: 228/177;
  object-fit: cover;
}
.original_flow_block .flow_box p {
  margin-top: 10px;
  padding: 0 10px;
  font-weight: 500;
}
.original_flow_block .flow_box .flow_arrow {
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../blocks/assets/img/blue_arrow.png") no-repeat center/cover;
}
@media (max-width: 600px) {
  .original_flow_block .flow_box .flow_arrow {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -47px;
    transform: translateX(-50%) rotate(90deg);
  }
}

.original_qanda_block .qanda_box {
  margin-bottom: 30px;
}
.original_qanda_block .qanda_box h3 {
  margin-bottom: 15px;
  padding: 7px 20px;
  background: #f6f8fb;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.original_qanda_block .qanda_box h3 .q_mark {
  font-family: "Inter", sans-serif;
  color: #004488;
  font-size: 22px;
  font-weight: 500;
}
.original_qanda_block .qanda_box p {
  font-weight: 500;
}

.original_contents_block .contents_box {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 0;
}
@media (max-width: 600px) {
  .original_contents_block .contents_box {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .original_contents_block .contents_box:nth-of-type(even) img {
    order: 1;
  }
  .original_contents_block .contents_box:nth-of-type(even) p {
    order: 2;
  }
}
.original_contents_block .contents_box img {
  width: 50%;
  aspect-ratio: 748/500;
  object-fit: contain;
  background: #fff;
}
@media (max-width: 600px) {
  .original_contents_block .contents_box img {
    width: auto;
  }
}
.original_contents_block .contents_box p {
  width: 50%;
  font-weight: 500;
}
@media (max-width: 600px) {
  .original_contents_block .contents_box p {
    width: 100%;
  }
}

.original_contents_block_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 30px 0;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .original_contents_block_02 {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .original_contents_block_02 {
    gap: 10px;
    margin: 20px 0;
  }
}
.original_contents_block_02 .contents {
  width: calc((100% - 40px) / 2);
}
@media (min-width: 601px) and (max-width: 1023px) {
  .original_contents_block_02 .contents {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 600px) {
  .original_contents_block_02 .contents {
    width: 100%;
  }
}
.original_contents_block_02 .contents h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.original_contents_block_02 .contents p {
  margin: 12px 0 20px;
  text-align: center;
  font-weight: 500;
}
.original_contents_block_02 .contents img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
}

.original_contents_block_03 .contents_box {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 50px 0;
}
@media (max-width: 600px) {
  .original_contents_block_03 .contents_box {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .original_contents_block_03 .contents_box:nth-of-type(even) img {
    order: 1;
  }
  .original_contents_block_03 .contents_box:nth-of-type(even) p {
    order: 2;
  }
}
.original_contents_block_03 .contents_box img {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #fff;
}
@media (max-width: 600px) {
  .original_contents_block_03 .contents_box img {
    width: auto;
  }
}
.original_contents_block_03 .contents_box div {
  width: 50%;
  font-weight: 500;
}
@media (max-width: 600px) {
  .original_contents_block_03 .contents_box div {
    width: 100%;
  }
}
.original_contents_block_03 .contents_box div h2 {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  color: #3b2b26;
  line-height: 1.5;
}
.original_contents_block_03 .contents_box div p {
  margin: 30px 0;
}
.original_contents_block_03 .contents_box div ul {
  margin: 30px 0;
}

.original_img_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.original_img_container:has(.img_box:only-of-type) .img_box {
  width: 100%;
}
.original_img_container:has(.img_box:nth-of-type(2)) .img_box {
  width: 49%;
}
@media (max-width: 600px) {
  .original_img_container:has(.img_box:nth-of-type(2)) .img_box {
    width: 100%;
  }
}
.original_img_container:has(.img_box:nth-of-type(3)) .img_box {
  width: 32%;
}
@media (max-width: 600px) {
  .original_img_container:has(.img_box:nth-of-type(3)) .img_box {
    width: 100%;
  }
}
.original_img_container .img_box:has(a) {
  padding: 0;
}
.original_img_container .img_box:has(a) a {
  display: block;
  padding: 30px 10px 20px;
}
.original_img_container .img_box img {
  width: 100%;
  object-fit: contain;
}
.original_img_container .img_box p {
  margin-top: 15px;
  font-weight: 700;
  color: #000;
}

.original_img_container_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.original_img_container_02:has(.img_box:only-of-type) .img_box {
  width: 100%;
}
.original_img_container_02:has(.img_box:nth-of-type(2)) .img_box {
  width: 49%;
}
@media (max-width: 600px) {
  .original_img_container_02:has(.img_box:nth-of-type(2)) .img_box {
    width: 100%;
  }
}
.original_img_container_02:has(.img_box:nth-of-type(3)) .img_box {
  width: 32%;
}
@media (max-width: 600px) {
  .original_img_container_02:has(.img_box:nth-of-type(3)) .img_box {
    width: 100%;
  }
}
.original_img_container_02 .img_box h3 {
  margin-bottom: 15px;
  color: #000;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
}
.original_img_container_02 .img_box img {
  width: 100%;
  object-fit: contain;
}
.original_img_container_02 .img_box p {
  margin-top: 15px;
  font-weight: 500;
}

.original_table_01 {
  width: 100%;
  border-collapse: collapse;
}
.original_table_01 th {
  text-align: left;
  border-top: 1px solid #cad4dd;
  border-bottom: 1px solid #cad4dd;
  padding: 10px;
  background-color: #33475b;
  width: 31.25%;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 600px) {
  .original_table_01 th {
    padding: 5px;
    font-size: 14px;
  }
}
.original_table_01 td {
  border-top: 1px solid #cad4dd;
  border-bottom: 1px solid #cad4dd;
  padding: 10px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .original_table_01 td {
    padding: 5px;
    font-size: 14px;
  }
}

.original_table_02_wrapper {
  display: flex;
  gap: 5px;
}
@media (max-width: 600px) {
  .original_table_02_wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.original_table_02_wrapper .table_left,
.original_table_02_wrapper .table_right {
  width: 50%;
}
@media (max-width: 600px) {
  .original_table_02_wrapper .table_left,
  .original_table_02_wrapper .table_right {
    width: 100%;
  }
}
.original_table_02_wrapper .table_left .original_table_02,
.original_table_02_wrapper .table_right .original_table_02 {
  width: 100%;
  border-collapse: collapse;
}
.original_table_02_wrapper .table_left .original_table_02 th,
.original_table_02_wrapper .table_right .original_table_02 th {
  text-align: left;
  border-top: 1px solid #cad4dd;
  border-bottom: 1px solid #cad4dd;
  padding: 10px;
  background-color: #33475b;
  width: 38.3%;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 600px) {
  .original_table_02_wrapper .table_left .original_table_02 th,
  .original_table_02_wrapper .table_right .original_table_02 th {
    width: 31.25%;
    padding: 5px;
    font-size: 14px;
  }
}
.original_table_02_wrapper .table_left .original_table_02 td,
.original_table_02_wrapper .table_right .original_table_02 td {
  border-top: 1px solid #cad4dd;
  border-bottom: 1px solid #cad4dd;
  padding: 10px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .original_table_02_wrapper .table_left .original_table_02 td,
  .original_table_02_wrapper .table_right .original_table_02 td {
    padding: 5px;
    font-size: 14px;
  }
}

.original_table_03 {
  width: 100%;
  border-collapse: collapse;
}
.original_table_03 thead th {
  background-color: #33475b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_03 thead th:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_03 tbody th {
  background-color: #33475b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_03 tbody th:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_03 tbody td {
  background: #fff;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_03 tbody td:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_03 tbody tr:nth-child(even) td {
  background-color: #f6f8fb;
}
.original_table_03 tbody td {
  vertical-align: middle;
}

.original_numberList_block ol {
  padding: 0;
  counter-reset: number-counter;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  .original_numberList_block ol {
    grid-template-columns: repeat(1, 1fr);
  }
}
.original_numberList_block ol li {
  position: relative;
  padding-left: 35px;
  text-indent: inherit;
  counter-increment: number-counter;
  display: flex;
  align-items: center;
}
.original_numberList_block ol li::before {
  content: counter(number-counter);
  position: absolute;
  margin: auto;
  inset: 0 auto 0 0;
  background: #004488;
  color: #fff;
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 600px) {
  .original_numberList_block ol li::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
.original_numberList_block ol li p {
  font-size: 16px;
  font-weight: bold;
}

.original_special_table {
  width: 100%;
  border-collapse: collapse;
}
.original_special_table th,
.original_special_table td {
  border: 1px solid #cad4dd;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .original_special_table th,
  .original_special_table td {
    padding: 5px;
    font-size: 14px;
  }
}
.original_special_table thead th {
  background-color: #607891;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
}
.original_special_table thead th.bg-transparent {
  border: none;
}
.original_special_table tbody tr:nth-child(even) {
  background-color: #f6f8fb;
}
.original_special_table tbody td {
  vertical-align: middle;
}

.original_table_calendar {
  width: 100%;
  border-collapse: collapse;
}
.original_table_calendar thead th {
  background-color: #607891;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_calendar thead th:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_calendar tbody td {
  background: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #cad4dd;
}
.original_table_calendar tbody td:not(:last-child) {
  border-right: 1px solid #cad4dd;
}
.original_table_calendar tbody td.holiday {
  background: #3b2b26;
  color: #fff;
}
.original_table_calendar tbody td.saturday {
  background: #3b2b26;
  color: #fff;
}

.accordion_ttl {
  cursor: pointer;
  position: relative;
}
.accordion_ttl::before, .accordion_ttl::after {
  position: absolute;
  content: "";
  background: #3b2b26;
  width: 18px;
  height: 2px;
  margin: auto;
  inset: 0 20px 0 auto;
  transition: transform 0.3s ease;
}
.accordion_ttl::after {
  transform: rotate(90deg);
}
.accordion_ttl.on::after {
  transform: rotate(0deg);
}

.language_list {
  display: flex;
  justify-content: center;
  gap: 1.04vw;
  line-height: 1;
}
@media (max-width: 1023px) {
  .language_list {
    gap: 4.8718vw;
  }
}
.language_list li {
  font-family: "EB Garamond", serif;
}
.language_list li:not(:first-of-type) {
  position: relative;
}
.language_list li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  inset: auto 0 0 -0.52vw;
  background: #1d201f;
  width: 1px;
  height: 0.625vw;
  transform: rotate(25deg);
}
@media (max-width: 1023px) {
  .language_list li:not(:first-of-type)::before {
    height: 2.5641vw;
    inset: auto 0 0 -2.5641vw;
  }
}
.language_list li a {
  font-family: "EB Garamond", serif;
}
.language_list li a:hover {
  opacity: 0.7;
}
.language_list li a.current {
  text-decoration: underline;
  text-underline-offset: 0.2vw;
  text-decoration-thickness: 1px;
}
@media (max-width: 1023px) {
  .language_list li a.current {
    text-underline-offset: 1.0256vw;
  }
}
.language_list.white li:not(:first-of-type)::before {
  background: #fff;
}
.language_list.white li a {
  color: #fff;
}

@media (min-width: 1024px) {
  .newsList {
    gap: 3.125vw 1.40625vw;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .newsList li {
    width: 22.395vw;
  }
}
.newsList li .parallax_window {
  aspect-ratio: 48/33;
  margin-bottom: 1.8229vw;
}
@media (max-width: 1023px) {
  .newsList li .parallax_window {
    margin-bottom: 3vw;
  }
}
.newsList li .parallax_window img {
  transition: scale 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.newsList li .parallax_window:hover img {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  --tw-scale-z: 105%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.newsList li .news_info {
  margin-bottom: 1.04167vw;
}
@media (max-width: 1023px) {
  .newsList li .news_info {
    margin-bottom: 2vw;
  }
}
.newsList li .newsList_ttl {
  font-size: 0.9375vw;
  margin-top: 1.04167vw;
}
@media (max-width: 1023px) {
  .newsList li .newsList_ttl {
    font-size: 3.5897vw;
    margin-top: 2vw;
  }
}
.newsList li:has(.news_info:hover) .parallax_window img {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  --tw-scale-z: 105%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}

.news_info {
  display: flex;
  align-items: center;
  gap: 1.04167vw;
  margin-bottom: 1.04167vw;
}
@media (max-width: 1023px) {
  .news_info {
    gap: 4.1025vw;
    margin-bottom: 4.256vw;
  }
}

.news_cate {
  background: #3b2b26;
  color: #fff;
  font-size: 0.72916vw;
  min-width: 5.20834vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .news_cate {
    font-size: 3.0769vw;
    min-width: 25.641vw;
  }
}

time {
  font-family: "EB Garamond", serif;
  font-size: 0.9375vw;
}
@media (max-width: 1023px) {
  time {
    font-size: 3.5897vw;
  }
}

.sec_map {
  padding-bottom: 11.625vw;
}
@media (max-width: 1023px) {
  .sec_map {
    padding-bottom: 5.89vw;
  }
}
@media (min-width: 1024px) {
  .sec_map .map_inner {
    display: flex;
    gap: 5vw;
    padding: 0 5vw 0 0;
  }
}
.sec_map .map_block {
  aspect-ratio: 39/35;
}
@media (min-width: 1024px) {
  .sec_map .map_block {
    aspect-ratio: 96/86;
    width: 50vw;
  }
}
.sec_map .map_block iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
.sec_map .map_block iframe:hover {
  filter: none;
}
.sec_map .txt_area {
  padding: 15.3846vw 5.128vw 30vw;
}
@media (min-width: 1024px) {
  .sec_map .txt_area {
    width: 45vw;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .sec_map .txt_area .main_ttl,
  .sec_map .txt_area .middle_ttl {
    padding: 0 2.564vw;
  }
}
.sec_map .txt_area .address {
  font-size: 0.9375vw;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .sec_map .txt_area .address {
    font-size: 3.5897vw;
    padding: 0 2.564vw;
  }
}
.sec_map .txt_area .inner {
  border-bottom: 1px solid #7b726f;
  padding: 3.125vw 0.5208vw;
}
@media (max-width: 1023px) {
  .sec_map .txt_area .inner {
    padding: 8.256vw 2.564vw;
  }
}
.sec_map .txt_area .inner:first-of-type {
  border-top: 1px solid #7b726f;
  margin-top: 3.125vw;
}
@media (max-width: 1023px) {
  .sec_map .txt_area .inner:first-of-type {
    margin-top: 10.256vw;
  }
}
.sec_map .txt_area .inner > p {
  line-height: 1.8;
}
.sec_map .txt_area h3 {
  font-weight: 600;
  font-size: 1.14583vw;
  margin-bottom: 2.0833vw;
}
@media (max-width: 1023px) {
  .sec_map .txt_area h3 {
    font-size: 4.615vw;
    margin-bottom: 4.6923vw;
  }
}
.sec_map .txt_area .commonLink {
  margin-top: 2.083vw;
}
@media (max-width: 1023px) {
  .sec_map .txt_area .commonLink {
    margin-top: 7.6923vw;
    margin-bottom: 3vw;
  }
}

/*# sourceMappingURL=style.css.map */
