@import url("https://fonts.googleapis.com/css2?family=Cormorant Garamond:ital,wght@0,700;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto Sans JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori Mincho:wght@700&display=swap");
/* reset */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover])) {
  display: none !important;
}

:where([popover]) {
  border: none;
  background: none;
  inset: unset;
  color: inherit;
}

:where([popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
}
/* Global */
:root {
  --white00: rgba(255, 255, 255, 1);
  --black00: rgba(0, 0, 0, 1);
  --black01: rgba(34, 34, 34, 1);
  --black02: rgba(0, 0, 0, .5);
  --gray-line: rgba(201, 203, 213, 1);
  --dark-gray: rgba(137, 137, 137, 1);
  --bg-gray: rgba(236, 238, 240, 1);
  --bg-gray02: rgba(192, 199, 205, 1);
  --bg-gray03: rgba(227, 230, 233, 1);
  --bg-gray04: rgba(220, 221, 217, 1);
  --bg-gold: rgba(165, 155, 99, 1);
  --bg-green: rgba(176, 221, 205, 0.2);
  --bg-blue: rgba(155, 223, 243, 0.2);
  --bg-tag: rgba(115, 119, 123, 1);
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--white00);
  z-index: 1;
  animation: loading 3s;
}
body .wrap01 {
  width: 90rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 3.7333333333vw;
  }
  body {
    width: 100vw;
    margin: 0;
  }
  body .wrap01 {
    width: 100vw;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Menu */
header {
  position: fixed;
  width: 100%;
  max-width: 90rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5050;
}
header .menu-pc .head_wrap {
  position: relative;
  margin: 0 auto;
}
header .menu-pc .head_wrap.header_w {
  color: var(--white00);
}
header .menu-pc .head_wrap.header_b {
  color: var(--black01);
}
header .menu-pc .head_wrap.header_b .head_btnbox a {
  border: 0.0625rem solid var(--black01);
}
header .menu-pc .head_wrap.header_b .head_contact a {
  color: var(--white00);
}
header .menu-pc .head_wrap .header_logo {
  position: absolute;
  top: 2.375rem;
  left: 3.75rem;
  z-index: 6000;
}
header .menu-pc .head_wrap .nav_container {
  position: absolute;
  top: 2.4375rem;
  left: 14.1875rem;
  margin: 0;
  padding: 0;
  display: flex;
}
header .menu-pc .head_wrap .nav_container li {
  font-size: 1.125rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
  margin-right: 2.5rem;
}
header .menu-pc .head_wrap .nav_container li:last-child {
  margin-right: 0;
}
header .menu-pc .head_wrap .language-pc {
  position: absolute;
  top: 2.4375rem;
  left: 56.25rem;
}
header .menu-pc .head_wrap .language-pc ul {
  margin: 0;
  padding: 0;
  display: flex;
}
header .menu-pc .head_wrap .language-pc ul li {
  font-size: 1.125rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
  padding-right: 0.875rem;
}
header .menu-pc .head_wrap .language-pc ul li::after {
  content: "|";
  padding-left: 0.875rem;
  font-style: normal;
}
header .menu-pc .head_wrap .language-pc ul li:last-child {
  padding-right: 0;
}
header .menu-pc .head_wrap .language-pc ul li:last-child::after {
  content: "";
}
header .menu-pc .head_wrap .head_btnbox {
  position: absolute;
  top: 2rem;
  left: 61.9375rem;
  padding: 0;
  display: flex;
}
header .menu-pc .head_wrap .head_btnbox a {
  width: 8.6875rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  border: 0.0625rem solid var(--white00);
}
header .menu-pc .head_wrap .head_btnbox a:first-child {
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
  line-height: 1;
}
header .menu-pc .head_wrap .head_btnbox a:first-child:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/tel_icon_gold.svg);
  background-size: contain;
  margin-left: 1.25rem;
}
header .menu-pc .head_wrap .head_btnbox a:last-child {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
}
header .menu-pc .head_wrap .head_btnbox a:last-child span {
  margin-left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
header .menu-pc .head_wrap .head_contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.5rem;
  height: 6.25rem;
  background-color: var(--black00);
}
header .menu-pc .head_wrap .head_contact a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.25rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
  line-height: 6.25rem;
}
header .menu-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  header {
    position: fixed;
    width: 100vw;
    max-width: 100vw;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  header .menu-pc {
    display: none;
  }
  header .menu-sp {
    display: block;
  }
  header .menu-sp .head_wrap .header_logo {
    position: absolute;
    top: 7.4666666667vw;
    left: 5.3333333333vw;
    z-index: 6060;
  }
  header .menu-sp .head_wrap .language-sp {
    position: absolute;
    top: 7.7333333333vw;
    left: 63.2vw;
    width: 14.1333333333vw;
    display: inline-block;
    z-index: 6080;
  }
  header .menu-sp .head_wrap .language-sp ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  header .menu-sp .head_wrap .language-sp ul li {
    font-size: 4.8vw;
    font-family: "Cormorant Garamond", cursive;
    font-style: italic;
    font-weight: 700;
    padding-right: 2.6666666667vw;
  }
  header .menu-sp .head_wrap .language-sp ul li::after {
    content: "|";
    padding-left: 2.6666666667vw;
    font-style: normal;
  }
  header .menu-sp .head_wrap .language-sp ul li:last-child {
    padding-right: 0;
  }
  header .menu-sp .head_wrap .language-sp ul li:last-child::after {
    content: "";
  }
  header .menu-sp .head_wrap .humbrg-sp {
    position: absolute;
    top: 7.2vw;
    left: 86.6666666667vw;
    padding: 0;
    display: inline-block;
    z-index: 6000;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn {
    display: none;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .spmenu_container {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .spmenu_container a,
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .spmenu_container li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .header_w {
    background: var(--black00);
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .menu-icon .navicon:before {
    width: 12vw;
    margin-left: 0;
    transform: rotate(-40deg);
    background: var(--white00);
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .menu-icon .navicon:after {
    width: 12vw;
    margin-left: 0;
    transform: rotate(40deg);
    background: var(--white00);
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 6040;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-icon .navicon {
    position: relative;
    display: inline-block;
    width: 8vw;
    height: 0.2666666667vw;
    background: var(--white00);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-icon .navicon:before, header .menu-sp .head_wrap .humbrg-sp .menu-icon .navicon:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--white00);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-icon .navicon:before {
    top: 3.4666666667vw;
    width: 4vw;
    margin-left: 4vw;
  }
  header .menu-sp .head_wrap .humbrg-sp .menu-icon .navicon:after {
    bottom: 3.4666666667vw;
    width: 12vw;
    margin-left: -4vw;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container {
    position: absolute;
    top: -7.2vw;
    left: -86.6666666667vw;
    width: 100vw;
    height: 100vh;
    padding-top: 26.1333333333vw;
    clear: both;
    background: var(--black00);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 6020;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_link {
    margin-left: 36.2666666667vw;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_link li {
    margin-bottom: 8vw;
    font-size: 6.9333333333vw;
    font-family: "Cormorant Garamond", cursive;
    font-style: italic;
    font-weight: 700;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_btnbox_2 {
    margin-top: 5.3333333333vw;
    margin-left: 10.6666666667vw;
    margin-right: 10.6666666667vw;
    display: flex;
    justify-content: space-between;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_btnbox_2 a {
    width: 37.0666666667vw;
    height: 10.6666666667vw;
    display: flex;
    border: 0.2666666667vw var(--white00) solid;
    align-items: center;
    line-height: 1;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_btnbox_2 a:first-child {
    font-size: 3.2vw;
    font-weight: 500;
    font-style: normal;
    font-family: "Noto Sans JP", cursive;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_btnbox_2 a:first-child:before {
    content: "";
    display: inline-flex;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-image: url(../images/tel_icon_gold.svg);
    background-size: contain;
    margin-left: 5.3333333333vw;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_btnbox_2 a:last-child {
    font-size: 3.7333333333vw;
    font-family: "Shippori Mincho", cursive;
    font-weight: 700;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_btnbox_2 a:last-child span {
    margin-left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_btnbox_1 {
    margin-top: 2.6666666667vw;
    margin-left: 10.6666666667vw;
    margin-right: 10.6666666667vw;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_btnbox_1 a {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    display: block;
    background: var(--white00);
    font-size: 5.3333333333vw;
    font-family: "Cormorant Garamond", cursive;
    font-style: italic;
    font-weight: 700;
    line-height: 13.3333333333vw;
    color: var(--black01);
    text-align: center;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_snslinkbox {
    margin-top: 10.6666666667vw;
    margin-left: 33.6vw;
    margin-right: 33.6vw;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_snslinkbox ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  header .menu-sp .head_wrap .humbrg-sp .spmenu_container .spmenu_snslinkbox ul li {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  header .menu-sp .head_wrap.header_w {
    color: var(--white00);
  }
  header .menu-sp .head_wrap.header_b {
    color: var(--black01);
  }
  header .menu-sp .head_wrap.header_b .head_btnbox a {
    border: 0.2666666667vw solid var(--black01);
  }
  header .menu-sp .head_wrap.header_b .head_contact a {
    color: var(--white00);
  }
  header .menu-sp .head_wrap.header_b .humbrg-sp .navicon {
    background: var(--black01);
  }
  header .menu-sp .head_wrap.header_b .humbrg-sp .navicon:before, header .menu-sp .head_wrap.header_b .humbrg-sp .navicon:after {
    background: var(--black01);
  }
  header .menu-sp .head_wrap.header_b .humbrg-sp .spmenu_link {
    color: var(--white00);
  }
}
main {
  position: relative;
}

.side_snslinkbox {
  position: fixed;
  top: 27.8125rem;
  right: 3.125rem;
  display: flex;
  flex-direction: column;
  z-index: 5010;
}
.side_snslinkbox li {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 2.5rem;
}
.side_snslinkbox li:last-child {
  margin-bottom: 0;
}

.side_contact {
  position: fixed;
  top: 44.0625rem;
  right: 0;
  width: 4rem;
  height: 12.1875rem;
  border-top-left-radius: 0.625rem;
  background-color: rgba(0, 0, 0, 0.7);
  writing-mode: vertical-rl;
  z-index: 5020;
}
.side_contact a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0.875rem;
  font-family: "Shippori Mincho", cursive;
  font-weight: 700;
  text-align: center;
  line-height: 4rem;
}

@media screen and (max-width: 750px) {
  .side_snslinkbox {
    display: none;
  }
  .side_contact {
    top: 21.3333333333vw;
    width: 17.0666666667vw;
    height: 52vw;
    border-top-left-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
  }
  .side_contact a {
    font-size: 3.7333333333vw;
    line-height: 17.0666666667vw;
  }
}
footer {
  width: 100%;
  color: var(--white00);
  background-color: var(--black01);
}
footer .wrap01 {
  padding-bottom: 3.75rem;
}
footer .wrap01 h3 {
  padding-top: 3.75rem;
  margin-left: 7.5rem;
}
footer .wrap01 .footnav_container {
  margin-top: 5rem;
  margin-left: 7.0625rem;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
footer .wrap01 .footnav_container li {
  margin-right: 2.5rem;
  font-size: 1.125rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
}
footer .wrap01 .footnav_container li.telnum {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  font-family: "Noto Sans JP", cursive;
}
footer .wrap01 .footnav_container li.telnum::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
  background-image: url(../images/tel_icon_gold.svg);
  background-size: contain;
}
footer .wrap01 .foot_banner {
  width: 21.25rem;
  height: 7.9375rem;
  margin-top: -5.4375rem;
  margin-left: 61.25rem;
}
footer .wrap01 .foot_banner a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
footer .wrap01 .copy {
  margin-top: 0.6875rem;
  margin-left: 7.5rem;
  font-size: 0.75rem;
  font-family: "Cormorant Garamond", cursive;
  font-weight: 700;
  color: rgb(137, 137, 137);
}

@media screen and (max-width: 750px) {
  footer {
    width: 100vw;
  }
  footer .wrap01 {
    padding-bottom: 8vw;
  }
  footer .wrap01 h3 {
    width: 27.2vw;
    padding-top: 13.3333333333vw;
    margin: 0 auto;
  }
  footer .wrap01 .footnav_container {
    margin-top: 10.6666666667vw;
    margin-left: 28.2666666667vw;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .wrap01 .footnav_container li {
    width: 29.3333333333vw;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
  footer .wrap01 .footnav_container li.telnum {
    margin-left: -10.6666666667vw;
    font-size: 3.2vw;
  }
  footer .wrap01 .footnav_container li.telnum::before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  footer .wrap01 .foot_banner {
    width: 89.3333333333vw;
    height: 33.0666666667vw;
    margin-top: 16.2666666667vw;
    margin-left: 5.3333333333vw;
  }
  footer .wrap01 .copy {
    margin: 8vw auto 0;
    font-size: 3.2vw;
    text-align: center;
  }
}
/* Button */
.btn_tolist_link {
  width: 10.625rem;
  height: 2.1875rem;
  display: block;
  border-bottom: 0.0625rem var(--black00) solid;
  background: url(../images/arrow_right.svg) right 3%/auto no-repeat;
}
.btn_tolist_link a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
}

.btn_tolist_movie {
  width: 10.625rem;
  height: 2.1875rem;
  display: block;
  border-bottom: 0.0625rem var(--black00) solid;
  background: url(../images/external-link.svg) right 3%/auto no-repeat;
}
.btn_tolist_movie a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
}

.btn_pre_link,
.btn_next_link {
  width: 3.875rem;
  height: 2rem;
  display: block;
  border-bottom: 0.0625rem var(--black00) solid;
}
.btn_pre_link a,
.btn_next_link a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 1rem;
  font-family: "Cormorant Garamond", cursive;
  font-style: italic;
  font-weight: 700;
}

.btn_pre_link {
  background: url(../images/arrow_left.svg) left 3%/auto no-repeat;
}
.btn_pre_link a {
  text-align: right;
}

.btn_next_link {
  background: url(../images/arrow_right.svg) right 3%/auto no-repeat;
}

@media screen and (max-width: 750px) {
  .btn_pre_link,
  .btn_next_link {
    width: 2.4vw;
    height: 4.5333333333vw;
    display: block;
    border-bottom: none;
  }
  .btn_pre_link a,
  .btn_next_link a {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.2666666667vw;
    color: transparent;
  }
}/*# sourceMappingURL=common.css.map */