@charset "UTF-8";
@import url("http://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;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

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, .itembox .exper-cont, .board-container {
  -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-f2:hover img, .btn-window01:hover, .btn-window02:hover, .section-form .send a {
  -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: 480px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 480px) {
  .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;
  }
}

@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 {
  position: relative;
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "cwTeXYen", "微軟正黑體";
  background-color: #fff;
  margin: 0;
  padding: 0;
  z-index: 0;
}

summary::marker {
  font-size: 0;
}

.d-show {
  display: block;
}

.d-hide {
  display: none;
}

.show-p {
  display: none;
}
@media only screen and (min-width: 480px) {
  .show-p {
    display: block;
  }
}

.show-m {
  display: block;
}
@media only screen and (min-width: 480px) {
  .show-m {
    display: none;
  }
}

.btn-top, .btn-top:active, .btn-top:focus {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 45px;
  height: 45px;
  font-size: 85%;
  color: #fff !important;
  text-align: center;
  background-color: #d61518;
  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: 480px) {
  .btn-top, .btn-top:active, .btn-top:focus {
    bottom: 65px;
    right: 15px;
    width: 55px;
    height: 55px;
    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: #d61518 !important;
  background-color: #fff;
}

.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: #fff !important;
  background-color: #d61518;
  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;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  .btn-go-form {
    bottom: 10px;
    right: 15px;
    width: 55px;
    height: 55px;
    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: #d61518 !important;
  background-color: #fff;
}

.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: 480px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link {
    height: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .top-link {
    height: 27px;
  }
}
@media only screen and (min-width: 1100px) {
  .top-link {
    height: 30px;
  }
}
.top-link .top-link-nav {
  margin: 6px auto 0 auto;
  justify-content: center;
}
@media only screen and (min-width: 480px) {
  .top-link .top-link-nav {
    margin: 6px 0 0 0;
    justify-content: flex-end;
  }
}
.top-link .top-link-nav a {
  color: #fff;
  font-size: 90%;
  border-right: #fff 1px solid;
  padding: 2px 10px 0 10px;
}
@media only screen and (min-width: 480px) {
  .top-link .top-link-nav a {
    font-size: 120%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .top-link .top-link-nav a {
    font-size: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .top-link .top-link-nav a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .top-link .top-link-nav a {
    font-size: 105%;
    letter-spacing: 1px;
    padding: 2px 10px 0 10px;
  }
}
.top-link .top-link-nav a:hover {
  color: #ffcc00 !important;
}
.top-link .top-link-nav a:last-of-type {
  border-right: none;
}
.top-link .top-link-nav dl {
  display: flex;
}
.top-link .top-link-nav dl dt, .top-link .top-link-nav dl dd {
  margin: 0 4px;
}
.top-link .top-link-nav dl dt {
  display: block;
}
@media only screen and (min-width: 480px) {
  .top-link .top-link-nav dl dt {
    display: block;
  }
}

header {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
header img {
  width: 100%;
}
header .vbanner-pc {
  display: none;
}
@media only screen and (min-width: 480px) {
  header .vbanner-pc {
    display: block;
  }
}
header .vbanner-mb {
  display: block;
}
@media only screen and (min-width: 480px) {
  header .vbanner-mb {
    display: none;
  }
}

.edm-wrapper-header {
  position: absolute;
  width: 100%;
  height: 100%;
}

.edm-wrapper {
  position: relative;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .edm-wrapper {
    width: 86%;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper {
    width: 70%;
  }
}

.edm-wrapper-all {
  position: relative;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .edm-wrapper-all {
    width: 95%;
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .edm-wrapper-all {
    width: 98%;
    padding: 10px 0 0 0;
  }
}

.container {
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
}

.hide {
  display: none;
}

.btn-logo {
  display: block;
  position: absolute;
  top: 4%;
  left: 32.5%;
  width: 37%;
  height: 7%;
}
@media only screen and (min-width: 480px) {
  .btn-logo {
    top: 9%;
    left: 9.5%;
    width: 17%;
    height: 9%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-logo {
    top: 9%;
    left: 9.5%;
    width: 17%;
    height: 9%;
  }
}

.title-style {
  position: relative;
  color: #1a5f9a;
  font-size: 160%;
  width: 95%;
  margin: 5% auto;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .title-style {
    margin: 0 auto 15px auto;
    width: 70%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 768px) {
  .title-style {
    margin: 0 auto 20px auto;
    width: 80%;
    font-size: 220%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style {
    width: 95%;
    font-size: 240%;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .title-style {
    width: 100%;
    font-size: 260%;
  }
}
@media only screen and (min-width: 1920px) {
  .title-style {
    font-size: 300%;
  }
}
.title-style .jump {
  color: #e22f51;
}
.title-style .mbs {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .title-style .mbs {
    display: inline;
  }
}

.title-style-ph {
  position: absolute;
  z-index: 50;
  width: 105%;
  top: 10%;
  left: -7%;
}
@media only screen and (min-width: 480px) {
  .title-style-ph {
    width: 85%;
    top: 15%;
    left: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .title-style-ph {
    width: 91%;
    top: 21%;
    left: 0%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style-ph {
    width: 105%;
    top: 10%;
    left: -7%;
  }
}
@media only screen and (min-width: 1600px) {
  .title-style-ph {
    width: 90%;
    top: 10%;
    left: 1%;
  }
}
.title-style-ph img {
  width: 100%;
}

.title-style-phl {
  position: absolute;
  z-index: 50;
  width: 105%;
  top: 56%;
  left: -7%;
}
@media only screen and (min-width: 480px) {
  .title-style-phl {
    width: 85%;
    top: 15%;
    left: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .title-style-phl {
    width: 92%;
    top: 6%;
    left: 0%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style-phl {
    width: 105%;
    top: 10%;
    left: -7%;
  }
}
@media only screen and (min-width: 1600px) {
  .title-style-phl {
    width: 99%;
    top: 10%;
    left: -5%;
  }
}
.title-style-phl img {
  width: 100%;
}

.title-style5 {
  position: relative;
  color: #1a5f9a;
  font-size: 150%;
  width: 100;
  margin: 5% auto;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .title-style5 {
    margin: 0 auto 15px auto;
    width: 105%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 768px) {
  .title-style5 {
    margin: 0 auto 20px auto;
    font-size: 220%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style5 {
    width: 80%;
    font-size: 240%;
  }
}
@media only screen and (min-width: 1600px) {
  .title-style5 {
    width: 80%;
    font-size: 260%;
  }
}
@media only screen and (min-width: 1920px) {
  .title-style5 {
    font-size: 300%;
  }
}
.title-style5 .jump {
  color: #e22f51;
}
.title-style5 .mbs {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .title-style5 .mbs {
    display: inline;
  }
}

.title-style-ph5 {
  position: absolute;
  z-index: 50;
  width: 105%;
  top: 42%;
  left: -7%;
}
@media only screen and (min-width: 480px) {
  .title-style-ph5 {
    width: 85%;
    top: 15%;
    left: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .title-style-ph5 {
    width: 92%;
    top: 6%;
    left: 0%;
  }
}
@media only screen and (min-width: 1100px) {
  .title-style-ph5 {
    width: 105%;
    top: 10%;
    left: -7%;
  }
}
@media only screen and (min-width: 1600px) {
  .title-style-ph5 {
    width: 90%;
    top: 12%;
    left: 2%;
  }
}
.title-style-ph5 img {
  width: 100%;
}

.secbox-outside {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sec-f1 {
  position: relative;
  top: -6px;
  right: -18%;
  width: 95%;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .sec-f1 {
    width: 90%;
    top: -50px;
    right: -6%;
  }
}
@media only screen and (min-width: 1100px) {
  .sec-f1 {
    width: 60%;
    top: -50px;
    right: -6%;
  }
}
.sec-f1 img {
  width: 100%;
}

.sec-f2 {
  position: relative;
  top: -6px;
  left: -18%;
  width: 95%;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .sec-f2 {
    width: 75%;
    top: 40px;
    left: -8%;
  }
}
@media only screen and (min-width: 1100px) {
  .sec-f2 {
    width: 70%;
    top: -40px;
    left: -8%;
  }
}
@media only screen and (min-width: 1920px) {
  .sec-f2 {
    width: 75%;
    top: -69px;
    left: -8%;
  }
}
.sec-f2 img {
  width: 100%;
}

.sec-f3 {
  position: relative;
  top: -6px;
  right: -18%;
  width: 95%;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .sec-f3 {
    width: 75%;
    top: -50px;
    right: -6%;
  }
}
@media only screen and (min-width: 1100px) {
  .sec-f3 {
    width: 60%;
    top: -60px;
    right: -6%;
  }
}
.sec-f3 img {
  width: 100%;
}

.sec-f4 {
  position: relative;
  top: -6px;
  left: -18%;
  width: 95%;
  z-index: 20;
}
@media only screen and (min-width: 1024px) {
  .sec-f4 {
    width: 85%;
    top: 40px;
    left: -8%;
  }
}
@media only screen and (min-width: 1100px) {
  .sec-f4 {
    width: 70%;
    top: -40px;
    left: -8%;
  }
}
.sec-f4 img {
  width: 110%;
}

.bgbb {
  position: absolute;
  z-index: -50;
  width: 185%;
  top: 72px;
  right: 0;
}
@media only screen and (min-width: 480px) {
  .bgbb {
    width: 100%;
    top: 0;
    right: 0;
  }
}
.bgbb img {
  width: 100%;
}

.bgbb2 {
  position: absolute;
  z-index: -50;
  width: 301%;
  top: 33%;
  right: -50%;
}
@media only screen and (min-width: 480px) {
  .bgbb2 {
    width: 173%;
    top: 12%;
    left: -53%;
  }
}
@media only screen and (min-width: 768px) {
  .bgbb2 {
    width: 108%;
    top: 26%;
    left: -1%;
  }
}
.bgbb2 img {
  width: 100%;
}

.bgbb3 {
  display: block;
  position: absolute;
  width: 100%;
  z-index: -50;
  top: -134px;
  right: 0;
}
@media only screen and (min-width: 480px) {
  .bgbb3 {
    display: none;
  }
}
.bgbb3 img {
  width: 100%;
}

.bgbb4 {
  display: block;
  position: absolute;
  width: 100%;
  z-index: -50;
  top: -134px;
  right: 0;
}
@media only screen and (min-width: 480px) {
  .bgbb4 {
    display: none;
  }
}
.bgbb4 img {
  width: 100%;
}

.secbox-left {
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: visible;
  margin: 0 auto 15% auto;
}
@media only screen and (min-width: 480px) {
  .secbox-left {
    margin: 0;
  }
}

.s1box {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .s1box {
    margin: 15px auto;
    display: flex;
    justify-content: center;
  }
}

.s1-cont {
  width: 100%;
  margin: 0 auto 3% auto;
}
@media only screen and (min-width: 1100px) {
  .s1-cont {
    width: 55%;
    margin: 0 0 4% 6%;
  }
}
.s1-cont summary {
  font-size: 130%;
  color: #1e1e1e;
  line-height: 1.5;
  text-align: left;
  width: 85%;
  margin: 5px auto;
}
@media only screen and (min-width: 480px) {
  .s1-cont summary {
    line-height: 1.5;
    text-align: center;
    font-size: 140%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .s1-cont summary {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1100px) {
  .s1-cont summary {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1600px) {
  .s1-cont summary {
    font-size: 185%;
  }
}

.formph {
  display: flex;
  justify-content: center;
  margin: 5% auto 2% auto;
}
.formph div {
  margin: 0 5px;
}
.formph img {
  width: 100%;
}

.pst {
  font-size: 100%;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .pst {
    font-size: 110%;
  }
}

.secbox-right {
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: visible;
  margin: 0 auto 15% auto;
}
@media only screen and (min-width: 480px) {
  .secbox-right {
    margin: 0;
  }
}

.s2box {
  display: block;
  margin: 5% auto 10% auto;
}
@media only screen and (min-width: 1024px) {
  .s2box {
    margin: 15px auto;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.s2-cont {
  width: 98%;
  margin: 0 auto 3% auto;
}
@media only screen and (min-width: 1024px) {
  .s2-cont {
    width: 80%;
    margin: 0 0 4% 0;
  }
}
@media only screen and (min-width: 1100px) {
  .s2-cont {
    width: 90%;
    margin: 0 3% 4% 0;
  }
}
@media only screen and (min-width: 1600px) {
  .s2-cont {
    width: 80%;
    margin: 0 3% 4% 0;
  }
}
@media only screen and (min-width: 1920px) {
  .s2-cont {
    width: 85%;
    margin: 0 3% 4% 0;
  }
}
.s2-cont summary {
  font-size: 130%;
  color: #1e1e1e;
  line-height: 1.5;
  text-align: left;
  margin: 10px auto;
}
@media only screen and (min-width: 480px) {
  .s2-cont summary {
    margin: 5% auto;
    line-height: 1.5;
    text-align: center;
    font-size: 135%;
  }
}
@media only screen and (min-width: 768px) {
  .s2-cont summary {
    font-size: 145%;
  }
}
@media only screen and (min-width: 1024px) {
  .s2-cont summary {
    font-size: 135%;
  }
}
@media only screen and (min-width: 1100px) {
  .s2-cont summary {
    font-size: 150%;
  }
}
@media only screen and (min-width: 1600px) {
  .s2-cont summary {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1920px) {
  .s2-cont summary {
    font-size: 190%;
  }
}

.s4box {
  position: relative;
  display: block;
  margin: 5% auto 10% auto;
}
@media only screen and (min-width: 1024px) {
  .s4box {
    margin: 15px auto;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.s4-cont {
  width: 98%;
  margin: 0 auto 3% auto;
}
@media only screen and (min-width: 1024px) {
  .s4-cont {
    width: 60%;
    margin: 0 0 4% 0;
  }
}
@media only screen and (min-width: 1100px) {
  .s4-cont {
    width: 45%;
    margin: 0 5% 4% 0;
  }
}
.s4-cont summary {
  font-size: 130%;
  color: #1e1e1e;
  line-height: 1.5;
  text-align: left;
  width: 85%;
  margin: 5px auto;
}
@media only screen and (min-width: 480px) {
  .s4-cont summary {
    line-height: 1.2;
    text-align: center;
    font-size: 140%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .s4-cont summary {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1100px) {
  .s4-cont summary {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1600px) {
  .s4-cont summary {
    font-size: 185%;
  }
}

.text-hiline {
  color: #e22f51;
  font-weight: bold;
}

.text-hiline-b {
  color: #296181;
  font-weight: bold;
}

.text-hiline-r {
  color: #ff0000;
  font-weight: bold;
}

.mbs2 {
  display: inline;
}
@media only screen and (min-width: 480px) {
  .mbs2 {
    display: block;
  }
}

.tableboxf2 {
  position: relative;
  width: 98%;
  margin: 20px auto;
}
@media only screen and (min-width: 480px) {
  .tableboxf2 {
    width: 100%;
    margin: 15px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .tableboxf2 {
    width: 95%;
    margin: 20px auto 20px auto;
  }
}
.tableboxf2 table th {
  border: none !important;
  text-align: center;
  color: #462c12;
  padding: 10px 5px;
  font-size: 145%;
  font-weight: bolder;
  line-height: 1.6rem;
  background-color: #fcde80;
}
@media only screen and (min-width: 480px) {
  .tableboxf2 table th {
    font-size: 145%;
    line-height: 1.8rem;
    padding: 2% 0.5%;
  }
}
@media only screen and (min-width: 1100px) {
  .tableboxf2 table th {
    font-size: 180%;
    padding: 5px 5px;
  }
}
.tableboxf2 table tr {
  border: none !important;
}
.tableboxf2 table tr:nth-of-type(odd) {
  background-color: #fff;
}
.tableboxf2 table tr:nth-of-type(even) {
  background-color: #fdeaaf;
}
.tableboxf2 table td {
  border: none !important;
  text-align: center;
  color: #4d2f0e;
  padding: 10px 10px;
  font-size: 120%;
  line-height: 1.2;
}
@media only screen and (min-width: 480px) {
  .tableboxf2 table td {
    font-size: 140%;
    line-height: 1.4;
    padding: 5px 5px;
  }
}
@media only screen and (min-width: 1100px) {
  .tableboxf2 table td {
    font-size: 145%;
  }
}
.tableboxf2 table td:nth-of-type(3) {
  color: #e22f51;
  font-weight: bold;
}

.btn-f2 {
  display: block;
  cursor: pointer;
  margin: 10px auto;
  width: 85%;
}
@media only screen and (min-width: 480px) {
  .btn-f2 {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-f2 {
    width: 60%;
  }
}
.btn-f2 img {
  width: 100%;
}
.btn-f2:hover img {
  transform: scale(0.9);
}

.openclass {
  display: flex;
  justify-content: center;
  margin: 5% auto 2% auto;
}
.openclass .openbox1 {
  width: 40%;
  padding: 4% 5%;
  margin-right: 2%;
  /* clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%); */
  background-color: #8ee5d8;
  color: #2c2c2c;
}
@media only screen and (min-width: 480px) {
  .openclass .openbox1 {
    width: 43%;
    margin-right: 3%;
    /* clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%); */
    padding: 6% 8%;
  }
}
.openclass .openbox1 figure {
  color: #016252;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 768px) {
  .openclass .openbox1 figure {
    font-size: 250%;
  }
}
@media only screen and (min-width: 1024px) {
  .openclass .openbox1 figure {
    font-size: 230%;
  }
}
@media only screen and (min-width: 1600px) {
  .openclass .openbox1 figure {
    font-size: 280%;
  }
}
@media only screen and (min-width: 1900px) {
  .openclass .openbox1 figure {
    font-size: 330%;
  }
}
.openclass .openbox1 figcaption {
  font-size: 130%;
  text-align: left;
  margin: 0 0 0 10%;
  width: 85%;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .openclass .openbox1 figcaption {
    margin: 0 0 0 18%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 1024px) {
  .openclass .openbox1 figcaption {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1600px) {
  .openclass .openbox1 figcaption {
    margin: 0 0 0 18%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 1900px) {
  .openclass .openbox1 figcaption {
    margin: 0 0 0 18%;
    font-size: 220%;
  }
}
.openclass .openbox1 figcaption li {
  list-style-type: decimal;
}
.openclass .openbox2 {
  width: 45%;
  padding: 4% 0 0 5% ;
  /* clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%); */
  background-color: #269b88;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .openclass .openbox2 {
    width: 45%;
    /* clip-path: polygon(13% 0, 100% 0%, 87% 100%, 0% 100%); */
    padding: 6% 8%;
  }
}
.openclass .openbox2 figure {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 768px) {
  .openclass .openbox2 figure {
    font-size: 250%;
  }
}
@media only screen and (min-width: 1024px) {
  .openclass .openbox2 figure {
    font-size: 230%;
  }
}
@media only screen and (min-width: 1600px) {
  .openclass .openbox2 figure {
    font-size: 280%;
  }
}
@media only screen and (min-width: 1900px) {
  .openclass .openbox2 figure {
    font-size: 330%;
  }
}
.openclass .openbox2 figcaption {
  font-size: 130%;
  text-align: left;
  margin: 0 0 0 10%;
  width: 85%;
  line-height: 1.3;
}
@media only screen and (min-width: 414px) {
  .openclass .openbox2 figcaption {   
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .openclass .openbox2 figcaption {
    margin: 0 0 0 18%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 1024px) {
  .openclass .openbox2 figcaption {
    width: 100%;    
    margin: 0 0 0 11%;
    font-size: 160%;
  } 
}
@media only screen and (min-width: 1600px) {
  .openclass .openbox2 figcaption {
    margin: 0 0 0 16%;
    font-size: 180%;
  }
}
@media only screen and (min-width: 1900px) {
  .openclass .openbox2 figcaption {
    margin: 0 0 0 16%;
    font-size: 220%;
  }
}
.openclass .openbox2 figcaption li {
  list-style-type: decimal;
}

.btn-team {
  display: flex;
  justify-content: space-around;
  margin: 3% auto 2% auto;
}

.btn-window01 {
  display: block;
  cursor: pointer;
  color: #006252;
  background-color: #8ee5d8;
  padding: 5px 5px;
  font-weight: bold;
  border-radius: 10px;
  margin: 0 5px 0 0;
  width: calc(100% / 2);
}
@media only screen and (min-width: 480px) {
  .btn-window01 {
    width: 40%;
    padding: 10px 10px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-window01 {
    width: 40%;
    padding: 15px 15px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-window01 {
    width: 35%;
    padding: 4% 6%;
  }
}
.btn-window01:hover {
  background-color: #ee6f22;
  transform: scale(0.9);
}
.btn-window01:hover figure {
  color: #fff;
}
.btn-window01 aside {
  width: 30%;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 480px) {
  .btn-window01 aside {
    width: 20%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-window01 aside {
    width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-window01 aside {
    width: 10%;
  }
}
.btn-window01 aside img {
  width: 100%;
}
.btn-window01 figure {
  color: #325b44;
  font-size: 140%;
}
@media only screen and (min-width: 480px) {
  .btn-window01 figure {
    font-size: 150%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-window01 figure {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-window01 figure {
    font-size: 200%;
  }
}
.btn-window01 figure .mbs {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .btn-window01 figure .mbs {
    display: inline;
  }
}

.btn-window02 {
  display: block;
  cursor: pointer;
  background-color: #269b88;
  padding: 5px 5px;
  font-weight: bold;
  border-radius: 10px;
  margin: 0 5px 0 0;
  width: calc(100% / 2);
}
@media only screen and (min-width: 480px) {
  .btn-window02 {
    width: 40%;
    padding: 10px 10px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-window02 {
    width: 40%;
    padding: 15px 15px;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-window02 {
    width: 35%;
    padding: 4% 6%;
  }
}
.btn-window02:hover {
  background-color: #ee6f22;
  transform: scale(0.9);
}
.btn-window02:hover figure {
  color: #fff;
}
.btn-window02 aside {
  width: 30%;
  margin: 0 5px 0 0;
}
@media only screen and (min-width: 480px) {
  .btn-window02 aside {
    width: 20%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-window02 aside {
    width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-window02 aside {
    width: 10%;
  }
}
.btn-window02 aside img {
  width: 100%;
}
.btn-window02 figure {
  color: #fff;
  font-size: 140%;
}
@media only screen and (min-width: 480px) {
  .btn-window02 figure {
    font-size: 150%;
  }
}
@media only screen and (min-width: 1100px) {
  .btn-window02 figure {
    font-size: 160%;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-window02 figure {
    font-size: 200%;
  }
}
.btn-window02 figure .mbs {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .btn-window02 figure .mbs {
    display: inline;
  }
}

.btnin {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel {
  width: 96%;
  margin: 20px auto 10px auto;
}
@media only screen and (min-width: 480px) {
  .owl-carousel {
    width: 96%;
    margin: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .owl-carousel {
    width: 98%;
  }
}

.itembox {
  background-color: #fff;
  border: #d77e68 2px solid;
  padding: 10px 10px;
  cursor: grab;
}
@media only screen and (min-width: 480px) {
  .itembox {
    border: #d77e68 3px solid;
    padding: 10px 20px 5px 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .itembox {
    border: #d77e68 4px solid;
    padding: 15px 25px 5px 25px;
    margin: 2% 0;
  }
}
.itembox .exper-ttadd {
  display: block;
  align-items: center;
  margin: 10px auto 5% auto;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .itembox .exper-ttadd {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.itembox .exper-title {
  background-color: #f4a386;
  color: #fff;
  font-size: 140%;
  width: 65%;
  margin: 0 auto 2% auto;
  padding: 5px 5px;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .itembox .exper-title {
    margin: 0;
    font-size: 150%;
    width: 20%;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .itembox .exper-title {
    font-size: 160%;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .itembox .exper-title {
    width: 34%;
    font-size: 155%;
    padding: 5px 5px;
    margin: 0 5px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .itembox .exper-title {
    font-size: 200%;
    padding: 5px 10px;
    margin: 0 2% 0 0;
  }
}
@media only screen and (min-width: 1920px) {
  .itembox .exper-title {
    font-size: 240%;
    padding: 5px 10px;
    margin: 0 2% 0 0;
  }
}
.itembox .exper-smalltitle {
  color: #296181;
  font-size: 155%;
  font-weight: bolder;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .itembox .exper-smalltitle {
    text-align: left;
    font-size: 150%;
  }
}
@media only screen and (min-width: 1100px) {
  .itembox .exper-smalltitle {
    text-align: left;
    font-size: 190%;
  }
}
@media only screen and (min-width: 1600px) {
  .itembox .exper-smalltitle {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1920px) {
  .itembox .exper-smalltitle {
    font-size: 240%;
  }
}
.itembox .ex-c {
  background-color: #cc5849;
}
.itembox .exper-info {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
  border-bottom: #cfcfcf 1px solid;
}
@media only screen and (min-width: 480px) {
  .itembox .exper-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.itembox .exper-info figure {
  font-size: 180%;
  color: #296181;
  margin: 0 auto 5px auto;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .itembox .exper-info figure {
    text-align: left;
    font-size: 170%;
  }
}
@media only screen and (min-width: 1100px) {
  .itembox .exper-info figure {
    font-size: 190%;
  }
}
@media only screen and (min-width: 1600px) {
  .itembox .exper-info figure {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1920px) {
  .itembox .exper-info figure {
    font-size: 230%;
  }
}
.itembox .exper-info figcaption {
  width: 99%;
  color: #296181;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 2%;
}
@media only screen and (min-width: 480px) {
  .itembox .exper-info figcaption {
    text-align: left;
    width: 80%;
    font-size: 125%;
  }
}
@media only screen and (min-width: 1100px) {
  .itembox .exper-info figcaption {
    font-size: 145%;
  }
}
@media only screen and (min-width: 1600px) {
  .itembox .exper-info figcaption {
    font-size: 180%;
  }
}
@media only screen and (min-width: 1920px) {
  .itembox .exper-info figcaption {
    font-size: 185%;
  }
}
.itembox .exper-info .mbs2 {
  display: block;
}
@media only screen and (min-width: 480px) {
  .itembox .exper-info .mbs2 {
    display: inline;
  }
}
.itembox .exper-info .original {
  background-color: #296181;
  color: #fff;
  padding: 0 5px;
  font-weight: 500;
}
.itembox .exper-half {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .itembox .exper-half {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}
.itembox .exper-half .addphoto {
  width: 40%;
  margin: 0 auto 2% auto;
}
@media only screen and (min-width: 768px) {
  .itembox .exper-half .addphoto {
    margin: 0 5px 1% 5px;
    width: 38%;
  }
}
@media only screen and (min-width: 1100px) {
  .itembox .exper-half .addphoto {
    width: 28%;
  }
}
.itembox .exper-half .addphoto img {
  width: 100%;
}
.itembox .exper-half .exper-cont-h {
  color: #534f50;
  font-size: 120%;
  line-height: 1.2;
  text-align: left;
  margin: 0 auto 10px auto;
  width: 99%;
}
@media only screen and (min-width: 768px) {
  .itembox .exper-half .exper-cont-h {
    width: 65%;
    font-size: 135%;
  }
}
@media only screen and (min-width: 1100px) {
  .itembox .exper-half .exper-cont-h {
    width: 70%;
    margin: 0 0 3% 0;
    font-size: 140%;
  }
}
@media only screen and (min-width: 1600px) {
  .itembox .exper-half .exper-cont-h {
    margin: 10px auto 10px auto;
    min-height: 185px;
    font-size: 155%;
  }
}
@media only screen and (min-width: 1920px) {
  .itembox .exper-half .exper-cont-h {
    margin: 0 auto 10px auto;
    font-size: 170%;
  }
}
.itembox .exper-cont {
  color: #534f50;
  font-size: 125%;
  line-height: 1.2;
  text-align: left;
  margin: 0 auto 0 auto;
  min-height: 155px;
}
@media only screen and (min-width: 768px) {
  .itembox .exper-cont {
    margin: 0 auto 10px auto;
    min-height: 115px;
    font-size: 140%;
  }
}
@media only screen and (min-width: 1100px) {
  .itembox .exper-cont {
    margin: 0 auto 3% auto;
    min-height: 145px;
    font-size: 145%;
    width: 95%;
  }
}
@media only screen and (min-width: 1600px) {
  .itembox .exper-cont {
    margin: 10px auto 10px auto;
    min-height: 165px;
    font-size: 155%;
  }
}
@media only screen and (min-width: 1920px) {
  .itembox .exper-cont {
    margin: 0 auto 10px auto;
    font-size: 170%;
  }
}
.itembox .exper-deco {
  border-top: #f9a987 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 120%;
  padding: 10px 0;
}
.itembox .exper-deco i {
  margin: 0 5px;
}
.itembox .exper-deco aside {
  display: flex;
  justify-content: flex-start;
}
.itembox .exper-deco .cc01 {
  color: #e22f51;
}
.itembox .exper-deco .cc02 {
  color: #f9a987;
}

.secbox-list {
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: visible;
}

.cont-list {
  margin: 10px auto 30px auto;
  width: 85%;
}
@media only screen and (min-width: 480px) {
  .cont-list {
    width: 85%;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 768px) {
  .cont-list {
    width: 55%;
    margin: 0 auto 5% auto;
  }
}

.ffbd {
  position: absolute;
  display: block;
  z-index: 85;
  width: 128%;
  bottom: 35%;
  left: -8%;
}
@media only screen and (min-width: 480px) {
  .ffbd {
    width: 79%;
    bottom: 27%;
    left: 15%;
  }
}
.ffbd img {
  width: 100%;
}

.ai-light-bg {
  position: absolute;
  width: 80%;
  display: block;
  top: 5%;
  left: 5%;
  z-index: 15;
}
.ai-light-bg img {
  width: 100%;
}

.sl-ps-text {
  position: absolute;
  z-index: 50;
  text-align: center;
  color: #fff;
  font-size: 95%;
  left: 18%;
  bottom: 33%;
}
@media only screen and (min-width: 480px) {
  .sl-ps-text {
    left: 35%;
    bottom: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .sl-ps-text {
    font-size: 120%;
    left: 38%;
    bottom: 25%;
  }
}
@media only screen and (min-width: 1100px) {
  .sl-ps-text {
    font-size: 150%;
    left: 38%;
    bottom: 25%;
  }
}

.board-container {
  position: absolute;
  z-index: 50;
  padding: 8px 2px;
  width: 84%;
  height: 48vh;
  left: 8.5%;
  top: 7%;
}
@media only screen and (min-width: 480px) {
  .board-container {
    width: 47%;
    height: 68vh;
    left: 27%;
    top: 17%;
  }
}
@media only screen and (min-width: 768px) {
  .board-container {
    width: 48%;
    height: 29vh;
    left: 27%;
    top: 16%;
  }
}
@media only screen and (min-width: 1024px) {
  .board-container {
    padding: 10px 12px;
    width: 47%;
    height: 50vh;
    left: 27.2%;
    top: 16%;
  }
}
@media only screen and (min-width: 1100px) {
  .board-container {
    width: 47%;
    height: 78vh;
    left: 27.4%;
    top: 15%;
  }
}
@media only screen and (min-width: 1920px) {
  .board-container {
    width: 46%;
    height: 75vh;
    left: 28%;
    top: 15%;
  }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .board-container {
    width: 82%;
    height: 39vh;
    left: 9%;
    top: 9%;
  }
}
.board-container table {
  border: none !important;
  width: 100%;
}
.board-container table tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.55);
}
.board-container table tr {
  width: 80%;
}
.board-container table td {
  border: none !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px 3px;
  color: #282c2c;
}
@media only screen and (min-width: 480px) {
  .board-container table td {
    font-size: 100%;
    padding: 5px 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .board-container table td {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1100px) {
  .board-container table td {
    padding: 7px 3px;
    font-size: 140%;
  }
}
@media only screen and (min-width: 1600px) {
  .board-container table td {
    padding: 10px 3px;
    font-size: 170%;
  }
}
@media only screen and (min-width: 1920px) {
  .board-container table td {
    font-size: 200%;
  }
}
.board-container table td span {
  color: #ff0000;
  font-weight: 700;
  margin-left: 5px;
}
@media only screen and (min-width: 480px) {
  .board-container table td span {
    margin-left: 10px;
  }
}

.table-mask {
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .table-mask {
    height: 50vh;
  }
}
@media only screen and (min-width: 768px) {
  .table-mask {
    height: 23vh;
  }
}
@media only screen and (min-width: 1024px) {
  .table-mask {
    height: 40vh;
  }
}
@media only screen and (min-width: 1100px) {
  .table-mask {
    height: 65vh;
  }
}
@media only screen and (min-device-width: 390px) and (max-device-width: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .table-mask {
    height: 31vh;
  }
}

.table-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pa {
  color: #cf0f00 !important;
  font-weight: 800;
}

.ttt-color {
  color: #122473 !important;
  font-weight: 800;
  font-size: 100%;
}
@media only screen and (min-width: 1100px) {
  .ttt-color {
    font-size: 130%;
  }
}
@media only screen and (min-width: 1600px) {
  .ttt-color {
    font-size: 180%;
  }
}
@media only screen and (min-width: 1920px) {
  .ttt-color {
    font-size: 220%;
  }
}

.table-ani-moveUpDown {
  animation: moveUpDown-table 80s linear infinite normal;
}

@keyframes moveUpDown-table {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.hotair01 {
  position: absolute;
  z-index: 75;
  width: 13%;
  left: 1%;
  top: 8%;
}
@media only screen and (min-width: 480px) {
  .hotair01 {
    width: 10%;
    left: 16%;
    top: 21%;
  }
}
.hotair01 img {
  width: 100%;
}

.hotair02 {
  position: absolute;
  z-index: 75;
  width: 13%;
  right: 1%;
  top: 8%;
}
@media only screen and (min-width: 480px) {
  .hotair02 {
    width: 10%;
    right: 16%;
    top: 21%;
  }
}
.hotair02 img {
  width: 100%;
}

.moveUpDown-4-ani {
  animation: moveUpDown4 2s infinite alternate;
}

@keyframes moveUpDown4 {
  from {
    top: 15%;
  }
  to {
    top: 20%;
  }
}
.stage {
  position: relative;
  z-index: 5;
  display: none;
}
@media only screen and (min-width: 480px) {
  .stage {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.stage img {
  width: 100%;
}

.stage-mb {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (min-width: 480px) {
  .stage-mb {
    display: none;
  }
}
.stage-mb img {
  width: 100%;
}

.ani_pc {
  position: absolute;
  z-index: 30;
  display: none;
}
@media only screen and (min-width: 480px) {
  .ani_pc {
    display: block;
    width: 73%;
    top: 72px;
    left: 16%;
  }
}
@media only screen and (min-width: 768px) {
  .ani_pc {
    width: 56%;
    top: 60px;
    left: 22%;
  }
}
.ani_pc img {
  width: 100%;
}

.ani_mb {
  position: absolute;
  z-index: 30;
  display: block;
  width: 100%;
  top: 42px;
  left: 0%;
}
@media only screen and (min-width: 480px) {
  .ani_mb {
    display: none;
  }
}
.ani_mb img {
  width: 100%;
}

/*浮出框 */
.area31, .area32 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 20;
}

.btn-close-detailed {
  position: absolute;
  top: -33px;
  right: -15px;
  width: 10%;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  z-index: 21;
}
@media only screen and (min-width: 480px) {
  .btn-close-detailed {
    top: 1px;
    right: -5%;
    width: 4%;
  }
}
.btn-close-detailed:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.windows-pc {
  display: none;
}
@media only screen and (min-width: 480px) {
  .windows-pc {
    display: block;
    position: relative;
    width: 77%;
    background-color: #fff;
    margin: 65px auto 10px auto;
    padding: 20px 0 10px 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .windows-pc {
    width: 85%;
    height: 37vh;
    margin: 100px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .windows-pc {
    width: 60%;
    height: 47vh;
    margin: 80px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .windows-pc {
    height: 70vh;
  }
}
.windows-pc img {
  width: 100%;
}

.windows-mb {
  display: block;
  position: relative;
  z-index: 1;
  width: 87%;
  margin: 70px auto 10px auto;
  background-color: #fff;
  height: 70vh;
  padding: 20px 0 10px 0;
}
@media only screen and (min-width: 480px) {
  .windows-mb {
    display: none;
  }
}
.windows-mb img {
  width: 100%;
}

.winpc {
  margin: 10px auto 0 auto;
  width: 90%;
}
@media only screen and (min-width: 480px) {
  .winpc {
    width: 80%;
  }
}
.winpc img {
  width: 100%;
}

.section-form {
  background-color: #636666;
  padding: 30px 0;
}
@media only screen and (min-width: 1024px) {
  .section-form {
    padding: 40px 0;
  }
}
.section-form img {
  width: 100%;
}
.section-form .outline {
  position: relative;
  width: 92%;
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .section-form .outline {
    width: 95%;
  }
}
@media only screen and (min-width: 1100px) {
  .section-form .outline {
    width: 75%;
  }
}
.section-form .title {
  position: relative;
  width: 80%;
  color: #582a13;
  font-size: 140%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  background: url(../images/section_form_title_bg_m.png) 50% 50% no-repeat;
  background-size: contain;
  padding: 10px 30px;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 414px) {
  .section-form .title {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .section-form .title {
    width: 55%;
    font-size: 190%;
    background: url(../images/section_form_title_bg_p.png) 50% 50% no-repeat;
    background-size: contain;
    padding: 15px 30px;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form .title {
    font-size: 235%;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (min-width: 1600px) {
  .section-form .title {
    width: 44%;
    font-size: 225%;
  }
}
@media only screen and (min-width: 1920px) {
  .section-form .title {
    width: 36.5%;
  }
}
.section-form .title::before {
  content: '';
  position: absolute;
  top: 25%;
  left: -3%;
  width: 11%;
  height: 60%;
  background: url(../images/section_form_title_icon.png) 50% 50% no-repeat;
  background-size: 54%;
  background-color: #582a13;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .section-form .title::before {
    left: -6%;
    width: 13%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form .title::before {
    left: -2%;
    width: 11%;
  }
}
.section-form .title span {
  color: #d61518;
}
.section-form .title dt {
  display: inline;
  position: relative;
}
.section-form .title dd {
  display: inline;
}
@media only screen and (min-width: 480px) {
  .section-form .title dd {
    display: block;
  }
}
.section-form hr {
  display: none;
}
.section-form .red_word {
  color: #fff;
  font-size: 90%;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .section-form .red_word {
    font-size: 110%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-form .red_word {
    font-size: 130%;
  }
}
.section-form .joinForm {
  background-color: #fff;
  margin: 10px auto;
}
.section-form .send a {
  color: #000000;
  font-size: 120%;
  background-color: #ffc028;
}
.section-form .send a:hover {
  color: #6b4a03;
  background-color: #fff;
}
.section-form .joinForm-tip {
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .section-form .joinForm-tip {
    font-size: 120%;
    letter-spacing: 1px;
  }
}
.section-form .joinForm-tip a {
  color: #d61518;
}


.icon-awards{
  width: 20%;
}


.owl-carousel{ width: 100%; margin: 0 auto; }
.owl-carousel .owl-nav button.owl-prev{ top: 40%; left:-6%; }
.owl-carousel .owl-nav button.owl-next{ top: 40%; right:-6%; }
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
	font-size: 5rem; opacity: .8; color: #000;
}
@media only screen and (max-width: 480px) {
  .owl-carousel{ width: 90%; margin: 0 auto; }
  .owl-carousel .owl-nav button.owl-prev{ top: 32%; left:-10%; }
  .owl-carousel .owl-nav button.owl-next{ top: 32%; right:-10%; }
  .owl-carousel .owl-nav button.owl-prev span,
  .owl-carousel .owl-nav button.owl-next span{
    font-size: 5rem; opacity: .8; color: #000;
  }
}