@charset "UTF-8";

html {
  font-size: 62.5%;
}
html * {
  visibility: hidden;
}
html.wf-active * {
  visibility: visible;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: '07TetsubinGothic';
  src: url('../fonts/Tetsubin Gothic.otf.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100px;
}
a {
  text-decoration: none;
}
@media only screen and (min-width: 64em) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 63.9375em) {
  .pc {
    display: none !important;
  }
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**********************************************************
 * header
 **********************************************************/
.header {
  position: fixed;
  height: 60px;
  overflow: visible;
  top: 0;
  z-index: 1000;
  left: 0;
  background: white;
  width: 100%;
  text-align: center;
  max-width: 100vw;
  border-bottom: 1px solid #DDE0E4;
}
.burger-open .header {
  overflow: visible;
  height: 100vh;
}
.header__logo {
  width: 150px;
  height: auto;
  z-index: 2;
  padding: 0 20px;
  box-sizing: border-box;
}
.header__logo img {
  position: relative;
  z-index: 2;
}
.psearch__trigger {
  cursor: pointer;
  height: 60px;
  width: 60px;
  padding: 0;
  text-align: center;
  text-indent: -999em;
  background: transparent;
  outline: none;
  border: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  display: none;
}
.psearch__trigger svg {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #000;
  transition: color 0.3s ease;
}
.psearch__trigger:hover svg {
  color: #e2231a;
}
.header__hamburger-square {
  width: 20px;
  height: 17px;
  background: black;
  margin: auto auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: background 0.15s linear;
  transform: translate(-50%, -50%);
}
.header__hamburger-square:after,
.header__hamburger-square:before {
  height: 4px;
  position: absolute;
  width: 100%;
  background: white;
  content: ' ';
  display: block;
  left: 0;
  transition: background 0.15s linear, transform 0.15s linear;
  transform-origin: center center;
}
.header__hamburger-square:before {
  top: 3px;
}
.header__hamburger-square:after {
  bottom: 3px;
}
.burger-open .header__hamburger-square {
  background: white;
}
.burger-open .header__hamburger-square:after,
.burger-open .header__hamburger-square:before {
  background: black;
  height: 3px;
}
.burger-open .header__hamburger-square:before {
  transform: rotate(-45deg) translate(-3px, 3px);
}
.burger-open .header__hamburger-square:after {
  transform: rotate(45deg) translate(-3px, -2px);
}
.header__search-toggle,
.header__hamburger-toggle {
  height: 60px;
  padding: 0;
  text-align: center;
  text-indent: -999em;
  background: transparent;
  outline: none;
  border: none;
  position: relative;
  min-width: 60px;
  order: 2;
}
.header__nav__search__mobile {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.header__nav__search__mobile form {
  overflow: hidden
}
.header__nav__search__mobile input {
  border: 0;
  text-align: left;
  padding: 16px 0;
  padding-left: 24px;
  width: 100%;
  color: black;
  border-bottom: 1px solid #DDE0E4;
  background: url("../img/common/search-icon.svg") no-repeat left 18px;
  position: relative;
  font-size: 16px;
  line-height: 1.42857143;
}
.header__nav__search__mobile input:focus + .header__hamburger-square {
  display: inline-block
}
.header__nav__search__mobile .header__hamburger-square {
  display: none;
  top: 16px;
  right: 20px;
  left: initial;
  transform: translate(0, 0);
  z-index: 10
}
.header__contain {
  height: 60px;
  border-bottom: 1px solid #E5E5E5;
  z-index: 2;
  position: relative;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.header__nav {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-out;
  transform: translateY(-100%);
  background: white;
  height: calc(100% - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 74px;
}
.burger-open .header__nav {
  transform: translateY(0);
}
.main-menu {
  margin: 0;
  height: 100%;
  height: calc(100% - 60px);
  padding: 60px 0 0 0;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}
.main-menu {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.burger-open .main-menu {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: auto;
}
.main-menu a {
  color: #000;
}
.main-menu > li {
  display: block;
}
.main-menu > li > a {
  padding: 20px 16px;
  display: block;
  text-transform: uppercase;
}
.main-menu > li[aria-expanded='true'] > a {
  color: #e2231a;
}
.main-menu > li[aria-expanded='true'] > a:after {
  transform: translateY(-2px) rotate(225deg);
}

.psearch__collection-wrap {
  display: none;
  background-color: #F8F8F8
}
.psearch__collection-wrap--active {
  display: none
}
.psearch__collection-grid {
  overflow: hidden
}
.psearch__bg-close {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0
}
.psearch__submit-btn {
  display: none
}
.psearch__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 60px;
  cursor: pointer
}
.psearch__close::after, .psearch__close::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 15px;
  margin: auto;
  transform-origin: center;
  background-color: #000;
  transition: background-color 0.3s ease, transform 0.1s ease
}
.psearch__close:hover::after, .psearch__close:hover::before {
  background-color: #e2231a
}
.psearch__close--active::after {
  transform: rotate(-45deg)
}
.psearch__close--active::before {
  transform: rotate(45deg)
}
.psearch__close-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #757575;
  display: none
}
.psearch__close-text--visible {
  display: block
}
.psearch__form {
  height: 100%
}
.psearch__results {
  max-height: calc(100vh - 134px);
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch
}
.psearch__results-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  max-height: 100vh;
  z-index: 1;
  padding: 60px 0 74px;
  overflow: hidden
}
.psearch__results-wrap--zero {
  display: none
}
.psearch__results-wrap--scrollable {
  bottom: 0
}
.psearch__results-count {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  padding: 26px 20px;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #00833D;
  text-transform: uppercase;
  height: 75px;
  transition: all 0.3s ease;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  cursor: pointer
}
.psearch__results-count--visible {
  display: block
}
.psearch__results-count:hover, .psearch__results-count:focus, .psearch__results-count:active {
  outline-color: #E5E5E5;
  text-decoration: none;
  color: #454545
}
.psearch__results-count:hover .psearch__arrow-span:after, .psearch__results-count:focus .psearch__arrow-span:after, .psearch__results-count:active .psearch__arrow-span:after {
  transform: translate(5px, -50%) rotate(-45deg)
}
.psearch__arrow-span {
  margin: 0;
  position: relative;
  padding: 0 22px 0 0;
  display: none
}
.psearch__arrow-span.visible {
  display: inline-block
}
.psearch__arrow-span::after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-right: 2px solid #00833D;
  border-bottom: 2px solid #00833D;
  transition: transform .2s ease-in;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 4px;
  top: 50%
}
.psearch__post {
  display: block;
  position: relative;
  padding: 25px 20px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #303030;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 75px;
  background-color: #F8F8F8;
  transition: all 0.3s ease;
  border-bottom: 1px solid #E5E5E5;
  text-decoration: none;
  will-change: padding
}
.psearch__post--none {
  color: #757575;
  white-space: normal;
  height: auto
}
.psearch__post::before {
  content: '';
  width: 2px;
  opacity: 0;
  background-color: #e2231a;
  transition: all 0.2s ease;
  position: absolute;
  top: -1px;
  left: 0;
  will-change: transform;
  transform: translateX(-3px);
  bottom: -1px
}
.psearch__post:hover:not(.psearch__post--none), .psearch__post:focus:not(.psearch__post--none), .psearch__post:active:not(.psearch__post--none) {
  outline-color: #E5E5E5;
  color: #303030;
  padding-left: 35px;
  background-color: #fff;
  text-decoration: none
}
.psearch__post:hover:not(.psearch__post--none)::before, .psearch__post:focus:not(.psearch__post--none)::before, .psearch__post:active:not(.psearch__post--none)::before {
  transform: translateX(0);
  opacity: 1
}
.psearch__bar {
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-bottom: 1px solid #E5E5E5
}
.psearch__input {
  font-weight: 900;
  line-height: 1.15;
  color: #303030;
  text-transform: uppercase;
  font-size: 18px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 60px 10px 20px
}
.psearch__input ::-webkit-input-placeholder {
  color: #757575
}
.psearch__input ::-moz-placeholder {
  color: #757575
}
.psearch__input :-ms-input-placeholder {
  color: #757575
}
.psearch__input :-moz-placeholder {
  color: #757575
}
.psearch__wrap {
  padding: 60px 0 0;
  display: none;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: transparent;
  /*overflow-y: scroll;
  -webkit-overflow-scrolling: touch*/
}
.psearch__wrap--active {
  display: block
}
.psearch__wrap--zero .psearch__results-wrap, .psearch__wrap--empty .psearch__results-wrap {
  padding-bottom: 0
}
.psearch__trigger {
  cursor: pointer;
  height: 60px;
  width: 60px;
  padding: 0;
  text-align: center;
  text-indent: -999em;
  background: transparent;
  outline: none;
  border: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  display: none
}
.psearch__trigger svg {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #000;
  transition: color 0.3s ease
}
.psearch__trigger:hover svg {
  color: #e2231a
}
.psearch__label--hidden {
  display: none
}
@media only screen and (min-width: 64em) {
  .psearch__collection-wrap {
    padding: 0 60px 60px 60px
  }
  .psearch__collection-wrap--active {
    display: block
  }
  .psearch__post {
    padding: 30px 60px;
    height: 84px
  }
  .psearch__post:hover:not(.psearch__post--none), .psearch__post:focus:not(.psearch__post--none), .psearch__post:active:not(.psearch__post--none) {
    padding-left: 75px
  }
  .psearch__post--none {
    border-bottom: 0;
    height: auto;
    padding: 40px 60px
  }
  .psearch__trigger {
    height: 68px;
    display: inline-block;
    order: 2
  }
  .psearch__input {
    font-size: 26px;
    padding: 5px 68px 10px 60px;
    height: 68px;
    box-sizing: border-box;
  }
  .psearch__close {
    margin: 0;
    right: 40px
  }
  .psearch__close::after, .psearch__close::before {
    width: 3px;
    height: 21px
  }
  .psearch__bar {
    height: 68px
  }
  .psearch__wrap {
    padding: 68px 0 0
  }
  .psearch__results {
    max-height: calc(100vh - 202px)
  }
  .psearch__results-wrap {
    padding-top: 68px
  }
  .psearch__results-count {
    padding: 26px 60px;
    background: white
  }
}
@media only screen and (min-width: 80em) {
  .psearch__trigger {
    right: 40px
  }
}
.header__hamburger-toggle {
  display: none;
}
.home__nav {
  width: calc(100% - 150px);
  padding-right: 20px;
}
.home__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.home__nav li + li {
  margin-left: 8px;
}
.home__nav a {
  display: block;
  text-align: center;
  width: 8em;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  background-color: #E60012;
  padding: .6em 0;
  border-radius: 1.1em;
}
@media only screen and (max-width: 350px) {
  .home__nav a {
    font-size: 3.125vw;
  }
}

/**********************************************************
 * main
 **********************************************************/
main {
  margin-top: 60px;
  z-index: 1;
}

/**********************************************************
 * footer
 **********************************************************/
.footer {
  clear: both;
  position: relative;
  padding-top: 60px;
  border-top: 1px solid #000;
  background: white;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 100vw;
  overflow: hidden;
  text-align: center;
  z-index: 3;
}
.footer__social-menu {
  padding: 20px 20px;
}
.footer__social-menu li {
  display: inline-block;
  margin: 0 6px;
}
.footer__social-menu a {
  color: white;
  background: #666464;
}
.footer__social-menu svg {
  display: block;
  color: white;
}
.footer__social-menu .svg-youtube svg {
  position: relative;
  top: -2px;
  left: 6px;
  max-height: 20px;
  max-width: 26px;
}
.footer__social-menu .svg-twitter svg {
  position: relative;
  top: 1px;
}
.footer__text-logo {
  width: 164px;
  height: 164px;
  font-size: 0;
  display: inline-block;
}
.footer__text-logo img {
  width: 100%;
}
.footer__menu {
  margin: 40px 20px 10px;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  color: #000;
}
.footer__menu a {
  color: #000;
}
.footer__menu a:hover,
.footer__menu a:active,
.footer__menu a:focus {
  color: #e2231a;
  text-decoration: none;
}
.footer__menu li {
  margin-top: 15px;
}
.footer__menu li:first-child {
  margin-top: 0;
}
.footer__social-menu {
  margin: 0;
  padding: 0 20px 0;
  list-style: none;
}
.footer__social-menu li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #666464;
  border-radius: 50%;
  font-size: 0;
  position: relative;
}
.footer__social-menu li a {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-social-menu-container {
  margin-top: 36px;
}
@media only screen and (min-width: 37.5em) {
  .footer__social-menu {
    text-align: center;
    padding: 0;
  }
  .menu-footer-menu-container {
    max-width: 1280px;
    padding: 0 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer__menu {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .footer__menu li {
    display: inline-block;
  }
  .footer__menu li + li {
    margin-left: 30px;
  }
  .menu-social-menu-container {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 36px;
  }
  .footer__social-menu svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .footer__social-menu li {
    text-indent: 999em;
  }
}
.footer__copyright {
  font-size: 10px;
  color: #000;
  text-align: center;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 64px;
}