@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'FontAwesome';
/*   src: url("../fonts/fontawesome-webfont.eot"); */
/*   src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  outline: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: bold;
}

html, body {
  width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.top-link .top-link-nav, .top-link .top-link-nav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-go-form, header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-top, .btn-top:active, .btn-top:focus, .btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover, .btn-top.cd-is-visible, .btn-top.cd-fade-out, .btn-go-form, .btn-go-form:hover, .btn-gogo {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clrBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
}
.divine-2-box .divine-left {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-right {
    float: right;
  }
}

.show-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-pc {
    display: block;
  }
}

.show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation h2 {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in h2 {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:after {
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes movingSec1Gph {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.25%);
  }
  50% {
    transform: translateY(-0.5%);
  }
  80% {
    transform: translateY(-0.25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  margin: 0;
  padding: 0;
}

.btn-top, .btn-top:active, .btn-top:focus {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  color: #d61518 !important;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
@media only screen and (min-width: 481px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 65px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 90px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 25px 0;
  }
}
.btn-top:hover, .btn-top:active:hover, .btn-top:focus:hover {
  color: #fff !important;
  background-color: #d61518 !important;
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.btn-top.cd-fade-out {
  opacity: 1;
}

.btn-go-form {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #d61518 !important;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 100rem;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 7px 0 15px 0;
  z-index: 15;
}
@media only screen and (min-width: 481px) {
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 95%;
    padding: 8px 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .btn-go-form {
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    font-size: 110%;
    padding: 12px 0 20px 0;
  }
}
.btn-go-form:hover {
  color: #fff !important;
  background-color: #d61518;
}

.top-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  color: #fff;
  background-color: #d61518;
  z-index: 999;
}
@media only screen and (min-width: 481px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link {
    height: 30px;
  }
}
.top-link .top-link-nav {
  margin: 6px 0 0 0;
  justify-content: flex-end;
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 95%;
  padding: 0 10px;
}
@media only screen and (min-width: 481px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
.top-link .top-link-nav a:hover {
  color: #ffde00 !important;
}
.top-link .top-link-nav a:first-of-type {
  border-right: #fff 1px solid;
}
.top-link .top-link-nav a:nth-of-type(2) {
  border-right: #fff 1px solid;
}
.top-link .top-link-nav dt, .top-link .top-link-nav dd {
  margin: 0 4px;
}

header {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0;
  z-index: 5;
  height: 0;
  padding-bottom: 180%;
  background: url(../images/banner_phone.jpg) no-repeat top center;
  background-size: cover;
  background-color: #ffb04a;
}
@media only screen and (min-width: 481px) {
  header {
    height: 0;
    padding-bottom: 58%;
    background: url(../images/banner.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1100px) {
  header {
    height: 725px;
    background: url(../images/banner.jpg) no-repeat top center;
    padding: 0;
  }
}
header .container {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 0px) {
  header .container {
    height: 0;
    padding-bottom: 180%;
  }
}
@media only screen and (min-width: 481px) {
  header .container {
    height: 0;
    padding-bottom: 58%;
  }
}
@media only screen and (min-width: 1100px) {
  header .container {
    height: 750px;
    padding: 0;
  }
}
header .btn-logo {
  display: block;
  position: absolute;
  top: 45px;
  left: 9%;
  width: 35%;
  height: 10%;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  header .btn-logo {
    top: 60px;
    left: 1%;
    width: 20%;
    height: 12%;
  }
}
@media only screen and (min-width: 768px) {
  header .btn-logo {
    top: 90px;
    left: 2%;
    width: 22%;
    height: 8%;
  }
}
@media only screen and (min-width: 1100px) {
  header .btn-logo {
    top: 110px;
    left: 4%;
    width: 15%;
    height: 10%;
  }
}
@media only screen and (min-width: 1600px) {
  header .btn-logo {
    top: 110px;
    left: 10%;
    width: 17%;
    height: 10%;
  }
}
header .ani-title-ph {
  position: absolute;
  display: block;
  z-index: 5;
  top: 150px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  header .ani-title-ph {
    display: none;
  }
}
header .ani-title-ph img {
  width: 100%;
}
header .ani-title {
  position: absolute;
  display: none;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  header .ani-title {
    display: block;
    top: 80px;
    left: 18%;
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  header .ani-title {
    top: 100px;
    left: 18%;
    width: 75%;
  }
}
@media only screen and (min-width: 1100px) {
  header .ani-title {
    top: 140px;
    left: 21%;
    width: 905px;
  }
}
@media only screen and (min-width: 1600px) {
  header .ani-title {
    top: 140px;
    left: 28%;
    width: 905px;
  }
}
header .ani-title img {
  width: 100%;
}
header .ani-01 {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  right: 10%;
  width: 30%;
  z-index: 5;
}
@media only screen and (min-width: 481px) {
  header .ani-01 {
    top: 0;
    right: 15%;
    width: 15%;
  }
}
@media only screen and (min-width: 768px) {
  header .ani-01 {
    top: 0;
    right: 15%;
    width: 15%;
  }
}
@media only screen and (min-width: 1100px) {
  header .ani-01 {
    top: 0;
    right: 15%;
    width: 14%;
  }
}
@media only screen and (min-width: 1600px) {
  header .ani-01 {
    top: 0;
    right: 15%;
    width: 208px;
  }
}
header .ani-01 img {
  width: 100%;
}
header .ani-01:hover {
  top: -10px;
}

.edm-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper {
    width: 100%;
    padding: 25px 0 25px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper {
    width: 1200px;
    padding: 30px 0 30px 0;
  }
}

.edm-wrapper-s {
  position: relative;
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-s {
    width: 100%;
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-s {
    width: 1200px;
    padding: 5px 0 35px 0;
  }
}

.edm-wrapper-m {
  position: relative;
  width: 100%;
  padding: 25px 0 0 0;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  .edm-wrapper-m {
    width: 100%;
    padding: 25px 0 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-m {
    width: 1200px;
    padding: 35px 0 0 0;
  }
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation h2 {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in h2 {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #ffffff;
}
.has-animation.animate-in:after {
  background-color: #0695b3;
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

.title-style {
  position: relative;
  margin: 20px auto;
  color: #5c2303;
  text-align: left;
  font-weight: bold;
  font-size: 185%;
  line-height: 2.5rem;
  width: 70%;
  z-index: 1;
}
@media only screen and (min-width: 481px) {
  .title-style {
    width: 80%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 768px) {
  .title-style {
    width: 70%;
    font-size: 280%;
    margin: 25px auto 25px auto;
    text-align: left;
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style {
    margin: 30px auto 20px auto;
    width: 75%;
    font-weight: bold;
    font-size: 300%;
  }
}
.title-style i {
  margin: 0 15px 0 0;
}
.title-style span {
  color: #f80000;
}

.title-ps {
  position: absolute;
  right: -25%;
  top: -10px;
  width: 25%;
  z-index: 3;
}
@media only screen and (min-width: 481px) {
  .title-ps {
    right: -3%;
    top: -30px;
    width: 18%;
  }
}
@media only screen and (min-width: 768px) {
  .title-ps {
    right: -15%;
    top: -30px;
    width: 15%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-ps {
    right: 25px;
    top: -40px;
    width: 145px;
  }
}
.title-ps img {
  width: 100%;
}

.secbox-1 {
  position: relative;
  width: 100%;
  background-color: #ffb04a;
  overflow: hidden;
  z-index: 1;
}
.secbox-1 .darkwall {
  position: absolute;
  background-color: #f38900;
  z-index: 5;
  display: none;
}
@media only screen and (min-width: 481px) {
  .secbox-1 .darkwall {
    display: block;
    width: 7.5%;
    right: 4.5%;
    height: 150%;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 .darkwall {
    width: 7.5%;
    right: 4.5%;
    height: 150%;
    bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .secbox-1 .darkwall {
    width: 93px;
    right: 2.5%;
    bottom: 0;
  }
}
.secbox-1 .darkwall img {
  width: 100%;
}
.secbox-1 summary {
  color: #1a1a1a;
  font-size: 155%;
  line-height: 2.0rem;
  text-align: left;
  margin: 20px auto;
  width: 85%;
}
@media only screen and (min-width: 481px) {
  .secbox-1 summary {
    width: 70%;
    font-size: 160%;
    line-height: 2.0rem;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 summary {
    width: 75%;
    font-size: 200%;
    line-height: 2.5rem;
  }
}
.secbox-1 summary span {
  font-weight: bolder;
  color: #f80000;
}
.secbox-1 aside {
  margin: 40px auto 20px auto;
  width: 85%;
  color: #252525;
  font-size: 100%;
  text-align: left;
  line-height: 1.8rem;
}
@media only screen and (min-width: 481px) {
  .secbox-1 aside {
    width: 70%;
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-1 aside {
    width: 75%;
    font-size: 130%;
  }
}
.secbox-1 aside ul li {
  list-style-type: square;
  margin-left: 20px;
}
.secbox-1 aside .bb {
  font-weight: bolder;
}

.secbox-2 {
  position: relative;
  width: 100%;
  background-color: #fdfbbf;
  overflow: hidden;
  z-index: 1;
}
.secbox-2 summary {
  color: #1a1a1a;
  font-size: 155%;
  line-height: 2.0rem;
  text-align: left;
  margin: 20px auto;
  width: 85%;
}
@media only screen and (min-width: 481px) {
  .secbox-2 summary {
    width: 70%;
    font-size: 160%;
    line-height: 2.0rem;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 summary {
    width: 75%;
    font-size: 200%;
    line-height: 2.5rem;
  }
}
.secbox-2 summary span {
  font-weight: bolder;
  color: #f80000;
}
.secbox-2 aside {
  margin: 40px auto 20px auto;
  width: 85%;
  color: #252525;
  font-size: 100%;
  text-align: left;
  line-height: 1.8rem;
}
@media only screen and (min-width: 481px) {
  .secbox-2 aside {
    width: 70%;
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-2 aside {
    width: 75%;
    font-size: 130%;
  }
}
.secbox-2 aside ul li {
  list-style-type: square;
  margin-left: 20px;
}
.secbox-2 aside .bb {
  font-weight: bolder;
}
.secbox-2 aside .brown {
  color: #572e0f;
}

.box {
  position: relative;
  display: block;
  z-index: 1;
}
@media only screen and (min-width: 1100px) {
  .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.box .leftbox {
  display: none;
}
@media only screen and (min-width: 1100px) {
  .box .leftbox {
    display: block;
  }
}
.box .leftbox img {
  width: 100%;
}
.box .rightbox {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1100px) {
  .box .rightbox {
    width: 92%;
  }
}

.bk {
  color: #1b1c3d;
}

.secbox-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.secbox-3 summary {
  color: #1a1a1a;
  font-size: 155%;
  line-height: 2.0rem;
  text-align: left;
  margin: 20px auto;
  width: 85%;
}
@media only screen and (min-width: 481px) {
  .secbox-3 summary {
    width: 70%;
    font-size: 160%;
    line-height: 2.0rem;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 summary {
    width: 75%;
    font-size: 200%;
    line-height: 2.5rem;
  }
}
.secbox-3 summary span {
  font-weight: bolder;
  color: #f80000;
}
.secbox-3 aside {
  margin: 40px auto 20px auto;
  width: 85%;
  color: #252525;
  font-size: 100%;
  text-align: left;
  line-height: 1.8rem;
}
@media only screen and (min-width: 481px) {
  .secbox-3 aside {
    width: 70%;
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .secbox-3 aside {
    width: 75%;
    font-size: 130%;
  }
}
.secbox-3 aside ul li {
  list-style-type: square;
  margin-left: 20px;
}
.secbox-3 aside .bb {
  font-weight: bolder;
}
.secbox-3 aside .brown {
  color: #572e0f;
}

.walltop {
  position: absolute;
  display: none;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .walltop {
    display: block;
    bottom: -5px;
    left: -22%;
    width: 37.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .walltop {
    bottom: -10px;
    left: -15%;
    width: 37%;
  }
}
@media only screen and (min-width: 1100px) {
  .walltop {
    bottom: -10px;
    left: -22%;
    width: 38%;
  }
}
@media only screen and (min-width: 1600px) {
  .walltop {
    bottom: -10px;
    left: -30%;
    width: 39%;
  }
}
.walltop img {
  width: 100%;
}

.btn-gogo {
  display: block;
  background-color: #d91829;
  color: #ffffff !important;
  margin: 50px auto 20px auto;
  text-align: center;
  padding: 15px 30px;
  width: 70%;
  font-size: 150%;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 481px) {
  .btn-gogo {
    margin: 20px auto;
    padding: 15px 30px;
    width: 30%;
    font-size: 160%;
  }
}
@media only screen and (min-width: 768px) {
  .btn-gogo {
    padding: 20px 40px;
    width: 30%;
    font-size: 180%;
  }
}
.btn-gogo:hover {
  background-color: #ff6000;
}

.subtt {
  color: #ff6000;
  font-size: 160%;
  text-align: center;
  font-weight: bold;
  margin: 10px auto 30px auto;
}
@media only screen and (min-width: 481px) {
  .subtt {
    font-size: 180%;
  }
}
@media only screen and (min-width: 768px) {
  .subtt {
    font-size: 220%;
  }
}
.subtt i {
  margin: 0 10px 0 0;
}

.cup {
  position: relative;
  width: 50%;
  margin: 300px 0  10px 0;
  z-index: 1;
}
@media only screen and (min-width: 481px) {
  .cup {
    width: 38%;
    margin: 50px 0  30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .cup {
    width: 50%;
    margin: 10px 0  30px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cup {
    width: 45%;
    margin: 50px 0 30px 0;
  }
}
.cup img {
  width: 100%;
}

.paper01 {
  position: absolute;
  z-index: 5;
  display: none;
}
@media only screen and (min-width: 481px) {
  .paper01 {
    display: block;
    right: -45%;
    bottom: 30px;
    width: 85%;
  }
}
@media only screen and (min-width: 768px) {
  .paper01 {
    right: -25%;
    bottom: 30px;
    width: 70%;
  }
}
@media only screen and (min-width: 1100px) {
  .paper01 {
    right: -40%;
    bottom: 30px;
    width: 75%;
  }
}
.paper01 img {
  width: 100%;
}

.paper01-m {
  position: absolute;
  display: block;
  z-index: 5;
  right: -80%;
  bottom: -30px;
  width: 110%;
}
@media only screen and (min-width: 481px) {
  .paper01-m {
    display: none;
  }
}
.paper01-m img {
  width: 100%;
}

.paper02 {
  position: absolute;
  z-index: 10;
  right: -80%;
  bottom: 200px;
  width: 165%;
}
@media only screen and (min-width: 481px) {
  .paper02 {
    right: -150%;
    bottom: 30px;
    width: 120%;
  }
}
@media only screen and (min-width: 768px) {
  .paper02 {
    right: -105%;
    bottom: 50px;
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .paper02 {
    right: -125%;
    bottom: 50px;
    width: 98%;
  }
}
.paper02 img {
  width: 100%;
}

.secbox-4 {
  position: relative;
  width: 100%;
  background-color: #ffb04a;
  overflow: hidden;
  z-index: 2;
}

.darkwall2 {
  position: absolute;
  background-color: #f38900;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 481px) {
  .darkwall2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .darkwall2 {
    display: block;
    width: 7.5%;
    left: 4.5%;
    height: 150%;
    bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .darkwall2 {
    width: 93px;
    left: 2.5%;
    bottom: 0;
  }
}
.darkwall2 img {
  width: 100%;
}

.ad_block {
  position: relative;
  display: block;
  margin: 30px auto 15px auto;
  z-index: 10;
}
@media only screen and (min-width: 481px) {
  .ad_block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    margin: 20px auto 0 auto;
    width: 95%;
  }
}
@media only screen and (min-width: 1024px) {
  .ad_block {
    align-items: center;
    margin: 20px auto 0 auto;
    width: 80%;
  }
}
.ad_block .left {
  margin: 0 0 0 30px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .ad_block .left {
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .ad_block .left {
    margin: 0 0 0 90px;
  }
}
.ad_block .left img {
  width: 100%;
}
.ad_block .right {
  width: 95%;
  padding: 0 20px;
}
@media only screen and (min-width: 481px) {
  .ad_block .right {
    width: 97%;
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ad_block .right {
    width: 97%;
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .ad_block .right {
    width: 90%;
    padding: 0 0 0 60px;
  }
}
.ad_block .right figure {
  font-size: 180%;
  color: #422602;
  line-height: 2.0rem;
  margin: 10px auto 20px auto;
}
.ad_block .right figure span {
  color: #f20116;
}
.ad_block .right figcaption {
  font-size: 250%;
  color: #642404;
  font-weight: bolder;
  line-height: 3.0rem;
  margin: 10px auto;
}

.secbox-5 {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*  20200422 Linda start*/
/*   background-color: #f75d50; */
}
.secbox-5 .data-write {
  background-color: #f75d50;
  width: 95%;
  margin: 10px auto;
  padding: 0 10px 20px 10px;
}
.secbox-5 hr {
  background-color: #fff;
}
.secbox-5 table.joinForm {
  background-color: #fff;
  margin: 10px auto;
}
.secbox-5 .white-word {
  color: #ffffff;
}

@keyframes movingSec1Gph {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.25%);
  }
  50% {
    transform: translateY(-0.5%);
  }
  80% {
    transform: translateY(-0.25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
