@charset "UTF-8";
#soupfactory .sf-header {
  position: absolute;
  z-index: 2000;
  width: 100%;
  height: 50px;
}
#soupfactory .sf-header__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#soupfactory .sf-header__brand {
  margin-left: 8px;
  width: 60px;
}
#soupfactory .sf-header__brand img {
  width: 100%;
}
#soupfactory .sf-header.fixed {
  position: fixed;
  top: 0;
}
#soupfactory .sf-header.toback {
  z-index: 1000;
}
#soupfactory .sf-header p,
#soupfactory .sf-header button {
  font-family: "commonfont";
}
#soupfactory .sf-header a span {
  font-family: "commonfont_w6";
}
@media screen and (min-width: 48em) {
  #soupfactory .sf-header {
    width: 1240px;
    height: 75px;
  }
  #soupfactory .sf-header__brand {
    margin-left: 12px;
    width: 90px;
  }
}
@media screen and (min-width: 1240px) {
  #soupfactory .sf-header {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  #soupfactory .sf-header {
    height: 130px;
  }
  #soupfactory .sf-header__inner {
    height: 100%;
  }
  #soupfactory .sf-header__brand {
    margin-left: 12px;
    width: 121px;
  }
}

.sf-menu__content {
  visibility: hidden;
  position: fixed;
  z-index: 2001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  -webkit-transition: visibility 1s ease;
  transition: visibility 1s ease;
}
.sf-menu__content__bg {
  position: absolute;
  right: 0;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  background: #ffe300;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.sf-menu__content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.sf-menu__content nav {
  position: relative;
  z-index: 1;
}
.sf-menu__content nav a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #008d3c;
}
.sf-menu__content nav a:after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
.sf-menu__content nav a.inactive {
  position: relative;
  pointer-events: none;
  color: #898989;
}
.sf-menu__content nav a.inactive .inactive__balloon {
  display: block;
}
.sf-menu__content nav a .inactive__balloon {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -106px;
  color: #008d3c;
  background: white;
  font-size: 14px;
  width: 207px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 19px;
}
.sf-menu__content nav a .inactive__balloon:before {
  position: absolute;
  top: 14px;
  left: -7px;
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-right: 8px solid white;
  border-bottom: 5px solid transparent;
}
.sf-menu__content nav li {
  width: 268px;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sf-menu__content nav li + li {
  margin-top: 54px;
}
.sf-menu__button {
  position: relative;
  z-index: 2001;
  width: 60px;
  height: 60px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  margin: 15px 15px 0 0;
}
.sf-menu__button__icon {
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 60px;
  display: inline-block;
}
.sf-menu__button__icon span {
  position: relative;
  z-index: 2;
  position: absolute;
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 3px;
  background: #008d3c;
  top: 43%;
  left: 16px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.sf-menu__button__icon span:nth-child(1) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.sf-menu__button__icon span:nth-child(3) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.sf-menu__button__text {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 9px;
  color: #008d3c;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.sf-menu__button:before, .sf-menu__button:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sf-menu__button:before {
  top: 5px;
  background: #008d3c;
}
.sf-menu__button:after {
  -webkit-transition: background 1s;
  transition: background 1s;
  background: #ffe300;
}
.sf-menu.open .sf-menu__content {
  visibility: visible;
}
.sf-menu.open .sf-menu__content__bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sf-menu.open .sf-menu__content nav li {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.5s ease 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: opacity 0.5s ease 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.sf-menu.open .sf-menu__content nav li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sf-menu.open .sf-menu__content nav li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sf-menu.open .sf-menu__content nav li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sf-menu.open .sf-menu__content nav li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sf-menu.open .sf-menu__button__icon span:nth-child(1) {
  -webkit-transform: scaleX(1.2) rotate(150deg);
          transform: scaleX(1.2) rotate(150deg);
}
.sf-menu.open .sf-menu__button__icon span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.sf-menu.open .sf-menu__button__icon span:nth-child(3) {
  -webkit-transform: scaleX(1.2) rotate(30deg);
          transform: scaleX(1.2) rotate(30deg);
}
.sf-menu.open .sf-menu__button:after {
  background: #ffffd5;
}

@media screen and (min-width: 48em) {
  .sf-menu__content nav a {
    font-size: 27px;
  }
  .sf-menu__content nav a:after {
    width: 27px;
    height: 27px;
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
  }
  .sf-menu__content nav li {
    width: 402px;
  }
  .sf-menu__content nav li + li {
    margin-top: 81px;
  }
  .sf-menu__button {
    width: 90px;
    height: 90px;
    margin: 23px 23px 0 0;
  }
  .sf-menu__button__icon {
    top: calc(50% - 10px);
  }
  .sf-menu__button__icon span {
    width: 41px;
    height: 5px;
    border-radius: 5px;
    top: 43%;
    left: 24px;
  }
  .sf-menu__button__icon span:nth-child(1) {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px);
  }
  .sf-menu__button__icon span:nth-child(3) {
    -webkit-transform: translateY(11px);
            transform: translateY(11px);
  }
  .sf-menu__button__text {
    font-size: 14px;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
  .sf-menu__button:before {
    top: 8px;
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
  50% {
    -webkit-transform: translate(5px, -12px);
            transform: translate(5px, -12px);
  }
  100% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
  50% {
    -webkit-transform: translate(5px, -12px);
            transform: translate(5px, -12px);
  }
  100% {
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
  }
}
@media screen and (min-width: 64em) {
  .sf-menu__content nav a {
    font-size: 28px;
  }
  .sf-menu__content nav a:after {
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  .sf-menu__content nav a:hover {
    text-decoration: none;
  }
  .sf-menu__content nav a:hover:after {
    -webkit-animation: arrow 0.5s ease 0s infinite;
            animation: arrow 0.5s ease 0s infinite;
  }
  .sf-menu__content nav li {
    width: 438px;
  }
  .sf-menu__content nav li + li {
    margin-top: 72px;
  }
  .sf-menu__content__inner {
    width: 1000px;
  }
  .sf-menu__button {
    width: 100px;
    height: 100px;
    margin: 20px 20px 0 0;
  }
  .sf-menu__button__icon {
    display: inline-block;
  }
  .sf-menu__button__icon span {
    width: 46px;
    height: 6px;
    border-radius: 3px;
    top: 43%;
    left: 27px;
  }
  .sf-menu__button__icon span:nth-child(1) {
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
  }
  .sf-menu__button__icon span:nth-child(3) {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
  }
  .sf-menu__button__text {
    font-size: 12px;
    -webkit-transform: translateY(21px);
            transform: translateY(21px);
  }
  .sf-menu__button:before {
    top: 5px;
  }
  .sf-menu__button:after {
    -webkit-transition: none;
    transition: none;
  }
  .sf-menu__button:hover .sf-menu__button__icon {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .sf-menu__button:hover .sf-menu__button__icon span {
    background: #ffe300;
  }
  .sf-menu__button:hover .sf-menu__button__text {
    color: #ffe300;
    -webkit-transform: translateY(26px);
            transform: translateY(26px);
  }
  .sf-menu__button:hover:after {
    background: none;
  }
  .sf-menu.open .sf-menu__button:hover:after {
    background: none;
  }
}
.sf-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2002;
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.sf-loading__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.sf-loading__inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sf-loading__inner p img {
  width: 270px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.sf-loading__inner .bg__con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sf-loading__inner .bg__con .bg__top,
.sf-loading__inner .bg__con .bg__left,
.sf-loading__inner .bg__con .bg__right,
.sf-loading__inner .bg__con .bg__bottom {
  background-color: #ffe300;
  position: fixed;
}
.sf-loading__inner .bg__con .bg__top {
  top: 0;
  width: 100%;
  height: 50%;
}
.sf-loading__inner .bg__con .bg__left {
  left: 0;
  width: 50%;
  height: 100%;
}
.sf-loading__inner .bg__con .bg__right {
  right: 0;
  width: 50%;
  height: 100%;
}
.sf-loading__inner .bg__con .bg__bottom {
  bottom: 0;
  width: 100%;
  height: 50%;
}
.sf-loading__inner .bg__con .bg__clip_svg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0%;
  fill: #ffe300;
}
.sf-loading__inner .bg__con.move .bg__top {
  -webkit-animation: top_bottom_zoom_out 300ms forwards;
          animation: top_bottom_zoom_out 300ms forwards;
}
.sf-loading__inner .bg__con.move .bg__left {
  -webkit-animation: left_right_zoom_out 400ms forwards;
          animation: left_right_zoom_out 400ms forwards;
}
.sf-loading__inner .bg__con.move .bg__right {
  -webkit-animation: left_right_zoom_out 400ms forwards;
          animation: left_right_zoom_out 400ms forwards;
}
.sf-loading__inner .bg__con.move .bg__bottom {
  -webkit-animation: top_bottom_zoom_out 400ms forwards;
          animation: top_bottom_zoom_out 400ms forwards;
}
.sf-loading__inner .bg__con.move .bg__clip_svg {
  -webkit-animation: svg_zoom_out 700ms ease-out forwards;
          animation: svg_zoom_out 700ms ease-out forwards;
}
@-webkit-keyframes left_right_zoom_out {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
@keyframes left_right_zoom_out {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes top_bottom_zoom_out {
  0% {
    height: 50%;
  }
  100% {
    height: 0%;
  }
}
@keyframes top_bottom_zoom_out {
  0% {
    height: 50%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes svg_zoom_out {
  0% {
    width: 0%;
  }
  100% {
    width: 370%;
  }
}
@keyframes svg_zoom_out {
  0% {
    width: 0%;
  }
  100% {
    width: 370%;
  }
}
@media screen and (max-width: 767px) {
  .sf-loading__inner p {
    -webkit-transform: translate(-50%, -190%);
            transform: translate(-50%, -190%);
  }
  .sf-loading__inner p img {
    width: 170px;
  }
  .sf-loading__inner .bg__con.move .bg__top {
    -webkit-animation: top_bottom_zoom_out 500ms forwards;
            animation: top_bottom_zoom_out 500ms forwards;
  }
  .sf-loading__inner .bg__con.move .bg__left {
    -webkit-animation: left_right_zoom_out 300ms forwards;
            animation: left_right_zoom_out 300ms forwards;
  }
  .sf-loading__inner .bg__con.move .bg__right {
    -webkit-animation: left_right_zoom_out 300ms forwards;
            animation: left_right_zoom_out 300ms forwards;
  }
  .sf-loading__inner .bg__con.move .bg__bottom {
    -webkit-animation: top_bottom_zoom_out 500ms forwards;
            animation: top_bottom_zoom_out 500ms forwards;
  }
  .sf-loading__inner .bg__con.move .bg__clip_svg {
    width: initial;
    height: 0%;
    -webkit-animation: svg_zoom_out_sp 700ms ease-out forwards;
            animation: svg_zoom_out_sp 700ms ease-out forwards;
  }
  @-webkit-keyframes svg_zoom_out_sp {
    0% {
      height: 0%;
    }
    100% {
      height: 250%;
    }
  }
  @keyframes svg_zoom_out_sp {
    0% {
      height: 0%;
    }
    100% {
      height: 250%;
    }
  }
}
.sf-loading.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#soupfactory {
  min-height: calc(100vh - 160px);
  background: #ffffd5;
  overflow: hidden;
  min-width: auto;
  width: 100%;
}
#soupfactory h1,
#soupfactory h2,
#soupfactory h3,
#soupfactory h4,
#soupfactory div,
#soupfactory p,
#soupfactory button {
  font-family: "FP-ヒラギノUD丸ゴ StdN W5", "ヒラギノUD丸ゴ Std", "メイリオ", Meiryo, "HiraginoKakuGothic Pro", "ヒラギノ角ゴPro W3", "ＭＳＰゴシック", "Lucida Grande", "LucidaSans Unicode", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
#soupfactory h1.w3,
#soupfactory h2.w3,
#soupfactory h3.w3,
#soupfactory h4.w3,
#soupfactory div.w3,
#soupfactory p.w3,
#soupfactory button.w3 {
  font-family: "FP-ヒラギノUD丸ゴ StdN W3";
}
#soupfactory h1.w4,
#soupfactory h2.w4,
#soupfactory h3.w4,
#soupfactory h4.w4,
#soupfactory div.w4,
#soupfactory p.w4,
#soupfactory button.w4 {
  font-family: "FP-ヒラギノUD丸ゴ StdN W4";
}
#soupfactory h1.w5,
#soupfactory h2.w5,
#soupfactory h3.w5,
#soupfactory h4.w5,
#soupfactory div.w5,
#soupfactory p.w5,
#soupfactory button.w5 {
  font-family: "FP-ヒラギノUD丸ゴ StdN W5";
}
#soupfactory h1.w6,
#soupfactory h2.w6,
#soupfactory h3.w6,
#soupfactory h4.w6,
#soupfactory div.w6,
#soupfactory p.w6,
#soupfactory button.w6 {
  font-family: "FP-ヒラギノUD丸ゴ StdN W6";
}
#soupfactory small {
  font-family: "FP-ヒラギノUD丸ゴ StdN W4";
}
#soupfactory a span {
  font-family: "FP-ヒラギノUD丸ゴ StdN W6";
}
#soupfactory button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}
#soupfactory .sf-container {
  width: 100%;
}

#soupfactory.tablet {
  min-width: auto;
}

@media screen and (min-width: 48em) {
  #soupfactory {
    min-width: 1240px;
  }
}
@media screen and (min-width: 64em) {
  #soupfactory {
    min-height: auto;
    min-width: 1240px;
  }
}