@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 400;
  font-family: YakuHanRP, -apple-system, BlinkMacSystemFont, "Yu Gothic", "Yu Gothic UI", Meiryo, "Noto Sans JP", sans-serif;
  color: #141414;
  -webkit-font-feature-settings: "";
          font-feature-settings: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 640px) {
  body {
    background-color: #f4f4f4;
  }
}

p {
  font-size: 1.3rem;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 640px) {
  a:hover {
    color: #e7375d;
  }
}

strong {
  font-weight: 600;
}

sup {
  font-size: 77%;
  line-height: 0.8;
}

@media screen and (min-width: 640px) {
  .fluid_columns.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fluid_columns.flex .column.align_flex_start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .fluid_columns.flex .column.align_flex_end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.uppercase {
  text-transform: uppercase;
}

.bullet {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lang_en {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.lang_cn {
  font-family: "Hei Regular", "SimHei", sans-serif;
}

.font_serif {
  font-family: serif;
}

div.separator hr {
  display: none;
}

.fluid_gap {
  display: none;
}

div.fluid_gap hr {
  display: none;
}

span.text_row {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  span.text_row {
    display: inline;
  }
}
span.text_row br {
  display: none;
}
@media screen and (min-width: 640px) {
  span.text_row br {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .pc_none {
    display: none;
  }
}

.sp_none {
  display: none;
}
@media screen and (min-width: 640px) {
  .sp_none {
    display: inline;
  }
}

.lang_en {
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.behavior_style:hover img {
  opacity: 0.8;
  cursor: pointer;
}

svg {
  fill: currentColor;
}

.text_std {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .text_std {
    font-size: 1.5rem;
  }
}

.heading_std {
  margin: 0 0 0.6em;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .heading_std {
    font-size: 1.6rem;
  }
}

ol.list_std {
  padding: 0 0 0 1.6em;
}
ol.list_std li {
  list-style: decimal;
  margin: 0 0 0.4em;
}

ul.list_symbol {
  padding: 0 0 0 1.6em;
}
@media screen and (min-width: 640px) {
  ul.list_symbol {
    padding: 1em 0 0 1.6em;
  }
}
ul.list_symbol li {
  text-indent: -1em;
  margin: 0 0 0.8em;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  ul.list_symbol li {
    font-size: 1.6rem;
  }
}

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  body.works .site-title,
  body.archive .site-title {
    opacity: 0;
  }
}

.page-header {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f0f0f0;
  border-top: 1px solid #303030;
  z-index: 160;
}
@media screen and (min-width: 640px) {
  .page-header {
    top: 0;
    bottom: auto;
    border-top: none;
    border-bottom: 1px solid #303030;
    background: #f4f4f4;
  }
}
.page-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 92.5%;
  margin: auto;
  height: 55px;
}
@media screen and (min-width: 640px) {
  .page-header .container {
    height: 51px;
    margin: 0 30px;
  }
}
.page-header .site-title {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .page-header .site-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-header .site-title a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
}
@media screen and (min-width: 640px) {
  .page-header .site-title a {
    position: static;
    top: 0;
    left: 0;
  }
}
.page-header .site-title img {
  display: block;
  width: auto;
  height: 32.34375vw;
}
@media screen and (min-width: 640px) {
  .page-header .site-title img {
    width: 92px;
    height: auto;
  }
}
.page-header .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page-header.page-header-works {
  display: none;
  height: 1px;
  border: none;
  z-index: 202;
}
@media screen and (min-width: 640px) {
  .page-header.page-header-works {
    display: block;
  }
}
.page-header.page-header-works .container {
  height: 1px;
}
.page-header.page-header-works .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .page-header.page-header-works .site-title a {
    position: relative;
    top: 15px;
    left: 18px;
  }
}
@media screen and (min-width: 640px) {
  .page-header.page-header-works .site-title img {
    width: 163px;
    height: auto;
  }
}

.drawer-control {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 36px;
  height: 36px;
}
.drawer-control .drawer-hamburger {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border: 0;
  outline: 0;
  cursor: pointer;
}
.drawer-control .drawer-hamburger:hover {
  cursor: pointer;
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon {
  position: relative;
  display: block;
  width: 20px;
  left: 50%;
  height: 2px;
  margin: 0 0 0 -10px;
  background-color: #303030;
}
@media screen and (min-width: 640px) {
  .drawer-control .drawer-hamburger .drawer-hamburger-icon {
    top: initial;
    width: 30px;
    margin: 0 0 0 -15px;
  }
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon:after, .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #303030;
}
@media screen and (min-width: 640px) {
  .drawer-control .drawer-hamburger .drawer-hamburger-icon:after, .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
    width: 30px;
  }
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon:after {
  top: 7px;
}
.drawer-control .drawer-hamburger .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.drawer-control .drawer-hamburger .sr-only-focusable:active,
.drawer-control .drawer-hamburger .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.search-control {
  margin-right: 5px;
}
.search-control form.search-form {
  position: relative;
  height: 28px;
  margin: 0 4px 0 0;
}
@media screen and (min-width: 640px) {
  .search-control form.search-form {
    height: 30px;
    margin: 0 20px 0 0;
  }
}
.search-control form.search-form::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url(../images/global/magnifying-glass-solid.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (min-width: 640px) {
  .search-control form.search-form::before {
    top: 7px;
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.search-control form.search-form #search-box {
  display: block;
  position: relative;
  width: 100px;
  height: 28px;
  padding: 2px 24px 2px 12px;
  border: 1px solid #303030;
  border-radius: 24px;
  background: #ffffff;
  outline-offset: 0px;
  font-size: 16px;
  font-family: sans-serif;
  z-index: 1;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 640px) {
  .search-control form.search-form #search-box {
    padding: 2px 32px 2px 12px;
    height: 30px;
    border-radius: 30px;
    font-size: 1.6rem;
  }
}
.search-control form.search-form #search-box:focus {
  outline: transparent;
  width: 30vw;
  min-width: 230px;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .search-control form.search-form #search-box:focus {
    width: 250px;
    min-width: 250px;
  }
}
.search-control form.search-form #search-box::-webkit-search-cancel-button {
  display: none;
}
.search-control form.search-form input[type=submit] {
  display: none;
}

body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon {
  background: transparent;
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:after, body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  top: 0;
  background: #303030;
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 201;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
@media screen and (min-width: 640px) {
  .navigation {
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.navigation .category-list {
  display: block;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  margin: 12rem auto 0;
  padding: 0 0 4.5rem;
  background: #e7375d;
}
@media screen and (min-width: 640px) {
  .navigation .category-list {
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 0;
    height: 100vh;
    padding: 0 0 3px;
  }
}
.navigation .category-list h4 {
  display: block;
  width: 92.5%;
  margin: auto;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.8rem 0;
  color: white;
}
@media screen and (min-width: 640px) {
  .navigation .category-list h4 {
    width: 80.078125%;
    max-width: 820px;
    padding: 0.4rem 0;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.navigation .category-list .content {
  background: white;
  margin: 0 auto;
  padding: 0.5rem 0 3rem;
  width: calc(100% - 6px);
}
@media screen and (min-width: 640px) {
  .navigation .category-list .content {
    padding: 3rem 0 5rem;
  }
}
.navigation .category-list .content .category-group {
  width: 93.3753943218%;
  padding: 1rem 0 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .navigation .category-list .content .category-group {
    width: 80.5500982318%;
    max-width: 820px;
    padding: 0.4rem 0;
  }
}
.navigation .category-list .content .category-group .count {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 400;
}
.navigation .category-list .content .category-group .category-head li {
  margin: 1.4rem 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .navigation .category-list .content .category-group .category-head li {
    margin: 2rem 0 0;
  }
}
.navigation .category-list .content .category-group .category-label {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 600;
  color: #e7375d;
}
@media screen and (min-width: 640px) {
  .navigation .category-list .content .category-group .category-label {
    margin: 2rem 0 0;
    font-size: 1.4rem;
  }
}
.navigation .category-list .content .category-group .undergrad-design li,
.navigation .category-list .content .category-group .undergrad-art li,
.navigation .category-list .content .category-group .grad li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 640px) {
  .navigation .category-list .content .category-group .undergrad-design li,
  .navigation .category-list .content .category-group .undergrad-art li,
  .navigation .category-list .content .category-group .grad li {
    margin: 0.6rem 0 0;
  }
}
.navigation .category-list .content .category-group .undergrad-design li::after,
.navigation .category-list .content .category-group .undergrad-art li::after,
.navigation .category-list .content .category-group .grad li::after {
  content: "｜";
  margin: 0 0.2em 0 0.2em;
}
.navigation .category-list .content .category-group .undergrad-design li:last-of-type::after,
.navigation .category-list .content .category-group .undergrad-art li:last-of-type::after,
.navigation .category-list .content .category-group .grad li:last-of-type::after {
  content: "";
  margin: 0;
}
.navigation .category-list .content .category-group .undergrad-design li span.invalid,
.navigation .category-list .content .category-group .undergrad-art li span.invalid,
.navigation .category-list .content .category-group .grad li span.invalid {
  opacity: 0.4;
}

body.drawer-open .navigation {
  visibility: visible;
  opacity: 1;
}

.page-footer {
  width: 100%;
  padding: 45px 0 40.625vw;
}
@media screen and (min-width: 640px) {
  .page-footer {
    padding: 60px 0 60px;
    border-top: 2px solid #666666;
  }
}
.page-footer .container {
  width: 84.375%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .page-footer .container {
    text-align: center;
    max-width: 1024px;
    width: 100%;
  }
}
.page-footer .logo {
  margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .page-footer .logo {
    margin: 0 0 42px;
  }
}
.page-footer .logo img {
  display: block;
  max-width: 68vw;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .page-footer .logo img {
    max-width: 320px;
  }
}
.page-footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0 26px;
}
.page-footer .sns li {
  display: block;
  font-size: 1.4rem;
  margin: 0 15px;
}
.page-footer .sns img {
  width: auto;
  height: 20px;
}
.page-footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}
.page-footer .info li {
  display: block;
  font-size: 1.4rem;
  margin: 0 15px;
}
@media screen and (min-width: 640px) {
  .page-footer .ref {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.page-footer .ref ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 640px) {
  .page-footer .ref ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page-footer .ref ul li {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 640px) {
  .page-footer .ref ul li {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.page-footer .ref ul li::after {
  content: " ／ ";
  margin: 0 0.2em 0 0.2em;
}
.page-footer .ref ul li:last-of-type::after {
  content: "";
}
.page-footer .ref ul li.youtube::after {
  content: "";
}
@media screen and (min-width: 640px) {
  .page-footer .ref ul li.youtube::after {
    content: " ／ ";
  }
}
.page-footer .ref ul li a {
  text-decoration: none;
}
.page-footer .ref ul + ul {
  margin: 0.7rem 0 0;
}
@media screen and (min-width: 640px) {
  .page-footer .ref ul + ul {
    margin: 0;
  }
}
.page-footer #copyright {
  margin: 1.6em 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .page-footer #copyright {
    font-size: 1.5rem;
  }
}

.button-std,
.button-bordered-radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 45px;
  border-radius: 6px;
  background-color: #e7375d;
  -webkit-box-shadow: 0px 3px 4.85px 0.3px rgba(114, 114, 114, 0.48);
          box-shadow: 0px 3px 4.85px 0.3px rgba(114, 114, 114, 0.48);
}
@media screen and (min-width: 640px) {
  .button-std,
  .button-bordered-radius {
    max-width: 380px;
    min-height: 62px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 6px 9.7px 0.3px rgba(114, 114, 114, 0.48);
            box-shadow: 0px 6px 9.7px 0.3px rgba(114, 114, 114, 0.48);
    font-size: 1.4rem;
  }
}
.button-std:hover,
.button-bordered-radius:hover {
  opacity: 0.8;
}
.button-std.button-blue,
.button-bordered-radius.button-blue {
  background-color: #398de9;
}
.button-std .button-row,
.button-bordered-radius .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-std .text,
.button-bordered-radius .text {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .button-std .text,
  .button-bordered-radius .text {
    font-size: 1.4rem;
  }
}

.button-bordered-radius {
  background-color: #ffffff;
  border: 2px solid #747474;
}
.button-bordered-radius .text {
  color: #141414;
}

.button-solid-radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 56px;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 0.4rem;
  background: #333333;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.button-solid-radius.button-small {
  font-size: 1.1rem;
  height: 20px;
  border-radius: 0.3rem;
  letter-spacing: 0;
}
@media screen and (min-width: 640px) {
  .button-solid-radius.button-small {
    height: 22px;
    border-radius: 0.4rem;
    font-size: 1.2rem;
  }
}
.button-solid-radius.button-blue {
  background-color: #3c4599;
}
.button-solid-radius.button-gray {
  color: #303030;
  background-color: #bbbbbb;
}
.button-solid-radius.button-green {
  background-color: #00a364;
}
@media screen and (min-width: 640px) {
  .button-solid-radius {
    height: 62px;
    border-radius: 0.5rem;
    font-size: 1.8rem;
  }
}
.button-solid-radius .text {
  width: 84%;
  text-align: center;
}

body.home {
  background: #d3d5d6;
}
@media screen and (min-width: 640px) {
  body.home .page-footer {
    border-top: none;
  }
}

.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 32px;
}
@media screen and (min-width: 640px) {
  .hero {
    padding-top: 100px;
    padding-left: 47px;
    padding-right: 47px;
  }
}
@media screen and (min-width: 640px) {
  .hero .image {
    position: relative;
    max-width: 1270px;
    margin: auto;
  }
}
.hero .image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .hero .image img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .hero .buttonWrap {
    width: 100%;
    max-width: 820px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4.6%;
  }
}
.hero .buttonWrap .button {
  position: absolute;
  bottom: 3.6%;
  right: 10px;
  padding: 14px 20px 12px;
  border: 1px solid #e7375d;
  border-radius: 24px;
  background-color: white;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .hero .buttonWrap .button {
    font-size: 1.2rem;
    padding: 11px 16px 10px;
    border: 2px solid #e7375d;
  }
  .hero .buttonWrap .button:hover {
    color: #141414;
    background-color: #e7375d;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(48, 48, 48, 0.9); /* 背景色 */
  z-index: 999999;
}
@media screen and (min-width: 640px) {
  .modal-container {
    height: 100%;
    padding: 0;
    margin: 0;
  }
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 84.375%;
  min-height: 100vh;
}
@media screen and (min-width: 640px) {
  .modal-container .modal-body {
    width: 100%;
    max-width: 1024px;
    min-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal-container .modal-body .modal-content {
  color: white;
  text-align: left;
  height: 100%;
  padding: 5rem 0 1rem;
}
@media screen and (min-width: 640px) {
  .modal-container .modal-body .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
  }
}
.modal-container .modal-body .modal-content .image {
  display: block;
  height: 40vh;
  text-align: center;
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 640px) {
  .modal-container .modal-body .modal-content .image {
    height: 100%;
    max-height: 513px;
    margin: 0 50px 0;
    max-width: 363px;
  }
}
.modal-container .modal-body .modal-content .image img {
  height: 100%;
}
@media screen and (min-width: 640px) {
  .modal-container .modal-body .modal-content .image img {
    height: 100%;
    width: auto;
    max-height: 513px;
    max-width: 363px;
  }
}
@media screen and (min-width: 640px) {
  .modal-container .modal-body .modal-content .text {
    margin: 0 50px 50px 0;
  }
}
.modal-container .modal-body .modal-content .text p {
  text-align: justify;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .modal-container .modal-body .modal-content .text p {
    font-size: 1.8rem;
    margin: 2rem 0 0;
  }
}
.modal-container .modal-body .modal-close {
  text-align: right;
  font-size: 50px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  margin-right: -1rem;
}
@media screen and (min-width: 640px) {
  .modal-container .modal-body .modal-close {
    width: 91%;
    margin: -360px 0 0;
    font-size: 80px;
    font-weight: 200;
  }
}

.style-home {
  padding: 4rem 0 7rem;
}
@media screen and (min-width: 640px) {
  .style-home {
    padding: 7rem 0 40px;
  }
}
.style-home .introduction {
  width: 84.375%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .style-home .introduction {
    width: 87.890625%;
    max-width: 900px;
    margin-top: max(-16vw, -210px);
  }
}
.style-home .introduction h2.title {
  max-width: 540px;
}
@media screen and (min-width: 960px) {
  .style-home .introduction h2.title {
    max-width: 415px;
  }
}
.style-home .introduction h2.title img {
  max-width: 100%;
}
.style-home .introduction h2 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 640px) {
  .style-home .introduction h2 {
    font-size: 3rem;
  }
}
.style-home .introduction h3 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .style-home .introduction h3 {
    font-size: 2rem;
  }
}
.style-home .introduction .schedule {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 2rem 0 0;
}
@media screen and (min-width: 640px) {
  .style-home .introduction .schedule {
    font-size: 1.6rem;
  }
}
.style-home .introduction .schedule span {
  display: block;
  color: #e7375d;
}
.style-home .introduction .text-group {
  text-align: justify;
  margin: 3rem 0 0;
}
.style-home .introduction .text-group .text-std {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin: 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .style-home .introduction .text-group .text-std {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 1rem 0 0;
  }
}
.style-home .introduction .note {
  text-align: justify;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 640px) {
  .style-home .introduction .note {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.style-home .category-list {
  width: 100%;
  margin: 12rem auto 0;
  padding: 0 0 2px;
  background: #e7375d;
}
@media screen and (min-width: 640px) {
  .style-home .category-list {
    max-width: 1024px;
  }
}
.style-home .category-list h4 {
  display: block;
  width: 92.5%;
  margin: auto;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  padding: 0.8rem 0;
  color: white;
}
@media screen and (min-width: 640px) {
  .style-home .category-list h4 {
    width: 80.078125%;
    max-width: 820px;
    padding: 0.4rem 0;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.style-home .category-list .content {
  background: white;
  margin: 0 auto;
  padding: 0.5rem 0 3rem;
  width: calc(100% - 4px);
}
@media screen and (min-width: 640px) {
  .style-home .category-list .content {
    padding: 3rem 0 5rem;
  }
}
.style-home .category-list .content .category-group {
  width: 93.3753943218%;
  padding: 1rem 0 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .style-home .category-list .content .category-group {
    width: 80.5500982318%;
    max-width: 820px;
    padding: 0.4rem 0;
  }
}
.style-home .category-list .content .category-group .count {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 400;
}
.style-home .category-list .content .category-group .category-head li {
  margin: 1.4rem 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .style-home .category-list .content .category-group .category-head li {
    margin: 2rem 0 0;
  }
}
.style-home .category-list .content .category-group .category-label {
  margin: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 600;
  color: #e7375d;
}
@media screen and (min-width: 640px) {
  .style-home .category-list .content .category-group .category-label {
    margin: 2rem 0 0;
    font-size: 1.4rem;
  }
}
.style-home .category-list .content .category-group .undergrad-design li,
.style-home .category-list .content .category-group .undergrad-art li,
.style-home .category-list .content .category-group .grad li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 640px) {
  .style-home .category-list .content .category-group .undergrad-design li,
  .style-home .category-list .content .category-group .undergrad-art li,
  .style-home .category-list .content .category-group .grad li {
    margin: 0.6rem 0 0;
  }
}
.style-home .category-list .content .category-group .undergrad-design li::after,
.style-home .category-list .content .category-group .undergrad-art li::after,
.style-home .category-list .content .category-group .grad li::after {
  content: "｜";
  margin: 0 0.2em 0 0.2em;
}
.style-home .category-list .content .category-group .undergrad-design li:last-of-type::after,
.style-home .category-list .content .category-group .undergrad-art li:last-of-type::after,
.style-home .category-list .content .category-group .grad li:last-of-type::after {
  content: "";
  margin: 0;
}
.style-home .category-list .content .category-group .undergrad-design li span.invalid,
.style-home .category-list .content .category-group .undergrad-art li span.invalid,
.style-home .category-list .content .category-group .grad li span.invalid {
  opacity: 0.4;
}
.style-home .award {
  width: 93.3753943218%;
  margin: 13rem auto 14rem;
}
@media screen and (min-width: 640px) {
  .style-home .award {
    width: 100%;
  }
}
.style-home .award h4 {
  margin: 0 0 1rem;
  color: #e7375d;
  font-size: 1.6rem;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .style-home .award h4 {
    margin: 0 0 2rem;
  }
}
.style-home .award .swiper {
  overflow: hidden;
  position: relative;
}
.style-home .award .swiper .swiper-wrapper {
  position: relative;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-slide {
    max-width: 540px;
  }
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-slide a.behavior-style:hover {
    opacity: 0.8;
  }
}
.style-home .award .swiper .swiper-slide .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-slide .image {
    max-height: 500px;
    padding-top: 100%;
    border-left: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
  }
}
.style-home .award .swiper .swiper-slide .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.style-home .award .swiper .swiper-slide .text-group {
  width: 100%;
  text-align: center;
  margin: 3rem auto 0;
  position: relative;
  height: 100px;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-slide .text-group {
    margin: 4rem auto 0;
  }
}
.style-home .award .swiper .swiper-slide .text-group h5 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-slide .text-group h5 {
    font-size: 2rem;
  }
}
.style-home .award .swiper .swiper-slide .text-group .dept {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 0.5rem auto 0;
  width: 80%;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-slide .text-group .dept {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1rem auto 0;
  }
}
.style-home .award .swiper .swiper-slide .text-group .name {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-slide .text-group .name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-button {
    width: 100%;
    max-width: 720px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 40%;
    height: 40px;
  }
}
.style-home .award .swiper .swiper-button .swiper-button-prev {
  left: 1rem;
  top: auto;
  bottom: 9%;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-button .swiper-button-prev {
    left: 0.7rem;
    top: 0;
    bottom: 0;
  }
  .style-home .award .swiper .swiper-button .swiper-button-prev:hover:after {
    border-top: solid 2px #e7375d;
    border-right: solid 2px #e7375d;
  }
}
.style-home .award .swiper .swiper-button .swiper-button-next {
  right: 1rem;
  top: auto;
  bottom: 9%;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-button .swiper-button-next {
    right: 0.7rem;
    top: 0;
    bottom: 0;
  }
  .style-home .award .swiper .swiper-button .swiper-button-next:hover:after {
    border-top: solid 2px #e7375d;
    border-right: solid 2px #e7375d;
  }
}
.style-home .award .swiper .swiper-button .swiper-button-prev:after,
.style-home .award .swiper .swiper-button .swiper-button-next:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 1px #141414;
  border-right: solid 1px #141414;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .style-home .award .swiper .swiper-button .swiper-button-prev:after,
  .style-home .award .swiper .swiper-button .swiper-button-next:after {
    width: 1.6rem;
    height: 1.6rem;
    border-top: solid 2px #141414;
    border-right: solid 2px #141414;
  }
}
.style-home .award .swiper .swiper-button .swiper-button-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: auto;
}
.style-home .award .swiper .swiper-button .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: auto;
}
.style-home .works {
  margin: 0 0 8rem;
}
@media screen and (min-width: 640px) {
  .style-home .works {
    margin: 0 0 12rem;
  }
}
.style-home .works .works-thumbnail-list {
  width: 100%;
  margin: 0 auto;
}
.style-home .works .works-thumbnail-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style-home .works .works-thumbnail-list .item {
  width: 20%;
  height: 20%;
}
@media screen and (min-width: 640px) {
  .style-home .works .works-thumbnail-list .item {
    width: 12.5%;
  }
}
@media screen and (min-width: 960px) {
  .style-home .works .works-thumbnail-list .item {
    width: 11.11111%;
  }
}
@media screen and (min-width: 1280px) {
  .style-home .works .works-thumbnail-list .item {
    width: 10%;
  }
}
@media screen and (min-width: 1440px) {
  .style-home .works .works-thumbnail-list .item {
    width: 9.090909%;
  }
}
@media screen and (min-width: 1600px) {
  .style-home .works .works-thumbnail-list .item {
    width: 9.090909%;
  }
}
.style-home .works .works-thumbnail-list a {
  display: block;
  width: 100%;
  height: 100%;
}
.style-home .works .works-thumbnail-list a .image {
  display: block;
  width: 100%;
  height: 100%;
}
.style-home .works .works-thumbnail-list a img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .style-home .works .works-thumbnail-list a:hover {
    border: 3px solid #e7375d;
  }
  .style-home .works .works-thumbnail-list a:hover img {
    -webkit-transform: scale(1.09) translate3d(0px, 0px, 1px);
            transform: scale(1.09) translate3d(0px, 0px, 1px);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    opacity: 1;
    border: 3px solid #e7375d;
  }
}
@media screen and (min-width: 640px) {
  .style-home .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 93.75%;
    max-width: 960px;
    margin: auto;
  }
}
.style-home .column .enquete {
  width: 92.5%;
  margin: 0 auto 67px;
}
@media screen and (min-width: 640px) {
  .style-home .column .enquete {
    width: 55%;
    margin: 0;
  }
}
.style-home .column .enquete h4 {
  font-size: 1.3rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin: 1rem 0 0;
}
@media screen and (min-width: 640px) {
  .style-home .column .enquete h4 {
    width: 90%;
    max-width: 380px;
    font-size: 1.6rem;
    margin: 1rem 0 0.5rem;
  }
}
.style-home .column .enquete p {
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin: 0;
  text-align: justify;
}
@media screen and (min-width: 640px) {
  .style-home .column .enquete p {
    width: 90%;
    max-width: 380px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.style-home .column .enquete .button {
  width: 90%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 640px) {
  .style-home .column .enquete .button {
    width: 90%;
    max-width: 380px;
    margin: 4rem 0 0;
  }
}
.style-home .column .outline {
  width: 92.5%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .style-home .column .outline {
    width: 45%;
    margin: -3rem 0 0;
  }
}
.style-home .column .outline h4 {
  font-size: 1.3rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.15rem;
  margin: 3rem 0 0;
}
@media screen and (min-width: 640px) {
  .style-home .column .outline h4 {
    max-width: 380px;
    font-size: 1.6rem;
    margin: 4rem 0 0.5rem;
  }
}
.style-home .column .outline .text-std {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.15rem;
  margin: 0;
  text-align: justify;
}
@media screen and (min-width: 640px) {
  .style-home .column .outline .text-std {
    max-width: 380px;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
  }
}
.style-home .column .outline .text-std a {
  text-decoration: underline;
}
.style-home .column .outline .button {
  width: 90%;
  margin: 4rem auto 0;
}
@media screen and (min-width: 640px) {
  .style-home .column .outline .button {
    width: 90%;
    max-width: 380px;
    margin: 6rem 0 0;
  }
}
.style-home .button-group {
  width: 84.375%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .style-home .button-group {
    width: 380px;
    margin-top: 140px;
  }
}
.style-home .button-group .button + .button {
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .style-home .button-group .button + .button {
    margin-top: 3rem;
  }
}

.style-archive {
  padding: 0 0 7rem;
}
@media screen and (min-width: 640px) {
  .style-archive {
    padding: 0 0 18rem;
  }
}
.style-archive .heading {
  font-weight: 600;
  position: sticky;
}
.style-archive .heading a {
  text-decoration: none;
}
.style-archive .heading a:hover .count {
  color: #c7d425;
}
.style-archive .heading .small {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .style-archive .heading .small {
    font-size: 1.4rem;
  }
}
.style-archive .heading .count {
  margin: 0 0.5em 0;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .style-archive .heading .count {
    font-size: 1.4rem;
  }
}
.style-archive .heading-large {
  padding: 16px 12px;
  background: #ffffff;
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) {
  .style-archive .heading-large {
    height: 51px;
    padding: 15px 0 12px 2em;
    font-size: 1.8rem;
    background: transparent;
  }
}
.style-archive .heading-large .count {
  font-size: 1.2rem;
  font-weight: 400;
  color: #888888;
}
@media screen and (min-width: 640px) {
  .style-archive .heading-large .count {
    font-size: 1.4rem;
  }
}
.style-archive .heading-std {
  margin: 0 0 30px;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) {
  .style-archive .heading-std {
    margin: 0 0 70px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.style-archive .heading-bordered {
  margin: 0 0 6px;
  padding: 9px 0.4em;
  border-radius: 4px;
  background: #e7375d;
  font-size: 1.5rem;
  position: sticky;
  top: 60px;
  color: white;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .style-archive .heading-bordered {
    margin: 0 0 0;
    padding: 10px 19px 8px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.style-archive .category {
  width: 92.5%;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (min-width: 640px) {
  .style-archive .category {
    max-width: 1024px;
    width: 100%;
    padding: 120px 0 0;
  }
}
.style-archive .category-head {
  position: sticky;
  top: 0;
  z-index: 161;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 640px) {
  .style-archive .category-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: sticky;
    width: 50%;
    top: 0;
    left: 0;
    margin: -53px auto 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.style-archive .department + .department {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .style-archive .department + .department {
    margin-top: 100px;
  }
}
.style-archive .department .works-list {
  width: 100%;
  margin: 0 auto;
}
.style-archive .department .works-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 1.2em 0.6rem 6rem;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 94%;
    margin: 24px auto 60px;
    padding: 0;
  }
  .style-archive .department .works-list ul::after {
    content: "";
    display: block;
    width: 33.3333333333%;
    margin-top: 50px;
  }
}
.style-archive .department .works-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .item {
    max-width: 294px;
    width: 30.612244898%;
    margin-top: 50px;
  }
}
.style-archive .department .works-list .item + .item {
  margin-top: 0.5em;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .item + .item {
    margin-top: 44px;
  }
}
.style-archive .department .works-list .works {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .works {
    max-width: 100%;
  }
}
.style-archive .department .works-list .works a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.style-archive .department .works-list .works .image {
  display: block;
  overflow: hidden;
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 1rem;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .works .image {
    width: 64px;
    height: 64px;
    margin-right: 1.2em;
    min-width: 64px;
  }
}
.style-archive .department .works-list .works .image img {
  display: block;
  width: 100%;
  height: auto;
}
.style-archive .department .works-list .works .data {
  max-width: 71.6216216216%;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .works .data {
    font-size: 1.5rem;
  }
}
.style-archive .department .works-list .works .data .title {
  font-weight: 600;
}
.style-archive .department .works-list .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  background: url(../images/global/icon_award.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .award {
    position: absolute;
    top: -18px;
    left: -14px;
    width: 38px;
    background: none;
  }
}
.style-archive .department .works-list .award img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .award img {
    opacity: 1;
  }
}
.style-archive .department .works-list .award.nominate {
  width: 4rem;
  background: none;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .award.nominate {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 42px;
  }
}
.style-archive .department .works-list .award.nominate img {
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-list .award.nominate img {
    opacity: 1;
  }
}
.style-archive .department .works-thumbnail-list {
  width: 100%;
  margin: 0 auto;
}
.style-archive .department .works-thumbnail-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.style-archive .department .works-thumbnail-list .item {
  width: 20%;
  height: 20%;
}
@media screen and (min-width: 640px) {
  .style-archive .department .works-thumbnail-list .item {
    width: 12.5%;
    max-width: 96px;
  }
}
.style-archive .department .works-thumbnail-list a {
  display: block;
  width: 100%;
  height: 100%;
}
.style-archive .department .works-thumbnail-list a .image {
  display: block;
  width: 100%;
  height: 100%;
}
.style-archive .department .works-thumbnail-list a .image:hover {
  -webkit-animation: hoverShake 0.05s linear infinite;
          animation: hoverShake 0.05s linear infinite;
}
@-webkit-keyframes hoverShake {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  25% {
    -webkit-transform: skew(0.15deg, 0.15deg);
            transform: skew(0.15deg, 0.15deg);
  }
  75% {
    -webkit-transform: skew(-0.15deg, -0.15deg);
            transform: skew(-0.15deg, -0.15deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
@keyframes hoverShake {
  0% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  25% {
    -webkit-transform: skew(0.15deg, 0.15deg);
            transform: skew(0.15deg, 0.15deg);
  }
  75% {
    -webkit-transform: skew(-0.15deg, -0.15deg);
            transform: skew(-0.15deg, -0.15deg);
  }
  100% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
}
.style-archive .department .works-thumbnail-list a img {
  display: block;
  width: 100%;
  height: auto;
}
.style-archive .department .works-thumbnail-list a:hover img {
  border: solid 1px #ffffff;
  -webkit-transform: scale(1.15) translate3d(0px, 0px, 1px);
          transform: scale(1.15) translate3d(0px, 0px, 1px);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  opacity: 1;
}
.style-archive .works-list ul {
  width: 48.4375%;
}
@media screen and (min-width: 640px) {
  .style-archive .works-list ul {
    width: 93%;
    margin: 0 auto 30px;
  }
}

body.works {
  background-color: #d3d5d6;
}

.style-works-detail {
  padding: 0 0 120px;
}
@media screen and (min-width: 640px) {
  .style-works-detail {
    padding: 0 0 200px;
  }
}
.style-works-detail .works-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 161;
  padding: 1.5rem 0 1.4rem;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  pointer-events: none;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-header {
    top: 60px;
    margin-top: 0;
    padding: 0 0 0;
    background: transparent;
  }
}
@media screen and (min-width: 960px) {
  .style-works-detail .works-header {
    top: 14px;
    margin-top: 0rem;
    padding: 0 0 0;
    background: transparent;
  }
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-header.shift {
    top: 60px;
  }
}
.style-works-detail .works-header.hide {
  top: -15rem;
}
.style-works-detail .works-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 92.5%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-header .content {
    display: table;
    max-width: 960px;
    width: 92.5%;
    height: auto;
    margin: 0 auto 0;
    border: 1px solid #303030;
    border-radius: 4px;
    background: #ffffff;
  }
}
@media screen and (min-width: 960px) {
  .style-works-detail .works-header .content {
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .style-works-detail .works-header .content {
    width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .style-works-detail .works-header .content {
    width: 65%;
    max-width: 1024px;
  }
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-header .hgroup {
    display: table;
    width: 62%;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0;
  }
}
@media screen and (min-width: 960px) {
  .style-works-detail .works-header .hgroup {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .style-works-detail .works-header .hgroup {
    width: 70%;
  }
}
.style-works-detail .works-header .hgroup .works-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 0.8em;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-header .hgroup .works-title {
    display: table-cell;
    height: auto;
    font-size: 2rem;
    text-align: center;
    vertical-align: middle;
  }
}
.style-works-detail .works-header .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  pointer-events: all;
  display: none;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-header .share {
    position: absolute;
    top: 0;
    right: 3rem;
  }
}
.style-works-detail .works-header .share .button {
  min-width: 70px;
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-header .share .button {
    width: 70px;
  }
}
.style-works-detail .works-header .share .button a {
  color: #ffffff;
  background: #e7375d;
  height: 22px;
  font-size: 1.2rem;
  font-weight: 600;
}
.style-works-detail .works-header .share .button a:hover {
  color: #ffffff;
  background: #141414;
}
.style-works-detail .works-header .share .share-modal {
  display: none;
}
.style-works-detail .works-body .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 92.5%;
  margin: 0 auto;
  padding: 30px 0 100px;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .header {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 820px;
    width: 93.75%;
    padding: 78px 0 136px;
  }
}
.style-works-detail .works-body .header .hgroup {
  width: 100%;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .header .hgroup {
    width: 64%;
    margin: 0 auto;
    text-align: center;
    padding: 0 1em;
  }
}
.style-works-detail .works-body .header .dept {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .header .dept {
    font-size: 1.4rem;
  }
}
.style-works-detail .works-body .header .name {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .header .name {
    font-size: 2.2rem;
  }
}
.style-works-detail .works-body .header .award {
  width: 56px;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .header .award {
    position: absolute;
    top: 66px;
    right: 4%;
    width: 64px;
  }
}
.style-works-detail .works-body .header .award img {
  display: block;
  width: 100%;
  height: auto;
}
.style-works-detail .works-body .works-images {
  width: 92.5%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-images {
    width: 100％;
    max-width: 1024px;
    margin: 0 auto 160px;
  }
}
.style-works-detail .works-body .works-images .image-group {
  width: 100%;
  margin: 0 0;
}
.style-works-detail .works-body .works-images .image-group + .image-group {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-images .image-group + .image-group {
    margin-top: 60px;
  }
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-images .image-group {
    max-width: 100%;
    width: auto;
  }
}
.style-works-detail .works-body .works-images .movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  max-height: 75vh;
}
.style-works-detail .works-body .works-images .movie .vimeo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.style-works-detail .works-body .works-images .image {
  width: 100%;
}
.style-works-detail .works-body .works-images .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-images .image img {
    max-width: 100%;
    width: auto;
    max-height: 75vh;
    margin: auto;
  }
}
.style-works-detail .works-body .works-images .caption {
  margin: 0.8rem 0 0;
  font-family: sans-serif;
  color: #747474;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-images .caption {
    margin: 1.5rem 0 0;
    text-align: center;
  }
}
.style-works-detail .works-body .works-images .caption .title {
  margin: 0 0 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-images .caption .title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.style-works-detail .works-body .works-images .caption .text-std {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-images .caption .text-std {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .fluid-columns {
    max-width: 1024px;
    width: 80.078125%;
    margin: 0 auto 150px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .style-works-detail .works-body .fluid-columns {
    margin: 0 auto 120px;
  }
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .fluid-columns .column-left {
    width: 100%;
  }
  .style-works-detail .works-body .fluid-columns .column-right {
    margin: 3rem auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .style-works-detail .works-body .fluid-columns {
    max-width: 1024px;
    width: 80.078125%;
    margin: 0 auto 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-works-detail .works-body .fluid-columns .column-left {
    max-width: 500px;
    width: 48.828125%;
  }
  .style-works-detail .works-body .fluid-columns .column-right {
    margin: 0 0 0 auto;
    max-width: 446px;
    width: 43.5546875%;
  }
}
.style-works-detail .works-body .works-outline {
  width: 92.5%;
  margin: 0 auto 40px;
  text-align: justify;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-outline {
    width: 100%;
    margin: 0;
  }
}
.style-works-detail .works-body .works-outline .text-std {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-outline .text-std {
    font-size: 1.5rem;
  }
}
.style-works-detail .works-body .works-outline .text-std + .text-std {
  margin-top: 1rem;
}
.style-works-detail .works-body .works-outline .text-std .pdf a {
  text-decoration: underline;
}
.style-works-detail .works-body .works-data {
  width: 92.5%;
  margin: 0 auto 120px;
  padding: 2rem 1.3rem;
  border: 1px solid #303030;
  border-radius: 4px;
  background: #ffffff;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data {
    width: 100%;
    margin: 0;
    padding: 3.2rem 2.8rem;
    border-radius: 4px;
  }
}
.style-works-detail .works-body .works-data .data-header {
  margin: 0 0 3rem;
}
.style-works-detail .works-body .works-data .data-header .works-title {
  margin: 0.2rem 0 0.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .data-header .works-title {
    font-size: 1.6rem;
    margin: 0 0 0.5em;
    font-weight: 700;
  }
}
.style-works-detail .works-body .works-data .data-header .text-std {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .data-header .text-std {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.style-works-detail .works-body .works-data .hgroup {
  margin: 0 0 0.8em;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .hgroup {
    margin: 0 0 1.6em;
  }
}
.style-works-detail .works-body .works-data .hgroup .dept {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .hgroup .dept {
    font-size: 1.4rem;
  }
}
.style-works-detail .works-body .works-data .hgroup .name {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .hgroup .name {
    font-size: 2rem;
    font-weight: 500;
  }
}
.style-works-detail .works-body .works-data .data-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.style-works-detail .works-body .works-data .data-footer .linkage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.style-works-detail .works-body .works-data .data-footer .linkage li {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .data-footer .linkage li {
    width: 18px;
    height: 18px;
  }
}
.style-works-detail .works-body .works-data .data-footer .linkage li + li {
  margin-left: 20px;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .data-footer .linkage li + li {
    margin-left: 30px;
  }
}
.style-works-detail .works-body .works-data .data-footer .linkage li a {
  display: block;
}
.style-works-detail .works-body .works-data .data-footer .linkage li img {
  display: block;
  width: 100%;
  height: auto;
}
.style-works-detail .works-body .works-data .data-footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
}
.style-works-detail .works-body .works-data .data-footer .share .button {
  min-width: 70px;
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .data-footer .share .button {
    display: none;
    width: 70px;
  }
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .data-footer .share {
    position: absolute;
    top: 0;
    left: 85%;
  }
}
.style-works-detail .works-body .works-data .data-footer .share .button {
  min-width: 70px;
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-data .data-footer .share .button {
    width: 70px;
  }
}
.style-works-detail .works-body .works-data .data-footer .share .button a {
  color: #ffffff;
  background: #e7375d;
  height: 22px;
  font-size: 1.2rem;
  font-weight: 600;
}
.style-works-detail .works-body .works-data .data-footer .share .button a:hover {
  color: #ffffff;
  background: #141414;
}
.style-works-detail .works-body .works-data .data-footer .share .share-modal {
  display: none;
}
.style-works-detail .works-body .works-comment {
  width: 92.5%;
  margin: 0 auto 140px;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-comment {
    max-width: 820px;
    width: 80.078125%;
    margin: 0 auto 180px;
  }
}
.style-works-detail .works-body .works-comment .heading {
  margin: 0 0 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-comment .heading {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.style-works-detail .works-body .works-comment .text-std {
  font-size: 1.3rem;
  line-height: 2.1;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-body .works-comment .text-std {
    font-size: 1.5rem;
    line-height: 2.1;
    letter-spacing: 0.15rem;
  }
}
.style-works-detail .works-body .works-comment .adviser {
  display: inline-block;
  width: 100%;
  margin: 1rem 0 0;
  text-align: right;
}
.style-works-detail .works-department-link {
  width: 92.5%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link {
    width: 93.75%;
    max-width: 1024px;
  }
}
.style-works-detail .works-department-link .heading {
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: white;
}
.style-works-detail .works-department-link .heading a {
  text-decoration: none;
}
.style-works-detail .works-department-link .heading .small {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .heading .small {
    font-size: 1.4rem;
  }
}
.style-works-detail .works-department-link .heading .count {
  margin: 0 0.5em 0;
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .heading .count {
    font-size: 1.4rem;
  }
}
.style-works-detail .works-department-link .heading-bordered {
  margin: 0 0 18px;
  padding: 9px 15px;
  border-radius: 4px;
  background: #e7375d;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .heading-bordered {
    margin: 0 0 30px;
    padding: 1rem 0 0.8rem;
    border-radius: 4px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.style-works-detail .works-department-link .works-list {
  width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  width: 91.2162162162%;
  height: 60vh;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #e7375d;
  border-radius: 4px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /* スクロールの背景の設定 */
  /* ドラックできsるスクロール部の設定 */
}
@media screen and (min-width: 960px) {
  .style-works-detail .works-department-link .works-list {
    border-radius: 4px;
  }
}
.style-works-detail .works-department-link .works-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding: 1.3em 0;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 93%;
    margin: 0 auto 50px;
    padding: 0;
  }
  .style-works-detail .works-department-link .works-list ul::after {
    content: "";
    display: block;
    width: 33.3333333333%;
    margin-top: 50px;
  }
}
.style-works-detail .works-department-link .works-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
.style-works-detail .works-department-link .works-list .item.current {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .item {
    max-width: 294px;
    width: 30.612244898%;
    margin-top: 30px;
  }
}
.style-works-detail .works-department-link .works-list .item + .item {
  margin-top: 0.6rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .item + .item {
    margin-top: 30px;
  }
}
.style-works-detail .works-department-link .works-list .works {
  max-width: 91.8918918919%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .works {
    max-width: 100%;
  }
}
.style-works-detail .works-department-link .works-list .works a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.style-works-detail .works-department-link .works-list .works .image {
  display: block;
  overflow: hidden;
  width: 5.6rem;
  height: 5.6rem;
  margin-right: 1rem;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .works .image {
    width: 64px;
    height: 64px;
    margin-right: 1.2em;
    min-width: 64px;
  }
}
.style-works-detail .works-department-link .works-list .works .image img {
  display: block;
  width: 100%;
  height: auto;
}
.style-works-detail .works-department-link .works-list .works .data {
  max-width: 71.6216216216%;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .works .data {
    font-size: 1.5rem;
  }
}
.style-works-detail .works-department-link .works-list .works .data .title {
  font-weight: 600;
}
.style-works-detail .works-department-link .works-list .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  margin: 0 -1rem 0 0;
  background: url(../images/global/icon_award.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .award {
    position: absolute;
    top: -18px;
    left: -14px;
    width: 30px;
    background: none;
  }
}
.style-works-detail .works-department-link .works-list .award img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .award img {
    opacity: 1;
  }
}
.style-works-detail .works-department-link .works-list .award.nominate {
  width: 4rem;
  margin: 0 -1rem 0 0;
  background: none;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .award.nominate {
    position: absolute;
    top: -9px;
    left: -11px;
    width: 28px;
  }
}
.style-works-detail .works-department-link .works-list .award.nominate img {
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list .award.nominate img {
    opacity: 1;
  }
}
@media screen and (min-width: 640px) {
  .style-works-detail .works-department-link .works-list {
    max-width: 100%;
    width: 100%;
    height: 60vh;
  }
}
.style-works-detail .works-department-link .works-list::-webkit-scrollbar {
  width: 16px;
}
.style-works-detail .works-department-link .works-list::-webkit-scrollbar-track {
  border-radius: 4px;
  background: transparent;
}
.style-works-detail .works-department-link .works-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c8c8c8;
  border: 4px solid transparent;
  background-clip: padding-box;
}

/* モーダル */
.modal__trigger img {
  cursor: pointer;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.modal__wrapper .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
.modal__wrapper .modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
  width: 100%;
  max-height: 100%;
}
.modal__wrapper .modal__container .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.modal__wrapper .modal__container .modal__close:hover {
  opacity: 0.6;
}
.modal__wrapper .modal__container .modal__content img {
  width: 100%;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */