@charset "UTF-8";
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/******************************************************

 BASE
 
******************************************************/
html, body {
  overflow-x: hidden; }

html {
  font-size: 10px; }

body {
  font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300;
  padding-top: 1px; }

.note {
  font-size: 1.1rem;
  line-height: 150%; }

.aw {
  display: inline-block; }

sup {
  font-size: 0.8rem;
  vertical-align: top; }

.sp {
  display: none !important; }

#anchor {
  height: 0px; }
  @media screen and (max-width: 768px) {
    #anchor {
      height: 0px; } }

@media screen and (max-width: 1024px) {
  html {
    font-size: 9px; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 8px; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
@media screen and (max-width: 700px) {
  br.brk {
    display: none; } }

/******************************************************

 DRAWER
 
******************************************************/
.scrollBody {
  /**.head{
  	top: -180px;
  }
  .sp-nav-btn{
  	bottom: -180px;
  }**/ }

.scroll-no {
  /**.head{
  	top: 0px;
  }
  .sp-nav-btn{
  	bottom: 0px;
  }**/ }

/******************************************************

 header
 
******************************************************/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: none; }
  header .headBody {
    width: 100%;
    margin: auto;
    height: 70px;
    position: relative; }
    header .headBody:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      border-top: 13rem solid #fff;
      border-right: 13rem solid transparent;
      border-bottom: 13rem solid transparent;
      border-left: 13rem solid #fff; }
    header .headBody h1 {
      max-width: 12.5rem;
      position: absolute;
      left: 5rem;
      top: 50%;
      transform: translateY(-50%); }
      header .headBody h1 a {
        display: block; }
        header .headBody h1 a img {
          width: 100%;
          height: auto; }
    @media screen and (max-width: 700px) {
      header .headBody {
        height: 60px; }
        header .headBody h1 {
          left: 3rem; }
        header .headBody:before {
          border-top: 11.5rem solid #fff;
          border-right: 11.5rem solid transparent;
          border-bottom: 11.5rem solid transparent;
          border-left: 11.5rem solid #fff; } }

.sp-menu-switch {
  box-sizing: border-box;
  position: fixed;
  top: 0.6rem;
  right: 3.2rem;
  z-index: 111;
  width: 6.5rem;
  height: 6.5rem;
  padding: 2rem 1.6rem;
  cursor: pointer;
  text-align: center; }
  .sp-menu-switch span {
    background-color: #fff;
    display: block;
    margin-bottom: 0.6rem;
    width: 100%;
    height: 3px;
    transition: all 300ms cubic-bezier(1, 0, 0, 1); }
    .sp-menu-switch span:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sp-menu-switch {
      top: 3px;
      right: 2.2rem; } }
  @media screen and (max-width: 600px) {
    .sp-menu-switch {
      top: 6px; } }

/******************************************************

 contents
 
******************************************************/
.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0; }
  .img .note {
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    color: #fff;
    line-height: 1.4;
    bottom: 0.5rem;
    right: 1rem;
    text-align: right;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5); }
    .img .note.bl {
      color: #000;
      text-shadow: none; }
  @media screen and (max-width: 600px) {
    .img.wide img {
      height: 36rem;
      object-fit: cover; } }

.container {
  /**background: #f4f4f4;**/
  background: #fff; }

/******************************************************

 footer
 
******************************************************/
footer {
  border-top: 1px solid #ddd;
  background: #fff;
  padding-top: 5rem; }
  footer .logo-foot a {
    display: block;
    max-width: 14.5rem;
    margin: auto; }
    footer .logo-foot a img {
      width: 100%;
      height: auto; }
  footer .copyright {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 1.5rem 5% 5rem; }

.page-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 6rem;
  z-index: 50; }
  .page-top a {
    display: block; }
    .page-top a img {
      width: 100%;
      height: auto; }

/******************************************************

sp-menu-switch, sp menu

******************************************************/
.sp-menu {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
  background: rgba(255, 255, 255, 0.98);
  background-size: contain; }
  .sp-menu .sp-nav-top {
    display: block;
    text-align: center;
    padding: 8vh 0 5vh; }
    .sp-menu .sp-nav-top h2 a img {
      max-width: 160px;
      width: 40%;
      height: auto; }
  .sp-menu .sp-menu-inner {
    width: 80%;
    margin: auto;
    max-width: 600px; }
  .sp-menu .gnav-sp ul {
    display: flex;
    margin: auto;
    max-width: 1100px;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-top: 1px dashed #666; }
    .sp-menu .gnav-sp ul li {
      width: 100%;
      box-sizing: border-box;
      position: relative;
      border-bottom: 1px dashed #666; }
      .sp-menu .gnav-sp ul li .new {
        white-space: nowrap;
        position: absolute;
        font-size: 1.2rem;
        padding: 0.4rem 0.6rem;
        line-height: 1;
        color: #fff;
        right: 0;
        top: 0;
        text-align: center;
        background: #D0002D; }
      .sp-menu .gnav-sp ul li a, .sp-menu .gnav-sp ul li .soon {
        display: block;
        height: 8rem;
        width: 100%;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 400px) {
          .sp-menu .gnav-sp ul li a, .sp-menu .gnav-sp ul li .soon {
            height: 7rem; } }
        .sp-menu .gnav-sp ul li a .icon, .sp-menu .gnav-sp ul li .soon .icon {
          position: absolute;
          width: 5rem;
          left: 1rem;
          top: 50%;
          transform: translateY(-50%); }
          .sp-menu .gnav-sp ul li a .icon img, .sp-menu .gnav-sp ul li .soon .icon img {
            width: 100%;
            height: auto; }
        .sp-menu .gnav-sp ul li a .kana, .sp-menu .gnav-sp ul li .soon .kana {
          white-space: nowrap;
          position: absolute;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          font-size: 2.6rem;
          line-height: 1;
          top: 50%;
          color: #000;
          font-weight: bold;
          transition: color 0.5s; }
          @media screen and (max-width: 500px) {
            .sp-menu .gnav-sp ul li a .kana, .sp-menu .gnav-sp ul li .soon .kana {
              font-size: 2rem; } }
      .sp-menu .gnav-sp ul li a.current .kana, .sp-menu .gnav-sp ul li a:hover .kana {
        color: #e43c2f; }
      .sp-menu .gnav-sp ul li .soon .icon {
        opacity: 0.2; }
      .sp-menu .gnav-sp ul li .soon .kana {
        color: #ccc; }
  .sp-menu .sp-close {
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    line-height: 5.8rem;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 3.4rem;
    margin: auto;
    margin-top: 5vh;
    cursor: pointer;
    border-radius: 50%; }

body.menu-opened .sp-menu {
  visibility: visible;
  opacity: 1; }
