@charset "UTF-8";
@font-face {
  font-family: "umios";
  src: url("/jp/assets/fonts/umios.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* init */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
  font-size: 75%;
}

sub {
  vertical-align: text-bottom;
  font-size: 75%;
}

input, textarea, select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

time {
  display: inline;
}

[hidden] {
  display: none;
}

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden;
  display: none;
}

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  outline: none;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
}

small {
  font-size: 85%;
}

i, em {
  font-weight: normal;
  font-style: normal;
}

b {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
}

input::placeholder,
textarea::placeholder {
  color: #666;
}

a:link {
  color: #FA0014;
  text-decoration: none;
}

a:active {
  color: #FA0014;
  text-decoration: none;
  outline: #B78F00;
}

a:visited {
  color: #FA0014;
  text-decoration: none;
}

a.mark {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}
a.mark::before {
  content: "\e901";
  width: 1em;
  height: 1em;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-family: "umios";
}
@media (hover: hover) {
  a.mark:hover {
    text-decoration: underline !important;
  }
}

a i.ext {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
a i.ext::after {
  font-family: "umios";
  content: "\e92a";
  font-weight: normal;
  font-size: 75%;
  text-indent: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

a i.pdf {
  display: inline-block;
  width: 1.4em;
  height: 1.6em;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  top: 0.35em;
}
a i.pdf::after {
  font-family: "umios";
  content: "\e921";
  font-weight: normal;
  font-size: 120%;
  text-indent: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1.6;
}

@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}
body, input, button, select, textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 1;
  font-feature-settings: "palt";
}

input, button, select, textarea {
  color: #000000;
}

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

.a-ct,
.aCt {
  text-align: center;
}

.a-rt,
.aRt {
  text-align: right;
}

.a-lt,
.aLt {
  text-align: left;
}

.f-lt,
.fLt {
  float: left;
}

.f-rt,
.fRt {
  float: right;
}

.sp-br,
.spBr {
  display: none;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  input, button, select, textarea {
    font-size: 1.6rem;
  }
  .sp-br,
  .spBr {
    display: inline;
  }
  .pc-br,
  .pcBr {
    display: none;
  }
}
.common-header {
  z-index: 10;
}

a.btn.reverse {
  background: #fff;
  border: 1px #d70c18 solid;
  color: #d70c18;
}

a.btn.reverse:hover {
  background: #d70c18;
  color: #fff;
}

a.btn.reverse::after {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

.pageBody {
  font-feature-settings: "palt";
}
.pageBody p {
  line-height: 1.75;
  margin-bottom: 1.5em;
}

.ggfHeader {
  background: url("/jp/contents/gogofactory/images/colorBar.png") repeat-x center bottom, url("/jp/contents/gogofactory/images/colorBar.png") repeat-x center top;
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ggfHeader .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/jp/contents/gogofactory/images/mainItem.png") no-repeat center;
  opacity: 0;
  top: -100px;
  transition: opacity 1s ease-out, top 0.75s ease;
  transition-delay: 1.5s;
  animation: fuwa 2.25s linear infinite;
}

.ggfHeader .item2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/jp/contents/gogofactory/images/mainItem2.png") no-repeat center;
  opacity: 0;
  top: -100px;
  transition: opacity 1s ease-out, top 0.75s ease;
  transition-delay: 2s;
  animation: fuwa 4.25s linear infinite reverse;
}

.ggfHeader h1 {
  width: 512px;
  margin: 0 auto 50px;
  opacity: 0;
  top: 50px;
  position: relative;
  transition: opacity 1s ease-out, top 0.75s ease;
  transition-delay: 0.5s;
}

.ggfHeader h1 img {
  display: block;
}

.ggfHeader p {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 2.75;
  background: url("/jp/contents/gogofactory/images/dotGray.png") repeat-x center bottom;
  width: 480px;
  margin: 0 auto 0.25em;
  opacity: 0;
  top: 50px;
  position: relative;
  transition: opacity 1s ease-out, top 0.75s ease;
  transition-delay: 0.75s;
}

.ggfHeader.play h1, .ggfHeader.play p {
  opacity: 1;
  top: 0;
}

.ggfHeader.play .item,
.ggfHeader.play .item2 {
  opacity: 1;
  top: 0;
}

.pageBody.ggftop article {
  overflow: hidden;
}

.pageBody.ggftop article > p.note {
  text-align: right;
  font-size: 12px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pageBody.ggftop article section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 1s ease-out, top 0.75s ease;
  opacity: 0;
  top: 50px;
}

.pageBody.ggftop article section .lineImage {
  width: 50%;
  z-index: 1;
  position: relative;
  text-align: right;
  transition: opacity 1s ease-out, top 0.75s ease;
  transition-delay: 1s;
  opacity: 0;
  top: 100px;
}

.pageBody.ggftop article section .intro {
  width: 50%;
  transition: opacity 1s ease-out, top 0.75s ease;
  opacity: 0;
  top: 100px;
}

.pageBody.ggftop article section .intro .inner {
  width: 350px;
  margin: 0 auto;
}

.pageBody.ggftop article section .intro h2 {
  font-size: 44px;
  font-weight: bold;
  border: none;
  margin-bottom: 15px;
  line-height: 1.4;
}

.pageBody.ggftop article section .intro h2 .ruby {
  font-size: 60%;
}

.pageBody.ggftop article section .intro h2 + p {
  font-size: 16px;
}

.pageBody.ggftop article section .intro .goDetail {
  border: 4px #ccc dotted;
  border-width: 4px 0;
  padding: 25px 100px 25px 0;
  position: relative;
  margin-bottom: 15px;
}

.pageBody.ggftop article section .intro .goDetail p {
  font-size: 14px;
}

.pageBody.ggftop article section .intro .goDetail img {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pageBody.ggftop article section .intro p.note {
  font-size: 12px;
  text-align: right;
}

.pageBody.ggftop article section::before {
  content: "";
  width: 100%;
  height: 350px;
  background: #eee;
  border-radius: 0 40px 40px 0;
  position: absolute;
  left: -100vw;
  transition: left 0.5s ease-in 0.2s;
}

.pageBody.ggftop article section.friedRice h2 {
  color: #f08c00;
}

.pageBody.ggftop article section.friedRice .goDetail {
  border-color: #f08c00;
}

.pageBody.ggftop article section.friedRice::before {
  background: #fdf3e5;
}

.pageBody.ggftop article section.can {
  flex-direction: row-reverse;
}

.pageBody.ggftop article section.can .lineImage {
  text-align: left;
}

.pageBody.ggftop article section.can h2 {
  color: #00aaea;
}

.pageBody.ggftop article section.can .goDetail {
  border-color: #00aaea;
}

.pageBody.ggftop article section.can::before {
  background: #ebf8fd;
  border-radius: 40px 0 0 40px;
  left: 100vw;
}

.pageBody.ggftop article section.chikuwa h2 {
  color: #00a63c;
}

.pageBody.ggftop article section.chikuwa .goDetail {
  border-color: #00a63c;
}

.pageBody.ggftop article section.chikuwa::before {
  background: #e5f6eb;
}

.pageBody.ggftop article section.tempura {
  flex-direction: row-reverse;
}

.pageBody.ggftop article section.tempura .lineImage {
  text-align: left;
}

.pageBody.ggftop article section.tempura h2 {
  color: #e4006e;
}

.pageBody.ggftop article section.tempura .goDetail {
  border-color: #e4006e;
}

.pageBody.ggftop article section.tempura::before {
  background: #fdedf5;
  border-radius: 40px 0 0 40px;
  left: 100vw;
}

.pageBody.ggftop article section.sausage h2 {
  color: #d73503;
}

.pageBody.ggftop article section.sausage .goDetail {
  border-color: #d73503;
}

.pageBody.ggftop article section.sausage::before {
  background: #fbeae5;
}

.pageBody.ggftop article section.jelly {
  flex-direction: row-reverse;
}

.pageBody.ggftop article section.jelly .lineImage {
  text-align: left;
}

.pageBody.ggftop article section.jelly h2 {
  color: #ff9915;
}

.pageBody.ggftop article section.jelly .goDetail {
  border-color: #ff9915;
}

.pageBody.ggftop article section.jelly::before {
  background: #ffe7ba;
  border-radius: 40px 0 0 40px;
  left: 100vw;
}

.pageBody.ggftop article section.retort h2 {
  color: #ffcb00;
}

.pageBody.ggftop article section.retort .goDetail {
  border-color: #ffcb00;
}

.pageBody.ggftop article section.retort::before {
  background: #fff18a;
}

.pageBody.ggftop article section.play {
  opacity: 1;
  top: 0;
}

.pageBody.ggftop article section.play::before {
  left: calc(-50% - 20px);
}

.pageBody.ggftop article section.play.can::before, .pageBody.ggftop article section.play.tempura::before, .pageBody.ggftop article section.play.jelly::before {
  left: calc(50% + 20px);
}

.pageBody.ggftop article section.play .intro {
  top: 0;
  opacity: 1;
}

.pageBody.ggftop article section.play.friedRice .lineImage {
  opacity: 1;
  top: -20px;
}

.pageBody.ggftop article section.play.can .lineImage {
  opacity: 1;
  top: -20px;
}

.pageBody.ggftop article section.play.chikuwa .lineImage {
  opacity: 1;
  top: -40px;
}

.pageBody.ggftop article section.play.tempura .lineImage {
  opacity: 1;
  top: -30px;
}

.pageBody.ggftop article section.play.sausage .lineImage {
  opacity: 1;
  top: -30px;
}

.pageBody.ggftop article section.play.jelly .lineImage {
  opacity: 1;
  top: -30px;
}

.pageBody.ggftop article section.play.retort .lineImage {
  opacity: 1;
  top: -30px;
}

.pageBody.ggf article.factory {
  margin-bottom: 20px;
}

.pageBody.ggf article.factory .factoryHeader {
  height: 350px;
  background: url("/jp/contents/gogofactory/images/colorBar.png") repeat-x center top #ccc;
}

.pageBody.ggf article.factory .factoryHeader header {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.pageBody.ggf article.factory .factoryHeader header h1 {
  padding: 90px 0 0 110px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  max-width: 700px;
  position: relative;
}

.pageBody.ggf article.factory .factoryHeader header h1 span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px 6px 10px;
  line-height: 1.4;
  position: relative;
}

.pageBody.ggf article.factory .factoryHeader header h1 span::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 1s cubic-bezier(0.21, 0.86, 0.53, 1.39);
}

.pageBody.ggf article.factory .factoryHeader header h1 span + span::before {
  transition-delay: 0.5s;
}

.pageBody.ggf article.factory .factoryHeader header h1 small.ruby {
  font-size: 60%;
}

.pageBody.ggf article.factory .factoryHeader header h1::before {
  width: 135px;
  height: 104px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  transition: opacity 0.3s ease, top 0.5s cubic-bezier(0.21, 0.86, 0.53, 1.39);
  opacity: 0;
  top: 50px;
  transition-delay: 1s;
}

.pageBody.ggf article.factory .factoryHeader header .lineImage {
  position: relative;
  transition: opacity 0.5s ease, top 0.5s cubic-bezier(0.21, 0.86, 0.53, 1.39);
  opacity: 0;
  top: 50px;
  transition-delay: 1.5s;
  width: 520px;
}

.pageBody.ggf article.factory .factoryHeader header .lineImage img {
  display: block;
  width: 100%;
  height: auto;
}

.pageBody.ggf article.factory .factoryHeader.play header h1::before {
  opacity: 1;
  top: 0;
}

.pageBody.ggf article.factory .factoryHeader.play header h1 span::before {
  width: 0;
}

.pageBody.ggf article.factory .factoryHeader.play header .lineImage {
  opacity: 1;
}

.pageBody.ggf article.factory section {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 130px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: opacity 1s ease-out, top 0.75s ease;
  opacity: 0;
  top: 100px;
  position: relative;
}

.pageBody.ggf article.factory section .movie {
  width: 584px;
  height: 338.5px;
  background: #ccc;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  /*a{width:564px; height:calc(564px * 0.5625); display:block; position:absolute; left:10px; top:10px; z-index:2; border-radius:10px; overflow:hidden; text-indent:-9999px; background-repeat:no-repeat; background-position:center; background-size:100% auto; transition:background .3s ease;*/
  /*
  &.fr01{background-image: url("/jp/contents/gogofactory/images/fr/thumb01.jpg");}
  &.fr02{background-image: url("/jp/contents/gogofactory/images/fr/thumb02.jpg");}
  &.fr03{background-image: url("/jp/contents/gogofactory/images/fr/thumb03.jpg");}
  &.fr04{background-image: url("/jp/contents/gogofactory/images/fr/thumb04.jpg");}
  &.fr05{background-image: url("/jp/contents/gogofactory/images/fr/thumb05.jpg");}
  &.fr06{background-image: url("/jp/contents/gogofactory/images/fr/thumb06.jpg");}
  &.cn02{background-image: url("/jp/contents/gogofactory/images/cn/thumb02.jpg");}
  &.cn03{background-image: url("/jp/contents/gogofactory/images/cn/thumb03.jpg");}
  &.cn04{background-image: url("/jp/contents/gogofactory/images/cn/thumb04.jpg");}
  &.cn05{background-image: url("/jp/contents/gogofactory/images/cn/thumb05.jpg");}
  &.cn06{background-image: url("/jp/contents/gogofactory/images/cn/thumb06.jpg");}
  &.cn07{background-image: url("/jp/contents/gogofactory/images/cn/thumb07.jpg");}
  &.cn08{background-image: url("/jp/contents/gogofactory/images/cn/thumb08.jpg");}
  &.cn09{background-image: url("/jp/contents/gogofactory/images/cn/thumb09.jpg");}
  &.cn10{background-image: url("/jp/contents/gogofactory/images/cn/thumb10.jpg");}
  &.cn11{background-image: url("/jp/contents/gogofactory/images/cn/thumb11.jpg");}
  &.cw01{background-image: url("/jp/contents/gogofactory/images/cw/thumb01.jpg");}
  &.cw02{background-image: url("/jp/contents/gogofactory/images/cw/thumb02.jpg");}
  &.cw03{background-image: url("/jp/contents/gogofactory/images/cw/thumb03.jpg");}
  &.cw04{background-image: url("/jp/contents/gogofactory/images/cw/thumb04.jpg");}
  &.cw05{background-image: url("/jp/contents/gogofactory/images/cw/thumb05.jpg");}
  &.tp01{background-image: url("/jp/contents/gogofactory/images/tp/thumb01.jpg");}
  &.tp02{background-image: url("/jp/contents/gogofactory/images/tp/thumb02.jpg");}
  &.tp03{background-image: url("/jp/contents/gogofactory/images/tp/thumb03.jpg");}
  &.tp04{background-image: url("/jp/contents/gogofactory/images/tp/thumb04.jpg");}
  &.tp05{background-image: url("/jp/contents/gogofactory/images/tp/thumb05.jpg");}
  &.tp06{background-image: url("/jp/contents/gogofactory/images/tp/thumb06.jpg");}
  &:hover{background-size:110%;
  	&::before{opacity:.5;}
  	&::after{opacity:.7;}
  }
  */
  /*}*/
}

.pageBody.ggf article.factory section .movie .image {
  width: 564px;
  height: 317.25px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

.pageBody.ggf article.factory section .movie .ytContainer {
  width: 564px;
  height: 0;
  padding-top: calc(56.25% - 10px);
  position: relative;
  left: 10px;
  top: 10px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.pageBody.ggf article.factory section .movie .ytContainer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
  z-index: 3;
}

.pageBody.ggf article.factory section .movie .ytContainer iframe.play {
  opacity: 1;
}

.pageBody.ggf article.factory section .movie .ytContainer .yt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.pageBody.ggf article.factory section .movie .ytContainer .yt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.pageBody.ggf article.factory section .movie .ytContainer .yt::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: calc(50% - 39px);
  top: calc(50% - 39px);
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.pageBody.ggf article.factory section .movie .ytContainer .yt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 32px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 16px);
  transition: opacity 0.3s ease;
  z-index: 3;
  pointer-events: none;
}

.pageBody.ggf article.factory section .movie .ytContainer .yt:hover img {
  transform: scale(1.1);
}

.pageBody.ggf article.factory section .movie .ytContainer .yt:hover::before, .pageBody.ggf article.factory section .movie .ytContainer .yt:hover::after {
  opacity: 0.7;
}

.pageBody.ggf article.factory section .finalImage {
  text-align: right;
  width: 584px;
}

.pageBody.ggf article.factory section .desc {
  width: calc(100% - 584px);
  padding: 0 110px;
}

.pageBody.ggf article.factory section .desc h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 0 none;
  line-height: 1.5;
}

.pageBody.ggf article.factory section .desc h2 b {
  display: inline-block;
  line-height: 1.2;
  font-size: 26px;
  color: #aaa;
  border-bottom: 2px #aaa solid;
}

.pageBody.ggf article.factory section .desc h2 b i {
  font-size: 46px;
}

.pageBody.ggf article.factory section .desc h2 small {
  font-size: 60%;
}

.pageBody.ggf article.factory section .desc p {
  font-size: 16px;
}

.pageBody.ggf article.factory section .desc p small {
  font-size: 80%;
  display: inline-block;
  padding-top: 0.75em;
}

.pageBody.ggf article.factory section:nth-child(odd) {
  flex-direction: row-reverse;
}

.pageBody.ggf article.factory section:nth-child(odd).final {
  flex-direction: row;
}

.pageBody.ggf article.factory section.play {
  top: 0;
  opacity: 1;
}

.pageBody.ggf article.factory .productLink {
  background: #eee;
  padding: 40px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 60px;
}

.pageBody.ggf article.factory .banner {
  text-align: center;
  margin-bottom: 40px;
}

.pageBody.ggf article.factory.friedRice .factoryHeader {
  background-color: #fdf3e5;
}

.pageBody.ggf article.factory.friedRice .factoryHeader header h1 span {
  background: #f08c00;
}

.pageBody.ggf article.factory.friedRice .factoryHeader header h1 span::before {
  background: #f08c00;
}

.pageBody.ggf article.factory.friedRice .factoryHeader header h1::before {
  background-image: url("/jp/contents/gogofactory/images/popFriedRice.png");
}

.pageBody.ggf article.factory.friedRice .factoryHeader.play header .lineImage {
  top: 20px;
}

.pageBody.ggf article.factory.friedRice section {
  background-image: url("/jp/contents/gogofactory/images/fr/downArr.png");
}

.pageBody.ggf article.factory.friedRice section .movie {
  background-color: #f08c00;
}

.pageBody.ggf article.factory.friedRice section .movie .ytContainer .yt::before {
  background-color: #f08c00;
}

.pageBody.ggf article.factory.friedRice section .desc h2 b {
  color: #f08c00;
  border-bottom-color: #f08c00;
}

.pageBody.ggf article.factory.friedRice section.final {
  padding-bottom: 0;
  background-image: none;
}

.pageBody.ggf article.factory.friedRice .productLink {
  background: #fdf3e5;
}

.pageBody.ggf article.factory.can .factoryHeader {
  background-color: #ebf8fd;
}

.pageBody.ggf article.factory.can .factoryHeader header h1 span {
  background: #00aaea;
}

.pageBody.ggf article.factory.can .factoryHeader header h1 span::before {
  background: #00aaea;
}

.pageBody.ggf article.factory.can .factoryHeader header h1::before {
  background-image: url("/jp/contents/gogofactory/images/popCan.png");
}

.pageBody.ggf article.factory.can .factoryHeader.play header .lineImage {
  top: 20px;
}

.pageBody.ggf article.factory.can section {
  background-image: url("/jp/contents/gogofactory/images/cn/downArr.png");
}

.pageBody.ggf article.factory.can section .movie {
  background-color: #00aaea;
}

.pageBody.ggf article.factory.can section .movie .ytContainer .yt::before {
  background-color: #00aaea;
}

.pageBody.ggf article.factory.can section .desc h2 b {
  color: #00aaea;
  border-bottom-color: #00aaea;
}

.pageBody.ggf article.factory.can section.final {
  padding-bottom: 0;
  background-image: none;
}

.pageBody.ggf article.factory.can .productLink {
  background: #ebf8fd;
}

.pageBody.ggf article.factory.chikuwa .factoryHeader {
  background-color: #e5f6eb;
}

.pageBody.ggf article.factory.chikuwa .factoryHeader header h1 span {
  background: #00a63c;
}

.pageBody.ggf article.factory.chikuwa .factoryHeader header h1 span::before {
  background: #00a63c;
}

.pageBody.ggf article.factory.chikuwa .factoryHeader header h1::before {
  background-image: url("/jp/contents/gogofactory/images/popChikuwa.png");
}

.pageBody.ggf article.factory.chikuwa .factoryHeader.play header .lineImage {
  top: 0px;
}

.pageBody.ggf article.factory.chikuwa section {
  background-image: url("/jp/contents/gogofactory/images/cw/downArr.png");
}

.pageBody.ggf article.factory.chikuwa section .movie {
  background-color: #00a63c;
}

.pageBody.ggf article.factory.chikuwa section .movie .ytContainer .yt::before {
  background-color: #00a63c;
}

.pageBody.ggf article.factory.chikuwa section .desc h2 b {
  color: #00a63c;
  border-bottom-color: #00a63c;
}

.pageBody.ggf article.factory.chikuwa section.final {
  padding-bottom: 0;
  background-image: none;
}

.pageBody.ggf article.factory.chikuwa .productLink {
  background: #e5f6eb;
}

.pageBody.ggf article.factory.tempura .factoryHeader {
  background-color: #fdedf5;
}

.pageBody.ggf article.factory.tempura .factoryHeader header h1 span {
  background: #e4006e;
}

.pageBody.ggf article.factory.tempura .factoryHeader header h1 span::before {
  background: #e4006e;
}

.pageBody.ggf article.factory.tempura .factoryHeader header h1::before {
  background-image: url("/jp/contents/gogofactory/images/popTempura.png");
}

.pageBody.ggf article.factory.tempura .factoryHeader.play header .lineImage {
  top: 0px;
}

.pageBody.ggf article.factory.tempura section {
  background-image: url("/jp/contents/gogofactory/images/tp/downArr.png");
}

.pageBody.ggf article.factory.tempura section .movie {
  background-color: #e4006e;
}

.pageBody.ggf article.factory.tempura section .movie .ytContainer .yt::before {
  background-color: #e4006e;
}

.pageBody.ggf article.factory.tempura section .desc h2 b {
  color: #e4006e;
  border-bottom-color: #e4006e;
}

.pageBody.ggf article.factory.tempura section.final {
  padding-bottom: 0;
  background-image: none;
}

.pageBody.ggf article.factory.tempura .productLink {
  background: #fdedf5;
}

.pageBody.ggf article.factory.sausage .factoryHeader {
  background-color: #fbeae5;
}

.pageBody.ggf article.factory.sausage .factoryHeader header h1 span {
  background: #d73503;
}

.pageBody.ggf article.factory.sausage .factoryHeader header h1 span::before {
  background: #d73503;
}

.pageBody.ggf article.factory.sausage .factoryHeader header h1::before {
  background-image: url("/jp/contents/gogofactory/images/popSausage.png");
}

.pageBody.ggf article.factory.sausage .factoryHeader.play header .lineImage {
  top: 0px;
}

.pageBody.ggf article.factory.sausage section {
  background-image: url("/jp/contents/gogofactory/images/ss/downArr.png");
}

.pageBody.ggf article.factory.sausage section .movie {
  background-color: #d73503;
}

.pageBody.ggf article.factory.sausage section .movie .ytContainer .yt::before {
  background-color: #d73503;
}

.pageBody.ggf article.factory.sausage section .desc h2 b {
  color: #d73503;
  border-bottom-color: #d73503;
}

.pageBody.ggf article.factory.sausage section.final {
  padding-bottom: 0;
  background-image: none;
}

.pageBody.ggf article.factory.sausage .productLink {
  background: #fbeae5;
}

.pageBody.ggf article.factory.jelly .factoryHeader {
  background-color: #ffe7ba;
}

.pageBody.ggf article.factory.jelly .factoryHeader header h1 span {
  background: #ff9915;
  letter-spacing: -2.4px;
  font-size: 97%;
}

.pageBody.ggf article.factory.jelly .factoryHeader header h1 span::before {
  background: #ff9915;
}

.pageBody.ggf article.factory.jelly .factoryHeader header h1::before {
  background-image: url("/jp/contents/gogofactory/images/popJelly.png");
}

.pageBody.ggf article.factory.jelly .factoryHeader.play header .lineImage {
  top: 0px;
}

.pageBody.ggf article.factory.jelly section {
  background-image: url("/jp/contents/gogofactory/images/jl/downArr.png");
}

.pageBody.ggf article.factory.jelly section .movie {
  background-color: #ff9915;
}

.pageBody.ggf article.factory.jelly section .movie .ytContainer .yt::before {
  background-color: #ff9915;
}

.pageBody.ggf article.factory.jelly section .desc h2 b {
  color: #ff9915;
  border-bottom-color: #ff9915;
}

.pageBody.ggf article.factory.jelly section.final {
  padding-bottom: 0;
  background-image: none;
}

.pageBody.ggf article.factory.jelly .productLink {
  background: #ffe7ba;
}

.pageBody.ggf article.factory.retort .factoryHeader {
  background-color: #fff18a;
}

.pageBody.ggf article.factory.retort .factoryHeader header h1 span {
  background: #ffcb00;
}

.pageBody.ggf article.factory.retort .factoryHeader header h1 span::before {
  background: #ffcb00;
}

.pageBody.ggf article.factory.retort .factoryHeader header h1::before {
  background-image: url("/jp/contents/gogofactory/images/popRetort.png");
}

.pageBody.ggf article.factory.retort .factoryHeader.play header .lineImage {
  top: 0px;
}

.pageBody.ggf article.factory.retort section {
  background-image: url("/jp/contents/gogofactory/images/rt/downArr.png");
}

.pageBody.ggf article.factory.retort section .movie {
  background-color: #ffcb00;
}

.pageBody.ggf article.factory.retort section .movie .ytContainer .yt::before {
  background-color: #ffcb00;
}

.pageBody.ggf article.factory.retort section .desc h2 b {
  color: #ffcb00;
  border-bottom-color: #ffcb00;
}

.pageBody.ggf article.factory.retort section.final {
  padding-bottom: 0;
  background-image: none;
}

.pageBody.ggf article.factory.retort .productLink {
  background: #fff18a;
}

.pageBody.ggf article.factory p.note {
  font-size: 12px;
  text-align: right;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.pageBody.ggf .footNav {
  background: #efefef;
  padding: 70px 0 60px;
  text-align: center;
}

.pageBody.ggf .footNav h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.pageBody.ggf .footNav ul {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.pageBody.ggf .footNav ul li {
  flex: 1;
  margin: 0 10px;
}

.pageBody.ggf .footNav ul li a {
  display: flex;
  padding: 15px 15px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  background: #fff;
  border: 4px #aaa solid;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.pageBody.ggf .footNav ul li a small {
  font-size: 63%;
}

.pageBody.ggf .footNav ul li a span.text {
  display: inline-block;
  width: 65%;
  text-align: left;
  line-height: 17px;
}

.pageBody.ggf .footNav ul li a span.text span.ttl {
  margin: 7px 0 8px;
  display: block;
}

.pageBody.ggf .footNav ul li a::after {
  content: "\e901";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  right: 10px;
  top: calc(50% - 10px);
  transition: right 0.3s ease, top 0.3s ease;
  display: block;
  font-family: "umios";
  position: absolute;
  font-weight: normal !important;
}

.pageBody.ggf .footNav ul li a:hover::after {
  right: 10px;
}

.pageBody.ggf .footNav ul li a.active {
  color: #fff;
}

.pageBody.ggf .footNav ul li.fr a {
  border-color: #f08c00;
  color: #f08c00;
}

.pageBody.ggf .footNav ul li.fr a:hover, .pageBody.ggf .footNav ul li.fr a.active {
  background: #f08c00;
  color: #fff;
}

.pageBody.ggf .footNav ul li.cn a {
  border-color: #00aaea;
  color: #00aaea;
}

.pageBody.ggf .footNav ul li.cn a:hover, .pageBody.ggf .footNav ul li.cn a.active {
  background: #00aaea;
  color: #fff;
}

.pageBody.ggf .footNav ul li.cw a {
  border-color: #00a63c;
  color: #00a63c;
}

.pageBody.ggf .footNav ul li.cw a:hover, .pageBody.ggf .footNav ul li.cw a.active {
  background: #00a63c;
  color: #fff;
}

.pageBody.ggf .footNav ul li.tp a {
  border-color: #e4006e;
  color: #e4006e;
}

.pageBody.ggf .footNav ul li.tp a:hover, .pageBody.ggf .footNav ul li.tp a.active {
  background: #e4006e;
  color: #fff;
}

.pageBody.ggf .footNav ul li.ss a {
  border-color: #d73503;
  color: #d73503;
}

.pageBody.ggf .footNav ul li.ss a:hover, .pageBody.ggf .footNav ul li.ss a.active {
  background: #d73503;
  color: #fff;
}

.pageBody.ggf .footNav ul li.jl a {
  border-color: #ff9915;
  color: #ff9915;
}

.pageBody.ggf .footNav ul li.jl a:hover, .pageBody.ggf .footNav ul li.jl a.active {
  background: #ff9915;
  color: #fff;
}

.pageBody.ggf .footNav ul li.rt a {
  border-color: #ffcb00;
  color: #ffcb00;
}

.pageBody.ggf .footNav ul li.rt a:hover, .pageBody.ggf .footNav ul li.rt a.active {
  background: #ffcb00;
  color: #fff;
}

@media screen and (max-width: 1360px) {
  .pageBody.ggf .footNav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ggfHeader {
    background-size: auto;
    height: auto;
    display: block;
    padding: 13vw 2vw;
    margin-bottom: 20vw;
  }
  .ggfHeader .item {
    background: url("/jp/contents/gogofactory/images/mainItem_sp.png") no-repeat center 8vw;
    background-size: 100% auto;
  }
  .ggfHeader .item2 {
    display: none;
  }
  .ggfHeader h1 {
    width: 70vw;
    margin: 0 auto 8vw;
    top: 15vw;
  }
  .ggfHeader p {
    font-size: 3.4vw;
    background-size: 1.6vw;
    width: 90vw;
  }
  .ggfHeader.play h1, .ggfHeader.play p {
    opacity: 1;
    top: 0;
  }
  .ggfHeader.play .item,
  .ggfHeader.play .item2 {
    opacity: 1;
    filter: blur(0px);
  }
  .pageBody.ggftop {
    border-bottom: 1px #ccc solid;
    padding-bottom: 5vw;
  }
  .pageBody.ggftop article > p.note {
    font-size: 2vw;
    max-width: none;
    padding: 0 4vw;
  }
  .pageBody.ggftop article section {
    display: block;
    padding: 0 5vw;
    margin-bottom: 20vw;
  }
  .pageBody.ggftop article section .lineImage {
    width: 100%;
    padding: 0 7vw;
    text-align: center;
  }
  .pageBody.ggftop article section .intro {
    width: 100%;
  }
  .pageBody.ggftop article section .intro .inner {
    width: auto;
  }
  .pageBody.ggftop article section .intro h2 {
    font-size: 7vw;
    margin-bottom: 1vw;
  }
  .pageBody.ggftop article section .intro h2 + p {
    font-size: 3.5vw;
  }
  .pageBody.ggftop article section .intro .goDetail {
    border-width: 1.5vw 0;
    padding: 4vw 0;
    margin-bottom: 1.5vw;
  }
  .pageBody.ggftop article section .intro .goDetail p {
    font-size: 3.25vw;
  }
  .pageBody.ggftop article section .intro p.note {
    font-size: 2.75vw;
  }
  .pageBody.ggftop article section::before {
    width: 86vw;
    height: 46vw;
    border-radius: 0 6vw 6vw 0;
  }
  .pageBody.ggftop article section.can .lineImage {
    text-align: center;
  }
  .pageBody.ggftop article section.can::before {
    border-radius: 6vw 0 0 6vw;
  }
  .pageBody.ggftop article section.tempura {
    flex-direction: row-reverse;
  }
  .pageBody.ggftop article section.tempura .lineImage {
    text-align: center;
  }
  .pageBody.ggftop article section.tempura::before {
    border-radius: 6vw 0 0 6vw;
  }
  .pageBody.ggftop article section.jelly {
    flex-direction: row-reverse;
  }
  .pageBody.ggftop article section.jelly .lineImage {
    text-align: center;
  }
  .pageBody.ggftop article section.jelly::before {
    border-radius: 6vw 0 0 6vw;
  }
  .pageBody.ggftop article section.play::before {
    left: 0;
  }
  .pageBody.ggftop article section.play.can::before, .pageBody.ggftop article section.play.tempura::before, .pageBody.ggftop article section.play.jelly::before {
    left: 14vw;
  }
  .pageBody.ggftop article section.play.friedRice .lineImage {
    top: -4vw;
  }
  .pageBody.ggftop article section.play.can .lineImage {
    top: -4vw;
  }
  .pageBody.ggftop article section.play.chikuwa .lineImage {
    top: -8vw;
  }
  .pageBody.ggftop article section.play.tempura .lineImage {
    top: -6vw;
  }
  .pageBody.ggftop article section.play.jelly .lineImage {
    top: -6vw;
  }
  .pageBody.ggf article.factory {
    margin-bottom: 5vw;
  }
  .pageBody.ggf article.factory .factoryHeader {
    height: auto;
    background-size: auto;
    margin-bottom: 15vw;
  }
  .pageBody.ggf article.factory .factoryHeader header {
    max-width: none;
    display: block;
    padding: 8vw 5vw 0;
  }
  .pageBody.ggf article.factory .factoryHeader header h1 {
    padding: 20vw 0 0 0;
    font-size: 6.5vw;
    max-width: none;
    margin-bottom: 2vw;
    letter-spacing: -0.025em;
  }
  .pageBody.ggf article.factory .factoryHeader header h1 span {
    margin-bottom: 1vw;
    padding: 0.15vw 2vw 0.5vw 2vw;
  }
  .pageBody.ggf article.factory .factoryHeader header h1::before {
    width: 28vw;
    height: 20vw;
    background-size: contain;
  }
  .pageBody.ggf article.factory .factoryHeader header .lineImage {
    padding: 0 1vw;
    width: auto;
  }
  .pageBody.ggf article.factory section {
    margin-bottom: 10vw;
    display: block;
    padding: 0 5vw 15vw;
    background-size: 30vw auto;
  }
  .pageBody.ggf article.factory section .movie {
    width: 100%;
    height: 52.625vw;
    border-radius: 4vw;
    margin-bottom: 3vw;
  }
  .pageBody.ggf article.factory section .movie a {
    width: calc(100% - 4vw);
    height: calc(100% - 4vw);
    border-radius: 2vw;
    left: 2vw;
    top: 2vw;
  }
  .pageBody.ggf article.factory section .movie a::before {
    width: 14vw;
    height: 14vw;
    left: calc(50% - 7vw);
    top: calc(50% - 7vw);
  }
  .pageBody.ggf article.factory section .movie a::after {
    border-width: 3vw 0 3vw 6vw;
    left: calc(50% - 2.5vw);
    top: calc(50% - 3vw);
  }
  .pageBody.ggf article.factory section .movie .image {
    width: calc(100% - 4vw);
    height: calc(100% - 4vw);
    border-radius: 2vw;
    left: 2vw;
    top: 2vw;
  }
  .pageBody.ggf article.factory section .movie .ytContainer {
    width: calc(100% - 4vw);
    border-radius: 2vw;
    left: 2vw;
    top: 2vw;
    padding-top: calc(56.25% - 2vw);
  }
  .pageBody.ggf article.factory section .movie .ytContainer .yt::before {
    width: 14vw;
    height: 14vw;
    left: calc(50% - 7vw);
    top: calc(50% - 7vw);
  }
  .pageBody.ggf article.factory section .movie .ytContainer .yt::after {
    border-width: 3vw 0 3vw 6vw;
    left: calc(50% - 2.5vw);
    top: calc(50% - 3vw);
  }
  .pageBody.ggf article.factory section .finalImage {
    text-align: center;
    width: 60vw;
    margin: 0 auto 2vw;
  }
  .pageBody.ggf article.factory section .desc {
    width: 100%;
    padding: 0;
  }
  .pageBody.ggf article.factory section .desc h2 {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  .pageBody.ggf article.factory section .desc h2 b {
    font-size: 5vw;
    border-bottom: 1vw #aaa solid;
    margin-bottom: 1vw;
  }
  .pageBody.ggf article.factory section .desc h2 b i {
    font-size: 8vw;
  }
  .pageBody.ggf article.factory section .desc p {
    font-size: 3.25vw;
  }
  .pageBody.ggf article.factory .productLink {
    padding: 10vw 0;
    max-width: none;
    margin: 0 5vw 8vw;
  }
  .pageBody.ggf article.factory .banner {
    padding: 5vw 17vw;
  }
  .pageBody.ggf article.factory p.note {
    font-size: 3vw;
    max-width: none;
    padding: 0 3vw;
  }
  .pageBody.ggf .footNav {
    padding: 8vw 3vw 8vw;
  }
  .pageBody.ggf .footNav h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .pageBody.ggf .footNav ul {
    max-width: none;
    margin: 0 auto 2vw;
    display: block;
  }
  .pageBody.ggf .footNav ul li {
    margin: 0 1vw 2vw;
    width: auto;
    flex: auto;
    line-height: 1.2;
  }
  .pageBody.ggf .footNav ul li a {
    display: block;
    padding: 3vw 2vw;
    font-size: 4vw;
    height: 100%;
    min-height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 0.8vw;
  }
  .pageBody.ggf .footNav ul li a::after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    right: 1vw;
    top: calc(50% - 2vw);
  }
  .pageBody.ggf .footNav ul li a:hover::after {
    right: 1vw;
  }
  .pageBody.ggf .footNav ul li a small {
    font-size: 70%;
  }
}
@keyframes fuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* 　移植　*/
.pageContainer section, .pageContainer .section {
  max-width: 1200px;
  min-width: 984px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  margin-bottom: 80px;
  clear: both;
}

.contentMore section {
  padding: 80px 20px 30px;
  margin-bottom: 80px;
  max-width: 1240px;
}

@media screen and (max-width: 767px) {
  .pageContainer section, .pageContainer .section {
    max-width: none;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .pageContainer section, .pageContainer .section {
    max-width: 1200px;
    min-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pageContainer section, .pageContainer .section {
    max-width: none;
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-footer::before {
  content: none;
}

a.btn {
  background: #d70c18;
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 1.6;
  padding: 8px 60px 8px 40px;
  border-radius: 40px;
  position: relative;
  transition: background 0.3s ease;
}

a.btn::after {
  content: "\e901";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  right: 15px;
  top: calc(50% - 10px);
  transition: right 0.3s ease, top 0.3s ease;
}

a.btn::after {
  display: block;
  font-family: "umios";
  position: absolute;
  font-weight: normal !important;
}

a.btn:hover {
  background: #d46163;
  text-decoration: none !important;
}

a.btn:hover::after {
  right: 5px;
}

.pageContainer section p, .pageContainer .section p {
  margin-bottom: 1.5em;
}/*# sourceMappingURL=gogofactory.css.map */