@charset "UTF-8";
/*CSSリセット*/
/* リセットCSS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}


img {
  border: 0;
}

em, strong {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

/* shippori-mincho-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/shippori-mincho-v16-japanese_latin-regular.woff2") format("woff2");
}
/* shippori-mincho-600 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/shippori-mincho-v16-japanese_latin-600.woff2") format("woff2");
}
/* zen-kaku-gothic-new-300 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/zen-kaku-gothic-new-v17-japanese_latin-300.woff2") format("woff2");
}
/* zen-kaku-gothic-new-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-kaku-gothic-new-v17-japanese_latin-regular.woff2") format("woff2");
}
/* zen-kaku-gothic-new-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-kaku-gothic-new-v17-japanese_latin-500.woff2") format("woff2");
}
/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-old-mincho-v12-japanese_latin-regular.woff2") format("woff2");
}
/* zen-old-mincho-600 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/zen-old-mincho-v12-japanese_latin-600.woff2") format("woff2");
}
/* open-sans-regular - greek_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v43-greek_latin-regular.woff2") format("woff2");
}
/* open-sans-600 - greek_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v43-greek_latin-600.woff2") format("woff2");
}
/* libre-caslon-display-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Libre Caslon Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/libre-caslon-display-v17-latin-regular.woff2") format("woff2");
}
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 1792px) {
  html {
    font-size: 0.84vw;
  }
}
@media screen and (max-width: 1372px) {
  html {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 440px) {
  html {
    font-size: 3.41vw;
  }
}

/* .sp {
  display: none;
}
@media (max-width: 440px) {
  .sp {
    display: block;
  }
} */

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

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: opacity 0.5s ease;
  will-change: opacity;
  opacity: 1;
}
a:hover, a:active {
  opacity: 0.55;
}
@media (max-width: 820px) {
  a:hover, a:active {
    opacity: 1;
  }
}
a img {
  opacity: 1;
  will-change: opacity;
}

article {
  position: relative;
}
article.wedding {
  z-index: 1;
}
article.bg_white {
  background-color: #fff;
}
article h1 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 160px;
  margin-bottom: 136px;
}
@media (max-width: 820px) {
  article h1 {
    padding-top: 19.512195122%;
    margin-bottom: 16.5853658537%;
  }
}
@media (max-width: 820px) and (max-width: 440px) {
  article h1 {
    padding-top: 135px;
    margin-bottom: 26.1682242991%;
  }
}
article h1 p {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.0888888889em;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  article h1 p {
    font-size: 2.623vw;
  }
}
@media (max-width: 820px) {
  article h1 p {
    font-size: 3.41vw;
  }
}
@media (max-width: 440px) {
  article h1 p {
    font-size: 7.27vw;
  }
}
article h1 span {
  font-family: "Libre Caslon Display";
  font-weight: 400;
  color: #AA9052;
  font-size: 18px;
  margin-left: 0.3em;
  line-height: 1.1111111111;
}
@media (max-width: 1920px) {
  article h1 span {
    font-size: 0.94vw;
  }
}
@media (max-width: 440px) {
  article h1 span {
    font-size: 4.09vw;
  }
}
@media (max-width: 820px) {
  article h1 span {
    font-size: 2.2vw;
  }
}
@media (max-width: 440px) {
  article h1 span {
    font-size: 4.09vw;
  }
}
article h1.under_photo {
  padding-top: 217px;
  margin-bottom: 160px;
}
@media (max-width: 1372px) {
  article h1.under_photo {
    padding-top: 15.8163265306%;
    margin-bottom: 11.6618075802%;
  }
}
@media (max-width: 440px) {
  article h1.under_photo {
    padding-top: 144px;
    margin-bottom: 28.0373831776%;
  }
}
article em.title_label {
  writing-mode: vertical-rl;
  font-family: "Libre Caslon Display";
  font-weight: 400;
  font-size: 28px;
  color: #AA9052;
  letter-spacing: 0.05em;
  position: sticky;
  width: fit-content;
  margin-top: 3.5714285714em;
  top: 90px;
  left: calc(50% - 720px);
  margin-bottom: 1em;
  z-index: 6000;
  transition: color 0.3s ease;
  pointer-events: none;
}
@media (max-width: 1372px) {
  article em.title_label {
    font-size: 2.04vw;
  }
}
@media (max-width: 1372px) {
  article em.title_label {
    top: 6.5597667638vw;
    left: calc(50% - 49vw);
  }
}
@media (max-width: 440px) {
  article em.title_label {
    top: 90px;
    font-size: 5.45vw;
    left: calc(50% - 47vw);
  }
}
article em.title_label.active {
  color: #fff;
}
article section {
  margin-left: auto;
  margin-right: auto;
}
article section main.sec_w1372 {
  max-width: 1372px;
  margin-left: auto;
  margin-right: auto;
}
.cat_menu {
  position: fixed;
  z-index: 2000;
  bottom: -72px;
  right: 64px;
  width: 480px;
  height: 72px;
  background: #BDA366;
}
.cat_menu.wedding {
  width: 380px;
  height: 68px;
}
@media (max-width: 440px) {
  .cat_menu.wedding {
    width: 83.6448598131%;
  }
  .cat_menu.wedding ul {
    padding: 0 5.8411214953vw;
  }
  .cat_menu.wedding ul li {
    padding-right: 4.9065420561vw;
  }
}
@media (max-width: 1366px) {
  .cat_menu {
    right: 0;
  }
}
@media (max-width: 440px) {
  .cat_menu {
    width: 100%;
    height: 68px;
    right: 0;
  }
}
.cat_menu.active {
  bottom: 0;
}
.cat_menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 31.5px 0;
}
@media (max-width: 440px) {
  .cat_menu ul {
    padding: 0 3.1818181818vw;
  }
}
.cat_menu ul li {
  display: flex;
  align-items: stretch;
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
  transition: font-weight 0.5s;
  padding-right: 23px;
}
@media (max-width: 440px) {
  .cat_menu ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 4.7727272727vw;
  }
}
.cat_menu ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.cat_menu ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2857142857;
}
@media (max-width: 440px) {
  .cat_menu ul li a {
    font-size: 3.41vw;
  }
}
.cat_menu ul li a:hover {
  opacity: 0.55;
}
@media (max-width: 820px) {
  .cat_menu ul li a:hover {
    opacity: 1;
  }
}

*:focus {
  outline: none;
}

body {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.625;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #F2F2F0;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-x: clip;
}
body.active {
  height: 100%;
  overflow: hidden;
}
body.bg_white {
  background-color: #fff;
}

#gt_float_wrapper .gt_float_switcher .gt-selected {
  position: relative;
  z-index: 888;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 3000;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  transition: opacity 0.5s ease, background-color 0.5s ease, transform 0.5s;
}
@media (max-width: 440px) {
  header {
    height: 70px;
  }
}
header.header_box.white {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
}
header.header_box.white.second {
  opacity: 1;
}
header.header_box.white .header_logo img {
  filter: brightness(0) invert(1);
}
header.header_box.white .header_menu a {
  color: #fff;
}
header.header_box.white .nav_header a.btn-menu span {
  background-color: #fff;
}
header.header_box.white #gt_float_wrapper .gt_float_switcher {
  color: #fff;
}
header.header_box.white #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  filter: brightness(1);
}
header.header_box.white.scroll {
  background: rgb(255, 255, 255);
}
header.header_box.white.scroll .header_logo img {
  filter: none;
}
header.header_box.white.scroll .header_menu a {
  color: #000000;
}
header.header_box.white.scroll .nav_header a.btn-menu span {
  background-color: #000000;
}
header.header_box.white.scroll #gt_float_wrapper .gt_float_switcher {
  color: #000000;
}
header.header_box.white.scroll #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  filter: brightness(0);
}
@media (max-width: 440px) {
  header.header_box.white.active .header_logo {
    z-index: 3003;
  }
  header.header_box.white.active .header_logo img {
    filter: none;
  }
}
header.header_box.white.active .nav_header a.btn-menu.open span {
  background-color: #fff;
}
@media (max-width: 440px) {
  header.header_box.white.active .nav_header a.btn-menu.open span {
    background-color: #000000;
  }
}
header.header_box.hide {
  opacity: 0;
  transform: translateY(-100%);
}
header.header_box.hide.active {
  transform: none;
}
header.standard {
  background-color: rgba(255, 255, 255, 0);
}
header.standard.scroll {
  background-color: rgb(255, 255, 255);
}
header .header_logo {
  position: absolute;
  top: 23px;
  left: 64px;
  width: 155px;
  transition: opacity 0.5s;
}
@media (max-width: 440px) {
  header .header_logo {
    top: 5.2272727273vw;
    left: 6.3636363636%;
  }
}
header .header_logo.scroll {
  pointer-events: auto;
  display: block;
  opacity: 1;
}
@media (max-width: 440px) {
  header .header_logo.active {
    z-index: 3003;
  }
  header .header_logo.active img {
    filter: none;
  }
}
header .header_menu {
  position: absolute;
  right: 210px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1200px) {
  header .header_menu {
    display: none;
  }
}
header .header_menu a {
  color: #000000;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
header .header_menu a:hover {
  transform: translate3d(0, 0, 0);
}
header .header_menu a.active:hover {
  opacity: 1;
}

.nav_header {
  position: absolute;
  z-index: 3001;
  top: 50%;
  right: 64px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media (max-width: 440px) {
  .nav_header {
    right: 6.3636363636%;
  }
  .nav_header.scroll {
    opacity: 1;
    top: 0;
  }
}
.nav_header .header_gmenu_icon {
  transition: all 0.5s ease;
}
.nav_header .header_gmenu_icon a {
  display: block;
  width: 34px;
  height: 16px;
  text-align: center;
  color: #fff;
  position: relative;
}
.nav_header .header_gmenu_icon a.btn-menu {
  position: relative;
  display: block;
  outline: none;
  overflow: visible;
}
.nav_header .header_gmenu_icon a.btn-menu.open span {
  background-color: #fff;
}
.nav_header .header_gmenu_icon a.btn-menu span {
  background-color: #000000;
  width: 34px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  transition: top 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s;
}
@media (max-width: 440px) {
  .nav_header .header_gmenu_icon a.btn-menu span {
    width: 100%;
    height: 1px;
  }
}
.nav_header .header_gmenu_icon a.btn-menu span:nth-child(2) {
  top: 8px;
}
.nav_header .header_gmenu_icon a.btn-menu span:last-child {
  top: 16px;
}
.nav_header .header_gmenu_icon a.btn-menu.open span {
  transition: top 0.2s, opacity 0.2s, transform 0.2s 0.2s;
}
.nav_header .header_gmenu_icon a.btn-menu.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.nav_header .header_gmenu_icon a.btn-menu.open span:nth-child(2) {
  opacity: 0;
}
.nav_header .header_gmenu_icon a.btn-menu.open span:last-child {
  top: 8px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media (max-width: 440px) {
  .nav_header .header_gmenu_icon a.btn-menu.open span {
    background-color: #000000;
  }
}

nav.gmenu_openbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow-y: hidden;
  background-color: #F2F2F0;
  transition: top 0.5s ease, opacity 0.5s ease, background 0.3s ease, transform 0.5s ease;
  will-change: transform, position, opacity;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
nav.gmenu_openbox::-webkit-scrollbar {
  display: none;
}
@media (max-width: 440px) {
  nav.gmenu_openbox {
    width: 100%;
  }
}
nav.gmenu_openbox.active {
  opacity: 1;
  z-index: 3000;
  pointer-events: auto;
}
nav.gmenu_openbox .inbox {
  opacity: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: absolute;
  top: 0;
  right: 0;
  transition: top 0.5s ease, opacity 0.3s ease;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox {
    width: 100%;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    will-change: scroll-position;
    top: -20px;
    margin-top: 15.9090909091%;
    padding-bottom: 22.7272727273%;
  }
  nav.gmenu_openbox .inbox::-webkit-scrollbar {
    display: none;
  }
}
nav.gmenu_openbox .inbox.active {
  top: 0;
  opacity: 1;
}
nav.gmenu_openbox .inbox .menu_box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  height: 100lvh;
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box {
    width: 100%;
    height: auto;
    display: block;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box {
  width: 71.1458333333%;
  padding-top: 25vh;
  padding-top: 25lvh;
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  will-change: scroll-position;
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box {
    padding-top: 25lvh;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box {
    width: 86.8181818182%;
    margin: 0 auto;
    padding: 0;
    margin-top: 23.5602094241%;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box {
  width: 870px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box {
    width: 63.6896046852%;
    padding-bottom: 22.9885057471%;
  }
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box {
    display: block;
    width: 61.1246943765%;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box {
    width: 67.3469387755%;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box {
    width: 100%;
    padding-bottom: 13.0890052356%;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box strong.ci_logo {
  display: block;
  width: 215px;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box strong.ci_logo {
    width: 24.7126436782%;
  }
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box strong.ci_logo {
    width: 43%;
    margin-bottom: 10%;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box strong.ci_logo {
    width: 56.0606060606%;
    margin-bottom: 15.1515151515%;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box strong.ci_logo {
    display: none;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content {
  width: 500px;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content {
    width: 57.4712643678%;
  }
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content {
    width: 100%;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl {
  border-bottom: 1px solid #EAE7E7;
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt {
    font-size: 0.94vw;
  }
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt {
    font-size: 1.32vw;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt {
    font-size: 2.2vw;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt {
    font-size: 1.951vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt {
    font-size: 4.55vw;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a {
  display: flex;
  align-items: center;
  position: relative;
  opacity: 1;
  color: #000;
  transition: opacity 0.3s ease;
  padding: 4%;
  padding-left: 0;
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a {
    padding: 5.2356020942% 0;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a:hover {
  opacity: 0.5;
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a:hover {
    opacity: 1;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a.sub {
  background: none;
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a.sub:after {
  position: absolute;
  top: 50%;
  right: 4.2%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0 -50%);
  -ms-transform: translate(0, -50%);
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  color: #707070;
  display: block;
  content: "＋";
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a.sub:after {
    font-size: 0.94vw;
  }
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a.sub:after {
    font-size: 1.32vw;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a.sub:after {
    font-size: 2.2vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a.sub:after {
    font-size: 4.55vw;
    right: 0;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dt a.sub.active:after {
  content: "ー";
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd {
  display: none;
  width: 100%;
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu {
  padding: 2.0746887967% 0 4.1493775934%;
  margin-left: 3.6%;
  font-size: 16px;
  font-family: "Shippori Mincho";
  font-weight: 400;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu {
    font-size: 0.83vw;
  }
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu {
    font-size: 1.274vw;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu {
    font-size: 1.951vw;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu {
    font-size: 1.71vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu {
    padding: 2.7472527473% 0 6.043956044%;
    margin-left: 4.7120418848%;
    font-size: 3.64vw;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu li {
  margin-bottom: 3.7037037037%;
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu li {
    margin-bottom: 5.2356020942%;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu li a {
  display: block;
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu li a:before {
  content: "ー";
  font-size: 10px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  color: #707070;
  margin-right: 2%;
}
@media (max-width: 1200px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu li a:before {
    font-size: 0.796vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content dl dd ul.menu li a:before {
    font-size: 2.27vw;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .etc_cat_box {
  display: flex;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 14px;
  gap: 8%;
  margin-top: 6%;
  margin-bottom: 5%;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .etc_cat_box {
    font-size: 0.73vw;
  }
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .etc_cat_box {
    font-size: 1.02vw;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .etc_cat_box {
    font-size: 1.71vw;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .etc_cat_box {
    gap: 2.688172043vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .etc_cat_box {
    flex-flow: column;
    gap: 5.376344086vw;
    font-size: 4.09vw;
    margin-top: 20.6989247312vw;
    margin-bottom: 11.5591397849vw;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .ex_link_box {
  display: flex;
  gap: 4%;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 12px;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .ex_link_box {
    font-size: 0.63vw;
  }
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .ex_link_box {
    font-size: 0.88vw;
  }
}
@media (max-width: 820px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .ex_link_box {
    font-size: 1.46vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .ex_link_box {
    font-size: 3.18vw;
  }
}
nav.gmenu_openbox .inbox .menu_box .gmenu_box .flex_box .gmenu_content .ex_link_box li {
  background-image: url("../img/blank_link_icon_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px auto;
  padding-right: 20px;
}
nav.gmenu_openbox .inbox .menu_box .footer_box {
  width: 30.1041666667%;
  height: 100vh;
  height: 100lvh;
  color: #fff;
  background-image: url("../img/gmenu_openbox_footer_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1366px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box {
    width: 40.1171303075%;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box {
    width: 100%;
    position: relative;
    height: auto;
  }
}
nav.gmenu_openbox .inbox .menu_box .footer_box a {
  color: #fff;
}
nav.gmenu_openbox .inbox .menu_box .footer_box .inbox {
  position: relative;
  width: 100%;
  height: 100lvh;
  z-index: 10;
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box .inbox {
    position: relative;
    height: auto;
  }
}
nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box {
  width: 64.3598615917%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (min-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box {
    width: 372px;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box {
    width: 86.8181818182%;
    position: relative;
    height: auto;
    margin: 18.8481675393% auto 16.2303664921%;
    top: 0;
    left: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
  }
}
nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box .sns_box {
  width: 100%;
  margin-bottom: 55px;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box .sns_box {
    margin-bottom: 14.7849462366%;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box .sns_box {
    margin-bottom: 14.3979057592%;
  }
}
nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box .sns_box li a {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Libre Caslon Display";
  font-weight: 400;
  font-size: 16px;
  line-height: 3;
}
@media (max-width: 1200px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box .sns_box li a {
    font-size: 1.33vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box .sns_box li a {
    font-size: 3.64vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box .sns_box li a {
    font-size: 4.09vw;
  }
}
nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box .sns_box li a img {
  width: 34px;
  margin-right: 5%;
  filter: invert(1);
}
nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box a.app_banner {
  display: block;
  border: 1px solid #fff;
  line-height: 0;
  margin-bottom: 4.8387096774%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s;
}
nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box a.app_banner:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
nav.gmenu_openbox .inbox .menu_box .footer_box .inbox .info_box a.app_banner:hover img {
  opacity: 1;
}
nav.gmenu_openbox .inbox a.contact_box {
  display: block;
  background-color: #BDA366;
  background-image: url("../img/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 4.7043010753% center;
  background-size: 4.3010752688% auto;
  color: #fff;
  text-align: center;
  margin-bottom: 6.7204301075%;
  padding: 6.9892473118% 0;
  transition: background 0.5s;
}
nav.gmenu_openbox .inbox a.contact_box:hover {
  opacity: 1;
  background-color: #AA9052;
}
nav.gmenu_openbox .inbox a.contact_box strong {
  display: block;
  font-family: "Libre Caslon Display";
  font-weight: 400;
  font-size: 28px;
  line-height: 1.037037037;
}
@media (max-width: 1200px) {
  nav.gmenu_openbox .inbox a.contact_box strong {
    font-size: 2.05vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox a.contact_box strong {
    font-size: 6.36vw;
  }
}
nav.gmenu_openbox .inbox a.contact_box span {
  display: block;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 13px;
}
@media (max-width: 1920px) {
  nav.gmenu_openbox .inbox a.contact_box span {
    font-size: 0.95vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox a.contact_box span {
    font-size: 2.95vw;
  }
}
nav.gmenu_openbox .inbox .tel_box {
  text-align: center;
}
nav.gmenu_openbox .inbox .tel_box a {
  display: block;
  font-family: "Libre Caslon Display";
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  margin-bottom: 3.4946236559%;
}
@media (max-width: 1200px) {
  nav.gmenu_openbox .inbox .tel_box a {
    font-size: 1.639vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .tel_box a {
    font-size: 5.45vw;
  }
}
nav.gmenu_openbox .inbox .tel_box p {
  font-size: 13px;
}
@media (max-width: 1200px) {
  nav.gmenu_openbox .inbox .tel_box p {
    font-size: 1.08vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .tel_box p {
    font-size: 2.95vw;
  }
}
@media (max-width: 440px) {
  nav.gmenu_openbox .inbox .tel_box p {
    font-size: 3.86vw;
  }
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 3.6666666667% !important;
}
@media (max-width: 440px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 3.7634408602% !important;
  }
}

article.wedding {
  position: relative;
}
article.wedding section main.indent03 {
  padding-left: 162px;
}
@media (max-width: 1372px) {
  article.wedding section main.indent03 {
    padding-left: 11.8075801749%;
  }
}
@media (max-width: 440px) {
  article.wedding section main.indent03 {
    width: 86.9158878505vw;
    padding-left: 0%;
  }
}
article.wedding section h2 {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 26px;
}
@media (max-width: 1200px) {
  article.wedding section h2 {
    font-size: 2.17vw;
  }
}
@media (max-width: 820px) {
  article.wedding section h2 {
    font-size: 3.17vw;
  }
}
article.wedding section main {
  position: relative;
}
article.wedding section :where(.wp-block-columns.is-layout-flex) {
  gap: 2.5% !important;
}
@media (max-width: 440px) {
  article.wedding section :where(.wp-block-columns.is-layout-flex) {
    gap: 2.688172043% !important;
  }
}
article.party_mice section :where(.wp-block-columns.is-layout-flex) {
  gap: 2.5% !important;
}
@media (max-width: 440px) {
  article.party_mice section :where(.wp-block-columns.is-layout-flex) {
    gap: 2.688172043% !important;
  }
}

article.information {
  padding-top: 157px;
  background-color: #F2F2F0;
}
@media (max-width: 1372px) {
  article.information {
    padding-top: 12.2083981337%;
  }
}
@media (max-width: 440px) {
  article.information {
    padding-top: 23.3644859813%;
  }
}
article.information section.information_box {
  margin-bottom: 163px;
}
@media (max-width: 1372px) {
  article.information section.information_box {
    margin-bottom: 12.6749611198%;
  }
}
@media (max-width: 440px) {
  article.information section.information_box {
    margin-bottom: 20.3271028037%;
  }
}
article.information section.information_box dl {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 440px) {
  article.information section.information_box dl {
    flex-flow: column;
  }
}
article.information section.information_box dl.info {
  max-width: 1124px;
  align-items: center;
}
@media (max-width: 1372px) {
  article.information section.information_box dl.info {
    max-width: 87.4027993779%;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl.info {
    max-width: 360px;
  }
}
article.information section.information_box dl.info h2 {
  font-size: 42px;
}
@media (max-width: 1200px) {
  article.information section.information_box dl.info h2 {
    font-size: 3.5vw;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl.info h2 {
    font-size: 9.55vw;
  }
}
article.information section.information_box dl.info dd {
  width: 728px;
}
@media (max-width: 1372px) {
  article.information section.information_box dl.info dd {
    width: 64.768683274%;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl.info dd {
    width: 100%;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl dt {
    margin-bottom: 2.688172043%;
  }
}
article.information section.information_box dl dt h2 {
  font-size: 56px;
  font-family: "Libre Caslon Display";
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  background-image: url("../img/circle_black.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
}
@media (max-width: 1200px) {
  article.information section.information_box dl dt h2 {
    font-size: 4.67vw;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl dt h2 {
    font-size: 12.73vw;
  }
}
article.information section.information_box dl dt h2 strong {
  font-size: 18px;
  font-family: "Shippori Mincho";
  font-weight: 400;
  display: block;
}
@media (max-width: 1200px) {
  article.information section.information_box dl dt h2 strong {
    font-size: 1.5vw;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl dt h2 strong {
    font-size: 4.09vw;
  }
}
article.information section.information_box dl dt p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 1.6em;
}
@media (max-width: 1200px) {
  article.information section.information_box dl dt p {
    font-size: 1.25vw;
  }
}
@media (max-width: 820px) {
  article.information section.information_box dl dt p {
    font-size: 1.83vw;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl dt p {
    font-size: 3.41vw;
  }
}
article.information section.information_box dl dd {
  width: 728px;
}
@media (max-width: 1200px) {
  article.information section.information_box dl dd {
    width: 60.6666666667%;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl dd {
    width: 100%;
  }
}
article.information section.information_box dl dd ul {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1200px) {
  article.information section.information_box dl dd ul {
    font-size: 1.33vw;
  }
}
@media (max-width: 440px) {
  article.information section.information_box dl dd ul {
    font-size: 3.64vw;
  }
}
article.information section.information_box dl dd ul.line a {
  border: 1px solid #B5B5B5;
  transition: background-color 0.5s;
}
article.information section.information_box dl dd ul.line a:hover {
  opacity: 1;
  background-color: #E8E7E1;
}
article.information section.information_box dl dd ul.cat_sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 440px) {
  article.information section.information_box dl dd ul.cat_sub {
    flex-flow: column;
  }
}
article.information section.information_box dl dd ul.cat_sub li {
  width: 48.6111111111%;
  margin-bottom: 0;
}
@media (max-width: 440px) {
  article.information section.information_box dl dd ul.cat_sub li {
    width: 100%;
  }
}
article.information section.information_box dl dd ul.cat_sub li a {
  padding: 1.438em 0 1em;
  background-color: transparent;
  border-bottom: 1px solid #B5B5B5;
}
@media (max-width: 440px) {
  article.information section.information_box dl dd ul.cat_sub li a {
    padding: 1em 0;
  }
}
article.information section.information_box dl dd ul li {
  margin-bottom: 0.625em;
}
article.information section.information_box dl dd ul li a {
  display: block;
  padding: 1.438em 0 1.438em 2.25em;
  background-color: #fff;
  background-image: url("../img/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-position: right 2.063em center;
  background-size: 1em auto;
}

section.contact_footer_box {
  position: relative;
  line-height: 0;
  color: #fff;
}
section.contact_footer_box .img_bg img {
  width: 100%;
  height: 672px;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 820px) {
  section.contact_footer_box .img_bg img {
    height: 81.9512195122vw;
  }
}
@media (max-width: 440px) {
  section.contact_footer_box .img_bg img {
    height: 152.7272727273vw;
  }
}
section.contact_footer_box .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 728px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2222222222;
}
@media (max-width: 1200px) {
  section.contact_footer_box .text_box {
    width: 60.6666666667%;
  }
}
@media (max-width: 440px) {
  section.contact_footer_box .text_box {
    width: 86.9158878505vw;
    padding-left: 0%;
  }
}
section.contact_footer_box .text_box h2 {
  font-family: "Libre Caslon Display";
  font-weight: 400;
  font-size: 46px;
  line-height: 1.4130434783;
  text-align: center;
  background-image: url("../img/circle_white.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
  padding-bottom: 0.6086956522em;
  margin-bottom: 6.3186813187%;
}
@media (max-width: 820px) {
  section.contact_footer_box .text_box h2 {
    font-size: 5.61vw;
  }
}
@media (max-width: 820px) {
  section.contact_footer_box .text_box h2 {
    font-size: 3.41vw;
  }
}
@media (max-width: 440px) {
  section.contact_footer_box .text_box h2 {
    font-size: 10.45vw;
    margin-bottom: 15.1515151515%;
  }
}
section.contact_footer_box .text_box h2 strong {
  display: block;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 820px) {
  section.contact_footer_box .text_box h2 strong {
    font-size: 2.2vw;
  }
}
@media (max-width: 820px) {
  section.contact_footer_box .text_box h2 strong {
    font-size: 1.59vw;
  }
}
@media (max-width: 440px) {
  section.contact_footer_box .text_box h2 strong {
    font-size: 4.09vw;
  }
}
section.contact_footer_box .text_box ul {
  display: flex;
  flex-flow: column;
  gap: 0.5555555556em;
}
section.contact_footer_box .text_box ul li a {
  display: block;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  padding: 1.3333333333em;
  background-image: url("../img/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 1.3333333333em center;
  background-size: auto;
  transition: background-color 0.5s;
}
@media (max-width: 820px) {
  section.contact_footer_box .text_box ul li a {
    font-size: 2.2vw;
  }
}
section.contact_footer_box .text_box ul li a:hover {
  opacity: 1;
  background-color: rgba(51, 43, 20, 0.6);
}
@media (max-width: 820px) {
  section.contact_footer_box .text_box ul li a {
    font-size: 1.951vw;
  }
}
@media (max-width: 440px) {
  section.contact_footer_box .text_box ul li a {
    font-size: 4.09vw;
    background-size: 4.5454545455% auto;
  }
}

footer {
  position: relative;
  z-index: 2;
  padding: 243px 0;
  background-color: #F2F2F0;
}
footer.margin01 {
  padding: 0 0 243px;
}
@media (max-width: 1200px) {
  footer.margin01 {
    padding: 0 0 20.25vw;
  }
}
@media (max-width: 440px) {
  footer.margin01 {
    padding: 0 0 31.8181818182%;
  }
}
@media (max-width: 1200px) {
  footer {
    padding: 20.25vw 0;
  }
}
@media (max-width: 440px) {
  footer {
    padding: 31.8181818182% 0;
  }
}
footer section.footer_box {
  background-color: #fff;
  position: relative;
}
footer section.footer_box .pankuzu_box {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 15px 0;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-bottom: 1px solid #EAE7E7;
}
@media (max-width: 820px) {
  footer section.footer_box .pankuzu_box {
    font-size: 1.59vw;
  }
}
footer section.footer_box .pankuzu_box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 820px) {
  footer section.footer_box .pankuzu_box {
    padding: 1.4634146341% 0;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .pankuzu_box {
    padding: 2.8037383178% 0;
    font-size: 2.95vw;
  }
}
footer section.footer_box .pankuzu_box .inbox {
  max-width: 1372px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
@media (max-width: 1372px) {
  footer section.footer_box .pankuzu_box .inbox {
    max-width: auto;
    width: 90%;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .pankuzu_box .inbox {
    width: 84.5794392523%;
  }
}
footer section.footer_box .pankuzu_box .inbox a:hover {
  text-decoration: none;
}
footer section.footer_box .pankuzu_box .inbox .arrow_icon {
  display: inline-block;
  vertical-align: middle;
  content: "　";
  background: url("../img/arrow_right04_black.svg") no-repeat center top 0.05em;
  background-size: 40% auto;
  margin: 0 0.2em;
}
footer section.footer_box .nav_box {
  font-weight: 400;
  padding: 5.9340659341% 0 3.6263736264%;
}
@media (min-width: 1200px) {
  footer section.footer_box .nav_box {
    padding: 108px 0 66px;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box {
    padding: 14.0186915888% 0 11.6822429907%;
  }
}
footer section.footer_box .nav_box .inbox {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  width: 1372px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1372px) {
  footer section.footer_box .nav_box .inbox {
    width: 90%;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox {
    display: block;
    width: 84.5794392523%;
  }
}
footer section.footer_box .nav_box .inbox .access_box {
  width: 50%;
}
@media (max-width: 820px) {
  footer section.footer_box .nav_box .inbox .access_box {
    width: 41.6666666667%;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .access_box {
    width: 100%;
    margin-bottom: 17.955801105%;
  }
}
footer section.footer_box .nav_box .inbox .access_box strong {
  display: block;
  width: 31.0495626822%;
  margin-bottom: 6.2682215743%;
}
@media (max-width: 820px) {
  footer section.footer_box .nav_box .inbox .access_box strong {
    width: 48.7012987013%;
  }
}
footer section.footer_box .nav_box .inbox .access_box p {
  font-size: 15px;
  margin-bottom: 1.749271137%;
  line-height: 1.7142857143;
}
@media (max-width: 1372px) {
  footer section.footer_box .nav_box .inbox .access_box p {
    font-size: 1.09vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .access_box p {
    font-size: 3.41vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .access_box p {
    font-size: 3.41vw;
    margin-bottom: 3.2258064516%;
  }
}
footer section.footer_box .nav_box .inbox .access_box a.tel {
  display: block;
  font-family: "Libre Caslon Display";
  font-weight: 400;
  font-size: 24px;
  text-decoration: underline;
  margin-bottom: 2.1865889213%;
}
@media (max-width: 1372px) {
  footer section.footer_box .nav_box .inbox .access_box a.tel {
    font-size: 1.75vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .access_box a.tel {
    font-size: 5.45vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .access_box a.tel {
    font-size: 5.45vw;
    margin-bottom: 4.0322580645%;
  }
}
footer section.footer_box .nav_box .inbox .access_box a.sns {
  display: flex;
  align-items: center;
  gap: 2%;
  font-family: "Libre Caslon Display";
  font-weight: 400;
}
@media (max-width: 820px) {
  footer section.footer_box .nav_box .inbox .access_box a.sns {
    gap: 5%;
  }
}
footer section.footer_box .nav_box .inbox .access_box a.sns img {
  width: 4.9562682216%;
}
@media (max-width: 820px) {
  footer section.footer_box .nav_box .inbox .access_box a.sns img {
    width: 9.1397849462%;
  }
}
footer section.footer_box .nav_box .inbox .access_box a.sns span {
  display: block;
  font-size: 16px;
}
@media (max-width: 1372px) {
  footer section.footer_box .nav_box .inbox .access_box a.sns span {
    font-size: 1.17vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .access_box a.sns span {
    font-size: 3.64vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .access_box a.sns span {
    font-size: 3.64vw;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media (max-width: 820px) {
  footer section.footer_box .nav_box .inbox .gmenu_box {
    width: 50%;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box {
    flex-flow: column;
    width: 100%;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box {
  width: 46.6472303207%;
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box {
    width: 100%;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl {
  border-bottom: 1px solid #EAE7E7;
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1372px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt {
    font-size: 1.17vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt {
    font-size: 3.64vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt {
    font-size: 3.64vw;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a {
  display: flex;
  align-items: center;
  position: relative;
  opacity: 1;
  color: #000;
  transition: opacity 0.3s ease;
  padding: 5.8309037901% 0;
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a {
    padding: 5.2356020942% 0;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a:hover {
  opacity: 0.5;
}
@media (max-width: 820px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a:hover {
    opacity: 1;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a.sub {
  background: none;
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a.sub:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0 -50%);
  -ms-transform: translate(0, -50%);
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  color: #707070;
  display: block;
  content: "＋";
}
@media (max-width: 1920px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a.sub:after {
    font-size: 0.94vw;
  }
}
@media (max-width: 1366px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a.sub:after {
    font-size: 1.32vw;
  }
}
@media (max-width: 820px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a.sub:after {
    font-size: 2.2vw;
  }
}
@media (max-width: 820px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a.sub:after {
    font-size: 1.71vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a.sub:after {
    font-size: 4.55vw;
    right: 0;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dt a.sub.active:after {
  content: "ー";
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd {
  display: none;
  width: 100%;
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu {
  padding: 3.125% 0 6.25%;
  margin-left: 5.625%;
  font-size: 16px;
  font-family: "Shippori Mincho";
  font-weight: 400;
}
@media (max-width: 1372px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu {
    font-size: 1.17vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu {
    font-size: 3.64vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu {
    padding: 2.7472527473% 0 6.043956044%;
    margin-left: 4.7120418848%;
    font-size: 3.64vw;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu li {
  margin-bottom: 6.875%;
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu li {
    margin-bottom: 4.7120418848%;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu li a {
  display: block;
}
footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu li a:before {
  content: "ー";
  font-size: 10px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  color: #707070;
  margin-right: 2%;
}
@media (max-width: 1200px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu li a:before {
    font-size: 0.796vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .flex_box dl dd ul.menu li a:before {
    font-size: 2.27vw;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .ex_link_box {
  display: flex;
  gap: 2.915451895%;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 14px;
  margin-top: 3.7900874636%;
  margin-bottom: 8.7463556851%;
}
@media (max-width: 1372px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .ex_link_box {
    font-size: 1.02vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .ex_link_box {
    font-size: 3.18vw;
  }
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box .ex_link_box {
    font-size: 3.18vw;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box .ex_link_box li {
  background-image: url("../img/blank_link_icon_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px auto;
  padding-right: 20px;
}
footer section.footer_box .nav_box .inbox .gmenu_box a.app_banner {
  width: 100%;
  display: block;
  border: 1px solid #B5B5B5;
  line-height: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-position: right 3.6443148688% center;
  background-size: 2.332361516% auto;
  transition: background-color 0.5s;
  padding: 3.6443148688% 0;
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box a.app_banner {
    background-size: 4.1884816754% auto;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box a.app_banner img {
  width: 43.7317784257%;
}
@media (max-width: 440px) {
  footer section.footer_box .nav_box .inbox .gmenu_box a.app_banner img {
    width: 78.5340314136%;
  }
}
footer section.footer_box .nav_box .inbox .gmenu_box a.app_banner:hover {
  background-color: #F2F2F0;
  opacity: 1;
}
footer section.footer_box .nav_box .inbox .gmenu_box a.app_banner:hover img {
  opacity: 1;
}
footer .group_link_box .inbox {
  max-width: 1372px;
  flex-basis: 1372px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 46px 0 80px;
}
@media (max-width: 1372px) {
  footer .group_link_box .inbox {
    max-width: auto;
    width: 90%;
    padding: 3.3527696793% 0 5.8309037901%;
  }
}
@media (max-width: 440px) {
  footer .group_link_box .inbox {
    display: block;
    width: 91.1214953271%;
    border-bottom: 1px solid #D3D3D3;
    padding: 10.046728972% 0 6.0747663551%;
    margin-bottom: 3.8461538462%;
  }
}
footer .group_link_box .inbox strong {
  display: block;
  width: 10.7871720117%;
}
@media (max-width: 440px) {
  footer .group_link_box .inbox strong {
    width: 92.8205128205%;
    position: relative;
    margin-bottom: 7.182320442%;
    margin-left: auto;
    margin-right: auto;
  }
  footer .group_link_box .inbox strong:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 49.7237569061%;
    display: block;
    content: "　";
    border-top: 1px solid #D3D3D3;
  }
  footer .group_link_box .inbox strong img {
    width: 35.9116022099%;
  }
}
footer .group_link_box .inbox ul {
  display: flex;
  flex-flow: wrap;
  width: 75.8017492711%;
}
@media (max-width: 440px) {
  footer .group_link_box .inbox ul {
    width: 100%;
  }
}
footer .group_link_box .inbox ul li {
  width: 12.5%;
}
@media (max-width: 440px) {
  footer .group_link_box .inbox ul li {
    width: 33.3333333333%;
  }
}
footer .copyright_box {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 10px;
  text-align: center;
}

.pg_top {
  position: relative;
  overflow: visible;
  padding-bottom: 25px;
}
.pg_top.margin01 {
  padding-bottom: 0;
}

#topBtn {
  position: fixed;
  bottom: 97px;
  right: 80px;
  margin-left: auto;
  display: block;
  width: 21px;
  text-align: center;
  box-sizing: border-box;
  z-index: 5000;
  text-decoration: none;
}
@media (max-width: 1372px) {
  #topBtn {
    right: 4.8104956268%;
  }
}
@media (max-width: 440px) {
  #topBtn {
    bottom: 80px;
    right: 28px;
  }
}
#topBtn:hover {
  opacity: 0.8;
}
#topBtn.white img {
  transition: filter 0.3s;
}
#topBtn.white.active img {
  filter: brightness(0) invert(1);
}