/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 0.5px;
}

.font01 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1160px;
}

.svg {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header {
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header .logo02 {
  width: 256px;
  display: block;
  position: fixed;
  top: 25px;
  left: 70px;
  display: none;
}

header .logo02 img {
  width: 100%;
  display: block;
}

header .menubox {
  text-align: right;
  position: fixed;
  top: 40px;
  right: 65px;
  z-index: 10000;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

header .menubox a {
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}

header .menubox a img {
  width: 100%;
  display: block;
}

header .menubox a.sns03 {
  padding-top: 2px;
}

header .menubox .icon_ham {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

header .menubox .icon_ham:hover {
  opacity: .6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

header.fixed_header {
  background-color: #0b1530;
}

header.fixed_header .menubox {
  top: 25px;
}

header .spmenu {
  background-color: #0b1530;
  position: fixed;
  z-index: 100000;
  top: 90px;
  right: 0;
  padding: 30px 0;
  width: 300px;
  display: none;
}

header .spmenu ul {
  text-align: center;
}

header .spmenu ul li {
  display: block;
  padding: 10px 0;
}

header .spmenu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
}

main .bc {
  width: 1050px;
  margin: 0 auto;
  padding: 18px 0;
  z-index: 1000;
}

main .bc * {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding-right: 3px;
}

footer {
  height: 250px;
  background-color: #0b1530;
  padding-top: 75px;
  position: relative;
  z-index: 3;
}

footer .ef1001 {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

footer .wrapper {
  width: 980px;
  margin: 0 auto;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

footer .wrapper .logo {
  width: 175px;
  display: block;
  float: left;
  padding-top: 3px;
}

footer .wrapper .logo img {
  width: 100%;
  display: block;
}

footer .wrapper .menu {
  width: 355px;
  float: right;
}

footer .wrapper .menu li {
  width: 120px;
  float: left;
  margin-bottom: 17px;
}

footer .wrapper .menu li:nth-child(even) {
  width: 235px;
}

footer .wrapper .menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  letter-spacing: 2px;
}

footer .wrapper .menu li a img {
  height: 10px;
  vertical-align: top;
  margin: 3px 8px 0 0;
}

footer .wrapper .txtbox {
  width: 450px;
  float: left;
  padding-left: 25px;
  color: #FFF;
}

footer .wrapper .txtbox .t01 {
  font-size: 16px;
}

footer .wrapper .txtbox .t02 {
  font-size: 15px;
  line-height: 170%;
  margin-top: 7px;
}

footer .pagetop {
  width: 60px;
  display: block;
  position: absolute;
  top: 95px;
  right: 80px;
}

footer .pagetop img {
  width: 100%;
  display: block;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  header {
    height: 50px;
  }
  header .logo02 {
    width: 150px;
    top: 13px;
    left: 20px;
    z-index: 10000;
  }
  header .menubox {
    top: 20px;
    right: 20px;
  }
  header .menubox a {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
  }
  header .menubox a img {
    width: 100%;
    display: block;
  }
  header .menubox a.sns03 {
    padding-top: 2px;
  }
  header .menubox .icon_ham {
    width: 30px;
    margin-left: 10px;
  }
  header.fixed_header {
    background-color: #0b1530;
  }
  header.fixed_header .menubox {
    top: 15px;
  }
  header .spmenu {
    background-color: #0b1530;
    position: fixed;
    z-index: 100000;
    top: 50px;
    right: 0;
    padding: 20px 0;
    width: 200px;
  }
  header .spmenu ul {
    text-align: center;
  }
  header .spmenu ul li {
    display: block;
    padding: 5px 0;
  }
  header .spmenu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  main .bc {
    display: none;
  }
  footer {
    height: 400px;
    padding-top: 55px;
  }
  footer .wrapper {
    width: 335px;
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
  footer .wrapper .logo {
    width: 115px;
    float: none;
    margin: 0 auto;
  }
  footer .wrapper .menu {
    width: 335px;
    float: none;
    margin: 25px auto 0;
    padding-left: 30px;
  }
  footer .wrapper .menu li {
    width: 50% !important;
    margin-bottom: 7px;
  }
  footer .wrapper .menu li:nth-child(even) {
    width: 215px;
  }
  footer .wrapper .menu li a {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
  }
  footer .wrapper .menu li a img {
    height: 10px;
    margin: 3px 5px 0 0;
  }
  footer .wrapper .txtbox {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  footer .wrapper .txtbox .t01 {
    font-size: 14px;
  }
  footer .wrapper .txtbox .t02 {
    font-size: 11px;
    line-height: 170%;
    margin-top: 7px;
  }
  footer .pagetop {
    width: 40px;
    top: auto;
    bottom: 30px;
    right: 20px;
  }
}

/* ------------------------------
 width: all
------------------------------ */
.js-section {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

.js-section .icon_mouse {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  width: 20px;
  display: block;
  margin: 0 auto;
  z-index: 100;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

.js-section .icon_mouse.mouse_fade {
  opacity: 0;
}

.js-section .icon_mouse img {
  width: 100%;
  display: block;
}

header.fixed_header {
  background-color: #0b2327 !important;
}

header .spmenu {
  background-color: #0b2327 !important;
}

main {
  overflow: hidden;
}

main section .video-wrap {
  position: relative;
}

main section .video-wrap .video-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  cursor: pointer;
}

main section.s00 .wrapper .mainttl {
  height: 170px;
  background-image: url(../../images/ag2020/bg_mainttl.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
}

main section.s00 .wrapper .mainttl .box01 {
  width: 1045px;
  margin: 0 auto;
  padding-right: 140px;
}

main section.s00 .wrapper .mainttl .box01 .logo {
  width: 145px;
  display: block;
  float: left;
  margin-top: 42px;
}

main section.s00 .wrapper .mainttl .box01 .logo img {
  width: 100%;
  display: block;
}

main section.s00 .wrapper .mainttl .box01 .txtbox01 {
  width: 760px;
  float: right;
  text-align: center;
}

main section.s00 .wrapper .mainttl .box01 .txtbox01 h2 {
  width: 600px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 8px;
  margin-top: 30px;
}

main section.s00 .wrapper .mainttl .box01 .txtbox01 h2.adjusth2 {
  letter-spacing: 2px;
  font-size: 30px;
}

main section.s00 .wrapper .mainttl .box01 .txtbox01 .t01 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-top: 8px;
  letter-spacing: 1px;
}

main section.s00 .wrapper .mainttl .tri01 {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s00 .wrapper .mainttl .tri02 {
  width: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
}

main section.s00 .wrapper .mainphoto {
  width: 100%;
  display: block;
}

main section.s01 {
  position: relative;
  padding-bottom: 50px;
}

main section.s01 .wrapper .bc {
  width: 1045px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main section.s01 .wrapper .bc a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding-right: 2px;
}

main section.s01 .wrapper .bc span {
  font-size: 13px;
  color: #fff;
  padding: 0 2px;
}

main section.s01 .wrapper .detail {
  width: 1145px;
  margin: 0 auto;
}

main section.s01 .wrapper .detail li {
  position: relative;
}

main section.s01 .wrapper .detail li .txtbox {
  width: 320px;
  position: absolute;
  top: 50%;
  right: calc(50% + 220px);
  z-index: 110;
  margin-top: -200px;
}

main section.s01 .wrapper .detail li .txtbox .inview_point {
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 100px;
  left: 0;
}

main section.s01 .wrapper .detail li .txtbox .t03 {
  color: #ffd72e;
  font-size: 24px;
  font-weight: bold;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

main section.s01 .wrapper .detail li .txtbox .t03.ef0101 {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

main section.s01 .wrapper .detail li .txtbox .t02 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 170%;
  color: #fff;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  text-align: justify;
  text-justify: inter-ideograph;
}

main section.s01 .wrapper .detail li .txtbox .t02.ef0102 {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

main section.s01 .wrapper .detail li .txtbox a {
  color: #fff;
}

main section.s01 .wrapper .detail li .photobox {
  width: 751px;
  overflow: hidden;
  opacity: 0;
  display: block;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  opacity: 0;
  float: right;
  margin-right: 20px;
  position: relative;
}

main section.s01 .wrapper .detail li .photobox.ef0103 {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

main section.s01 .wrapper .detail li .photobox.ef0103::before {
  -webkit-transform: translate(-800px, 0) !important;
  -ms-transform: translate(-800px, 0) !important;
  transform: translate(-800px, 0) !important;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

main section.s01 .wrapper .detail li .photobox.ef0103::after {
  -webkit-transform: translate(800px, 0) !important;
  -ms-transform: translate(800px, 0) !important;
  transform: translate(800px, 0) !important;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

main section.s01 .wrapper .detail li .photobox.ef0104::before {
  display: none !important;
  opacity: 0 !important;
}

main section.s01 .wrapper .detail li .photobox.ef0104::after {
  display: none !important;
  opacity: 0 !important;
}

main section.s01 .wrapper .detail li .photobox img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .detail li .photobox::before {
  content: "";
  display: block;
  width: calc(50% + 210px);
  position: absolute;
  top: -200px;
  left: -200px;
  bottom: -200px;
  background-color: #001509;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

main section.s01 .wrapper .detail li .photobox::after {
  content: "";
  display: block;
  width: calc(50% + 210px);
  position: absolute;
  top: -200px;
  right: -200px;
  bottom: -200px;
  background-color: #001509;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

main section.s06 {
  background-color: #ffd72e;
  padding: 100px 0;
}

main section.s06 .wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

main section.s06 .wrapper .idpoint {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 30%;
  left: 0;
}

main section.s06 .wrapper .ef0201 {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

main section.s06 .wrapper .ul01 .left {
  width: 450px;
  float: left;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

main section.s06 .wrapper .ul01 .left img {
  width: 100%;
  display: block;
}

main section.s06 .wrapper .ul01 .right {
  width: 420px;
  float: right;
}

main section.s06 .wrapper .ul01 .right .t01 {
  background-color: #072327;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

main section.s06 .wrapper .ul01 .right .pointbox {
  position: relative;
  border-top: 6px solid #072327;
  border-bottom: 6px solid #072327;
  background-color: #fff;
  padding: 35px 30px 20px;
  margin-top: 40px;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

main section.s06 .wrapper .ul01 .right .pointbox .point {
  width: 90px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
}

main section.s06 .wrapper .ul01 .right .pointbox p {
  position: relative;
  font-size: 26px;
  line-height: 130%;
  padding-left: 47px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

main section.s06 .wrapper .ul01 .right .pointbox p img {
  width: 37px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

main section.s06 .wrapper .ul02 {
  margin-top: 35px;
}

main section.s06 .wrapper .ul02 .left {
  width: 450px;
  float: left;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}

main section.s06 .wrapper .ul02 .left .t01 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

main section.s06 .wrapper .ul02 .left .t01 img {
  width: 18px;
  vertical-align: top;
  margin: 9px 7px 0 0;
}

main section.s06 .wrapper .ul02 .left .t02 {
  font-size: 16px;
  line-height: 170%;
  margin-top: 11px;
  text-align: justify;
  text-justify: inter-ideograph;
}

main section.s06 .wrapper .ul02 .right {
  width: 420px;
  float: right;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
  opacity: 0;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s06 .wrapper .ul02 .right .t01 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

main section.s06 .wrapper .ul02 .right .t01 img {
  width: 18px;
  vertical-align: top;
  margin: 9px 7px 0 0;
}

main section.s06 .wrapper .ul02 .right .t02 {
  font-size: 16px;
  line-height: 170%;
  margin-top: 11px;
  text-align: justify;
  text-justify: inter-ideograph;
}

main section.s03 .wrapper {
  width: 900px;
  margin: 0 auto;
  position: relative;
}

main section.s03 .wrapper .idpoint {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 30%;
  left: 0;
}

main section.s03 .wrapper .ef0301 {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

main section.s03 .wrapper .photo {
  width: 280px;
  display: block;
  float: left;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

main section.s03 .wrapper dl {
  width: 590px;
  float: right;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

main section.s03 .wrapper dl dt {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}

main section.s03 .wrapper dl dt a {
  text-decoration: none;
  font-size: 35px;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
}

main section.s03 .wrapper dl dt a img {
  width: 27px;
  vertical-align: top;
  margin: 11px 0 0 28px;
}

main section.s03 .wrapper dl dd {
  margin-top: 12px;
}

main section.s03 .wrapper dl dd .left {
  width: calc(50% - 20px);
  float: left;
}

main section.s03 .wrapper dl dd .left p {
  font-size: 15px;
  color: #fff;
  line-height: 170%;
}

main section.s03 .wrapper dl dd .right {
  width: calc(50% - 20px);
  float: right;
}

main section.s03 .wrapper dl dd .right p {
  font-size: 15px;
  color: #fff;
  line-height: 170%;
  text-align: justify;
  text-justify: inter-ideograph;
}

main section.s03 .wrapper .btn_online {
  width: 100%;
  float: left;
  margin-top: 45px;
  -webkit-transform: translate(0, 300px);
  -ms-transform: translate(0, 300px);
  transform: translate(0, 300px);
  opacity: 0;
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

main section.s03 .wrapper .btn_online a {
  width: 100%;
  display: block;
  height: 85px;
  text-decoration: none;
  border: 3px solid #ffd72e;
  color: #ffd72e;
  text-align: center;
  line-height: 79px;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 4px;
  pointer-events: none;
}

main section.s03 .wrapper .btn_online a img {
  width: 21px;
  vertical-align: top;
  margin: 30px 0 0 12px;
}

main section.s03 .wrapper .btn_online a:hover {
  background-color: #ffd72e;
  color: #0B1530;
  opacity: 1;
}

main section.s04 {
  padding-top: 40px;
}

main section.s04 .idpoint {
  top: 40%;
}

main section.s04 .wrapper01 .ef0401 {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

main section.s04 .wrapper01 .ef0402 {
  opacity: 1 !important;
}

main section.s04 .wrapper01 .ef0501,
main section.s04 .wrapper01 .ef0502 {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

main section.s04 .wrapper01 h5 {
  text-align: center;
  font-size: 46px;
  color: #fff;
  letter-spacing: 6px;
  opacity: 0;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

main section.s04 .wrapper01 .comlist {
  width: 1050px;
  margin: 45px auto 0;
}

main section.s04 .wrapper01 .comlist li {
  width: 194px;
  background-color: #00180C;
  float: left;
  margin: 0 20px 30px 0;
  opacity: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

main section.s04 .wrapper01 .comlist li:nth-child(5n) {
  margin-right: 0;
}

main section.s04 .wrapper01 .comlist li.li01 {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li02 {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li03 {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li04 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li05 {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li06 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li07 {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li08 {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li09 {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li10 {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s04 .wrapper01 .comlist li a {
  display: block;
  text-decoration: none;
  padding-bottom: 15px;
}

main section.s04 .wrapper01 .comlist li a .t01 {
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  line-height: 140%;
  padding: 0 5px 7px;
  letter-spacing: 0;
}

main section.s04 .wrapper01 .comlist li a .t02 {
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  margin-top: 4px;
}

main section.s04 .wrapper01 .comlist li a .more {
  text-align: center;
  color: #ffd72e;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 3px;
  padding-right: 25px;
  position: relative;
  width: 115px;
  margin: 15px auto 0;
}

main section.s04 .wrapper01 .comlist li a .more img {
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

main section.s04 .wrapper01 .comlist li a .more img.arrow01 {
  opacity: 1;
}

main section.s04 .wrapper01 .comlist li a:hover {
  opacity: 1;
  background-color: #ffd72e;
}

main section.s04 .wrapper01 .comlist li a:hover .t01 {
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s04 .wrapper01 .comlist li a:hover .t02 {
  color: #000;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s04 .wrapper01 .comlist li a:hover .more {
  color: #fe6e02;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s04 .wrapper01 .comlist li a:hover .more img.arrow01 {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s04 .wrapper01 .comlist li a:hover .more img.arrow02 {
  opacity: 1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s04 .wrapper01 .box02 {
  background-image: url(../../images/ag2020/bg_s05.jpg);
  background-size: cover;
  background-position: center center;
  padding: 55px 0;
  margin-top: 80px;
}

main section.s04 .wrapper01 .box02 a {
  width: 665px;
  display: block;
  margin: 0 auto;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

main section.s04 .wrapper01 .box03 {
  background-image: url(../../images/ag2020/bg_s0503.jpg);
  background-size: cover;
  background-position: center center;
  padding: 55px 0;
  margin-top: 0 !important;
}

main section.s04 .wrapper01 .box03 a {
  width: 665px;
  display: block;
  margin: 0 auto;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

main section.s04 .wrapper01 .box04 {
  background-image: url(../../images/ag2020/bg_s06.jpg);
  background-size: cover;
  background-position: center center;
  padding: 55px 0;
  margin-top: 0 !important;
}

main section.s04 .wrapper01 .box04 a {
  width: 665px;
  display: block;
  margin: 0 auto;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

main section.s04 .wrapper01 .box02 a:hover {
  opacity: .5;
}

main section.s04 .wrapper01 .box02 a img {
  width: 100%;
  display: block;
}

main section.s04 .wrapper01 .box03 a:hover {
  opacity: .5;
}

main section.s04 .wrapper01 .box03 a img {
  width: 100%;
  display: block;
}

main section.s04 .wrapper01 .box04 a:hover {
  opacity: .5;
}

main section.s04 .wrapper01 .box04 a img {
  width: 100%;
  display: block;
}

main section.s05 {
  position: absolute;
  right: 0;
  bottom: 200px;
  left: 0;
}

main section.s05 .wrapper01 .ef0501,
main section.s05 .wrapper01 .ef0502 {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

main section.s05 .wrapper01 .box01 {
  height: 150px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  position: relative;
  background-color: #051142;
}

main section.s05 .wrapper01 .box01 a {
  width: 53%;
  height: 150px;
  text-decoration: none;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: block;
  letter-spacing: 8px;
  line-height: 32px;
  padding-top: 58px;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background-size: 100% 100%;
}

main section.s05 .wrapper01 .box01 a.btn01 {
  background-image: url(../../images/ag2020/bg_btn01.png);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}

main section.s05 .wrapper01 .box01 a.btn01 img {
  width: 21px;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 7px;
}

main section.s05 .wrapper01 .box01 a.btn02 {
  background-image: url(../../images/ag2020/bg_btn02.png);
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s05 .wrapper01 .box01 a.btn02 img {
  width: 20px;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 7px;
}

.js-section {
  background-size: cover;
  background-position: center center;
  background-color: #061055;
  padding-top: 90px;
}

.js-section.js-section01 {
  background-image: url(../../images/ag2020/bg_detail01.jpg);
  background-size: cover;
  background-position: top 0 center;
  padding-top: 0;
}

.js-section.js-section02 {
  background-image: url(../../images/ag2020/bg_detail01.jpg);
  background-size: cover;
  background-position: top 0 center;
  padding-top: 30px;
}

.js-section.js-section03 {
  background-image: url(../../images/ag2020/bg_detail01.jpg);
  background-size: cover;
  background-position: top 0 center;
  padding-top: 30px;
}

.js-section.js-section04 {
  background-color: #ffd72e;
  position: relative;
  padding: 100px 0;
}

.js-section.js-section04 .tri01 {
  width: 186px;
  position: absolute;
  top: 0px;
  left: 0;
}

.js-section.js-section04 .tri02 {
  width: 146px;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js-section.js-section05 {
  position: relative;
  padding: 120px 0 470px;
  background-size: cover;
  background-position: center center;
  background-image: url(../../images/ag2020/bg_cominfo.jpg);
}

.js-section.js-section05 .icon_mouse {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  width: 20px;
  display: block;
  margin: 0 auto;
  z-index: 100;
}

.js-section.js-section05 .icon_mouse img {
  width: 100%;
  display: block;
}

.js-section.js-section06 {
  position: relative;
  padding-bottom: 250px;
  background-image: url(../../images/ag2020/bg_s04.jpg);
  background-size: cover;
  background-position: center center;
}

.js-section.js-section06 footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

footer {
  background-color: #0b2327 !important;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  .js-section .icon_mouse {
    bottom: 20px;
    width: 10px;
  }
  main section.s00 .wrapper .mainttl {
    height: auto;
    background-image: url(../../images/ag2020/bg_mainttl.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
    padding: 15px 20px;
  }
  main section.s00 .wrapper .mainttl .box01 {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }
  main section.s00 .wrapper .mainttl .box01 .logo {
    width: 60px;
    display: block;
    float: none;
    margin-top: 0px;
    z-index: 120000;
    position: relative;
  }
  main section.s00 .wrapper .mainttl .box01 .txtbox01 {
    width: 100%;
    float: none;
    text-align: center;
  }
  main section.s00 .wrapper .mainttl .box01 .txtbox01 h2 {
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 8px;
    margin-top: 0px;
  }
  main section.s00 .wrapper .mainttl .box01 .txtbox01 h2.adjusth2 {
    letter-spacing: 2px;
    font-size: 18px;
  }
  main section.s00 .wrapper .mainttl .box01 .txtbox01 .t01 {
    font-size: 10px;
    margin-top: 5px;
    letter-spacing: 1px;
  }
  main section.s00 .wrapper .mainttl .tri01 {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s00 .wrapper .mainttl .tri02 {
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  main section.s00 .wrapper .mainphoto {
    width: 100%;
    display: block;
  }
  main section.s01 {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  main section.s01 .wrapper .bc {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .wrapper .bc a {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    padding-right: 2px;
  }
  main section.s01 .wrapper .bc span {
    font-size: 10px;
    color: #fff;
    padding: 0 2px;
  }
  main section.s01 .wrapper .detail {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .detail li {
    min-height: 0;
    height: auto;
    position: relative;
    padding: 25px 0 40px;
  }
  main section.s01 .wrapper .detail li .txtbox {
    width: 100%;
    padding: 0 20px;
    position: static !important;
    margin: 5px auto 0;
  }
  main section.s01 .wrapper .detail li .txtbox .inview_point {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 200px;
    left: 0;
  }
  main section.s01 .wrapper .detail li .txtbox .t03 {
    color: #ffd72e;
    font-size: 18px;
    font-weight: bold;
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }
  main section.s01 .wrapper .detail li .txtbox .t03.ef0101 {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  main section.s01 .wrapper .detail li .txtbox .t02 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 170%;
    color: #fff;
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  main section.s01 .wrapper .detail li .txtbox .t02.ef0102 {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  main section.s01 .wrapper .detail li .photobox {
    position: static !important;
    width: calc(100% - 60px);
    max-width: 500px;
    margin: 0 auto;
    float: none;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }
  main section.s01 .wrapper .detail li .photobox::before {
    width: calc(50% + 250px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  main section.s01 .wrapper .detail li .photobox::after {
    width: calc(50% + 250px);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  main section.s01 .wrapper .detail li .photobox.ef0103::before {
    -webkit-transform: translate(-500px, 0) !important;
    -ms-transform: translate(-500px, 0) !important;
    transform: translate(-500px, 0) !important;
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
  }
  main section.s01 .wrapper .detail li .photobox.ef0103::after {
    -webkit-transform: translate(500px, 0) !important;
    -ms-transform: translate(500px, 0) !important;
    transform: translate(500px, 0) !important;
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
  }
  main section.s06 {
    position: relative;
    padding-bottom: 50px;
  }
  main section.s06 .tri01 {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s06 .tri02 {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  main section.s06 .wrapper {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
  }
  main section.s06 .wrapper .idpoint {
    width: 1px;
    height: calc(100% - 100px);
    position: absolute;
    top: 50px;
    left: 0;
  }
  main section.s06 .wrapper .ef0201 {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
  main section.s06 .wrapper .ul01 .left {
    width: 100%;
    float: none;
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  main section.s06 .wrapper .ul01 .left img {
    width: 100%;
    display: block;
  }
  main section.s06 .wrapper .ul01 .right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  main section.s06 .wrapper .ul01 .right .t01 {
    background-color: #0b1530;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  main section.s06 .wrapper .ul01 .right .pointbox {
    position: relative;
    border-top: 3px solid #0b1530;
    border-bottom: 3px solid #0b1530;
    background-color: #fff;
    padding: 25px 20px 14px;
    margin-top: 40px;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }
  main section.s06 .wrapper .ul01 .right .pointbox .point {
    width: 70px;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
  }
  main section.s06 .wrapper .ul01 .right .pointbox p {
    position: relative;
    font-size: 18px;
    line-height: 130%;
    padding-left: 31px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  main section.s06 .wrapper .ul01 .right .pointbox p img {
    width: 25px;
    top: 2px;
    left: 0;
  }
  main section.s06 .wrapper .ul02 {
    margin-top: 25px;
  }
  main section.s06 .wrapper .ul02 .left {
    width: 100%;
    float: none;
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
  main section.s06 .wrapper .ul02 .left .t01 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
  }
  main section.s06 .wrapper .ul02 .left .t01 img {
    width: 10px;
    vertical-align: top;
    margin: 9px 7px 0 0;
  }
  main section.s06 .wrapper .ul02 .left .t02 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 7px;
  }
  main section.s06 .wrapper .ul02 .right {
    width: 100%;
    float: none;
    margin-top: 20px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    opacity: 0;
    -webkit-transform: translate(1000px, 0);
    -ms-transform: translate(1000px, 0);
    transform: translate(1000px, 0);
  }
  main section.s06 .wrapper .ul02 .right .t01 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
  }
  main section.s06 .wrapper .ul02 .right .t01 img {
    width: 10px;
    vertical-align: top;
    margin: 9px 7px 0 0;
  }
  main section.s06 .wrapper .ul02 .right .t02 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 7px;
  }
  main section.s03 {
    padding: 50px 20px 120px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s03 .wrapper .idpoint {
    width: 1px;
    height: calc(100% - 100px);
    position: absolute;
    top: 50px;
    left: 0;
  }
  main section.s03 .wrapper .ef0301 {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
  main section.s03 .wrapper .photo {
    width: 280px;
    float: none;
    margin: 0 auto;
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
  }
  main section.s03 .wrapper dl {
    width: 100%;
    float: none;
    max-width: 400px;
    margin: 25px auto 0;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
  main section.s03 .wrapper dl dt {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    text-align: center;
  }
  main section.s03 .wrapper dl dt a {
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
  }
  main section.s03 .wrapper dl dt a img {
    width: 18px;
    margin: 6px 0 0 15px;
  }
  main section.s03 .wrapper dl dd {
    margin-top: 12px;
  }
  main section.s03 .wrapper dl dd .left {
    width: 100%;
  }
  main section.s03 .wrapper dl dd .left p {
    font-size: 13px;
    color: #fff;
    line-height: 170%;
  }
  main section.s03 .wrapper dl dd .right {
    width: 100%;
  }
  main section.s03 .wrapper dl dd .right p {
    font-size: 13px;
    color: #fff;
    line-height: 170%;
  }
  main section.s03 .wrapper .btn_online {
    float: none;
    margin-top: 25px;
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }
  main section.s03 .wrapper .btn_online a {
    width: 100%;
    display: block;
    height: 55px;
    border: 2px solid #ffd72e;
    line-height: 51px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  main section.s03 .wrapper .btn_online a img {
    width: 15px;
    vertical-align: top;
    margin: 19px 0 0 12px;
  }
  main section.s03 .wrapper .btn_online a:hover {
    background-color: #ffd72e;
    color: #0B1530;
    opacity: 1;
  }
  main section.s04 {
    height: auto;
    padding-top: 25px;
  }
  main section.s04 .wrapper01 h5 {
    font-size: 30px;
    letter-spacing: 4px;
  }
  main section.s04 .wrapper01 .comlist {
    width: 335px;
    margin: 15px auto 0;
  }
  main section.s04 .wrapper01 .comlist li {
    width: calc(50% - 5px);
    margin: 0 0 15px !important;
  }
  main section.s04 .wrapper01 .comlist li:nth-child(even) {
    float: right;
  }
  main section.s04 .wrapper01 .comlist li.li01 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li02 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li03 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li04 {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li05 {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li06 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li07 {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li08 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li09 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li.li10 {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .comlist li a {
    display: block;
    text-decoration: none;
    padding-bottom: 15px;
  }
  main section.s04 .wrapper01 .comlist li a img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper01 .comlist li a .t01 {
    font-size: 11px;
    line-height: 140%;
    padding: 0 5px 7px;
  }
  main section.s04 .wrapper01 .comlist li a .t02 {
    font-size: 14px;
  }
  main section.s04 .wrapper01 .comlist li a .more {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 3px;
    padding-right: 15px;
    position: relative;
    width: 110px;
    margin: 15px auto 0;
  }
  main section.s04 .wrapper01 .comlist li a .more img {
    width: 16px;
  }
  main section.s04 .wrapper01 .comlist li a:hover {
    opacity: 1;
    background-color: #ffd72e;
  }
  main section.s04 .wrapper01 .comlist li a:hover .t01 {
    color: #000;
    border-bottom: 1px solid #000;
  }
  main section.s04 .wrapper01 .comlist li a:hover .t02 {
    color: #000;
  }
  main section.s04 .wrapper01 .comlist li a:hover .more {
    color: #fe6e02;
  }
  main section.s04 .wrapper01 .comlist li a:hover .more img.arrow01 {
    opacity: 0;
  }
  main section.s04 .wrapper01 .comlist li a:hover .more img.arrow02 {
    opacity: 1;
  }
  main section.s04 .wrapper01 .box02 {
    margin-top: 40px;
    height: 95px;
    padding-top: 25px;
  }
  main section.s04 .wrapper01 .box02 a {
    width: 335px;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .box03 {
    margin-top: 40px;
    height: 95px;
    padding-top: 25px;
  }
  main section.s04 .wrapper01 .box03 a {
    width: 335px;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s04 .wrapper01 .box04 {
    margin-top: 40px;
    height: 95px;
    padding-top: 25px;
  }
  main section.s04 .wrapper01 .box04 a {
    width: 335px;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s05 {
    bottom: 100px;
  }
  main section.s05 .wrapper01 .box01 {
    height: 70px;
    background-color: #ffd72e;
  }
  main section.s05 .wrapper01 .box01:hover {
    background-color: #fe6e02;
  }
  main section.s05 .wrapper01 .box01 a {
    height: 70px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    padding-top: 23px;
  }
  main section.s05 .wrapper01 .box01 a img {
    width: 15px !important;
    margin-left: 6px;
    margin-top: 5px !important;
  }
  .js-section {
    background-size: cover;
    background-position: center center;
    background-color: #061055;
    padding-top: 50px;
  }
  .js-section.js-section01 {
    background-image: url(../../images/ag2020/bg_detail01.jpg);
    background-size: cover;
    background-position: top 0 center;
    padding-top: 0;
    padding-bottom: 0px;
  }
  .js-section.js-section01 .s01 {
    padding-top: 0 !important;
  }
  .js-section.js-section01 .s01 {
    height: auto;
    padding-bottom: 50px;
  }
  .js-section.js-section02 {
    padding-top: 0px;
  }
  .js-section.js-section03 {
    padding-top: 0px;
  }
  .js-section.js-section04 {
    background-color: #ffd72e;
    position: relative;
    padding: 0 0;
    overflow: visible;
  }
  .js-section.js-section04 .s06 {
    padding-bottom: 80px;
  }
  .js-section.js-section04 .tri01 {
    width: 50px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .js-section.js-section04 .tri02 {
    width: 50px;
    position: absolute;
    right: 0;
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .js-section.js-section05 {
    position: relative;
    padding: 40px 0 100px;
    background-size: cover;
    background-position: center center;
    background-image: url(../../images/ag2020/bg_cominfo.jpg);
  }
  .js-section.js-section05 .icon_mouse {
    bottom: 40px;
    width: 10px;
  }
  .js-section.js-section06 {
    position: relative;
    padding-bottom: 0px;
    background-image: url(../../images/ag2020/bg_s04.jpg);
    background-size: cover;
    background-position: center center;
  }
  .js-section.js-section06 .s04 {
    padding-bottom: 0px;
  }
  .js-section.js-section06 footer {
    position: static;
  }
}
