@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #291500;
}

a:link,
a:visited,
a:hover,
a:active {
  transition: all 0.3s;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.en {
  font-family: "Roboto", sans-serif;
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

img.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .process {
    position: relative;
  }
  .process--nav {
    height: 21.3333333333vw;
    width: 100%;
    position: fixed;
    bottom: 2.6666666667vw;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .process--ul {
    height: 24vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    border: 2px solid #000000;
    overflow: hidden;
  }
  .process--ul li {
    background: #008742;
    border-left: 2px solid #000000;
  }
  .process--ul li:nth-child(2n) {
    background: #00A770;
  }
  .process--ul li:first-child {
    border-left: none;
  }
  .process--ul li:hover {
    background: #FFC43A;
  }
  .process--ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .process--ul li img {
    width: 23.4666666667vw;
    margin: 0 auto;
  }
  .process--start {
    background: url(../img/02_milkproccess/bg-01-sp.png) no-repeat 50% bottom #41C5E3;
    background-size: 100%;
    padding: 22.4vw 5.3333333333vw 21.3333333333vw;
    position: relative;
    z-index: 1;
  }
  .process--start::after {
    content: "";
    width: 21.3333333333vw;
    height: 14.9333333333vw;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -2.6666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--inner h2 {
    width: 89.8666666667vw;
    margin: 0 auto 4.2666666667vw auto;
  }
  .process--inner .read {
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
    text-align: center;
    margin: 0 auto 12.8vw auto;
  }
  .process--step {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12.8vw 6.6666666667vw;
    margin: 0 auto 12.8vw auto;
  }
  .process--step__box {
    display: block;
    transition: 0.3s;
    position: relative;
  }
  .process--step__box:hover {
    transform: scale(0.9);
  }
  .process--step h3 {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    margin: 0 auto;
  }
  .process--step__img {
    width: 38.4vw;
    height: 38.4vw;
    margin: -5.3333333333vw auto 0 auto;
  }
  .process--step__btn {
    width: 38.4vw;
    height: 9.6vw;
    margin: 0 auto;
  }
  .process--beggin {
    width: 62.1333333333vw;
    margin: 0 auto;
  }
  .process--step1 {
    background: url(../img/03_step/bg-02-sp.png) no-repeat 50% 0;
    background-size: 100%;
    position: relative;
    padding: 24.5333333333vw 5.3333333333vw 24vw 5.3333333333vw;
    margin-top: -4vw;
  }
  .process--step1__image {
    width: 100%;
    height: 45.0666666667vw;
    margin: 0 auto;
    border-radius: 2.6666666667vw;
  }
  .process--step1 p {
    color: #ffffff;
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 4.2666666667vw;
  }
  .process--step2 {
    background: url(../img/03_step/bg-03-sp.png) no-repeat 50% 0;
    background-size: 100%;
    position: relative;
    padding: 24.5333333333vw 5.3333333333vw 24vw 5.3333333333vw;
    margin-top: -6.4vw;
    position: relative;
    z-index: 1;
  }
  .process--step2::before {
    content: "";
    width: 21.3333333333vw;
    height: 14.9333333333vw;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -7.4666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step2__image {
    width: 76.8vw;
    height: 76.8vw;
    margin: 0 auto;
  }
  .process--step2 p {
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 4.2666666667vw;
  }
  .process--step3 {
    background: url(../img/03_step/bg-04-sp.png) no-repeat 50% 0;
    background-size: 100%;
    position: relative;
    padding: 24.5333333333vw 5.3333333333vw 24vw 5.3333333333vw;
    margin-top: -6.4vw;
    position: relative;
    z-index: 1;
  }
  .process--step3::before {
    content: "";
    width: 21.3333333333vw;
    height: 14.9333333333vw;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -7.4666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step3__image {
    width: 76.8vw;
    height: 76.8vw;
    margin: 0 auto;
  }
  .process--step3 p {
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 4.2666666667vw;
  }
  .process--step4 {
    background: url(../img/03_step/bg-03-sp.png) no-repeat 50% 0;
    background-size: 100%;
    position: relative;
    padding: 24.5333333333vw 5.3333333333vw 24vw 5.3333333333vw;
    margin-top: -6.4vw;
    position: relative;
    z-index: 1;
  }
  .process--step4::before {
    content: "";
    width: 21.3333333333vw;
    height: 14.9333333333vw;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -7.4666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step4__image {
    width: 76.8vw;
    height: 76.8vw;
    margin: 0 auto;
  }
  .process--step4 p {
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 4.2666666667vw;
  }
  .process--step5 {
    background: url(../img/03_step/bg-04-sp.png) no-repeat 50% 0;
    background-size: 100%;
    position: relative;
    padding: 24.5333333333vw 5.3333333333vw 24vw 5.3333333333vw;
    margin-top: -4vw;
    position: relative;
    z-index: 1;
  }
  .process--step5::before {
    content: "";
    width: 21.3333333333vw;
    height: 14.9333333333vw;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -7.4666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step5__image {
    width: 100%;
    height: 45.0666666667vw;
    margin: 0 auto;
    border-radius: 2.6666666667vw;
  }
  .process--step5 p {
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 4.2666666667vw;
  }
  .process--step6 {
    background: url(../img/03_step/bg-02-sp.png) no-repeat 50% 0;
    background-size: 100%;
    position: relative;
    padding: 24.5333333333vw 5.3333333333vw 24vw 5.3333333333vw;
    margin-top: -4vw;
    position: relative;
    z-index: 1;
  }
  .process--step6::before {
    content: "";
    width: 21.3333333333vw;
    height: 14.9333333333vw;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -7.4666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step6__image {
    width: 100%;
    height: 38.1333333333vw;
    margin: 8.5333333333vw auto 0 auto;
    border-radius: 2.6666666667vw;
  }
  .process--step6 p {
    color: #ffffff;
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 4.2666666667vw;
  }
  .process--ttl {
    margin-bottom: 4.2666666667vw;
  }
  .section-ttl {
    text-align: center;
    border-bottom: 1.0666666667vw solid #ffffff;
    padding-bottom: 4.2666666667vw;
  }
  .section-ttl img {
    width: 32vw;
    margin: 0 auto 4.2666666667vw auto;
  }
  .section-ttl h2 {
    font-size: 6.9333333333vw;
    color: #ffffff;
  }
  .factory {
    background: #41C5E3;
    padding: 32vw 5.3333333333vw;
  }
  .factory--container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin: 9.3333333333vw 0 0 0;
  }
  .factory--tab {
    width: 100%;
    height: 18.4vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 0.5333333333vw solid #000000;
    border-radius: 4vw;
    overflow: hidden;
  }
  .factory--tab button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    border-left: 0.5333333333vw solid #000000;
    padding: 0;
    background: #008742;
  }
  .factory--tab button:first-child {
    border-left: none;
  }
  .factory--tab button:nth-child(2n) {
    background: #00A770;
  }
  .factory--tab button.factory-a.active {
    background: #C32D42;
  }
  .factory--tab button.factory-b.active {
    background: #0069B4;
  }
  .factory--tab button.factory-c.active {
    background: #FFBE00;
  }
  .factory--tab button.factory-d.active {
    background: #EC6900;
  }
  .factory--tab button img {
    width: 18.6666666667vw;
    margin: 0 auto;
  }
  .factory--map .factory-b,
  .factory--map .factory-c,
  .factory--map .factory-d {
    transform: translateY(4.5333333333vw);
    margin-bottom: 4.5333333333vw;
  }
  .factory--map img {
    width: 48vw;
    margin: 0 auto;
  }
  .factory--detail {
    background: #ffffff;
    padding: 4vw;
    border-radius: 4vw;
  }
  .factory--detail__ttl {
    background: #007130;
    text-align: center;
    color: #ffffff;
    font-size: 6.4vw;
    font-weight: 700;
    padding: 3.2vw;
    border-radius: 2.6666666667vw;
    position: relative;
    margin-bottom: 4.2666666667vw;
  }
  .factory--detail__ttl small {
    display: block;
    font-size: 4.2666666667vw;
  }
  .factory--detail__ttl img {
    width: 10.6666666667vw;
    height: 14.4vw;
    position: absolute;
    left: 2.6666666667vw;
    top: -2.6666666667vw;
  }
  .factory--detail__img {
    width: 53.3333333333vw;
    border-radius: 4vw;
    margin: 0 auto 5.0666666667vw auto;
  }
  .factory--detail__text {
    font-size: 4.2666666667vw;
    margin: 0 0 2.1333333333vw 0;
    text-align: center;
  }
  .factory--detail__product {
    width: 53.3333333333vw;
    margin: 0 auto 5.0666666667vw auto;
  }
  .factory--detail__lineup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  .factory--detail__lineup li {
    background: #00A770;
    color: #ffffff;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 5.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .lineup {
    background: #00A770;
    padding: 32vw 5.3333333333vw 0 5.3333333333vw;
  }
  .lineup--container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.6666666667vw;
    margin: 21.3333333333vw 0 0 0;
  }
  .lineup--box__name {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .lineup--box__package {
    width: 18.6666666667vw;
    margin: 0 auto 6.6666666667vw auto;
  }
  .lineup--box__text {
    grid-area: text;
    background: #ffffff;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 4vw;
    margin-bottom: 6.6666666667vw;
  }
  .lineup--box__text h4 {
    color: #00A770;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 5.3333333333vw;
    background: url(../img/05_lineup/musimegane.png) no-repeat 0 50%;
    background-size: 5.3333333333vw 5.3333333333vw;
    padding-left: 8vw;
    margin-bottom: 4.2666666667vw;
  }
  .lineup--box__text p {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
  .lineup--box__text p sup {
    color: #007130;
  }
  .lineup--box__text p.note {
    font-size: 3.2vw;
    line-height: 5.0666666667vw;
    margin-top: 4.2666666667vw;
  }
  .lineup--box__text p.note span {
    color: #007130;
  }
  .lineup--box__btn {
    grid-area: btn;
    width: 60.2666666667vw;
    display: block;
    margin: 0 auto;
    transition: 0.3s;
  }
  .lineup--box__btn:hover {
    transform: scale(0.9);
  }
  /* PCは常時フル表示。SPのみ制御 */
  .lineup--box__text .collapsible {
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  /* 折りたたみ中は注釈を隠す */
  .lineup--box__text.is-collapsed .note {
    display: none;
  }
  /* ボタンの簡易スタイル（任意） */
  .readmore-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.7333333333vw auto 0 auto;
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw;
    width: 56.2666666667vw;
    background: #CDEBEF;
    border: none;
    font-weight: 700;
    color: #00A770;
    cursor: pointer;
    position: relative;
  }
  .readmore-btn::before {
    content: "▼";
    font-size: 2.4vw;
    display: block;
    color: #00A770;
    position: absolute;
    right: 2.6666666667vw;
    top: 2.4vw;
  }
  .readmore-btn.active::before {
    content: "▲";
  }
  .recipe {
    padding: 32vw 5.3333333333vw;
    background: #00A770;
  }
  .recipe--container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 17.0666666667vw;
    margin-top: 17.0666666667vw;
  }
  .recipe--box {
    width: 80vw;
    margin: 0 auto;
  }
  .recipe--box h3 {
    height: 15.4666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    font-size: 5.8666666667vw;
    font-weight: 700;
    line-height: 8vw;
    margin-bottom: 4.2666666667vw;
  }
  .recipe--box a {
    display: block;
    position: relative;
    transition: 0.3s;
  }
  .recipe--box a:hover {
    transform: scale(0.9);
  }
  .recipe--box__img {
    border-radius: 2.6666666667vw;
  }
  .recipe--box__btn {
    width: 40vw;
    position: absolute;
    right: 2.1333333333vw;
    bottom: 2.1333333333vw;
    z-index: 1;
  }
  .sns {
    padding: 32vw 5.3333333333vw 16vw;
    background: #CDEBEF;
  }
  .sns .section-ttl {
    border-bottom-color: #00A770;
  }
  .sns .section-ttl h2 {
    color: #000000;
  }
  .sns h3 {
    width: 100%;
    margin: 9.0666666667vw auto 3.2vw auto;
  }
  .sns--box {
    width: 80vw;
    margin: 0 auto 21.3333333333vw auto;
  }
  .sns--box__ttl {
    margin-bottom: 2.4vw;
  }
  .sns--box__ttl .icon {
    width: 18.4vw;
    margin: 0 auto 1.8666666667vw auto;
  }
  .sns--box__ttl .ttl {
    width: 45.8666666667vw;
    margin: 0 auto;
  }
  .sns--box__btn {
    display: block;
    width: 80vw;
    margin: 7.4666666667vw auto 0 auto;
    transition: 0.3s;
  }
  .sns--box__btn:hover {
    transform: scale(0.9);
  }
  .footer {
    background: #1E1E1E;
    text-align: center;
    padding: 5.3333333333vw 0 32vw 0;
    font-size: 11px;
    color: #ffffff;
  }
  .pagetop {
    display: block;
    width: 16vw;
    height: 16vw;
    position: fixed;
    right: 2.6666666667vw;
    bottom: 29.3333333333vw;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
  }
  .pagetop:hover {
    transform: scale(0.9);
  }
  .pagetop.is-visible {
    opacity: 1;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  body {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
  }
  .process {
    position: relative;
  }
  .process--nav {
    background: #41C5E3;
    padding: 84px 0;
    height: 252px;
  }
  .process--ul {
    width: 1000px;
    height: 84px;
    border-radius: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    border: 2px solid #000000;
    overflow: hidden;
    box-shadow: 10px 10px 0 #ffffff;
  }
  .process--ul.fixed {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .process--ul li {
    background: #008742;
    border-left: 2px solid #000000;
  }
  .process--ul li:nth-child(2n) {
    background: #00A770;
  }
  .process--ul li:first-child {
    border-left: none;
  }
  .process--ul li:hover {
    background: #FFC43A;
  }
  .process--ul li a {
    display: block;
  }
  .process--ul li img {
    width: 180px;
    margin: 0 auto;
  }
  .process--start {
    background: url(../img/02_milkproccess/bg-01.jpg) no-repeat 50% 0;
    background-size: 1920px;
    padding-bottom: 210px;
    position: relative;
    z-index: 1;
  }
  .process--start::after {
    content: "";
    width: 160px;
    height: 112px;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--inner {
    width: 1000px;
    margin: 0 auto;
  }
  .process--inner h2 {
    width: 550px;
    margin: 0 auto 24px auto;
  }
  .process--inner .read {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto 64px auto;
  }
  .process--step {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 49px 68px;
    width: 820px;
    margin: 0 auto 48px auto;
  }
  .process--step__box {
    display: block;
    transition: 0.3s;
    position: relative;
  }
  .process--step__box:hover {
    transform: scale(0.9);
  }
  .process--step__box::after {
    content: "";
    width: 75px;
    height: 52px;
    display: block;
    transform: rotate(-90deg);
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    margin: auto 0;
  }
  .process--step__box:last-child::after {
    display: none;
  }
  .process--step h3 {
    width: 100px;
    height: 100px;
  }
  .process--step__img {
    width: 180px;
    height: 180px;
    margin: -48px 0 0 48px;
  }
  .process--step__btn {
    width: 180px;
    height: 45px;
    margin: 0 0 0 48px;
  }
  .process--beggin {
    width: 460px;
    margin: 0 auto;
  }
  .process--step1 {
    background: url(../img/03_step/bg-02.png) no-repeat 50% 0;
    background-size: 1920px;
    position: relative;
    padding: 128px 0 140px 0;
    margin-top: -40px;
  }
  .process--step1__image {
    width: 400px;
    height: 200px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .process--step1 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
  .process--step2 {
    background: url(../img/03_step/bg-03.png) no-repeat 50% 0;
    background-size: 1920px;
    position: relative;
    padding: 128px 0 140px 0;
    margin-top: -24px;
    position: relative;
    z-index: 1;
  }
  .process--step2::before {
    content: "";
    width: 160px;
    height: 112px;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step2__image {
    width: 360px;
    height: 360px;
    margin: 0 auto;
  }
  .process--step2 p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
  .process--step3 {
    background: url(../img/03_step/bg-04.png) no-repeat 50% 0;
    background-size: 1920px;
    position: relative;
    padding: 128px 0 140px 0;
    margin-top: -24px;
    position: relative;
    z-index: 1;
  }
  .process--step3::before {
    content: "";
    width: 160px;
    height: 112px;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step3__image {
    width: 360px;
    height: 360px;
    margin: 0 auto;
  }
  .process--step3 p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
  .process--step4 {
    background: url(../img/03_step/bg-03.png) no-repeat 50% 0;
    background-size: 1920px;
    position: relative;
    padding: 128px 0 140px 0;
    margin-top: -24px;
    position: relative;
    z-index: 1;
  }
  .process--step4::before {
    content: "";
    width: 160px;
    height: 112px;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step4__image {
    width: 360px;
    height: 360px;
    margin: 0 auto;
  }
  .process--step4 p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
  .process--step5 {
    background: url(../img/03_step/bg-04.png) no-repeat 50% 0;
    background-size: 1920px;
    position: relative;
    padding: 128px 0 140px 0;
    margin-top: -24px;
    position: relative;
    z-index: 1;
  }
  .process--step5::before {
    content: "";
    width: 160px;
    height: 112px;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step5__image {
    width: 400px;
    height: 200px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .process--step5 p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
  .process--step6 {
    background: url(../img/03_step/bg-02.png) no-repeat 50% 0;
    background-size: 1920px;
    position: relative;
    padding: 128px 0 140px 0;
    margin-top: -40px;
    position: relative;
    z-index: 1;
  }
  .process--step6::before {
    content: "";
    width: 160px;
    height: 112px;
    display: block;
    background: url(../img/02_milkproccess/arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .process--step6__image {
    width: 851px;
    height: 362px;
    margin: 48px auto 0 auto;
    border-radius: 10px;
  }
  .process--step6 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    margin-top: 32px;
  }
  .process--ttl {
    margin-bottom: 32px;
  }
  .section-ttl {
    text-align: center;
    border-bottom: 4px solid #ffffff;
    padding-bottom: 18px;
  }
  .section-ttl img {
    width: 150px;
    margin: 0 auto 16px auto;
  }
  .section-ttl h2 {
    font-size: 36px;
    color: #ffffff;
  }
  .factory {
    background: #41C5E3;
    padding: 120px 0;
  }
  .factory--inner {
    width: 1100px;
    margin: 0 auto;
  }
  .factory--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 78px;
    align-items: flex-start;
    grid-template-areas: "tab detail" "map detail";
    margin: 64px 0 48px 0;
  }
  .factory--tab {
    width: 100%;
    height: 104px;
    grid-area: tab;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 2px solid #000000;
    border-radius: 15px;
    overflow: hidden;
  }
  .factory--tab button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    border-left: 2px solid #000000;
    padding: 0;
    background: #008742;
  }
  .factory--tab button:first-child {
    border-left: none;
  }
  .factory--tab button:nth-child(2n) {
    background: #00A770;
  }
  .factory--tab button.factory-a.active {
    background: #C32D42;
  }
  .factory--tab button.factory-b.active {
    background: #0069B4;
  }
  .factory--tab button.factory-c.active {
    background: #FFBE00;
  }
  .factory--tab button.factory-d.active {
    background: #EC6900;
  }
  .factory--tab button img {
    width: 115px;
    margin: 0 auto;
  }
  .factory--map {
    grid-area: map;
  }
  .factory--map .factory-a {
    transform: translateY(-49px);
  }
  .factory--detail {
    grid-area: detail;
    background: #ffffff;
    padding: 28px 20px;
    border-radius: 15px;
  }
  .factory--detail__ttl {
    background: #007130;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 24px;
  }
  .factory--detail__ttl small {
    display: block;
    font-size: 20px;
  }
  .factory--detail__ttl img {
    width: 75px;
    height: 100px;
    position: absolute;
    left: 10px;
    top: -10px;
  }
  .factory--detail__img {
    width: 380px;
    border-radius: 15px;
    margin: 0 auto 24px auto;
  }
  .factory--detail__text {
    font-size: 20px;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .factory--detail__product {
    width: 378px;
    margin: 0 auto 29px auto;
  }
  .factory--detail__lineup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .factory--detail__lineup li {
    background: #00A770;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 20px;
  }
  .factory--detail .factory-d .factory--detail__lineup li {
    font-size: 16px;
    line-height: 27px;
    padding: 0 10px;
  }
  .lineup {
    background: #00A770;
    padding: 124px 0 0 0;
  }
  .lineup--inner {
    width: 1100px;
    margin: 0 auto;
  }
  .lineup--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 96px 60px;
    margin: 96px 0 0 0;
  }
  .lineup--box {
    display: grid;
    grid-template-columns: 139px 344px;
    grid-template-areas: "name name" "package text" "btn btn";
    gap: 36px 21px;
  }
  .lineup--box__name {
    grid-area: name;
  }
  .lineup--box__package {
    grid-area: package;
  }
  .lineup--box__text {
    grid-area: text;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
  }
  .lineup--box__text h4 {
    color: #00A770;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    background: url(../img/05_lineup/musimegane.png) no-repeat 0 50%;
    background-size: 30px 30px;
    padding-left: 44px;
    margin-bottom: 16px;
  }
  .lineup--box__text p {
    font-size: 16px;
    line-height: 25px;
  }
  .lineup--box__text p sup {
    color: #007130;
  }
  .lineup--box__text p.note {
    font-size: 12px;
    line-height: 19px;
    margin-top: 16px;
  }
  .lineup--box__text p.note span {
    color: #007130;
  }
  .lineup--box__btn {
    grid-area: btn;
    width: 350px;
    display: block;
    margin: 0 auto;
    transition: 0.3s;
  }
  .lineup--box__btn:hover {
    transform: scale(0.9);
  }
  .recipe {
    padding: 120px 0;
    background: #00A770;
  }
  .recipe--inner {
    width: 1100px;
    margin: 0 auto;
  }
  .recipe--container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 72px 32px;
    margin-top: 64px;
  }
  .recipe--box h3 {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .recipe--box a {
    display: block;
    position: relative;
    transition: 0.3s;
  }
  .recipe--box a:hover {
    transform: scale(0.9);
  }
  .recipe--box__img {
    border-radius: 10px;
  }
  .recipe--box__btn {
    width: 180px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
  }
  .sns {
    padding: 120px 0;
    background: #CDEBEF;
  }
  .sns .section-ttl {
    border-bottom-color: #00A770;
  }
  .sns .section-ttl h2 {
    color: #000000;
  }
  .sns--inner {
    width: 1100px;
    margin: 0 auto;
  }
  .sns h3 {
    width: 740px;
    margin: 32px auto 27px auto;
  }
  .sns--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 176px;
    width: 976px;
    margin: auto;
  }
  .sns--box {
    width: 400px;
    margin: 0 auto;
  }
  .sns--box__ttl {
    margin-bottom: 20px;
  }
  .sns--box__ttl .icon {
    margin: auto;
    width: 80px;
  }
  .sns--box__ttl .ttl {
    width: 200px;
  }
  .sns--box__btn {
    display: block;
    width: 400px;
    margin: 28px auto 0 auto;
    transition: 0.3s;
  }
  .sns--box__btn:hover {
    transform: scale(0.9);
  }
  .footer {
    background: #1E1E1E;
    text-align: center;
    padding: 30px;
    font-size: 11px;
    color: #ffffff;
  }
  .pagetop {
    display: block;
    width: 160px;
    height: 160px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
  }
  .pagetop:hover {
    transform: scale(0.9);
  }
  .pagetop.is-visible {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */