@charset "UTF-8";
img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.underline {
  text-decoration: underline;
}

.pc {
  display: block;
}

.m {
  display: none;
}

h1 {
  font-size: 5rem;
  line-height: 2;
}

h2 {
  font-size: 3rem;
  line-height: 2;
}

h3 {
  font-size: 2.5rem;
  line-height: 2;
}

h4 {
  font-size: 1.8rem;
  line-height: 2;
}

p {
  font-size: 1.5rem;
  line-height: 2;
}

span {
  line-height: 2;
}

.yellow {
  color: #ffb70a;
}

.blue {
  color: #009fe5;
}

.purple {
  color: #591f7d;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex .col1_5 {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}

.flex .col2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.youtube_video {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.youtube_video:after {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.youtube_video #play-btn {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/s2_viedo.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.youtube_video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  padding: 10px 3rem 0rem 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  header.on {
    background-color: #fff; }
  header #hd_left {
    display: inline-block;
    vertical-align: middle;
    width: 28%; }
  header .logo {
    width: 100%;
    max-width: 160px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/logo.png); }
    header .logo:after {
      display: block;
      content: '';
      padding-top: 25%; }
  header #hd_right {
    display: inline-block;
    text-align: right;
    width: 70%; }
  header #socail_btns {
    display: inline-block;
    vertical-align: middle; }
    header #socail_btns a {
      display: inline-block;
      background-repeat: no-repeat;
      background-size: cover;
      width: 38px;
      height: 38px; }
      header #socail_btns a.line {
        background-image: url(../images/icon_line.png); }
      header #socail_btns a.website {
        background-image: url(../images/icon_abbott.png); }
  header #menu_bar {
    display: none; }
    header #menu_bar + label {
      display: none;
      cursor: pointer;
      width: 35px;
      height: 35px; }
      header #menu_bar + label ul {
        position: relative;
        background-color: #591f7d;
        border-radius: 50px;
        width: 100%;
        height: 100%; }
      header #menu_bar + label li {
        height: 2px;
        position: absolute;
        left: 50%;
        background-color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all; }
        header #menu_bar + label li:nth-of-type(1) {
          top: 30%;
          width: 60%; }
        header #menu_bar + label li:nth-of-type(2) {
          top: 45%;
          width: 70%; }
        header #menu_bar + label li:nth-of-type(3) {
          top: 60%;
          width: 70%; }
        header #menu_bar + label li:nth-of-type(4) {
          top: 75%;
          width: 60%; }
    header #menu_bar:checked + label ul li:nth-of-type(1), header #menu_bar:checked + label ul li:nth-of-type(4) {
      width: 0; }
    header #menu_bar:checked + label ul li:nth-of-type(2) {
      top: 50%;
      width: 80%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    header #menu_bar:checked + label ul li:nth-of-type(3) {
      top: 50%;
      width: 80%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  header #menu {
    display: inline-block;
    vertical-align: middle; }
    header #menu li {
      display: inline-block;
      color: #591f7d;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 2;
      border-bottom: 3px solid rgba(0, 0, 0, 0);
      margin-right: 1.5rem;
      font-size: 1.2rem; }
      header #menu li.on, header #menu li:hover {
        border-bottom: 3px solid #ffb70a; }
    header #menu .icon_menu_search {
      display: none; }
    header #menu #icon_menu_arrow {
      display: none; }*/
#mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2);
}

#mask.on {
  display: block;
}

/*footer {
  position: relative;
  z-index: 999;
  background-color: #591f7d;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  footer span {
    font-size: 0.8rem; }
  footer a {
    display: inline-block; }

#gotop {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-10%, -10%);
  -ms-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);
  width: 15%;
  max-width: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon_top.png); }
  #gotop:after {
    display: block;
    content: '';
    padding-top: 100%; }*/
@media screen and (max-width: 1024px) {
  /*header {
    padding: 1rem 1rem 0 1rem; }
    header #socail_btns {
      margin-right: 30px; }
      header #socail_btns a.line {
        margin-right: .5rem; }
    header #menu_bar + label {
      display: block;
      position: absolute;
      top: 0%;
      right: 1.3rem;
      -webkit-transform: translate(0%, 40%);
      -ms-transform: translate(0%, 40%);
      transform: translate(0%, 40%); }
    header #menu_bar ~ #menu {
      display: none;
      position: fixed;
      width: 80%;
      top: 60px;
      left: 50%;
      right: 0;
      background-color: #fff;
      border: 2px solid #591f7d;
      text-align: center;
      padding: 2rem 0;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      header #menu_bar ~ #menu .icon_menu_search {
        position: absolute;
        top: 50%;
        right: 0%;
        -webkit-transform: translate(-80%, -50%);
        -ms-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
        width: 12%;
        max-width: 40px;
        background-image: url(../images/icon_menu_search.png);
        background-repeat: no-repeat;
        background-size: cover; }
        header #menu_bar ~ #menu .icon_menu_search:after {
          display: block;
          content: '';
          padding-top: 100%; }
      header #menu_bar ~ #menu #icon_menu_arrow {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 128px;
        background-image: url(../images/icon_menu_arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: translate(-30%, 15%);
        -ms-transform: translate(-30%, 15%);
        transform: translate(-30%, 15%); }
        header #menu_bar ~ #menu #icon_menu_arrow:after {
          display: block;
          content: '';
          padding-top: 42.19%; }
      header #menu_bar ~ #menu li {
        display: block;
        margin: 0 auto;
        line-height: 3;
        font-size: 1.4rem;
        position: relative;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        header #menu_bar ~ #menu li.on {
          font-size: 1.8rem;
          color: #ffb70a; }
          header #menu_bar ~ #menu li.on a {
            position: relative; }
          header #menu_bar ~ #menu li.on .icon_menu_search {
            display: block; }
    header #menu_bar:checked ~ #menu {
      display: block; }
    header #menu li.on, header #menu li:hover {
      border-bottom: 3px solid rgba(0, 0, 0, 0); } */
}

html,
body {
  height: auto;
  min-height: 100%;
  font-family: 'Noto Sans TC', sans-serif, Helvetica, Arial, 'LiHei Pro', '微軟正黑體', '新細明體', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: #f0f1f2;
}

#wrapper {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
}

section {
  position: relative;
  width: 100%;
}

.animated {
  opacity: 0;
}

.animated.show {
  opacity: 1;
}

#icon_scroll {
  width: 20%;
  max-width: 84px;
}

#icon_scroll #scroll_down_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icon_scroll.png);
}

#icon_scroll #scroll_down_img:after {
  display: block;
  content: '';
  padding-top: 70%;
}

.title_icon {
  margin-bottom: 2%;
}

/*------s1------*/
#s1 {
  height: 450px;
  background: #fff;
}

#s1 .kv {
  max-width: 1920px;
  height: 330px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#s1 .kv img {
  width: auto;
}

#s1 #icon_scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

/*------s2------*/
#s2 {
  background: #fff;
}

#s2 .flex {
  max-width: 1200px;
  padding: 50px 5%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#s2 .flex .col1_5 {
  padding: 5rem 0 2rem 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#s2 #s2_icon {
  max-width: 83px;
  width: 20%;
}

#s2 #s2_info {
  overflow: hidden;
}

#s2 #s2_info h3 {
  font-weight: bolder;
  line-height: 1.2;
  margin-bottom: .5rem;
}

#s2 #s2_info p {
  font-weight: bolder;
  line-height: 1.5;
}

/*------s3------*/
#s3 {
  position: relative;
  z-index: 5;
  background-image: url(../images/s23_bg.png);
  background-size: auto;
  background-repeat: repeat;
}

#s3_gm_descirption {
  position: relative;
  width: 100%;
  margin: 0 auto 10% auto;
}

#s3_gm_descirption:after {
  display: block;
  content: '';
  padding-top: 56.25%;
}

#s3_gm_descirption #sd_gm_apple {
  position: absolute;
  top: 60px;
  right: 0;
  width: 30%;
  max-width: 154px;
}

#s3_gm_descirption #sd_gm_clock {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  max-width: 280px;
  -webkit-transform: translate(-30%, -55%);
          transform: translate(-30%, -55%);
}

#s3_gm_descirption #sd_gm_egg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  max-width: 254px;
}

#s3_gm_descirption #sd_gm_fork {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 8%;
  max-width: 66px;
  -webkit-transform: translate(-310%, -30%);
  transform: translate(-310%, -30%);
}

#s3_gm_descirption #sd_gm_knife {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 9.3%;
  max-width: 81px;
  -webkit-transform: translate(-340%, -30%);
  transform: translate(-340%, -30%);
}

#s3_gm_descirption #sd_gm_juice {
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  max-width: 181px;
  -webkit-transform: translate(30%, 140%);
  transform: translate(30%, 140%);
}

#s3_gm_descirption #sd_gm_juice #s3_gm_descirption_icon {
  width: 120%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(20%, 80%);
  transform: translate(20%, 80%);
}

#s3_gm_descirption #sd_gm_milk {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  max-width: 155px;
  -webkit-transform: translate(10%, 80%);
  transform: translate(10%, 80%);
}

#s3_gm_descirption #sd_gm_napkin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  max-width: 446px;
  -webkit-transform: translate(-90%, -47%);
  transform: translate(-90%, -47%);
}

#s3_gm_descirption #sd_gm_plate {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  max-width: 463px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#s3_gm_descirption #sd_gm_plate #game_start #s3_gm_descirption_info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -70%);
  transform: translate(-45%, -70%);
}

#s3_gm_descirption #sd_gm_plate #game_start #s3_gm_descirption_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  max-width: 151px;
  -webkit-transform: translate(-50%, 250%);
  transform: translate(-50%, 250%);
  background-image: url(../images/s3_gm_descirption_btn.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#s3_gm_descirption #sd_gm_plate #game_start #s3_gm_descirption_btn:after {
  display: block;
  content: '';
  padding-top: 19.5%;
}

#s3_gm_descirption #sd_gm_plate #game_start:hover #s3_gm_descirption_btn {
  background-image: url(../images/s3_gm_descirption_btn_hv.png);
}

#s3_img_sub {
  width: 95%;
  margin: 0 auto;
  max-width: 760px;
  background-image: url(../images/s3_img2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#s3_img_sub:after {
  display: block;
  content: '';
  padding-top: 36.17%;
}

#s3_icon {
  max-width: 101px;
  margin-left: 5%;
  padding-top: 50px;
}

/*------game------*/
#s3_gm {
  display: none;
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
  padding: 0 0 10rem 0;
}

#s3_gm_btns {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 3;
}

#s3_gm_btns a {
  position: absolute;
  width: 3%;
  max-width: 21px;
  background-repeat: no-repeat;
  background-size: cover;
}

#s3_gm_btns a:after {
  display: block;
  content: '';
  padding-top: 200%;
}

#s3_gm_btns a.prev {
  left: 0;
  -webkit-transform: translate(200%, -50%);
  transform: translate(200%, -50%);
  background-image: url(../images/icon_arrow_prev.png);
}

#s3_gm_btns a.prev:before {
  color: #591f7d;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '上一步';
  font-size: 1.3rem;
  white-space: nowrap;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

#s3_gm_btns a.next {
  right: 0;
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
  background-image: url(../images/icon_arrow_next.png);
}

#s3_gm_btns a.next:before {
  color: #591f7d;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '下一步';
  font-size: 1.3rem;
  white-space: nowrap;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.s3_gm_box {
  display: none;
  position: relative;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #591f7d;
  font-weight: bolder;
}

.s3_gm_box:before {
  width: 100%;
  background-image: url(../images/gm_icon_faq_top.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding-top: 8%;
}

.s3_gm_box:after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -120%);
  transform: translate(0, -120%);
  content: '';
  width: 40%;
  max-width: 324px;
  background-image: url(../images/gm_icon_food.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding-top: 20%;
}

.s3_gm_box.fn:before {
  background-image: url(../images/gm_icon_finish_top.png);
}

.s3_gm_title {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5% auto;
}

.s3_gm_title:before, .s3_gm_title:after {
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  text-align: center;
  width: 10%;
  max-width: 30px;
  content: '';
}

.s3_gm_title:before {
  left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url(../images/gm_faq_title_bg1.png);
}

.s3_gm_title:after {
  right: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  background-image: url(../images/gm_faq_title_bg2.png);
}

.s3_gm_title h3 {
  font-size: 2.1rem;
  letter-spacing: 2px;
}

.s3_gm_faq {
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 100;
}

.s3_gm_faq label {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 1rem;
  padding: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.s3_gm_faq label.on .option_icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  background-image: url(../images/gm_icon_input_chk.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.s3_gm_faq label input {
  display: none;
}

.s3_gm_faq label p {
  margin: 1rem auto;
  font-size: 1.3rem;
}

.s3_gm_faq label .option_icon {
  position: relative;
  width: 100%;
  max-width: 136px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.s3_gm_faq label .option_icon:after {
  display: block;
  content: '';
  padding-top: 100%;
}

#s3_gm_box1 .s3_gm_faq label {
  width: 33%;
}

#s3_gm_box1 .s3_gm_faq label:nth-of-type(1) .option_icon {
  background-image: url(../images/gm_faq1_btn1.png);
}

#s3_gm_box1 .s3_gm_faq label:nth-of-type(2) .option_icon {
  background-image: url(../images/gm_faq1_btn2.png);
}

#s3_gm_box1 .s3_gm_faq label:nth-of-type(3) .option_icon {
  background-image: url(../images/gm_faq1_btn3.png);
}

#s3_gm_box2 .s3_gm_faq label {
  width: 19.5%;
}

#s3_gm_box2 .s3_gm_faq label:nth-of-type(1) .option_icon {
  background-image: url(../images/gm_faq2_btn1.png);
}

#s3_gm_box2 .s3_gm_faq label:nth-of-type(2) .option_icon {
  background-image: url(../images/gm_faq2_btn2.png);
}

#s3_gm_box2 .s3_gm_faq label:nth-of-type(3) .option_icon {
  background-image: url(../images/gm_faq2_btn3.png);
}

#s3_gm_box2 .s3_gm_faq label:nth-of-type(4) .option_icon {
  background-image: url(../images/gm_faq2_btn4.png);
}

#s3_gm_box2 .s3_gm_faq label:nth-of-type(5) .option_icon {
  background-image: url(../images/gm_faq2_btn5.png);
}

#s3_gm_box3 .s3_gm_faq label {
  width: 19.5%;
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(1) .option_icon {
  background-image: url(../images/gm_faq3_btn1.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(2) .option_icon {
  background-image: url(../images/gm_faq3_btn2.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(3) .option_icon {
  background-image: url(../images/gm_faq3_btn3.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(4) .option_icon {
  background-image: url(../images/gm_faq3_btn4.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(5) .option_icon {
  background-image: url(../images/gm_faq3_btn5.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(6) .option_icon {
  background-image: url(../images/gm_faq3_btn6.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(7) .option_icon {
  background-image: url(../images/gm_faq3_btn7.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(8) .option_icon {
  background-image: url(../images/gm_faq3_btn8.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(9) .option_icon {
  background-image: url(../images/gm_faq3_btn9.png);
}

#s3_gm_box3 .s3_gm_faq label:nth-of-type(10) .option_icon {
  background-image: url(../images/gm_faq3_btn10.png);
}

#s3_gm_box4 .s3_gm_faq label {
  width: 19.5%;
}

#s3_gm_box4 .s3_gm_faq label:nth-of-type(1) .option_icon {
  background-image: url(../images/gm_faq4_btn1.png);
}

#s3_gm_box4 .s3_gm_faq label:nth-of-type(2) .option_icon {
  background-image: url(../images/gm_faq4_btn2.png);
}

#s3_gm_box4 .s3_gm_faq label:nth-of-type(3) .option_icon {
  background-image: url(../images/gm_faq4_btn3.png);
}

#s3_gm_box4 .s3_gm_faq label:nth-of-type(4) .option_icon {
  background-image: url(../images/gm_faq4_btn4.png);
}

#s3_gm_box4 .s3_gm_faq label:nth-of-type(5) .option_icon {
  background-image: url(../images/gm_faq4_btn5.png);
}

#s3_gm_box4 .s3_gm_faq label:nth-of-type(6) .option_icon {
  background-image: url(../images/gm_faq4_btn6.png);
}

#s3_gm_box4 .s3_gm_faq label:nth-of-type(7) .option_icon {
  background-image: url(../images/gm_faq4_btn7.png);
}

#s3_gm_box4 .s3_gm_faq label:nth-of-type(8) .option_icon {
  background-image: url(../images/gm_faq4_btn8.png);
}

#s3_gm_finish {
  padding-bottom: 5%;
}

#s3_gm_finish .s3_gn_fn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0% 2rem 2rem 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  color: #000;
}

#s3_gm_finish .gm_icon_flag {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 313px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/gm_icon_flag.png);
}

#s3_gm_finish .gm_icon_flag.fixed {
  background-image: url(../images/gm_icon_flag2.png);
}

#s3_gm_finish .gm_icon_flag:after {
  display: block;
  content: '';
  padding-top: 112.77%;
}

#s3_gm_finish .gm_icon_flag #gn_fn_food,
#s3_gm_finish .gm_icon_flag #gn_fn_drink {
  width: 100%;
  position: absolute;
}

#s3_gm_finish .gm_icon_flag #gn_fn_food {
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#s3_gm_finish .gm_icon_flag #gn_fn_food:after {
  display: block;
  content: '';
  padding-top: 112.77%;
}

#s3_gm_finish .gm_icon_flag #gn_fn_drink {
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#s3_gm_finish .gm_icon_flag #gn_fn_drink:after {
  display: block;
  content: '';
  padding-top: 112.77%;
}

#s3_gm_finish .gm_icon_flag #gn_fn_pd {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0 auto;
  max-width: 184px;
  background-image: url(../images/gm_fn_pd1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#s3_gm_finish .gm_icon_flag #gn_fn_pd:after {
  display: block;
  content: '';
  padding-top: 143.3%;
}

#s3_gm_finish .gm_gn_info {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  padding-left: 3rem;
  padding-top: 4rem;
}

#s3_gm_finish .gm_gn_info .s3_gn_fn_title {
  color: #591f7d;
  padding-bottom: 2px;
  border-bottom: 1px solid #591f7d;
}

#s3_gm_finish .gm_gn_info .s3_gn_fn_title p {
  border-bottom: 2px solid #591f7d;
}

#s3_gm_finish .gm_gn_info .s3_gn_fn_dr {
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
}

#s3_gm_finish .gm_gn_info .s3_gn_fn_dr img {
  width: 80%;
  margin: 0 auto;
}

#s3_gm_finish .gm_gn_info .s3_gn_fn_text {
  font-size: 1.3rem;
  line-height: 2;
}

@-webkit-keyframes shark {
  0% {
    right: 0;
  }
  100% {
    right: 10px;
  }
}

@keyframes shark {
  0% {
    right: 0;
  }
  100% {
    right: 10px;
  }
}

#s3_finish_btns {
  font-size: 0;
  text-align: center;
}

#s3_finish_other_btn {
  margin-left: 1%;
}

#s3_finish_again_btn {
  margin-right: 1%;
}

#s3_finish_other_btn,
#s3_finish_again_btn {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  padding: 5% 0;
  background-color: #591f7d;
  letter-spacing: 2px;
}

#s3_finish_other_btn:hover,
#s3_finish_again_btn:hover {
  background-color: #ffb70a;
}

#s3_finish_other_btn:after,
#s3_finish_again_btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
  -webkit-animation: shark linear .3s infinite alternate;
  animation: shark linear .3s infinite alternate;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
}

/*------s4------*/
#s4 {
  position: relative;
  z-index: 5;
  background-image: url(../images/s23_bg.png);
  background-size: auto;
  background-repeat: repeat;
  padding-bottom: 5%;
}

#s4_icon {
  max-width: 80px;
  margin-left: 5%;
}

.fold {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 5%;
  font-size: 0;
}

.fold .fold_info {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 1rem 0 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

.fold .fold_info a {
  max-width: 60px;
  margin: 3% 0 0 0;
}

.fold .fold_info span {
  font-size: 1.3rem;
  font-weight: bolder;
}

.fold .fold_info .fold_num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 83px 0 0;
  border-color: #591f7d transparent transparent transparent;
}

.fold .fold_info .fold_num span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(50%, -240%);
  transform: translate(50%, -240%);
  color: #fff;
}

.fold .fold_info .info_more {
  width: 61px;
  background-image: url(../images/icon_more.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.fold .fold_info .info_more:after {
  display: block;
  content: '';
  padding-top: 31.14%;
}

.fold .fold_info .info_more.on {
  background-image: url(../images/icon_less.png);
}

.fold .fold_info .dr_sign {
  max-width: 320px;
  margin: 5% 0;
}

.fold .fold_info .dr_text {
  overflow: hidden;
  width: 55%;
  padding: 20px 1rem 20px 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fold .fold_info .dr_text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.fold .fold_info .dr_text h3.ta_right {
  text-align: right;
  margin-bottom: 10px;
}

.fold .fold_info .dr_text h3 span {
  font-size: 26px;
}

.fold .fold_info .dr_text span.min {
  font-size: 1.1rem;
}

.fold .fold_info .dr_picture {
  overflow: hidden;
  position: absolute;
  top: 5%;
  right: 0rem;
  width: 55%;
  max-width: 380px;
  -webkit-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
}

.fold .fold_detail {
  display: none;
  width: 90%;
  margin: 8% auto 5%;
  background-color: #fff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: bolder;
}

.fold .fold_detail .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fold .fold_detail h4 {
  text-align: center;
}

.fold .fold_detail h5 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.fold .fold_detail p {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: normal;
text-align: justify;
}
.fold .fold_detail p sup{
  font-size: 65%;
  vertical-align:super
}

.fold .fold_detail p.min {
  font-size: 0.7rem;
  line-height: 1;
  color: #3e454f;
}

/*------s5------*/
#s5 {
  position: relative;
  z-index: 4;
  background-image: url(../images/s5_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #fff;
}

#s5:after {
  display: block;
  content: '';
  padding-top: 39.5%;
}

#s5_info {
  position: absolute;
  z-index: 5;
  width: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  overflow: hidden;
}

#s5_info .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#s5_info .flex .col:nth-of-type(2) {
  padding-left: 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#s5_info h1 {
  letter-spacing: 8px;
}

#s5_info h4.shadow {
  text-shadow: 0px 1px 3px #000;
  letter-spacing: 5px;
}

#s5_note {
  font-size: 1rem;
}

#s5_pd {
  max-width: 370px;
}

/*------s6------*/
#s6 {
  background-color: #fff;
  padding: 2% 0;
}

#tryit_btn {
  position: relative;
  z-index: 5;
  width: 70%;
  margin: 5% auto;
  background-color: #591f7d;
  color: #fff;
  font-size: 1.5rem;
  line-height: 4;
  text-align: center;
}

#tryit_btn:hover {
  background-color: #ffb70a;
}

#tryit_btn:hover span.yellow {
  color: #591f7d;
}

#tryit_btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-200%, -50%);
  transform: translate(-200%, -50%);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-animation: shark linear .3s infinite alternate;
  animation: shark linear .3s infinite alternate;
}
.info_list {
  list-style: decimal;
  color: #3e3a39;
  font-size: 1rem;
  line-height:1.5;
  padding: 0 20px;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 3.8rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.7rem;
  }
  p {
    font-size: 1.2rem;
  }
  /*------s2------*/
  #s2 .flex .col1_5 {
    padding: 0rem 0 1rem 1rem;
  }
  /*------s3------*/
  #s3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5%;
  }
  #s3_gm_descirption #sd_gm_apple {
    display: none;
  }
  #s3_gm_descirption #sd_gm_clock {
    -webkit-transform: translate(35%, -60%);
    transform: translate(35%, -60%);
  }
  #s3_gm_descirption #sd_gm_egg {
    display: none;
  }
  #s3_gm_descirption #sd_gm_fork {
    -webkit-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
  }
  #s3_gm_descirption #sd_gm_knife {
    -webkit-transform: translate(-100%, -30%);
    transform: translate(-100%, -30%);
  }
  #s3_gm_descirption #sd_gm_juice {
    -webkit-transform: translate(-20%, 10%);
    transform: translate(-20%, 10%);
  }
  #s3_gm_descirption #sd_gm_juice #s3_gm_descirption_icon {
    -webkit-transform: translate(-30%, 250%);
    transform: translate(-30%, 250%);
  }
  #s3_gm_descirption #sd_gm_milk {
    -webkit-transform: translate(-65%, -80%);
    transform: translate(-65%, -80%);
  }
  #s3_gm_descirption #sd_gm_napkin {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  #s3_gm_descirption #sd_gm_plate #game_start #s3_gm_descirption_info {
    width: 75%;
  }
  #s3_gm_descirption #sd_gm_plate #game_start #s3_gm_descirption_btn {
    width: 50%;
    -webkit-transform: translate(-50%, 220%);
    transform: translate(-50%, 220%);
  }
  /*------s5------*/
  #s5 {
    background-image: url(../images/s5_bg_m.png);
  }
  #s5:after {
    padding-top: 64.8%;
  }
  #s5_info {
    width: 80%;
  }
  #tryit_btn {
    width: 90%;
    font-size: 1.2rem;
  }
  #tryit_btn:hover {
    background-color: #591f7d;
  }
  #tryit_btn:hover span.yellow {
    color: #ffb70a;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .m {
    display: block;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  html,
  body {
    letter-spacing: 0;
    background-color: #fff;
  }
  .title_icon {
    margin-bottom: 0;
  }
  /*------s1------*/
  #s1 {
    height: auto;
  }
  #s1 .kv {
    max-width: none;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
  }
  #s1 .kv img {
    width: 100%;
    height: auto;
  }
  /*------s2------*/
  #s2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #s2 #s2_icon {
    display: none;
    width: 12%;
    margin-left: .7rem;
  }
  #s2 #s2_info h3 {
    margin-bottom: .2rem;
  }
  #s2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 5%;
  }
  #s2 .flex .col,
  #s2 .flex .col1_5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
  #s2 .flex .col {
    padding-bottom: 1rem;
  }
  #s2 .flex .col h3 {
    margin-bottom: .5rem;
    letter-spacing: 1px;
  }
  #s2 .flex .col1_5 {
    padding: 0;
  }
  /*------game------*/
  #s3 {
    padding-bottom: 3rem;
  }
  #s3_gm {
    margin-bottom: 0%;
    padding-bottom: 3rem;
  }
  #s3_gm_btns {
    top: inherit;
    bottom: 0;
  }
  #s3_gm_btns #btn_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    display: block;
    content: '';
    background-image: url(../images/icon_drop.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 25px;
    pointer-events: none;
  }
  #s3_gm_btns a.prev {
    left: 50%;
    -webkit-transform: translate(-800%, -100%);
    transform: translate(-800%, -100%);
  }
  #s3_gm_btns a.next {
    right: 50%;
    -webkit-transform: translate(800%, -100%);
    transform: translate(800%, -100%);
  }
  .s3_gm_faq {
    text-align: left;
  }
  .s3_gm_faq label {
    text-align: center;
  }
  .s3_gm_faq label p {
    font-size: .6rem;
    white-space: nowrap;
  }
  .s3_gm_box {
    width: 90%;
  }
  .s3_gm_box:after {
    width: 45%;
    padding-top: 23%;
    -webkit-transform: translate(10%, -120%);
    transform: translate(10%, -120%);
  }
  .s3_gm_box:before {
    padding-top: 10%;
    background-image: url(../images/gm_icon_faq_top_m.png);
  }
  .s3_gm_box.fn:before {
    padding-top: 10%;
    background-image: url(../images/gm_icon_finish_top_m.png);
  }
  .s3_gm_title {
    width: 90%;
  }
  .s3_gm_title h3 {
    font-size: 1.2rem;
    margin: 0 auto 10% auto;
  }
  .s3_gm_title:before, .s3_gm_title:after {
    top: 0;
    bottom: 0;
  }
  #s3_gm_box2 .s3_gm_faq label,
  #s3_gm_box3 .s3_gm_faq label,
  #s3_gm_box4 .s3_gm_faq label {
    width: 33.33%;
  }
  #s3_gm_finish .s3_gn_fn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  #s3_gm_finish .s3_gn_fn_box:last-child {
    margin-bottom: 2rem;
  }
  #s3_gm_finish .gm_gn_info {
    padding-left: 0;
  }
  #s3_gm_finish .gm_gn_info .s3_gn_fn_dr img {
    width: 100%;
  }
  #s3_gm_finish .s3_gn_fn_title span {
    font-size: 0.8rem;
  }
  #s3_finish_other_btn,
  #s3_finish_again_btn {
    font-size: 1rem;
    width: 100%;
    margin: 2% auto;
  }
  #s3_finish_other_btn:hover,
  #s3_finish_again_btn:hover {
    background-color: #591f7d;
  }
  /*------s4------*/
  #s4 {
    z-index: 4;
  }
  .fold {
    width: 100%;
  }
  .fold .dr_photo {
    width: 90%;
    margin: 0 auto;
  }
  .fold .fold_info {
    padding: 0 1rem 1rem 2rem;
  }
  .fold .fold_info .fold_num {
    top: 0;
    left: 0;
  }
  .fold .fold_info .dr_text {
    width: 100%;
  }
  .fold .fold_info .dr_picture {
    display: none;
  }
  .fold .fold_detail {
    padding: 1.2rem;
  }
  .fold .fold_detail p {
    font-size: 1.2rem;
  }
  .fold .fold_detail .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /*------s5------*/
  #s5_info {
    width: 80%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
  #s5_info .flex .col:nth-of-type(2) {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    padding-left: 1rem;
  }
  #s5_info h1 {
    letter-spacing: 2px;
  }
  #s5_note {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 325px) {
  /*------s3------*/
  .s3_gm_title h3 {
    font-size: 1.1rem;
  }
  #s3_gm_btns a.prev {
    left: 50%;
    -webkit-transform: translate(-1000%, -100%);
    transform: translate(-1000%, -100%);
  }
  #s3_gm_btns a.next {
    right: 50%;
    -webkit-transform: translate(1000%, -100%);
    transform: translate(1000%, -100%);
  }
  /*------s5------*/
  #s5_info h1 {
    letter-spacing: 5px;
  }
  #s5_info h4.shadow {
    letter-spacing: 1px;
  }
}
