@charset "UTF-8";


@media (min-width: 769px) {
	.c-anchorlink > ul li {
		max-width: 226px;
		width: 100%;
	}
}

.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-section#anc-factory-beer {
  padding-top: 120px;
}
.l-section#anc-office {
  padding-bottom: 0;
}
.p-section-contents__body {
  margin-top: 32px;
}
.p-section-factoryList__item {
  margin-top: 80px;
}
.p-section-factoryList__item a {
  display: block;
}
.p-section-factoryList__item .item-image {
  border-radius: 10px;
  overflow: hidden;
}
.p-section-factoryList__item .item-image img {
  transition: 0.3s all;
}
.p-section-factoryList__item .item-name {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
}

.c-banner--factory {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .p-section-contents {
    margin-inline: auto;
    max-width: 1065px;
  }
  .p-section-factoryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-section-factoryList__item {
    margin-top: 80px;
    margin-left: calc(45 / 1065 * 100%);
    width: calc(325 / 1065 * 100%);
  }
  .p-section-factoryList__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .p-section-factoryList__item:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .p-section-factoryList__item .item-name {
    margin-top: 20px;
  }
  .p-section-factoryList__item a:hover {
    opacity: 1;
  }
  .p-section-factoryList__item a:hover .item-image img {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .l-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .l-section#anc-factory-beer {
    padding-top: 50px;
  }
  .l-section#anc-office {
    padding-bottom: 50px;
  }
  .p-section-factoryList__item {
    margin-top: 20px;
  }
  .p-section-factoryList__item:nth-of-type(1) {
    margin-top: 0;
  }
  .p-section-factoryList__item .item-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .p-section-factoryList__item .item-image {
    width: 47.1125%;
  }
  .p-section-factoryList__item .item-name {
    font-size: 1.4rem;
    line-height: 1.57;
    padding-left: 15px;
    width: 52.8875%;
  }

  .c-banner--factory {
    margin-top: 20px;
  }
}