/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * ABOUT
 * COUNTER
 * MENU
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner > .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.banner::after {
  content: '';
  width: auto;
  height: 50%;
  background-color: #fbf7eb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner .scroll {
  cursor: pointer;
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 1000;
  display: none;
}

@media (min-width: 768px) {
  .banner .scroll {
    display: block;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 0;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  border-bottom: none;
  padding: 3rem 0;
}

.index-about::before, .index-about::after {
  display: none;
}

.index-about > .container {
  max-width: 100%;
}

.index-about .about-tit span {
  color: #c1182d;
}

.index-about .about-profile-txt h3 {
  margin-bottom: 1rem;
}

.index-about .about-profile-txt h3 span {
  color: #e10012;
  font-size: 1.0625rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.index-about .about-profile-txt h3 span::after {
  content: '';
  width: auto;
  height: 1px;
  background-color: #e10012;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.index-about-list .nav li {
  margin-bottom: 0.5rem;
}

.index-about-list a {
  text-decoration: underline;
  letter-spacing: 0.25rem;
  vertical-align: middle;
}

.index-about-list img {
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .index-about .about-profile-txt p.en {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .index-about {
    padding: 6.5rem 0 4rem;
  }
  .index-about > .container {
    max-width: 1400px;
    padding: 0;
  }
  .index-about .about-tit {
    padding: 0;
  }
  .index-about .about-profile-txt {
    padding-left: 2.5rem;
  }
  .index-about-list {
    padding-left: 3.5rem;
  }
}

/*------------------------------------*\
    COUNTER
\*------------------------------------*/
.index-counter {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 4rem 0;
}

.index-counter-group {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-counter-tit {
  text-align: center;
}

.index-counter-tit h2 {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

.index-counter-tit h2 span {
  -webkit-text-stroke: 0.5px #ffffff;
  color: transparent;
  color: #ffffff\0;
  opacity: 0.5\0;
}

.index-counter-item {
  text-align: center;
  margin-bottom: 2rem;
}

.index-counter-item .counter {
  color: #ffee64;
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: 0.1rem;
}

.index-counter-item p {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .index-counter-item {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .index-counter-tit {
    text-align: left;
  }
  .index-counter-tit h2 {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .index-counter > .container {
    max-width: 1400px;
    padding: 0;
  }
}

/*------------------------------------*\
    MENU
\*------------------------------------*/
.index-menu > .container {
  max-width: 100%;
  padding: 0;
}

.index-menu-item {
  overflow: hidden;
}

.index-menu-item:hover .index-menu-pic img, .index-menu-item:focus .index-menu-pic img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.index-menu-pic img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.index-menu-txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.index-menu-txt h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.75rem;
  margin-bottom: 1rem;
}

.index-menu-txt h3 span {
  display: none;
  font-size: 1.375rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}

.index-menu-txt .more {
  border: 1px solid #c1182d;
  background-color: #c1182d;
  color: #ffffff;
  font-size: 0.875rem;
  width: 200px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.25rem;
  vertical-align: middle;
}

.index-menu-txt .more:hover, .index-menu-txt .more:focus {
  border: 1px solid #c6a000;
  background-color: #c6a000;
}

.index-menu-txt .more-secondary {
  border: 1px solid #c1182d;
  background-color: rgba(255, 255, 255, 0.5);
  color: #c1182d;
}

.index-menu-txt .more-secondary:hover, .index-menu-txt .more-secondary:focus {
  background-color: white;
}

@media (min-width: 576px) {
  .index-menu-txt h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .index-menu-txt h3 span {
    display: block;
  }
}
