@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

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

@font-face {
  font-family: 'KozGoPr6N';
  src: url('../assets/fonts/KozGoPr6N-Regular.otf');
}

@font-face {
  font-family: 'PTSans';
  src: url('../assets/fonts/PTSans.ttc');
}

.font-demo1 {
  font-family: 'KozGoPr6N';
}

.font-demo2 {
  font-family: 'PTSans';
}

body {
  background-color: #c8c8ca;
  font-family: sans-serif;
  font-size: 62.5%;
}
body.menu-is-open {
  overflow: hidden;
}

main {
  background-color: #fff;
}

img {
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.main {
  box-sizing: border-box;
  padding-top: 124px;
}
@media screen and (min-width: 769px) {
  .main {
    padding-top: 56px;
  }
}

.pc-break {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-break {
    display: block;
  }
}

.copyright {
  color: #848488;
  font-family: 'PTSans';
  font-size: 13px;
}

.copyright__mark {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px;
}

.icon-tw,
.icon-fb,
.icon-instagram,
.icon-youtube {
  display: inline-block;
  width: 24px;
}
.icon-tw img,
.icon-fb img,
.icon-instagram img,
.icon-youtube img {
  width: 100%;
}

.logo {
  display: inline-block;
  font-size: 0;
  position: relative;
  width: 165px;
  height: 39px;
}
@media screen and (min-width: 769px) {
  .logo {
    width: 192px;
    height: 45px;
  }
}
.logo::after {
  background-image: url('../assets/images/common/logo_sp.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .logo::after {
    background-image: url('../assets/images/common/logo.png');
  }
}

.menu {
  background-image: url('../assets/images/common/menu.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
.menu-is-open .menu {
  background-image: none;
  position: relative;
  width: 18px;
  height: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-is-open .menu::before {
  border-top: 2px solid #000;
  content: '';
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 18px;
}
.menu-is-open .menu::after {
  border-left: 2px solid #000;
  content: '';
  position: absolute;
  top: 0;
  left: 7.5px;
  height: 18px;
}

.nav-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-footer__item {
  display: inline-block;
  margin-right: 13px;
  margin-bottom: 8px;
}

.nav-footer__item-link {
  color: #848488;
  display: block;
  font-family: 'PTSans';
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav-footer__item-link:hover,
.nav-footer__item-link.is-active {
  color: #505055;
}

.pagetop {
  background-color: #3c3c3c;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  transition: opacity 0.2s ease;
}
.pagetop:hover {
  opacity: 0.5;
}
.pagetop::after {
  border-color: #fff;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  content: '';
  position: absolute;
  top: 23px;
  left: 17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
}

.pagetop__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.title-page {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: 'PTSans';
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
  text-align: center;
  width: 266px;
  height: 21px;
}
@media screen and (min-width: 769px) {
  .title-page {
    font-size: 20px;
    margin-top: 60px;
    padding-top: 8px;
    width: 460px;
    height: 35px;
  }
}
.title-page.type-gray {
  background-image: url('../assets/images/common/bg-title.svg');
}
.title-page.type-black {
  background-image: url('../assets/images/common/bg-title2.svg');
}

.zozo {
  display: block;
  font-size: 0;
  margin: 0 auto;
  position: relative;
}
.zozo::before {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zozo-type1 {
  background-color: #fff;
  box-sizing: border-box;
  max-width: 375px;
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 375px) {
  .zozo-type1 {
    padding-top: 8%;
  }
}
@media screen and (min-width: 769px) {
  .zozo-type1 {
    width: 200px;
    padding-top: 22px;
  }
}
.zozo-type1::before {
  background-image: url('../assets/images/common/zozo1_sp.png');
}
@media screen and (min-width: 769px) {
  .zozo-type1::before {
    background-image: url('../assets/images/common/zozo1.png');
  }
}

.zozo-type2 {
  max-width: 335px;
  width: 89.33333%;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .zozo-type2 {
    width: 182px;
    height: 20px;
  }
}
.zozo-type2::before {
  background-image: url('../assets/images/common/zozo2_sp.png');
}
@media screen and (min-width: 769px) {
  .zozo-type2::before {
    background-image: url('../assets/images/common/zozo2.png');
  }
}

.action-item__image {
  background-position: center;
  background-size: cover;
  padding-top: 54.92537%;
  width: 100%;
}

.action-item__body {
  background-color: #4f5861;
  padding: 15px 15px 0;
}
@media screen and (min-width: 769px) {
  .action-item__body {
    background-color: rgba(60, 70, 80, 0.7);
  }
}

.action-item__name {
  color: #d8dadc;
  font-size: 14px;
  margin: 0 0 10px;
}

.action-item__description {
  box-sizing: border-box;
  color: #d8dadc;
  font-size: 12px;
  line-height: 1.41667;
  max-height: 400px;
  overflow: hidden;
  padding: 0 0 15px;
  transition: max-height 0.2s ease;
}
.action-item__body.is-close .action-item__description {
  margin: 0;
  max-height: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .action-item__description {
    max-height: none;
  }
}

.action-item__website {
  display: block;
  margin: 12px 0 0;
}

.action-item__website-link {
  color: #ffffff;
  font-size: 12px;
  padding-left: 16px;
  position: relative;
}
.action-item__website-link::before {
  background-image: url('../assets/images/common/icon-link.png');
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
}

.action-item__footer {
  border-top: 1px solid #767d84;
}
@media screen and (min-width: 769px) {
  .action-item__footer {
    display: none;
  }
}

.action-item__button {
  background-color: transparent;
  border: none;
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: 30px;
}
.action-item__button::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: top 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, -webkit-transform 0.2s ease;
}
.action-item__body.is-close .action-item__button::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  top: 40%;
}

.breadcrumb {
  display: none;
}
@media screen and (min-width: 769px) {
  .breadcrumb {
    display: block;
    margin-top: 45px;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  color: #000;
  display: inline-block;
  font-size: 12px;
}

.breadcrumb__item-link {
  color: #000;
  display: inline-block;
  position: relative;
}
.breadcrumb__item-link::after {
  content: '>';
  display: inline-block;
  margin: 0 8px 0 12px;
}

.brand-item {
  background-color: #fff;
  border: 1px solid #c8c8ca;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}

.brand-item__image {
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #dededf;
  box-sizing: border-box;
  width: 100%;
  height: 140px;
}
.brand-item__image.is-magic-number {
  background-size: 142px auto;
}
.brand-item__image.is-reef {
  background-size: 52px auto;
}
.brand-item__image.is-hlna-private {
  background-size: 110px auto;
}
.brand-item__image.is-slyde {
  background-size: 91px auto;
}
.brand-item__image.is-socco {
  background-size: 87px auto;
}
.brand-item__image.is-aloha-zen {
  background-size: 128px auto;
}
.brand-item__image.is-freedom-artists {
  background-size: 72px auto;
}
.brand-item__image.is-blister {
  background-size: 120px auto;
}
.brand-item__image.is-snowsurf {
  background-size: 146px auto;
}

.brand-item__body {
  padding: 0 4px;
}

.brand-item__name {
  color: #57575b;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 0;
}

.brand-item__description {
  color: #818184;
  font-size: 12px;
  line-height: 1.41667;
  margin: 10px 0 0;
}

.brand-item__information {
  max-height: 300px;
  overflow: hidden;
  padding-bottom: 10px;
  transition: max-height 0.2s ease;
}
.brand-item__body.is-close .brand-item__information {
  max-height: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .brand-item__information {
    max-height: none;
  }
}

.brand-item__website {
  margin: 12px 0 0;
}

.brand-item__website-link {
  color: #57575b;
  font-size: 12px;
  padding-left: 16px;
  position: relative;
}
.brand-item__website-link::before {
  background-image: url('../assets/images/common/icon-link.png');
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
}

.brand-item__more {
  border-top: 1px solid #dededf;
  display: block;
  margin: 20px 0 0;
  padding: 5px 0;
  width: 100%;
  height: 26px;
}
@media screen and (min-width: 769px) {
  .brand-item__more {
    display: none;
  }
}

.brand-item__more-label {
  font-size: 0;
  position: relative;
}
.brand-item__more-label::after {
  border-color: #2d2d32;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: -6px;
  transition: -webkit-transform 0.2s ease-in-out, vertical-align 0.2s;
  transition: transform 0.2s ease-in-out, vertical-align 0.2s;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out,
    vertical-align 0.2s;
}
.brand-item__body.is-close .brand-item__more-label::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: 2px;
}

.footer {
  background-color: #c8c8ca;
}

.footer__container {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
    padding: 30px 65px 20px;
  }
}

.footer__aside {
  display: none;
}
@media screen and (min-width: 769px) {
  .footer__aside {
    display: block;
  }
}

.footer__aside-item {
  padding-top: 5px;
}

.footer__main {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__main {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .footer__main-links {
    display: flex;
    align-items: center;
    min-width: 379px;
  }
}

.footer__zozo {
  margin: 0;
}

.footer__sns {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .footer__sns {
    margin: 0 0 0 14px;
  }
}

.footer__sns-item {
  display: inline-block;
  margin: 0 22px;
}
@media screen and (min-width: 769px) {
  .footer__sns-item {
    margin: 0 0 0 19px;
  }
}

@media screen and (min-width: 769px) {
  .footer__main-copyright {
    margin-top: 12px;
    text-align: right;
  }
}

.menu-is-open .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-top__container {
  margin: 0 20px;
}
@media screen and (min-width: 769px) {
  .header-top__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 60px;
    padding-top: 0;
  }
}

.header-top__logo {
  font-size: 1px;
  line-height: 1;
  margin: 0;
  padding: 5px 0;
}

.header-top__aside {
  display: none;
}
@media screen and (min-width: 769px) {
  .header-top__aside {
    display: block;
    position: relative;
  }
}

.header-top__zozo {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header-top__zozo {
    top: 50%;
    left: auto;
    right: 0;
    width: 200px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.header-top__menu {
  border-top: 1px solid #a7a7aa;
  margin: 0 20px;
  padding: 12px 0 6px;
}
@media screen and (min-width: 769px) {
  .header-top__menu {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
}

.header {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header.header-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.header.header-top.is-fixed {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 900px) {
  .header.header-top {
    opacity: 1;
    visibility: visible;
  }
}

.header__container {
  background-color: #c8c8ca;
  border-bottom: 1px solid #a7a7aa;
  padding-top: 30px;
}
@media screen and (min-width: 900px) {
  .header__container {
    background-color: transparent;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 60px;
    padding-top: 0;
  }
}

.header__logo {
  font-size: 1px;
  line-height: 1;
  margin: 0;
  padding: 5px 0;
}

@media screen and (min-width: 900px) {
  .header__aside {
    position: relative;
  }
}

.header-sns {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .header-sns {
    display: block;
    position: absolute;
    top: -1px;
    right: 295px;
    width: 206px;
  }
}

.header-sns__item {
  display: inline-block;
  margin-left: 18px;
}

.header-sns__item-link {
  display: block;
  width: 26px;
  height: 26px;
}
.header-sns__item-link img {
  width: 100%;
}

.header__zozo {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .header__zozo {
    left: auto;
    right: 90px;
    width: 200px;
    height: 22px;
  }
}

.header__menu {
  border-top: 1px solid #a7a7aa;
  margin: 0 20px;
  padding: 12px 0 6px;
}
@media screen and (min-width: 900px) {
  .header__menu {
    border-top: 0;
    margin: 0;
    padding: 0;
    text-align: right;
  }
}

.menu-inner {
  background-color: #cdcdcf;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.menu-is-open .menu-inner {
  border-top: 1px solid #a7a7aa;
  max-height: 300px;
  padding: 20px 20px 15px;
}
@media screen and (min-width: 769px) {
  .menu-is-open .menu-inner {
    max-height: none;
    opacity: 1;
    padding: 0 60px;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  .menu-inner {
    background-color: rgba(0, 30, 70, 0.95);
    border-top: 0;
    max-height: none;
    opacity: 0;
    padding: 0 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
}
.menu-inner .logo::after {
  background-image: url('../assets/images/common/logo_pc.png');
}
.menu-inner .zozo-type1::before {
  background-image: url('../assets/images/common/zozo1_menu.png');
}
.menu-inner .menu::before {
  border-color: #848488;
  top: 10.5px;
  width: 24px;
}
.menu-inner .menu::after {
  border-color: #848488;
  left: 10.5px;
  height: 24px;
}

.menu-inner__header {
  display: none;
}
@media screen and (min-width: 769px) {
  .menu-inner__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.menu-inner__logo {
  font-size: 0;
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .menu-inner__body {
    display: flex;
    margin: 120px auto 0;
    width: 98.16514%;
  }
}

.menu-inner__zozo {
  position: absolute;
  top: 15px;
  right: 150px;
  width: 200px;
  height: 22px;
}

.menu-inner__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .menu-inner__nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 75.22936%;
    height: 170px;
  }
}

.menu-nav__item {
  display: inline-block;
  margin: 0 10px 10px;
}
@media screen and (min-width: 769px) {
  .menu-nav__item {
    display: block;
    text-align: left;
    margin: 0 0 36px;
  }
}

.menu-nav__item-link {
  color: #737377;
  font-family: 'PTSans';
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.menu-inner__nav2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .menu-inner__nav2 {
    width: 24.77064%;
  }
}

.menu-nav2__item {
  display: inline-block;
  margin-top: 10px;
  margin-right: 25px;
}
.menu-nav2__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .menu-nav2__item {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 38px;
    text-align: left;
  }
}

.menu-nav2__item-link {
  color: #737377;
  font-family: 'PTSans';
  font-size: 14px;
  text-decoration: none;
}

.menu-inner__sns {
  border-top: 1px solid #a7a7aa;
  list-style: none;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
@media screen and (min-width: 769px) {
  .menu-inner__sns {
    border-top: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 380px;
  }
}

.menu-sns__item {
  display: inline-block;
  margin: 0 20px;
}
@media screen and (min-width: 769px) {
  .menu-sns__item {
    margin: 0 10px;
  }
}

.people-item {
  text-align: center;
  width: 100%;
}

.people-item__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.5s ease;
}
.people-item__link:hover {
  opacity: 0.8;
}

.people-item__image {
  margin: 0;
}
.people-item__image img {
  width: 100%;
}

.people-item__title {
  background-color: #a7a7aa;
  font-family: 'PTSans';
  font-size: 14px;
  color: #eeeeef;
  margin: 5px 0 0;
  padding: 1px 0 0;
}

.people-item__name-kana {
  color: #737377;
  font-size: 20px;
  margin: 0;
  padding: 7px 0;
  position: relative;
}
.people-item__name-kana::after {
  border-color: #cacacc;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.people-item__name-en {
  border-color: #d8d8da;
  border-style: solid;
  border-width: 1px 0;
  color: #737377;
  font-family: 'PTSans';
  font-size: 13px;
  margin: 0;
  padding: 4px 0;
}

.main-visual {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.main-visual__logo {
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .main-visual__logo {
    display: none;
  }
}

.main-visual__body {
  padding: 146px 35px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .main-visual__body {
    margin: 0;
    padding-top: 230px;
    padding-left: 280px;
  }
}

.main-visual__title {
  color: #000;
  font-family: 'PTSans';
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (min-width: 769px) {
  .main-visual__title {
    font-size: 30px;
  }
}

.main-visual__summary {
  color: #000;
  font-family: 'PTSans';
  font-style: italic;
  font-size: 14px;
  line-height: 1.71429;
  margin: 0 0 5px;
}
@media screen and (min-width: 769px) {
  .main-visual__summary {
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: 14px;
  }
}

.main-visual__more {
  margin: 0;
}

.main-visual__more-link {
  color: #000;
  font-family: 'PTSans';
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .main-visual__more-link {
    font-size: 18px;
  }
}

.main-visual__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-visual__item {
  background-position: center;
  background-size: cover;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual__item.is-first {
  background-image: url('../assets/images/top/img_main01_sp.jpg');
}
.main-visual__item.is-second {
  background-image: url('../assets/images/top/img_main02_sp.jpg');
}
.main-visual__item.is-third {
  background-image: url('../assets/images/top/img_main03_sp.jpg');
}
@media screen and (min-width: 769px) {
  .main-visual__item.is-first {
    background-image: url('../assets/images/top/img_main01_pc.jpg');
  }
  .main-visual__item.is-second {
    background-image: url('../assets/images/top/img_main02_pc.jpg');
  }
  .main-visual__item.is-third {
    background-image: url('../assets/images/top/img_main03_pc.jpg');
  }
}

.main-visual__direction {
  background-image: url('../assets/images/top/icon_down.svg');
  background-size: 15px auto;
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 15px;
  height: 23.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.top-main-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top-main-slider .slick-dots {
  bottom: 50px;
}
.top-main-slider .slick-dots li {
  margin: 0 40px;
  vertical-align: bottom;
  width: 15px;
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li {
    width: 39px;
  }
}
.top-main-slider .slick-dots li button {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 0;
}
.top-main-slider .slick-dots li button::before {
  display: none;
}
.top-main-slider .slick-dots li.slick-active:nth-child(1) button {
  background-image: url('../assets/images/top/dot01_sp_on.png');
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li.slick-active:nth-child(1) button {
    background-image: url('../assets/images/top/dot01_pc_on.png');
  }
}
.top-main-slider .slick-dots li.slick-active:nth-child(2) button {
  background-image: url('../assets/images/top/dot02_sp_on.png');
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li.slick-active:nth-child(2) button {
    background-image: url('../assets/images/top/dot02_pc_on.png');
  }
}
.top-main-slider .slick-dots li.slick-active:nth-child(3) button {
  background-image: url('../assets/images/top/dot03_sp_on.png');
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li.slick-active:nth-child(3) button {
    background-image: url('../assets/images/top/dot03_pc_on.png');
  }
}
.top-main-slider .slick-dots li:nth-child(1) {
  height: 49.5px;
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li:nth-child(1) {
    height: 86.5px;
  }
}
.top-main-slider .slick-dots li:nth-child(1) button {
  background-image: url('../assets/images/top/dot01_sp.png');
  width: 15px;
  height: 49.5px;
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li:nth-child(1) button {
    background-image: url('../assets/images/top/dot01_pc.png');
    width: 39px;
    height: 86.5px;
  }
}
.top-main-slider .slick-dots li:nth-child(2) {
  height: 48px;
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li:nth-child(2) {
    height: 84.5px;
  }
}
.top-main-slider .slick-dots li:nth-child(2) button {
  background-image: url('../assets/images/top/dot02_sp.png');
  width: 8px;
  height: 48px;
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li:nth-child(2) button {
    background-image: url('../assets/images/top/dot02_pc.png');
    width: 43.5px;
    height: 84.5px;
  }
}
.top-main-slider .slick-dots li:nth-child(3) {
  height: 30px;
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li:nth-child(3) {
    height: 62px;
  }
}
.top-main-slider .slick-dots li:nth-child(3) button {
  background-image: url('../assets/images/top/dot03_sp.png');
  width: 8px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .top-main-slider .slick-dots li:nth-child(3) button {
    background-image: url('../assets/images/top/dot03_pc.png');
    width: 48px;
    height: 62px;
  }
}

.skate-item {
  background-color: #333c45;
  width: 100%;
}

.skate-item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 54.92537%;
  width: 100%;
}
.skate-item.item1 .skate-item__image {
  background-image: url('../assets/images/top/img_skate01_sp.jpg?ver=20201027');
}
.skate-item.item2 .skate-item__image {
  background-image: url('../assets/images/top/img_skate02_sp.jpg');
}
@media screen and (min-width: 769px) {
  .skate-item.item1 .skate-item__image {
    background-image: url('../assets/images/top/img_skate01_pc.jpg?ver=20201027');
  }
  .skate-item.item2 .skate-item__image {
    background-image: url('../assets/images/top/img_skate02_pc.jpg');
  }
}

.skate-item__body {
  padding: 15px;
}

.skate-item__name {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 10px;
}

.skate-item__name-link {
  color: #b1b5b9;
}

.skate-item__address,
.skate-item__tel,
.skate-item__time {
  color: #767d84;
  font-size: 13px;
  line-height: 1.46154;
  margin: 0;
}

.skate-item__information {
  margin: 0 0 15px;
}

.skate-item__website {
  margin: 0;
}

.skate-item__website-link {
  color: #b1b5b9;
  font-size: 13px;
  padding-left: 16px;
  position: relative;
}
.skate-item__website-link::before {
  background-image: url('../assets/images/top/icon-link-skate.png');
  background-repeat: no-repeat;
  background-size: 13px;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
}

.store-item {
  background-color: #222226;
  box-sizing: border-box;
  width: 100%;
}

.store-item__image {
  display: none;
}
@media screen and (min-width: 769px) {
  .store-item__image {
    display: block;
  }
}
.store-item__image img {
  width: 100%;
}

.store-item__body {
  padding: 9px 9px 0;
}

.store-item__name {
  color: #ababad;
  font-size: 15px;
  margin: 0 0 10px;
}

.store-item__address,
.store-item__tel,
.store-item__time {
  color: #6c6c6f;
  font-size: 13px;
  line-height: 1.46154;
  margin: 0;
}

.store-item__address {
  margin-bottom: 10px;
}

.store-item__information {
  box-sizing: border-box;
  margin: 0 0 10px;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.store-item__body.is-close .store-item__information {
  max-height: 0;
}
@media screen and (min-width: 769px) {
  .store-item__information {
    max-height: none;
  }
}

.store-item__website {
  margin: 0;
  padding-bottom: 15px;
}

.store-item__website-link {
  color: #ababad;
  font-size: 13px;
  padding-left: 18px;
  position: relative;
}
.store-item__website-link::before {
  background-image: url('../assets/images/top/icon-link-store.png');
  background-repeat: no-repeat;
  background-size: 13px;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 13px;
}

.store-item__more {
  border-top: 1px solid #424246;
  display: block;
  margin: 0;
  padding: 8px 0 5px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .store-item__more {
    display: none;
  }
}

.store-item__more-label {
  font-size: 0;
  position: relative;
}
.store-item__more-label::after {
  border-color: #ababad;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: -8px;
  transition: -webkit-transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}
.store-item__body.is-close .store-item__more-label::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: 4px;
}

.topics-item {
  position: relative;
  width: 100%;
}

.topics-item__link {
  display: block;
  padding-top: 57.8125%;
  position: relative;
  width: 100%;
  transition: opacity 0.2s ease;
}
.topics-item__link:hover {
  opacity: 0.8;
}

.topics-item__image {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topics-item__main {
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 7px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.topics-item__title {
  color: #fff;
  font-size: 14px;
  line-height: 1.28571;
  margin: 0;
}

.topics-item__aside {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  z-index: 1;
}
.topics-item__aside a {
  text-decoration: none;
}

.topics-item__category {
  background-color: rgba(80, 80, 85, 0.9);
  color: #fff;
  font-family: 'PTSans';
  font-size: 14px;
  margin: 0;
  padding: 2px 0;
}
.topics-item__category a {
  color: #fff;
  text-decoration: none;
}

.topics-item__date {
  background-color: rgba(80, 80, 85, 0.9);
  color: #fff;
  font-family: 'PTSans';
  font-size: 11px;
  margin: 2px 0 0;
  padding: 2px 0;
}
.topics-item__date a {
  color: #fff;
  text-decoration: none;
}

.zone-item__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 54.92537%;
  width: 100%;
}

.zone-item__header {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .zone-item__header {
    padding: 0 24px;
  }
}

.zone-item__logo {
  display: none;
}
@media screen and (min-width: 769px) {
  .zone-item__logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    height: 30.5px;
  }
}

.zone-item__body {
  background-color: #fff;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .zone-item__body {
    padding: 15px 24px;
  }
}

.zone-item__name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 13px;
}

.zone-item__zip,
.zone-item__address,
.zone-item__time,
.zone-item__tel {
  font-size: 13px;
  line-height: 1.46154;
  margin: 0;
}

.zone-item__map {
  margin: 10px 0 0;
}

.zone-item__map-link {
  color: #000;
  font-size: 13px;
  padding-left: 16px;
  position: relative;
}
.zone-item__map-link::before {
  background-image: url('../assets/images/common/icon-link.png');
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
}

.zone-item__floorImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 104.47761%;
  width: 100%;
  transition: padding-top 0.2s ease;
}
.zone-item__aside.is-close .zone-item__floorImage {
  padding-top: 0;
}

.zone-item__footer {
  text-align: center;
}

.zone-item__button {
  background-color: #848488;
  border: 0;
  display: block;
  padding: 5px 0;
  width: 100%;
}

.zone-item__button-label {
  color: #fff;
  font-family: 'PTSans';
  font-size: 13px;
  position: relative;
}
.zone-item__button-label::after {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: -3px;
}
.zone-item__aside.is-close .zone-item__button-label::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: 2px;
}

.page-about {
  background-image: url('../assets/images/about/bg_about_sp.jpg');
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .page-about {
    background-image: url('../assets/images/about/bg_about_pc.jpg');
  }
}

.about__title {
  color: #000;
  font-family: 'PTSans';
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 40px;
}
@media screen and (min-width: 769px) {
  .about__title {
    margin-top: 65px;
  }
}

.about__paragraph {
  font-size: 13px;
  line-height: 1.61538;
  margin: 0;
}

.about-people {
  margin-top: 150px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .about-people {
    margin-top: 30px;
    margin-left: calc(100% - 380px);
    width: 380px;
  }
}

@media screen and (min-width: 769px) {
  .about__main {
    margin: 0 auto;
    max-width: 1090px;
  }
}

@media screen and (min-width: 769px) {
  .about__body {
    max-width: 625px;
  }
}

.about-people__aside {
  position: absolute;
  top: -105px;
  right: 0;
  width: 120px;
}
@media screen and (min-width: 769px) {
  .about-people__aside {
    top: 0;
    left: -215px;
    width: 200px;
  }
}

.about-people__image {
  background-image: url('../assets/images/about/img_about_sp.jpg');
  background-position: center;
  background-size: cover;
  padding-top: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .about-people__image {
    background-image: url('../assets/images/about/img_about_pc.jpg');
    padding-top: 67.5%;
    width: 200px;
  }
}

.about-people__name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.about-people__name-kana {
  font-size: 12px;
}

.about-people__paragraph {
  font-size: 12px;
  line-height: 1.58333;
  margin: 0;
}

.page-action {
  background-color: #d9e4ea;
}
@media screen and (min-width: 769px) {
  .page-action {
    background-image: url('../assets/images/action/bg_action.jpg');
    background-position: center;
    background-size: cover;
  }
}

.action-catch {
  font-size: 0;
  margin: 0 auto 25px;
  position: relative;
  max-width: 306px;
  width: 91.34328%;
  height: 92.5px;
}
@media screen and (min-width: 769px) {
  .action-catch {
    margin-bottom: 30px;
    max-width: none;
    width: 420px;
    height: 126px;
  }
}
.action-catch::after {
  background-image: url('../assets/images/action/img_catch_sp.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .action-catch::after {
    background-image: url('../assets/images/action/img_catch.png');
  }
}

.action-description {
  font-size: 13px;
  margin: 0 0 30px;
  line-height: 1.53846;
}
@media screen and (min-width: 769px) {
  .action-description {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin: 0 auto 60px;
    text-align: center;
    max-width: 742px;
  }
}

.action-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .action-archive__list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1090px;
  }
}

.action-archive__item {
  margin: 20px 0 0;
}
@media screen and (min-width: 769px) {
  .action-archive__item {
    margin: 0;
    max-width: 250px;
    width: 22.93578%;
  }
}
.action-archive__item:first-child {
  margin-top: 0;
}

.page-brand {
  background-color: #dededf;
}

.brand__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .brand__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1090px;
  }
}

.brand__item {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .brand__item {
    margin-top: 0;
    margin-right: 2.75229%;
    margin-bottom: 30px;
    width: 22.93578%;
  }
  .brand__item:nth-child(4n) {
    margin-right: 0;
  }
}
.brand__item:first-child {
  margin-top: 0;
}

.page-container {
  padding: 40px 20px;
}
@media screen and (min-width: 769px) {
  .page-container {
    padding: 0 60px 40px;
  }
}

.page-title {
  font-size: 0;
  margin: 0 0 25px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .page-title {
    margin-bottom: 60px;
  }
}

.company-main {
  color: #2d2d32;
}
@media screen and (min-width: 769px) {
  .company-main {
    margin: 0 auto;
    max-width: 700px;
  }
}

.company-item,
.company-item2,
.company-item__title,
.company-item__title2,
.company-item__data,
.company-item__data2 {
  font-size: 13px;
  line-height: 1.46154;
  margin: 0;
  padding: 0;
}

.company-item {
  display: table;
  margin-top: 10px;
}

.company-item2 {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .company-item2 {
    display: table;
  }
}

.company-item__title {
  display: table-cell;
  vertical-align: top;
  width: 110px;
}
@media screen and (min-width: 769px) {
  .company-item__title {
    width: 160px;
  }
}

@media screen and (min-width: 769px) {
  .company-item__title2 {
    display: table-cell;
    width: 160px;
  }
}

.company-item__data {
  display: table-cell;
  vertical-align: top;
}

.company-item__data2 a {
  color: #2d2d32;
}

@media screen and (min-width: 769px) {
  .company-item__data2 {
    display: table-cell;
  }
}

.company__history {
  border-top: 1px solid #d8d8da;
  margin-top: 30px;
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  .people-detail__container {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    max-width: 1090px;
  }
}

@media screen and (min-width: 769px) {
  .people-detail__information {
    position: relative;
    width: 27.52294%;
  }
}

@media screen and (min-width: 769px) {
  .people-detail__tools {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .people-detail__main {
    min-height: 200px;
    width: 65.13761%;
  }
}

.people-detail__name {
  color: #737377;
  font-family: 'PTSans';
  font-style: italic;
  font-size: 35px;
  margin: 0;
}

.people-detail__title {
  color: #a7a7aa;
  font-family: 'PTSans';
  font-style: italic;
  font-size: 20px;
  margin: 0;
}

.people-detail__sns {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.people-detail__sns-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.people-detail__website {
  margin: 20px 0 0;
}

.people-detail__website-link {
  color: #818184;
  font-size: 14px;
}

.people-detail__body {
  color: #818184;
  font-size: 13px;
  line-height: 1.53846;
  margin: 30px 0 0;
}
@media screen and (min-width: 769px) {
  .people-detail__body {
    margin-top: 0;
  }
}
.people-detail__body p:first-child {
  margin-top: 0;
}
.people-detail__body p:last-child {
  margin-bottom: 0;
}

.people-detail__paragraph {
  margin: 0;
}

.people-detail__aside {
  position: relative;
}
@media screen and (min-width: 769px) {
  .people-detail__aside {
    padding-bottom: 50px;
  }
}

.people-detail__images {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .people-detail__images {
    margin: 0 auto;
    width: 52.8169%;
  }
}

.people-detail__image {
  margin: 0;
}
.people-detail__image img {
  width: 100%;
}

.people-slider.slick-slider {
  position: static;
}

@media screen and (min-width: 769px) {
  .people-slider .slick-list {
    overflow: visible !important;
  }
}

@media screen and (min-width: 769px) {
  .people-slider .slick-slide {
    box-sizing: border-box;
    padding: 0 1.5px;
  }
}

.people-slider .slick-prev {
  background-color: #000;
  background-image: url('../assets/images/common/icon_arrow_prev.png');
  background-size: 100% auto;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.people-slider .slick-prev::before {
  content: '';
}

.people-slider .slick-next {
  background-color: #000;
  background-image: url('../assets/images/common/icon_arrow_next.png');
  background-size: 100% auto;
  right: 0;
  width: 30px;
  height: 30px;
}
.people-slider .slick-next::before {
  content: '';
}

.page-people {
  background-color: #eeeeef;
}

.people__list {
  list-style: none;
  margin: 0 40px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .people__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 810px;
  }
}

.people__item {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .people__item {
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 30.8642%;
  }
  .people__item:nth-child(3n) {
    margin-right: 0;
  }
}
.people__item:first-child {
  margin-top: 0;
}

.privacy-main {
  color: #2d2d32;
}
@media screen and (min-width: 769px) {
  .privacy-main {
    margin: 0 auto;
    max-width: 700px;
  }
}

.privacy__heading2,
.privacy__heading3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin: 24px 0 0;
  padding: 0;
}

.privacy__heading2 {
  margin-bottom: 20px;
}

.privacy__paragraph {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.privacy__paragraph-link {
  color: #2d2d32;
  display: inline-block;
  margin-left: 1em;
}

.privacy__list {
  margin: 20px 0;
  padding-left: 2em;
}

.privacy__list-item {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
}

/* ==========================
共通
========================== */
.top-skate__title-label,
.top-store__title-label,
.top-contact__title-label {
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  color: #c8c8ca;
  display: inline-block;
  font-family: 'PTSans';
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
  text-align: center;
  width: 266px;
  height: 21px;
}
@media screen and (min-width: 769px) {
  .top-skate__title-label,
  .top-store__title-label,
  .top-contact__title-label {
    font-size: 20px;
    padding-top: 7.5px;
    width: 460px;
    height: 35px;
  }
}

/* ==========================
NEWS
========================== */
.top-news {
  margin-top: 2px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-news {
    margin-top: 3px;
  }
}

.top-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .top-news__list {
    margin: 0 auto;
    width: 52.8169%;
    max-width: 750px;
  }
}

.top-news1-slider.slick-slider {
  position: static;
}

@media screen and (min-width: 769px) {
  .top-news1-slider .slick-list {
    overflow: visible !important;
  }
}

@media screen and (min-width: 769px) {
  .top-news1-slider .slick-slide {
    box-sizing: border-box;
    padding: 0 1.5px;
  }
}

.top-news1-slider .slick-prev {
  background-color: #000;
  background-image: url('../assets/images/common/icon_arrow_prev.png');
  background-size: 100% auto;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.top-news1-slider .slick-prev::before {
  content: '';
}

.top-news1-slider .slick-next {
  background-color: #000;
  background-image: url('../assets/images/common/icon_arrow_next.png');
  background-size: 100% auto;
  right: 0;
  width: 30px;
  height: 30px;
}
.top-news1-slider .slick-next::before {
  content: '';
}

/* ==========================
NEWS2
========================== */
.top-news2 {
  margin-top: 2px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-news2 {
    margin-top: 3px;
  }
}

.top-news2__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 85.33333%;
}
@media screen and (min-width: 769px) {
  .top-news2__list {
    margin: 0 auto;
    max-width: 966px;
    width: 68.02817%;
  }
}

.top-news2-slider.slick-slider {
  position: static;
}

.top-news2-slider .slick-list {
  overflow: visible !important;
}

.top-news2-slider .slick-slide {
  box-sizing: border-box;
  padding: 0 2px;
}
@media screen and (min-width: 769px) {
  .top-news2-slider .slick-slide {
    padding: 0 1.5px;
  }
}

.top-news2-slider .slick-prev {
  background-color: #000;
  background-image: url('../assets/images/common/icon_arrow_prev.png');
  background-size: 100% auto;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.top-news2-slider .slick-prev::before {
  content: '';
}

.top-news2-slider .slick-next {
  background-color: #000;
  background-image: url('../assets/images/common/icon_arrow_next.png');
  background-size: 100% auto;
  right: 0;
  width: 30px;
  height: 30px;
}
.top-news2-slider .slick-next::before {
  content: '';
}

/* ==========================
LINK 集
========================== */
.top-contents__wrapper {
  margin-top: 2px;
}

.top-contents {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .top-contents__group {
    display: flex;
  }
}

.top-contents__image {
  background-position: center;
  background-size: cover;
  padding-top: 49.33333%;
  position: relative;
  width: 100%;
}
.top-contents__image.is-people {
  background-image: url('../assets/images/top/bg_people_sp.jpg');
}
.top-contents__image.is-brand {
  background-image: url('../assets/images/top/bg_brand_sp.png');
}
.top-contents__image.is-zone {
  background-image: url('../assets/images/top/bg_zone_sp.jpg');
}
.top-contents__image.is-action {
  background-image: url('../assets/images/top/bg_support_sp.jpg');
}
@media screen and (min-width: 769px) {
  .top-contents__image {
    padding-top: 350px;
  }
  .top-contents__image.is-people {
    background-image: url('../assets/images/top/bg_people_pc.jpg');
  }
  .top-contents__image.is-brand {
    background-image: url('../assets/images/top/bg_brand_pc.png');
  }
  .top-contents__image.is-zone {
    background-image: url('../assets/images/top/bg_zone_pc.jpg');
  }
  .top-contents__image.is-action {
    background-image: url('../assets/images/top/bg_support_pc.jpg');
  }
}

.top-contents__link {
  background-image: url('../assets/images/top/bg_title_top_sp.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding-top: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 266px;
  height: 21px;
}
@media screen and (min-width: 769px) {
  .top-contents__link {
    background-image: url('../assets/images/top/bg_title_contents_pc.png');
    padding-top: 8px;
    width: 460px;
    height: 35px;
  }
}

.top-contents__link-label {
  color: #fff;
  font-family: 'PTSans';
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.top-contents__link-label::after {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 1px;
}
@media screen and (min-width: 769px) {
  .top-contents__link-label {
    font-size: 20px;
  }
  .top-contents__link-label::after {
    width: 9px;
    height: 9px;
    vertical-align: 2px;
  }
}

/* ==========================
SKATE PARK
========================== */
.top-skate {
  background-color: #3c4650;
  padding: 40px 20px 30px;
}

.top-skate__title {
  margin: 0 0 30px;
  text-align: center;
}

.top-skate__title-label {
  background-image: url('../assets/images/top/bg_title_skate_sp.png');
}
@media screen and (min-width: 769px) {
  .top-skate__title-label {
    background-image: url('../assets/images/top/bg_title_skate_pc.png');
  }
}

.top-skate__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .top-skate__list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1290px;
  }
}

.top-skate__item {
  background-color: #333c45;
  margin-top: 20px;
}
.top-skate__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .top-skate__item {
    margin-top: 0;
    width: 48.83721%;
  }
}

/* ==========================
STORE
========================== */
.top-store {
  background-color: #2d2d32;
  padding: 40px 20px 30px;
}

.top-store__title {
  margin: 0 0 30px;
  text-align: center;
}

.top-store__title-label {
  background-image: url('../assets/images/top/bg_title_store_sp.png');
}
@media screen and (min-width: 769px) {
  .top-store__title-label {
    background-image: url('../assets/images/top/bg_title_store_pc.png');
  }
}

.top-store__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .top-store__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1290px;
  }
}

.top-store__item {
  background-color: #222226;
  margin-top: 20px;
}
.top-store__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .top-store__item:first-child {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .top-store__item {
    margin-top: 10px;
    margin-right: 0.77519%;
    width: 19.37984%;
  }
  .top-store__item:nth-child(5n) {
    margin-right: 0;
  }
}

/* ==========================
CONTACT
========================== */
.top-contact {
  background-color: #3c4650;
  padding: 30px 0;
}

.top-contact__container {
  margin: 0 20px;
}

.top-contact__title {
  margin: 0 0 30px;
  text-align: center;
}

.top-contact__title-label {
  background-image: url('../assets/images/top/bg_title_contact_sp.png');
}
@media screen and (min-width: 769px) {
  .top-contact__title-label {
    background-image: url('../assets/images/top/bg_title_contact_pc.png');
  }
}

@media screen and (min-width: 769px) {
  .top-contact__about {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
  }
}

.top-contact__map {
  background-color: red;
  width: 100%;
  height: 220px;
}
@media screen and (min-width: 769px) {
  .top-contact__map {
    max-width: 870px;
    width: 67.96875%;
    height: 300px;
  }
}

.top-contact__information {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .top-contact__information {
    margin-top: 0;
    width: 30.46875%;
  }
}

.top-contact__name {
  color: #b1b5b9;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

.top-contact__name-kana {
  font-size: 12px;
}

.top-contact__zip,
.top-contact__address,
.top-contact__tel,
.top-contact__fax {
  color: #b1b5b9;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .top-contact__zip,
  .top-contact__address,
  .top-contact__tel,
  .top-contact__fax {
    display: inline-block;
  }
}

.top-contact__form {
  border-top: 1px solid #2a323a;
  margin-top: 15px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .top-contact__form {
    display: flex;
    justify-content: space-between;
    margin: 55px auto 0;
    max-width: 1280px;
    padding-top: 55px;
  }
}

@media screen and (min-width: 769px) {
  .top-contact__form-group {
    width: 49.60938%;
    max-width: 635px;
  }
}

.top-contact__form-item {
  margin-top: 15px;
}
.top-contact__form-item:first-child {
  margin-top: 0;
}
.top-contact__form-item.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .top-contact__form-item.pc-only {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .top-contact__form-item {
    margin-top: 20px;
  }
  .top-contact__form-item.is-submit {
    text-align: right;
  }
}

.top-contact__input {
  background-color: #464f59;
  border: 0;
  box-sizing: border-box;
  color: #80878d;
  font-size: 13px;
  padding: 9px 12px 8px;
  width: 100%;
}
.top-contact__input::-webkit-input-placeholder {
  color: #80878d;
  font-size: 13px;
}
.top-contact__input:-ms-input-placeholder {
  color: #80878d;
  font-size: 13px;
}
.top-contact__input::-ms-input-placeholder {
  color: #80878d;
  font-size: 13px;
}
.top-contact__input::placeholder {
  color: #80878d;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .top-contact__input {
    padding: 14px 12px 12px;
  }
}

.top-contact__textarea {
  background-color: #464f59;
  border: 0;
  box-sizing: border-box;
  color: #80878d;
  font-size: 13px;
  padding: 9px 12px 8px;
  width: 100%;
  height: 300px;
}
.top-contact__textarea::-webkit-input-placeholder {
  color: #80878d;
  font-size: 13px;
}
.top-contact__textarea:-ms-input-placeholder {
  color: #80878d;
  font-size: 13px;
}
.top-contact__textarea::-ms-input-placeholder {
  color: #80878d;
  font-size: 13px;
}
.top-contact__textarea::placeholder {
  color: #80878d;
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .top-contact__textarea {
    height: 220px;
  }
}

.top-contact__submit {
  background-color: #636b73;
  border: 0;
  color: #c8c8ca;
  font-size: 15px;
  padding: 12px 0 11px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-contact__submit {
    width: 250px;
  }
}

div.wpcf7-response-output {
  color: #c8c8ca;
  font-size: 14px;
  margin: 0;
  padding: 10px 10px;
}

.topics-detail__container {
  border-bottom: 1px solid #c4c7ca;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .topics-detail__container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 65px;
    padding-bottom: 65px;
    max-width: 1090px;
  }
}

.topics-detail__aside {
  position: relative;
}
@media screen and (min-width: 769px) {
  .topics-detail__aside {
    width: 55.04587%;
  }
}

@media screen and (min-width: 769px) {
  .topics-detail__main {
    width: 39.44954%;
  }
}

.topics-detail__title,
.topics-detail__main-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  margin: 0;
}

.topics-detail__title {
  display: none;
}
@media screen and (min-width: 769px) {
  .topics-detail__title {
    display: block;
    margin: 60px auto 20px;
    max-width: 1090px;
  }
}

.topics-detail__main-title {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .topics-detail__main-title {
    display: none;
  }
}

.topics-detail__images {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topics-detail__image img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .topics-detail__image {
    margin-top: 30px;
  }
  .topics-detail__image:first-child {
    margin-top: 0;
  }
}

.topics-detail__body {
  font-size: 13px;
  line-height: 2;
}
.topics-detail__body p {
  word-break: break-all;
}
.topics-detail__body figure {
  border: 0;
  margin: 2em 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  height: 0;
}
.topics-detail__body figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.topics-detail__info {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .topics-detail__info {
    margin-top: 0;
  }
}

.topics-detail__category {
  background-color: #505055;
  color: #fff;
  font-family: 'PTSans';
  font-size: 14px;
  margin: 0;
  padding: 2px 0 0;
  text-align: center;
  width: 80px;
}

.topics-detail__date {
  background-color: #505055;
  color: #fff;
  font-family: 'PTSans';
  font-size: 11px;
  margin: 2px 0 0;
  padding: 3px 0 1px;
  text-align: center;
  width: 80px;
}

.topics-detail__sns {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topics-detail__sns-item {
  display: inline-block;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .topics-detail__related {
    margin: 0 auto;
    max-width: 1090px;
  }
}

.topics-slider.slick-slider {
  position: static;
}

.topics-slider .slick-prev {
  background-color: #000;
  background-image: url('../assets/images/common/icon_arrow_prev.png');
  background-size: 100% auto;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.topics-slider .slick-prev::before {
  content: '';
}

.topics-slider .slick-next {
  background-color: #000;
  background-image: url('../assets/images/common/icon_arrow_next.png');
  background-size: 100% auto;
  right: 0;
  width: 30px;
  height: 30px;
}
.topics-slider .slick-next::before {
  content: '';
}

/* ==========================
Navigation
========================== */
.topics-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .topics-nav__list {
    background-color: #b1b5b9;
    display: block;
    margin: 0 auto 60px;
    text-align: center;
    max-width: 1090px;
  }
}

.topics-nav__item {
  margin: 0 0 10px;
  width: 48.35821%;
}
@media screen and (min-width: 769px) {
  .topics-nav__item {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 60px;
    width: auto;
  }
  .topics-nav__item:first-child {
    margin-left: 0;
  }
}

.topics-nav__item-link {
  background-color: #b1b5b9;
  color: #e6e6e7;
  display: block;
  font-family: 'PTSans';
  font-size: 14px;
  line-height: 1;
  padding: 4px 0 2px;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .topics-nav__item-link {
    font-size: 20px;
    padding: 6px 0 4px;
  }
}
.topics-nav__item-link:hover,
.topics-nav__item-link.is-active {
  color: #fff;
}

/* ==========================
Archive
========================== */
.topics-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .topics-archive__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1090px;
    width: 100%;
  }
}

.topics-archive__item {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .topics-archive__item {
    margin-top: 0;
    margin-right: 5.9633%;
    margin-bottom: 65px;
    width: 29.3578%;
  }
  .topics-archive__item:nth-child(3n) {
    margin-right: 0;
  }
}

/* ==========================
MORE
========================== */
.topics-archive__more {
  display: none;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .topics-archive__more {
    margin: 0 auto;
    max-width: 1090px;
  }
}

.topics-archive__more-button {
  background-color: #b9b9bb;
  border: 0;
  display: block;
  padding: 12px 0 10px;
  text-align: center;
  width: 100%;
}

.topics-archive__more-button-label {
  color: #fff;
  font-family: 'PTSans';
  font-size: 20px;
  position: relative;
}
.topics-archive__more-button-label::after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  margin-left: 20px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: 4px;
}

/* ==========================
Loading
========================== */
.topics-loading {
  background-image: url('../assets/images/common/Loading_icon.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 220px auto;
  min-height: 300px;
}

.page-zone {
  background-color: #e9e9ea;
}

.zone__header {
  margin: 0 0 20px;
}
@media screen and (min-width: 769px) {
  .zone__header {
    margin: 0 auto 50px;
    width: 700px;
  }
}

.zone__subtitle {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 13px;
}

.zone__subtitle-kana {
  font-weight: normal;
}

.zone__description {
  font-size: 13px;
  line-height: 1.53846;
  margin: 0;
}

.zone__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .zone__list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1090px;
  }
}

.zone__item {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .zone__item {
    margin-top: 0;
    width: 47.24771%;
  }
}
.zone__item:first-child {
  margin-top: 0;
}

/* Recruit */
.recruit {
  font-family: 'Hiragino Kaku Gothic', sans-serif;
  padding: 31px 20px 30px;
}

.recruit-archive-breadcrumb {
  display: none;
  position: absolute;
  top: 100px;
  left: 60px;
}

.recruit-breadcrumb-item {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  margin: 0;
}

.recruit-breadcrumb-item + .recruit-breadcrumb-item::before {
  content: '>';
  margin: 0 0.5em;
}

.recruit-breadcrumb-item-link {
  color: #000;
}

.recruit-title {
  align-items: center;
  background-image: url('../assets/images/recruit/bg_title.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  color: #f7f7f7;
  display: flex;
  font-family: 'PTSans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  margin: 0 auto;
  width: 263px;
  height: 21px;
}

.recruit-page-header {
  margin-top: 38px;
}

.recruit-headline-area,
.recruit-headline-title,
.recruit-headline-category {
  font-size: 16px;
  line-height: 1.375;
  margin: 0;
}

.recruit-images {
  margin: 10px auto 0;
  max-width: 335px;
}

.slide-list {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.slide-item {
  width: 100%;
  height: 200px;
}

.slide-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.recruit-summary {
  margin-top: 54px;
}

.recruit-item + .recruit-item {
  margin-top: 16px;
}

.recruit-item-title {
  align-items: center;
  background-color: #505055;
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: center;
  height: 20px;
  margin: 0;
}

.recruit-item-data {
  color: #4c4c51;
  font-size: 14px;
  line-height: 1.57;
  margin: 12px 0 0;
  text-align: center;
}
.recruit-item-data p {
  margin: 0;
}

.recruit-apply {
  margin: 30px 0 60px;
}

.recruit-apply-button {
  align-items: center;
  background-color: #b9b9bb;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  width: 250px;
  height: 40px;
}

.recruit-apply-button::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  position: absolute;
  top: 11px;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.recruit-archive .recruit-apply-button::after {
  top: 15px;
  transform: rotate(-45deg);
}

.recruit-detail {
  margin-top: 27px;
}

.recruit-detail-link {
  align-items: center;
  background-color: #b9b9bb;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
  width: 250px;
  height: 40px;
}

.recruit-detail-link::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.recruit-notice {
  align-items: center;
  background-color: #b9b9bb;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  padding: 0 23px;
  max-width: 752px;
  width: 100%;
  height: 64px;
}

.recruit-notice-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.375;
  margin: 0;
}

.recruit-form {
  background-color: #3c4650;
  margin-top: 30px;
  padding: 25px 20px 30px;
}

.recruit-form .top-contact__form {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

/* recruit archive */

body.page-template-tpl-recruit {
  background-color: #f7f7f7;
}

.recruit-archive {
  background-color: #f7f7f7;
  margin: 0 auto;
  padding: 155px 20px 0;
  max-width: 1090px;
}

.recruit-archive-list {
  list-style: none;
  margin-top: 38px;
  padding: 0 0 30px;
}

.recruit-item-image {
  margin-top: 10px;
}

.recruit-item-image img {
  width: 100%;
}

.recruit-archive .recruit-page-header {
  margin-top: 30px;
}

.recruit-archive-list-item {
  border-bottom: 1px solid #d8d8da;
  margin-bottom: 30px;
}

.recruit-archive .recruit-summary {
  margin-top: 20px;
}

.recruit-archive .recruit-apply {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 940px) {
  .recruit {
    margin: 0 auto;
    padding-top: 121px;
    max-width: 1090px;
  }

  .recruit-archive-breadcrumb {
    display: flex;
  }

  .recruit-title {
    background-image: url('../assets/images/recruit/bg_title_pc.png');
    font-size: 20px;
    width: 460px;
    height: 35px;
  }

  .recruit-page-header {
    margin-top: 67px;
  }

  .recruit-headline {
    display: flex;
  }

  .recruit-headline-area,
  .recruit-headline-title,
  .recruit-headline-category {
    font-size: 20px;
  }

  .recruit-first {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
  }

  .recruit-images {
    flex-shrink: 0;
    margin: 0;
    max-width: 500px;
    width: 500px;
    height: 300px;
  }

  .slide-item {
    height: 300px;
  }

  .recruit-summary {
    flex-shrink: 0;
    margin-top: 25px;
    max-width: 530px;
    width: calc(100% - 520px);
  }

  .recruit-summary .recruit-item-title {
    flex-basis: 80px;
  }

  .recruit-apply {
    margin-top: 50px;
  }

  .recruit-item {
    display: flex;
  }

  .recruit-item + .recruit-item {
    margin-top: 10px;
  }

  .recruit-summary .recruit-item + .recruit-item {
    margin-top: 5px;
  }

  .recruit-item-title {
    flex-basis: 125px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .summary .recruit-item-title {
    flex-basis: 80px;
  }

  .recruit-item-data {
    font-size: 16px;
    margin-top: 0;
    margin-left: 10px;
    text-align: left;
  }

  .recruit-apply-button {
    font-size: 20px;
    width: 300px;
    height: 48px;
  }

  .recruit-apply-button::after {
    top: 13px;
    right: 17px;
    width: 14px;
    height: 14px;
  }

  .recruit-notice {
    margin-top: 50px;
    height: 48px;
  }

  .recruit-notice-text {
    font-size: 20px;
  }

  .recruit-form {
    margin-top: 60px;
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .recruit-form .wpcf7 .ajax-loader {
    display: block;
  }

  /* Recruit Archive */

  .recruit-archive {
    padding-top: 175px;
  }

  .recruit-archive-list {
    margin-top: 67px;
  }

  .recruit-archive .recruit-summary {
    margin-top: 25px;
  }

  .recruit-archive-item {
    position: relative;
  }

  .recruit-archive-list-item {
    border-bottom: 1px solid #d8d8da;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }

  .recruit-item-image {
    margin-top: 0;
    width: 500px;
    min-height: 300px;
  }

  .recruit-archive-buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .recruit-detail {
    margin-top: 0;
    margin-right: 30px;
  }

  .recruit-archive-buttons .recruit-apply {
    margin: 0;
  }

  .recruit-archive .recruit-apply-button {
    font-size: 16px;
    width: 250px;
    height: 40px;
  }

  .recruit-archive .recruit-apply-button::after {
    top: 11px;
    right: 15px;
    width: 10px;
    height: 10px;
  }
}
