.index_main_wrap {
  width: 100%;
  overflow: hidden;
}

.index-header {
  position: relative;
}
.index-header__plate {
  max-height: 876px;
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  animation: plate-anim 2s ease-in;
}
@media screen and (max-width: 767px) {
  .index-header__plate {
    max-height: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 10vw;
  }
  .index-header__plate img {
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.index-header__text01 {
  position: absolute;
  animation: plate-anim 2s 1s ease-in forwards;
  opacity: 0;
  width: 3.363636%;
  height: auto;
  top: 5%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .index-header__text01 {
    right: 6.636363%;
    width: 5.875%;
    top: 0;
  }
}
.index-header__text02 {
  position: absolute;
  animation: plate-anim 2s 2s ease-in forwards;
  opacity: 0;
  width: 8.636363%;
  height: auto;
  top: 22%;
  right: 6%;
}
@media screen and (max-width: 767px) {
  .index-header__text02 {
    width: 15.7619%;
    top: 22.5238%;
    right: 14.88%;
  }
}
@keyframes plate-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.about {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.about-wrap {
  margin-top: 7.5rem;
  margin-bottom: 7rem;
}
.about--revers {
  flex-direction: row-reverse;
}
.about > * {
  width: 47.272727%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about {
    flex-direction: column;
    align-items: center;
  }
  .about > * {
    width: 100%;
  }
  .about > *:first-child {
    margin-bottom: 2rem;
  }
}
.about__title {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
.about__text {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .about__text {
    padding-right: 1rem;
    padding-left: 1rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .about__text {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.about__text > p {
  margin-bottom: 1.2em;
}
.about__button {
  display: flex;
  justify-content: center;
}
.about__button > * {
  width: 47%;
  background: #fff;
  transition: opacity 0.3s ease-in;
}
.about__button > *:hover {
  opacity: 0.8;
}
.about__button > * > a {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #000;
  padding: 0.5em;
}

.commitment-wrap {
  padding-top: 6rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .commitment-wrap {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.commitment__wide {
  background-image: url("../images/index/mountain.png");
  padding: 5.5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.commitment__half {
  padding: 5.5rem 0;
  position: relative;
}
.commitment__half::after {
  content: "";
  position: absolute;
  width: 40%;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  background-image: url("../images/index/factory.png");
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1100px) {
  .commitment__half::after {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .commitment__half::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .commitment__half {
    background: none;
  }
}
.commitment__half__inner {
  max-width: 60%;
}
@media screen and (max-width: 1100px) {
  .commitment__half__inner {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .commitment__half__inner {
    max-width: 100%;
  }
}
.commitment__title {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.commitment__text {
  margin-bottom: 1.5em;
}

.instagram__wrap {
  background: #323232;
  padding: 5.5rem 0;
}
@media screen and (max-width: 767px) {
  .instagram__wrap {
    padding: 3rem 0;
  }
}
.instagram__title {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .instagram__title {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
  }
  .instagram__title img {
    width: 100%;
  }
}
.instagram__btn-wrap {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .instagram__btn-wrap {
    max-width: 80%;
  }
}
.instagram-info {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .instagram-info {
    margin-bottom: 1rem;
    flex-direction: column;
  }
}
.instagram-info > * {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .instagram-info > * {
    width: 100%;
  }
}
.instagram-info > * .instagram-btn {
  display: block;
  border: 1px solid #fff;
  padding: 1em 0.5em;
  box-sizing: border-box;
  color: #fff;
  margin-top: 0.5em;
  font-size: 1.125rem;
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease-in;
}
.instagram-info > * .instagram-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .instagram-info > * .instagram-btn {
    margin-bottom: 2rem;
  }
}
.instagram__message {
  text-align: center;
  font-size: 1.125rem;
}
.instagram__message--start {
  margin-bottom: 3rem;
}
.instagram__message > a {
  color: #fff;
  text-decoration: underline;
}

.swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide > a {
  display: block;
  opacity: 1;
  transition: all 0.3s;
  transition-timing-function: ease-in;
}
.swiper-slide > a:hover {
  opacity: 0.5;
}

.calender {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.3em;
  box-sizing: border-box;
}
.calender__wrap {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .calender__wrap {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.calender__list {
  max-width: 504px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.calender__list > * {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .calender__list > * {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .calender__list {
    max-width: 100%;
  }
}
.calender th {
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  font-size: 1.25rem;
  padding: 0.1em;
  font-weight: normal;
}
.calender td {
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  font-size: 1.25rem;
  padding: 0.1em;
}
.calender td.all-holiday {
  background: #ffbfbf;
}
.calender td.factory-holiday {
  background: #ffda95;
}
.calender td.warehouse-holiday {
  background: #aaffff;
}
.calender td.today {
  position: relative;
}
.calender td.today::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #ff0000;
}
.calender__holiday-list {
  display: flex;
  justify-content: center;
}
.calender__holiday-list > li.all-holiday, .calender__holiday-list > li.factory-holiday, .calender__holiday-list > li.warehouse-holiday {
  position: relative;
  padding-left: 1.6em;
  margin: 3em 1em;
  line-height: 1.3em;
}
.calender__holiday-list > li.all-holiday::before, .calender__holiday-list > li.factory-holiday::before, .calender__holiday-list > li.warehouse-holiday::before {
  position: absolute;
  content: "";
  width: 1.3em;
  height: 1.3em;
  left: 0;
  top: -0.1em;
}
.calender__holiday-list > li.all-holiday::before {
  background: #ffbfbf;
}
.calender__holiday-list > li.factory-holiday::before {
  background: #ffda95;
}
.calender__holiday-list > li.warehouse-holiday::before {
  background: #aaffff;
}

.information {
  display: flex;
  justify-content: space-between;
}
.information__wrap {
  padding-bottom: 2em;
}
.information__title {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .information {
    flex-direction: column;
  }
}
.information > * {
  width: 30%;
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 3em 1em 1em 1em;
  box-sizing: border-box;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .information > * {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
  }
}
.information > *:nth-child(1) {
  background-image: url("../images/index/infromation-bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.information > *:nth-child(2) {
  background-image: url("../images/index/infromation-bg02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.information > *:nth-child(3) {
  background-image: url("../images/index/infromation-bg03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.information-btn {
  border: 1px solid #fff;
  padding: 1em;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in;
}
.information-btn:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  transform: translateY(-3px);
}

.insta-posts {
  width: 100%;
  border: none;
  height: 300px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .insta-posts {
    height: 55vw;
  }
}

/*# sourceMappingURL=index.css.map */
