@charset "UTF-8";
/* 塩尻市観光公式サイト 時めぐり */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
@import url("https://use.typekit.net/cpp1nuz.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([class]) {
  text-decoration: none;
  color: #111;
}

a:not([class]):hover {
  text-decoration: underline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

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

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #111;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body.is-drawer-active, body.is-language-active, body.is-f-drawer-active {
  touch-action: none;
}

.page {
  padding-top: 125px;
}
@media only screen and (max-width: 1100px) {
  .page {
    padding-top: 66px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  height: 125px;
  background: #fff;
  z-index: 10;
}
.header::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.header__logo {
  flex-shrink: 0;
  width: 204px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
.header__nav {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 1210px;
}
.header__nav-sp {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 1600px) {
  .header__nav {
    width: 75.625vw;
  }
}
@media only screen and (max-width: 1280px) {
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header__logo {
    width: 160px;
  }
  .header__nav {
    width: 76.5625vw;
  }
}
@media only screen and (min-width: 1101px) {
  .header__nav-sp {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .is-drawer-active .header::after, .is-language-active .header::after {
    opacity: 0;
    visibility: hidden;
  }
  .header__inner::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    height: 66px;
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  .is-drawer-active .header__inner::after, .is-language-active .header__inner::after {
    position: absolute;
    top: 66px;
    left: 0;
    display: block;
    content: "";
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: -1;
  }
  .header {
    height: 66px;
    padding-left: 0;
    padding-right: 0;
  }
  .header__logo {
    width: 138px;
    margin-left: 12px;
    position: relative;
    z-index: 1;
  }
  .header__nav {
    width: 132px;
  }
}
@media print {
  .header {
    position: absolute;
  }
}

.header-nav-main {
  margin-top: 15px;
}
.header-nav-main__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header-nav-main__item {
  position: relative;
  padding-right: 35px;
  padding-left: 34px;
  font-size: 1.8rem;
  font-weight: bold;
}
.header-nav-main__item:first-child {
  padding-left: 0;
}
.header-nav-main__item:last-child {
  padding-right: 0;
}
.header-nav-main__item:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 21px;
  background: #d3cfe3;
}
.header-nav-main__link {
  text-decoration: none;
  color: #111;
  transition: 0.32s color;
}
.header-nav-main__link:hover {
  text-decoration: none;
  color: #ad0079;
}
@media only screen and (max-width: 1600px) {
  .header-nav-main__list {
    display: table;
    width: 100%;
  }
  .header-nav-main__item {
    display: table-cell;
    word-break: keep-all;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav-main__item:not(:first-child)::before {
    top: 4px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-nav-main li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1100px) {
  .header-nav-main {
    display: none;
  }
}

.header-nav-sub {
  display: flex;
  justify-content: flex-end;
}
.header-nav-sub__list {
  display: flex;
}
.header-nav-sub__item {
  margin-left: 46px;
}
.header-nav-sub__link {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  color: #888;
  transition: 0.32s color;
}
.header-nav-sub__link::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.84 9.68'%3E%3Cpolygon style='fill:%23ad0079;' points='0.69 9.68 0 8.95 4.38 4.84 0 0.73 0.69 0 5.84 4.84 0.69 9.68'/%3E%3C/svg%3E") no-repeat;
  vertical-align: 1px;
}
.header-nav-sub__link--guide::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.42 15.69'%3E%3Cpath style='fill:%23231815;' d='M9.92.09a.93.93,0,0,0-1,.12L5.21,3,1.48.21A.93.93,0,0,0,.5.09.94.94,0,0,0,0,1V10.3a1.56,1.56,0,0,0,.46,1.08l4,3.89.24.22a.8.8,0,0,0,.19.13l.13.05H5l.13,0h.14l.13,0h0l.13-.05a.8.8,0,0,0,.19-.13L6,15.27l4-3.89a1.6,1.6,0,0,0,.45-1.08V1A.94.94,0,0,0,9.92.09Z'/%3E%3Cpath style='fill:%23fff000;' d='M5.21,4.27c0-.23,0-.26-.25-.49L1,.83C.88.72.77.78.77,1V10.3a.83.83,0,0,0,.23.53l4,3.89c.12.12.22.2.22.2Z'/%3E%3Cpath style='fill:%23009844;' d='M5.21,4.27c0-.23,0-.26.25-.49L9.4.83c.14-.11.25,0,.25.12V10.3a.87.87,0,0,1-.22.53l-4,3.89c-.12.12-.22.2-.22.2Z'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  width: 11px;
  height: 17px;
  vertical-align: -3px;
}
.header-nav-sub__link:hover {
  text-decoration: none;
  color: #ad0079;
}
@media only screen and (max-width: 1280px) {
  .header-nav-sub__item {
    margin-left: 1.5625vw;
  }
}
@media only screen and (max-width: 1100px) {
  .header-nav-sub {
    width: 66px;
    margin-right: 66px;
  }
  .header-nav-sub__item {
    display: none;
  }
}

.header-language {
  position: relative;
  z-index: 1;
}
.header-language__button button {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 30px;
  background: #f4f3f8;
  border: none;
  border-radius: 15px;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
  outline: none;
  transition: 0.32s color;
}
.header-language__button button:focus-visible {
  outline: 1px solid #ad0079;
}
.header-language__button button::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M512,255C512,114.27,398.24.16,257.3,0h-.43C115.79.07,0,114.25,0,255a252.29,252.29,0,0,0,20.38,99.62,260.59,260.59,0,0,0,137,137A252.41,252.41,0,0,0,257,512h.09C398.63,512,512,395.33,512,255ZM30.51,270h83.37a309.76,309.76,0,0,0,18.4,92H56.85A225.33,225.33,0,0,1,30.51,270ZM56.29,149.8h76A310.92,310.92,0,0,0,114,240H30.52A222.6,222.6,0,0,1,56.29,149.8ZM481.49,240H400a309.6,309.6,0,0,0-18.3-90h74.22A223.35,223.35,0,0,1,481.49,240ZM370,240H272V150h77.39A275.83,275.83,0,0,1,370,240ZM272,120V44.89A272.61,272.61,0,0,1,334.74,120ZM242,44.88V120H179.27A272.62,272.62,0,0,1,242,44.88ZM242,150v90H144a275.86,275.86,0,0,1,20.61-90ZM143.92,270H242v92H164.63A275.88,275.88,0,0,1,143.92,270ZM242,392v75.11A272.43,272.43,0,0,1,179.27,392Zm30,75.11V391.8h62.74A273.44,273.44,0,0,1,272,467.11ZM272,362V269.8h98.09a277,277,0,0,1-20.7,92.2Zm128.12-92.2H481.5A227.88,227.88,0,0,1,455.39,362H381.72A311.05,311.05,0,0,0,400.12,269.8ZM436.89,120h-68a296.94,296.94,0,0,0-62.08-84.43A225.5,225.5,0,0,1,436.89,120ZM207.32,35.44A297,297,0,0,0,145.1,120H75.51A227.75,227.75,0,0,1,207.32,35.44ZM76.13,392h69a296.92,296.92,0,0,0,62.15,84.49A227.46,227.46,0,0,1,76.13,392Zm230.75,84.37a297.86,297.86,0,0,0,62-84.57h67.38C404.79,433.63,359.29,464.35,306.88,476.37Z'/%3E%3C/svg%3E");
}
.header-language__list {
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 160px;
  padding: 8px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 0.32s transform, 0.32s opacity, 0.32s visibility;
}
.header-language__item:not(:first-child) {
  border-top: 1px solid #eee;
}
.header-language__link {
  display: block;
  padding: 8px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.33;
  color: #111;
  transition: 0.32s background-color;
}
.header-language__link:hover {
  background: #f4f3f8;
}
.is-language-active .header-language__list {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media only screen and (max-width: 1100px) {
  .header-language {
    position: static;
  }
  .header-language__button button {
    flex-direction: column;
    width: 66px;
    height: 66px;
    background: linear-gradient(#edecf6, #d3cfe3);
    border-radius: 0;
    font-size: 1rem;
    transition: none;
  }
  .header-language__button button:focus-visible {
    outline: 1px solid #ad0079;
  }
  .header-language__button button::before {
    width: 17px;
    height: 17px;
    background-size: cover;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .header-language__list {
    top: 66px;
    left: 0;
    width: 100%;
    padding: 0;
    border-top: 3px solid #d3cfe3;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    z-index: 0;
  }
  .header-language__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 18px;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: normal;
    color: #111;
    line-height: 1.2;
  }
  .header-language__link::after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 23.33'%3E%3Cpolygon style='fill:%23111;' points='42.43 2.12 40.31 0 21.21 19.09 2.12 0 0 2.12 21.21 23.34 21.22 23.33 21.22 23.34 42.43 2.12'/%3E%3C/svg%3E") no-repeat;
    background-size: cover;
    transform: rotateZ(-90deg);
  }
}

.header-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 66px;
  width: 66px;
  padding: 8px;
  padding-top: 24px;
  background: linear-gradient(#7d77da, #6460ab);
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.32s ease-out;
  z-index: 1;
}
@media only screen and (min-width: 1101px) {
  .header-button {
    display: none;
    width: 0;
  }
}
.header-button__item {
  position: absolute;
  display: block;
  background: #fff;
  width: 26px;
  height: 2px;
  left: 21px;
  transition: 0.32s;
}
.header-button__item:nth-of-type(1) {
  top: 18px;
}
.header-button__item:nth-of-type(2) {
  top: 28px;
}
.header-button__item:nth-of-type(3) {
  bottom: 19px;
}
.is-drawer-active .header-button__item:nth-of-type(1) {
  transform: translateY(5px) scaleX(1.05) rotate(-45deg);
}
.is-drawer-active .header-button__item:nth-of-type(2) {
  transform: translateY(-5px) scaleX(1.05) rotate(45deg);
}
.header-button__text {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 500px) {
  .header-button {
    right: 0;
  }
}

.header-nav-sp {
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.32s transform, 0.32s opacity;
  border-top: 3px solid #645fab;
  background: #fff;
}
.is-drawer-active .header-nav-sp {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header-nav-sp__item:not(:first-child) {
  border-top: 1px solid #d3cfe3;
}
.header-nav-sp__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 18px;
  appearance: none;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
}
.header-nav-sp__button::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 23.33'%3E%3Cpolygon class='fill:%23111;' points='42.43 2.12 40.31 0 21.21 19.09 2.12 0 0 2.12 21.21 23.34 21.22 23.33 21.22 23.34 42.43 2.12'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transform: none;
  transition: 0.64s transform cubic-bezier(0.25, 1, 0.5, 1);
}
.header-nav-sp__button--active::after {
  transform: rotateZ(-180deg);
}
.header-nav-sp__submenu {
  overflow: hidden;
  transition: 0.64s height cubic-bezier(0.25, 1, 0.5, 1);
}
.header-nav-sp__submenu-item {
  border-top: 1px solid #d3cfe3;
}
.header-nav-sp__link01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #111;
  line-height: 1.2;
}
.header-nav-sp__link01::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 23.33'%3E%3Cpolygon style='fill:%23111;' points='42.43 2.12 40.31 0 21.21 19.09 2.12 0 0 2.12 21.21 23.34 21.22 23.33 21.22 23.34 42.43 2.12'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transform: rotateZ(-90deg);
}
.header-nav-sp__link02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px 10px 24px;
  background: #645fab;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.2;
}
.header-nav-sp__link02::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 23.33'%3E%3Cpolygon style='fill:%23fff;' points='42.43 2.12 40.31 0 21.21 19.09 2.12 0 0 2.12 21.21 23.34 21.22 23.33 21.22 23.34 42.43 2.12'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transform: rotateZ(-90deg);
}

.contents {
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  background: #f4f3f8;
}
.contents__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.contents--single {
  background: #fff;
}
.contents--pc-bg {
  background: #f4f3f8;
}
.contents--single .contents__inner {
  display: block;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.contents__main {
  width: 73.3333333333%;
}
.contents__sub {
  width: 23.3333333333%;
}
@media only screen and (max-width: 1300px) {
  .contents {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media only screen and (max-width: 767px) {
  .contents {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .contents--single {
    padding-top: 16px;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    padding-bottom: 35px;
  }
  .contents--pc-bg {
    background: #f4f3f8;
  }
  .contents__inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .contents__main {
    width: 100%;
    padding-top: 20px;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    padding-bottom: 38px;
    background: #f4f3f8;
    border-top: 2px solid #645fab;
  }
  .contents__sub {
    width: 100%;
    padding-top: 12px;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    padding-bottom: 18px;
  }
}

.footer {
  background: #d3cfe3;
  padding-bottom: 26px;
}
.footer__body {
  padding-top: 20px;
}
.footer__text01 {
  text-align: center;
  font-size: 2rem;
}
.footer__text02 {
  text-align: center;
  line-height: 1.25;
}
.footer__tel {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.footer__tel li {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 1.5rem;
  line-height: 1.25;
}
.footer__copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
  color: #555;
}
@media only screen and (min-width: 501px) {
  .footer__copyright br {
    display: none;
  }
}

.footer-links {
  display: flex;
  justify-content: center;
  padding-top: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.footer-links__item {
  margin-left: 22px;
  margin-right: 22px;
  font-size: 1.5rem;
}
.footer-links__link {
  text-decoration: none;
  color: #111;
}
.footer-links__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-links__item {
    margin-left: 2.8683181226vw;
    margin-right: 2.8683181226vw;
  }
}
@media only screen and (max-width: 500px) {
  .footer-links {
    display: block;
    padding-top: 1px;
    padding-bottom: 0;
  }
  .footer-links__item {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-links__item:not(:first-child) {
    margin-top: 1px;
  }
  .footer-links__link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f4f3f8;
    text-align: center;
  }
}

.footer-sns {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.footer-sns a:hover {
  opacity: 0.7;
}

.footer-contact {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
.footer-contact__item {
  padding-left: 32px;
  padding-right: 32px;
}
.footer-contact__item:not(:first-child) {
  border-left: 1px solid #b5afd0;
}
.footer-contact__item span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer-contact {
    display: block;
  }
  .footer-contact__item {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-contact__item:not(:first-child) {
    margin-top: 16px;
  }
}

/* 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;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: linear-gradient(#696969, #010101);
  background-position: center bottom;
  background-size: 100% 100%;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  transition: 0.32s color, 0.32s background-color, 0.32s background-size;
}
.c-button::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 6.5%;
  display: inline-block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
  background-size: 7px 14px;
  vertical-align: -1px;
  transform: translateX(-5px);
  transition: 0.32s transform;
}
.c-button::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 6.5%;
  display: inline-block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
  background-size: 7px 14px;
  vertical-align: -1px;
  transform: translateX(-5px);
  opacity: 0;
  transition: 0.32s transform, 0.32s opacity;
}
.c-button:hover {
  background-size: 100% 200%;
}
.c-button:hover::before {
  transform: none;
}
.c-button:hover::after {
  transform: none;
  opacity: 1;
}
.c-button--purple {
  background: none;
  border: 1px solid #ad0079;
  font-weight: 600;
  color: #ad0079;
}
.c-button--purple::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23ad0079;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
}
.c-button--purple::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
}
.c-button--purple:hover {
  background: #ad0079;
  color: #fff;
}
.c-button--ghost {
  background: none;
  border: 1px solid #fff;
  font-weight: 600;
  color: #fff;
}
.c-button--ghost::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
}
.c-button--ghost::after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23111;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
}
.c-button--ghost:hover {
  background: #fff;
  color: #111;
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 50px;
  }
}

[data-decoration]::before {
  display: block;
  margin-bottom: 8px;
  content: attr(data-decoration);
  font-family: study, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ad0079;
}
@media only screen and (max-width: 500px) {
  [data-decoration]::before {
    margin-bottom: 1.6vw;
    font-size: 4.8vw;
  }
}

.c-heading01 {
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 500px) {
  .c-heading01 {
    font-size: 6.4vw;
  }
}

.c-heading02 {
  padding: 11px;
  background: #f4f3f8;
  font-weight: bold;
  font-size: 2.4rem;
  color: #645fab;
}
.c-heading02:not(:first-child) {
  margin-top: 60px;
}
@media only screen and (max-width: 500px) {
  .c-heading02 {
    padding: 2.2vw;
    font-size: 4.8vw;
  }
  .c-heading02:not(:first-child) {
    margin-top: 12vw;
  }
}

.c-heading03 {
  padding-left: 18px;
  border-left: 10px solid #645fab;
  font-weight: bold;
  font-size: 2rem;
}
.c-heading03:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 500px) {
  .c-heading03 {
    padding-left: 9px;
    font-size: 1.6rem;
  }
}

.c-text01:not(:first-child) {
  margin-top: 18px;
  line-height: 1.6;
}

.c-link-list01:not(:first-child) {
  margin-top: 23px;
}
.c-link-list01__item {
  position: relative;
  padding-left: 15px;
  line-height: 1.25;
}
.c-link-list01__item::before {
  position: absolute;
  left: 1px;
  top: 3px;
  display: block;
  width: 7px;
  height: 13px;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12.89'%3E%3Cpolygon style='fill:%2300e;' points='0.72 12.89 0 12.19 5.6 6.44 0 0.7 0.72 0 7 6.44 0.72 12.89'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
.c-link-list01__item:not(:first-child) {
  margin-top: 11px;
}
.c-link-list01__link {
  color: #00f;
  text-decoration: none;
}
.c-link-list01__link:hover {
  text-decoration: underline;
}
.c-link-list01__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_external.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.c-link-list01__link[href*=".doc"]::after, .c-link-list01__link[href*=".docx"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_word.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.c-link-list01__link[href*=".xls"]::after, .c-link-list01__link[href*=".xlsx"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_xls.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.c-link-list01__link[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_pdf.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}

.c-link01 {
  color: #00f;
  text-decoration: none;
}
.c-link01:hover {
  text-decoration: underline;
}
.c-link01[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_external.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.c-link01[href*=".doc"]::after, .c-link01[href*=".docx"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_word.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.c-link01[href*=".xls"]::after, .c-link01[href*=".xlsx"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_xls.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.c-link01[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_pdf.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}

.c-breadcrumbs {
  background: #d3cfe3;
  padding-left: 11px;
  padding-right: 11px;
}
.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.c-breadcrumbs__item {
  font-size: 1.4rem;
  color: #777;
}
.c-breadcrumbs__item:not(:first-child)::before {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
  content: ">";
}
.c-breadcrumbs__link {
  text-decoration: none;
  color: #777;
}

.c-visual-title {
  position: relative;
  background: #000;
  height: 193px;
  overflow: hidden;
}
.c-visual-title__text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1.2em;
  margin: auto;
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
}
.c-visual-title__image {
  position: absolute;
  width: 1920px;
  left: calc(50% - 960px);
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .c-visual-title {
    height: 27.5714285714vw;
  }
  .c-visual-title__image {
    width: 274.2857142857vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .c-visual-title__text {
    font-size: 6vw;
  }
}

.c-search-box__title {
  margin-bottom: -6px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.c-search-box__title::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192.9 192.9'%3E%3Cpath style='fill:%23645fab;' d='M190.71,180.1,143.63,133A81.29,81.29,0,1,0,133,143.63l47.08,47.08a7.5,7.5,0,0,0,10.61-10.61ZM15,81.19a66.19,66.19,0,1,1,66.19,66.19A66.26,66.26,0,0,1,15,81.19Z'/%3E%3C/svg%3E") no-repeat center;
  vertical-align: -2px;
}
.c-search-box__title--icon-ignore::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-search-box__title {
    margin-bottom: 0;
    text-align: center;
    text-indent: -1em;
  }
  .c-search-box__title--icon-ignore {
    text-indent: 0;
  }
}

.c-search-categories {
  margin-top: 20px;
  background: #fff;
}
.c-search-categories ul {
  border-left: 1px solid #d3cfe3;
  border-right: 1px solid #d3cfe3;
  border-bottom: 1px solid #d3cfe3;
}
.c-search-categories li {
  border-top: 1px solid #d3cfe3;
  font-size: 1.4rem;
}
.c-search-categories a {
  position: relative;
  display: block;
  padding: 5px 18px 5px 18px;
  cursor: pointer;
  transition: 0.32s background-color;
}
.c-search-categories a:hover {
  background: rgba(173, 0, 121, 0.05);
  text-decoration: none;
}
.c-search-categories a::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  content: "";
  width: 8px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.85 16.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23111;}%3C/style%3E%3C/defs%3E%3Cpolygon style='fill:%23111;' points='0.72 16.7 0 16 7.46 8.35 0 0.7 0.72 0 8.85 8.35 0.72 16.7'/%3E%3C/svg%3E") no-repeat center;
  background-size: 9px 16px;
  transition: 0.56s transform;
}
@media screen and (max-width: 767px) {
  .c-search-categories {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-search-categories ul {
    display: flex;
    flex-wrap: wrap;
  }
  .c-search-categories li {
    width: 50%;
  }
  .c-search-categories li:nth-of-type(2n) {
    border-left: 1px solid #d3cfe3;
  }
  .c-search-categories a {
    padding: 5px 15px 5px 15px;
  }
  .c-search-categories a::after {
    right: 10px;
  }
}

.c-search-accordion {
  margin-top: 20px;
}
.c-search-accordion__title {
  appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 20px;
  background: linear-gradient(#d969ad, #ae0179);
  border: none;
  text-align: left;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.c-search-accordion__title:focus-visible {
  outline: 1px solid #111;
}
.c-search-accordion__title::after {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.23 6.28'%3E%3Cpolygon style='fill:%23fff;' points='10.52 6.28 5.61 1.41 0.7 6.28 0 5.57 5.61 0 11.23 5.57 10.52 6.28'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transition: 0.32s transform;
}
.js-accordion--inactive .c-search-accordion__title::after {
  transform: rotateZ(180deg);
}
.c-search-accordion__body {
  overflow: hidden;
  transition: 0.32s height;
}
.c-search-accordion__body ul {
  background: #fff;
  border-left: 1px solid #d3cfe3;
  border-right: 1px solid #d3cfe3;
  border-bottom: 1px solid #d3cfe3;
}
.c-search-accordion__body ul ul {
  border-top: 1px solid #d3cfe3;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.c-search-accordion__body li {
  font-size: 1.4rem;
}
.c-search-accordion__body li:not(:first-child) {
  border-top: 1px solid #d3cfe3;
}
.c-search-accordion__body label {
  position: relative;
  display: block;
  padding: 5px 18px 5px 39px;
  cursor: pointer;
  transition: 0.32s background-color;
}
.c-search-accordion__body label:hover {
  background: rgba(173, 0, 121, 0.05);
}
.c-search-accordion__body input {
  position: absolute;
  top: 11px;
  left: 18px;
  margin-right: 8px;
  vertical-align: -1px;
}
@media screen and (max-width: 767px) {
  .c-search-accordion {
    margin-top: 10px;
  }
}

.c-search-freewords {
  margin-top: 20px;
}
.c-search-freewords input {
  height: 40px;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #d3cfe3;
}
.c-search-freewords input::placeholder {
  color: #d3cfe3;
}
.c-search-freewords input:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .c-search-freewords {
    margin-top: 10px;
  }
}

.c-search-keywords {
  margin-top: 20px;
  padding: 13px 24px 15px;
  background: #fff;
}
.c-search-keywords__title {
  font-weight: bold;
}
.c-search-keywords__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.c-search-keywords__item {
  margin-right: 16px;
}
.c-search-keywords__link {
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  color: #00e;
}
.c-search-keywords__link:hover {
  text-decoration: underline;
}
.c-search-keywords__link::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 4px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.95 12.7'%3E%3Cpolygon style='fill:%2300e;' points='0.71 12.7 0 12 5.54 6.35 0 0.7 0.71 0 6.95 6.35 0.71 12.7'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-search-keywords {
    margin-top: 10px;
    padding: 0;
  }
  .c-search-keywords__title {
    text-align: center;
  }
  .c-search-keywords__list {
    margin-top: 0;
  }
}

.c-search-submit {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  appearance: none;
  background: linear-gradient(#7d77da, #645fab) center bottom;
  background-size: 100% 100%;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  transition: 0.32s background-size;
  outline: none;
}
.c-search-submit:hover {
  background-size: 100% 200%;
}
.c-search-submit:focus-visible {
  outline: 1px solid #111;
}
@media screen and (max-width: 767px) {
  .c-search-submit {
    max-width: 254px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-search-reset {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  appearance: none;
  background: linear-gradient(#b3b3b3, #777877) center bottom;
  background-size: 100% 100%;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  transition: 0.32s background-size;
  outline: none;
}
.c-search-reset:hover {
  background-size: 100% 200%;
}
.c-search-reset:focus-visible {
  outline: 1px solid #111;
}
@media screen and (max-width: 767px) {
  .c-search-reset {
    height: 40px;
    max-width: 254px;
    margin-left: auto;
    margin-right: auto;
  }
}

.genre-nav {
  padding: 30px 50px;
  background: #d3cfe3;
}
.genre-nav--saijiki {
  border-bottom: 1px solid #fff;
}
.genre-nav__souvenir {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
.genre-nav__souvenir:hover {
  opacity: 0.7;
}
.genre-nav__list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.genre-nav__item {
  width: 31.2727272727%;
}
.genre-nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  background: linear-gradient(#696968, #010101) center bottom;
  background-size: 100% 100%;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  color: #fff;
  transition: 0.32s color, 0.32s background-color, 0.32s background-size;
}
.genre-nav__link:hover {
  background-size: 100% 200%;
}
.genre-nav__link::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 6.5%;
  display: inline-block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
  background-size: 7px 14px;
  vertical-align: -1px;
  transform: translateX(-5px);
  transition: 0.32s transform;
}
.genre-nav__link::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 6.5%;
  display: inline-block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
  background-size: 7px 14px;
  vertical-align: -1px;
  transform: translateX(-5px);
  opacity: 0;
  transition: 0.32s transform, 0.32s opacity;
}
.genre-nav__link:hover {
  background-size: 100% 200%;
}
.genre-nav__link:hover::before {
  transform: none;
}
.genre-nav__link:hover::after {
  transform: none;
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .genre-nav {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media screen and (max-width: 1000px) {
  .genre-nav__link {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .genre-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .genre-nav__list {
    display: block;
  }
  .genre-nav__item {
    width: 100%;
  }
  .genre-nav__item:not(:first-child) {
    margin-top: 10px;
  }
  .genre-nav__link {
    height: 40px;
  }
}

#map {
  height: 500px;
  margin-top: 30px;
}

.c-search-results-header {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 14px;
  border-left: 10px solid #645fab;
}
.c-search-results-header__conditions {
  line-height: 1.25;
}
.c-search-results-header__number {
  margin-top: 4px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.25;
}
.c-search-results-header__number span {
  margin-left: 4px;
  font-size: 2.4rem;
  color: #645fab;
}

.c-search-results {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.c-search-results::after {
  display: block;
  content: "";
  width: 31.8181818182%;
}
.c-search-results__heading {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 32px;
  padding: 22px;
  background: #f4f3f8;
  font-weight: bold;
  font-size: 2.4rem;
  color: #645fab;
}
.c-search-results__item {
  width: 31.8181818182%;
  padding-bottom: 18px;
  background: #fff;
}
.c-search-results__item:nth-of-type(n + 4) {
  margin-top: 30px;
}
.c-search-results__item.model-plan--other {
  border: 1px solid #ccc;
}
.c-search-results__image {
  position: relative;
  padding-top: 56.5714285714%;
  overflow: hidden;
}
.c-search-results__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-search-results__body {
  margin: 18px 22px 0;
}
.c-search-results__title {
  font-weight: bold;
  font-size: 2rem;
}
.c-search-results__text {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 1.4rem;
  color: #777;
}
.c-search-results__keywords {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 12px 22px 0;
  padding-left: 24px;
}
.c-search-results__keywords::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath style='fill:%2382968f;' d='M6.79,2.14,5.71,0H0V10H10V2.14ZM1,1H5.1l.42.86H1ZM9,9H1V3.14H9Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
.c-search-results__keywords li {
  font-size: 1.4rem;
}
.c-search-results__keywords li:not(:last-child)::after {
  display: inline-block;
  content: "，";
  width: 1em;
  color: #0000ee;
}
.c-search-results__keywords a {
  color: #0000ee;
  text-decoration: none;
}
.c-search-results__keywordsa:hover {
  text-decoration: underline;
}
.c-search-results__tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 12px 22px 0;
  padding-left: 24px;
}
.c-search-results__tags::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23645fab' class='bi bi-tags' viewBox='0 0 16 16'%3E  %3Cpath d='M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z'/%3E  %3Cpath d='M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
.c-search-results__tags li {
  margin-right: 8px;
  margin-bottom: 6px;
  font-size: 1.4rem;
}
.c-search-results__tags a {
  display: inline-block;
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  background: #eee;
  border-radius: 13px;
  font-size: 1.4rem;
  color: #111;
  text-decoration: none;
  transition: 0.32s color, 0.32s background-color;
}
.c-search-results__tags a:hover {
  text-decoration: none;
  background: #ad0079;
  color: #fff;
}
.c-search-results__button {
  width: 100%;
  margin-top: 30px;
}
.c-search-results__button .c-button {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .c-search-results__item {
    width: 48%;
  }
  .c-search-results__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-search-results {
    margin-top: 20px;
  }
  .c-search-results__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 11px;
    width: 100%;
  }
  .c-search-results__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .c-search-results__image {
    width: 34.3087790111%;
    padding-top: 0;
  }
  .c-search-results__image img {
    position: static;
    transform: none;
  }
  .c-search-results__body {
    width: 62.5630676085%;
    margin: 0;
  }
  .c-search-results__title {
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .c-search-results__keywords {
    margin-left: 11px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 500px) {
  .c-search-results__heading {
    font-size: 4.8vw;
  }
}

.c-tag-box__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
.c-tag-box__title::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23645fab' class='bi bi-tags' viewBox='0 0 16 16'%3E  %3Cpath d='M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z'/%3E  %3Cpath d='M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
  vertical-align: -2px;
}
.c-tag-box__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 20px;
  background: #fff;
}
.c-tag-box__item {
  margin: 8px 6px;
}
.c-tag-box__link {
  display: flex;
  background: #eee;
  color: #000;
  text-decoration: none;
  border-radius: 14px;
  height: 28px;
  line-height: 1;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  transition: 0.32s color, 0.32s background-color;
}
.c-tag-box__link:hover {
  text-decoration: none;
  background: #ad0079;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-tag-box {
    padding-top: 8px;
  }
  .c-tag-box__list {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .c-tag-box__title {
    font-size: 1.6rem;
  }
  .c-tag-box__item {
    margin: 4px 3px;
  }
  .c-tag-box__link {
    font-size: 1.4rem;
  }
}

.nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 54px;
  padding-top: 60px;
  padding-left: 44px;
  padding-right: 44px;
  border-top: 1px solid #d3cfe3;
}
.nav-links a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .nav-links {
    padding-top: 10px;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  background: linear-gradient(#696869, #0f0f10) center bottom;
  background-size: 100% 100%;
  text-decoration: none;
  transition: 0.32s background-size;
}
.page-numbers:hover {
  background-size: 100% 200%;
}
.page-numbers.current {
  background: #d3cfe3;
  color: #787878;
}
.page-numbers.prev {
  position: relative;
  margin-right: 21px;
  font-size: 0;
}
.page-numbers.prev::before {
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotateZ(-45deg);
}
.page-numbers.next {
  position: relative;
  margin-left: 21px;
  font-size: 0;
}
.page-numbers.next::before {
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotateZ(45deg);
}
@media screen and (max-width: 767px) {
  .page-numbers.prev {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
  }
  .page-numbers.next {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
  }
}

.c-related-information {
  padding: 26px 50px 30px;
  background: #f4f3f8;
  border-top: 1px solid #645fab;
}
body:not(.page-home) .c-related-information {
  display: none;
}
.c-related-information__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.c-related-information__item {
  width: 100%;
  border: 1px solid #f4f3f8;
}
.c-related-information__link {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #fff;
  text-decoration: none;
  text-align: center;
  color: #111;
  transition: 0.32s background-color, 0.32s color;
}
.c-related-information__link:hover {
  background: #ad0079;
  color: #fff;
}
.page-home .c-related-information {
  padding: 56px 50px 80px;
  border-top: none;
}
.page-home .c-related-information__list {
  margin-top: 35px;
}
@media only screen and (max-width: 1200px) {
  .page-home .c-related-information {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 1000px) {
  .c-related-information {
    padding: 56px 5vw 8vw;
  }
}
@media only screen and (max-width: 900px) {
  .c-related-information {
    padding-top: 8.8888888889vw;
    padding-bottom: 8.8888888889vw;
  }
  .page-home .c-related-information {
    padding-top: 8.8888888889vw;
    padding-bottom: 8.8888888889vw;
  }
  .page-home .c-related-information__list {
    margin-top: 3.8888888889vw;
  }
}

.c-floating-menu {
  transform: translateY(100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.32s transform;
}
.c-floating-menu__list {
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.c-floating-menu__item {
  width: 33.3333333333%;
  text-align: center;
}
.c-floating-menu__item:not(:first-child) {
  border-left: 1px solid #cbc8d9;
}
.c-floating-menu__link {
  appearance: none;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 0;
  background: linear-gradient(#7d77da, #645fab);
  border: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.25;
  color: #fff;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
}
.c-floating-menu__pagetop {
  width: 74px;
  pointer-events: all;
}
.c-floating-menu__pagetop-link {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(#696869, #010000) center bottom;
  background-size: 100% 100%;
  line-height: 300px;
  overflow: hidden;
  z-index: 1;
  transition: 0.32s background-size;
}
.c-floating-menu__pagetop-link::before {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  display: block;
  content: "";
  width: 21px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.2 68.44'%3E%3Cpolygon style='fill:%23fff;' points='79.2 39.6 39.6 0 0 39.6 4.24 43.84 36.1 11.98 36.1 68.44 43.1 68.44 43.1 11.99 74.95 43.84 79.2 39.6'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.c-floating-menu__pagetop-link:hover {
  background-size: 100% 200%;
}
.c-floating-menu__dropdown {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: calc(100vh - 146px);
  pointer-events: none;
}
.c-floating-menu__dropdown::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  background: #f7f7f7;
  z-index: -1;
  transition: 0.32s opacity, 0.32s visibility, 0.32s transform;
}
.is-f-drawer-active .c-floating-menu__dropdown {
  pointer-events: all;
}
.is-f-drawer-active .c-floating-menu__dropdown::before {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.c-floating-menu__dropdown-close {
  position: relative;
  appearance: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid #6660ad;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -300px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.32s opacity, 0.32s visibility, 0.32s transform;
}
.is-f-drawer-active .c-floating-menu__dropdown-close {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.c-floating-menu__dropdown-close::after {
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.7 29.7'%3E%3Cpolygon style='fill:%236660ad;' points='29.7 1.41 28.28 0 14.85 13.44 1.41 0 0 1.41 13.44 14.85 0 28.28 1.41 29.7 14.85 16.26 28.28 29.7 29.7 28.28 16.26 14.85 29.7 1.41'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.c-floating-menu__dropdown-item {
  border-top: 1px solid #d3cfe3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.32s opacity, 0.32s visibility, 0.32s transform;
}
.c-floating-menu__dropdown-item:nth-of-type(1) {
  transition-delay: 0.05s;
}
.c-floating-menu__dropdown-item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.c-floating-menu__dropdown-item:nth-of-type(3) {
  transition-delay: 0.15s;
}
.c-floating-menu__dropdown-item:nth-of-type(4) {
  transition-delay: 0.2s;
}
.c-floating-menu__dropdown-item:nth-of-type(5) {
  transition-delay: 0.25s;
}
.c-floating-menu__dropdown-item:nth-of-type(6) {
  transition-delay: 0.3s;
}
.c-floating-menu__dropdown-item:nth-of-type(7) {
  transition-delay: 0.35s;
}
.c-floating-menu__dropdown-item:nth-of-type(8) {
  transition-delay: 0.4s;
}
.c-floating-menu__dropdown-item:nth-of-type(9) {
  transition-delay: 0.45s;
}
.c-floating-menu__dropdown-item:nth-of-type(10) {
  transition-delay: 0.5s;
}
.is-f-drawer-active .c-floating-menu__dropdown-item {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.c-floating-menu__dropdown-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 18px;
  background: #fff;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  color: #111;
}
.c-floating-menu__dropdown-link::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.43 23.33'%3E%3Cpolygon style='fill:%23111;' points='42.43 2.12 40.31 0 21.21 19.09 2.12 0 0 2.12 21.21 23.34 21.22 23.33 21.22 23.34 42.43 2.12'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transform: rotateZ(-90deg);
}
@media screen and (min-width: 1101px) {
  .c-floating-menu {
    background: none;
  }
  .c-floating-menu__list {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .c-floating-menu {
    height: 80px;
    pointer-events: all;
  }
  .c-floating-menu__list {
    height: 100%;
  }
  .c-floating-menu__item {
    height: 100%;
  }
  .c-floating-menu__link {
    height: 100%;
    padding-top: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-floating-menu {
    height: 64px;
  }
  .c-floating-menu__link {
    padding-top: 14px;
    font-size: 1.4rem;
  }
  .c-floating-menu__pagetop-link {
    height: 64px;
  }
  .c-floating-menu__pagetop-link::before {
    top: calc(50% - 14px);
  }
  .c-floating-menu__dropdown {
    min-height: calc(100vh - 66px);
    height: -webkit-fill-available;
  }
}

.c-table-of-contents {
  max-width: 50%;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 16px;
  background: #f7f7f7;
  border: 1px solid #f0f0f0;
}
.c-table-of-contents__title {
  position: relative;
  margin-bottom: 8px;
  padding: 1px 8px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #666;
}
.c-table-of-contents__title span {
  margin-right: 4px;
  vertical-align: 2px;
  font-size: 10px;
  color: #999;
}
.entry-body .c-table-of-contents ul:not(.blocks-gallery-grid) {
  margin-top: 0;
}
.entry-body .c-table-of-contents ul:not(.blocks-gallery-grid) li:not(:first-child) {
  border-top: 1px solid #ddd;
}
.entry-body .c-table-of-contents ul:not(.blocks-gallery-grid) li::before {
  width: 12px;
  height: 12px;
  background: #645fab;
}
.entry-body .c-table-of-contents ul:not(.blocks-gallery-grid) li ul {
  margin-top: 4px;
}
.entry-body .c-table-of-contents ul:not(.blocks-gallery-grid) li li:first-child {
  border-top: 1px solid #ddd;
}
.entry-body .c-table-of-contents ul:not(.blocks-gallery-grid) li li::before {
  width: 8px;
  height: 8px;
  top: 0.75em;
  left: 4px;
}
.entry-body .c-table-of-contents ul:not(.blocks-gallery-grid) a {
  font-size: 1.5rem;
  color: #666;
}
.entry-body .c-table-of-contents--model-plan ul:not(.blocks-gallery-grid) li li {
  font-size: 14px;
  color: #666;
}
.entry-body .c-table-of-contents--model-plan ul:not(.blocks-gallery-grid) li li::before {
  display: none;
}
.entry-body .c-table-of-contents--model-plan ul:not(.blocks-gallery-grid) a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-table-of-contents {
    max-width: 90%;
  }
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 34px);
  appearance: none;
  width: 68px;
  height: 68px;
  padding: 0;
  background: linear-gradient(#696969, #010101) center bottom;
  background-size: 100% 100%;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  text-indent: -300px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 1;
  transition: 0.32s color, 0.32s background-color, 0.32s background-size;
}
.slick-arrow::before {
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 7px);
  display: block;
  content: "";
  width: 14px;
  height: 26px;
  transform: rotateZ(0.01deg);
  transition: 0.32s transform;
}
.slick-arrow:hover {
  background-size: 100% 200%;
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slick-arrow::before {
    top: calc(50% - 10px);
    left: calc(50% - 5px);
    width: 10px;
    height: 20px;
  }
}

.slick-prev::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.88 61.52'%3E%3Cpolygon style='fill:%23fff;' points='30.76 61.52 0 30.76 30.76 0 32.88 2.12 4.24 30.76 32.88 59.4 30.76 61.52'/%3E%3C/svg%3E") no-repeat center;
}
.slick-prev:hover::before {
  transform: translateX(-4px) rotateZ(0.01deg);
}

.slick-next::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.88 61.52'%3E%3Cpolygon style='fill:%23fff;' points='2.12 0 32.88 30.76 2.12 61.52 0 59.4 28.64 30.76 0 2.12 2.12 0'/%3E%3C/svg%3E") no-repeat center;
}
.slick-next:hover::before {
  transform: translateX(4px) rotateZ(0.01deg);
}

.home-important {
  padding: 60px 50px 0;
  background: #f4f3f8;
}
.home-important__inner {
  display: flex;
  align-items: stretch;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ad0079;
  background: #fff;
}
.home-important__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 183px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #ad0079;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home-important {
    position: absolute;
    top: 66px;
    left: 0;
    padding: 0;
    width: 100%;
  }
  .home-important__title {
    display: none;
  }
  .home-important__inner {
    background: #333;
    border: none;
  }
}

.news-ticker {
  position: relative;
  overflow: hidden;
  flex: 1;
}
.news-ticker__link {
  display: flex;
  text-decoration: none;
  color: #111;
}
.news-ticker__link:hover {
  text-decoration: underline;
}
.news-ticker__item {
  width: 100%;
  padding-top: 3px;
  padding-left: 42px;
}
.news-ticker__item[aria-hidden=true] {
  position: absolute;
  top: 0;
  left: 100%;
  animation-duration: 1.6s;
  animation-name: slideout;
}
.news-ticker__item[aria-hidden=false] {
  position: relative;
  left: auto;
  animation-duration: 1.6s;
  animation-name: slidein;
}
@media screen and (max-width: 767px) {
  .news-ticker__item {
    width: calc(100% - 40px);
    padding-left: 13px;
    padding-bottom: 3px;
  }
  .news-ticker__link {
    display: block;
    color: #fff;
  }
}

@keyframes slidein {
  from {
    right: 100%;
  }
  to {
    right: 0%;
  }
}
@keyframes slideout {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
.news-ticker-controller {
  width: 49px;
}
.news-ticker-controller__next {
  position: relative;
  cursor: pointer;
  height: 100%;
  background: #ad0079;
  text-indent: -100px;
  overflow: hidden;
}
.news-ticker-controller__next::before {
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 7px);
  display: block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
}
.news-ticker-controller__close {
  position: relative;
  cursor: pointer;
  height: 50%;
  text-indent: -100px;
  overflow: hidden;
}
.news-ticker-controller__close::before {
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.99 29.09'%3E%3Cpolygon style='fill:%23fff;' points='29.99 2.65 27.26 0 14.99 11.9 2.73 0 0 2.65 12.27 14.55 0 26.45 2.73 29.09 14.99 17.19 27.26 29.09 29.99 26.45 17.72 14.55 29.99 2.65'/%3E%3C/svg%3E") no-repeat;
}
@media screen and (min-width: 768px) {
  .news-ticker-controller__close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-ticker-controller {
    border-left: 1px solid #111111;
  }
  .news-ticker-controller__next {
    height: 50%;
    background: #111;
  }
}

.home-pickup-slider {
  max-height: 750px;
  overflow: hidden;
}
.home-pickup-slider .slick-prev {
  left: 3.5416666667vw;
}
.home-pickup-slider .slick-next {
  right: 3.5416666667vw;
}
.home-pickup-slider__item {
  display: flex !important;
  width: 1720px;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  transform: rotateX(0.01deg);
}
.home-pickup-slider__image {
  width: 55.2325581395%;
}
.home-pickup-slider__body {
  width: 44.7674418605%;
  padding: 60px 90px 60px 60px;
}
.home-pickup-slider__pickup {
  font-family: study, serif;
  font-size: 3rem;
  color: #ad0079;
}
.home-pickup-slider__pickup::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 79px;
  margin-right: 12px;
  background: url(/assets2021/img/common/icon_pickup.svg) no-repeat;
  background-size: cover;
  vertical-align: -13px;
}
.home-pickup-slider__category {
  margin-top: 32px;
  font-size: 1.8rem;
}
.home-pickup-slider__title {
  margin-top: 8px;
  font-size: 3.2rem;
  font-weight: bold;
}
.home-pickup-slider__button {
  margin-top: 48px;
  width: 240px;
}
@media screen and (max-width: 1400px) {
  .home-pickup-slider__body {
    padding: 4.2857142857vw 6.4285714286vw 4.2857142857vw 4.2857142857vw;
  }
  .home-pickup-slider__pickup {
    font-size: 2.1428571429vw;
  }
  .home-pickup-slider__pickup::before {
    width: 2.3571428571vw;
    height: 5.6428571429vw;
    margin-right: 0.8571428571vw;
    vertical-align: -0.9285714286vw;
  }
  .home-pickup-slider__category {
    margin-top: 2.2857142857vw;
  }
  .home-pickup-slider__title {
    margin-top: 0.5714285714vw;
    font-size: 2.2857142857vw;
  }
  .home-pickup-slider__button {
    width: 17.1428571429vw;
    margin-top: 3.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .home-pickup-slider {
    max-height: none;
    background: #f4f3f8;
  }
  .home-pickup-slider__item {
    display: block !important;
    padding-bottom: 10px;
    background: none;
  }
  .home-pickup-slider__image {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
  }
  .home-pickup-slider__body {
    position: relative;
    width: auto;
    margin-top: -24px;
    margin-left: 4.1666666667vw;
    margin-right: 4.1666666667vw;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .home-pickup-slider__category {
    font-size: 1.5rem;
  }
  .home-pickup-slider__title {
    font-size: 1.6rem;
  }
  .home-pickup-slider__button {
    display: none;
  }
  .home-pickup-slider .slick-prev {
    width: 60px;
    height: 60px;
    left: -30px;
    top: 35.332464146vw;
  }
  .home-pickup-slider .slick-prev::before {
    left: calc(50% + 5px);
  }
  .home-pickup-slider .slick-next {
    width: 60px;
    height: 60px;
    right: -30px;
    top: 35.332464146vw;
  }
  .home-pickup-slider .slick-next::before {
    left: auto;
    right: calc(50% + 5px);
  }
}

.home-keyword {
  padding: 80px 50px;
  background: #f4f3f8;
}
@media only screen and (max-width: 1200px) {
  .home-keyword {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}

.home-keyword-search {
  display: flex;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  background: #111;
  color: #fff;
}
.home-keyword-search__item {
  width: 50%;
  padding: 50px;
}
.home-keyword-search__form {
  display: flex;
  margin-top: 23px;
}
.home-keyword-search__form-input {
  width: calc(100% - 80px);
}
.home-keyword-search__form-input input {
  appearance: none;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.home-keyword-search__form-input input:focus {
  outline: 1px solid #645fac;
}
.home-keyword-search__form-submit {
  width: 80px;
}
.home-keyword-search__form-submit input {
  overflow: hidden;
  appearance: none;
  width: 100%;
  height: 45px;
  padding-top: 45px;
  padding-bottom: 0;
  border: none;
  border-radius: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192.9 192.9' width='21' height='21'%3E%3Cpath style='fill:%23fff;' d='M190.71,180.1,143.63,133A81.29,81.29,0,1,0,133,143.63l47.08,47.08a7.5,7.5,0,0,0,10.61-10.61ZM15,81.19a66.19,66.19,0,1,1,66.19,66.19A66.26,66.26,0,0,1,15,81.19Z'/%3E%3C/svg%3E") no-repeat center, linear-gradient(#7e77da, #655fac);
  background-size: 21px, 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  outline: none;
  cursor: pointer;
}
.home-keyword-search__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.home-keyword-search__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.home-keyword-search__list-item {
  margin-top: 10px;
  line-height: 1.2;
}
.home-keyword-search__list-item:not(:first-child) {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #fff;
}
.home-keyword-search__list-link {
  text-decoration: none;
  color: #fff;
}
.home-keyword-search__list-link::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 14px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.51 15.19'%3E%3Cpolygon style='fill:%23645fab;' points='1.47 15.19 0 13.83 5.79 7.6 0 1.36 1.47 0 8.52 7.6 1.47 15.19' /%3E%3C/svg%3E") no-repeat center;
  background-size: 8px 16px;
  vertical-align: -1px;
}
.home-keyword-search__list-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .home-keyword-search__item {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .home-keyword-search {
    display: block;
  }
  .home-keyword-search__item {
    width: 100%;
  }
  .home-keyword-search__item:nth-of-type(1) {
    padding-bottom: 0;
  }
  .home-keyword-search__item:nth-of-type(2) {
    padding-top: 5px;
  }
  .home-keyword-search__form {
    margin-top: 2.998696219vw;
  }
  .home-keyword-search__list {
    margin-top: 0;
  }
}

.gsc-control-cse {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form.gsc-search-box {
  font-size: 1.6rem !important;
}

.gsc-input-box {
  height: 45px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.gsc-search-button {
  margin-left: 0 !important;
}

.gsc-input {
  padding-right: 0 !important;
  height: 45px !important;
  border: none !important;
}

.gsib_a {
  padding: 0 !important;
}
.gsib_a input {
  display: block !important;
  height: 45px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 0 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.gsib_b {
  display: none !important;
}

.gsc-search-button-v2 {
  overflow: hidden !important;
  appearance: none !important;
  width: 80px !important;
  height: 45px !important;
  padding-top: 45px !important;
  padding-bottom: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192.9 192.9' width='21' height='21'%3E%3Cpath style='fill:%23fff;' d='M190.71,180.1,143.63,133A81.29,81.29,0,1,0,133,143.63l47.08,47.08a7.5,7.5,0,0,0,10.61-10.61ZM15,81.19a66.19,66.19,0,1,1,66.19,66.19A66.26,66.26,0,0,1,15,81.19Z'/%3E%3C/svg%3E") no-repeat center, linear-gradient(#7e77da, #655fac) !important;
  background-size: 21px, 100% !important;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #fff !important;
  outline: none !important;
  cursor: pointer !important;
}
.gsc-search-button-v2 svg {
  display: none !important;
}

.home-takabocchi {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  background: #f4f3f8;
}
.home-takabocchi__text {
  margin-left: calc((100% - 1500px) / 2);
  margin-right: 60px;
  flex-grow: 1;
}
.home-takabocchi__lead {
  margin-top: 50px;
}
.home-takabocchi__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.home-takabocchi__buttons .c-button {
  width: 28%;
}
.home-takabocchi__buttons .c-button--blank {
  background: #d3cfe3;
  color: #222222;
}
.home-takabocchi__buttons .c-button--blank::before {
  position: absolute;
  top: calc(50% - 8px);
  display: block;
  content: "";
  width: 15px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 48'%3E%3Cpath style='fill:%23020202;' d='M0,16V48H32V16ZM28,44H4V20H28Z'/%3E%3Cpolygon style='fill:%23020202;' points='12 0 12 12 16 12 16 4 40 4 40 28 36 28 36 32 44 32 44 0 12 0'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.home-takabocchi__buttons .c-button--blank::after {
  display: none;
}
.home-takabocchi__img {
  flex-grow: 0;
}
.home-takabocchi__img img {
  display: block;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1600px) {
  .home-takabocchi__text {
    margin-left: 50px;
    margin-right: 50px;
    flex-shrink: 0;
  }
  .home-takabocchi__img {
    flex-shrink: 1;
  }
  .home-takabocchi__buttons .c-button {
    width: 31%;
  }
}
@media only screen and (max-width: 1200px) {
  .home-takabocchi__text {
    width: 48%;
    margin-left: 4.1666666667vw;
    margin-right: 4.1666666667vw;
  }
  .home-takabocchi__lead {
    margin-top: 40px;
  }
  .home-takabocchi__buttons {
    flex-direction: column;
    align-items: center;
  }
  .home-takabocchi__buttons .c-button {
    width: 100%;
    max-width: 300px;
  }
  .home-takabocchi__buttons .c-button + .c-button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-takabocchi {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .home-takabocchi__text {
    width: auto;
    margin: -80px 4.1666666667vw;
    padding: 30px;
    background: #fff;
    z-index: 1;
  }
  .home-takabocchi__img {
    width: 100%;
  }
}

.home-feature {
  padding: 80px 50px 100px;
  background: #f4f3f8;
  /*&__button {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }*/
}
@media only screen and (max-width: 1200px) {
  .home-feature {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .home-feature {
    padding-top: 8.8888888889vw;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-feature {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    /*&__button {
      max-width: 240px;
    }*/
  }
}

.home-feature-slider {
  max-width: 1525px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.home-feature-slider .slick-list {
  margin-top: 55px !important;
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}
.home-feature-slider .slick-prev {
  top: calc((100% - 100px) / 2);
  transform: translateY(-50%);
  left: calc(((100vw - 100%) / 2 - 3.5416666667vw) * -1);
}
.home-feature-slider .slick-next {
  top: calc((100% - 100px) / 2);
  transform: translateY(-50%);
  right: calc(((100vw - 100%) / 2 - 3.5416666667vw) * -1);
}
.home-feature-slider__item {
  max-width: 515px;
  padding: 0 12.5px;
}
.home-feature-slider__link {
  display: block;
  text-decoration: none;
  color: #111;
}
.home-feature-slider__link:hover .home-feature-slider__image img {
  transform: scale(1.05);
}
.home-feature-slider__header {
  position: relative;
}
.home-feature-slider__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 800/600;
}
.home-feature-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.56s transform;
}
.home-feature-slider__title {
  margin-top: calc(20px - 0.375em);
}
.home-feature-slider__wrapper {
  position: relative;
}
.home-feature-slider__wrapper::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  content: "";
  width: calc(100vw - 60px);
  height: calc((100% - 100px) / 2 + 100px);
  background-color: #d3cfe3;
}
@media screen and (max-width: 1200px) {
  .home-feature-slider .slick-list {
    padding-bottom: 60px !important;
  }
  .home-feature-slider .slick-prev {
    top: calc((100% - 60px) / 2);
    left: -30px;
  }
  .home-feature-slider .slick-next {
    top: calc((100% - 60px) / 2);
    right: -30px;
  }
}
@media only screen and (max-width: 960px) {
  .home-feature-slider__title {
    margin-top: 2.2916666667vw;
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .home-feature-slider::before, .home-feature-slider::after {
    content: none;
  }
  .home-feature-slider .slick-prev {
    width: 60px;
    height: 60px;
    left: -30px;
  }
  .home-feature-slider .slick-prev::before {
    left: calc(50% + 5px);
  }
  .home-feature-slider .slick-next {
    width: 60px;
    height: 60px;
    right: -30px;
  }
  .home-feature-slider .slick-next::before {
    left: auto;
    right: calc(50% + 5px);
  }
  .home-feature-slider .slick-list {
    padding-top: 0 !important;
  }
  .home-feature-slider__title {
    line-height: 1.45;
    font-size: 1.5rem;
  }
  .home-feature-slider__wrapper::after {
    width: 100vw;
  }
}

.home-model-plan {
  position: relative;
  padding: 20px;
  background: url(/assets2021/img/home/model_plan_bg_pc.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.home-model-plan::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/assets2021/img/home/model_plan_bg_sp.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
}
.home-model-plan__inner {
  padding: 58px 20px 60px;
  border: 1px solid #fff;
}
.home-model-plan__title {
  color: #fff;
}
.home-model-plan__title::before {
  color: #fff;
}
.home-model-plan__title::after {
  display: block;
  width: 120px;
  height: 2px;
  content: "";
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.home-model-plan__text01 {
  margin-top: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.home-model-plan__text02 {
  margin-top: 15px;
  text-align: center;
  color: #fff;
}
.home-model-plan__list {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-model-plan__list::after {
  display: block;
  content: "";
  width: 31.8181818182%;
}
.home-model-plan__item {
  width: 31.8181818182%;
  background: #fff;
}
.home-model-plan__item__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
}
.home-model-plan__item__image img {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.home-model-plan__item__title {
  background: #fff;
  padding: 15px;
  font-size: 14px;
}
.home-model-plan__button {
  max-width: 525px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .home-model-plan::before {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .home-model-plan__list {
    flex-direction: column;
  }
  .home-model-plan__item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .home-model-plan__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .home-model-plan__item__image {
    padding-top: 50%;
  }
  .home-model-plan__item__title {
    padding: 10px 15px;
  }
}

.home-genre {
  padding: 80px 50px;
}
.home-genre__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}
.home-genre__item {
  width: 47.7272727273%;
}
.home-genre__item:nth-of-type(n + 3) {
  margin-top: 22px;
}
.home-genre__link {
  position: relative;
  display: block;
  background: #f4f3f8;
  text-decoration: none;
  color: #111;
}
.home-genre__title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  z-index: 1;
}
.home-genre__image {
  position: relative;
  overflow: hidden;
}
.home-genre__image img {
  transition: 0.56s transform;
}
.home-genre__image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.56s background-color;
  z-index: 1;
}
.home-genre__text {
  position: relative;
  padding: 20px 50px 20px 30px;
}
.home-genre__text::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  content: "";
  width: 9px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.85 16.69'%3E%3Cpolygon style='fill:%23111;' points='0.72 16.7 0 16 7.46 8.35 0 0.7 0.72 0 8.85 8.35 0.72 16.7'/%3E%3C/svg%3E") no-repeat center;
  background-size: 9px 16px;
  transition: 0.56s transform;
}
.home-genre__link:hover .home-genre__image img {
  transform: scale(1.05);
}
.home-genre__link:hover .home-genre__image::before {
  background: rgba(0, 0, 0, 0.1);
}
.home-genre__link:hover .home-genre__text::after {
  transform: translateX(4px);
}
@media only screen and (max-width: 1240px) {
  .home-genre__title {
    height: 12.9032258065vw;
  }
}
@media only screen and (max-width: 767px) {
  .home-genre__link {
    height: 11.7340286832vw;
    border-radius: 45px;
    overflow: hidden;
  }
  .home-genre__link::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 12px;
    content: "";
    width: 9px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.85 16.69'%3E%3Cpolygon style='fill:%23fff;' points='0.72 16.7 0 16 7.46 8.35 0 0.7 0.72 0 8.85 8.35 0.72 16.7'/%3E%3C/svg%3E") no-repeat center;
    background-size: 9px 16px;
    transition: 0.56s transform;
  }
  .home-genre__title {
    height: 11.7340286832vw;
  }
  .home-genre__text {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .home-genre {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
  .home-genre__list {
    margin-top: 4.6666666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .home-genre {
    padding-top: 8.8888888889vw;
    padding-bottom: 8.8888888889vw;
    background: #f4f3f8;
    border-bottom: 1px solid #ddd;
  }
  .home-genre__list {
    margin-top: 4.6666666667vw;
  }
}
@media only screen and (max-width: 600px) {
  .home-genre__item {
    width: 100%;
  }
  .home-genre__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .home-genre__link {
    height: 70px;
  }
  .home-genre__link::after {
    right: 24px;
  }
  .home-genre__title {
    height: 70px;
  }
}

.home-sns {
  padding: 80px 50px 60px;
  background: #f4f3f8;
}
.home-sns__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  color: #ad0079;
}
.home-sns__heading::before {
  display: block;
  content: "";
  margin-right: 6px;
}
.home-sns__heading--twitter::before {
  width: 34px;
  height: 28px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 203.18'%3E%3Cpath style='fill:%231da1f2;' d='M78.62,203.18C173,203.18,224.56,125,224.56,57.24q0-3.33-.15-6.63A104.24,104.24,0,0,0,250,24.05a102.11,102.11,0,0,1-29.46,8.08A51.52,51.52,0,0,0,243.1,3.76a103.15,103.15,0,0,1-32.57,12.45A51.34,51.34,0,0,0,123.12,63,145.59,145.59,0,0,1,17.4,9.39,51.33,51.33,0,0,0,33.28,77.87a50.87,50.87,0,0,1-23.23-6.42c0,.22,0,.43,0,.65a51.31,51.31,0,0,0,41.15,50.29,51.42,51.42,0,0,1-23.17.88,51.34,51.34,0,0,0,47.92,35.62,102.91,102.91,0,0,1-63.7,22A105.19,105.19,0,0,1,0,180.14a145.17,145.17,0,0,0,78.62,23'/%3E%3C/svg%3E") no-repeat center;
}
.home-sns__heading--instagram::before {
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.14 52.14'%3E%3Cpath style='fill:%23ad0079;' d='M0,34.66V17.48A2.67,2.67,0,0,0,.08,17a27.5,27.5,0,0,1,.65-6A13.3,13.3,0,0,1,8.65,1.5,20,20,0,0,1,15.86.12C16.4.1,16.94,0,17.48,0H34.66a2.64,2.64,0,0,0,.49.08,27.48,27.48,0,0,1,6,.65,13.3,13.3,0,0,1,9.5,7.92A19.78,19.78,0,0,1,52,15.86c0,.54.08,1.08.12,1.62V34.66a2.64,2.64,0,0,0-.08.49,27.48,27.48,0,0,1-.65,6,13.28,13.28,0,0,1-7.92,9.5A19.7,19.7,0,0,1,36.28,52c-.54,0-1.08.08-1.62.12H17.48a2.67,2.67,0,0,0-.48-.08,27.5,27.5,0,0,1-6-.65,13.28,13.28,0,0,1-9.5-7.92A19.91,19.91,0,0,1,.12,36.28C.1,35.74,0,35.2,0,34.66Zm4.66-8.59h.08c0,2.17,0,4.34,0,6.51s.13,4.1.34,6.14A9.29,9.29,0,0,0,7.32,44a9.52,9.52,0,0,0,6.92,3.14c3.07.19,6.16.24,9.24.27s6.07,0,9.1,0c2.05,0,4.1-.13,6.14-.34A9.22,9.22,0,0,0,44,44.82a9.52,9.52,0,0,0,3.14-6.92c.19-3.07.24-6.16.27-9.24s0-6.07,0-9.1c0-2-.13-4.1-.34-6.14a9.22,9.22,0,0,0-2.23-5.29A9.52,9.52,0,0,0,37.9,5c-3.07-.19-6.16-.23-9.24-.27s-6.07,0-9.1,0a52.14,52.14,0,0,0-6.74.45,8.49,8.49,0,0,0-7.38,6.55,16.94,16.94,0,0,0-.56,3.82C4.75,19.07,4.73,22.57,4.66,26.07Z'/%3E%3Cpath style='fill:%23ad0079;' d='M26.09,12.67A13.4,13.4,0,1,1,12.67,26,13.39,13.39,0,0,1,26.09,12.67Zm0,4.73a8.67,8.67,0,1,0,8.65,8.7A8.69,8.69,0,0,0,26.09,17.4Z'/%3E%3Cpath style='fill:%23ad0079;' d='M43.12,12.17A3.14,3.14,0,1,1,40,9,3.14,3.14,0,0,1,43.12,12.17Z'/%3E%3C/svg%3E") no-repeat center;
}
.home-sns__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
.home-sns__item {
  width: 47.7272727273%;
}
.home-sns__image {
  margin-top: 20px;
}
.home-sns__button {
  margin-top: 20px;
  max-width: 352px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .home-sns {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .home-sns {
    padding-top: 8.8888888889vw;
    padding-bottom: 8.8888888889vw;
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 767px) {
  .home-sns__inner {
    display: block;
  }
  .home-sns__item {
    width: 100%;
    text-align: center;
  }
  .home-sns__item:not(:first-child) {
    margin-top: 6.518904824vw;
  }
  .home-sns__image {
    display: none;
  }
}

.twiiter-wrapper {
  max-height: 575px;
  overflow-y: scroll;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .twiiter-wrapper {
    max-height: 380px;
  }
}

.button-instagram svg {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.button-instagram__path {
  fill: #ad0079;
  transition: 0.32s fill;
}
.button-instagram:hover .button-instagram__path {
  fill: #fff;
}

.home-news {
  padding: 60px 50px;
  background: #f4f3f8;
}
.home-news__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.home-news__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 238px;
}
.home-news__title::before {
  text-align: left;
}
.home-news__button {
  width: 100%;
}
.home-news__body {
  width: calc(100% - 287px);
}
@media only screen and (max-width: 1200px) {
  .home-news {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media only screen and (max-width: 900px) {
  .home-news {
    padding-top: 8.8888888889vw;
    padding-bottom: 8.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .home-news__inner {
    position: relative;
    display: block;
    padding-bottom: 70px;
  }
  .home-news__header {
    display: block;
    width: 100%;
    text-align: center;
  }
  .home-news__title::before {
    text-align: center;
  }
  .home-news__body {
    width: 100%;
    margin-top: 5.2151238592vw;
  }
  .home-news__button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.home-news-entry {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 30px;
  background: #fff;
}
.home-news-entry::after {
  position: absolute;
  right: 21px;
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.32 14.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23111;}%3C/style%3E%3C/defs%3E%3Cpolygon style='fill:%23111;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
  background-size: cover;
}
.home-news-entry + .home-news-entry {
  margin-top: 1px;
}
.home-news-entry__date {
  margin-right: 20px;
  font-size: 1.5rem;
}
.home-news-entry__category a {
  display: inline-block;
  padding: 5px 8px;
  background: #333;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.32s border-color, 0.32s background-color, 0.32s color;
}
.home-news-entry__category a:hover {
  text-decoration: none;
  border: 1px solid black;
  background: #fff;
  color: #111;
}
.home-news-entry__title {
  width: 100%;
  margin-top: 3px;
  line-height: 1.33;
}
.home-news-entry__title a {
  color: #0000ee;
}

.home-access {
  position: relative;
  padding: 80px 50px;
  background: #111;
  z-index: 1;
}
.home-access::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets2021/img/home/access_bg.jpg) no-repeat center center;
  z-index: -1;
  opacity: 0.7;
}
.home-access__title {
  color: #fff;
}
.home-access__title::before {
  letter-spacing: 0.25em;
  color: #fff;
}
.home-access__list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
}
.home-access__button {
  width: 47.7272727273%;
}
@media only screen and (max-width: 1200px) {
  .home-access {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
  .home-access__list {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .home-access::before {
    background-size: cover;
    opacity: 0.4;
  }
  .home-access__list {
    display: block;
  }
  .home-access__button {
    width: 100%;
    margin-top: 20px;
  }
}

.entry-body-header__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.entry-body-header__text {
  margin-top: 9px;
  font-weight: bold;
  color: #777;
  line-height: 1.6;
}
.entry-body-header__data {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 16px;
  border-top: 1px solid #d3cfe3;
}
.entry-body-header__category a {
  text-decoration: none;
  color: #0000ee;
}
.entry-body-header__category a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 500px) {
  .entry-body-header__title {
    font-size: 7.2vw;
  }
}

.entry-body {
  margin-top: 36px;
}
.entry-body a {
  text-decoration: none;
}
.entry-body a:not(.c-button--purple) {
  color: #0000ee;
}
.entry-body a:not(.c-button--purple):hover {
  text-decoration: underline;
}
.entry-body a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_external.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.entry-body a[href*=".doc"]::after, .entry-body a[href*=".docx"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_word.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.entry-body a[href*=".xls"]::after, .entry-body a[href*=".xlsx"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_xls.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.entry-body a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_pdf.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.entry-body .c-button--purple a {
  color: #ad0079;
}
.entry-body .c-button--purple a:hover {
  text-decoration: none;
  color: #fff;
}
.entry-body .c-button--purple:hover a {
  text-decoration: none;
  color: #fff;
}
.entry-body a.wp-block-button__link {
  color: #fff;
  transition: 0.32s background-color;
}
.entry-body a.wp-block-button__link:hover {
  text-decoration: none;
  background: #111;
}
.entry-body .is-style-outline a.wp-block-button__link {
  background: #fff;
  color: #32373c;
  transition: 0.32s background-color, 0.32s color;
}
.entry-body .is-style-outline a.wp-block-button__link:hover {
  border-color: #32373c;
  background: #32373c;
  text-decoration: none;
  color: #fff;
}
.entry-body h2 {
  margin-top: 30px;
  padding: 22px;
  background: #f4f3f8;
  font-weight: bold;
  font-size: 2.4rem;
  color: #645fab;
}
.entry-body h3 {
  margin-top: 30px;
  padding-left: 18px;
  border-left: 10px solid #645fab;
  font-weight: bold;
  font-size: 2rem;
}
.entry-body h4 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #645fab;
}
.entry-body h4:not(:first-child) {
  margin-top: 22px;
}
.entry-body h5 {
  margin-top: 16px;
  font-weight: bold;
}
.entry-body p:not(:first-child) {
  margin-top: 18px;
  line-height: 1.6;
}
.entry-body strong, .entry-body b {
  font-weight: bold;
}
.entry-body ul:not(.blocks-gallery-grid):not(.entry-body-modelplan-links__list) {
  margin-top: 18px;
}
.entry-body ul:not(.blocks-gallery-grid):not(.entry-body-modelplan-links__list) li {
  position: relative;
  padding-left: 22px;
}
.entry-body ul:not(.blocks-gallery-grid):not(.entry-body-modelplan-links__list) li::before {
  position: absolute;
  left: 0;
  top: 0.55em;
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #ad0079;
  border-radius: 0.4em;
}
.entry-body ul:not(.blocks-gallery-grid):not(.entry-body-modelplan-links__list) li:not(:first-child) {
  margin-top: 4px;
}
.entry-body ul.blocks-gallery-grid, .entry-body .wp-block-buttons:not(:first-child) {
  margin-top: 18px;
}
.entry-body .wp-block-gallery {
  margin-top: 18px;
}
.entry-body .wp-block-gallery ul.blocks-gallery-grid {
  margin-top: 0;
}
.entry-body .wp-block-button__link {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
}
.entry-body ol {
  margin-top: 18px;
}
.entry-body ol li {
  margin-left: 1.4em;
  list-style-type: decimal;
}
.entry-body ol li:not(:first-child) {
  margin-top: 4px;
}
.entry-body table {
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #d3cfe3;
  border-bottom: 1px solid #d3cfe3;
  text-align: left;
}
.entry-body table caption {
  margin-bottom: 15px;
  caption-side: top;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
  color: #645fab;
}
.entry-body table tr {
  border-top: 1px solid #d3cfe3;
}
.entry-body table th, .entry-body table thead td, .entry-body table td:first-child {
  padding: 10px;
  font-weight: bold;
  background: #f4f3f8;
}
.entry-body table td {
  padding: 10px;
}
.entry-body .entry-table-white table tbody th, .entry-body .entry-table-white table tbody td:first-child {
  font-weight: normal;
  background: none;
}
.entry-body .wp-block-image {
  margin-top: 18px;
}
.entry-body .wp-block-columns {
  margin-top: 18px;
}
.entry-body .wp-block-columns .wp-block-image:first-child {
  margin-top: 0;
}
.entry-body .wp-block-table {
  margin-bottom: 18px;
}
.entry-body .wp-block-column p:last-child {
  margin-bottom: 1em;
}
.entry-body .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 18px;
}
.entry-body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.entry-body .sp-scrollbox {
  margin: 1em 0;
}
@media screen and (max-width: 640px) {
  .entry-body .sp-scrollbox {
    padding: 20px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .entry-body .sp-scrollbox table {
    width: 100%;
  }
  .entry-body .sp-scrollbox::-webkit-scrollbar {
    height: 5px;
  }
  .entry-body .sp-scrollbox::-webkit-scrollbar-track {
    background-color: #d3cfe3;
  }
  .entry-body .sp-scrollbox::-webkit-scrollbar-thumb {
    background-color: #ad0079;
  }
}
.entry-body .sp-scrollbox > table {
  margin: 0;
}
.entry-body .wp-block-file:not(.wp-element-button) {
  font-size: 1em !important;
}
@media screen and (max-width: 600px) {
  .entry-body .wp-block-column--margin {
    padding-top: 1.75em;
  }
}
@media screen and (max-width: 500px) {
  .entry-body h2 {
    font-size: 4.8vw;
  }
  .entry-body h3 {
    padding-left: 3.6vw;
    border-left: 2vw solid #645fab;
    font-size: 1.6rem;
  }
  .entry-body h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .contents--modelplan .entry-body table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 640px) {
  .contents--modelplan .entry-body table td:first-child {
    width: 110px;
  }
}
.contents--modelplan .entry-body table td {
  word-break: break-all;
}

.entry-body-map {
  display: flex;
  width: 100%;
  align-items: stretch;
  margin-top: 60px;
}
.entry-body-map__header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.6363636364%;
  background: #645fab;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
}
.entry-body-map__body {
  flex-shrink: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .entry-body-map {
    display: block;
    margin-top: 30px;
  }
  .entry-body-map__header {
    display: block;
    width: auto;
    padding: 12px 15px;
  }
}
.entry-body-map .acf-map {
  height: 355px;
}

.entry-body-genre {
  margin-top: 50px;
}
.entry-body-genre__title {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: 1.8rem;
}
.entry-body-genre__title::before {
  position: absolute;
  left: 2px;
  top: 9px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath style='fill:%23645fab;' d='M6.79,2.14,5.71,0H0V10H10V2.14ZM1,1H5.1l.42.86H1ZM9,9H1V3.14H9Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
.entry-body-genre__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}
.entry-body-genre li:not(:first-child)::before {
  display: inline-block;
  content: "，";
  width: 1em;
  color: #777;
}
.entry-body-genre a {
  color: #777;
  text-decoration: none;
}
.entry-body-genrea:hover {
  text-decoration: underline;
}

.entry-body p.model-plan-access:not(:first-child) {
  margin-top: 40px;
}
.entry-body p.model-plan-access:not(:first-child).model-plan-access--arrow-only {
  margin-top: -20px;
}

.model-plan-access {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
  background: #f4f3f8;
  border-radius: 24px;
  font-weight: bold;
  line-height: 1;
}
.model-plan-access::before {
  display: block;
  content: "";
  margin-right: 8px;
}
.model-plan-access--arrow-only {
  width: 0;
}
.model-plan-access.model-plan-access--arrow-none::after {
  display: none;
}
.model-plan-access--car::before {
  width: 32px;
  height: 29px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16'%3E%3Cpath style='fill:%23645fab;' d='M15.92,1A1.49,1.49,0,0,0,14.5,0H3.5A1.5,1.5,0,0,0,2.08,1L0,7v8a1,1,0,0,0,1,1H2a1,1,0,0,0,1-1V14H15v1a1,1,0,0,0,1,1h1a1,1,0,0,0,1-1V7ZM3.5,11A1.5,1.5,0,1,1,5,9.5,1.5,1.5,0,0,1,3.5,11Zm11,0A1.5,1.5,0,1,1,16,9.5,1.5,1.5,0,0,1,14.5,11ZM2,6,3.5,1.5h11L16,6Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
}
.model-plan-access--walk::before {
  width: 20px;
  height: 34px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 21.5'%3E%3Ccircle style='fill:%23645fab;' cx='7.5' cy='2' r='2'/%3E%3Cpath style='fill:%23645fab;' d='M3.8,7.4,1,21.5H3.1l1.8-8,2.1,2v6H9V14L6.9,12l.6-3A7.32,7.32,0,0,0,13,11.5v-2A4.92,4.92,0,0,1,8.7,7.1l-1-1.6a2.15,2.15,0,0,0-2.65-.84L0,6.8v4.7H2V8.1l1.8-.7'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
}
.model-plan-access--bus::before {
  width: 26px;
  height: 31px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 19'%3E%3Cpath style='fill:%23645fab;' d='M8,0C4,0,0,.5,0,4v9.5a3.46,3.46,0,0,0,1,2.44V18a1,1,0,0,0,1,1H3a1,1,0,0,0,1-1V17h8v1a1,1,0,0,0,1,1h1a1,1,0,0,0,1-1V15.94a3.46,3.46,0,0,0,1-2.44V4C16,.5,12.42,0,8,0ZM4.5,14A1.5,1.5,0,1,1,6,12.5,1.5,1.5,0,0,1,4.5,14Zm7,0A1.5,1.5,0,1,1,13,12.5,1.5,1.5,0,0,1,11.5,14ZM14,8H2V5H14Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
}
.model-plan-access--train::before {
  width: 26px;
  height: 31px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 19'%3E%3Cpath style='fill:%23645fab;' d='M8,0C4,0,0,.5,0,4v9.5A3.5,3.5,0,0,0,3.5,17L2,18.5V19H4.23l2-2H10l2,2h2v-.5L12.5,17A3.5,3.5,0,0,0,16,13.5V4C16,.5,12.42,0,8,0ZM3.5,15A1.5,1.5,0,1,1,5,13.5,1.5,1.5,0,0,1,3.5,15ZM7,8H2V4H7ZM9,8V4h5V8Zm3.5,7A1.5,1.5,0,1,1,14,13.5,1.5,1.5,0,0,1,12.5,15Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: cover;
}
.model-plan-access::after {
  position: absolute;
  left: 50%;
  top: 66px;
  display: block;
  content: "";
  width: 32px;
  height: 83px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.19 83'%3E%3Cpath style='fill:%23e8e7f2;' d='M15.59,27,0,0H31.19Z'/%3E%3Cpath style='fill:%23b1afd5;' d='M15.59,55,0,28H31.19Z'/%3E%3Cpath style='fill:%23645fab;' d='M15.59,83,0,56H31.19Z'/%3E%3C/svg%3E") no-repeat;
  transform: translateX(-50%);
}
.model-plan-access__item {
  margin-top: -2px;
  font-size: 2rem;
}
.model-plan-access__time {
  display: inline-block;
  margin-top: -7px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 3.2rem;
}

.entry-body-tag {
  position: relative;
  margin-top: 16px;
  padding-left: 24px;
}
.entry-body-tag::before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23645fab' class='bi bi-tags' viewBox='0 0 16 16'%3E  %3Cpath d='M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z'/%3E  %3Cpath d='M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
.entry-body-tag__list {
  display: flex;
  flex-wrap: wrap;
}
.entry-body-tag__item {
  margin: 8px 6px;
}
.entry-body-tag__link {
  display: flex;
  align-items: center;
  background: #eee;
  color: #000;
  text-decoration: none;
  border-radius: 14px;
  height: 28px;
  line-height: 0.8;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  transition: 0.32s color, 0.32s background-color;
}
.entry-body-tag__link:hover {
  text-decoration: none;
  background: #ad0079;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .entry-body-tag::before {
    top: 9px;
  }
  .entry-body-tag__item {
    margin: 4px 3px;
  }
  .entry-body-tag__link {
    font-size: 1.4rem;
  }
}

.entry-body-modelplan-links {
  margin-top: 30px;
  padding: 16px;
  border: 2px solid #d3cfe3;
}
.entry-body-modelplan-links__title {
  font-weight: bold;
}
.entry-body-modelplan-links__list {
  margin-top: 8px;
}
.entry-body-modelplan-links__item {
  position: relative;
  padding: 5px 10px 5px 30px;
}
.entry-body-modelplan-links__item:not(:first-child) {
  border-top: 1px solid #d3cfe3;
}
.entry-body-modelplan-links__item::before {
  position: absolute;
  left: 10px;
  top: 0.85em;
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #645fab;
  border-radius: 0.4em;
}
.entry-body-modelplan-links__item a {
  color: #000;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.ui-datepicker td span,
.ui-datepicker td a {
  background: linear-gradient(#696869, #010000) center bottom;
  color: #fff;
}

.ui-datepicker .ui-datepicker-today a {
  background: linear-gradient(#696869, #555) center bottom;
}

.ui-datepicker .ui-datepicker-current-day a {
  background: linear-gradient(#7d77da, #645fab) center bottom;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  background: #222;
}

.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}

.ui-datepicker-prev::before {
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 7px);
  display: block;
  content: "";
  width: 7px;
  height: 14px;
  transform: rotateZ(180deg);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
}

.ui-datepicker-next::before {
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 7px);
  display: block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  .search-box-member {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .search-box-member__input, .search-box-member .c-search-freewords {
    width: calc(100% - 133px);
    margin-top: 0;
  }
  .search-box-member__submit {
    width: 122px;
  }
  .search-box-member__submit input {
    margin-top: 0;
  }
  .search-box-member__reset {
    display: none;
  }
}

.news-entries {
  margin-top: 60px;
}
.news-entries__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 30px;
  background: #fff;
}
.news-entries__item::after {
  position: absolute;
  right: 21px;
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.32 14.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23111;}%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
  background-size: cover;
}
.news-entries__item + .news-entries__item {
  margin-top: 1px;
}
.news-entries__date {
  margin-right: 20px;
  font-size: 1.5rem;
}
.news-entries__category a {
  display: inline-block;
  padding: 5px 8px;
  background: #333;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.32s border-color, 0.32s background-color, 0.32s color;
}
.news-entries__category a:hover {
  text-decoration: none;
  border: 1px solid black;
  background: #fff;
  color: #111;
}
.news-entries__title {
  width: 100%;
  margin-top: 3px;
  line-height: 1.33;
}
.news-entries__title a {
  color: #0000ee;
}
@media screen and (max-width: 767px) {
  .news-entries {
    margin-top: 7.8226857888vw;
  }
}

.photos-dropdown {
  padding: 40px;
  border: 1px solid #ccc;
  background: #fff;
}
.photos-dropdown label {
  position: relative;
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.photos-dropdown label::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 18px;
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.23 6.28'%3E%3Cpolygon style='fill:%23fff;' points='10.52 6.28 5.61 1.41 0.7 6.28 0 5.57 5.61 0 11.23 5.57 10.52 6.28'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transform: rotateZ(180deg);
}
.photos-dropdown select {
  display: block;
  width: 100%;
  appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11px 20px;
  background: linear-gradient(#d969ad, #ae0179);
  border: none;
  text-align: left;
  color: #fff;
  cursor: pointer;
  outline: none;
  word-break: normal;
}
.photos-dropdown select:focus-visible {
  outline: 1px solid #111;
}
.photos-dropdown select::-ms-expand {
  display: none;
}
.photos-dropdown option {
  color: #111;
}
@media screen and (max-width: 600px) {
  .photos-dropdown {
    width: calc(100% + 7.6923076923vw);
    margin-top: -16px;
    margin-left: -3.8461538462vw;
    margin-right: -3.8461538462vw;
    padding: 32px 22px 16px;
    border: none;
    border-bottom: 2px solid #645fab;
  }
  .photos-dropdown select {
    width: auto;
    width: calc(100% + 7.6923076923vw);
  }
}

.photos-body {
  margin-top: 54px;
}
@media screen and (max-width: 600px) {
  .photos-body {
    margin-top: 9vw;
  }
}

.photos-large {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 30px;
}
.photos-large__image {
  width: 74%;
  text-align: center;
}
.photos-large__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 21.6363636364%;
}
.photos-large__title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #645fab;
}
.photos-large__place {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .photos-large {
    display: block;
  }
  .photos-large__image {
    width: 100%;
  }
  .photos-large__body {
    display: block;
    width: auto;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .photos-large {
    margin-top: 5vw;
  }
  .photos-large__title {
    font-size: 1.5rem;
  }
  .photos-large__place, .photos-large__name {
    font-size: 1.4rem;
  }
}

.photos-small {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photos-small__item {
  width: 47.7272727273%;
}
.photos-small__item:nth-of-type(n + 3) {
  margin-top: 60px;
}
.photos-small__image {
  text-align: center;
}
.photos-small__body {
  text-align: center;
}
.photos-small__title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #645fab;
}
.photos-small__place {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .photos-small__image {
    position: relative;
    padding-top: 66.66666%;
  }
  .photos-small__image img {
    position: absolute;
    left: 50%;
    top: 0;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 600px) {
  .photos-small {
    margin-top: 5vw;
  }
  .photos-small__title {
    font-size: 1.5rem;
  }
  .photos-small__place, .photos-small__name {
    font-size: 1.4rem;
  }
}

.photos-xsmall {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.photos-xsmall__item {
  width: 21.6363636364%;
  margin-left: 4.4545454545%;
}
.photos-xsmall__item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.photos-xsmall__item:nth-of-type(n + 5) {
  margin-top: 30px;
}
.photos-xsmall__body {
  text-align: center;
}
.photos-xsmall__title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #645fab;
}
.photos-xsmall__place {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .photos-xsmall__item {
    width: 47.7272727273%;
  }
  .photos-xsmall__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .photos-xsmall__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .photos-xsmall {
    margin-top: 5vw;
  }
  .photos-xsmall__title {
    font-size: 1.5rem;
  }
  .photos-xsmall__place, .photos-xsmall__name {
    font-size: 1.4rem;
  }
}

.access-nav {
  padding: 30px 50px;
  background: #d3cfe3;
}
.access-nav__list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.access-nav__item {
  width: 24%;
}
.access-nav__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  background: linear-gradient(#696968, #010101) center bottom;
  background-size: 100% 100%;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  color: #fff;
  transition: 0.32s color, 0.32s background-color, 0.32s background-size;
  /*@media screen and (min-width: 1181px) {
    & br {
      display: none;
    }
  }*/
}
.access-nav__link:hover {
  background-size: 100% 200%;
}
.access-nav__link::after {
  position: absolute;
  right: 29px;
  top: calc(50% - 3px);
  display: block;
  content: "";
  width: 14px;
  height: 7px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.23 6.28'%3E%3Cpolygon style='fill:%23fff;' points='10.52 6.28 5.61 1.41 0.7 6.28 0 5.57 5.61 0 11.23 5.57 10.52 6.28'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transform: rotateZ(180deg);
  transition: 0.32s transform;
}
.access-nav__link--page::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 29px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' viewBox='0 0 7.32 14.69'%3E%3Cpolygon style='fill:%23fff;' points='0.74 14.69 0 14.02 5.98 7.34 0 0.67 0.74 0 7.32 7.34 0.74 14.69'/%3E%3C/svg%3E");
  background-size: 7px 14px;
  vertical-align: -1px;
  transform: translateX(-5px);
  transition: 0.32s transform;
}
.access-nav__link--external {
  background: none;
  border: 1px solid #fff;
  color: #111;
}
.access-nav__link--external::after {
  position: absolute;
  right: 29px;
  top: calc(50% - 8px);
  display: block;
  content: "";
  width: 15px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 48'%3E%3Cpath style='fill:%23020202;' d='M0,16V48H32V16ZM28,44H4V20H28Z'/%3E%3Cpolygon style='fill:%23020202;' points='12 0 12 12 16 12 16 4 40 4 40 28 36 28 36 32 44 32 44 0 12 0'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}
.access-nav__link--external:hover {
  background-color: #fff;
}
@media only screen and (max-width: 1300px) {
  .access-nav {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
@media screen and (max-width: 1000px) {
  .access-nav__link {
    font-size: 1.4rem;
    padding-left: 30px;
    padding-right: 30px;
  }
  .access-nav__link::after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .access-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .access-nav__list {
    display: block;
  }
  .access-nav__item {
    width: 100%;
  }
  .access-nav__item:not(:first-child) {
    margin-top: 10px;
  }
  .access-nav__link {
    height: 40px;
  }
  .access-nav__link:after {
    right: 20px;
  }
  .access-nav__link br {
    display: none;
  }
}

.button-google-map {
  max-width: 353px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.button-google-map__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: linear-gradient(#696969, #010101);
  background-position: center bottom;
  background-size: 100% 100%;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  transition: 0.32s color, 0.32s background-color, 0.32s background-size;
  background: none;
  border: 1px solid #ad0079;
  font-weight: 600;
  color: #ad0079;
}
.button-google-map__link::before {
  position: absolute;
  right: 29px;
  top: calc(50% - 8px);
  display: block;
  content: "";
  width: 15px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 48'%3E%3Cpath style='fill:%23ad0079;' d='M0,16V48H32V16ZM28,44H4V20H28Z'/%3E%3Cpolygon style='fill:%23ad0079;' points='12 0 12 12 16 12 16 4 40 4 40 28 36 28 36 32 44 32 44 0 12 0'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  opacity: 1;
  transition: 0.32s opacity;
}
.button-google-map__link::after {
  position: absolute;
  right: 29px;
  top: calc(50% - 8px);
  display: block;
  content: "";
  width: 15px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 48'%3E%3Cpath style='fill:%23fff;' d='M0,16V48H32V16ZM28,44H4V20H28Z'/%3E%3Cpolygon style='fill:%23fff;' points='12 0 12 12 16 12 16 4 40 4 40 28 36 28 36 32 44 32 44 0 12 0'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.32s opacity;
}
.button-google-map__link:hover {
  background: #ad0079;
  color: #fff;
}
.button-google-map__link:hover::before {
  opacity: 0;
}
.button-google-map__link:hover::after {
  opacity: 1;
}

.access-heading {
  font-size: 1.8rem;
}
.access-heading:not(:first-child) {
  margin-top: 20px;
}
.access-heading b {
  color: #645fab;
}
@media screen and (max-width: 767px) {
  .access-heading {
    font-size: 1.5rem;
  }
}

.access-heading2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
.access-heading2:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .access-heading2 {
    font-size: 1.5rem;
  }
}

.access-heading3 {
  font-weight: bold;
}
.access-heading3:not(:first-child) {
  margin-top: 20px;
}

.access-image {
  margin-top: 8px;
}

.access-text {
  margin-top: 4px;
  font-size: 1.4rem;
}

.access-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.access-block--separate-after {
  padding-bottom: 24px;
  border-bottom: 1px solid #d3cfe3;
}
.access-block--separate-vertical::before {
  content: "";
  display: block;
  width: 1px;
  order: 2;
  background: #d3cfe3;
}
.access-block__item {
  width: 47.7272727273%;
}
.access-block__item:nth-of-type(n + 3) {
  margin-top: 18px;
}
.access-block--separate-vertical .access-block__item:nth-of-type(1) {
  order: 1;
}
.access-block--separate-vertical .access-block__item:nth-of-type(2) {
  order: 3;
}
.access-block a {
  display: inline-block;
  color: #0000ee;
}
.access-block a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_external.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
@media screen and (max-width: 767px) {
  .access-block {
    -ms-flex-direction: column;
  }
  .access-block--separate-vertical::before {
    width: 100%;
    height: 1px;
    margin-top: 18px;
  }
  .access-block__item {
    width: 100%;
  }
  .access-block__item:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}

.access-block-list {
  margin-top: 8px;
  padding-left: 15px;
  border-left: 3px solid #645fab;
}
.access-block-list__term {
  float: left;
  font-weight: bold;
  color: #645fab;
}
.access-block-list__term::after {
  content: "：";
  margin-left: 0.25em;
  margin-right: 0.25em;
  font-weight: normal;
  color: #111;
}
.access-block-list__description {
  overflow: hidden;
}

.pamphlet-entries {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pamphlet-entries::before, .pamphlet-entries::after {
  display: block;
  content: "";
  width: 23.6363636364%;
  order: 2;
}
.pamphlet-entries__item {
  padding: 10px;
  width: 23.6363636364%;
  background: #fff;
}
.pamphlet-entries__item:nth-of-type(n + 5) {
  margin-top: 20px;
}
.pamphlet-entries__image {
  position: relative;
  padding-top: 70.5747126437%;
}
.pamphlet-entries__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.pamphlet-entries__list {
  margin-top: 6px;
}
.pamphlet-entries__list-item {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.2857142857;
  font-size: 1.5rem;
}
.pamphlet-entries__list-item:not(:first-child) {
  border-top: 1px solid #d3cfe3;
}
.pamphlet-entries__list-link {
  text-decoration: none;
  word-wrap: break-word;
  color: #0000ee;
}
.pamphlet-entries__list-link:hover {
  text-decoration: underline;
}
.pamphlet-entries__list-link[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 4px;
  background: url(/assets2021/img/common/icon_pdf.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
@media screen and (max-width: 1000px) {
  .pamphlet-entries__item {
    width: 28.6975717439%;
  }
  .pamphlet-entries__item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .pamphlet-entries__item {
    width: 48.417132216%;
  }
  .pamphlet-entries__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.organiztion-2col {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.organiztion-2col__item {
  width: 47.7272727273%;
}
@media screen and (max-width: 767px) {
  .organiztion-2col {
    display: block;
  }
  .organiztion-2col__item {
    width: 100%;
  }
  .organiztion-2col__item:not(:first-child) {
    margin-top: 30px;
  }
}

.organiztion-search {
  padding: 30px;
  background: #d3cfe3;
}
.organiztion-search__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
}
.organiztion-search__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 18px;
}
.organiztion-search__list::before, .organiztion-search__list::after {
  display: block;
  content: "";
  width: 25%;
  order: 1;
}
.organiztion-search__list-item {
  width: 25%;
  border-right: 1px solid #d3cfe3;
  line-height: 1.25;
}
.organiztion-search__list-item:nth-of-type(n + 5) {
  margin-top: 1px;
}
.organiztion-search__list-link {
  position: relative;
  display: block;
  padding: 7px 20px;
  background: #f4f3f8;
  text-decoration: none;
  color: #111;
  transition: 0.32s color;
}
.organiztion-search__list-link::after {
  position: absolute;
  right: 9px;
  top: 50%;
  display: block;
  width: 7px;
  height: 13px;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12.89'%3E%3Cpolygon style='fill:%23111;' points='0.72 12.89 0 12.19 5.6 6.44 0 0.7 0.72 0 7 6.44 0.72 12.89'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
  transform: translateY(-50%);
  transition: 0.32s transform;
}
.organiztion-search__list-link:hover {
  color: #645fab;
}
.organiztion-search__list-link:hover::after {
  transform: translateY(-50%) translateX(3px);
}
.organiztion-search__form {
  display: flex;
  justify-content: space-between;
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
}
.organiztion-search__freewords {
  width: calc(100% - 144px);
}
.organiztion-search__button {
  width: 122px;
}
.organiztion-search__button .c-search-submit {
  height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 850px) {
  .organiztion-search {
    padding: 3.5294117647vw;
  }
  .organiztion-search__list::before, .organiztion-search__list::after {
    width: 33.33333333%;
  }
  .organiztion-search__list-item {
    width: 33.33333333%;
  }
  .organiztion-search__list-item:nth-of-type(n + 4) {
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .organiztion-search__button .c-search-submit {
    margin-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .organiztion-search__title {
    font-size: 1.8rem;
  }
  .organiztion-search__list {
    margin-top: 10px;
  }
  .organiztion-search__list::before, .organiztion-search__list::after {
    width: 50%;
  }
  .organiztion-search__list-item {
    width: 50%;
    font-size: 1.4rem;
  }
  .organiztion-search__list-item:nth-of-type(n + 3) {
    margin-top: 1px;
  }
  .organiztion-search__list-link {
    padding-left: 12px;
  }
}

.maps-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.maps-list__item {
  width: 47.7272727273%;
}
.maps-list__item:nth-of-type(n + 3) {
  margin-top: 22px;
}
.maps-list__link {
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
}
.maps-list__link::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  content: "";
  width: 9px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.85 16.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff;}%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='0.72 16.7 0 16 7.46 8.35 0 0.7 0.72 0 8.85 8.35 0.72 16.7'/%3E%3C/svg%3E") no-repeat center;
  background-size: 9px 16px;
  transition: 0.56s transform;
}
.maps-list__image {
  position: relative;
  overflow: hidden;
}
.maps-list__image img {
  transition: 0.56s transform;
}
.maps-list__image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.56s background-color;
  z-index: 1;
}
.maps-list__link:hover .maps-list__image img {
  transform: scale(1.05);
}
.maps-list__link:hover .maps-list__image::before {
  background: rgba(0, 0, 0, 0.1);
}
.maps-list__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 600px) {
  .maps-list__item {
    width: 100%;
  }
  .maps-list__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .maps-list__link {
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
  }
}

.inquiry-form {
  margin-top: 60px;
  padding: 50px;
  background: #f4f3f8;
}
.inquiry-form__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inquiry-form__item:not(:first-child)::before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #d3cfe3;
}
.inquiry-form__header {
  width: 25.4545454545%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.25;
}
.inquiry-form__body {
  width: 72.7272727273%;
  padding-top: 10px;
  line-height: 1.25;
}
@media screen and (max-width: 1000px) {
  .inquiry-form {
    padding: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .inquiry-form {
    margin-top: 7.8226857888vw;
  }
  .inquiry-form__item {
    display: block;
  }
  .inquiry-form__header {
    width: auto;
    padding-top: 0;
  }
  .inquiry-form__body {
    width: auto;
    padding-top: 0;
  }
}

.inquiry-form-message {
  display: none;
  padding: 40px;
  border: 1px solid #ad0079;
  background: #fff;
  color: #ad0079;
}
@media screen and (max-width: 767px) {
  .inquiry-form-message {
    padding: 4vw;
  }
}
.mw_wp_form_confirm .inquiry-form-message {
  display: block;
}

.inquiry-form-terms {
  text-align: center;
}
.inquiry-form-terms::before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
  background: #d3cfe3;
}
.inquiry-form-terms label {
  cursor: pointer;
}

.inquiry-form-footer {
  display: flex;
  justify-content: center;
}
.inquiry-form-footer__item {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .inquiry-form-footer {
    flex-direction: column-reverse;
  }
  .inquiry-form-footer__item {
    width: auto;
    margin: 0;
  }
}

.form-required {
  margin-left: 0.4em;
  margin-right: 0.4em;
  font-weight: bold;
  color: #d3204a;
}

.input-text {
  width: 100%;
  margin-top: -10px;
  padding: 10px 8px;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
  line-height: 1.5;
  transition: 0.32s border-color, 0.32s background-color;
}
.input-text--short {
  width: 50%;
}
.input-text--extrashort {
  width: 30%;
}
.input-text:focus {
  border: 1px solid #ad0079;
}

.input-textarea {
  width: 100%;
  height: 7em;
  margin-top: -10px;
  padding: 10px 8px;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.32s border-color, 0.32s background-color;
}
.input-textarea:focus {
  border: 1px solid #ad0079;
}
.input-textarea--large {
  height: 15em;
}

.input-radio {
  width: 1em;
  height: 1em;
  margin-right: 4px;
  vertical-align: -2px;
}
.input-radio .wpcf7-list-item {
  margin: 0;
}

.input-submit, .wpcf7-submit {
  display: block;
  width: 400px;
  max-width: 400px;
  height: 50px;
  margin-top: 20px;
  appearance: none;
  background: linear-gradient(#7d77da, #645fab) center bottom;
  background-size: 100% 100%;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  transition: 0.32s background-size;
  outline: none;
}
.input-submit:hover, .wpcf7-submit:hover {
  background-size: 100% 200%;
}
.input-submit:focus-visible, .wpcf7-submit:focus-visible {
  outline: 1px solid #111;
}
@media screen and (max-width: 767px) {
  .input-submit, .wpcf7-submit {
    max-width: 254px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wpcf7-spinner {
  display: none;
}

.input-retype {
  display: block;
  width: 150px;
  height: 50px;
  margin-top: 20px;
  appearance: none;
  border: none;
  outline: none;
  background: #ccc;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  transition: 0.32s background-position, 0.32s background-color;
}
.input-retype:hover {
  background-position: 97.8% center;
  background-color: #bbb;
}
@media screen and (max-width: 767px) {
  .input-retype {
    max-width: 254px;
    margin-left: auto;
    margin-right: auto;
  }
}

.form-select {
  height: 46px;
  padding: 0 10px;
  border: 1px solid #ccc;
}

.error {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 8px;
  background: rgba(173, 0, 121, 0.1);
  line-height: 1.33;
  color: #d3204a;
}

.inquiry-form-back {
  max-width: 300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.souvenir-ranking__item {
  position: relative;
  margin-top: 30px;
  width: 31.8181818182%;
}
.souvenir-ranking__item::before {
  position: absolute;
  display: block;
  content: "";
  width: 60px;
  height: 40px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.souvenir-ranking__item:nth-of-type(1)::before {
  background-image: url("/assets2021/img/souvenir/icon-no-1.png");
}
.souvenir-ranking__item:nth-of-type(2)::before {
  background-image: url("/assets2021/img/souvenir/icon-no-2.png");
}
.souvenir-ranking__item:nth-of-type(3)::before {
  background-image: url("/assets2021/img/souvenir/icon-no-3.png");
}
.souvenir-ranking__item:nth-of-type(4)::before {
  background-image: url("/assets2021/img/souvenir/icon-no-4.png");
}
.souvenir-ranking__item:nth-of-type(5)::before {
  background-image: url("/assets2021/img/souvenir/icon-no-5.png");
}
.souvenir-ranking--five .souvenir-ranking__item:nth-of-type(-n+2) {
  width: 48.1818181818%;
}
.souvenir-ranking--five .souvenir-ranking__item:nth-of-type(-n+2)::before {
  width: 100px;
  height: 63px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .souvenir-ranking .c-search-results__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .souvenir-ranking__item {
    margin-top: 0;
    width: 100% !important;
  }
  .souvenir-ranking__item::before {
    width: 50px !important;
    top: 10px !important;
    height: 33px !important;
    left: 52%;
    right: auto;
  }
  .souvenir-ranking .c-search-results__image {
    width: 50%;
  }
  .souvenir-ranking .c-search-results__title {
    width: 48%;
    padding-top: 40px;
    font-size: 1.6rem;
  }
}

.souvenir__header {
  display: flex;
  justify-content: space-between;
}
.souvenir__center-link {
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  background: #ad0079;
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  height: 28px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  transition: 0.32s color, 0.32s background-color;
}
.souvenir__center-link:hover {
  text-decoration: none;
  background: #eee;
  color: #000;
}
@media screen and (max-width: 600px) {
  .souvenir__header {
    flex-wrap: wrap;
  }
  .souvenir__center-link {
    margin-left: auto;
  }
}

.souvenir-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.souvenir-main__img {
  width: 49%;
}
.souvenir-main__text {
  width: 49%;
}
.souvenir-main__text h2:first-child {
  margin-top: 0;
}
.souvenir-main__text p:first-child {
  margin-top: -0.3em;
}
@media screen and (max-width: 767px) {
  .souvenir-main__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .souvenir-main__text {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */