@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  position: relative;
}

h1, h2, h3, h4, h5, p, div, ul {
  margin: 0;
}

ul {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.8s ease 0s;
}
@media screen and (min-width: 767px) {
  a:hover {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    transition: opacity 0.8s ease-out;
  }
}

* {
  box-sizing: border-box;
}

/*----------------------------
  * グローバルメニュー
  *----------------------------*/
#gblHeader {
  width: 100%;
  z-index: 100;
  position: fixed;
  height: 130px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  background: #fff;
}
#gblHeader #gblNav {
  width: 100%;
  position: relative;
}
#gblHeader #gblNav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 130px;
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(#919191 0%, rgba(128, 128, 128, 0) 100%);
  z-index: -1;
  opacity: 0.1;
  transition: all 0.1s;
}
#gblHeader #gblNav .gblInner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
}
#gblHeader #gblNav .logo {
  display: flex;
  align-items: center;
  margin-right: 1%;
  opacity: 1;
}
#gblHeader #gblNav .logo h1 {
  max-width: 160px;
}
#gblHeader #gblNav .logo > div p {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 1180px) {
  #gblHeader #gblNav .logo > div p {
    font-size: 2rem;
  }
}
#gblHeader #gblNav .logo > div .mid_br {
  display: none;
}
#gblHeader #gblNav .menu {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 580px;
  padding: 0 1%;
}
#gblHeader #gblNav .menu li {
  width: 17.2413793103%;
  text-align: center;
  font-size: 1.7rem;
  min-width: 100px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#gblHeader #gblNav .menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gblHeader #gblNav .menu li a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  right: 0;
  background: #FF9DBF;
  left: 0;
  margin: auto;
  bottom: 40px;
}
@media screen and (min-width: 767px) {
  #gblHeader #gblNav .menu li a:hover {
    color: #FF9DBF;
    opacity: 1;
  }
  #gblHeader #gblNav .menu li a:hover::after {
    width: 50px;
    transition: all 0.2s 0s ease;
  }
}
#gblHeader #gblNav .menu li:last-child {
  min-width: 110px;
}

#gblHeader.scrolled {
  height: 100px;
  background-image: none;
}
#gblHeader.scrolled .logoImg {
  display: none;
}
#gblHeader.scrolled #gblNav::before {
  top: 100px;
  height: 40px;
}
#gblHeader.scrolled #gblNav .logo::before {
  content: url(/images/common/logo_scrolled.svg);
  display: block;
  width: 87px;
}
#gblHeader.scrolled #gblNav .logo > div p {
  font-size: 2.2rem;
}
#gblHeader.scrolled #gblNav .menu li {
  font-size: 1.4rem;
}
#gblHeader.scrolled #gblNav .menu li a::after {
  bottom: 30px;
}

#spBtn {
  display: none !important;
}

#gblHeader .snsNavi {
  display: none !important;
}

main {
  padding-top: 130px;
}

section {
  padding-left: 16px;
  padding-right: 16px;
}
section .inner {
  max-width: 1300px;
  margin: 0 auto 90px;
}

#gblFooter {
  width: 100%;
}
#gblFooter #page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  background-color: #A2A2A2;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10000;
  cursor: pointer !important;
  transition: background-color 0.6s ease, opacity 0.6s ease;
}
#gblFooter #page_top:hover {
  background-color: #F893B3;
}
#gblFooter #page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#gblFooter #page_top a::before {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%) rotate(-45deg);
}
#gblFooter .inner {
  margin: 0 auto;
}
#gblFooter .inner .listWrap {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 70px;
}
#gblFooter .inner .listWrap ul {
  display: flex;
  justify-content: center;
  padding-top: 70px;
  padding-right: 10px;
  padding-left: 10px;
}
#gblFooter .inner .listWrap ul li {
  padding-right: 5.8823529412%;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#gblFooter .inner .listWrap ul li:last-child {
  padding-right: 0;
}
#gblFooter .inner .copyright {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 38px;
  color: #434343;
  text-align: center;
  padding: 70px;
}

@media (max-width: 1024px) {
  #gblHeader #gblNav .logo {
    margin: 30px 0;
  }
  #gblHeader #gblNav .logo > div {
    margin-left: 10px;
  }
  #gblHeader #gblNav .logo > div p {
    font-size: 1.4rem;
  }
  #gblHeader #gblNav .menu {
    width: 100%;
    max-width: 400px;
  }
  #gblHeader #gblNav .menu li {
    font-size: 1.4rem;
    min-width: 60px;
  }
  #gblHeader #gblNav .menu li:last-child {
    min-width: 90px;
  }
}
@media (max-width: 767px) {
  body.is-fixed {
    overflow: hidden;
  }

  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/
  #gblHeader {
    height: 160px;
  }
  #gblHeader #gblNav .gblInner {
    justify-content: center;
  }
  #gblHeader #gblNav::before {
    top: 160px;
  }
  #gblHeader #gblNav.is-active {
    opacity: 1;
    z-index: 2;
  }
  #gblHeader #gblNav.is-active .menu {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    position: fixed;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #F5F5F5;
    right: 0;
    min-width: 250px;
    width: 72%;
    height: 100vh;
    max-width: 270px;
    bottom: 0;
    top: 0;
    padding-top: 160px;
    transform: translateX(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  #gblHeader #gblNav .logo {
    flex-direction: column;
    margin-right: 0;
    transition: 0.2s;
  }
  #gblHeader #gblNav .logo h1 {
    width: 106px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  #gblHeader #gblNav .logo > div {
    width: 100%;
    margin-left: 0;
  }
  #gblHeader #gblNav .logo > div p {
    font-size: 1.9rem;
  }
  #gblHeader #gblNav .menu {
    opacity: 0;
    width: 0;
    transform: translateX(205px);
  }
  #gblHeader #gblNav .menu li {
    opacity: 1;
    margin-bottom: 74px;
    width: 100%;
    color: #383838;
    font-weight: 600;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    text-align: left;
    max-width: 163px;
    height: 26px;
  }
  #gblHeader #gblNav .menu li a {
    display: block;
  }
  #gblHeader #gblNav .menu li a::after {
    top: 0 !important;
    left: -140px;
    bottom: 0;
  }
  #gblHeader #gblNav .menu li span {
    padding-left: 28.2208588957%;
  }

  #gblHeader.scrolled {
    height: 78px;
  }
  #gblHeader.scrolled #gblNav::before {
    top: 78px;
  }
  #gblHeader.scrolled #gblNav .logo {
    flex-direction: row;
    width: 100%;
  }
  #gblHeader.scrolled #gblNav .logo::before {
    padding-left: 18px;
    width: 42px;
    height: 40px;
    padding-right: 10px;
    content: url(/images/common/logo_scrolled_sp.svg);
  }
  #gblHeader.scrolled #gblNav .logo > div p {
    font-size: 1.3rem;
  }
  #gblHeader.scrolled #gblNav .logo h1 {
    width: 0;
  }
  #gblHeader.scrolled #gblNav .menu li a::after {
    bottom: 0;
  }

  #spBtn {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
  }
  #spBtn .btnWrap {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: #fff;
    z-index: 3;
    border-radius: 6px;
    border: 2px solid #FF9DBF;
  }
  #spBtn .btnWrap span {
    transition: all 300ms 0s ease;
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    background: #FF9DBF;
    transition: 0.2s ease-in-out;
    left: 0;
    right: 0;
    margin: auto;
  }
  #spBtn .btnWrap span:nth-child(1) {
    top: 12px;
  }
  #spBtn .btnWrap span:nth-child(2) {
    top: 21px;
  }
  #spBtn .btnWrap span:nth-child(3) {
    top: 30px;
    position: relative;
  }

  body.is-fixed #spBtn .btnWrap {
    border: 2px solid #BABABA;
  }
  body.is-fixed #spBtn .btnWrap span:nth-child(1) {
    top: 50%;
    width: 29px;
    height: 2px;
    background: #BABABA;
    transform: translateY(0) rotate(40deg);
  }
  body.is-fixed #spBtn .btnWrap span:nth-child(2) {
    top: 50%;
    width: 29px;
    height: 2px;
    background: #BABABA;
    transform: translateY(0) rotate(-40deg);
  }
  body.is-fixed #spBtn .btnWrap span:nth-child(3) {
    width: 0;
  }
  body.is-fixed #spBtn .btnWrap span:nth-child(3)::after {
    display: none;
  }

  main {
    padding-top: 160px;
  }

  section {
    padding-left: 20px;
    padding-right: 20px;
  }

  #gblFooter .inner .listWrap {
    padding-bottom: 70px;
  }
  #gblFooter .inner .listWrap ul {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  #gblFooter .inner .listWrap ul li {
    padding-right: 0;
    padding-bottom: 30px;
  }
  #gblFooter .inner .listWrap ul li:last-child {
    padding-bottom: 54px;
  }
}