@charset "UTF-8";
.arw_right_tri_with_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
}
@media (max-width: 765px) {
  .arw_right_tri_with_circle {
    width: 24px;
    height: 24px;
  }
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Base
 */
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

small {
  font-size: inherit;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  min-width: 0;
  color: #545454;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 765px) {
  body {
    min-width: 0;
  }
}

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

/**
 * Layout
 */
.ly_contents {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ly_container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media (max-width: 765px) {
  .ly_container {
    width: auto;
  }
}
.ly_container__narrow {
  max-width: 1140px;
}

/**
 * Header
 */
.ly_header_contents {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
@media (max-width: 765px) {
  .ly_header_contents {
    position: absolute;
  }
}
.ly_header_head {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.ly_header_logo {
  width: 276px;
  box-shadow: 0 0 16px rgba(110, 92, 108, 0.15);
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .ly_header_logo {
    width: 149px;
  }
}
.ly_header_logo a {
  display: block;
  padding: 24px 34px 23px 40px;
  background-color: rgba(255, 255, 255, 0.92);
  transition: opacity 0.3s;
}
@media (max-width: 1024px) {
  .ly_header_logo a {
    padding: 18px 16px 17px 15px;
  }
}
.ly_header_logo a:focus, :where([data-whatintent="mouse"]) .ly_header_logo a:hover {
  opacity: 0.6;
}
.ly_header_menu {
  position: relative;
  display: flex;
  gap: 1px;
  width: 180px;
  height: 90px;
  box-shadow: 0 0 16px rgba(110, 92, 108, 0.15);
  pointer-events: auto;
  transition: width 0.3s;
}
@media (max-width: 1024px) {
  .ly_header_menu {
    width: 120px;
    height: 60px;
  }
}
.ly_header_lang {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 90px;
  height: 100%;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  z-index: 0;
}
@media (max-width: 1024px) {
  .ly_header_lang {
    width: 60px;
  }
}
.ly_header_lang a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #F3EEF2;
  background-color: rgba(255, 255, 255, 0.92);
  color: #6E5C6C;
  font-family: "PT Serif", "Noto Sans JP";
  font-size: 1.4rem;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media (max-width: 1024px) {
  .ly_header_lang a {
    font-size: 1rem;
  }
}
.ly_header_lang a:focus, :where([data-whatintent="mouse"]) .ly_header_lang a:hover {
  background-color: #BD5C9E;
  color: #fff;
}
.ly_header_lang a:first-child {
  border-top: none;
}
.ly_header_hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 90px;
  height: 100%;
  padding: 10px;
  border-left: 1px solid #F3EEF2;
  background-color: rgba(255, 255, 255, 0.92);
  color: #6E5C6C;
  z-index: 1;
  transition-property: width, color, background-color;
  transition-duration: 0.3s;
}
:where([data-whatintent="mouse"]) .ly_header_hamburger:hover {
  background-color: #BD5C9E;
  color: #fff;
}
@media (max-width: 1024px) {
  .ly_header_hamburger {
    gap: 5px;
    width: 60px;
  }
}
.ly_header_hamburger .icon {
  display: block;
  width: 30px;
  height: 23px;
}
@media (max-width: 1024px) {
  .ly_header_hamburger .icon {
    width: 23px;
    height: 18px;
  }
}
.ly_header_hamburger .icon span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid currentColor;
}
.ly_header_hamburger .icon span:before, .ly_header_hamburger .icon span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid currentColor;
  transition-property: top, left, transform;
  transition-duration: 0.3s;
  transform-origin: left;
}
.ly_header_hamburger .icon span:before {
  top: 10px;
}
@media (max-width: 1024px) {
  .ly_header_hamburger .icon span:before {
    top: 7px;
  }
}
.ly_header_hamburger .icon span:after {
  top: 22px;
}
@media (max-width: 1024px) {
  .ly_header_hamburger .icon span:after {
    top: 15px;
  }
}
.ly_header_hamburger .txt {
  display: block;
  font-size: 1.4rem;
  line-height: 1.285;
}
@media (max-width: 1024px) {
  .ly_header_hamburger .txt {
    font-size: 1rem;
  }
}
.ly_header_body {
  position: relative;
  top: -90px;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  transition-property: right;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .ly_header_body {
    top: -60px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    transition-property: opacity, visibility;
  }
}
.ly_header_nav {
  position: absolute;
  top: 0;
  right: -477px;
  width: 477px;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .ly_header_nav {
    position: static;
    width: 100%;
    overflow-y: auto;
  }
}
.ly_header_inner {
  width: 100%;
  min-height: 100%;
  padding: 112px 0 30px;
  background: linear-gradient(205deg, rgba(217, 246, 239, 0.36) 0%, rgba(225, 227, 233, 0.36) 10%, rgba(233, 213, 227, 0.36) 50%, rgba(255, 255, 255, 0.36) 100%);
}
@media (max-width: 1024px) {
  .ly_header_inner {
    padding: 90px 0 53px;
  }
}
.ly_header_customSearch {
  padding: 0 87px 0 49px;
}
@media (max-width: 1024px) {
  .ly_header_customSearch {
    padding: 0 20px;
  }
}
.ly_header_customSearch form {
  padding: 10px 15px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .ly_header_customSearch form {
    padding: 8px 11px;
  }
}
.ly_header_customSearch input {
  width: calc(100% - 30px);
  font-size: 1.4rem;
}
.ly_header_customSearch button {
  color: #AE8DA9;
  transition: color 0.3s;
}
.ly_header_customSearch button:focus, :where([data-whatintent="mouse"]) .ly_header_customSearch button:hover {
  color: #BD5C9E;
}
.ly_header_customSearch button .icon_search .fill {
  fill: currentColor;
}
.ly_header_subNav {
  padding: 0 87px 0 49px;
  margin-top: 21px;
}
@media (max-width: 1024px) {
  .ly_header_subNav {
    padding: 0 20px;
    margin-top: 23px;
  }
}
.ly_header_subNav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 0;
}
@media (max-width: 1024px) {
  .ly_header_subNav ul {
    gap: 10px 0;
  }
}
.ly_header_subNav li {
  width: 151px;
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .ly_header_subNav li {
    width: 50%;
  }
}
.ly_header_subNav li a {
  display: flex;
  gap: 5px;
  color: #62455E;
  font-size: 1.4rem;
  line-height: 1.428;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .ly_header_subNav li a {
    gap: 4px;
    font-size: 1.2rem;
  }
}
.ly_header_subNav li a:focus, :where([data-whatintent="mouse"]) .ly_header_subNav li a:hover {
  color: #BD5C9E;
}
.ly_header_subNav li a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .ly_header_subNav li a:hover .arw_right_tri_with_circle {
  border-color: currentColor;
}
.ly_header_subNav li a .arw_right_tri_with_circle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: border-color 0.3s;
}
@media (max-width: 1024px) {
  .ly_header_subNav li a .arw_right_tri_with_circle {
    width: 18px;
    height: 18px;
  }
  .ly_header_subNav li a .arw_right_tri_with_circle .arw_right_tri {
    padding: 1px;
  }
}
.ly_header_subNav li a .arw_right_tri_with_circle .stroke {
  stroke: currentColor;
}
.ly_header_gNav {
  margin-top: 44px;
}
@media (max-width: 1024px) {
  .ly_header_gNav {
    margin-top: 28px;
  }
}
.ly_header_parentNav {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .ly_header_parentNav {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .ly_header_parentNav > li {
    border-bottom: 1px solid rgba(133, 111, 130, 0.2);
  }
  .ly_header_parentNav > li:first-child {
    border-top: 1px solid rgba(133, 111, 130, 0.2);
  }
}
.ly_header_parentNav > li ~ li {
  margin-top: 17px;
}
@media (max-width: 1024px) {
  .ly_header_parentNav > li ~ li {
    margin-top: 0;
  }
}
.ly_header_parentNav > li > a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 100%;
  padding: 0 87px 0 49px;
  color: #545454;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color, -webkit-text-decoration-color;
  transition-duration: 0.3s;
  text-decoration: underline;
  text-underline-offset: 9px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media (max-width: 1024px) {
  .ly_header_parentNav > li > a {
    position: relative;
    padding: 18px 0 9px;
    font-size: 1.8rem;
    text-decoration: none;
  }
  .ly_header_parentNav > li > a.is_slide:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    transform: rotate(180deg);
    width: 12px;
    height: 9px;
    background-image: url(../images/header/arw_up_tri.svg);
    background-repeat: no-repeat;
    background-size: auto;
    transition: transform 0.3s;
  }
  .ly_header_parentNav > li > a.is_open:before {
    transform: rotate(180deg) scale(-1);
  }
}
.ly_header_parentNav > li > a:focus, :where([data-whatintent="mouse"]) .ly_header_parentNav > li > a:hover {
  color: #BD5C9E;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.ly_header_parentNav > li > a.is_current {
  color: #BD5C9E;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.ly_header_childNav {
  position: absolute;
  top: 0;
  right: 0;
  right: -388px;
  width: 388px;
  min-height: 100%;
  padding: 110px 56px 30px 33px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 1024px) {
  .ly_header_childNav {
    position: static;
    display: none;
    width: 100%;
    padding: 0 20px 25px;
    margin-bottom: 21px;
  }
}
@media (max-width: 1024px) {
  .ly_header_childNav > :first-child {
    padding-top: 20px;
  }
}
.ly_header_childNav ul {
  margin-top: 38px;
}
@media (max-width: 1024px) {
  .ly_header_childNav ul {
    margin-top: 15px;
  }
  .ly_header_childNav ul:only-child {
    margin-top: 0;
  }
}
.ly_header_childNav li ~ li {
  margin-top: 21px;
}
@media (max-width: 1024px) {
  .ly_header_childNav li ~ li {
    margin-top: 16px;
  }
}
.ly_header_childNav li a {
  display: flex;
  gap: 10px;
  color: #62455E;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .ly_header_childNav li a {
    gap: 6px;
    font-size: 1.4rem;
  }
}
.ly_header_childNav li a:focus, :where([data-whatintent="mouse"]) .ly_header_childNav li a:hover {
  color: #BD5C9E;
}
.ly_header_childNav li a:focus .arw_right_tri_with_circle, :where([data-whatintent="mouse"]) .ly_header_childNav li a:hover .arw_right_tri_with_circle {
  border-color: currentColor;
}
.ly_header_childNav li a:focus .annotation, :where([data-whatintent="mouse"]) .ly_header_childNav li a:hover .annotation {
  color: inherit;
}
.ly_header_childNav li a .arw_right_tri_with_circle {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-top: -1px;
  transition: border-color 0.3s;
}
@media (max-width: 1024px) {
  .ly_header_childNav li a .arw_right_tri_with_circle {
    width: 24px;
    height: 24px;
  }
}
.ly_header_childNav li a .arw_right_tri_with_circle .stroke {
  stroke: currentColor;
}
.ly_header_childNav li a .annotation {
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #856F82;
}
@media not all and (max-width: 765px) {
  .ly_header_childNav li a .annotation {
    margin-top: 5px;
  }
}
.ly_header_childNav li a .annotation:before {
  content: "※";
}
.ly_header_childHdg a:focus .img img, :where([data-whatintent="mouse"]) .ly_header_childHdg a:hover .img img {
  transform: scale(1.05);
}
.ly_header_childHdg a:focus .hdg, :where([data-whatintent="mouse"]) .ly_header_childHdg a:hover .hdg {
  color: #BD5C9E;
}
.ly_header_childHdg a:focus .hdg .arw_right_half_horizontal, :where([data-whatintent="mouse"]) .ly_header_childHdg a:hover .hdg .arw_right_half_horizontal {
  transform: translateX(10px);
}
.ly_header_childHdg .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.44%;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .ly_header_childHdg .img {
    display: none;
  }
}
.ly_header_childHdg .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
.ly_header_childHdg .hdg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: calc(100% - 65px);
  padding: 22px 15px 2px 2px;
  margin-top: -50px;
  background-color: #fff;
  color: #545454;
  font-size: 1.8rem;
  z-index: 1;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .ly_header_childHdg .hdg {
    width: 100%;
    padding: 0;
    margin-top: 0;
    background-color: unset;
    font-size: 1.6rem;
  }
}
.ly_header_childHdg .hdg:first-child {
  margin-top: 0;
}
.ly_header_childHdg .hdg .arw_right_half_horizontal_sm {
  transition: transform 0.3s;
}
.ly_header_childHdg .hdg .arw_right_half_horizontal_sm .fill {
  fill: currentColor;
}
.ly_header_otherNav {
  padding: 0 87px 0 49px;
  margin-top: 39px;
}
@media (max-width: 1024px) {
  .ly_header_otherNav {
    padding: 0 20px;
    margin-top: 37px;
  }
}
.ly_header_txtLink {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.ly_header_txtLink li {
  position: relative;
  width: 50%;
}
.ly_header_txtLink li:nth-child(odd):before {
  content: none;
}
.ly_header_txtLink li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  border-left: 1px solid #856F82;
}
.ly_header_txtLink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #62455E;
  font-size: 1.4rem;
  line-height: 2.14;
  transition: color 0.3s;
}
.ly_header_txtLink li a:focus, :where([data-whatintent="mouse"]) .ly_header_txtLink li a:hover {
  color: #BD5C9E;
}
.ly_header_txtLink li a:focus .icon img:first-child, :where([data-whatintent="mouse"]) .ly_header_txtLink li a:hover .icon img:first-child {
  opacity: 1;
}
.ly_header_txtLink li a .icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ly_header_txtLink li a .icon img:first-child {
  position: relative;
  opacity: 0;
  filter: brightness(0) saturate(100%) invert(74%) sepia(54%) saturate(5070%) hue-rotate(286deg) brightness(81%) contrast(78%);
  transition: opacity 0.3s;
  z-index: 1;
}
.ly_header_txtLink li a .icon img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ly_header_btnLink {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.ly_header_btnLink li {
  width: 50%;
}
.ly_header_btnLink li a {
  position: relative;
}
.ly_header_btnLink li a:focus .btn, :where([data-whatintent="mouse"]) .ly_header_btnLink li a:hover .btn {
  background-color: transparent;
  color: #BD5C9E;
}
.ly_header_btnLink li a:focus .btn .icon img:first-child, :where([data-whatintent="mouse"]) .ly_header_btnLink li a:hover .btn .icon img:first-child {
  opacity: 1;
}
.ly_header_btnLink li a:focus:before, :where([data-whatintent="mouse"]) .ly_header_btnLink li a:hover:before {
  opacity: 1;
}
.ly_header_btnLink li a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #F3EEF2;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
}
.ly_header_btnLink li a .btn {
  position: relative;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 41px;
  padding: 5px;
  border: 1px solid #BD5C9E;
  background-color: #BD5C9E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  z-index: 1;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  z-index: 1;
}
.ly_header_btnLink li a .btn .icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ly_header_btnLink li a .btn .icon img:first-child {
  position: relative;
  opacity: 0;
  filter: brightness(0) saturate(100%) invert(74%) sepia(54%) saturate(5070%) hue-rotate(286deg) brightness(81%) contrast(78%);
  transition: opacity 0.3s;
  z-index: 1;
}
.ly_header_btnLink li a .btn .icon img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ly_header_follow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 87px 0 49px;
  margin-top: 29px;
}
@media (max-width: 1024px) {
  .ly_header_follow {
    justify-content: center;
    padding: 0 20px;
    margin-top: 29px;
  }
}
.ly_header_snsHdg {
  color: #856F82;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  line-height: 1.25;
}
.ly_header_sns {
  display: flex;
  flex-shrink: 0;
  gap: 9px;
}
.ly_header_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #856F82;
  border-radius: 50%;
  transition: border-color 0.3s;
}
.ly_header_icon a .icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ly_header_icon a .icon img:first-child {
  position: relative;
  opacity: 0;
  filter: brightness(0) saturate(100%) invert(74%) sepia(54%) saturate(5070%) hue-rotate(286deg) brightness(81%) contrast(78%);
  transition: opacity 0.3s;
  z-index: 1;
}
.ly_header_icon a .icon img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ly_header_icon a:focus, :where([data-whatintent="mouse"]) .ly_header_icon a:hover {
  border-color: #BD5C9E;
}
.ly_header_icon a:focus .icon img:first-child, :where([data-whatintent="mouse"]) .ly_header_icon a:hover .icon img:first-child {
  opacity: 1;
}
@media (max-width: 765px) {
  .ly_header.is_active .ly_header_contents {
    position: fixed;
  }
}
@media not all and (max-width: 1024px) {
  .ly_header.is_active .ly_header_menu {
    width: 90px;
  }
}
@media not all and (max-width: 1024px) {
  .ly_header.is_active .ly_header_lang {
    opacity: 0;
    visibility: hidden;
  }
}
.ly_header.is_active .ly_header_hamburger {
  background-color: #BD5C9E;
  color: #fff;
}
.ly_header.is_active .ly_header_hamburger .icon span {
  border-width: 0;
}
.ly_header.is_active .ly_header_hamburger .icon span:before {
  top: 5px;
  left: 6px;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .ly_header.is_active .ly_header_hamburger .icon span:before {
    top: 2px;
    left: 5px;
  }
}
.ly_header.is_active .ly_header_hamburger .icon span:after {
  top: 26px;
  left: 6px;
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .ly_header.is_active .ly_header_hamburger .icon span:after {
    top: 18px;
    left: 5px;
  }
}
@media not all and (max-width: 1024px) {
  .ly_header.is_active .ly_header_hamburger {
    width: 90px;
  }
}
@media (max-width: 1024px) {
  .ly_header.is_active .ly_header_body {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 765px) {
  body.sp_noFixedNav .ly_header_contents {
    position: fixed;
  }
}

/**
 * Footer
 */
.ly_footer {
  position: relative;
  z-index: 0;
  padding-bottom: 110px;
}
@media (max-width: 765px) {
  .ly_footer {
    padding-bottom: 0;
  }
}
.ly_footer_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  z-index: 0;
}
@media (max-width: 765px) {
  .ly_footer_bg {
    background-image: url(../images/footer/footer_bg_sp.png);
  }
}
.ly_footer_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding-top: 50px;
  z-index: 1;
}
@media (max-width: 765px) {
  .ly_footer_container {
    flex-direction: column;
    justify-content: unset;
    align-items: stretch;
    gap: 36px;
    padding-top: 41px;
  }
}
.ly_footer_container:last-child {
  padding-bottom: 110px;
}
@media (max-width: 765px) {
  .ly_footer_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}
.ly_footer_logo {
  display: block;
  width: 262px;
  transition: opacity 0.3s;
}
@media (max-width: 765px) {
  .ly_footer_logo {
    width: 188px;
  }
}
.ly_footer_logo:focus, :where([data-whatintent="mouse"]) .ly_footer_logo:hover {
  opacity: 0.6;
}
.ly_footer_address {
  margin-top: 21px;
  color: #62455E;
  font-size: 1.4rem;
}
@media (max-width: 765px) {
  .ly_footer_address {
    margin-top: 13px;
    font-size: 1.2rem;
  }
}
.ly_footer_follow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
  margin-top: 37px;
}
@media (max-width: 765px) {
  .ly_footer_follow {
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
  }
}
.ly_footer_snsHdg {
  color: #856F82;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  line-height: 1.25;
}
.ly_footer_sns {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}
.ly_footer_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #856F82;
  border-radius: 50%;
  transition: border-color 0.3s;
}
.ly_footer_icon a .icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ly_footer_icon a .icon img:first-child {
  position: relative;
  transition: opacity 0.3s;
  z-index: 1;
}
.ly_footer_icon a .icon img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0) saturate(100%) invert(74%) sepia(54%) saturate(5070%) hue-rotate(286deg) brightness(81%) contrast(78%);
  z-index: 0;
}
.ly_footer_icon a:focus, :where([data-whatintent="mouse"]) .ly_footer_icon a:hover {
  border-color: #BD5C9E;
}
.ly_footer_icon a:focus .icon img:first-child, :where([data-whatintent="mouse"]) .ly_footer_icon a:hover .icon img:first-child {
  opacity: 0;
}
.ly_footer_nav {
  display: flex;
  gap: 61px;
}
@media (max-width: 765px) {
  .ly_footer_nav {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.ly_footer_item ~ li {
  margin-top: 14px;
}
@media (max-width: 765px) {
  .ly_footer_item ~ li {
    margin-top: 4px;
  }
}
.ly_footer_item a {
  color: #856F82;
  font-size: 1.6rem;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .ly_footer_item a {
    font-size: 1.4rem;
  }
}
.ly_footer_item a:focus, :where([data-whatintent="mouse"]) .ly_footer_item a:hover {
  color: #BD5C9E;
}
.ly_footer_item a .icon_blank {
  width: 16px;
  margin-bottom: -2px;
}
@media (max-width: 765px) {
  .ly_footer_item a .icon_blank {
    margin-bottom: -4px;
  }
}
.ly_footer_item a .icon_blank .stroke {
  stroke: currentColor;
}
.ly_footer_copy {
  position: relative;
  margin-top: 40px;
  text-align: center;
  color: rgba(98, 69, 94, 0.5);
  font-size: 1.2rem;
  line-height: 1.25;
  z-index: 1;
}
@media (max-width: 765px) {
  .ly_footer_copy {
    margin-top: 39px;
    padding-bottom: 65px;
  }
}
.ly_footer_fixed {
  position: fixed;
  right: 0;
  bottom: 206px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
}
@media (max-width: 765px) {
  .ly_footer_fixed {
    right: 20px;
    bottom: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 1;
    visibility: visible;
  }
}
.ly_footer_fixed.is_active {
  opacity: 1;
  visibility: visible;
}
@media not all and (max-width: 765px) {
  .ly_footer_btn {
    display: none;
  }
}
.ly_footer_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 50px;
  padding: 5px 26px;
  background-color: #BD5C9E;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  box-shadow: 0 0 16px rgba(110, 92, 108, 0.15);
}
.ly_footer_btn a .icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ly_footer_top a {
  display: block;
  padding: 30px 28px 43px;
  color: #6E5C6C;
  background-color: #fff;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .ly_footer_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 16px rgba(110, 92, 108, 0.15);
  }
}
:where([data-whatintent="mouse"]) .ly_footer_top a:hover {
  color: #BD5C9E;
}
:where([data-whatintent="mouse"]) .ly_footer_top a:hover .arw_right_tri_with_circle {
  border-color: #BD5C9E;
}
.ly_footer_top a .txt {
  width: 100%;
  margin-top: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 765px) {
  .ly_footer_top a .txt {
    display: none;
  }
}
.ly_footer_top a .arw_right_tri_with_circle {
  border-color: #6E5C6C;
  transition: border-color 0.3s;
}
@media (max-width: 765px) {
  .ly_footer_top a .arw_right_tri_with_circle {
    border: none;
    width: auto;
    height: auto;
  }
}
.ly_footer_top a .arw_right_tri_with_circle .arw_right_tri {
  transform: rotate(-90deg);
}
@media (max-width: 765px) {
  .ly_footer_top a .arw_right_tri_with_circle .arw_right_tri {
    transform: rotate(-90deg) scale(1.3);
  }
}
.ly_footer_top a .arw_right_tri_with_circle .arw_right_tri .stroke {
  stroke: currentColor;
}
.ly_footer_bottom {
  position: relative;
  padding-top: 60px;
  z-index: 1;
  font-size: 1.4rem;
}
@media (max-width: 765px) {
  .ly_footer_bottom {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
}
.ly_footer_bottom ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
@media (max-width: 765px) {
  .ly_footer_bottom ul {
    flex-direction: column;
    justify-content: unset;
    gap: 4px;
  }
}
.ly_footer_bottom li {
  margin-top: 0;
}
.ly_footer_bottom li a {
  font-size: 1.4rem;
}
@media (max-width: 765px) {
  .ly_footer_bottom li a {
    font-size: 1.2rem;
  }
}
.ly_footer_bottom li a .icon_blank {
  width: 16px;
  margin-bottom: -4px;
}
.ly_footer_bottom li a .icon_blank .stroke {
  stroke: currentColor;
}

/**
 * Element
 */
.js_fadeIn {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}
.js_fadeIn.is_fade {
  opacity: 1;
  transform: translateY(0);
}

.el_img a {
  display: block;
}
.el_img a:focus .el_img_img img, :where([data-whatintent="mouse"]) .el_img a:hover .el_img_img img {
  transform: scale(1.1);
}
.el_img figure {
  display: inline-table;
}
.el_img_img {
  overflow: hidden;
}
.el_img_img img {
  transition: transform 0.3s;
}
.el_img_caption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.9;
  letter-spacing: 0.05em;
  display: table-caption;
  text-align: left;
  caption-side: bottom;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .el_img_caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .el_img_caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .el_img_caption {
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 765px) {
  .el_img_caption {
    margin-top: 10px;
  }
}

/**
 * Block
 */
.bl_breadcrumb {
  text-align: right;
}
@media (max-width: 765px) {
  .bl_breadcrumb {
    text-align: left;
  }
}
.bl_breadcrumb ol li {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  line-height: 1.41;
  letter-spacing: 0.05em;
  display: inline;
  color: #545454;
}
@media (max-width: 1024px) {
  .bl_breadcrumb ol li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .bl_breadcrumb ol li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 765px) {
  .bl_breadcrumb ol li {
    line-height: 1.41;
    letter-spacing: 0.05em;
  }
}
.bl_breadcrumb ol li a {
  color: #62455E;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color, -webkit-text-decoration-color;
}
.bl_breadcrumb ol li a:focus, :where([data-whatintent="mouse"]) .bl_breadcrumb ol li a:hover {
  color: #BD5C9E;
}
.bl_breadcrumb ol li a:focus span, :where([data-whatintent="mouse"]) .bl_breadcrumb ol li a:hover span {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.bl_breadcrumb ol li a span {
  text-decoration: underline;
  transition-duration: 0.3s;
}
.bl_breadcrumb ol li:last-child a {
  color: inherit;
  pointer-events: none;
}
.bl_breadcrumb ol li:last-child a span {
  text-decoration: none;
}
.bl_breadcrumb ol li .arw_right_tri {
  margin: 0 4px 0 6px;
  vertical-align: 0px;
}

/**
 * Helper
 */
@media (max-width: 765px) {
  .hp_pcOnly, .is-pc {
    display: none !important;
  }
}

@media not all and (max-width: 765px) {
  .hp_spOnly, .is-sp {
    display: none !important;
  }
}

.hp_ff_notoSans {
  font-family: "Noto Sans JP", sans-serif;
}

.hp_ff_notoSerif {
  font-family: "Noto Serif JP", serif;
}

.hp_ff_HiraginoMinchoPro {
  font-family: "Hiragino Mincho ProN、ヒラギノ明朝 ProN ,Hiragino Mincho Pro、ヒラギノ明朝 Pro", serif;
}

.hp_ff_pt {
  font-family: "PT Serif", serif;
}

.hp_headerHPad {
  padding-top: 90px;
}
@media (max-width: 765px) {
  .hp_headerHPad {
    padding-top: 60px;
  }
}