@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
:root {
  --margin: calc(50px*2);
  --transformY: translateY(-50%);
  --flex3-0: calc(100% / 3);
  --flex3: calc((100% - 30px*2) / 3);
  --flex3-15: calc((100% - 15px*2) / 3);
  --flex3-20: calc((100% - 20px*2) / 3);
  --flex3-40: calc((100% - 40px*2) / 3);
  --flex3-45: calc((100% - 45px*2) / 3);
  --flex3-55: calc((100% - 55px*2) / 3);
  --flex2-0: calc(100% / 2);
  --flex2-70: calc((100% - 70px) / 2);
  --flex2: calc((100% - 30px) / 2);
  --flex2-15: calc((100% - 15px) / 2);
  --flex2-40: calc((100% - 40px) / 2);
  --flex2-50: calc((100% - 50px) / 2);
  --flex4: calc((100% - 30px*3) / 4);
  --flex4-10: calc((100% - 10px*3) / 4);
  --flex4-0: calc(100% / 4);
  --flex4-2: calc(100% / 4);
  --flex4-15: calc((100% - 15px*3) / 4);
  --flex5-0: calc(100% / 5);
  --transCenter:translate(-50%,-50%);
  --transY:translateY(-50%);
  --transX:translateX(-50%);
  --mainColor:#0000a2;
  --white:#ffffff;
  --accColor:#f8bf35;
  --en: "EB Garamond", serif;
  --titleColor:#22a5b9;
  --blue: #1f8fa0;
  --grayColor: #95a3a5;
  --letter: 0.22em;
  --paleColor:#f7f7f7;
  --en: "Cormorant Garamond", serif;
  --ja: "Shippori Mincho", serif;
  --inner-2:82.5vw;
  --black:#000000;
  --grad-bottom-2:linear-gradient(to bottom, #0000a2 , #010179);
  --grad-bottom:linear-gradient(to bottom, #0000a2 , transparent);
  --icon-fill:"Phosphor-fill";
  --icon-regular:"Phosphor";
  --icon-light: "Phosphor-light";
}

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

.annot {
  display: none !important;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

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

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

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

.inner2 {
  max-width: 1642px;
  margin: auto;
}

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

#contents {
  width: 100%;
  max-width: 1200px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

table {
  table-layout: auto;
}

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

table td img {
  height: auto !important;
}

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

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

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

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

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

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

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

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

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
  background: #ffffff !important;
}

#global_header.clone--nav .navTop {
  display: none;
}

#g-nav.panelactive {
  background-color: #fff;
  padding: 15rem 0 10rem;
}

.navTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 20px;
}

#g-nav {
  padding: 6px 0;
  background-color: var(--paleColor);
}
@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}
#g-nav .mainNav {
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#g-nav .mainNav li {
  width: 100%;
  border-left: 1px solid #e0e0e0;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-left: none;
  }
}
#g-nav .mainNav li:last-of-type {
  border-right: 1px solid #e0e0e0;
}
#g-nav .mainNav li a {
  display: block;
  font-family: var(--en);
  color: var(--black);
  text-align: center !important;
  padding: 30px 8px !important;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    text-align: left !important;
    border-bottom: 1px solid #e0e0e0;
  }
}
#g-nav .mainNav li a .en {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a .en {
    padding-left: 20px;
  }
}
#g-nav .mainNav li a .ja {
  width: 100%;
  font-family: var(--ja);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s;
  display: none;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a .ja {
    padding-left: 20px;
  }
}
#g-nav .mainNav li a:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
#g-nav .mainNav li a:hover .en {
  display: none;
  transition: 0.8s;
}
#g-nav .mainNav li a:hover .ja {
  display: block;
  transition: 0.8s;
}

.nav_dropdown {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .nav_dropdown {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nav_dropdown::after {
    display: none;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
  .nav_dropdown a::before {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: -1;
    /*ナビのスタート位置と形状*/
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
    display: none;
    z-index: 9999;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
    opacity: 1;
    display: block;
    transition: 0.8s cubic-bezier(0.18, 0.06, 0.23, 1);
    transition-property: visibility, opacity, display;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li {
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li {
    border-bottom: 1px solid var(--grayColor) !important;
  }
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: var(--mainColor);
  display: block;
  color: var(--white) !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: var(--black) !important;
    background-color: var(--paleColor);
  }
}

.dropdown, .dropdown2 {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown, .dropdown2 {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li, .dropdown2 li {
  border-bottom: 1px solid #fff !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li, .dropdown2 li {
    border-bottom: 1px solid var(--accColor) !important;
  }
}
.dropdown li:last-of-type, .dropdown2 li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a, .dropdown2 li a {
  border-left: none !important;
  line-height: 1.2em;
  background-color: var(--mainColor);
  display: block;
  color: var(--white) !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a, .dropdown2 li a {
    color: var(--black) !important;
    background-color: var(--paleColor);
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    position: relative;
    width: 61px;
    min-height: 61px;
    background: var(--mainColor);
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: var(--white);
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 84px;
  height: 84px;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: var(--mainColor);
  width: 45%;
}

.openBtn span:nth-of-type(2) {
  margin: 5px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
  margin: 10px 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 45%;
}

.header .h-logo {
  display: none;
  max-width: 20vw;
}
@media only screen and (max-width: 900px) {
  .header .h-logo {
    max-width: 35vw;
  }
}

.logo-local {
  display: block !important;
}

.index .h-logo {
  display: block;
}
.index .logo-local {
  display: none !important;
}

.fix_contact {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
}
.fix_contact a {
  display: block;
}
.fix_contact .tel {
  color: var(--black);
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(24px, 2.8vw, 30px);
  line-height: 1em;
}
.fix_contact .tel .en {
  font-size: 0.8em;
}
.fix_contact .mail {
  min-width: 214px;
  color: var(--mainColor);
  font-family: var(--en);
  padding: 16px;
  border: 1px solid #e6e6e6;
  font-size: 2rem;
}

.sns-list {
  display: flex;
  gap: 16px;
}
.sns-list i {
  font-size: clamp(32px, 3.6vw, 38px);
}
.sns-list a {
  color: var(--black) !important;
}

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

.fix_contact2 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.clone--nav {
  border-radius: 0;
  border: none;
  justify-content: center;
  transform: translateY(-100%);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 9999;
  box-shadow: none;
  background-color: #fff;
  position: fixed;
  top: 0;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .clone--nav {
    display: none;
  }
}
.is-show {
  transform: translateY(0);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-show .header {
  padding-top: 0;
}

.swiper {
  display: none;
}
.swiper-slide img {
  width: 100% !important;
}
.swiper-slide-active {
  position: relative;
  z-index: 1;
}
.swiper-slide-active::before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
}
.swiper-slide-active::after {
  content: "";
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
}
.swiper-slide-active img {
  filter: grayscale(1);
}

.index .swiper {
  display: block;
}

.blogArea {
  padding: 10rem 0;
}

.subArea, .blogArea {
  position: relative;
  z-index: 1;
}
.subArea::before, .blogArea::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--grad-bottom);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.subArea h1, .subArea .blogTitle, .blogArea h1, .blogArea .blogTitle {
  text-align: left;
  font-size: clamp(38px, 5vw, 50px);
  display: block;
  line-height: 1em;
  color: var(--white);
  font-family: var(--en);
}
.subArea .ja, .blogArea .ja {
  color: var(--white);
  font-family: var(--ja);
  font-size: clamp(22px, 2.6vw, 26px);
  margin-top: 15px;
  display: block;
}
.subArea article, .blogArea article {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea article, .blogArea article {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .subArea article, .blogArea article {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

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

footer#global_footer {
  padding-bottom: 30px;
  background-color: #02025d;
  color: var(--white);
  font-size: 1.4rem;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: var(--mainColor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--mainColor);
  position: fixed;
  right: 1%;
  bottom: 2%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 640px) {
  footer#global_footer .pageTop {
    font-size: 2.4rem;
  }
}
footer#global_footer .footer {
  padding: 100px 24px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
footer#global_footer .footer .sns-list {
  justify-content: center;
}
footer#global_footer .footer .sns-list a {
  color: var(--white) !important;
}
footer#global_footer .footer-logo {
  font-family: var(--ja);
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.25em;
}
footer#global_footer .footer-nav {
  max-width: 1200px;
  margin: auto;
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 640px) {
  footer#global_footer .footer-nav {
    flex-direction: column;
    align-items: center;
    max-height: 100%;
    gap: 30px;
  }
}
footer#global_footer .footer-nav li {
  text-align: left;
  width: 100%;
}
footer#global_footer .footer-nav li a {
  display: block;
  font-family: var(--en);
  color: var(--white) !important;
  text-align: center !important;
  padding: 13px !important;
  overflow: hidden;
  position: relative;
}
footer#global_footer .footer-nav li a .en {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s;
}
footer#global_footer .footer-nav li a .ja {
  width: 100%;
  font-family: var(--ja);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.8s;
  display: none;
}
footer#global_footer .footer-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
footer#global_footer .footer-nav li a:hover .en {
  display: none;
  transition: 0.8s;
}
footer#global_footer .footer-nav li a:hover .ja {
  display: block;
  transition: 0.8s;
}
footer#global_footer #copy {
  text-align: center;
  margin-top: 30px;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  display: block;
  color: rgba(255, 255, 255, 0.41);
  font-family: var(--en);
}

.title-01 h2 {
  font-size: clamp(24px, 2.6vw, 26px);
  line-height: 1.25em;
  font-family: var(--en);
  display: flex;
  align-items: center;
  color: var(--mainColor);
}
.title-01 h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
  margin-left: 30px;
}
.title-01 p, .title-01 article > div {
  line-height: 2em;
  margin-top: 50px;
}
.title-01 p:empty, .title-01 article > div:empty {
  margin-top: 0;
}
.title-01-white h2 {
  font-size: clamp(24px, 2.6vw, 26px);
  line-height: 1.25em;
  font-family: var(--en);
  display: flex;
  align-items: center;
  color: var(--white);
}
.title-01-white h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-left: 30px;
}
.title-01-white p, .title-01-white article > div {
  line-height: 2em;
  margin-top: 50px;
}
.title-01-white p:empty, .title-01-white article > div:empty {
  margin-top: 0;
}

.scroll-hint-text {
  line-height: 1.25em;
}

.text > div, .text p {
  line-height: 2em;
}
.text article > div, .text p {
  line-height: 2em;
}
.text:has(.tel) .tel {
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(24px, 2.8vw, 30px);
  line-height: 1em;
}
.text:has(.tel) .tel .en {
  font-size: 0.8em;
}

.section-calendar {
  background-size: cover;
  background-position: center;
}
.section-artist {
  background: var(--grad-bottom-2);
  z-index: 1;
  position: relative;
}
.section-artist::before {
  content: "";
  background: url(../images/home/deco_pattern.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  z-index: -1;
}
.section-artist::after {
  content: "";
  background-color: var(--mainColor);
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -3px;
}
.section-artist-in {
  position: relative;
  z-index: 1;
  padding: 180px 0;
}
.section-artist-in::before {
  content: "";
  background: url(../images/home/home_search_decoL.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 14.43vw;
  height: 80%;
  max-height: 580px;
  z-index: -1;
}
.section-artist-in::after {
  content: "";
  background: url(../images/home/home_search_decoR.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14.43vw;
  height: 80%;
  max-height: 580px;
  z-index: -1;
}
.section-blog-insta {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .section-blog-insta {
    display: block;
  }
}
.section-blog-insta .section-left {
  width: 48%;
}
.section-blog-insta .section-left .img {
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .section-blog-insta .section-left .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .section-blog-insta .section-left {
    width: 100% !important;
  }
}
.section-blog-insta .section-right {
  width: 48%;
}
.section-blog-insta .section-right .btn {
  margin-top: 50px;
}
.section-blog-insta .section-right .img {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .section-blog-insta .section-right {
    width: 100% !important;
    margin-top: 50px;
  }
}
.section-news {
  background-size: cover;
  background-position: center;
}
.section-exhibition {
  position: relative;
  z-index: 1;
}
.section-exhibition::before {
  content: "";
  background: var(--grad-bottom);
  height: 60vh;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.flex-access {
  gap: 50px;
  align-items: center;
}
.flex-access .box {
  width: var(--flex2-50);
}
@media screen and (max-width: 834px) {
  .flex-access .box {
    width: 100%;
  }
}
.flex-access .box h2 {
  font-family: var(--ja);
  font-size: clamp(24px, 2.6vw, 26px);
  line-height: 1.25em;
  margin-bottom: 50px;
  color: var(--mainColor);
}
.flex-access .box h2 .ja {
  font-size: 0.8em;
  display: block;
}
.flex-exhibition {
  gap: 50px;
  align-items: center;
}
.flex-exhibition .box {
  width: var(--flex2-50);
}
.flex-exhibition .box:first-of-type {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .flex-exhibition .box {
    width: 100%;
  }
}
.flex-exhibition .box h3 {
  font-family: var(--ja);
  font-size: 1.8rem;
  line-height: 1.25em;
  margin-bottom: 30px;
}
.flex-exhibition .box h4 {
  font-size: 1.8rem;
  font-family: var(--ja);
  line-height: 1.25em;
  margin-bottom: 30px;
}
.flex-exhibition .box .btn {
  margin-top: 30px;
}
.flex-ttl-btn {
  justify-content: space-between;
  align-items: center;
}
.flex-ttl-btn h2 {
  font-size: clamp(32px, 3.6vw, 36px);
  line-height: 1.25em;
  font-weight: 500;
  color: var(--titleColor);
}
.flex-ttl-btn h2 .en {
  color: var(--accColor);
  font-size: 1.6rem;
  font-family: var(--en);
  display: block;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .flex-ttl-btn {
    gap: 50px;
  }
}
.flex-ttl-btn .box {
  overflow: visible !important;
}
@media screen and (max-width: 640px) {
  .flex-ttl-btn .box {
    width: 100%;
  }
}
.flex-btn-2 {
  gap: 40px;
  align-items: flex-start;
}
.flex-btn-2 .box {
  width: var(--flex2-40);
  border-radius: 5px;
}
.flex-btn-2 .box a {
  display: block;
  color: var(--white);
  position: relative;
}
.flex-btn-2 .box a h2 {
  font-size: clamp(38px, 4vw, 46px);
  line-height: 1.25em;
  font-weight: 500;
  z-index: 1;
}
.flex-btn-2 .box a h2 .en {
  font-size: 2rem;
  font-family: var(--en);
  display: block;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 10px;
}
.flex-btn-2 .box a::before {
  content: "";
  width: 100%;
  height: 50%;
  background: var(--grad-top);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.flex-btn-2 .box a img {
  width: 100% !important;
  border-radius: 5px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.flex-btn-2 .box a:hover {
  opacity: 1 !important;
}
.flex-btn-2 .box a:hover img {
  transform: scale(1.1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.flex-btn-2 .box a article > div {
  width: 80%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: var(--transX);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flex-btn-2 .box a article > div {
    width: 90%;
  }
}
.flex-btn-2 .box a article > div::after {
  content: url(../images/home/arrow_03.png);
}
@media screen and (max-width: 834px) {
  .flex-btn-2 .box {
    width: 100%;
  }
}

.map-link {
  margin-top: 50px;
  color: var(--black);
  font-family: var(--en);
  font-size: 2rem;
  display: block;
}
.map-link i {
  color: var(--mainColor);
  margin-left: 5px;
  font-size: 1.2em;
  vertical-align: middle;
}

.list-artist ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .list-artist ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .list-artist ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .list-artist ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.list-artist ul li {
  overflow: visible !important;
}
.list-artist ul li a {
  font-size: 1.4rem;
  display: block;
  color: var(--white);
  position: relative;
  padding-left: 15px;
  line-height: 1.2em;
}
.list-artist ul li a::before {
  content: "\e13a";
  font-family: var(--icon-light);
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.list-artist ul li a .en {
  padding-left: 15px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: var(--transY);
}
.list-artist ul li a:hover {
  opacity: 1 !important;
}
.list-artist ul li a:hover .en {
  opacity: 1;
  transition: 0.8s;
}
.list-artist ul li a:hover .ja {
  opacity: 0;
}

.index #form_calendar {
  font-family: var(--en);
  max-width: 790px;
  margin: auto;
  color: var(--mainColor);
}
.index #form_calendar table {
  border-bottom: 1px solid #e4e4e4 !important;
  margin-bottom: 0 !important;
}
.index #form_calendar .past {
  background-color: var(--paleColor) !important;
}
.index #form_calendar tr {
  height: 80px !important;
}
.index #form_calendar tr td:first-of-type {
  background-color: var(--paleColor) !important;
}
.index #form_calendar .head span {
  color: var(--black) !important;
  font-weight: 500 !important;
}
.index #form_calendar td {
  background-color: var(--white);
  border-color: #e4e4e4 !important;
}
.index #form_calendar td label {
  font-weight: 400 !important;
  color: var(--black);
  font-size: 1.8rem !important;
}
.index #form_calendar .close span {
  font-weight: 500 !important;
  color: var(--mainColor) !important;
}
.index #form_calendar .open span {
  border: 1px solid var(--mainColor) !important;
}
.index #form_calendar thead tr th {
  color: var(--black) !important;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
}

.top-sns .sns_list {
  border: none !important;
  max-height: 448px;
  overflow-y: scroll;
}
.top-sns .sns_list > div {
  border-bottom: 1px solid #eaeaea !important;
  padding: 30px 0;
  justify-content: space-between;
}
.top-sns .sns_list > div .sns_text {
  width: 67%;
  padding: 0 !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 834px) {
  .top-sns .sns_list > div .sns_text {
    width: 100%;
  }
}
.top-sns .sns_list > div .sns_text .caption {
  line-height: 1.5em;
}
.top-sns .sns_list > div .sns_text h3 a {
  color: var(--black);
}
.top-sns .sns_list > div .sns_text .clearfix {
  margin-top: 10px;
}
.top-sns .sns_list > div .sns_text .clearfix li a {
  background-color: var(--mainColor);
  border-radius: 50px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--white);
}
.top-sns .sns_list > div .sns_text .sns_date {
  font-size: 1.4rem;
  color: var(--mainColor);
  font-family: "Times New Roman", Times, serif;
}
.top-sns .sns_list > div .sns_photo {
  width: 30%;
  padding: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .top-sns .sns_list > div .sns_photo {
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  .top-sns .sns_list > div .sns_photo {
    width: 100%;
  }
}
.top-sns .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.top-blog .blog_list {
  border: none !important;
  max-height: 448px;
  overflow-y: scroll;
}
.top-blog .blog_list > div {
  border-bottom: 1px solid #eaeaea !important;
  padding: 30px 0;
  justify-content: space-between;
}
.top-blog .blog_list > div .blog_text {
  width: 67%;
  padding: 0 !important;
  font-size: 1.4rem !important;
}
@media screen and (max-width: 834px) {
  .top-blog .blog_list > div .blog_text {
    width: 100%;
  }
}
.top-blog .blog_list > div .blog_text .caption {
  line-height: 1.5em;
}
.top-blog .blog_list > div .blog_text h3 a {
  color: var(--black);
}
.top-blog .blog_list > div .blog_text .clearfix {
  margin-top: 10px;
}
.top-blog .blog_list > div .blog_text .clearfix li a {
  background-color: var(--mainColor);
  border-radius: 50px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: var(--white);
}
.top-blog .blog_list > div .blog_text .blog_date {
  font-size: 1.4rem;
  color: var(--mainColor);
  font-family: "Times New Roman", Times, serif;
}
.top-blog .blog_list > div .blog_photo {
  width: 30%;
  padding: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .top-blog .blog_list > div .blog_photo {
    margin: auto;
  }
}
@media screen and (max-width: 834px) {
  .top-blog .blog_list > div .blog_photo {
    width: 100%;
  }
}
.top-blog .blog_list > div .blog_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.dl-news {
  max-height: 461px;
  overflow-y: auto;
  text-align: left;
}
.dl-news dt,
.dl-news dd {
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt,
  .dl-news dd {
    width: 100% !important;
  }
}
.dl-news dt {
  font-family: "Times New Roman", Times, serif;
  color: var(--mainColor);
  line-height: 1em;
  padding: 30px 8px !important;
}
@media screen and (max-width: 834px) {
  .dl-news dt {
    padding-bottom: 0 !important;
  }
}
.dl-news dd {
  padding: 30px 8px !important;
}
.dl-news dl {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .dl-news dl {
    display: block !important;
  }
}
.dl-company dt {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl-company dd {
  padding: 30px 15px !important;
  border: none !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .dl-company dd {
    width: 100% !important;
  }
}
.dl-company dl:nth-of-type(odd) {
  background-color: var(--paleColor);
}
@media screen and (max-width: 640px) {
  .dl-company dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
  min-height: 415px;
  border-radius: 5px;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  font-size: 2rem;
  font-family: var(--en);
  display: flex;
  align-items: center;
  color: var(--black);
  position: relative;
}
.btn a::after {
  content: url(../images/home/arrow.png);
  margin-left: 30px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.6);
  border-radius: 10px;
  box-shadow: none;
}

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

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

div.pager {
  display: flex;
}

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

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

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

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

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

div.crumb {
  display: none;
}

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

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

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

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

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

div.photo {
  margin-left: 0;
}

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

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

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

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

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

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

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

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

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

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

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

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

.shop_cont table {
  table-layout: auto;
}

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

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

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

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

#main #col_side1 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.local-title-01 h2 {
  font-size: clamp(24px, 2.6vw, 26px);
  line-height: 1.25em;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--mainColor);
  font-family: var(--ja);
}
.local-title-01 article > div, .local-title-01 p {
  line-height: 2em;
  margin-top: 50px;
}
.local-title-01 article > div:empty, .local-title-01 p:empty {
  margin-top: 0;
}

.sub-title-01 h3 {
  font-size: 1.8rem;
  line-height: 1.25em;
  font-family: var(--ja);
  background-color: var(--paleColor);
  padding: 15px;
  color: var(--mainColor);
}
.sub-title-01 article > div {
  margin-top: 15px;
}
.sub-title-01 article > div:empty {
  margin-top: 0;
}

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

.dl-history {
  text-align: left;
  position: relative;
}
.dl-history dt {
  font-family: var(--ja);
  min-width: 110px;
  justify-content: flex-start !important;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  color: var(--mainColor);
  font-size: clamp(32px, 3.6vw, 38px);
  position: relative;
}
.dl-history dt::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.dl-history dd {
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
  position: relative;
  padding-left: 4vw !important;
  padding-bottom: 50px !important;
}
.dl-history dd::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: -3px;
  background: var(--mainColor);
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: -8px;
  z-index: 1;
}
.local-flex-artist .box {
  width: var(--flex5-0);
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local-flex-artist .box {
    width: var(--flex3-0);
  }
}
@media screen and (max-width: 640px) {
  .local-flex-artist .box {
    width: 100%;
  }
}
.local-flex-artist .box a {
  border: 1px solid var(--paleColor);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: var(--black);
  font-size: 2rem;
  line-height: 1.25em;
  color: var(--mainColor);
  font-family: var(--ja);
}
.local-flex-artist .box a .en {
  font-size: 0.8em;
  font-family: var(--en);
  color: #a7a5a5;
  display: block;
}
.local-flex-artist .box:nth-of-type(even) a {
  background-color: var(--paleColor);
}
.local-flex-imgText-column-3 {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-imgText-column-3 .box {
  width: var(--flex3);
}
.local-flex-imgText-column-3 .box h3 {
  font-size: 1.8rem;
  line-height: 1.25em;
  color: var(--mainColor);
  font-family: var(--ja);
  margin-top: 20px;
}
.local-flex-imgText-column-3 .box h3 .en {
  font-size: 0.7em;
  font-family: var(--en);
  color: #a7a5a5;
  display: block;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText-column-3 .box {
    width: 100% !important;
  }
}
.local-flex-imgText-column-3 .box img {
  width: 100% !important;
}
.local-flex-imgText-column-3 .box article > div {
  line-height: 2em;
  position: relative;
}
.local-flex-imgText-column-3 .box article > div::after {
  content: url(../images/home/arrow.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: var(--transY);
}
.local-flex-imgText {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-imgText .box {
  width: var(--flex2);
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .local-flex-imgText .box {
    width: 100% !important;
  }
}
.local-flex-imgText .box .btn {
  margin-top: 30px;
}
.local-flex-imgText .box img {
  width: 100% !important;
}
.local-flex-imgText .box article > div, .local-flex-imgText .box > div {
  line-height: 2em;
}
.local-flex-imgText-column {
  gap: 30px;
}
.local-flex-imgText-column .box {
  width: var(--flex3);
  text-align: center;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .local-flex-imgText-column .box {
    width: 100%;
  }
}
.local-flex-imgText-column .box img {
  width: 100% !important;
  margin-bottom: 20px;
}
.local-flex-imgText-column .box article > div {
  text-align: left;
}
.local-flex-imgText-column .box article > div, .local-flex-imgText-column .box > div {
  line-height: 2em;
}
.local-flex-img-2 {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-img-2 .box {
  width: var(--flex2);
}
@media screen and (max-width: 834px) {
  .local-flex-img-2 .box {
    width: 100% !important;
  }
}
.local-flex-img-2 .box img {
  width: 100% !important;
}
.local-flex-img-2 .box article > div, .local-flex-img-2 .box > div {
  line-height: 2em;
}
.local-flex-img-3 {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-img-3 .box {
  width: var(--flex3);
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .local-flex-img-3 .box {
    width: 100% !important;
  }
}
.local-flex-img-3 .box img {
  width: 100% !important;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
}
.local-flex-img-3 .box article > div, .local-flex-img-3 .box > div {
  line-height: 2em;
}
.local-flex-img-ttl {
  justify-content: space-between;
  gap: 30px;
}
.local-flex-img-ttl .box {
  width: var(--flex3);
  overflow: visible !important;
}
@media screen and (max-width: 834px) {
  .local-flex-img-ttl .box {
    width: 100% !important;
  }
}
.local-flex-img-ttl .box img {
  width: 100% !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
}
.local-flex-img-ttl .box article > div, .local-flex-img-ttl .box > div {
  line-height: 2em;
}

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

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

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

.policy_cont p {
  margin-bottom: 10px;
  line-height: 2em;
}
.policy_cont h2 {
  font-size: 2rem;
  border-bottom: 1px solid var(--mainColor);
  font-family: var(--ja);
  padding-bottom: 15px;
  line-height: 1.25em;
  margin: 50px 0 20px 0;
}

.title {
  display: none;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.fadeupTrigger {
  opacity: 0;
}

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

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .page-blog #contents {
    width: 100%;
  }
  .page-blog aside {
    width: 100%;
  }
}
.page-blog .date {
  color: var(--black) !important;
  font-family: var(--ja);
}
.page-blog section div#contents article h1, .page-blog section div#contents article h2 {
  font-family: var(--ja);
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 10px;
}/*# sourceMappingURL=assets.css.map */