@charset "UTF-8";

/*
---------------------------------------
variables
---------------------------------------
*/

/*
---------------------------------------
mixin
---------------------------------------
*/

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */

select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
---------------------------------------
base
---------------------------------------
*/

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #515151;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.83;
}

@media screen and (max-width: 840px) {
  body {
    font-size: 1.4rem;
    min-width: 320px;
  }
}

@media screen and (min-width: 841px) {
  body {
    font-size: 1.6rem;
  }
}

.detect-pc {
  min-width: 841px;
}

.detect-sp {
  min-width: 840px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  transition: all 0.5s;
  color: #515151;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

.defs {
  display: none;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-action {
  pointer-events: none;
  cursor: default;
}

.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

@media screen and (max-width: 840px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 841px) {
  .sp-only {
    display: none;
  }
}

.inner {
  margin: 0 auto;
}

@media screen and (max-width: 840px) {
  .inner {
    width: 88%;
  }
}

@media screen and (min-width: 841px) {
  .inner {
    width: 90%;
    max-width: 1000px;
  }
}

.iframe-outer {
  position: relative;
}

.iframe-wrapper {
  position: relative;
  height: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/*
---------------------------------------
icon
---------------------------------------
*/

@font-face {
  font-family: "icomoon";

  src: url("fonts/icomoon.eot?p19nl5");

  src: url("fonts/icomoon.eot?p19nl5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?p19nl5") format("truetype"), url("fonts/icomoon.woff?p19nl5") format("woff"), url("fonts/icomoon.svg?p19nl5#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

/*
---------------------------------------
fonts
---------------------------------------
*/

/*
---------------------------------------
btn
---------------------------------------
*/

.p_btn--wrapper {
  text-align: center;
}

@media screen and (max-width: 840px) {
  .p_btn--wrapper {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .p_btn--wrapper {
    margin-top: 1.5rem;
  }
}

.p_btn--white {
  color: #515151;
  background: #fff;
}

.p_btn--d_gray {
  color: #fff;
  background: #515151;
}

.p_btn--rounded {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 400;
  letter-spacing: 0.16em;
  display: inline-block;
  padding: 0 20px;
  border-radius: 18px;
}

@media screen and (max-width: 840px) {
  .p_btn--rounded {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 841px) {
  .p_btn--rounded {
    font-size: 1.4rem;
  }
}

.p_btn--rounded::before {
  content: "";
  display: inline-block;
  height: 36px;
  vertical-align: middle;
}

.p_btn--hamburger {
  width: 22px;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

@media screen and (min-width: 841px) {
  .p_btn--hamburger {
    display: none;
  }
}

.p_btn--hamburger div {
  background: #999;
  width: 100%;
  height: 2px;
}

.p_btn--hamburger div:nth-child(2) {
  margin: 6px 0px;
  position: relative;
}

.p_btn--hamburger div:nth-child(2)::after {
  background: #999;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p_btn--hamburger.open div:first-child {
  -webkit-animation: naviLineFirstOpen 0.5s ease-in-out forwards;
          animation: naviLineFirstOpen 0.5s ease-in-out forwards;
}

.p_btn--hamburger.open div:nth-child(2) {
  -webkit-animation: naviLineSecondOpen 0.5s ease-in-out forwards;
          animation: naviLineSecondOpen 0.5s ease-in-out forwards;
}

.p_btn--hamburger.open div:nth-child(2)::after {
  -webkit-animation: naviLineSecondAfterOpen 0.5s ease-in-out forwards;
          animation: naviLineSecondAfterOpen 0.5s ease-in-out forwards;
}

.p_btn--hamburger.open div:last-child {
  -webkit-animation: naviLineLastOpen 0.5s ease-in-out forwards;
          animation: naviLineLastOpen 0.5s ease-in-out forwards;
}

.p_btn--hamburger.close div:first-child {
  -webkit-animation: naviLineFirstClose 0.5s ease-in-out forwards;
          animation: naviLineFirstClose 0.5s ease-in-out forwards;
}

.p_btn--hamburger.close div:nth-child(2) {
  -webkit-animation: naviLineSecondClose 0.5s ease-in-out forwards;
          animation: naviLineSecondClose 0.5s ease-in-out forwards;
}

.p_btn--hamburger.close div:nth-child(2)::after {
  -webkit-animation: naviLineSecondAfterClose 0.5s ease-in-out forwards;
          animation: naviLineSecondAfterClose 0.5s ease-in-out forwards;
}

.p_btn--hamburger.close div:last-child {
  -webkit-animation: naviLineLastClose 0.5s ease-in-out forwards;
          animation: naviLineLastClose 0.5s ease-in-out forwards;
}

/*
---------------------------------------
font
---------------------------------------
*/

.p_font--lato {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.16em;
}

/*
---------------------------------------
ttl
---------------------------------------
*/

/*
---------------------------------------
utilis
---------------------------------------
*/

.p_utilis--arrow--next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 15px;
  background: url(/images/common/arrow_next.svg) no-repeat center;
  background-size: contain;
  transform: translate(2px, -1px);
}

.p_utilis--arrow--prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 15px;
  background: url(/images/common/arrow_prev.svg) no-repeat center;
  background-size: contain;
  transform: translate(-2px, -1px);
}

.p_utilis--category ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.p_utilis--category li {
  margin-right: 3rem;
}

.p_utilis--category li:last-child {
  margin-right: 0;
}

.p_utilis--category .current {
  color: #515151;
  padding-bottom: 5px;
  border-bottom: 1px solid #515151;
}

/*
---------------------------------------
Animation
---------------------------------------
*/

@-webkit-keyframes naviLineFirstOpen {
  49% {
    opacity: 1;
    transform: translate(0, 6px);
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate(0, 6px);
  }
}

@keyframes naviLineFirstOpen {
  49% {
    opacity: 1;
    transform: translate(0, 6px);
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate(0, 6px);
  }
}

@-webkit-keyframes naviLineFirstClose {
  0% {
    opacity: 0;
    transform: translate(0, 6px);
  }

  50% {
    opacity: 0;
    transform: translate(0, 6px);
  }

  51% {
    opacity: 1;
  }

  100% {
    transform: translate(0);
  }
}

@keyframes naviLineFirstClose {
  0% {
    opacity: 0;
    transform: translate(0, 6px);
  }

  50% {
    opacity: 0;
    transform: translate(0, 6px);
  }

  51% {
    opacity: 1;
  }

  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes naviLineLastOpen {
  49% {
    opacity: 1;
    transform: translate(0, -6px);
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate(0, -6px);
  }
}

@keyframes naviLineLastOpen {
  49% {
    opacity: 1;
    transform: translate(0, -6px);
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate(0, -6px);
  }
}

@-webkit-keyframes naviLineLastClose {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }

  50% {
    opacity: 0;
    transform: translate(0, -8px);
  }

  51% {
    opacity: 1;
  }

  100% {
    transform: translate(0);
  }
}

@keyframes naviLineLastClose {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }

  50% {
    opacity: 0;
    transform: translate(0, -8px);
  }

  51% {
    opacity: 1;
  }

  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes naviLineSecondOpen {
  50% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(45deg);
  }
}

@keyframes naviLineSecondOpen {
  50% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(45deg);
  }
}

@-webkit-keyframes naviLineSecondClose {
  0% {
    transform: rotateZ(45deg);
  }

  50% {
    transform: rotateZ(0);
  }
}

@keyframes naviLineSecondClose {
  0% {
    transform: rotateZ(45deg);
  }

  50% {
    transform: rotateZ(0);
  }
}

@-webkit-keyframes naviLineSecondAfterOpen {
  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: rotateZ(0);
  }

  100% {
    opacity: 1;
    transform: rotateZ(-90deg);
  }
}

@keyframes naviLineSecondAfterOpen {
  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: rotateZ(0);
  }

  100% {
    opacity: 1;
    transform: rotateZ(-90deg);
  }
}

@-webkit-keyframes naviLineSecondAfterClose {
  0% {
    opacity: 1;
    transform: rotateZ(-90deg);
  }

  50% {
    opacity: 1;
    transform: rotateZ(0);
  }

  51% {
    opacity: 0;
  }
}

@keyframes naviLineSecondAfterClose {
  0% {
    opacity: 1;
    transform: rotateZ(-90deg);
  }

  50% {
    opacity: 1;
    transform: rotateZ(0);
  }

  51% {
    opacity: 0;
  }
}

/*
---------------------------------------
form
---------------------------------------
*/

.m_form ::-moz-placeholder {
  color: #b3b3b3;
}

.m_form :-ms-input-placeholder {
  color: #b3b3b3;
}

.m_form ::placeholder {
  color: #b3b3b3;
}

.m_form input,
.m_form textarea {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  padding: 7px;
}

.m_form input[type=radio],
.m_form input[type=checkbox] {
  display: none;
}

.m_form--radio label {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.m_form--radio label:hover {
  cursor: pointer;
}

.m_form--radio label:last-child {
  margin: 0;
}

.m_form--radio span {
  position: relative;
  padding-left: 20px;
}

.m_form--radio span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 4px);
}

.m_form--radio input:checked + span {
  color: #666;
}

.m_form--radio input:checked + span::before {
  border: 1px solid #666;
  background: #666;
}

.m_form--radio input:checked + span::after {
  content: "";
  background: #fff;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 9px);
}

.m_form--checkbox label {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.m_form--checkbox label:hover {
  cursor: pointer;
}

.m_form--checkbox label:last-child {
  margin: 0;
}

.m_form--checkbox span {
  position: relative;
  padding-left: 20px;
}

.m_form--checkbox span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 4px);
  transition: all 300ms 0s ease;
}

.m_form--checkbox input:checked + span {
  color: #666;
}

.m_form--checkbox input:checked + span::before {
  background: #666;
  border: 1px solid #666;
}

.m_form--checkbox input:checked + span::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 7px) rotate(40deg);
}

.m_form select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
}

.m_form--select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.m_form--select::before, .m_form--select::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.m_form--select::before {
  transform: translate(-8px, 14px) rotate(180deg);
}

.m_form--select::after {
  bottom: 0;
  transform: translate(-8px, 6px);
}

.m_form--file input[type=file] {
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.m_form--submit input {
  transition: all 0.5s;
  color: #fff;
  background: #666;
  border: 1px solid #666;
  padding: 15px;
}

.m_form--required::after {
  color: red;
  display: inline-block;
  content: "※";
}

.m_form .m_form--error {
  color: red;
}

/*
---------------------------------------
pagination
---------------------------------------
*/

/*
---------------------------------------
breadcrumb
---------------------------------------
*/

/*
---------------------------------------
contents
---------------------------------------
*/

/*
---------------------------------------
header
---------------------------------------
*/

@media screen and (max-width: 840px) {
  .l_header {
    color: #fff;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9000;
  }

  .l_header--head-logo {
    display: flex;
    align-items: center;
  }

  .l_header--head-logo img {
    width: 100px;
  }

  .l_header--logo-btn-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
  }

  .l_header--navi {
    visibility: hidden;
    width: 100vw;
    height: 0;
    overflow: hidden;
    transition: all 0.45s ease-in-out;
  }

  .l_header--navi.open {
    visibility: visible;
    background: #515151;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all 0.45s ease-in-out;
  }

  .l_header--navi-list {
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    padding: 3rem 8%;
  }

  .l_header--navi-list li:first-child a {
    border-top: 1px solid #616161;
  }

  .l_header--navi-list li:last-child {
    margin-bottom: 0;
  }

  .l_header--navi-list a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 11px 0;
    border-bottom: 1px solid #616161;
  }

  .l_header--info {
    font-size: 13px;
    text-align: center;
  }

  .l_header--info img {
    width: 65px;
  }

  .l_header--address {
    margin-top: 20px;
  }

  .l_header--map {
    margin-top: 1.5rem;
  }

  .l_header--tel {
    margin-top: 18px;
  }

  .l_header--tel-btn {
    margin-top: 10px;
  }
}

@media screen and (min-width: 841px) {
  .l_header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    width: 100%;
    padding: 1.5rem;
    position: fixed;
    top: 0;
    z-index: 9000;
  }

  .l_header--logo-navi {
    width: auto;
    margin: 0;
  }

  .l_header--head-logo img {
    width: 120px;
    vertical-align: baseline;
  }

  .l_header--navi {
    width: auto;
    margin: 0;
  }

  .l_header--navi ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .l_header--navi-list li {
    margin-left: 3rem;
  }

  .l_header--navi-list a {
    color: #1d1d1f;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .l_header--info {
    display: none;
  }
}

/*
---------------------------------------
footer
---------------------------------------
*/

.l_footer {
  background: #f3f3f3;
}

@media screen and (max-width: 840px) {
  .l_footer {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .l_footer {
    margin-top: 15rem;
  }
}

@media screen and (max-width: 840px) {
  .l_footer {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 841px) {
  .l_footer {
    font-size: 1.2rem;
    padding: 4.5rem 4.5rem 1.5rem;
  }

  .l_footer > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (max-width: 840px) {
  .l_footer--navi > div:first-child a {
    border-top: 1px solid #d2d2d7;
  }

  .l_footer--navi > div:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 841px) {
  .l_footer--navi {
    display: flex;
  }

  .l_footer--navi > div {
    margin-right: 3rem;
  }

  .l_footer--navi > div:last-child {
    margin-right: 0;
  }
}

.l_footer--navi-page {
  color: #1d1d1f;
  font-weight: 700;
}

@media screen and (max-width: 840px) {
  .l_footer--navi-page {
    display: inline-block;
    width: 100%;
    padding: 11px 0;
    border-bottom: 1px solid #d2d2d7;
  }
}

@media screen and (max-width: 840px) {
  .l_footer--navi-parent > a {
    border-bottom: none;
  }
}

@media screen and (max-width: 840px) {
  .l_footer--navi-child {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d2d2d7;
  }
}

.l_footer--navi-child a {
  display: block;
}

@media screen and (max-width: 840px) {
  .l_footer--navi-child a {
    padding-left: 10px;
    margin-top: 0.75rem;
  }

  .l_footer--navi-child a:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 841px) {
  .l_footer--navi-child a {
    margin-top: 5px;
  }
}

@media screen and (max-width: 840px) {
  .l_footer--info {
    text-align: center;
    margin-top: 4.5rem;
  }
}

.l_footer--info-logo {
  width: 65px;
}

.l_footer--info-sns {
  margin-top: 3rem;
}

.l_footer--info-sns a {
  display: inline-block;
  width: 30px;
}

.l_footer--info-sns img {
  width: 100%;
}

.l_footer--info ul {
  margin-top: 3rem;
}

.l_footer small {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.16em;
  font-size: 1rem;
  text-align: center;
  display: block;
}

@media screen and (max-width: 840px) {
  .l_footer small {
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 841px) {
  .l_footer small {
    transform: translate(0px, -20px);
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";

  src: url("./fonts/slick.eot");

  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 3rem;
}

.slick-dots {
  position: absolute;
  bottom: 21px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 0;
  z-index: 100;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-family: "slick";
  font-size: 6px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #fff;
}

/*
---------------------------------------
contact
---------------------------------------
*/

.pl_contact--item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3rem;
}

.pl_contact--item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 840px) {
  .pl_contact--item dt {
    width: 100%;
  }
}

@media screen and (min-width: 841px) {
  .pl_contact--item dt {
    width: 180px;
  }
}

@media screen and (max-width: 840px) {
  .pl_contact--item dd {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (min-width: 841px) {
  .pl_contact--item dd {
    width: calc(100% - 180px);
  }
}

.pl_contact--submit {
  margin-top: 3rem;
}

@media screen and (min-width: 841px) {
  .pl_contact--confirm-submit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}

.pl_contact--confirm-submit .pl_contact--confirm-back {
  color: #666;
  background: #ccc;
  border-color: #ccc;
}

@media screen and (max-width: 840px) {
  .pl_contact--confirm-submit input {
    margin-top: 15px;
  }

  .pl_contact--confirm-submit input:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 841px) {
  .pl_contact--confirm-submit input {
    width: 45%;
  }
}

.pl_contact--complete-contents {
  margin-top: 3rem;
}

.pl_contact--complete-contents span {
  display: inline-block;
}

.pl_contact--complete-contents a {
  text-decoration: underline;
}

.pl_contact--error-contents {
  margin-top: 3rem;
}

.pl_contact--error-contents span {
  display: inline-block;
}

.pl_contact--error-contents a {
  text-decoration: underline;
}

/*
---------------------------------------
index
---------------------------------------
*/

.pl_index--cover {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f3f3f3 url("../images/common/mark_w.svg") round center center;
  width: 100vw;
  height: 100vh;
}

.pl_index--cover h1 {
  color: #515151;
  font-size: 14px;
  text-align: center;
}

.pl_index--cover h1 img {
  display: block;
  width: 178px;
  margin: 10px auto 0;
}

.pl_index--cover div {
  font-size: 12px;
  margin-top: 4.5rem;
}

@media screen and (max-width: 840px) {
  .pl_index--about {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--about {
    padding-top: 15rem;
  }

  .pl_index--about > div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.pl_index--about h1 {
  font-weight: 700;
}

@media screen and (max-width: 840px) {
  .pl_index--about h1 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--about h1 {
    font-size: 4rem;
  }
}

.pl_index--about h1 > span {
  color: #1d1d1f;
}

@media screen and (max-width: 840px) {
  .pl_index--about h1 > span {
    font-size: 2.4rem;
    line-height: 1.5;
    display: inline-block;
  }

  .pl_index--about h1 > span span {
    display: inline-block;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--about h1 > span {
    font-size: 5.5rem;
    line-height: 1.1;
    display: block;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--about-introduce {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--about-introduce {
    color: #fff;
    background: url(../images/common/mark_beta_bk.svg) no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50.7%;
    height: 315px;
    padding: 0 8%;
    transform: translate(8%, -8%);
  }
}

@media screen and (max-width: 840px) {
  .pl_index--about-introduce h2 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--about-introduce h2 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--about-introduce div {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--about-text {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--about-text {
    width: 44%;
    margin-top: 9rem;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--about-text p {
    margin-top: 1.5rem;
  }
}

.pl_index--about-text p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 840px) {
  .pl_index--pickup {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--pickup {
    margin-top: 15rem;
  }
}

.pl_index--pickup-item {
  border-radius: 1.5rem;
  background: #f3f3f3;
  position: relative;
}

@media screen and (max-width: 840px) {
  .pl_index--pickup-item {
    padding: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--pickup-item {
    padding: 7.5rem;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--pickup-item {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--pickup-item {
    display: flex;
    justify-content: space-between;
    width: 72.5%;
    padding: 7.5rem;
    margin-top: 9rem;
  }

  .pl_index--pickup-item:nth-child(2n) {
    flex-direction: row-reverse;
    transform: translate(27.5%, 0px);
  }

  .pl_index--pickup-item:nth-child(2n) > div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.pl_index--pickup-item::first-child {
  margin-top: 0;
}

@media screen and (min-width: 841px) {
  .pl_index--pickup-text {
    width: 38%;
  }
}

.pl_index--pickup-text h3 {
  color: #1d1d1f;
}

@media screen and (max-width: 840px) {
  .pl_index--pickup-text h3 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--pickup-text h3 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--pickup-text p {
    margin-top: 3rem;
  }
}

.pl_index--pickup-image {
  text-align: center;
}

@media screen and (max-width: 840px) {
  .pl_index--pickup-image {
    width: 80%;
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--pickup-image {
    width: 50%;
  }
}

.pl_index--pickup-image img {
  width: 100%;
}

.pl_index--pickup-other {
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 840px) {
  .pl_index--pickup-other {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--pickup-other {
    margin-top: 10.5rem;
  }
}

.pl_index--pickup-other span {
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .pl_index--pickup-other-btn {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--pickup-other-btn {
    margin-top: 3rem;
  }
}

.pl_index--recommend {
  color: #fff;
  background: #515151;
}

@media screen and (max-width: 840px) {
  .pl_index--recommend {
    padding-top: 6rem;
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--recommend {
    padding-top: 15rem;
    margin-top: 15rem;
  }
}

.pl_index--recommend h1 {
  text-align: center;
}

@media screen and (max-width: 840px) {
  .pl_index--recommend h1 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--recommend h1 {
    font-size: 5.5rem;
  }
}

.pl_index--recommend-symbol {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 840px) {
  .pl_index--recommend-symbol {
    width: 50%;
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--recommend-symbol {
    width: 31.5%;
    max-width: 315px;
    margin-top: 9rem;
  }
}

.pl_index--recommend-symbol img {
  width: 100%;
}

@media screen and (max-width: 840px) {
  .pl_index--recommend h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 4.5rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--recommend h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 9rem;
  }
}

.pl_index--recommend h2 span {
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .pl_index--recommend-text {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--recommend-text {
    color: #f3f3f3;
    text-align: center;
    margin-top: 1.5rem;
  }
}

.pl_index--recommend-image {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 840px) {
  .pl_index--recommend-image {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--recommend-image {
    margin-top: 4.5rem;
  }
}

.pl_index--recommend-image img {
  width: 100%;
}

.pl_index--recommend-image > div {
  color: #fff;
  background: #1d1d1f;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 840px) {
  .pl_index--news {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--news {
    margin-top: 15rem;
  }
}

.pl_index--news h1 {
  text-align: center;
}

@media screen and (max-width: 840px) {
  .pl_index--news h1 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--news h1 {
    font-size: 5.5rem;
  }
}

.pl_index--news h2 {
  font-size: 2.4rem;
}

@media screen and (max-width: 840px) {
  .pl_index--news-wrapper {
    width: 88%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--news-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.5fr 2fr;
    padding: 0 3rem;
  }

  .pl_index--news-wrapper > div:first-child {
    order: 2;
  }

  .pl_index--news-wrapper > div:nth-child(2) {
    order: 1;
  }

  .pl_index--news-wrapper > div:last-child {
    order: 3;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--message {
    padding: 0 3rem;
  }

  .pl_index--message-btn {
    margin-top: 3rem;
  }
}

.pl_index--message-person {
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 840px) {
  .pl_index--message-person {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--message-person {
    margin-top: 9rem;
  }
}

.pl_index--message-person img {
  width: 100%;
}

@media screen and (max-width: 840px) {
  .pl_index--message-text {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--message-text {
    margin-top: 4.5rem;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--event {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--event {
    margin-top: 15rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--event > p {
    margin-top: 0.75rem;
  }
}

.pl_index--event-location {
  border-radius: 1.5rem;
  color: #f3f3f3;
  background: #515151;
}

@media screen and (max-width: 840px) {
  .pl_index--event-location {
    padding: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--event-location {
    padding: 7.5rem;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--event-location {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--event-location {
    margin-top: 3rem;
    padding: 4.5rem;
  }
}

.pl_index--event-location dl > div {
  border-top: 1px solid rgba(210, 210, 215, 0.2);
}

@media screen and (max-width: 840px) {
  .pl_index--event-location dl > div {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--event-location dl > div {
    padding: 1.5rem 0;
  }
}

.pl_index--event-location dl > div:first-child {
  border-top: none;
}

.pl_index--event-location dt {
  font-weight: 700;
}

.pl_index--event-location dd > a {
  color: #f3f3f3;
}

@media screen and (max-width: 840px) {
  .pl_index--event-map > div {
    padding-bottom: 100%;
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--event-map > div {
    padding-bottom: 60%;
    margin-top: 0.75rem;
  }
}

.pl_index--event-map iframe {
  border-radius: 15px;
}

@media screen and (max-width: 840px) {
  .pl_index--posts {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--posts {
    margin-top: 15rem;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--posts-list {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--posts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 840px) {
  .pl_index--posts-item {
    width: 100%;
    margin-top: 3rem;
  }

  .pl_index--posts-item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 841px) {
  .pl_index--posts-item {
    width: calc((100% - 3rem) / 2);
    margin: 0 3rem 3rem 0;
  }

  .pl_index--posts-item:nth-child(2n) {
    margin-right: 0;
  }
}

.pl_index--posts img {
  width: 100%;
}

/*
---------------------------------------
error_404
---------------------------------------
*/

.pl_error_404 {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 50px 3rem;
}

.pl_error_404 img {
  width: 40%;
  max-width: 150px;
  margin-bottom: 3rem;
}

.pl_error_404 h1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.pl_error_404 p {
  margin-bottom: 15px;
}

.pl_error_404 a {
  font-weight: bold;
}
