@charset "UTF-8";
/*! 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 */
  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;
  appearance: none;
  vertical-align: middle;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
}

/**
 * Base
 */
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

html,
body {
  height: 100%;
}

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

body {
  color: #222;
  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: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1020px) {
  body {
    min-width: 1020px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

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

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;
  -ms-touch-action: manipulation;
  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: rgb(30, 30, 30);
  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 {
  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;
  -ms-transform-origin: top left;
  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;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 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: max(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 {
  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;
}

@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;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  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: max(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);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/**
 * Layout
 */
.ly_contents {
  padding-top: 159px;
}
@media screen and (max-width: 1130px) {
  .ly_contents {
    padding-top: 50px;
  }
}

.ly_container {
  margin: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ly_container {
    width: auto;
  }
}
.ly_container.is_max {
  max-width: 1440px;
}

.ly_insta_link {
  position: relative;
  margin-top: -70px;
  margin-bottom: 50px;
  display: block;
  text-align: center;
  min-height: 92px;
  padding: 15px;
  color: #222;
  transition: background-color 0.3s;
  background-color: #F2EEEE;
}
@media screen and (max-width: 767px) {
  .ly_insta_link {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.ly_insta_link h2, .ly_insta_link .txt {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.ly_insta_link .txt {
  margin-left: 3rem;
}
.ly_insta_link .detail {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ly_insta_link {
    min-height: 70px;
    font-size: 1.4rem;
  }
}
.ly_insta_link .insta_more a {
  display: inline-flex;
  align-items: center;
}
[data-whatintent=mouse] .ly_insta_link .insta_more a:hover .icon {
  background-color: #F15B19;
}
.ly_insta_link .insta_more a .txt {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.ly_insta_link .insta_more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 9px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.ly_insta_link .insta_more a .icon .icon_arw {
  width: 17px;
  height: 16px;
  transform: translate(2px, -2px);
}
.ly_insta_link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ly_insta_link .icon {
    display: none;
    margin-left: 7px;
  }
}
.ly_insta_link .icon .icon_arw {
  transform: translate(2px, -2px);
}

/**
 * Header
 */
.head_actionMenu {
  background-color: #e4e5ea;
  display: flex;
  padding: 5px;
  position: fixed;
  top: 0;
  z-index: 9999;
  align-items: center;
}
.head_actionMenu .action_user {
  font-size: 12px;
  padding-right: 5px;
  display: inline-block;
}
.head_actionMenu .action_btn {
  display: inline-block;
}
.head_actionMenu .acms-admin-inline-btn {
  margin-bottom: 0;
}
@media screen and (max-width: 1130px) {
  .head_actionMenu .action_user {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .head_actionMenu #action-logout {
    display: none;
  }
}

.ly_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7000;
  transition: 0.3s;
}
.ly_header .kids_top_bt_sp {
  display: none;
}
@media screen and (max-width: 1130px) {
  .ly_header .kids_top_bt_sp {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    max-width: 66px;
    width: 100%;
    height: auto;
    transform: none;
    right: unset;
  }
}
.ly_header .kids_top_bt_pc {
  position: absolute;
  display: block;
  max-width: 188px;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 214px;
  margin-top: -4px;
  cursor: pointer;
}
.ly_header .kids_top_bt_pc:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1130px) {
  .ly_header .kids_top_bt_pc {
    display: none;
  }
}
.ly_header.is_active {
  top: 0 !important;
  height: 100%;
}
.ly_header.is_active .kids_top_bt_sp {
  display: none !important;
}
@media screen and (max-width: 1130px) {
  .ly_header_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.ly_header_head {
  position: relative;
  padding-top: 34px;
  padding-bottom: 20px;
  background-color: #fff;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}
@media screen and (min-width: 1131px) {
  .ly_header_head.is_scroll {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header_head {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }
  .ly_header_head:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
  }
}
.ly_header_head .inner {
  position: relative;
  margin: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1130px) {
  .ly_header_head .inner {
    position: relative;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.ly_header_head .logo {
  text-align: center;
}
.ly_header_head .logo a {
  transition: opacity 0.3s;
}
[data-whatintent=mouse] .ly_header_head .logo a:hover {
  opacity: 0.6;
}
.ly_header_head .logo img {
  max-width: 195px;
  height: auto;
}
@media screen and (max-width: 1130px) {
  .ly_header_head .logo img {
    max-width: 130px;
  }
}
.ly_header_head .hamburgerMenu {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 30px;
  height: 21px;
  cursor: pointer;
}
[data-whatintent=mouse] .ly_header_head .hamburgerMenu:hover .above,
[data-whatintent=mouse] .ly_header_head .hamburgerMenu:hover .center,
[data-whatintent=mouse] .ly_header_head .hamburgerMenu:hover .below {
  background-color: #F15B19;
}
.ly_header_head .hamburgerMenu .above,
.ly_header_head .hamburgerMenu .center,
.ly_header_head .hamburgerMenu .below {
  position: absolute;
  left: 0;
  background-color: #222;
  height: 1px;
}
.ly_header_head .hamburgerMenu .above {
  top: 0;
  width: 30px;
  transform-origin: right center;
  transition: transform 0.5s 0.2s, background-color 0.3s;
}
.ly_header_head .hamburgerMenu .center {
  top: 10px;
  width: 25px;
  opacity: 1;
  transition: left 0.5s, opacity 0.3s, background-color 0.3s;
}
.ly_header_head .hamburgerMenu .below {
  bottom: 0;
  width: 15px;
  transform-origin: right center;
  transition: transform 0.5s, background-color 0.3s;
}
.ly_header_head .hamburgerMenu.is_active {
  top: 6px;
  right: 11px;
}
.ly_header_head .hamburgerMenu.is_active .above {
  top: 1px;
  width: 23px;
  transform: rotate(318deg);
}
.ly_header_head .hamburgerMenu.is_active .center {
  left: -30px;
  opacity: 0;
}
.ly_header_head .hamburgerMenu.is_active .below {
  bottom: 4px;
  width: 23px;
  transform: rotate(-318deg);
}
.ly_header_body {
  background-color: #fff;
}
@media screen and (max-width: 1130px) {
  .ly_header_body {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #F5F0E8;
    opacity: 0;
    visibility: hidden;
  }
  .ly_header_body.is_open {
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    height: calc(100% - 50px);
  }
}
.ly_header_body .ly_container {
  position: relative;
}
.ly_header_body .nav {
  position: relative;
}
@media screen and (min-width: 1131px) {
  .ly_header_body .nav {
    padding: 10px 0;
  }
  .ly_header_body .nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
  }
}
@media screen and (min-width: 1131px) and (max-width: 1130px) {
  .ly_header_body .nav:before {
    content: none;
  }
}
.ly_header_body .nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}
@media screen and (max-width: 1130px) {
  .ly_header_body .nav:after {
    content: none;
  }
}
@media screen and (min-width: 1131px) {
  .ly_header_body .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -50px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header_body .list {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1131px) {
  .ly_header_body .item {
    margin-top: 10px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header_body .item {
    position: relative;
  }
  .ly_header_body .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(34, 34, 34, 0.5);
  }
}
.ly_header_body .item > a {
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
@media screen and (max-width: 1130px) {
  .ly_header_body .item > a {
    padding: 14px 0;
  }
}
[data-whatintent=mouse] .ly_header_body .item > a:hover {
  color: #F15B19;
}
.ly_header_body .item > a .en {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.ly_header_body .item > a .ja {
  margin-left: 12px;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1130px) {
  .ly_header_body .item > a .ja {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
.ly_header_body .item > a .icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1130px) {
  .ly_header_body .parent {
    position: relative;
  }
  .ly_header_body .parent .btn {
    position: absolute;
    top: 3px;
    right: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  [data-whatintent=mouse] .ly_header_body .parent .btn:hover button {
    background-color: #F15B19;
  }
  .ly_header_body .parent .btn button {
    width: 26px;
    height: 26px;
    border: 1px solid #222;
    border-radius: 100%;
    background-color: #fff;
    z-index: 1;
    transition: background-color 0.3s;
  }
  .ly_header_body .parent .btn button::before, .ly_header_body .parent .btn button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1px;
    background-color: #222;
  }
  .ly_header_body .parent .btn button:after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .ly_header_body .parent .btn button.is_active:after {
    transform: translate(-50%, -50%) rotate(0);
  }
}
.ly_header_body .child {
  display: none;
}
.ly_header_body .child ul {
  margin-top: -8px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.ly_header_body .child li {
  margin-left: 20px;
}
.ly_header_body .child li a {
  display: inline-block;
  padding: 4px 0;
  transition: color 0.3s;
}
[data-whatintent=mouse] .ly_header_body .child li a:hover {
  color: #F15B19;
}
.ly_header_body .tag {
  margin-top: 36px;
}
.ly_header_body .tag .hdg {
  display: flex;
  align-items: center;
  color: #231815;
}
.ly_header_body .tag .hdg .en {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.ly_header_body .tag .hdg .ja {
  margin-left: 13px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.ly_header_body .tag nav {
  margin-top: 9px;
  transition: height 0.3s;
  overflow: hidden;
}
.ly_header_body .tag ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
  margin-left: -6px;
}
.ly_header_body .tag li {
  margin-top: 6px;
  margin-left: 6px;
}
.ly_header_body .tag li a {
  display: block;
  padding: 6px 11px;
  border: 1px solid #231815;
  border-radius: 8px;
  background-color: #fff;
  color: #231815;
  font-size: 1.4rem;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
[data-whatintent=mouse] .ly_header_body .tag li a:hover {
  background-color: #231815;
  color: #fff;
}
.ly_header_body .tag .moreBtn {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.ly_header_body .tag .moreBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 0;
}
.ly_header_body .tag .moreBtn button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #222;
  border-radius: 100%;
  background-color: #fff;
  z-index: 1;
  transition: background-color 0.3s;
}
[data-whatintent=mouse] .ly_header_body .tag .moreBtn button:hover {
  background-color: #F15B19;
}
.ly_header_body .tag .moreBtn button::before, .ly_header_body .tag .moreBtn button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 1px;
  background-color: #222;
}
.ly_header_body .tag .moreBtn button::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.ly_header_body .tag .moreBtn button.is_active:after {
  transform: translate(-50%, -50%) rotate(0);
}
@media screen and (max-width: 1130px) {
  .ly_header_body .search {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1131px) {
  .ly_header_body .search {
    position: absolute;
    top: -60px;
    right: 25px;
    transition: top 0.3s;
  }
  .ly_header_body .search.is_scroll {
    top: -48px;
  }
}
@media screen and (min-width: 1131px) {
  .ly_header_body .search_body {
    position: absolute;
    top: 27px;
    right: -5px;
    width: 230px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .ly_header_body .search_body.is_open {
    opacity: 1;
    visibility: visible;
  }
  .ly_header_body .search_body .acms-form-action {
    display: flex;
    align-items: center;
  }
  .ly_header_body .search_body .search-form-input {
    width: 100%;
    height: 100%;
  }
  .ly_header_body .search_body .search-form-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .ly_header_body .search_body .search-form-input::placeholder {
    font-size: 0;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header_body .search_body .acms-form-action {
    position: relative;
  }
  .ly_header_body .search_body .acms-form-action::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
    z-index: 1;
  }
  .ly_header_body .search_body .search-form-input {
    position: relative;
    width: 100%;
    min-height: 49px;
    background-color: #fff;
    padding: 10px 50px 10px 15px;
  }
  .ly_header_body .search_body .search-form-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  .ly_header_body .search_body .search-form-input::placeholder {
    color: rgba(34, 34, 34, 0.3);
    font-weight: 900;
  }
  .ly_header_body .search_body .acms-form-side-btn {
    position: absolute;
    top: 13px;
    right: 15px;
  }
  .ly_header_body .search_body .icon_search {
    width: 23px;
    height: 23px;
  }
}
@media screen and (min-width: 1131px) {
  .ly_header_body .search_btn {
    font-family: "Lato", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    transition: color 0.3s;
  }
  [data-whatintent=mouse] .ly_header_body .search_btn:hover {
    color: #F15B19;
  }
  .ly_header_body .search_btn .icon_search {
    transition: opacity 0.3s;
  }
  .ly_header_body .search_btn .icon_search .fill,
  .ly_header_body .search_btn .icon_search .stroke {
    transition: fill 0.3s, stroke 0.3s;
  }
  .ly_header_body .search_btn .icon_search .stroke {
    stroke: currentColor;
  }
  .ly_header_body .search_btn .icon_search .fill {
    fill: currentColor;
  }
  .ly_header_body .search_btn .icon_cross {
    position: absolute;
    top: 7px;
    left: 5px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .ly_header_body .search_btn span {
    margin-left: 7px;
  }
  .ly_header_body .search_btn.is_active {
    color: #F15B19;
  }
  .ly_header_body .search_btn.is_active .icon_search {
    opacity: 0;
  }
  .ly_header_body .search_btn.is_active .icon_cross {
    opacity: 1;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header_body .search_btn {
    display: none;
  }
}
.ly_header_body .kids_top_logo_sp {
  display: block;
  text-align: center;
  margin: 26px 0 0;
  background: #fff;
  padding: 5px 0;
  border: 1px solid;
  border-radius: 999px;
}
.ly_header_body .kids_top_logo_sp img {
  margin: 0 auto;
  max-width: calc(100% - 60px);
}
.ly_header_body .kids_top_logo_sp:hover {
  background: #F5F0E8;
}
@media screen and (min-width: 1131px) {
  .ly_header_body .kids_top_logo_sp {
    display: none;
  }
}
.ly_header_body .sub {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1131px) {
  .ly_header_body .sub {
    position: absolute;
    top: -60px;
    right: 143px;
    transition: top 0.3s;
  }
  .ly_header_body .sub.is_scroll {
    top: -48px;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header_body .sub {
    padding-top: 30px;
    padding-bottom: 32px;
  }
}
.ly_header_body .sub .sns {
  flex-basis: 69%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 21px 2px 2px;
  border-right: 1px solid rgba(34, 34, 34, 0.29);
  margin-left: -16px;
}
.ly_header_body .sub .sns li {
  width: 40px;
  margin-left: 16px;
}
.ly_header_body .sub .english {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
  transition: color 0.3s;
}
@media screen and (max-width: 1130px) {
  .ly_header_body .sub .english {
    flex-basis: 37%;
    font-size: 1.8rem;
  }
}
[data-whatintent=mouse] .ly_header_body .sub .english:hover {
  color: #F15B19;
}
@media screen and (min-width: 1131px) {
  .ly_header_body .sub .english .icon_english {
    width: 15px;
    height: 15px;
  }
}
.ly_header_body .sub .english .icon_english .fill {
  fill: currentColor;
}
.ly_header_body .sub .english .txt {
  margin-left: 6px;
}
@media screen and (min-width: 1131px) {
  .ly_header_body .acms-form .search-form-input {
    width: calc(100% - 40px) !important;
    min-height: 40px !important;
    padding: 5px 8px !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
  }
  .ly_header_body .acms-form .search-form-input:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .ly_header .acms-form-action {
    position: relative;
    width: 100%;
    border: 1px solid #222 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
  }
  .ly_header .acms-form-action .acms-form-side-btn {
    position: absolute;
    right: 2px;
    top: 4px;
    width: auto;
  }
  .ly_header .acms-form-action .acms-form-side-btn .btn-search {
    background-color: unset;
    border: none;
  }
  .ly_header .acms-form-action .acms-form-side-btn .acms-icon-search {
    display: none;
  }
}
@media screen and (max-width: 1130px) {
  .ly_header .acms-form .search-form-input {
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
  }
  .ly_header .acms-form .search-form-input:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .ly_header .acms-form-action {
    width: 100%;
  }
  .ly_header .acms-form-action .acms-form-side-btn {
    position: absolute;
    top: 5px !important;
    right: 0 !important;
    width: auto;
  }
  .ly_header .acms-form-action .acms-form-side-btn .btn-search {
    background-color: unset;
    border: none;
  }
  .ly_header .acms-form-action .acms-form-side-btn .acms-icon-search {
    display: none;
  }
}

/**
 * Footer
 */
.ly_footer {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .ly_footer {
    margin-top: 60px;
  }
}
.ly_footer_pageTop a {
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 10px;
  border-top: 1px solid #222;
  background-color: #fff;
  color: #222;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer_pageTop a {
    min-height: 70px;
    font-size: 1.4rem;
  }
}
[data-whatintent=mouse] .ly_footer_pageTop a:hover {
  background-color: #F5F0E8;
}
.ly_footer_pageTop a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ly_footer_pageTop a .icon {
    margin-left: 7px;
  }
}
.ly_footer_pageTop a .icon .icon_arw {
  transform: translate(2px, -2px);
}
.ly_footer_container {
  margin: auto;
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ly_footer_container {
    width: auto;
  }
}
.ly_footer_main {
  padding: 67px 0 77px;
  background-color: #222;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ly_footer_main {
    padding: 49px 0 27px;
  }
}
.ly_footer_inner {
  padding-left: 5.13%;
  padding-right: 5.13%;
}
@media screen and (max-width: 767px) {
  .ly_footer_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.ly_footer_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .ly_footer_body {
    display: block;
  }
}
.ly_footer_body .nav {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .nav {
    width: 100%;
    padding-right: 0;
  }
}
.ly_footer_body .nav ul {
  margin-top: -14px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .nav ul {
    margin-top: -6px;
  }
}
.ly_footer_body .nav li {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .nav li {
    margin-top: 6px;
  }
}
.ly_footer_body .nav li a {
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
}
[data-whatintent=mouse] .ly_footer_body .nav li a:hover {
  color: #F15B19;
}
.ly_footer_body .nav li a .en {
  font-family: "Lato", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .nav li a .en {
    font-size: 2.1rem;
  }
}
.ly_footer_body .nav li a .ja {
  padding-left: 16px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .nav li a .ja {
    padding-left: 11px;
    font-size: 1.4rem;
  }
}
.ly_footer_body .sub {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub {
    width: 100%;
    margin-top: 15px;
  }
}
.ly_footer_body .sub .kids_foot_logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .kids_foot_logo {
    margin-top: 17px;
  }
}
.ly_footer_body .sub .kids_foot_logo a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 370px;
  width: 100%;
  min-height: auto;
  min-width: auto;
  padding: 10px 34px;
  border: 1px solid #fff;
  border-radius: 200px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background-color 0.3s;
  background: #fff;
}
[data-whatintent=mouse] .ly_footer_body .sub .kids_foot_logo a:hover {
  background-color: #F5F0E8;
}
.ly_footer_body .sub .follow {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .follow {
    margin-top: 0;
  }
}
.ly_footer_body .sub .follow p {
  font-family: "Lato", sans-serif;
  margin-right: 33px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .follow p {
    margin-right: 18px;
  }
}
.ly_footer_body .sub .follow .sns {
  display: flex;
  align-items: center;
  margin-left: -19px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .follow .sns {
    margin-left: -10px;
  }
}
.ly_footer_body .sub .follow .sns li {
  margin-left: 19px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .follow .sns li {
    width: 40px;
    margin-left: 10px;
  }
}
.ly_footer_body .sub .contact {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .contact {
    margin-top: 36px;
  }
}
.ly_footer_body .sub .contact .hdg {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .contact .hdg {
    font-size: 1.4rem;
  }
}
.ly_footer_body .sub .contact .to {
  margin-top: 29px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .contact .to {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
.ly_footer_body .sub .contact .address {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .contact .address {
    margin-top: 17px;
  }
}
.ly_footer_body .sub .contact .address a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  min-width: 370px;
  padding: 10px 66px;
  border: 1px solid #fff;
  border-radius: 200px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer_body .sub .contact .address a {
    min-width: 0;
    min-height: 72px;
    width: 100%;
    font-size: 1.6rem;
  }
}
[data-whatintent=mouse] .ly_footer_body .sub .contact .address a:hover {
  background-color: #F15B19;
}
.ly_footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .ly_footer_bottom {
    position: relative;
    display: block;
    padding-top: 40px;
    margin-top: 46px;
  }
  .ly_footer_bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}
.ly_footer_bottom .head {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ly_footer_bottom .head {
    display: block;
  }
}
.ly_footer_bottom .head nav {
  margin-left: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ly_footer_bottom .head nav {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
  }
}
.ly_footer_bottom .head ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 410px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .ly_footer_bottom .head ul {
    margin-left: -20px;
  }
}
.ly_footer_bottom .head li {
  margin-top: 13px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .ly_footer_bottom .head li {
    margin-left: 20px;
  }
}
.ly_footer_bottom .head li a {
  font-size: 1.4rem;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .ly_footer_bottom .head li a {
    font-size: 1.2rem;
  }
}
[data-whatintent=mouse] .ly_footer_bottom .head li a:hover {
  color: #F15B19;
}
[data-whatintent=mouse] .ly_footer_bottom .head li a:hover span {
  text-decoration-color: transparent;
}
.ly_footer_bottom .head li a span {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s;
}
.ly_footer_bottom .head li a .icon_blank {
  vertical-align: -2px;
  margin-left: 1px;
}
.ly_footer_bottom .head li a .icon_blank .stroke {
  stroke: currentColor;
  transition: stroke 0.3s;
}
[data-whatintent=mouse] .ly_footer_bottom .logo a:hover img {
  opacity: 0.6;
}
.ly_footer_bottom .logo img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s;
}
.ly_footer_bottom .copy {
  margin-top: 15px;
  margin-right: 3px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .ly_footer_bottom .copy {
    margin-top: 15px;
  }
}

.pg_home .ly_footer {
  margin-top: 0;
}

/**
 * TODO
 * _ly_footer.scss に上書き、追加したい
 */
.pg_ucma .ly_footer, .pg_report .ly_footer {
  margin-top: 0;
}

.ly_footer_ucma {
  margin-top: 120px;
  position: relative;
}
.ly_footer_ucma::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-image: url(../images/ucma/footer_ucma.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma::before {
    height: 75px;
    background-image: url(../images/ucma/footer_ucma.png);
  }
}
.ly_footer_ucma_container {
  margin: auto;
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_container {
    width: auto;
  }
}
.ly_footer_ucma_main {
  padding: 67px 0 0;
  background-color: #F5F0E8;
  color: #222;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_main {
    padding: 49px 0 0;
  }
}
.ly_footer_ucma_inner {
  padding: 0 0 180px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_inner {
    padding: 0 0 100px;
    flex-wrap: wrap;
  }
  .ly_footer_ucma_inner .left_area {
    width: 30%;
  }
  .ly_footer_ucma_inner .left_area img {
    width: 90%;
  }
  .ly_footer_ucma_inner .main_area {
    width: 70%;
  }
  .ly_footer_ucma_inner .right_area {
    width: 100%;
  }
}
.ly_footer_ucma_inner .main_area .operation {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.ly_footer_ucma_inner .main_area .operation span {
  display: block;
}
.ly_footer_ucma_inner .main_area .address {
  font-size: 16px;
  margin-bottom: 1em;
}
.ly_footer_ucma_inner .main_area .sns {
  display: flex;
  align-items: center;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_inner .main_area .sns {
    margin-left: -10px;
  }
}
.ly_footer_ucma_inner .main_area .sns li {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_inner .main_area .sns li {
    width: 40px;
    margin-left: 6px;
  }
}
.ly_footer_ucma_inner .main_area .sns li img {
  width: 40px;
  height: 40px;
}
.ly_footer_ucma_inner .right_area .entry, .ly_footer_ucma_inner .right_area .download {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_inner .right_area .entry, .ly_footer_ucma_inner .right_area .download {
    margin-top: 17px;
  }
}
.ly_footer_ucma_inner .right_area .entry a, .ly_footer_ucma_inner .right_area .download a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  min-width: 370px;
  padding: 10px 66px;
  border: 1px solid #231815;
  border-radius: 200px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background-color 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_inner .right_area .entry a, .ly_footer_ucma_inner .right_area .download a {
    min-width: 0;
    min-height: 72px;
    width: 100%;
    font-size: 1.4rem;
  }
}
[data-whatintent=mouse] .ly_footer_ucma_inner .right_area .entry a:hover, [data-whatintent=mouse] .ly_footer_ucma_inner .right_area .download a:hover {
  background-color: #231815;
  color: #fff;
}
[data-whatintent=mouse] .ly_footer_ucma_inner .right_area .entry a:hover .arw, [data-whatintent=mouse] .ly_footer_ucma_inner .right_area .download a:hover .arw {
  background-color: #fff;
}
.ly_footer_ucma_inner .right_area .entry a .arw, .ly_footer_ucma_inner .right_area .download a .arw {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #231815;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_inner .right_area .entry a .arw, .ly_footer_ucma_inner .right_area .download a .arw {
    width: 30px;
    height: 30px;
  }
}
.ly_footer_ucma_inner .right_area .entry a .arw .icon_arw, .ly_footer_ucma_inner .right_area .download a .arw .icon_arw {
  width: 18px;
  height: 19px;
  transform: translate(2px, -2px);
}
@media screen and (max-width: 767px) {
  .ly_footer_ucma_inner .right_area .entry a .arw .icon_arw, .ly_footer_ucma_inner .right_area .download a .arw .icon_arw {
    width: 15px;
    height: 14px;
    transform: translate(1px, -1px);
  }
}
.ly_footer_ucma_inner .right_area .entry a .arw .icon_arw .fill, .ly_footer_ucma_inner .right_area .download a .arw .icon_arw .fill {
  fill: #231815;
}

/**
 * Element
 */
.fancybox-bg {
  background-color: #222;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.48;
}

.fancybox-slide--html {
  padding: 6px 50px;
}
@media screen and (max-width: 767px) {
  .fancybox-slide--html {
    padding: 80px 20px;
  }
}

.el_hdg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #231815;
}
.el_hdg .en {
  font-family: "Lato", sans-serif;
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .el_hdg .en {
    font-size: 3.2rem;
  }
}
.el_hdg .ja {
  margin-left: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .el_hdg .ja {
    margin-left: 8px;
    font-size: 1.4rem;
  }
}
.el_hdg .icon {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.el_hdg .icon .icon_instagram {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .el_hdg .icon .icon_instagram {
    width: 30px;
    height: 30px;
  }
}
.el_hdg__sm .en {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .el_hdg__sm .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg__lg .en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg__lg .ja {
    margin-left: 22px;
    font-size: 1.8rem;
  }
}

.el_fixedSns {
  position: relative;
}
.el_fixedSns_body {
  position: fixed;
  top: 80%;
  left: calc(100% - 63px);
  transform: translateY(-50%);
  z-index: 999;
  transition-property: opacity visibility;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .el_fixedSns_body {
    display: none;
  }
}
.el_fixedSns_body ul {
  margin-top: -20px;
}
.el_fixedSns_body li {
  width: 45px;
  margin-top: 20px;
}
.el_fixedSns_body li img {
  width: 100%;
  height: auto;
}
.el_fixedSns_body.is_fixed {
  opacity: 1;
  visibility: visible;
}

/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hp_spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 1130px) {
  .hp_headerPcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1131px) {
  .hp_headerSpOnly {
    display: none !important;
  }
}

.hp_lato {
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 500px) {
  .hp_ucmaPcTbOnly {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .hp_ucmaSpOnly {
    display: none !important;
  }
}

.icon-clip {
  position: relative;
}
.icon-clip::before {
  content: url("/themes/amanism/assets/images/icons/clip.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.icon-folder {
  position: relative;
}
.icon-folder::before {
  content: url("/themes/amanism/assets/images/icons/folder.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.icon-pen {
  position: relative;
}
.icon-pen::before {
  content: url("/themes/amanism/assets/images/icons/pen.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.icon-tag {
  position: relative;
}
.icon-tag::before {
  content: url("/themes/amanism/assets/images/icons/tag.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.icon-map {
  position: relative;
}
.icon-map::before {
  content: url("/themes/amanism/assets/images/icons/map.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* =========================================================
margin padding
========================================================= */
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt16 {
  margin-top: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

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

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

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

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

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

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

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

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

.mt48 {
  margin-top: 48px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.pr72 {
  padding-right: 72px !important;
}

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

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

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

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

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

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

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

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

.mt88 {
  margin-top: 88px !important;
}

.pt88 {
  padding-top: 88px !important;
}

.mb88 {
  margin-bottom: 88px !important;
}

.pb88 {
  padding-bottom: 88px !important;
}

.ml88 {
  margin-left: 88px !important;
}

.pl88 {
  padding-left: 88px !important;
}

.mr88 {
  margin-right: 88px !important;
}

.pr88 {
  padding-right: 88px !important;
}

.mt96 {
  margin-top: 96px !important;
}

.pt96 {
  padding-top: 96px !important;
}

.mb96 {
  margin-bottom: 96px !important;
}

.pb96 {
  padding-bottom: 96px !important;
}

.ml96 {
  margin-left: 96px !important;
}

.pl96 {
  padding-left: 96px !important;
}

.mr96 {
  margin-right: 96px !important;
}

.pr96 {
  padding-right: 96px !important;
}

.mt104 {
  margin-top: 104px !important;
}

.pt104 {
  padding-top: 104px !important;
}

.mb104 {
  margin-bottom: 104px !important;
}

.pb104 {
  padding-bottom: 104px !important;
}

.ml104 {
  margin-left: 104px !important;
}

.pl104 {
  padding-left: 104px !important;
}

.mr104 {
  margin-right: 104px !important;
}

.pr104 {
  padding-right: 104px !important;
}

/**
 * Page home
 * articleIndex のカラムとcityは共通パーツのためここに定義しない
 */
.pg_home {
  background-color: #fff;
}
.pg_home .mv {
  position: relative;
  padding-bottom: 50px;
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .mv {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
.pg_home .mv_toAbout {
  position: absolute;
  bottom: 40px;
  left: calc(50% + 525px);
  transform: translateX(-90%);
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .pg_home .mv_toAbout {
    left: auto;
    right: 20px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .pg_home .mv_toAbout {
    bottom: auto;
    top: 58%;
    right: 30px;
  }
}
.pg_home .mv_toAbout a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid #222;
  background-color: #fff;
  color: #222;
  font-weight: bold;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_toAbout a {
    width: 65px;
    height: 65px;
  }
}
[data-whatintent=mouse] .pg_home .mv_toAbout a:hover {
  background-color: #F15B19;
}
.pg_home .mv_toAbout a .en {
  margin-top: 15px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_toAbout a .en {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}
.pg_home .mv_toAbout a .ja {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_toAbout a .ja {
    margin-top: -5px;
    font-size: 1rem;
    transform: scale(0.7);
  }
}
.pg_home .mv_toAbout a .icon_down {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_toAbout a .icon_down {
    width: 5px;
    height: 6px;
    margin-top: 4px;
  }
}
.pg_home .mv_toAbout a .icon_down .fill {
  color: #222;
  fill: currentColor;
  transition: color 0.3s;
}
.pg_home .mv_bg {
  position: absolute;
  top: 20px;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_bg {
    top: 10px;
    right: 20px;
  }
}
.pg_home .mv_bg .swiper-wrapper {
  transition-timing-function: linear;
}
.pg_home .mv_bg .swiper-slide {
  width: auto;
}
.pg_home .mv_bg img {
  position: relative;
  width: 1032px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_bg img {
    width: 325px;
    height: 37px;
  }
}
.pg_home .mv_bg01 {
  z-index: 0;
}
.pg_home .mv_bg02 {
  z-index: 11;
  mix-blend-mode: overlay;
}
.pg_home .mv_bg02 img {
  filter: invert(82%) sepia(0%) saturate(1%) hue-rotate(193deg) brightness(104%) contrast(96%);
}
.pg_home .mv_container {
  margin: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.pg_home .mv_hdg {
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_hdg {
    top: calc(50% + 40px);
    left: 20px;
  }
}
.pg_home .mv_hdg span {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2.8rem;
  font-weight: bold;
  text-underline-offset: 6px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_hdg span {
    font-size: 2rem;
    line-height: 1.76;
  }
}
.pg_home .mv_inner {
  position: relative;
  overflow: hidden;
}
.pg_home .mv_inner .mv-button-prev,
.pg_home .mv_inner .mv-button-next,
.pg_home .mv_inner .mv-button-paused {
  position: absolute;
  top: 33%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  z-index: 10;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_inner .mv-button-prev,
  .pg_home .mv_inner .mv-button-next,
  .pg_home .mv_inner .mv-button-paused {
    width: 42px;
    height: 42px;
  }
}
[data-whatintent=mouse] .pg_home .mv_inner .mv-button-prev:hover,
[data-whatintent=mouse] .pg_home .mv_inner .mv-button-next:hover,
[data-whatintent=mouse] .pg_home .mv_inner .mv-button-paused:hover {
  background-color: #F15B19;
}
.pg_home .mv_inner .mv-button-prev {
  right: 120px;
}
.pg_home .mv_inner .mv-button-prev .icon_prev {
  transform: rotate(180deg);
}
.pg_home .mv_inner .mv-button-paused {
  right: 60px;
}
.pg_home .mv_inner .mv-button-paused::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 18px;
  background-color: #222;
}
.pg_home .mv_inner .mv-button-paused::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 18px;
  background-color: #222;
}
.pg_home .mv_inner .mv-button-paused.is_pause::before {
  left: calc(50% + 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  background-color: unset;
  border-color: transparent transparent transparent #222;
}
.pg_home .mv_inner .mv-button-paused.is_pause:after {
  content: none;
}
.pg_home .mv_inner .mv-pagination {
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 35.3%;
  right: 190px;
  display: flex;
  align-items: center;
  color: #222;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 10;
  pointer-events: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_inner .mv-pagination {
    font-size: 0;
  }
}
.pg_home .mv_inner .swiper-pagination-current {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_inner .swiper-pagination-current {
    font-size: 1.5rem;
  }
}
.pg_home .mv_inner .swiper-pagination-total {
  position: relative;
  margin-left: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_inner .swiper-pagination-total {
    font-size: 1.5rem;
  }
}
.pg_home .mv_inner .swiper-pagination-total::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(-50%, -50%) rotate(-55deg);
  width: 20px;
  height: 2px;
  background-color: #222;
}
.pg_home .mv_slide {
  height: clamp(429px, 42.1vw, 590px);
  margin-left: -8.2%;
  margin-right: -8.2%;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_slide {
    height: 60vw;
  }
}
.pg_home .mv_slide.is_move img {
  transition: 0.8s;
}
.pg_home .mv_slide .swiper-wrapper {
  padding-top: 110px;
  padding-top: 0;
}
.pg_home .mv_slide .swiper-slide-active .slide img, .pg_home .mv_slide .swiper-slide.is_active .slide img {
  margin-top: 0;
  transform: scale(1.45);
}
@media screen and (max-width: 767px) {
  .pg_home .mv_slide .swiper-slide-active .slide img, .pg_home .mv_slide .swiper-slide.is_active .slide img {
    transform: scale(1.35);
  }
}
.pg_home .mv_slide .slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70.12%;
}
.pg_home .mv_slide .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.55);
  margin-top: 57%;
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_slide .slide img {
    margin-top: 52%;
    transform: scale(0.6);
  }
}
.pg_home .mv_scroll {
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  z-index: 1;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_scroll {
    bottom: 30px;
    font-size: 1.2rem;
  }
}
[data-whatintent=mouse] .pg_home .mv_scroll:hover {
  color: #F15B19;
}
[data-whatintent=mouse] .pg_home .mv_scroll:hover::before {
  background-color: #F15B19;
}
.pg_home .mv_scroll::before {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: #222;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .mv_scroll::before {
    top: calc(100% + 4px);
  }
}
.pg_home .articleIndex {
  position: relative;
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pg_home .articleIndex {
    padding-bottom: 40px;
  }
}
.pg_home .articleIndex_more {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pg_home .articleIndex_more {
    margin-top: 0px;
  }
}
.pg_home .articleIndex_more a {
  display: inline-flex;
  align-items: center;
}
[data-whatintent=mouse] .pg_home .articleIndex_more a:hover .icon {
  background-color: #F15B19;
}
.pg_home .articleIndex_more a .txt {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .articleIndex_more a .txt {
    font-size: 1.4rem;
  }
}
.pg_home .articleIndex_more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 17px;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .articleIndex_more a .icon {
    width: 35px;
    height: 35px;
    margin-left: 9px;
  }
}
.pg_home .articleIndex_more a .icon .icon_arw {
  width: 22px;
  height: 23px;
  transform: translate(2px, -2px);
}
@media screen and (max-width: 767px) {
  .pg_home .articleIndex_more a .icon .icon_arw {
    width: 17px;
    height: 16px;
  }
}
.pg_home .articleIndex_anchor {
  position: absolute;
  top: 80px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .articleIndex_anchor {
    top: 30px;
  }
}
.pg_home .tagIndex {
  position: relative;
  background-color: #F5F0E8;
  padding: 100px 0 123px;
}
@media screen and (max-width: 767px) {
  .pg_home .tagIndex {
    padding: 44px 0 50px;
  }
}
.pg_home .tagIndex_inner .tag {
  margin-top: 55px;
  overflow: hidden;
  transition: height 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .tagIndex_inner .tag {
    margin-top: 20px;
  }
}
.pg_home .tagIndex_inner .tag ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .pg_home .tagIndex_inner .tag ul {
    margin-top: -6px;
    margin-left: -6px;
  }
}
.pg_home .tagIndex_inner .tag li {
  margin-top: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .tagIndex_inner .tag li {
    margin-top: 6px;
    margin-left: 6px;
  }
}
.pg_home .tagIndex_inner .tag li a {
  display: block;
  padding: 13px 19px;
  border: 1px solid #231815;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .tagIndex_inner .tag li a {
    padding: 6px 11px;
    font-size: 1.4rem;
  }
}
[data-whatintent=mouse] .pg_home .tagIndex_inner .tag li a:hover {
  color: #fff;
  background-color: #231815;
}
.pg_home .tagIndex_more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.pg_home .tagIndex_more button {
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid #222;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color 0.3s;
}
[data-whatintent=mouse] .pg_home .tagIndex_more button:hover {
  background-color: #F15B19;
}
.pg_home .tagIndex_more button.is_active:after {
  transform: translate(-50%, -50%) rotate(0);
}
@media screen and (max-width: 767px) {
  .pg_home .tagIndex_more button {
    width: 50px;
    height: 50px;
  }
}
.pg_home .tagIndex_more button::before, .pg_home .tagIndex_more button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 1px;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .pg_home .tagIndex_more button::before, .pg_home .tagIndex_more button:after {
    width: 15px;
  }
}
.pg_home .tagIndex_more button:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.pg_home .pickup {
  padding: 100px 0 80px;
}
.pg_home .pickup_more {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pg_home .pickup_more {
    margin-top: 0px;
  }
}
.pg_home .pickup_more a {
  display: inline-flex;
  align-items: center;
}
[data-whatintent=mouse] .pg_home .pickup_more a:hover .icon {
  background-color: #F15B19;
}
.pg_home .pickup_more a .txt {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .pickup_more a .txt {
    font-size: 1.4rem;
  }
}
.pg_home .pickup_more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 17px;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .pickup_more a .icon {
    width: 35px;
    height: 35px;
    margin-left: 9px;
  }
}
.pg_home .pickup_more a .icon .icon_arw {
  width: 22px;
  height: 23px;
  transform: translate(2px, -2px);
}
@media screen and (max-width: 767px) {
  .pg_home .pickup_more a .icon .icon_arw {
    width: 17px;
    height: 16px;
  }
}
.pg_home .topics {
  padding: 100px 0 80px;
  background-color: #F5F0E8;
}
@media screen and (max-width: 767px) {
  .pg_home .topics {
    padding: 44px 0;
  }
}
.pg_home .topics_more {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_more {
    margin-top: 0px;
  }
}
.pg_home .topics_more a {
  display: inline-flex;
  align-items: center;
}
[data-whatintent=mouse] .pg_home .topics_more a:hover .icon {
  background-color: #F15B19;
}
.pg_home .topics_more a .txt {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_more a .txt {
    font-size: 1.4rem;
  }
}
.pg_home .topics_more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 17px;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_more a .icon {
    width: 35px;
    height: 35px;
    margin-left: 9px;
  }
}
.pg_home .topics_more a .icon .icon_arw {
  width: 22px;
  height: 23px;
  transform: translate(2px, -2px);
}
@media screen and (max-width: 767px) {
  .pg_home .topics_more a .icon .icon_arw {
    width: 17px;
    height: 16px;
  }
}
.pg_home .topics_inner {
  position: relative;
}
.pg_home .topics_inner .topics-option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .pg_home .topics_inner .topics-button,
  .pg_home .topics_inner .topics-pagination {
    position: absolute;
    top: 25px;
    right: 0;
  }
}
.pg_home .topics_inner .topics-button {
  display: flex;
}
.pg_home .topics_inner .slick-next {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_inner .slick-next {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .topics_inner .slick-prev {
    margin-left: 14px;
  }
}
.pg_home .topics_inner .slick-prev,
.pg_home .topics_inner .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_inner .slick-prev,
  .pg_home .topics_inner .slick-next {
    width: 42px;
    height: 42px;
  }
}
[data-whatintent=mouse] .pg_home .topics_inner .slick-prev:hover,
[data-whatintent=mouse] .pg_home .topics_inner .slick-next:hover {
  background-color: #F15B19;
}
.pg_home .topics_inner .slick-prev {
  right: 60px;
}
.pg_home .topics_inner .slick-prev .icon_prev {
  transform: rotate(180deg);
}
.pg_home .topics_inner .topics-pagination {
  font-family: "Lato", sans-serif;
  top: 40px;
  right: 124px;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_inner .topics-pagination {
    font-size: 1.5rem;
  }
}
.pg_home .topics_inner .topics-pagination_slash {
  position: relative;
  margin: 0 10px;
}
.pg_home .topics_inner .topics-pagination_slash::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(-55deg);
  width: 20px;
  height: 2px;
  background-color: #222;
}
.pg_home .topics_inner .swiper-pagination-current {
  margin-right: 10px;
}
.pg_home .topics_inner .swiper-pagination-total {
  margin-left: 10px;
}
.pg_home .topics_wrap {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap__pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .topics_wrap__sp {
    display: none;
  }
}
.pg_home .topics_wrap .list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .list {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pg_home .topics_wrap .item {
    flex-basis: 50%;
    margin-top: -30px;
  }
  .pg_home .topics_wrap .item:nth-child(odd) {
    padding-right: 49px;
  }
  .pg_home .topics_wrap .item:nth-child(even) {
    padding-left: 50px;
    border-left: 1px solid rgba(34, 34, 34, 0.29);
  }
}
.pg_home .topics_wrap .item .inner {
  min-height: 150px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .item .inner {
    min-height: 80px;
    margin-top: 20px;
  }
}
.pg_home .topics_wrap .item .inner > a {
  position: relative;
}
[data-whatintent=mouse] .pg_home .topics_wrap .item .inner > a:hover .thumb img {
  transform: scale(1.1);
}
[data-whatintent=mouse] .pg_home .topics_wrap .item .inner > a:hover time {
  color: #F15B19;
}
[data-whatintent=mouse] .pg_home .topics_wrap .item .inner > a:hover .hdg span {
  background-size: 100% 12px;
}
.pg_home .topics_wrap .item .inner > a .thumb {
  position: absolute;
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .item .inner > a .thumb {
    width: 80px;
    height: 80px;
    margin-top: 3px;
  }
}
.pg_home .topics_wrap .item .inner > a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.pg_home .topics_wrap .item .inner > a .thumb.is_noimage {
  border: 1px solid #F2EEEE;
}
.pg_home .topics_wrap .item .inner > a .body {
  margin-left: 180px;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .item .inner > a .body {
    margin-left: 100px;
  }
}
.pg_home .topics_wrap .item .inner > a .sub {
  display: flex;
  align-items: flex-start;
  min-height: 33px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .item .inner > a .sub {
    min-height: 20px;
  }
}
.pg_home .topics_wrap .item .inner > a .sub time {
  font-family: "Lato", sans-serif;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .item .inner > a .sub time {
    font-size: 1.2rem;
  }
}
.pg_home .topics_wrap .item .inner > a .sub .new {
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding: 3px 18px;
  border-radius: 100px;
  margin-left: 9px;
  background-color: #F15B19;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .item .inner > a .sub .new {
    padding: 1px 8px;
    margin-left: 6px;
    font-size: 1rem;
  }
}
.pg_home .topics_wrap .item .inner > a .hdg {
  color: #231815;
  font-size: 1.8rem;
  font-weight: bold;
  transition: color 0.3s;
}
.pg_home .topics_wrap .item .inner > a .hdg span {
  background-image: linear-gradient(0deg, rgba(241, 91, 25, 0.3), rgba(241, 91, 25, 0.3));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 12px;
  transition: background-size 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .item .inner > a .hdg {
    font-size: 1.4rem;
  }
}
.pg_home .topics_wrap .item .tag {
  margin-top: 20px;
  margin-left: 180px;
  color: #707070;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pg_home .topics_wrap .item .tag {
    margin-top: 5px;
    margin-left: 100px;
    font-size: 1.2rem;
  }
}
.pg_home .topics_wrap .item .tag ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.pg_home .topics_wrap .item .tag li {
  margin-left: 15px;
  transition: 0.3s;
}
[data-whatintent=mouse] .pg_home .topics_wrap .item .tag li:hover {
  opacity: 0.6;
}
.pg_home .about {
  position: relative;
  height: 874px;
  padding: 74px 0;
  background-color: #F5F0E8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .about {
    height: 574px;
    padding: 44px 0;
  }
}
.pg_home .about canvas {
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 536px !important;
  height: 536px !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .about canvas {
    top: calc(50% + 53px);
    width: 266px !important;
    height: 266px !important;
  }
}
.pg_home .about .ly_container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.pg_home .about_inner {
  position: relative;
  height: 100%;
  z-index: 1;
}
.pg_home .about_head {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .about_head {
    display: block;
  }
}
.pg_home .about_head .el_hdg {
  width: 535px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .pg_home .about_head .el_hdg {
    width: auto;
    padding-right: 0;
  }
}
.pg_home .about_head .desc {
  width: calc(100% - 535px);
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pg_home .about_head .desc {
    width: auto;
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.pg_home .about_count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 18px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pg_home .about_count {
    margin-top: 22px;
  }
}
.pg_home .about_count .hdg {
  width: 340px;
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  .pg_home .about_count .hdg {
    width: 145px;
    margin-top: 40px;
    margin-left: 1px;
  }
}
.pg_home .about_count .counter {
  opacity: 0;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  font-weight: 900;
  line-height: 1;
}
.pg_home .about_count .counter.is_visible {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .about_count .counter {
    margin-top: 4px;
    margin-left: -3px;
  }
}
.pg_home .about_count .count {
  display: flex;
  align-items: flex-end;
  color: #F15B19;
  font-size: 15.7rem;
}
@media screen and (max-width: 767px) {
  .pg_home .about_count .count {
    font-size: 8rem;
  }
}
.pg_home .about_count .count > div {
  margin-left: 10px;
  font-size: 9.4rem;
  line-height: 1.21;
}
@media screen and (max-width: 767px) {
  .pg_home .about_count .count > div {
    margin-left: 1px;
    font-size: 5.8rem;
    line-height: 1.13;
  }
}
.pg_home .about_count .percent {
  margin-left: 25px;
  font-size: 7.7rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pg_home .about_count .percent {
    margin-left: 5px;
    font-size: 4.8rem;
  }
}
.pg_home .about_more {
  position: relative;
  margin-top: -50px;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .about_more {
    margin-top: -44px;
  }
}
.pg_home .about_more a {
  display: inline-flex;
  align-items: center;
}
[data-whatintent=mouse] .pg_home .about_more a:hover .icon {
  background-color: #F15B19;
}
.pg_home .about_more a .txt {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_home .about_more a .txt {
    font-size: 1.4rem;
  }
}
.pg_home .about_more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 17px;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_home .about_more a .icon {
    width: 35px;
    height: 35px;
    margin-left: 9px;
  }
}
.pg_home .about_more a .icon .icon_arw {
  width: 22px;
  height: 23px;
  transform: translate(2px, -2px);
}
@media screen and (max-width: 767px) {
  .pg_home .about_more a .icon .icon_arw {
    width: 17px;
    height: 16px;
  }
}
.pg_home .about_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pg_home .about_deco:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1061px;
  height: 0;
  padding-bottom: 235px;
  background-image: url(../images/home/home_about_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pg_home .about_deco:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1061px;
  height: 0;
  padding-bottom: 280px;
  background-image: url(../images/home/home_about_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .pg_home .about_deco {
    top: calc(50% + 65px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 331px;
    height: 284px;
    background-image: url(../images/home/home_about_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .pg_home .about_deco:before, .pg_home .about_deco:after {
    content: none;
  }
}
.pg_home .instagram {
  padding: 76px 0 77px;
}
@media screen and (max-width: 767px) {
  .pg_home .instagram {
    padding: 55px 0 60px;
  }
}
.pg_home .instagram #instagram {
  min-height: 288px;
  margin-top: 36px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pg_home .instagram #instagram {
    min-height: 120px;
    margin-top: 25px;
  }
}
.pg_home .instagram #instagram li {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .pg_home .instagram #instagram li {
    padding-right: 12px;
  }
}
.pg_home .instagram #instagram li a {
  position: relative;
  display: block;
  width: 288px;
  height: 288px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_home .instagram #instagram li a {
    width: 120px;
    height: 120px;
  }
}
[data-whatintent=mouse] .pg_home .instagram #instagram li a:hover img {
  transform: scale(1.1);
}
.pg_home .instagram #instagram li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

/**
 * pg_about
 */
.pg_about .about {
  position: relative;
  padding: 0;
  background-color: #F5F0E8;
}
@media screen and (max-width: 767px) {
  .pg_about .about {
    padding: 0;
  }
}
.pg_about .about .ly_container {
  position: relative;
  height: 100%;
  z-index: 2;
}
.pg_about .about_inner {
  position: relative;
  height: 100%;
  z-index: 1;
  padding-bottom: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pg_about .about_inner {
    padding-bottom: 27px;
    margin-bottom: 8px;
    text-align: center;
  }
}
.pg_about .about_head {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .about_head {
    display: block;
  }
}
.pg_about .about_head .el_hdg {
  width: 535px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .pg_about .about_head .el_hdg {
    width: auto;
    padding-right: 0;
  }
}
.pg_about .about_head .desc {
  width: calc(100% - 535px);
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pg_about .about_head .desc {
    width: auto;
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.pg_about .about_count {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count {
    display: inline-flex;
    position: relative;
    justify-content: flex-end;
    margin-top: 45px;
    padding-left: 73px;
    max-width: 335px;
  }
}
.pg_about .about_count::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  height: 274px;
  background-image: url(../images/about/about_about.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count::before {
    left: 10px;
    bottom: -27px;
    width: 271px;
    height: 158px;
    background-image: url(../images/about/about_about_02_sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .pg_about .about_count::after {
    content: "";
    position: absolute;
    top: -29px;
    right: 0;
    width: 114px;
    height: 124px;
    background-image: url(../images/about/about_about_01_sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.pg_about .about_count .hdg {
  margin-right: 40px;
  margin-top: 60px;
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count .hdg {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    margin-top: -22px;
    margin-left: 0;
  }
}
.pg_about .about_count .hdg img {
  width: 100%;
  max-width: 545px;
}
.pg_about .about_count .counter {
  font-family: "Lato", sans-serif;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 478px;
  min-width: 478px;
  height: 478px;
  margin-top: -100px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count .counter {
    width: 276px;
    min-width: 276px;
    height: 276px;
    margin-top: 4px;
    margin-left: -3px;
  }
}
.pg_about .about_count .counter canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count .counter canvas {
    top: -10px;
  }
}
.pg_about .about_count .counter_num {
  opacity: 0;
  display: flex;
  align-items: flex-end;
}
.pg_about .about_count .counter_num.is_visible {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count .counter_num {
    padding-bottom: 10px;
  }
}
.pg_about .about_count .count {
  display: flex;
  align-items: flex-end;
  color: #F15B19;
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count .count {
    font-size: 8rem;
  }
}
.pg_about .about_count .count > div {
  margin-left: 2px;
  font-size: 7.8rem;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count .count > div {
    margin-left: 1px;
    font-size: 6rem;
    line-height: 1.05;
  }
}
.pg_about .about_count .percent {
  margin-left: 14px;
  font-size: 8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .pg_about .about_count .percent {
    margin-left: 5px;
    margin-top: 25px;
    font-size: 4.5rem;
  }
}
.pg_about .about_note {
  margin: 2px 0 34px;
  text-align: right;
  color: #3B4043;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pg_about .about_note {
    margin: 0 0 -22px;
  }
}
.pg_about .voice {
  margin-top: 116px;
}
@media screen and (max-width: 767px) {
  .pg_about .voice {
    margin-top: 111px;
  }
}
.pg_about .voice_head {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .voice_head {
    display: block;
  }
}
.pg_about .voice_head .el_hdg {
  width: 395px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .pg_about .voice_head .el_hdg {
    width: auto;
    padding-right: 0;
  }
}
.pg_about .voice_head .desc {
  width: calc(100% - 395px);
  color: #3B4043;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pg_about .voice_head .desc {
    width: auto;
    margin-top: 25px;
    font-size: 1.5rem;
  }
}
.pg_about .voice_body {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pg_about .voice_body {
    margin-top: 31px;
  }
}
.pg_about .change {
  margin-top: 121px;
}
@media screen and (max-width: 767px) {
  .pg_about .change {
    margin-top: 80px;
  }
}
.pg_about .change_head {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .change_head {
    display: block;
  }
}
.pg_about .change_head .el_hdg {
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .pg_about .change_head .el_hdg {
    width: auto;
    padding-right: 0;
  }
}
.pg_about .change_head .desc {
  color: #3B4043;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pg_about .change_head .desc {
    width: auto;
    margin-top: 32px;
    font-size: 1.5rem;
  }
}
.pg_about .change_body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 45px 0;
  border: 2px solid #222;
  border-radius: 15px;
  margin-top: 40px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .change_body {
    display: block;
    padding: 30px 19px;
  }
}
.pg_about .change_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pg_about .change_item {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_about .change_item + div {
    margin-top: 30px;
    border-top: 1px solid #222;
    padding-top: 30px;
  }
}
.pg_about .change_item:last-child {
  border-top: 1px solid #222;
}
.pg_about .change_item__half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pg_about .change_item__half {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .pg_about .change_item__half .inner {
    border-right: 1px solid #222;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pg_about .change_item__half:nth-child(odd) .inner {
    padding-right: 45px;
  }
  .pg_about .change_item__half:nth-child(even) .inner {
    border-right: none;
    padding-left: 45px;
  }
}
.pg_about .change_item_head {
  margin-bottom: 20px;
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.pg_about .change_item_head b {
  font-size: 6.3rem;
}
.pg_about .change_item_head .data {
  display: block;
  margin-top: 10px;
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}
.pg_about .change_item_head .data .num {
  font-family: "Lato", sans-serif;
  font-size: 6.3rem;
  font-weight: 900;
}
.pg_about .change_item_head .data .num b {
  color: transparent;
  font-size: 10rem;
}
.pg_about .change_item_head .data .num b.is_visible {
  color: #F15B19;
}
@media screen and (max-width: 767px) {
  .pg_about .change_item_head {
    font-size: 2.2rem;
    line-height: 1.36;
  }
  .pg_about .change_item_head b {
    font-size: 4rem;
  }
  .pg_about .change_item_head .data {
    font-size: 2.8rem;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .pg_about .change_item_head .data .num {
    font-size: 4rem;
  }
  .pg_about .change_item_head .data .num b {
    font-size: 7rem;
  }
}
.pg_about .change_item .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.pg_about .change_item .circleGraph_graph {
  position: relative;
  margin: auto;
  width: 340px;
}
.pg_about .change_item .circleGraph_graph::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pg_about .change_item .circleGraph canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pg_about .change_item .circleGraph_num {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}
.pg_about .change_item .circleGraph_num .num {
  color: #F15B19;
  font-size: 13rem;
}
.pg_about .change_item .circleGraph_figure {
  position: absolute;
  left: 100%;
  bottom: 10px;
  margin-left: 10px;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .pg_about .change_item .circleGraph {
    margin-bottom: 18px;
  }
  .pg_about .change_item .circleGraph_graph {
    display: flex;
    padding-right: 65px;
    width: auto;
    max-width: 400px;
  }
  .pg_about .change_item .circleGraph_num {
    padding-right: 60px;
    font-size: 4rem;
  }
  .pg_about .change_item .circleGraph_num .num {
    font-size: 8rem;
  }
  .pg_about .change_item .circleGraph_figure {
    left: auto;
    right: 0;
    bottom: 0;
    width: 50px;
  }
}
.pg_about .change_item_note {
  text-align: right;
  color: #3B4043;
  font-size: 1.2rem;
}
.pg_about .change_item .compareGraph {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-end;
  justify-content: center;
}
.pg_about .change_item .compareGraph_graph {
  display: flex;
  position: relative;
  height: 174px;
  flex-shrink: 0;
  align-items: flex-end;
  justify-content: center;
}
.pg_about .change_item .compareGraph_graph::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px dashed currentColor;
}
.pg_about .change_item .compareGraph_graph_base {
  padding: 28px 2px 0 0;
  width: 244px;
  height: 100%;
  background-color: #F2EEEE;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.pg_about .change_item .compareGraph_graph_current {
  display: flex;
  margin-left: -244px;
  width: 244px;
  height: 100%;
  background-color: #F15B19;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  transition-property: height;
  transition-duration: 0.44s;
  transition-timing-function: ease-in-out;
}
.pg_about .change_item .compareGraph_graph_current p {
  opacity: 0;
  transition: opacity 0.3s;
}
.pg_about .change_item .compareGraph_graph_current.is_animationEnd p {
  opacity: 1;
}
.pg_about .change_item .compareGraph_figure {
  flex-shrink: 0;
  transform: translateX(20px);
}
@media screen and (max-width: 767px) {
  .pg_about .change_item .compareGraph {
    margin-top: -10px;
  }
  .pg_about .change_item .compareGraph_graph {
    height: 129px;
  }
  .pg_about .change_item .compareGraph_graph_base {
    padding: 22px 2px 0 0;
    width: 179px;
    font-size: 1.3rem;
  }
  .pg_about .change_item .compareGraph_graph_current {
    margin-left: -179px;
    width: 179px;
    font-size: 3rem;
  }
  .pg_about .change_item .compareGraph_figure {
    margin-left: 15px;
    width: 69px;
    transform: none;
  }
}
.pg_about .change_item .popGraph {
  display: flex;
  padding: 8px 0 28px;
  align-items: center;
}
.pg_about .change_item .popGraph_head {
  display: flex;
  margin-right: 30px;
  max-width: 482px;
  flex-shrink: 0;
  align-items: center;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
.pg_about .change_item .popGraph_head .num {
  margin-right: 18px;
  color: #F15B19;
  font-family: "Lato", sans-serif;
  font-size: 18rem;
  font-weight: 900;
  line-height: 1;
}
.pg_about .change_item .popGraph_body {
  position: relative;
  padding: 65px 7.2332730561% 0 65px;
  flex-grow: 1;
}
.pg_about .change_item .popGraph_graph {
  position: relative;
}
.pg_about .change_item .popGraph_graph_items {
  display: flex;
  margin: 0 0 45px 0;
  padding: 0 7.9% 2px;
  height: 324px;
  justify-content: space-between;
}
.pg_about .change_item .popGraph_graph_item {
  display: flex;
  position: relative;
  width: 11.1638954869%;
  flex-direction: column;
  justify-content: flex-end;
}
.pg_about .change_item .popGraph_graph_item .bar {
  position: relative;
  height: 0;
  background-color: #F15B19;
  transition: height 0.44s ease-in-out;
}
.pg_about .change_item .popGraph_graph_item .bar .figure {
  opacity: 0;
  position: absolute;
  left: -80.8510638298%;
  right: -170.2127659574%;
  bottom: 100%;
  transform: translateY(32%);
  transition: opacity 0.3s;
}
.pg_about .change_item .popGraph_graph_item .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 7px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 1130px) {
  .pg_about .change_item .popGraph_graph_item .txt {
    font-size: 1.8rem;
  }
}
.pg_about .change_item .popGraph_graph.is_animationEnd .popGraph_graph_item .bar .figure {
  opacity: 1;
}
.pg_about .change_item .popGraph_graph_lines .line {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, currentColor 5px, transparent 5px) repeat-x;
  background-size: 10px 1px;
}
.pg_about .change_item .popGraph_graph_lines .line p {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 20px;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  transform: translateY(-50%);
}
.pg_about .change_item .popGraph_graph_lines .line:nth-child(1) {
  top: 0;
}
.pg_about .change_item .popGraph_graph_lines .line:nth-child(2) {
  top: 25%;
}
.pg_about .change_item .popGraph_graph_lines .line:nth-child(3) {
  top: 50%;
}
.pg_about .change_item .popGraph_graph_lines .line:nth-child(4) {
  top: 75%;
}
.pg_about .change_item .popGraph_graph_lines .line:nth-child(5) {
  top: auto;
  bottom: 0;
  height: 2px;
  background: currentColor;
}
.pg_about .change_item .popGraph_figure img {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12.3308270677%;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pg_about .change_item .popGraph {
    display: block;
    margin: 0 -3px;
    padding: 0;
  }
  .pg_about .change_item .popGraph_head {
    margin-right: 0;
    max-width: none;
    justify-content: center;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .pg_about .change_item .popGraph_head .num {
    margin-right: 12px;
    font-size: 8rem;
  }
  .pg_about .change_item .popGraph_body {
    margin: auto;
    padding: 0 0 0 39px;
    max-width: 299px;
  }
  .pg_about .change_item .popGraph_graph_items {
    margin-bottom: 40px;
    height: 150px;
  }
  .pg_about .change_item .popGraph_graph_item {
    width: 22px;
  }
  .pg_about .change_item .popGraph_graph_item .bar .figure {
    left: -54.5454545455%;
    right: -113.6363636364%;
  }
  .pg_about .change_item .popGraph_graph_item .txt {
    margin-top: 2px;
    font-size: 1.2rem;
  }
  .pg_about .change_item .popGraph_graph_lines .line p {
    margin-right: 10px;
    font-size: 1.2rem;
  }
  .pg_about .change_item .popGraph_figure img {
    margin: 0 -5px -25px 0;
    width: 9.2307692308%;
  }
}
.pg_about .access {
  position: relative;
  margin-top: 116px;
}
@media screen and (max-width: 767px) {
  .pg_about .access {
    margin-top: 80px;
  }
}
.pg_about .access::before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 546px;
  background-color: #F2EEEE;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .pg_about .access::before {
    bottom: -60px;
    height: 383px;
  }
}
.pg_about .access_inner {
  position: relative;
  padding: 80px 63px;
  border: 2px solid #222;
  border-radius: 15px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .access_inner {
    padding: 40px 19px;
  }
}
.pg_about .access_head {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg_about .access_head {
    display: block;
  }
}
.pg_about .access_head .el_hdg {
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .pg_about .access_head .el_hdg {
    width: auto;
    padding-right: 0;
  }
}
.pg_about .access_head .desc {
  color: #3B4043;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pg_about .access_head .desc {
    width: auto;
    margin-top: 32px;
    font-size: 1.5rem;
  }
}
.pg_about .access_body {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pg_about .access_body {
    margin-top: 18px;
  }
}

/**
 * pg_about
 */
@media screen and (max-width: 1020px) {
  body {
    min-width: auto;
  }
}
.pg_kids .ly_header_inner {
  background: #fff;
}
.pg_kids .ly_header_head {
  padding-top: 24px;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .pg_kids .ly_header_head {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.pg_kids .ly_header_head::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 1240px;
  height: 1px;
  background-color: #222;
  margin: 0 auto;
}
.pg_kids .ly_header_head.fixed {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pg_kids .ly_header_head .inner {
  position: relative;
  margin: auto;
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
}
.pg_kids .ly_header_head .logo {
  min-height: 46px;
}
.pg_kids .ly_header_head .logo img {
  max-width: 280px;
  vertical-align: middle;
}
.pg_kids .ly_header_head #google_translate_element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 900;
  transition: color 0.3s;
}
.pg_kids .ly_header_head #google_translate_element .icon_english {
  width: 15px;
  height: 15px;
}
.pg_kids .ly_header_head #google_translate_element .txt {
  margin-left: 6px;
}
@media screen and (max-width: 500px) {
  .pg_kids .ly_header_head .logo img {
    max-width: calc(100% - 130px);
  }
  .pg_kids .ly_header_head #google_translate_element {
    right: 15px;
    font-size: 1.4rem;
  }
  .pg_kids .ly_header_head #google_translate_element .icon_english {
    width: 12px;
    height: 12px;
  }
  .pg_kids .ly_header_head #google_translate_element .txt {
    margin-left: 3px;
  }
}
.pg_kids .ly_header_kids {
  background: #fff;
}
.pg_kids .ly_header_kids.fixed {
  position: fixed;
  z-index: 999;
  top: 64px;
  left: 0;
  right: 0;
}
.pg_kids .ly_header_kids .list {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.pg_kids .ly_header_kids .item {
  padding: 0;
  margin: 0;
  width: 20%;
  text-align: center;
}
.pg_kids .ly_header_kids .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.pg_kids .ly_header_kids .item.current a,
.pg_kids .ly_header_kids .item a:hover {
  background: #F5F0E8;
  color: #000;
  font-weight: bold;
}
.pg_kids .ly_header_kids .current a,
.pg_kids .ly_header_kids nav ul li a:hover {
  color: #fff;
}
@media screen and (max-width: 530px) {
  .pg_kids .ly_header_kids .list {
    flex-wrap: wrap;
  }
  .pg_kids .ly_header_kids .list li {
    width: 33%;
  }
  .pg_kids .ly_header_kids .list li:nth-last-child(2),
  .pg_kids .ly_header_kids .list li:last-child {
    width: 50%;
    border-top: 1px solid;
  }
  .pg_kids .ly_header_kids .list li:nth-child(1),
  .pg_kids .ly_header_kids .list li:nth-child(2),
  .pg_kids .ly_header_kids .list li:nth-child(4) {
    border-right: 1px solid;
  }
}
.pg_kids .kids {
  position: relative;
  padding: 0;
}
.pg_kids .kids.kids_hero {
  padding-top: 99px;
  background-color: #F5F0E8;
}
@media screen and (max-width: 500px) {
  .pg_kids .kids.kids_hero {
    padding-top: 60px;
  }
}
.pg_kids .kids_count {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 960px) {
  .pg_kids .kids_count {
    display: block;
    padding: 2rem 0 2rem;
  }
}
.pg_kids .kids_count img {
  width: 100%;
  padding-right: 2%;
}
@media screen and (max-width: 960px) {
  .pg_kids .kids_count img {
    max-width: 580px;
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.pg_kids .kids_count .hdg {
  font-size: clamp(1.5rem, 1.396rem + 0.52vw, 1.8rem);
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .pg_kids .kids_count .hdg {
    line-height: 1.4;
  }
}
.pg_kids .kids_count .hdg .title {
  font-size: clamp(2.6rem, 2.252rem + 1.74vw, 3.6rem);
  font-weight: bold;
  margin: 2rem 0;
}
@media screen and (max-width: 960px) {
  .pg_kids .kids_count .hdg .title {
    margin: 0 0 1rem;
    line-height: 1.4;
  }
}
.pg_kids .kids_content .ly_contents {
  padding: 100px 0;
  padding-top: clamp(3.125rem, 2.038rem + 5.43vw, 10rem);
  padding-bottom: clamp(3.125rem, 4rem + 5.43vw, 10rem);
}
.pg_kids .kids_content > li:nth-child(even) {
  background: #F8F6F6;
}
.pg_kids .kids_content .el_hdg {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.pg_kids .kids_content .el_hdg h1 {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 0 0 20px;
  border-bottom: 1px solid;
}
.pg_kids .kids_content_body {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pg_kids .kids_content_body {
    margin-top: 31px;
  }
}
.pg_kids .kids_content .kids_inner {
  margin-bottom: 40px;
}
.pg_kids .kids_content .bl_multiBox_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pg_kids .kids_content .bl_multiBox_img {
    width: 100%;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pg_kids .kids_content .bl_multiBox_img.bl_multiBox_img__lg {
    width: 100%;
    margin-top: 0;
  }
}
.pg_kids .kids_content .hidden-view {
  display: none;
}
.pg_kids .kids_content .more_bt {
  text-align: center;
  display: block;
  margin: 30px auto;
}
.pg_kids .kids_content .more_bt label {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 20px 8rem 20px 6rem;
  border: 2px solid #222;
  border-radius: 999px;
  background-color: #fff;
  transition-property: color, transform;
  transition-duration: 0.3s;
  text-align: center;
  box-shadow: 6px 6px #F2EEEE;
}
.pg_kids .kids_content .more_bt label:hover {
  box-shadow: none;
}
.pg_kids .kids_content .more_bt label::before {
  content: "もっと見る";
}
.pg_kids .kids_content .more_bt label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(135deg);
  position: absolute;
  top: 44%;
  right: 40px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.pg_kids .kids_content input[type=checkbox]#trigger01,
.pg_kids .kids_content input[type=checkbox]#trigger02,
.pg_kids .kids_content input[type=checkbox]#trigger03,
.pg_kids .kids_content input[type=checkbox]#trigger04,
.pg_kids .kids_content input[type=checkbox]#trigger05 {
  display: none;
}
.pg_kids .kids_content input[type=checkbox]#trigger01:checked ~ .hidden-view,
.pg_kids .kids_content input[type=checkbox]#trigger02:checked ~ .hidden-view,
.pg_kids .kids_content input[type=checkbox]#trigger03:checked ~ .hidden-view,
.pg_kids .kids_content input[type=checkbox]#trigger04:checked ~ .hidden-view,
.pg_kids .kids_content input[type=checkbox]#trigger05:checked ~ .hidden-view {
  display: flex;
  margin-bottom: 20px;
}
.pg_kids .kids_content input:checked ~ * label::before {
  content: "閉じる";
}
.pg_kids .kids_content input:checked ~ * label::after {
  top: 50%;
  transform: rotate(-45deg);
}
.pg_kids .kids_content h2 {
  font-size: clamp(2.2rem, 1.991rem + 1.04vw, 2.8rem);
  line-height: 1.8;
  font-weight: bold;
}
.pg_kids .kids_content h2::before {
  content: "";
  display: inline-block;
  margin-right: 0.3rem;
  width: clamp(2.2rem, 1.991rem + 1.04vw, 1.8rem);
  height: clamp(2.2rem, 1.991rem + 1.04vw, 1.8rem);
  background: url(../images/kids/clip.svg) no-repeat;
}
.pg_kids .bl_columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-left: -20px;
}
.pg_kids .bl_columns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pg_kids .bl_columns {
    display: block;
  }
}
.pg_kids .bl_columns li.column {
  width: calc(50% - 25px);
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-left: 20px;
  border: 2px solid #222;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pg_kids .bl_columns li.column {
    width: calc(100% - 25px);
  }
}
.pg_kids .bl_columns li.column .thumb,
.pg_kids .bl_columns li.column .hdg {
  padding: 15px;
  margin: 0;
}
.pg_kids .bl_columns li.column .hdg {
  font-size: clamp(1.6rem, 1.53rem + 0.35vw, 1.8rem);
  width: calc(100% - 160px);
  padding-left: 0;
}
.pg_kids .bl_columns li.column .bl_card a {
  display: flex;
}
.pg_kids .bl_columns li.column .bl_card a .thumb {
  width: 160px;
  height: 90px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 15px;
}
.pg_kids .bl_columns li.column .bl_card a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
  z-index: 0;
}
.pg_kids .bl_modal_item .img img {
  width: 100%;
  max-height: 300px;
}
.pg_kids .kids_pdf {
  padding: 30px 10px 0;
}
.pg_kids .kids_pdf a {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #222;
  border-radius: 999px;
  background-color: #fff;
  transition-property: color, transform;
  transition-duration: 0.3s;
  text-align: center;
  box-shadow: 6px 6px #F2EEEE;
  margin: 0 auto;
}
.pg_kids .kids_pdf a:hover {
  box-shadow: none;
  box-shadow: none;
  background: #F5F0E8;
}

/**
 * cityページ用スタイル
 * .city はhomeでも使用している
 * .area はcityとocontactのみで使用している
 */
.city {
  padding: 0;
  background-color: #F5F0E8;
}
@media screen and (max-width: 767px) {
  .city {
    padding: 0 0 max(42px, 12vw);
  }
}
.city.is_home {
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .city.is_home {
    padding: 44px 0;
  }
}
.city_head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .city_head {
    display: block;
  }
}
.city_head .el_hdg {
  width: 352px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .city_head .el_hdg {
    width: 100%;
    padding-right: 0;
  }
}
.city_head .desc {
  width: calc(100% - 352px);
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .city_head .desc {
    width: 100%;
    margin-top: 25px;
    font-size: 1.5rem;
  }
}
.city_map {
  position: relative;
  margin-top: 70px;
  margin-left: 53px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .city_map {
    margin-top: 55px;
    margin-left: 0;
  }
}
.city_map .wrap {
  position: relative;
  width: 512px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .city_map .wrap {
    width: 100%;
  }
}
.city_map .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 489px;
  height: 658px;
  background-image: url(../images/city/city_map.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .city_map .body {
    width: 95.4%;
    height: 0;
    padding-bottom: 129%;
  }
}
.city_map .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.city_map .btn {
  z-index: 2;
}
.city_map .map {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .city_map .map_pc {
    display: none !important;
  }
}
.city_map .map_sp {
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .city_map .map_sp {
    display: none !important;
  }
}
.city_map .map .station {
  color: #fff;
  fill: currentColor;
  transition: color 0.3s;
}
.city_map .map .station.is_hover {
  color: #F15B19;
}
.city_area {
  position: absolute;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
}
.city_area.is_hover {
  opacity: 1;
}
.city_area01 {
  top: 6%;
  left: 30%;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .city_area01 {
    top: 10%;
    width: 45%;
    height: 0;
    padding-bottom: 45%;
  }
}
.city_area02 {
  top: 6%;
  left: 54%;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .city_area02 {
    top: 7%;
    left: 53%;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
  }
}
.city_area03 {
  top: 30%;
  left: 48%;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .city_area03 {
    top: 35%;
    left: 47%;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
  }
}
.city_area04 {
  top: 43%;
  left: 46%;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .city_area04 {
    top: 50%;
    left: 48%;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
  }
}
.city_area05 {
  top: 55%;
  left: 18%;
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .city_area05 {
    top: 65%;
    left: 22%;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
  }
}
.city_area06 {
  top: 48%;
  right: 60%;
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .city_area06 {
    top: 60%;
    right: 59%;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
  }
}
.city_area07 {
  top: 27%;
  right: 43%;
  width: 230px;
  height: 230px;
}
@media screen and (max-width: 767px) {
  .city_area07 {
    top: 34%;
    right: 47%;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
  }
}
.city_area08 {
  top: -2%;
  left: -10%;
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .city_area08 {
    top: -2%;
    left: -10%;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
  }
}
.city_btn {
  position: absolute;
  text-align: left;
}
.city_btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 268px;
  padding: 18px 18px 18px 25px;
  border: 2px solid #222;
  border-radius: 25px;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  transition-property: background-color color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .city_btn a {
    min-width: 0;
    min-height: 0;
    padding: 6px 10px 6px 14px;
    border-width: 1px;
    border-radius: 10px;
    font-size: 1.3rem;
    line-height: 1.3;
    font-size: 1.3rem;
  }
}
.city_btn a:focus, [data-whatintent=mouse] .city_btn a:hover {
  background-color: #222;
  color: #fff;
}
.city_btn a:focus .icon, [data-whatintent=mouse] .city_btn a:hover .icon {
  background-color: #fff;
}
.city_btn a .txt {
  width: calc(100% - 28px);
  padding-right: 10px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .city_btn a .txt {
    width: calc(100% - 8px);
    padding-right: 4px;
  }
}
.city_btn a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #222;
  border-radius: 100%;
  transition-property: background-color;
  transition-duration: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .city_btn a .icon {
    width: 15px;
    height: 15px;
  }
}
.city_btn a .icon .icon_arw {
  width: 12px;
  height: 13px;
  transform: translate(2px, -2px);
}
@media screen and (max-width: 767px) {
  .city_btn a .icon .icon_arw {
    width: 6px;
    height: 7px;
    transform: translate(1px, -1px);
  }
}
.city_btn a .icon .icon_arw .fill {
  transition: 0.3s;
}
.city_btn__01 {
  bottom: 92.6%;
  left: 64px;
}
@media screen and (max-width: 767px) {
  .city_btn__01 {
    bottom: 69.3%;
    left: 19%;
    width: 36%;
  }
  .city_btn__01 a {
    min-height: 50px;
  }
}
.city_btn__02 {
  bottom: 81.9%;
  left: 73.3%;
}
@media screen and (max-width: 767px) {
  .city_btn__02 {
    bottom: 81.7%;
    left: 65%;
    width: 38%;
    max-width: 200px;
  }
  .city_btn__02 a {
    min-height: 50px;
  }
}
.city_btn__03 {
  top: 46.9%;
  left: 83.8%;
}
@media screen and (max-width: 767px) {
  .city_btn__03 {
    top: 55.7%;
    left: 51%;
    width: 36%;
  }
  .city_btn__03 a {
    min-height: 40px;
  }
}
.city_btn__04 {
  top: 67.8%;
  left: 65%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .city_btn__04 {
    top: 80.5%;
    left: 62%;
    width: 36%;
  }
  .city_btn__04 a {
    min-height: 50px;
  }
}
.city_btn__05 {
  top: 81.7%;
  left: 32%;
}
@media screen and (max-width: 767px) {
  .city_btn__05 {
    top: 98%;
    left: 36%;
    width: 36%;
  }
  .city_btn__05 a {
    min-height: 50px;
  }
}
.city_btn__06 {
  top: 63.4%;
  right: 74%;
}
@media screen and (max-width: 767px) {
  .city_btn__06 {
    top: 77%;
    right: 61%;
    width: 38%;
  }
  .city_btn__06 a {
    min-height: 68px;
  }
}
.city_btn__07 {
  top: 41.5%;
  right: 85.5%;
}
@media screen and (max-width: 767px) {
  .city_btn__07 {
    top: auto;
    bottom: 50.3%;
    right: 60%;
    width: 36%;
  }
  .city_btn__07 a {
    min-height: 40px;
  }
}
.city_btn__08 {
  top: 18.5%;
  right: 91.3%;
}
@media screen and (max-width: 767px) {
  .city_btn__08 {
    top: auto;
    bottom: 86%;
    right: 64.5%;
    width: 38%;
  }
  .city_btn__08 a {
    min-height: 40px;
  }
}
.city_more {
  position: relative;
  margin-top: 2px;
  text-align: right;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .city_more {
    margin-top: 50px;
  }
}
.city_more a {
  display: inline-flex;
  align-items: center;
}
[data-whatintent=mouse] .city_more a:hover .icon {
  background-color: #F15B19;
}
.city_more a .txt {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .city_more a .txt {
    font-size: 1.4rem;
  }
}
.city_more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 17px;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .city_more a .icon {
    width: 35px;
    height: 35px;
    margin-left: 9px;
  }
}
.city_more a .icon .icon_arw {
  width: 22px;
  height: 23px;
  transform: translate(2px, -2px);
}
@media screen and (max-width: 767px) {
  .city_more a .icon .icon_arw {
    width: 17px;
    height: 16px;
  }
}

.area {
  background: linear-gradient(180deg, #F5F0E8 0%, #F5F0E8 30%, #ffffff 30%, #ffffff 100%);
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .area {
    margin-bottom: 40px;
  }
  .area .ly_container {
    padding: 0;
  }
}
.area_inner {
  position: relative;
  padding: 64px;
  border: 2px solid #222;
  border-radius: 15px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .area_inner {
    padding: 40px 19px;
    border: none;
    border-radius: 0;
  }
}
.area_head {
  position: relative;
  display: block;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .area_head {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.area_head .desc {
  color: #3B4043;
  font-size: 1.8rem;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .area_head .desc {
    width: auto;
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
.area_body {
  margin-top: 32px;
}
.area_body .list {
  display: block;
}
.area_body .list .item:not(:last-child) {
  border-bottom: 1px solid #231815;
}
.area_body .list .item {
  background-color: #fff;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .area_body .list .item {
    padding: 32px 0;
  }
}
.area_body .inner {
  position: relative;
  min-height: 80px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.area_body .inner .media {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .area_body .inner .media {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.area_body .inner .media .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 66.6666%;
}
@media screen and (max-width: 767px) {
  .area_body .inner .media .thumb {
    margin-top: 3px;
  }
}
.area_body .inner .media .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  z-index: 0;
}
.area_body .inner .media .thumb.is_noimage {
  border: 1px solid #F2EEEE;
}
.area_body .inner .body {
  width: 60%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .area_body .inner .body {
    width: 100%;
    display: block;
    margin-left: 0px;
    font-size: 1.4rem;
  }
}
.area_body .inner .body .sub {
  display: flex;
  align-items: flex-start;
  min-height: 20px;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .area_body .inner .body .sub {
    font-size: 1.5rem;
  }
}
.area_body .inner .body .catchcopy {
  font-weight: bold;
}
.area_body .inner .body .hdg {
  color: #231815;
  font-size: 2.2rem;
  font-weight: bold;
  transition: color 0.3s;
  padding-bottom: 8px;
}
.area_body .inner .body .hdg span {
  background-image: linear-gradient(0deg, rgba(241, 91, 25, 0.3), rgba(241, 91, 25, 0.3));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 12px;
  transition: background-size 0.3s;
}
@media screen and (max-width: 767px) {
  .area_body .inner .body .hdg {
    font-size: 1.8rem;
  }
}
.area_body .inner .body .summary {
  pointer-events: none;
}
.area_body .inner .more {
  width: 10%;
}
.area_body .inner .more_icon {
  position: absolute;
  top: 33%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  z-index: 10;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .area_body .inner .more_icon {
    width: 42px;
    height: 42px;
  }
}
[data-whatintent=mouse] .area_body .inner .more_icon:hover {
  background-color: #F15B19;
}
[data-whatintent=mouse] .area_body .inner:hover .thumb img {
  transform: scale(1.1);
}
[data-whatintent=mouse] .area_body .inner:hover .catchcopy {
  color: #F15B19;
}
[data-whatintent=mouse] .area_body .inner:hover .hdg span {
  background-size: 100% 12px;
}
[data-whatintent=mouse] .area_body .inner:hover .more_icon {
  background-color: #F15B19;
}
@media screen and (max-width: 767px) {
  .area_body .inner {
    display: block;
  }
  .area_body .inner .more {
    text-align: right;
    width: 100%;
    padding-top: 10px;
  }
  .area_body .inner .more a {
    display: inline-flex;
    align-items: center;
  }
  [data-whatintent=mouse] .area_body .inner .more a:hover .icon {
    background-color: #F15B19;
  }
  .area_body .inner .more a .txt {
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .area_body .inner .more a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #222;
    border-radius: 100%;
    margin-left: 9px;
    background-color: #fff;
    transition: background-color 0.3s;
  }
  .area_body .inner .more a .icon .icon_arw {
    width: 17px;
    height: 16px;
    transform: translate(2px, -2px);
  }
}

.digest_movie .title {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .digest_movie .title {
    font-size: 3rem;
  }
}
.digest_movie .subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.digest_movie .catchcopy {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .digest_movie .catchcopy {
    text-align: left;
  }
}
.digest_movie .digest_movie_wrapper {
  max-width: 1020px;
  margin: 0 auto;
}
.digest_movie .digest_movie_wrapper .contents-box [class*=column-video-],
.digest_movie .digest_movie_wrapper .contents-box [class*=column-iframe-] {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .digest_movie .digest_movie_wrapper {
    padding-bottom: 20px;
  }
}

/**
 * TODO
 * entry_body用
 */
.contents-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  /* プロフ・対話用 */
}
.contents-box:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents-box {
    width: auto;
    font-size: 1.6rem;
  }
}
.contents-box_clear {
  margin: 0;
  border: none;
}
.contents-box a {
  color: #F15B19;
  text-decoration: underline;
}
[data-whatintent=mouse] .contents-box a:hover {
  text-decoration: none;
}
.contents-box p a[target=_blank]::after, .contents-box table a[target=_blank]::after, .contents-box dl a[target=_blank]::after, .contents-box li a[target=_blank]::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icons/blank.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  margin: 0 3px;
}
.contents-box .custom_hr {
  display: block;
  clear: both;
  height: 0;
  margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
  .contents-box .custom_hr {
    margin: 30px auto;
  }
}
.contents-box .custom_hr_clear {
  margin: 0;
  border: none;
}
.contents-box .section-title-area {
  width: 100%;
  margin: 20px 0 25px;
}
.contents-box .section-title-area .section-title {
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  color: #222;
  font-size: 3.2rem;
  font-weight: bold;
  font-weight: 900;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.contents-box .section-title-area .section-title.title-en {
  border-bottom: none;
  padding-bottom: 0;
  margin-left: 0;
}
.contents-box .section-title-area .sub-title-en {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .contents-box .section-title-area {
    padding-bottom: 1%;
  }
  .contents-box .section-title-area .section-title {
    font-size: 2rem;
  }
  .contents-box .section-title-area .section-title.title-en {
    font-size: 2.6rem;
  }
}
.contents-box .sub-title {
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: 900;
  color: #222;
  display: block;
  margin-bottom: 25px;
  line-height: 1.3;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.contents-box .sub-title::before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 4px;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: bottom;
  background: #9c9c9c;
}
@media screen and (max-width: 767px) {
  .contents-box .sub-title {
    font-size: 1.8rem;
  }
}
.contents-box [class*=column-video-],
.contents-box [class*=column-iframe-] {
  padding: 0 10px;
  margin-bottom: 25px;
}
.contents-box [class*=column-video-] .column-youtube,
.contents-box [class*=column-video-] .column-iframe,
.contents-box [class*=column-iframe-] .column-youtube,
.contents-box [class*=column-iframe-] .column-iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  padding: 0;
}
.contents-box [class*=column-eximage-],
.contents-box [class*=column-image-],
.contents-box [class*=column-media-] {
  margin-bottom: 20px;
  overflow: hidden;
}
.contents-box [class*=column-eximage-] a,
.contents-box [class*=column-image-] a,
.contents-box [class*=column-media-] a {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.contents-box [class*=column-eximage-] a img,
.contents-box [class*=column-image-] a img,
.contents-box [class*=column-media-] a img {
  transition: transform 0.3s;
}
.contents-box [class*=column-eximage-] a img:hover,
.contents-box [class*=column-image-] a img:hover,
.contents-box [class*=column-media-] a img:hover {
  opacity: 1 !important;
  transform: scale(1.1);
}
.contents-box [class*=column-eximage-] figcaption,
.contents-box [class*=column-image-] figcaption,
.contents-box [class*=column-media-] figcaption {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contents-box [class*=column-eximage-] figcaption,
  .contents-box [class*=column-image-] figcaption,
  .contents-box [class*=column-media-] figcaption {
    font-size: 1.4rem;
  }
}
.contents-box .lead-text {
  margin-bottom: 25px;
}
.contents-box .lead-text_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-box .lead-text {
    margin-bottom: 3%;
    font-size: 1.6rem;
  }
}
#top .contents-box .lead-text {
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #top .contents-box .lead-text {
    margin-bottom: 8%;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
  }
  #top .contents-box .lead-text br {
    display: none;
  }
}
.contents-box .profile-area {
  margin-bottom: 30px;
}
.contents-box .profile-area .profile {
  margin-bottom: 15px;
}
.contents-box .profile-area .profile:after {
  content: "";
  clear: both;
  display: block;
}
.contents-box .profile-area .profile:last-child {
  margin-bottom: 0;
}
.contents-box .profile-area .image {
  float: left;
  width: 60px;
  margin-right: 15px;
}
.contents-box .profile-area .image img {
  width: 100%;
  height: auto;
}
.contents-box .profile-area .text {
  margin-bottom: 0;
  overflow: hidden;
}
.contents-box .profile-area .text .name {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-box .profile-area {
    margin-bottom: 6%;
  }
  .contents-box .profile-area .profile {
    margin-bottom: 3%;
  }
  .contents-box .profile-area .image {
    width: 15%;
    margin-right: 3%;
  }
}
.contents-box .profile,
.contents-box .talk {
  margin-bottom: 15px;
}
.contents-box .profile:after,
.contents-box .talk:after {
  content: "";
  clear: both;
  display: block;
}
.contents-box .profile [class*=column-media-],
.contents-box .talk [class*=column-media-] {
  float: left;
  margin-right: 15px;
  padding-right: 0;
  margin-bottom: 10px;
}
.contents-box .profile [class*=column-media-] img,
.contents-box .talk [class*=column-media-] img {
  width: 90px;
  border-radius: 50%;
}
.contents-box .profile .name,
.contents-box .talk .name {
  margin-bottom: 0;
}
.contents-box .profile .name strong,
.contents-box .talk .name strong {
  font-weight: 400;
  font-size: 1.8rem;
}
.contents-box .profile .name em,
.contents-box .talk .name em {
  font-style: normal;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-box .profile .name,
  .contents-box .talk .name {
    padding: 10px;
  }
  .contents-box .profile .name [class*=column-media-] img,
  .contents-box .talk .name [class*=column-media-] img {
    width: 60px;
  }
  .contents-box .profile .name .name strong,
  .contents-box .talk .name .name strong {
    font-size: 1.6rem;
  }
  .contents-box .profile .name .name em,
  .contents-box .talk .name .name em {
    font-style: normal;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.contents-box .profile {
  padding: 20px;
  background: #F5F0E8;
  border-radius: 15px;
}
.contents-box .talk [class*=column-media-] {
  width: 40px;
}
.contents-box .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contents-box .text {
    margin-bottom: 2%;
  }
}
.contents-box p[class^=btn-] a,
.contents-box p[class*=" btn-"] a,
.contents-box .btn a {
  text-decoration: none;
  background-color: #fff;
  color: #222;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 60px 15px 32px;
  border: 1px solid #231815;
  border-radius: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s;
  text-align: center;
}
.contents-box p[class^=btn-] a:after,
.contents-box p[class*=" btn-"] a:after,
.contents-box .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  background: url(../images/icons/btn.svg) no-repeat;
  border-radius: 100%;
  background-size: contain;
}
.contents-box p[class^=btn-] a:hover,
.contents-box p[class*=" btn-"] a:hover,
.contents-box .btn a:hover {
  background: #222;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.contents-box p[class^=btn-] .btn-wrapper,
.contents-box p[class*=" btn-"] .btn-wrapper,
.contents-box .btn .btn-wrapper {
  display: inline-block;
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .contents-box p[class^=btn-],
  .contents-box p[class*=" btn-"],
  .contents-box .btn {
    width: inherit;
    margin-bottom: 3% !important;
  }
  .contents-box p[class^=btn-] .btn-wrapper,
  .contents-box p[class*=" btn-"] .btn-wrapper,
  .contents-box .btn .btn-wrapper {
    display: block;
    min-width: inherit;
  }
  .contents-box p[class^=btn-] a,
  .contents-box p[class*=" btn-"] a,
  .contents-box .btn a {
    max-width: none;
  }
}
.contents-box .btn-left,
.contents-box .btn-center,
.contents-box .btn-right {
  margin-bottom: 25px;
}
.contents-box .btn-left a,
.contents-box .btn-center a,
.contents-box .btn-right a {
  text-decoration: none;
}
.contents-box .btn-center {
  text-align: center;
}
.contents-box .btn-right {
  text-align: right;
}
.contents-box p.btn-anchor {
  margin-bottom: 20px;
  text-align: center;
  font-size: 5rem;
}
.contents-box p.btn-anchor a {
  text-decoration: none;
}
.contents-box p.btn-anchor a::after {
  background: url(../images/icons/btn-anchor.svg);
}
.contents-box .acms-entry [class*=column-file] {
  padding: 0;
}
.contents-box p.btn-file {
  margin-bottom: 20px;
}
.contents-box p.btn-file a {
  box-sizing: border-box;
  padding-left: 32px;
  padding-right: 75px;
  background: #F2EEEE;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contents-box p.btn-file a {
    padding-right: 22%;
  }
}
.contents-box p.btn-file .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 4.5em;
  margin-top: -9px;
  padding: 2px 0 3px;
  background: #FFF;
  color: #222;
  font-size: 1rem;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .contents-box p.btn-file .icon {
    width: 12%;
    right: 5%;
    font-size: 1rem;
    padding: 1%;
  }
}
.contents-box p.btn-file a:after,
.contents-box p.btn-file span:after,
.contents-box p.btn-file input:after {
  display: none;
}
.contents-box .acms-grid strong {
  font-weight: bold;
}
.contents-box .acms-grid i,
.contents-box .acms-grid em {
  font-style: italic;
}
.contents-box .acms-grid sup {
  font-size: 1.2rem;
  vertical-align: super;
}
.contents-box .acms-grid sub {
  font-size: 1.2rem;
  vertical-align: sub;
}
.contents-box .acms-grid .disc-list {
  list-style: disc;
}
.contents-box .acms-grid .decimal-list {
  list-style: decimal;
}
.contents-box .acms-grid .disc-list,
.contents-box .acms-grid .decimal-list {
  margin-bottom: 25px;
  padding-left: 36px;
  padding-right: 20px;
}
.contents-box .acms-grid .disc-list li,
.contents-box .acms-grid .decimal-list li {
  padding-left: 5px;
}
.contents-box .acms-grid .disc-list a,
.contents-box .acms-grid .decimal-list a {
  text-decoration: underline;
}
[data-whatintent=mouse] .contents-box .acms-grid .disc-list a:hover,
[data-whatintent=mouse] .contents-box .acms-grid .decimal-list a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contents-box .acms-grid .disc-list,
  .contents-box .acms-grid .decimal-list {
    margin-bottom: 3%;
  }
}
.contents-box .acms-grid dl {
  margin-bottom: 25px;
  border: 1px solid #231815;
  border-bottom: none;
}
.contents-box .acms-grid dl:after {
  content: "";
  clear: both;
  display: block;
}
.contents-box .acms-grid dl dt,
.contents-box .acms-grid dl dd {
  float: none;
  padding: 20px;
  border-bottom: 1px solid #231815;
  box-sizing: border-box;
  display: block;
}
.contents-box .acms-grid dl dt {
  width: 100%;
  font-weight: bold;
  background: #F2EEEE;
}
.contents-box .acms-grid dl dd {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-box .acms-grid dl dt,
  .contents-box .acms-grid dl dd {
    width: 100%;
    padding: 2%;
    border-right: none;
  }
}
.contents-box .acms-grid blockquote {
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px !important;
  border-left-width: 0 !important;
  background: #F2EEEE;
}
.contents-box .acms-grid blockquote p {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .contents-box .acms-grid blockquote {
    padding: 5% !important;
  }
}
.contents-box .acms-grid table {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.contents-box .acms-grid table th,
.contents-box .acms-grid table td {
  padding: 20px;
  border: 1px solid #222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-box .acms-grid table th,
  .contents-box .acms-grid table td {
    padding: 2%;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.contents-box .acms-grid table th {
  background: #F2EEEE;
  font-weight: bold;
}
.contents-box .wysiwyg {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 25px;
}
.contents-box .wysiwyg ul {
  margin-left: 2em;
  margin-bottom: 25px;
  list-style: disc;
}
.contents-box .wysiwyg ul li {
  padding-left: 5px;
}
.contents-box .wysiwyg ul a {
  text-decoration: underline;
}
[data-whatintent=mouse] .contents-box .wysiwyg ul a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contents-box .wysiwyg ul {
    margin-bottom: 3%;
  }
}
.contents-box .wysiwyg ol {
  margin-left: 2em;
  margin-bottom: 25px;
  list-style: decimal;
}
.contents-box .wysiwyg ol li {
  padding-left: 5px;
}
.contents-box .wysiwyg ol a {
  text-decoration: underline;
}
[data-whatintent=mouse] .contents-box .wysiwyg ol a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contents-box .wysiwyg ol {
    margin-bottom: 3%;
  }
}
.contents-box .wysiwyg p,
.contents-box .wysiwyg blockquote {
  margin-left: 0;
  margin-right: 0;
}
.contents-box .profile .wysiwyg {
  margin-bottom: 0;
}
.contents-box .contents-box-article {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents-box .contents-box-article.article-wrapper {
    margin: 0 3%;
    padding: 0;
  }
}
.contents-box .contents-box-article.article-wrapper.is-none {
  display: none;
}
.contents-box .contents-box-article.article-wrapper .column-image-center {
  margin: 0 auto 20px;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-box .contents-box-article.article-wrapper .column-image-center {
    text-align: center;
    width: 100%;
  }
  .contents-box .contents-box-article.article-wrapper .column-image-center img {
    height: auto;
    width: 65%;
  }
}

.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .entry-footer {
    width: auto;
    margin: 0 3% 5% 3%;
    padding: 5% 0 0 0;
  }
}
.entry-footer .contents-box-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .entry-footer .contents-box-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.entry-footer .acms-col-sm-6 {
  box-sizing: border-box;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .entry-footer .acms-col-sm-6 {
    width: auto;
    margin-bottom: 5%;
  }
}
.entry-footer .acms-col-sm-6 .share-list {
  margin-left: -10px;
  vertical-align: top;
  display: flex;
  justify-content: flex-start;
}
.entry-footer .acms-col-sm-6 .share-list .share-item {
  vertical-align: bottom !important;
}
.entry-footer .acms-col-sm-6 .share-list .share-item:first-child {
  width: 160px;
}
.entry-footer .acms-col-sm-6 .share-list .share-item:first-child iframe {
  width: 160px !important;
}
.entry-footer .acms-col-sm-6 .share-list .share-item.x_post a {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 2px 6px;
  background: #000;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.entry-footer .signature-area {
  width: 50%;
}
.entry-footer .signature-area .image {
  float: left;
  margin-right: 10px;
}
.entry-footer .signature-area .image img {
  max-width: 100%;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.entry-footer .signature-area .user-area {
  overflow: hidden;
  font-size: 1.8rem;
  padding: 5px;
}
.entry-footer .signature-area .user-area .title {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .entry-footer .signature-area {
    width: auto;
    margin-top: 20px;
    padding: 5%;
  }
}

/**
 * TODO
 * 共通パーツ用
 */
.pg_header {
  padding: 24px 0 24px;
}
.pg_header .description {
  margin-top: 32px;
  margin-bottom: 32px;
}

.pg_content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pg_content {
    width: 100%;
  }
}

.pg_container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pg_container {
    display: block;
  }
}
.pg_container .pg_main {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .pg_container .pg_main {
    width: 100%;
  }
}
.pg_container .pg_side {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .pg_container .pg_side {
    width: 100%;
  }
}

.pg_side_area, .pg_side_category, .pg_side_list {
  text-align: left;
}

.pg_side_more {
  text-align: right;
}

.pg_side > div {
  margin-top: 24px;
  margin-bottom: 64px;
}
.pg_side > div.pg_side_list {
  margin-bottom: 0px;
}
.pg_side .hdg .en {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pg_side .hdg .en {
    font-size: 2.6rem;
  }
}
.pg_side .hdg .ja {
  margin-top: 1px;
  margin-left: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .pg_side .hdg .ja {
    font-size: 1.8rem;
  }
}

.pg_header .category {
  display: flex;
  flex-wrap: wrap;
  color: #231815;
}
.pg_header .category .en {
  font-family: "Lato", sans-serif;
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .pg_header .category .en {
    font-size: 3.2rem;
  }
}
.pg_header .category .ja {
  margin-top: 34px;
  margin-left: 35px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_header .category .ja {
    margin-top: 14px;
    margin-left: 8px;
    font-size: 1.4rem;
  }
}
.pg_header .sub {
  display: flex;
  align-items: flex-start;
  min-height: 20px;
}
.pg_header .sub ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pg_header .sub ul li {
  align-items: center;
  display: flex;
}
.pg_header .sub ul li + li::before {
  color: #707070;
  content: "|";
}
.pg_header .sub ul time, .pg_header .sub ul .cat {
  font-family: "Lato", sans-serif;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .pg_header .sub ul time, .pg_header .sub ul .cat {
    font-size: 1.2rem;
  }
}
.pg_header .sub ul time {
  padding-right: 0.5rem;
}
.pg_header .sub ul .cat {
  padding-left: 0.5rem;
}
.pg_header .sub ul .new {
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding: 3px 19px;
  border-radius: 100px;
  background-color: #F15B19;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 2;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .pg_header .sub ul .new {
    padding: 1px 8px;
    font-size: 1rem;
  }
}
.pg_header .title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pg_header .title {
    margin-top: 14px;
    font-size: 2.4rem;
  }
}
.pg_header__sm .en {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .pg_header__sm .en {
    font-size: 3rem;
  }
}

.side_more {
  margin-top: 26px;
  text-align: right;
}
.side_more a {
  display: inline-flex;
  align-items: center;
}
[data-whatintent=mouse] .side_more a:hover .icon {
  background-color: #F15B19;
}
.side_more a .txt {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.side_more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 9px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.side_more a .icon .icon_arw {
  width: 17px;
  height: 16px;
  transform: translate(2px, -2px);
}

.nav_category {
  position: relative;
}
.nav_category .item {
  position: relative;
}
.nav_category .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.3);
}
.nav_category .item > a {
  display: flex;
  align-items: center;
  transition: color 0.3s;
  padding: 14px 0;
}
[data-whatintent=mouse] .nav_category .item > a:hover {
  color: #F15B19;
}
.nav_category .item > a .en {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.nav_category .item > a .ja {
  font-size: 1.8rem;
  font-weight: 500;
}
.nav_category .item > a .icon {
  width: 40px;
  height: 40px;
}
.nav_category .parent {
  position: relative;
}
.nav_category .parent .cityBtn {
  position: absolute;
  top: 3px;
  right: -17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 45px;
  cursor: pointer;
}
[data-whatintent=mouse] .nav_category .parent .cityBtn:hover button::before, [data-whatintent=mouse] .nav_category .parent .cityBtn:hover button:after {
  background-color: #F15B19;
}
.nav_category .parent .cityBtn button {
  width: 26px;
  height: 26px;
  background-color: #fff;
  z-index: 1;
  transition: background-color 0.3s;
}
.nav_category .parent .cityBtn button::before, .nav_category .parent .cityBtn button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 16px;
  height: 1px;
  background-color: #222;
}
.nav_category .parent .cityBtn button:after {
  transform: translate(-50%, 0%) rotate(90deg);
  transition: transform 0.3s;
}
.nav_category .parent .cityBtn button.is_active:after {
  transform: translate(-50%, 0%) rotate(0);
}
.nav_category .child {
  display: none;
}
.nav_category .child ul {
  margin-top: -8px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.nav_category .child li {
  margin-left: 20px;
}
.nav_category .child li a {
  display: inline-block;
  padding: 4px 0;
  transition: color 0.3s;
}
[data-whatintent=mouse] .nav_category .child li a:hover {
  color: #F15B19;
}

.tag_cloud {
  position: relative;
}
.tag_cloud_inner {
  padding: 14px 0px 16px;
}
.tag_cloud_inner .tag {
  margin-bottom: 16px;
  overflow: hidden;
  transition: height 0.3s;
}
.tag_cloud_inner .tag ul {
  display: flex;
  flex-wrap: wrap;
}
.tag_cloud_inner .tag li {
  margin-top: 6px;
  margin-left: 6px;
}
.tag_cloud_inner .tag li a {
  display: block;
  padding: 6px 8px;
  border: 1px solid #231815;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.4rem;
  transition: background-color 0.3s, color 0.3s;
}
[data-whatintent=mouse] .tag_cloud_inner .tag li a:hover {
  color: #fff;
  background-color: #231815;
}
.tag_cloud_more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}
.tag_cloud_more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(34, 34, 34, 0.3);
  z-index: 0;
}
.tag_cloud_more button {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #222;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color 0.3s;
}
[data-whatintent=mouse] .tag_cloud_more button:hover {
  background-color: #F15B19;
}
.tag_cloud_more button.is_active:after {
  transform: translate(-50%, 0%) rotate(0);
}
@media screen and (max-width: 767px) {
  .tag_cloud_more button {
    width: 50px;
    height: 50px;
  }
}
.tag_cloud_more button::before, .tag_cloud_more button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 16px;
  height: 1px;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .tag_cloud_more button::before, .tag_cloud_more button:after {
    width: 15px;
  }
}
.tag_cloud_more button:after {
  transform: translate(-50%, 0%) rotate(90deg);
  transition: transform 0.3s;
}

.entry_tags {
  color: #707070;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .entry_tags {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.entry_tags ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.entry_tags li {
  margin-left: 15px;
}
.entry_tags li a {
  transition: opacity 0.3s;
  color: #707070;
}
[data-whatintent=mouse] .entry_tags li a:hover {
  opacity: 0.6;
}

.side_list {
  display: block;
}
.side_list .inner {
  min-height: 80px;
  margin-top: 20px;
}
.side_list .inner > a {
  position: relative;
}
[data-whatintent=mouse] .side_list .inner > a:hover .thumb img {
  transform: scale(1.1);
}
[data-whatintent=mouse] .side_list .inner > a:hover time {
  color: #F15B19;
}
[data-whatintent=mouse] .side_list .inner > a:hover .hdg span {
  background-size: 100% 12px;
}
.side_list .inner > a .thumb {
  position: absolute;
  width: 80px;
  height: 80px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .side_list .inner > a .thumb {
    width: 80px;
    height: 80px;
    margin-top: 3px;
  }
}
.side_list .inner > a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.side_list .inner > a .thumb.is_noimage {
  border: 1px solid #F2EEEE;
}
.side_list .inner > a .body {
  margin-left: 100px;
}
.side_list .inner > a .sub {
  display: flex;
  align-items: flex-start;
  min-height: 20px;
  padding-bottom: 4px;
}
.side_list .inner > a .sub .catchcopy {
  font-size: 1.2rem;
}
.side_list .inner > a .sub time {
  font-family: "Lato", sans-serif;
  color: #231815;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.side_list .inner > a .sub .new {
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding: 1px 8px;
  border-radius: 100px;
  margin-left: 6px;
  background-color: #F15B19;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  z-index: 1;
}
.side_list .inner > a .hdg {
  color: #231815;
  font-size: 1.6rem;
  font-weight: bold;
  transition: color 0.3s;
}
.side_list .inner > a .hdg span {
  background-image: linear-gradient(0deg, rgba(241, 91, 25, 0.3), rgba(241, 91, 25, 0.3));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 12px;
  transition: background-size 0.3s;
}
@media screen and (max-width: 767px) {
  .side_list .inner > a .hdg {
    font-size: 1.6rem;
  }
}
.side_list .tag {
  margin-top: 5px;
  margin-left: 100px;
  color: #707070;
  font-size: 1.2rem;
  font-weight: 500;
}
.side_list .tag ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.side_list .tag li {
  margin-left: 15px;
  transition: 0.3s;
}
[data-whatintent=mouse] .side_list .tag li:hover {
  opacity: 0.6;
}

.columns_more a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-decoration: none !important;
}
.columns_more a .txt {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #222;
}
.columns_more a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 9px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.columns_more a .icon .icon_arw {
  width: 17px;
  height: 16px;
  transform: translate(2px, -2px);
}
[data-whatintent=mouse] .columns_more a:hover .icon {
  background-color: #F15B19;
}

.pagetop_android {
  display: none;
}

body.Android .pagetop_android {
  display: block;
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 45px;
  height: 45px;
  z-index: 999;
}
body.Android .pagetop_android span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #222;
  border-radius: 100%;
  background-color: #fff;
}
body.Android .pagetop_android .icon_arw {
  transform: translate(0px, -2px) rotate(-45deg);
  width: 18px;
  height: 18px;
}

/**
 * Page
 */
.pg_instagramlive .title {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .pg_instagramlive .title {
    font-size: 3.6rem;
  }
}
.pg_instagramlive .subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.pg_instagramlive .catchcopy {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_instagramlive .catchcopy {
    text-align: left;
  }
}

.localtalklive .live_wrapper {
  display: flex;
  padding-bottom: 50px;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .localtalklive .live_wrapper {
    display: block;
    padding-bottom: 20px;
  }
}
.localtalklive .live_wrapper dl {
  overflow: hidden;
  margin: 20px;
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .localtalklive .live_wrapper dl {
    margin: 0;
    width: 100%;
  }
}
.localtalklive .live_wrapper dl dt {
  float: left;
  width: 90px;
  height: 88px;
  padding-top: 25px;
  margin-bottom: 18px;
  border: 1px solid;
  border-radius: 9999px;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .localtalklive .live_wrapper dl dt {
    width: 80px;
    height: 79px;
    padding-top: 24px;
  }
}
.localtalklive .live_wrapper dl dd {
  margin-left: 106px;
  margin-bottom: 18px;
  min-height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .localtalklive .live_wrapper dl dd {
    margin-left: 88px;
  }
}
.localtalklive .live_wrapper .day {
  font-family: "Oswald", sans-serif;
}
.localtalklive .live_wrapper .day .days {
  font-weight: bold;
  font-size: 2.8rem;
}
.localtalklive .live_wrapper .day .days span {
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
  .localtalklive .live_wrapper .day .days {
    font-size: 2.4rem;
  }
}
.localtalklive .live_wrapper .day .time {
  font-size: 1.3rem;
}
.localtalklive .live_wrapper .day.old {
  color: #fff;
  background: #707070;
}
.localtalklive .live_wrapper .day.next {
  color: #fff;
  background: #F15B19;
}
.localtalklive .live_wrapper .detail_area {
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .localtalklive .live_wrapper .detail_area {
    font-size: 1.6rem;
  }
}
.localtalklive .live_wrapper .detail_location {
  border-bottom: 1px solid;
  padding: 0 5px 5px;
  font-weight: bold;
  font-size: 2rem;
}
.localtalklive .live_wrapper .detail_location a:hover {
  color: #F15B19;
}
@media screen and (max-width: 767px) {
  .localtalklive .live_wrapper .detail_location {
    font-size: 2rem;
  }
}
.localtalklive .live_wrapper .detail_cast {
  padding: 5px;
  font-size: 1.4rem;
}
.localtalklive .live_wrapper .detail_cast a {
  color: #707070;
}
.localtalklive .live_wrapper .detail_cast a:hover {
  color: #F15B19;
}
@media screen and (max-width: 767px) {
  .localtalklive .live_wrapper .detail_cast span {
    font-weight: normal;
  }
}
.localtalklive .insta_pr {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.localtalklive .insta_pr:before, .localtalklive .insta_pr:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #222;
  width: 1px;
  height: 1.7em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.localtalklive .insta_pr:before {
  transform: rotate(-35deg);
}
.localtalklive .insta_pr:after {
  transform: rotate(35deg);
}
.localtalklive .insta_link {
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .localtalklive .insta_link {
    margin: 0 auto 40px;
  }
}
.localtalklive .insta_link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 10px 66px;
  border: 1px solid #231815;
  border-radius: 200px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background-color 0.3s;
  text-align: center;
}
.localtalklive .insta_link a .txt {
  padding-right: 10px;
}
.localtalklive .insta_link a .arw {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #231815;
  border-radius: 100%;
}
.localtalklive .insta_link a .arw svg {
  width: 18px;
  height: 19px;
  transform: translate(2px, -2px);
}
.localtalklive .insta_link a:hover {
  background-color: #231815;
  color: #fff;
}
.localtalklive .insta_link a:hover .arw {
  background-color: #fff;
}

.livearchive {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .livearchive {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .livearchive .live_text {
    padding-top: 30px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .livearchive .live_text .title {
    margin-bottom: 20px;
  }
  .livearchive .live_text .catchcopy {
    margin-bottom: 20px;
  }
}
.livearchive .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .livearchive .mv {
    margin-bottom: 60px;
    padding-top: 12px;
  }
  .livearchive .mv .ly_container {
    padding: 0;
  }
}
.livearchive .mv .swiper-slide img {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .livearchive .mv.live {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.livearchive .mv.live::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .livearchive .mv.live::after {
    height: 35%;
  }
}
.livearchive .fade {
  opacity: 0;
  transition: all 0.6s ease-out;
}
.livearchive .is-animation {
  opacity: 1;
  transform: translate(0, 0);
}
.livearchive .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.livearchive .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.livearchive .swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.livearchive .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.livearchive .mySwiper2 {
  height: 80%;
  width: 100%;
}
.livearchive .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.livearchive .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.livearchive .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.livearchive .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.livearchive .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.livearchive .swiper-button-next, .livearchive .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.livearchive .swiper-button-prev, .livearchive .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.livearchive .swiper-button-next, .livearchive .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.livearchive .swiper-button-next:after, .livearchive .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.livearchive .swiper-button-prev:after, .livearchive .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.livearchive .swiper-button-next:after, .livearchive .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

/**
 * SPOTページのLeafletのスタイル定義
 */
#mapid {
  margin: 0 10px 32px;
  width: 100%;
  height: 50vh;
  box-sizing: border-box;
  width: calc(100% - 20px);
}

#tblSpot {
  margin: 0 10px 32px;
  width: calc(100% - 20px);
}
#tblSpot th {
  text-align: center;
  width: 20%;
  background-color: #F2EEEE;
}
#tblSpot td {
  text-align: left;
  width: 80%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #tblSpot th, #tblSpot td {
    width: 100%;
    display: block;
    text-align: left;
  }
  #tblSpot th {
    border-bottom-width: 0;
  }
  #tblSpot tr:not(:last-child) td {
    border-bottom-width: 0;
  }
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  border: 2px solid #231815;
}

.leaflet-popup-content {
  font-size: 1.4rem !important;
  line-height: 1.2;
}
.leaflet-popup-content .spotname {
  font-size: 1.4rem;
  margin-right: 0;
  margin-left: 0;
}
.leaflet-popup-content h3 {
  font-weight: bold;
  line-height: 1.5;
}
.leaflet-popup-content a {
  color: #222 !important;
  transition: color 0.3s;
}
[data-whatintent=mouse] .leaflet-popup-content a:hover {
  color: #F15B19 !important;
  text-decoration: none;
}

.leaflet-popup-tip-container {
  margin-top: -2px !important;
}

.leaflet-popup-tip {
  border-style: solid;
  border-width: 0 3px 3px 0;
}

.spot_relational .list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .spot_relational .list {
    width: 100%;
  }
}
.spot_relational .box {
  border: 1px solid #707070;
  border-radius: 15px;
  padding-top: 24px;
}
.spot_relational .box h4.hdg {
  padding-left: 24px;
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
}
.spot_relational .box h4.hdg .en {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .spot_relational .box h4.hdg .en {
    font-size: 2.6rem;
  }
}
.spot_relational .box h4.hdg .ja {
  margin-top: 1px;
  margin-left: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .spot_relational .box h4.hdg .ja {
    font-size: 1.8rem;
  }
}
.spot_relational .inner:not(:last-child) {
  border-bottom: 1px solid #231815;
}
.spot_relational .inner {
  padding: 24px;
}
.spot_relational .inner > a {
  display: flex;
  position: relative;
  justify-content: space-between;
}
[data-whatintent=mouse] .spot_relational .inner > a:hover .thumb img {
  transform: scale(1.1);
}
[data-whatintent=mouse] .spot_relational .inner > a:hover .hdg span {
  background-size: 100% 12px;
}
[data-whatintent=mouse] .spot_relational .inner > a:hover .more .txt {
  color: #F15B19;
}
[data-whatintent=mouse] .spot_relational .inner > a:hover .more .icon {
  background-color: #F15B19;
}
.spot_relational .inner > a .thumb {
  position: relative;
  width: 180px;
  height: 120px;
  overflow: hidden;
  z-index: 1;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .spot_relational .inner > a .thumb {
    width: 120px;
    height: 80px;
    margin-top: 3px;
  }
}
.spot_relational .inner > a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.spot_relational .inner > a .thumb.is_noimage {
  border: 1px solid #F2EEEE;
}
.spot_relational .inner > a .body {
  width: 70%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.spot_relational .inner > a .body .hdg {
  color: #231815;
  font-size: 1.6rem;
  font-weight: bold;
  transition: color 0.3s;
}
.spot_relational .inner > a .body .hdg span {
  background-image: linear-gradient(0deg, rgba(241, 91, 25, 0.3), rgba(241, 91, 25, 0.3));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 12px;
  transition: background-size 0.3s;
}
@media screen and (max-width: 767px) {
  .spot_relational .inner > a .body .hdg {
    font-size: 1.6rem;
  }
}
.spot_relational .inner > a .body .more {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.spot_relational .inner > a .body .more .txt {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2;
}
.spot_relational .inner > a .body .more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  border-radius: 100%;
  margin-left: 9px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.spot_relational .inner > a .body .more .icon .icon_arw {
  width: 17px;
  height: 16px;
  transform: translate(2px, -2px);
}

/**
 * Block
 */
@media screen and (max-width: 767px) {
  .bl_anchor {
    transform: translateY(calc(50% - 2px));
  }
}
.bl_anchor ul {
  display: flex;
  justify-content: space-between;
}
.bl_anchor li {
  width: 31.2%;
}
.bl_anchor a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 24px 10px;
  background-color: #fff;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  border-left: 2px solid #222;
}
[data-whatintent=mouse] .bl_anchor a:hover .head {
  color: #F15B19;
}
[data-whatintent=mouse] .bl_anchor a:hover .icon {
  background-color: #F15B19;
}
@media screen and (max-width: 767px) {
  .bl_anchor a {
    padding: 10px 10px;
  }
}
.bl_anchor .head {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
  font-weight: 900;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_anchor .head {
    display: block;
    text-align: center;
  }
}
.bl_anchor .en {
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .bl_anchor .en {
    font-size: 2rem;
  }
}
.bl_anchor .ja {
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_anchor .ja {
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.bl_anchor .icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #222;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_anchor .icon {
    bottom: -15px;
    width: 25px;
    height: 25px;
    padding: 5px;
  }
}
.bl_anchor .icon .icon_arw {
  position: relative;
  z-index: 1;
  transform: rotate(135deg) translate(2px, -2px);
}

.bl_multiBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -3.1%;
}
@media screen and (max-width: 767px) {
  .bl_multiBox {
    margin-top: -20px;
    margin-left: 0;
  }
}
.bl_multiBox_item {
  display: flex;
  flex-direction: column;
  width: 46.896%;
  margin-top: 40px;
  margin-left: 3.1%;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_item {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.bl_multiBox_item__2row .bl_multiBox_inner {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_item__2row .bl_multiBox_inner {
    margin-top: 20px;
  }
}
.bl_multiBox_item__2row .bl_multiBox_inner a {
  min-height: 206px;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_item__2row .bl_multiBox_inner a {
    min-height: 100px;
  }
}
.bl_multiBox_item__2row .bl_multiBox_inner:first-child {
  margin-top: 0;
}
.bl_multiBox_inner {
  position: relative;
  display: flex;
  flex: 1;
}
.bl_multiBox_inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #F2EEEE;
  border-radius: 30px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner::before {
    border-radius: 20px;
  }
}
.bl_multiBox_inner a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 450px;
  padding: 47px;
  position: relative;
  z-index: 1;
  border: 2px solid #222;
  border-radius: 30px;
  background-color: #fff;
  transition-property: color, transform;
  transition-duration: 0.3s;
}
[data-whatintent=mouse] .bl_multiBox_inner a:hover {
  color: #F15B19;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner a {
    min-height: 235px;
    padding: 20px 28px 20px;
    border-radius: 20px;
  }
}
.bl_multiBox_inner:focus a, [data-whatintent=mouse] .bl_multiBox_inner:hover a {
  transform: translate(10px, 10px);
}
.bl_multiBox_inner .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner .icon {
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
  }
}
.bl_multiBox_inner .icon .icon_search {
  transform: translate(-1px, -1px);
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner .icon .icon_search {
    width: 16px;
    height: 16px;
  }
}
.bl_multiBox_inner__hdgImg a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.bl_multiBox_inner__hdgImg .bl_multiBox_img {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner__hdgImg .bl_multiBox_img {
    width: 52%;
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner__hdgImg .bl_multiBox_img.bl_multiBox_img__lg {
    width: 67%;
    margin-top: 0;
  }
}
.bl_multiBox_inner__hdgImg .bl_multiBox_img.bl_multiBox_img__sm {
  width: 50%;
}
.bl_multiBox_inner__hdgImg .bl_multiBox_hdg {
  width: 100%;
}
.bl_multiBox_inner__hdgImgRow a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner__hdgImgRow a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.bl_multiBox_inner__hdgImgRow .bl_multiBox_img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 40%;
  height: 250px;
  text-align: right;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner__hdgImgRow .bl_multiBox_img {
    position: static;
    transform: translateY(0);
    width: 62%;
    height: auto;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bl_multiBox_inner__hdgImgRow .bl_multiBox_img.bl_multiBox_img__lg {
    width: 66%;
    margin-top: 3px;
  }
}
.bl_multiBox_hdg {
  position: relative;
  width: 84%;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bl_multiBox_hdg {
    width: 89%;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.bl_multiBox_img img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
}

.bl_modal_item {
  display: none;
  width: auto;
  max-width: 960px;
  padding: 50px 40px;
  border-radius: 15px;
  background-color: #F5F0E8;
  overflow: unset;
}
.bl_modal_item:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .bl_modal_item {
    max-width: 100%;
    padding: 30px 25px;
  }
}
.bl_modal_item .fancybox-close-small {
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 100%;
  background-color: #222;
  opacity: 1;
  transition: background-color 0.3s;
}
[data-whatintent=mouse] .bl_modal_item .fancybox-close-small:hover {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bl_modal_item .fancybox-close-small {
    top: -35px;
    right: -10px;
    width: 60px;
    height: 60px;
  }
}
.bl_modal_item .fancybox-close-small::before, .bl_modal_item .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  width: 35px;
  height: 1px;
  background-color: #F15B19;
}
@media screen and (max-width: 767px) {
  .bl_modal_item .fancybox-close-small::before, .bl_modal_item .fancybox-close-small:after {
    width: 28px;
  }
}
.bl_modal_item .fancybox-close-small::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_modal_item .fancybox-close-small:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .bl_modal_item .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.bl_modal_item .hdg {
  background-color: #fff;
  padding: 18px 32px;
  border-radius: 10px;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bl_modal_item .hdg {
    padding: 15px 20px;
    font-size: 2.6rem;
  }
}
.bl_modal_item .body {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bl_modal_item .body {
    margin-top: 20px;
  }
}
.bl_modal_item .txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .bl_modal_item .txt {
    font-size: 1.5rem;
  }
}
.bl_modal_item .txt strong {
  color: #F15B19;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bl_modal_item .txt a span {
  color: #F15B19;
  text-decoration: underline;
  text-underline-offset: 3px;
}
[data-whatintent=mouse] .bl_modal_item .txt a span:hover {
  text-decoration: none;
}
.bl_modal_item .icon_blank .stroke {
  fill: rgb(245, 240, 232);
  stroke: #F15B19;
}
.bl_modal_item .img {
  float: right;
  width: calc(41.1% - 15px);
  margin-top: 30px;
  margin-left: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bl_modal_item .img {
    float: none;
    width: 70%;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_modal_item .img img {
  max-width: 100%;
  height: auto;
}

/**
 * パンくずリストコンポーネント
 * 下層ページで使用
 */
.bl_breadcrumb {
  font-family: "Lato", sans-serif;
  overflow-x: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  white-space: nowrap;
  margin-bottom: 24px;
}
.bl_breadcrumb a {
  align-items: center;
  color: #707070;
  display: flex;
  justify-content: center;
  padding: 0em 0.5em 0em 0.5em;
  font-weight: bold;
}
.bl_breadcrumb a:hover {
  color: #F15B19;
}
.bl_breadcrumb li {
  align-items: center;
  display: flex;
}
.bl_breadcrumb li:first-child a {
  padding-left: 0;
  padding-right: 0.5rem;
}
.bl_breadcrumb li.is-active a {
  color: #222;
  cursor: default;
  font-weight: normal;
  pointer-events: none;
}
.bl_breadcrumb li + li::before {
  color: #707070;
  content: "/";
}
.bl_breadcrumb ul, .bl_breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bl_breadcrumb.is_hero {
  margin-bottom: 0px;
}

/**
 * カード型の一覧表ブロック
 * top.htmlとindex.htmlで使用
 */
.bl_columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
.bl_columns:last-child {
  margin-bottom: -1rem;
}
.bl_columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 1rem);
}
.bl_columns .column {
  width: 50%;
  padding: 1rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_columns .column {
    width: 25%;
  }
  .bl_columns .column.col3 {
    width: 33.33333%;
  }
  .bl_columns .column.col4 {
    width: 25%;
  }
}

.bl_card {
  position: relative;
}
.bl_card a {
  text-decoration: none !important;
  position: relative;
  display: block;
}
.bl_card a .new {
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 3px 19px;
  border-radius: 100px;
  background-color: #F15B19;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bl_card a .new {
    top: 9px;
    left: 8px;
    padding: 1px 8px;
    font-size: 1rem;
  }
}
[data-whatintent=mouse] .bl_card a:hover .hdg span {
  background-size: 100% 12px;
}
[data-whatintent=mouse] .bl_card a:hover .thumb img {
  transform: scale(1.1);
}
.bl_card .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  z-index: 1;
}
.bl_card .thumb.is_noimage {
  border: 1px solid #F2EEEE;
}
.bl_card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  z-index: 0;
}
.bl_card .sub {
  display: flex;
  align-items: flex-start;
  min-height: 20px;
}
.bl_card .sub ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bl_card .sub ul li {
  align-items: center;
  display: flex;
}
.bl_card .sub ul li + li::before {
  color: #707070;
  content: "|";
}
.bl_card .sub ul time, .bl_card .sub ul .cat {
  font-family: "Lato", sans-serif;
  color: #231815;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_card .sub ul time, .bl_card .sub ul .cat {
    font-size: 1.2rem;
    line-height: 2.2;
  }
}
.bl_card .sub ul time {
  padding-right: 0.5rem;
}
.bl_card .sub ul .cat {
  padding-left: 0.5rem;
}
[data-whatintent=mouse] .bl_card .sub ul a:hover .cat {
  color: #F15B19;
}
[data-whatintent=mouse] .bl_card .sub ul a:hover .thumb img {
  transform: scale(1.1);
}
.bl_card .hdg {
  margin-top: 8px;
  color: #231815;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .bl_card .hdg {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.bl_card .hdg span {
  background-image: linear-gradient(0deg, rgba(241, 91, 25, 0.3), rgba(241, 91, 25, 0.3));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 12px;
  transition: background-size 0.3s;
}
.bl_card .people {
  display: block;
  font-size: 1.4rem;
  z-index: 3;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .bl_card .people {
    font-size: 1.2rem;
  }
}

/**
 * ページネーションとナビゲーションコンポーネント
 * 一覧と記事で使用
 */
.bl_pagination {
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_pagination {
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }
}
.bl_pagination .list {
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 1;
  width: 60%;
}
@media screen and (max-width: 500px) {
  .bl_pagination .list {
    width: 100%;
  }
}
.bl_pagination .list .link, .bl_pagination .list .current {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 900;
}
.bl_pagination .list .current {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: #231815;
  color: #ffffff;
  border-radius: 50%;
}
[data-whatintent=mouse] .bl_pagination .list .link:hover {
  color: #F15B19;
}
.bl_pagination .list .mv-button-prev,
.bl_pagination .list .mv-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 100%;
  font-size: 0;
  z-index: 10;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .bl_pagination .list .mv-button-prev,
  .bl_pagination .list .mv-button-next {
    width: 42px;
    height: 42px;
  }
}
[data-whatintent=mouse] .bl_pagination .list .mv-button-prev:hover,
[data-whatintent=mouse] .bl_pagination .list .mv-button-next:hover {
  background-color: #F15B19;
}
.bl_pagination .list .mv-button-prev {
  right: 120px;
}
.bl_pagination .list .mv-button-prev .icon_prev {
  transform: rotate(180deg);
}

.bl_navigation {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .bl_navigation {
    border-bottom: 1px solid #231815;
  }
}
[data-whatintent=mouse] .bl_navigation .prev > a:hover .hdg span, [data-whatintent=mouse] .bl_navigation .next > a:hover .hdg span {
  background-size: 100% 12px;
}
[data-whatintent=mouse] .bl_navigation .prev > a:hover .navi .txt, [data-whatintent=mouse] .bl_navigation .next > a:hover .navi .txt {
  color: #F15B19;
}
[data-whatintent=mouse] .bl_navigation .prev > a:hover .navi .icon, [data-whatintent=mouse] .bl_navigation .next > a:hover .navi .icon {
  background-color: #F15B19;
}
.bl_navigation .prev > a .hdg, .bl_navigation .next > a .hdg {
  width: 70%;
  color: #231815;
  font-size: 1.6rem;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_navigation .prev > a .hdg, .bl_navigation .next > a .hdg {
    font-size: 1.2rem;
    width: 100%;
  }
}
.bl_navigation .prev > a .hdg span, .bl_navigation .next > a .hdg span {
  background-image: linear-gradient(0deg, rgba(241, 91, 25, 0.3), rgba(241, 91, 25, 0.3));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 12px;
  transition: background-size 0.3s;
}
.bl_navigation .prev > a .navi, .bl_navigation .next > a .navi {
  width: 50px;
  text-align: center;
}
.bl_navigation .prev > a .navi .txt, .bl_navigation .next > a .navi .txt {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .bl_navigation .prev > a .navi .txt, .bl_navigation .next > a .navi .txt {
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 1rem;
  }
}
.bl_navigation .prev > a .navi .icon, .bl_navigation .next > a .navi .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .bl_navigation .prev > a .navi .icon, .bl_navigation .next > a .navi .icon {
    width: 30px;
    height: 30px;
  }
}
.bl_navigation .prev > a .navi .icon .icon_arw, .bl_navigation .prev > a .navi .icon .icon_arw_left, .bl_navigation .next > a .navi .icon .icon_arw, .bl_navigation .next > a .navi .icon .icon_arw_left {
  width: 17px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .bl_navigation .prev > a .navi .icon .icon_arw, .bl_navigation .prev > a .navi .icon .icon_arw_left, .bl_navigation .next > a .navi .icon .icon_arw, .bl_navigation .next > a .navi .icon .icon_arw_left {
    width: 14px;
    height: 13px;
  }
}
.bl_navigation .prev > a .navi .icon .icon_arw, .bl_navigation .next > a .navi .icon .icon_arw {
  transform: translate(2px, -2px);
}
@media screen and (max-width: 767px) {
  .bl_navigation .prev > a .navi .icon .icon_arw, .bl_navigation .next > a .navi .icon .icon_arw {
    transform: translate(1px, -1px);
  }
}
.bl_navigation .prev > a .navi .icon .icon_arw_left, .bl_navigation .next > a .navi .icon .icon_arw_left {
  transform: translate(-2px, -2px);
}
@media screen and (max-width: 767px) {
  .bl_navigation .prev > a .navi .icon .icon_arw_left, .bl_navigation .next > a .navi .icon .icon_arw_left {
    transform: translate(-1px, -1px);
  }
}
.bl_navigation .prev {
  width: 50%;
}
.bl_navigation .prev > a {
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex: none;
}
.bl_navigation .prev > a .navi {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .bl_navigation .prev {
    border-right: 1px solid #231815;
    padding-right: 8px;
  }
  .bl_navigation .prev > a {
    flex-direction: column;
  }
  .bl_navigation .prev > a .hdg {
    text-align: center;
  }
  .bl_navigation .prev > a .navi {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.8rem;
  }
  .bl_navigation .prev > a .navi .icon {
    margin-left: initial;
    margin-right: initial;
  }
}
.bl_navigation .next {
  width: 50%;
}
.bl_navigation .next > a {
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex: none;
}
.bl_navigation .next > a .hdg {
  text-align: right;
}
.bl_navigation .next > a .navi {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .bl_navigation .next {
    padding-left: 8px;
  }
  .bl_navigation .next > a {
    flex-direction: column-reverse;
  }
  .bl_navigation .next > a .hdg {
    text-align: center;
  }
  .bl_navigation .next > a .navi {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-bottom: 0.8rem;
  }
  .bl_navigation .next > a .navi .icon {
    margin-left: initial;
    margin-right: initial;
  }
}

/**
 * Keyframes
 */
@keyframes bgSlide {
  0% {
    left: calc(100% - 1200px);
  }
  100% {
    left: -4858px;
  }
}
.form_box .area_inner {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form_box .area_inner {
    padding: 0;
  }
}
.form_box a {
  color: #F15B19;
}
.form_box a:hover {
  text-decoration: underline;
}
.form_box .acms-form-checkboxs {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form_box .acms-form-checkboxs #input-privacy-on {
  margin: 0;
  width: 0;
  opacity: 0;
}
.form_box .acms-form-checkboxs #input-privacy-on:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.form_box .acms-form-checkboxs #input-privacy-on:checked + .acms-ico-checkboxs {
  background: #333333;
}
.form_box .acms-form-checkboxs .acms-ico-checkboxs {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.form_box .acms-form-checkboxs .form-checkbox-only-label {
  margin-left: 12px;
  display: block;
}
.form_box #input-privacy-on:checked + .acms-ico-checkboxs::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-5px, 2px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.form_box #input-privacy-on:checked + .acms-ico-checkboxs::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-4px, 3px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.form_box li {
  display: flex;
  padding-bottom: 34px;
}
.form_box li > div:nth-child(odd) {
  width: 35%;
  padding: 12px;
}
.form_box li > div:nth-child(odd) span {
  display: inline-block;
  float: right;
  background: #707070;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 7px;
  margin-right: 15px;
}
.form_box li > div:nth-child(odd) span.required {
  background: #F15B19;
}
@media screen and (max-width: 767px) {
  .form_box li > div:nth-child(odd) span {
    float: none;
    margin-left: 5px;
  }
}
.form_box li > div:nth-child(even) {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .form_box li {
    display: block;
  }
  .form_box li > div:nth-child(odd) {
    width: 100%;
    padding: 12px 0;
  }
  .form_box li > div:nth-child(odd) span {
    margin-right: 0;
  }
  .form_box li > div:nth-child(odd) span.required {
    background: #F15B19;
  }
  .form_box li > div:nth-child(even) {
    width: 100%;
  }
}
.form_box textarea,
.form_box input[type=text],
.form_box input[type=password],
.form_box input[type=datetime],
.form_box input[type=datetime-local],
.form_box input[type=date],
.form_box input[type=month],
.form_box input[type=time],
.form_box input[type=week],
.form_box input[type=number],
.form_box input[type=email],
.form_box input[type=url],
.form_box input[type=search],
.form_box input[type=tel] {
  padding: 12px;
  font-size: 16px;
}
.form_box textarea:focus,
.form_box input[type=text]:focus,
.form_box input[type=password]:focus,
.form_box input[type=datetime]:focus,
.form_box input[type=datetime-local]:focus,
.form_box input[type=date]:focus,
.form_box input[type=month]:focus,
.form_box input[type=time]:focus,
.form_box input[type=week]:focus,
.form_box input[type=number]:focus,
.form_box input[type=email]:focus,
.form_box input[type=url]:focus,
.form_box input[type=search]:focus,
.form_box input[type=tel]:focus {
  border: 2px solid #F15B19;
  outline: none;
  box-shadow: 0 0 0 2px rgba(241, 91, 25, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.form_box .contact-form-control a {
  color: #F15B19;
}
.form_box .form-checkbox-only-label {
  padding: 10px;
  display: inline-block;
}
.form_box .form-button-group {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .form_box .form-button-group {
    flex-direction: column-reverse;
  }
}
.form_box .form-button-group.clearfix:after {
  display: none;
}
.form_box .form_bt1 {
  background-color: #fff;
  color: #000;
  position: relative;
  display: inline-block;
  max-width: 300px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #231815;
  border-radius: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s;
  text-align: center;
  margin-bottom: 15px;
}
.form_box .form_bt1:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -14px;
  width: 30px;
  height: 30px;
  background: url(../images/icons/btn.svg) no-repeat;
  border-radius: 100%;
  background-size: contain;
  pointer-events: none;
}
.form_box .form_bt1:hover {
  background: #000;
  color: #fff !important;
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .form_box .form_bt1 {
    max-width: unset;
    display: block;
  }
}
.form_box .form_bt1 .bt {
  padding: 24px 64px 22px 45px;
  color: #222;
}
.form_box .form_bt1 .bt:hover {
  color: #fff;
}
.form_box .form_bt2 {
  color: #000;
  position: relative;
  display: inline-block;
  max-width: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s;
  text-align: center;
  margin-bottom: 15px;
}
.form_box .form_bt2:hover {
  color: #F15B19 !important;
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .form_box .form_bt2 {
    max-width: unset;
    display: block;
  }
}
.form_box .form_bt2 .bt {
  padding: 24px 64px 22px 45px;
  color: #F15B19;
}
.form_box .form_bt2 .bt:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .form_box .form-group th {
    background: #F5F0E8;
  }
  .form_box .form-group th, .form_box .form-group td {
    border: 3px solid #fff;
  }
}
.form_box .form-message-back {
  text-align: center;
  margin: 1rem 0;
}
.form_box .form-group-list {
  width: 100%;
  margin-bottom: 20px;
}
.form_box .form-group-list th,
.form_box .form-group-list td {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .form_box .form-group-list th,
  .form_box .form-group-list td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.form_address {
  padding: 60px;
  font-size: 1.8rem;
}
.form_address .sub-title {
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: 900;
  color: #222;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form_address {
    padding: 30px 0;
  }
}

@media print {
  .ly_header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 7000;
    transition: 0.3s;
  }
  .logo .hp_headerPcOnly {
    display: none !important;
  }
  .hamburgerMenu {
    display: none !important;
  }
  .ly_header_body .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -50px;
  }
  .ly_header_body .item.hp_headerSpOnly {
    display: none !important;
  }
  .ly_header_body .item {
    margin-top: 10px;
    margin-left: 50px;
  }
  .search {
    display: none;
  }
  #google_translate_element {
    display: none;
  }
  .tag.hp_headerSpOnly {
    display: none;
  }
  .el_fixedSns_body {
    display: none;
  }
  .sns.hp_headerSpOnly {
    display: none !important;
  }
  .topics_wrap.topics_wrap__sp {
    display: none !important;
  }
  .map.map_sp {
    display: none !important;
  }
  .ly_footer_bottom .hp_spOnly {
    display: none !important;
  }
  .map.hp_spOnly {
    display: none !important;
  }
  .hp_ucmaSpOnly {
    display: none !important;
  }
}
@media print {
  body {
    position: relative;
    width: 1400px !important;
    max-width: 1400px !important;
    zoom: 0.8;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */
