.home {
  background: #FCFCFC;
}
.home h2 {
  font-size: 2.5vw;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home h2 {
    font-size: 4.1720990874vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home h2 {
    font-size: 4.9543676662vw;
  }
}

.home_kv {
  position: relative;
}
.home_kv img.kv_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 560px;
  width: 80vw;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
}

/*--------------------
.pickup
--------------------*/
.home .pickup {
  padding: 6.9444444444vw 0 12.5vw 0;
  background: linear-gradient(to bottom, #EBE7E0 0%, #fff 30%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .pickup {
    padding: 9.778357236vw 0 18.2529335072vw 0;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .pickup {
    padding: 13.037809648vw 0 26.075619296vw 0;
  }
}
.home .pickup h2 {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .pickup h2 {
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .pickup h2 {
    margin-bottom: 5.9973924381vw;
  }
}
.home .pickup .pickup_slider {
  margin: 0 auto;
  width: 70.8333333333vw;
  margin-bottom: 5.5555555556vw;
  display: flex;
  justify-content: flex-start;
  padding: 0.8333333333vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .pickup .pickup_slider {
    width: 84vw;
    margin-bottom: 10.4302477184vw;
    padding: 1.3037809648vw 1.0430247718vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .pickup .pickup_slider {
    width: 92vw;
    margin-bottom: 10.4302477184vw;
    padding: 1.3037809648vw 0.5215123859vw;
  }
}
.home .pickup .pickup_slider .flex__item {
  width: 23.6111111111vw;
  padding: 0.6944444444vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .pickup .pickup_slider .flex__item {
    width: 48%;
    padding: 1vw;
  }
}
.home .pickup .pickup_slider .flex__item a {
  display: flex;
  flex-direction: column;
  transition-duration: 0.3s;
}
.home .pickup .pickup_slider .flex__item a .txt {
  background: #F5F3EF;
  font-size: 1.25vw;
  padding: 0.4em 0.9em;
  line-height: 1.6;
  min-height: 4em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .pickup .pickup_slider .flex__item a .txt {
    font-size: 2.4771838331vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .pickup .pickup_slider .flex__item a .txt {
    font-size: 3.259452412vw;
  }
}
.home .pickup .pickup_slider .flex__item a:hover {
  transform: scale(103%);
  box-shadow: 0 0 0.1388888889vw 0.1388888889vw #efefef;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .pickup .pickup_slider .flex__item a:hover {
    box-shadow: 0 0 0.260756193vw 0.260756193vw #efefef;
  }
}
.home .pickup .pickup_slider .slick-dots {
  bottom: -2.7777777778vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .pickup .pickup_slider .slick-dots {
    bottom: -3.9113428944vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .pickup .pickup_slider .slick-dots {
    bottom: -4.6936114733vw;
  }
}
.home .pickup__link {
  text-align: center;
  font-size: 1.25vw;
}
.home .pickup__link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .pickup__link {
    font-size: 2.4771838331vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .pickup__link {
    font-size: 3.259452412vw;
  }
}

/*--------------------
.gashoan
--------------------*/
.home .gashoan {
  position: relative;
  margin-bottom: 9.7222222222vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan {
    margin-bottom: 18.2529335072vw;
  }
}
.home .gashoan:before {
  content: "";
  display: block;
  width: 100%;
  /*aspect-ratio: 2160 / 840;*/
  aspect-ratio: 2160/920;
  background: url(../img/home/gashoan_bg.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan:before {
    background-size: cover;
    height: 106%;
    aspect-ratio: auto;
    padding-bottom: 5vw;
    background-position: right top;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan:before {
    background-position: 70% top;
  }
}
.home .gashoan > span {
  display: block;
  width: 113vw;
  height: 5.5555555556vw;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home .gashoan > span:first-of-type {
  top: -2.7777777778vw;
}
.home .gashoan > span:last-of-type {
  background: #FCFCFC;
  top: 41.6666666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan > span {
    height: 7.8226857888vw;
    display: none;
  }
  .home .gashoan > span:first-of-type {
    top: -3.9113428944vw;
  }
  .home .gashoan > span:last-of-type {
    top: 54.7588005215vw;
  }
}
.home .gashoan__cont1 {
  width: 79.1666666667vw;
  margin: 0 auto 0;
  transform: translateY(-4.8611111111vw);
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-end;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont1 {
    width: 94%;
    transform: none;
    padding-top: 3vw;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    display: block;
    margin: 0 auto 5vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan__cont1 {
    width: 90%;
    padding-top: 5vw;
    margin: 0 auto 9vw;
  }
}
.home .gashoan__cont1 h2 {
  width: 22.2222222222vw;
  height: 22.2222222222vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 0.0694444444vw #CECECE;
}
.home .gashoan__cont1 h2 img {
  width: 14.2361111111vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont1 h2 {
    width: 26vw;
    height: auto;
    aspect-ratio: 1/1;
    border-width: 0.1303780965vw;
    margin: -12vw auto 3vw;
  }
  .home .gashoan__cont1 h2 img {
    width: 18vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan__cont1 h2 {
    width: 40vw;
    margin: -22vw auto 5vw;
  }
  .home .gashoan__cont1 h2 img {
    width: 32vw;
  }
}
.home .gashoan__cont1 p {
  font-size: 1.4583333333vw;
  padding-left: 2.2222222222vw;
  line-height: 1.8;
  padding-bottom: 0.4em;
  color: #fff;
  text-shadow: 0 0 0.1em #3C7A15;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont1 p {
    text-shadow: 0 0 0.1em #3C7A15, 0 0 0.2em #28510f;
    font-size: 2.4771838331vw;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont1 p {
    font-size: 3.6505867014vw;
  }
}
.home .gashoan__cont2 {
  margin: 0 auto 0;
  padding-left: 18.0555555556vw;
  transform: translateY(-0.6944444444vw);
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2 {
    width: 96%;
    padding: 0 0 0 2vw;
    margin: 0 auto 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2 {
    width: 90%;
    padding: 0 0;
  }
}
.home .gashoan__cont2__item {
  width: 26.3888888889vw;
  height: 9.0277777778vw;
  background: #fff;
  margin-right: 2.7777777778vw;
  border-radius: 0 0 2.7777777778vw;
  background: #3C7A15;
  background: linear-gradient(-30deg, #3C7A15 0%, #3C7A15 52.9%, #538930 53%);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2__item {
    width: 39vw;
    height: 13vw;
    margin-right: 3vw;
    border-radius: 0 0 6vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan__cont2__item {
    width: 80vw;
    height: 18vw;
    margin: 0 auto;
    border-radius: 0 0 12vw;
  }
}
.home .gashoan__cont2__item:nth-of-type(n + 3) {
  margin-top: 3.75vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2__item:nth-of-type(n + 3) {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2__item:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
.home .gashoan__cont2__item a {
  display: flex;
  align-items: flex-start;
  padding-left: 1.1111111111vw;
  transition-duration: 0.3s;
}
.home .gashoan__cont2__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2__item a {
    padding-left: 2.0860495437vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan__cont2__item a {
    padding-left: 2.8683181226vw;
  }
}
.home .gashoan__cont2__item a img {
  width: 8.3333333333vw;
  transform: translateY(-1.8055555556vw);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2__item a img {
    width: 11vw;
    transform: translateY(-2vw);
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan__cont2__item a img {
    width: 20vw;
    transform: translateY(-5vw);
  }
}
.home .gashoan__cont2__item a .txt {
  padding-left: 1.5277777778vw;
  padding-top: 1.1111111111vw;
  font-size: 1.3888888889vw;
  line-height: 1.7;
  color: #fff;
  flex: 1;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2__item a .txt {
    padding-left: 1.6949152542vw;
    padding-top: 1.6949152542vw;
    font-size: 2.6075619296vw;
  }
  .home .gashoan__cont2__item a .txt br {
    display: none;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan__cont2__item a .txt {
    padding-left: 2.6075619296vw;
    padding-top: 2.6075619296vw;
    font-size: 3.6505867014vw;
  }
}
.home .gashoan__cont2__item--3 {
  margin-left: 20.4166666667vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2__item--3 {
    margin-left: 10vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan__cont2__item--3 {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__cont2__item--4 {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .gashoan__cont2__item--4 {
    margin-right: auto;
  }
}
.home .gashoan__asidepic {
  position: absolute;
  right: 5.5555555556vw;
  top: -4.1666666667vw;
  width: 10.6944444444vw;
  z-index: 2;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .gashoan__asidepic {
    display: none;
  }
}

/*--------------------
.ospdt
--------------------*/
.home .ospdt {
  margin-bottom: 9.0277777778vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .ospdt {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .ospdt {
    margin-bottom: 18.2529335072vw;
  }
}
.home .ospdt__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .ospdt__container {
    display: block;
  }
}
.home .ospdt__item {
  height: 29.3055555556vw;
  width: 50%;
  padding-top: 4.1666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .ospdt__item {
    height: 50vw;
    width: 80vw;
    padding-top: 6.518904824vw;
  }
}
.home .ospdt__item h2 {
  margin-bottom: 0.9em;
}
.home .ospdt__item .pic {
  width: 34.1666666667vw;
  margin-bottom: 3.0555555556vw;
}
.home .ospdt__item .pic img {
  border-radius: 8.8888888889vw;
  transition-duration: 0.3s;
}
.home .ospdt__item .pic img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .ospdt__item .pic {
    width: 100%;
    margin-bottom: 3.9113428944vw;
  }
}
.home .ospdt__item .links {
  display: flex;
  justify-content: center;
  font-size: 1.3888888889vw;
  flex-wrap: wrap;
  width: 80%;
}
.home .ospdt__item .links a {
  font-size: 1.5277777778vw;
  margin: 0 0.6em 0.8em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .ospdt__item .links a {
    font-size: 3.1290743155vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .ospdt__item .links a {
    font-size: 3.6505867014vw;
  }
}
.home .ospdt__item--shop {
  border-radius: 0 14.6527777778vw 14.6527777778vw 0;
  padding-right: 1.9444444444vw;
  background: linear-gradient(to bottom, #CDDDA5, #fff);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .ospdt__item--shop {
    border-radius: 0 25vw 25vw 0;
    padding-right: 6vw;
    padding-left: 7vw;
  }
}
.home .ospdt__item--products {
  border-radius: 14.6527777778vw 0 0 14.6527777778vw;
  background: linear-gradient(to bottom, #EED7C2, #fff);
  padding-left: 1.9444444444vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .ospdt__item--products {
    border-radius: 25vw 0 0 25vw;
    padding-right: 7vw;
    padding-left: 6vw;
    margin-left: auto;
  }
}

/*--------------------
.news
--------------------*/
.home .news {
  margin-bottom: 9.7222222222vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .news {
    margin-bottom: 13.037809648vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .news {
    margin-bottom: 18.2529335072vw;
  }
}
.home .news h2 {
  margin-bottom: 0.9em;
  text-align: center;
}
.home .news .archives_link {
  width: 80.5555555556vw;
  margin: 0 auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home .news .archives_link {
    width: 94vw;
    font-size: 2.4771838331vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .home .news .archives_link {
    font-size: 3.259452412vw;
  }
}

/*--------------------
.torikumi
--------------------*/
.torikumi {
  background: #F5F4DA;
  padding: 10.4166666667vw 0 11.1111111111vw 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .torikumi {
    padding: 13.037809648vw 0 13.6897001304vw 0;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .torikumi {
    padding: 19.556714472vw 0 19.556714472vw 0;
  }
}
.torikumi h2 {
  margin-bottom: 0.9em;
}
.torikumi .lead {
  text-align: center;
  font-size: 1.25vw;
  margin: 0 0 5.5555555556vw;
  line-height: 1.8;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .torikumi .lead {
    font-size: 2.7379400261vw;
    margin: 0 0 7.8226857888vw;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .torikumi .lead {
    font-size: 3.259452412vw;
    margin: 0 0 9.1264667536vw;
  }
}
.torikumi .flex {
  display: flex;
  justify-content: space-between;
  width: 72.2222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .torikumi .flex {
    width: 86vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .torikumi .flex {
    width: 92vw;
  }
}
.torikumi .flex__item {
  width: 22.2222222222vw;
}
.torikumi .flex__item a {
  transition-duration: 0.3s;
}
.torikumi .flex__item a:hover {
  opacity: 0.7;
}
.torikumi .flex__item .pic img {
  border-radius: 0 0 2.7777777778vw 0;
}
.torikumi .flex__item .txt {
  padding-top: 1.3888888889vw;
}
.torikumi .flex__item .txt span {
  font-size: 1.5277777778vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .torikumi .flex__item {
    width: 32%;
  }
  .torikumi .flex__item .pic img {
    border-radius: 0 0 3.1290743155vw 0;
  }
  .torikumi .flex__item .txt {
    padding-top: 0.8em;
  }
  .torikumi .flex__item .txt span {
    font-size: 2.6075619296vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .torikumi .flex__item .pic img {
    border-radius: 0 0 3.9113428944vw 0;
  }
  .torikumi .flex__item .txt span {
    font-size: 2.6075619296vw;
  }
}

/*--------------------
.company
--------------------*/
.company {
  background: transparent;
  padding: 10.4166666667vw 0 11.1111111111vw 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company {
    padding: 13.037809648vw 0 13.6897001304vw 0;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .company {
    padding: 19.556714472vw 0 19.556714472vw 0;
  }
}
.company h2 {
  margin-bottom: 0.9em;
}
.company .lead {
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.8;
  margin: 0 0 5.5555555556vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company .lead {
    font-size: 2.7379400261vw;
    margin: 0 0 7.8226857888vw;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .company .lead {
    font-size: 3.259452412vw;
    margin: 0 0 9.1264667536vw;
  }
}
.company .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 61.8055555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company .flex {
    width: 86vw;
  }
}
.company .flex__item {
  width: 28.4722222222vw;
}
.company .flex__item:nth-of-type(n + 3) {
  margin-top: 4.2857142857vw;
}
.company .flex__item a {
  transition-duration: 0.3s;
}
.company .flex__item a:hover {
  opacity: 0.7;
}
.company .flex__item .pic img {
  border-radius: 1.3888888889vw 1.3888888889vw 1.3888888889vw 0;
}
.company .flex__item .txt {
  padding-top: 1.3888888889vw;
}
.company .flex__item .txt span {
  font-size: 1.5277777778vw;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .company .flex__item {
    width: 46%;
  }
  .company .flex__item .pic img {
    border-radius: 2.3468057366vw 2.3468057366vw 2.3468057366vw 0;
  }
  .company .flex__item .txt {
    padding-top: 0.8em;
  }
  .company .flex__item .txt span {
    font-size: 2.6075619296vw;
  }
}
@media screen and (max-width: 599px) and (orientation: portrait) {
  .company .flex__item {
    width: 48%;
  }
  .company .flex__item .pic img {
    border-radius: 2.8683181226vw 2.8683181226vw 2.8683181226vw 0;
  }
  .company .flex__item .txt {
    padding-top: 0.8em;
  }
  .company .flex__item .txt span {
    font-size: 3.1290743155vw;
  }
}

/*--------------------
.pickup
--------------------*/
/*--------------------
.pickup
--------------------*//*# sourceMappingURL=frontpage.css.map */