@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("//fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

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

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

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

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

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

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

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

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and 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([fill]) {
  fill: currentColor;
}

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

/* webfont */
/* local */
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   Noto Serif CJK JP
---------------------------------------------------------------------------*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSerifJP/NotoSerifJP-Regular.woff2) format("woff2"), url(../font/NotoSerifJP/NotoSerifJP-Regular.woff) format("woff"), url(../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSerifJP/NotoSerifJP-Bold.woff2) format("woff2"), url(../font/NotoSerifJP/NotoSerifJP-Bold.woff) format("woff"), url(../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format("opentype");
  font-display: swap;
}
body {
  /*font-family: 'Noto Serif Japanese', serif, sans-serif;*/
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html.is-menuopen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  html {
    width: 100%;
    height: 100%;
  }
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
  font-family: "pc";
}
@media only screen and (max-width: 767px) {
  head {
    font-family: "sp";
  }
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  min-width: 1024px;
  color: #3c3c3c;
  font-family: "YakuHanJP", a-otf-midashi-go-mb31-pr6n, "Noto Sans Japanese", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    height: auto;
    font-size: 12px;
    line-height: 1.5;
  }
}

.os-mac body {
  font-weight: 400;
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link, a:visited {
  text-decoration: none;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
  word-wrap: break-word;
  outline: none;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
  color: #d9d9d9;
}

::-moz-placeholder {
  color: #d9d9d9;
}

:-ms-input-placeholder {
  color: #d9d9d9;
}

:-moz-placeholder {
  color: #d9d9d9;
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/
::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
:where(figure) {
  margin: 0;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.l-page-wrapper {
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .l-page-wrapper {
    width: 100%;
    height: 100%;
  }
}

.is-loading .l-page-wrapper {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.load-complete .l-page-wrapper {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .l-page {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.l-page__main {
  padding-top: 170px;
}
@media only screen and (max-width: 767px) {
  .l-page__main {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .is-loading .l-page {
    overflow-y: hidden;
  }
}
/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}
.l-wrap--l {
  max-width: 1140px;
  min-width: 1024px;
  width: 100%;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  .l-wrap {
    width: auto;
    padding: 0 35px;
  }
  .l-wrap--l {
    min-width: 100%;
  }
}
/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *zoom: 1;
}
.l-grid:after {
  content: "";
  display: table;
  clear: both;
}
.l-grid__item {
  display: block;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  float: left;
}

.l-grid__item--1of2 {
  width: 50%;
}
.l-grid__item--1of3 {
  width: 33.33333333%;
}
.l-grid__item--1of4 {
  width: 25%;
}
.l-grid__item--1of5 {
  width: 20%;
}
.l-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.l-inline-grid__item {
  display: inline-block;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
  width: 50%;
}
.l-inline-grid__item--1of3 {
  width: 33.33333333%;
}
.l-inline-grid__item--1of4 {
  width: 25%;
}
.l-inline-grid__item--1of5 {
  width: 20%;
}
.l-inline-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-flex-grid__item {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.l-flex-grid__item--full {
  width: 100%;
}
.l-flex-grid__item--1of2 {
  width: 50%;
}
.l-flex-grid__item--1of3 {
  width: 33.33333333%;
}
.l-flex-grid__item--1of4 {
  width: 25%;
}
.l-flex-grid__item--1of5 {
  width: 20%;
}
.l-flex-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   c-btn
---------------------------------------------------------------------------*/
.c-btn {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 125px);
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    bottom: 25px;
    left: calc(50% - 85px);
    font-size: 15px;
  }
}
.c-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 48px;
  background-color: #3c3c3c;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-btn a {
    width: 170px;
    height: 40px;
  }
}
.mode-pc .c-btn a:hover {
  background-color: #989898;
}
.c-btn span {
  display: inline-block;
  min-height: 17px;
  padding-left: 35px;
  background: url("/assets/img/common/ico_blank.svg") no-repeat 0 50%;
  background-size: 17px 17px;
}
@media only screen and (max-width: 767px) {
  .c-btn span {
    display: inline-block;
    min-height: 14px;
    padding-left: 25px;
    background: url("/assets/img/common/ico_blank.svg") no-repeat 0 50%;
    background-size: 14px 14px;
  }
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   form
---------------------------------------------------------------------------*/
input,
button,
select,
textarea {
  border-radius: 0;
  -ms-appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

form input,
form textarea {
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

.c-input {
  width: 100%;
  height: 50px;
  padding: 10px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c-input {
    height: 40px;
    padding: 5px 15px;
    font-size: 15px;
  }
}

.c-textarea {
  width: 100%;
  max-height: 345px;
  padding: 15px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 25px;
  font-size: 16px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .c-textarea {
    max-height: 300px;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 15px;
  }
}

/* checkbox */
.c-checkbox + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  vertical-align: middle;
  cursor: pointer;
}

.c-checkbox + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid #505050;
  content: "";
}

.c-checkbox + span:after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -12px;
  width: 10px;
  height: 18px;
  border-right: 3px solid #505050;
  border-bottom: 3px solid #505050;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  content: "";
}

.c-checkbox:checked + span:after {
  opacity: 1;
}

/*--------------------------------------------------------------------------
   m-contact
---------------------------------------------------------------------------*/
.m-contact {
  padding: 75px 0 20px;
}
@media only screen and (max-width: 767px) {
  .m-contact {
    padding: 68px 0 22px;
  }
}
.m-contact__body {
  height: 259px;
  padding-top: 36px;
  background: url("../../assets/img/common/footer_illust_contact.svg") no-repeat 50% 50%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-contact__body {
    height: 215px;
    padding-top: 14px;
    background: url("../../assets/img/common/footer_illust_contact_sp.svg") no-repeat 50% 50%;
    background-size: 215px 215px;
  }
}
.m-contact__hdg {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .m-contact__hdg {
    font-size: 15px;
  }
}
.m-contact__btn {
  text-align: center;
  width: 294px;
  margin: 110px auto 0;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .m-contact__btn {
    width: 245px;
    margin-top: 95px;
    font-size: 20px;
  }
}
.m-contact__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #505050;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .m-contact__btn a {
    height: 40px;
  }
}
.mode-pc .m-contact__btn a:hover {
  background-color: #989898;
}

/*--------------------------------------------------------------------------
   m-pager
---------------------------------------------------------------------------*/
.m-pager {
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .m-pager {
    margin-top: 46px;
  }
}
.m-pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-pager__item {
  margin: 0 6px;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .m-pager__item {
    margin: 0 5px;
    font-size: 14px;
  }
}
.m-pager__item a,
.m-pager__item span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .m-pager__item a,
  .m-pager__item span {
    width: 30px;
    height: 30px;
  }
}
.mode-pc .m-pager__item a:hover {
  background-color: #3c3c3c;
  color: #fff;
}
.m-pager__item--current span {
  background-color: #3c3c3c;
  color: #fff;
}
.m-pager__item--prev a::before {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
@media only screen and (max-width: 767px) {
  .m-pager__item--prev a::before {
    left: calc(50% - 3px);
  }
}
.m-pager__item--next a::before {
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 3px);
  width: 6px;
  height: 6px;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .m-pager__item--next a::before {
    right: calc(50% - 3px);
  }
}
.mode-pc .m-pager__item--prev a:hover::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.mode-pc .m-pager__item--next a:hover::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*--------------------------------------------------------------------------
   m-contents
---------------------------------------------------------------------------*/
.m-contents {
  position: relative;
  padding-top: 120px;
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .m-contents {
    padding-top: 80px;
  }
}
.m-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 173px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-contents::before {
    height: 112px;
  }
}
.m-contents__hdg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 364px;
  height: 104px;
  margin: 0 auto;
  border: 8px solid #3c3c3c;
  font-family: "Roboto Slab", serif;
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .m-contents__hdg {
    width: 230px;
    height: 65px;
    border: 5px solid #3c3c3c;
    font-size: 30px;
  }
}
.m-contents__lead {
  margin-top: 195px;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-contents__lead {
    margin-top: 90px;
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
}
.m-contents__lead p + p {
  margin-top: 2em;
}
.m-contents__lead a {
  text-decoration: underline;
}
.m-contents__lead a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------------------
   m-post
---------------------------------------------------------------------------*/
.m-post {
  position: relative;
}
.m-post__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1210px;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .m-post__heading {
    display: block;
    height: 600px;
    padding-top: 210px;
  }
}
.m-post__page {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 364px;
  height: 104px;
  margin: 0 auto;
  border: 8px solid #fff;
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-post__page {
    top: 80px;
    width: 230px;
    height: 65px;
    border-width: 5px;
    font-size: 30px;
  }
}
.m-post__hdg {
  position: relative;
  color: #fff;
}
.m-post__tag {
  position: relative;
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.33;
}
@media only screen and (max-width: 767px) {
  .m-post__tag {
    font-size: 30px;
  }
}
.m-post__tag:not(:last-child)::after {
  content: ",";
}
.m-post__info-list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .m-post__info-list {
    margin-top: 30px;
  }
}
.m-post__info {
  position: relative;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-post__info {
    font-size: 13px;
  }
}
.m-post__info:not(:last-child) {
  margin-bottom: 11px;
  padding-bottom: 12px;
}
.m-post__info:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-post__info:not(:last-child)::after {
    width: 40px;
  }
}
.m-post__info a {
  position: relative;
  padding-left: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-post__info a {
    padding-left: 20px;
  }
}
.m-post__info a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../../assets/img/common/ico_blank.png") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .m-post__info a::before {
    width: 14px;
    height: 14px;
  }
}
.mode-pc .m-post__info a:hover {
  text-decoration: underline;
}
.m-post__date {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-post__date {
    font-size: 15px;
  }
}
.m-post__hashtag {
  margin-top: 5px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-post__hashtag {
    font-size: 15px;
  }
}
.m-post__body {
  padding: 200px 0 100px;
}
@media only screen and (max-width: 767px) {
  .m-post__body {
    padding: 50px 35px 10px;
  }
}
.m-post__body h2 {
  margin-top: 2em;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .m-post__body h2 {
    font-size: 19px;
    line-height: 1.84;
  }
}
.m-post__body h2:first-child {
  margin-top: 0;
}
.m-post__body h3 {
  margin-top: 1.5em;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .m-post__body h3 {
    font-size: 16px;
    line-height: 1.84;
  }
}
.m-post__body h3:first-child {
  margin-top: 0;
}
.m-post__body h4 {
  margin-top: 1.2em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .m-post__body h4 {
    font-size: 15px;
    line-height: 1.84;
  }
}
.m-post__body h4:first-child {
  margin-top: 0;
}
.m-post__body p {
  margin-top: 2em;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .m-post__body p {
    margin-top: 1.5em;
    font-size: 15px;
  }
}
.m-post__body p:first-child {
  margin-top: 0;
}
.m-post__body p + figure.wp-block-image {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .m-post__body p + figure.wp-block-image {
    margin-top: 50px;
  }
}
.m-post__body figure {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-post__body figure {
    margin: 25px -35px 0;
  }
}
.m-post__body figure:first-child {
  margin-top: 0;
}
.m-post__body figure img {
  max-width: 100%;
  height: auto;
}
.m-post__body ul,
.m-post__body ol {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .m-post__body ul,
  .m-post__body ol {
    margin-top: 20px;
  }
}
.m-post__body ul li,
.m-post__body ol li {
  position: relative;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .m-post__body ul li,
  .m-post__body ol li {
    margin-left: 18px;
  }
}
.m-post__body ul li::before,
.m-post__body ol li::before {
  position: absolute;
  top: 0.2em;
  left: -18px;
  font-size: 12px;
  content: "・";
}
@media only screen and (max-width: 767px) {
  .m-post__body ul li::before,
  .m-post__body ol li::before {
    top: 0;
    left: -13px;
  }
}
.m-post__body ul li + li,
.m-post__body ol li + li {
  margin-top: 0.5em;
}
.m-post__body .c-btn {
  position: static;
  width: 250px;
  margin: 150px auto 0;
}
@media only screen and (max-width: 767px) {
  .m-post__body .c-btn {
    width: 170px;
    margin: 100px auto 0;
  }
}
.mode-pc .m-post--topics .m-post__body .c-btn a:hover {
  background-color: #fff;
  color: #3c3c3c;
}
.m-post--blog .m-post__hdg {
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 33px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .m-post--blog .m-post__hdg {
    margin-bottom: 22px;
    padding-bottom: 12px;
    font-size: 21px;
  }
}
.m-post--blog .m-post__hdg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .m-post--blog .m-post__hdg::after {
    width: 23px;
  }
}

/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  z-index: 99999;
}

#Loader #progress {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 3px;
  background: #3c3c3c;
}

/* trans
-------------------------------------------*/
#Loader {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* anima
-------------------------------------------*/
.load-complete #Loader {
  opacity: 0;
}

/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
  display: block;
}

img.mi-pc {
  display: inline;
}

.mi-sp {
  display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
  .mi-pc,
  img.mi-pc {
    display: none;
  }
  .mi-sp {
    display: block;
  }
  img.mi-sp {
    display: inline;
  }
}
/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mi-hov01:hover {
  opacity: 0.7;
}

.mi-hov01-all > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mi-hov01-all > *:hover {
  opacity: 0.7;
}

/*
 hov-bounce
 -- バウンス
*/
.mode-pc .mi-hov-bounce:hover img {
  -webkit-animation: t_bounce 2s ease-in-out;
          animation: t_bounce 2s ease-in-out;
}
@-webkit-keyframes t_bounce {
  5% {
    -webkit-transform: scale(1.2, 0.8);
            transform: scale(1.2, 0.8);
  }
  10% {
    -webkit-transform: scale(0.8, 1.2) translateY(-2px);
            transform: scale(0.8, 1.2) translateY(-2px);
  }
  15% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes t_bounce {
  5% {
    -webkit-transform: scale(1.2, 0.8);
            transform: scale(1.2, 0.8);
  }
  10% {
    -webkit-transform: scale(0.8, 1.2) translateY(-2px);
            transform: scale(0.8, 1.2) translateY(-2px);
  }
  15% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/*--------------------------------------------------------------------------
   init
---------------------------------------------------------------------------*/
.is-animate.is-fadein {
  opacity: 0;
}
.is-animate.is-fadeup {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
@media only screen and (max-width: 767px) {
  .is-animate.is-fadeup {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

/*--------------------------------------------------------------------------
   animated
---------------------------------------------------------------------------*/
.is-animated.is-fadein {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-animated.is-fadeup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
.g-header {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1024px;
  width: 100%;
  background-color: white;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .g-header {
    min-width: 320px;
    width: 100%;
  }
}
.g-header.is-fixed {
  position: fixed;
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
.g-header.is-show {
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .1);
  -webkit-transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.g-header.is-hide {
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: box-shadow, transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-box-shadow, -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
.g-header .l-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 170px;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .g-header .l-wrap {
    padding: 0;
    height: 75px;
  }
}
.g-header h1.g-header__logo {
  display: none;
}
.g-header__logo {
  line-height: 1.3;
  font-size: inherit;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .g-header__logo {
    margin-left: 20px;
  }
}
.g-header__logo a {
  display: block;
}
.g-header__logo .catch {
  display: block;
}
@media only screen and (max-width: 767px) {
  .g-header__logo .catch {
    font-size: 12px;
  }
}
.g-header__logo .name {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .g-header__logo .name {
    font-size: 26px;
  }
}
.g-header__menubtn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .g-header__menubtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 75px;
    cursor: pointer;
    z-index: 999;
  }
  .g-header__menubtn .lines {
    display: block;
    position: absolute;
    top: 24px;
    left: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 24px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: none;
    border: none;
  }
  .g-header__menubtn .lines span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #3c3c3c;
  }
  .g-header__menubtn .lines span:nth-of-type(1) {
    top: 0;
    -webkit-animation: menu-bar01 0.75s forwards;
            animation: menu-bar01 0.75s forwards;
  }
  .g-header__menubtn .lines span:nth-of-type(2) {
    top: 11px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
  }
  .g-header__menubtn .lines span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 0.75s forwards;
            animation: menu-bar02 0.75s forwards;
  }
  .g-header__menubtn .lines:focus {
    outline: none;
  }
}
@media only screen and (max-width: 767px) {
  .g-header__wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 110px 35px 20px;
    overflow-y: scroll;
    background-color: #3c3c3c;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
}
.g-header__gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .g-header__gnav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .g-header .sns-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .g-header .sns-nav__item {
    width: 30px;
    height: 30px;
    line-height: 1;
  }
  .g-header .sns-nav__item a {
    display: block;
  }
  .g-header .sns-nav__item img {
    width: 100%;
    height: 100%;
  }
  .g-header .sns-nav__item + .sns-nav__item {
    margin-left: 20px;
  }
}

/* gnav */
.g-header .gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .g-header .gnav {
    display: block;
  }
}
.g-header .gnav--second {
  position: relative;
  margin-left: 25px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .g-header .gnav--second {
    margin: 20px 0 0;
    padding: 10px 0 0;
  }
}
.g-header .gnav--second::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 1px;
  height: 52px;
  background-color: #3c3c3c;
}
@media only screen and (max-width: 767px) {
  .g-header .gnav--second::before {
    top: -5px;
    left: calc(50% - 92px);
    width: 184px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
  }
}
.g-header .gnav__item {
  margin-left: 15px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 1050px) {
  .g-header .gnav__item {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .g-header .gnav__item {
    margin: 0 0 8px 0;
    font-size: 21px;
    text-align: center;
  }
}
.g-header .gnav__item a {
  display: block;
  position: relative;
  padding: 0 2px;
}
@media only screen and (max-width: 767px) {
  .g-header .gnav__item a {
    display: block;
    padding: 0;
    color: #fff;
  }
}
.g-header .gnav__item a::after {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 4px;
  margin: 2px auto 0;
  background-color: #3c3c3c;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  content: "";
}
@media only screen and (max-width: 767px) {
  .g-header .gnav__item a::after {
    content: none;
  }
}
.mode-pc .g-header .gnav__item a:hover::after, .mode-pc .g-header .gnav__item a.current::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.g-header .gnav__item span {
  display: block;
  position: relative;
  padding: 0 2px;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .g-header .gnav__item span {
    display: block;
    padding: 0;
    color: #fff;
  }
}

/*menu open*/
@media only screen and (max-width: 767px) {
  .is-menuopen .g-header .g-header__menubtn .lines span {
    background-color: #fff;
  }
  .is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  .is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(2) {
    opacity: 0;
  }
  .is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  .is-menuopen .g-header .g-header__wrap {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    -webkit-transition-timing-function: liner;
            transition-timing-function: liner;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
  }
}
/* is-fixed */
.g-header.is-fixed {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}
.g-header.is-fixed .l-wrap {
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .g-header.is-fixed .l-wrap {
    height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .g-header.is-fixed {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
  }
}

/*--------------------------------------------------------------------------
   .g-footer
---------------------------------------------------------------------------*/
.g-footer {
  padding: 60px 50px 65px;
}
@media only screen and (max-width: 767px) {
  .g-footer {
    padding: 40px 0 40px;
  }
}
.g-footer .l-wrap {
  width: 100%;
}
.g-footer__inner {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .g-footer__inner {
    padding: 0 20px;
  }
}
.g-footer__nav {
  position: absolute;
  top: 10px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .g-footer__nav {
    display: none;
  }
}
.g-footer__nav .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-footer__nav .nav--second {
  position: relative;
  margin-left: 25px;
  padding-left: 10px;
}
.g-footer__nav .nav--second::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 1px;
  height: 52px;
  background-color: #3c3c3c;
}
.g-footer__nav .nav__item {
  margin-left: 15px;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 1050px) {
  .g-footer__nav .nav__item {
    margin-left: 12px;
  }
}
.g-footer__nav .nav__item a {
  display: block;
  position: relative;
  padding: 0 2px;
}
.g-footer__nav .nav__item a::after {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 4px;
  margin: 2px auto 0;
  background-color: #3c3c3c;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  content: "";
}
.mode-pc .g-footer__nav .nav__item a:hover::after, .mode-pc .g-footer__nav .nav__item a.current::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.g-footer__nav .nav__item span {
  display: block;
  position: relative;
  padding: 0 2px;
  opacity: 0.4;
}
.g-footer__logo {
  line-height: 1.3;
}
.g-footer__logo a {
  display: inline-block;
}
.g-footer__logo .catch {
  display: block;
}
@media only screen and (max-width: 767px) {
  .g-footer__logo .catch {
    font-size: 12px;
  }
}
.g-footer__logo .name {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .g-footer__logo .name {
    font-size: 26px;
  }
}
.g-footer__info {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .g-footer__info {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.666;
  }
}
.g-footer__sns-list {
  position: absolute;
  bottom: 0px;
  right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .g-footer__sns-list {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
.g-footer__sns {
  width: 26px;
  height: 26px;
  margin-left: 14px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .g-footer__sns {
    width: 23px;
    height: 23px;
    margin: 16px 14px 0 0;
  }
}
.g-footer__sns a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mode-pc .g-footer__sns a:hover {
  opacity: 0.6;
}
.g-footer__sns img {
  width: 100%;
  height: 100%;
}
.g-footer__copy {
  margin: 25px 0 0;
  padding-top: 15px;
  border-top: 4px solid #3c3c3c;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .g-footer__copy {
    margin: 25px 20px 0;
    padding-top: 17px;
    border-top: 3px solid #3c3c3c;
    font-size: 14px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
