@charset "UTF-8";
/* ------------------------------
 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
------------------------------ */
html {
  background-color: #03126F;
  position: relative;
}

html .changebg01 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background-color: #FFB508;
}

html .changebg01.changed {
  opacity: 0;
}

html .changebg02 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background-image: url(../../images/ac2020/bg_change01.jpg);
}

main {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
  z-index: 3;
  position: relative;
}

main.maineffect01 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.open_effect {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000000;
  background-color: #03126F !important;
}

.open_effect .no01 {
  background-color: #032FAC !important;
}

.open_effect .no0101 {
  width: 100%;
  height: 12.5%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.open_effect .no0102 {
  width: 100%;
  height: 12.5%;
  background-color: #FFF;
  position: absolute;
  top: 12.5%;
  left: 0;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.open_effect .no0103 {
  width: 100%;
  height: 12.5%;
  background-color: #FFF;
  position: absolute;
  top: 25%;
  left: 0;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.open_effect .no0104 {
  width: 100%;
  height: 12.5%;
  background-color: #FFF;
  position: absolute;
  top: 37.5%;
  left: 0;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.open_effect .no0105 {
  width: 100%;
  height: 12.5%;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.open_effect .no0106 {
  width: 100%;
  height: 12.5%;
  background-color: #FFF;
  position: absolute;
  top: 62.5%;
  left: 0;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.open_effect .no0107 {
  width: 100%;
  height: 12.5%;
  background-color: #FFF;
  position: absolute;
  top: 75%;
  left: 0;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.open_effect .no0108 {
  width: 100%;
  height: 12.5%;
  background-color: #FFF;
  position: absolute;
  top: 87.5%;
  left: 0;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

.open_effect .after01 {
  width: 0 !important;
}

.js-section {
  position: relative;
}

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

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

.js-section03 {
  background-image: url(../../images/ac2020/bg_s02.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 150px;
}

.js-section04 {
  background-image: url(../../images/ac2020/bg_s03.jpg);
  background-size: cover;
  background-position: center center;
}

main {
  overflow: hidden;
}

main section {
  position: relative;
}

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

main section .wrapper01 {
  z-index: 10;
}

main section .wrapper01 .wrapper02 {
  z-index: 100;
}

main section .wrapper01 .wrapper02 .wrapper03 {
  z-index: 1000;
}

main section.s00 {
  background-image: url(../../images/ac2020/bg_header01.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

main section.s00 .pr_s00_l {
  width: 165px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.s00 .pr_s00_r {
  width: 165px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

main section.s00 .wrapper01 {
  z-index: 10;
  position: relative;
  height: 100vh;
}

main section.s00 .wrapper01 .bg01 {
  width: 800px;
  height: auto;
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: -210px auto 0;
  z-index: 10;
}

main section.s00 .wrapper01 h1 {
  width: 700px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -210px auto 0;
  z-index: 20;
}

main section.s00 .wrapper01 h1 img {
  width: 100%;
  display: block;
}

main section.s00 .wrapper01 .icon_mouse {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 20px;
  display: block;
  margin: 0 auto;
  z-index: 100;
}

main section.s00 .wrapper01 .icon_mouse img {
  width: 100%;
  display: block;
}

main section.s00 .wrapper01 .video_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

main section.s00 .wrapper01 video {
  position: absolute;
}

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  main section.s00 .wrapper01 video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16 / 9) {
  main section.s00 .wrapper01 video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

main section.s01 {
  position: relative;
  overflow: hidden;
  padding: 300px 0;
}

main section.s01 .idpoints01 {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

main section.s01 .pr_s01_l {
  width: 85%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  z-index: 11;
  display: none;
}

main section.s01 .pr_s01_r {
  width: 75%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  z-index: 11;
  display: none;
}

main section.s01 .wrapper01 {
  width: 760px;
  margin: 0 auto;
}

main section.s01 .wrapper01.changed * {
  color: #fff;
}

main section.s01 .wrapper01.changed .t02 {
  border-color: #fff;
}

main section.s01 .wrapper01 .t02 {
  text-align: center;
  font-size: 46px;
  border-bottom: 3px solid #000;
  letter-spacing: 3px;
  z-index: 10;
  position: relative;
  -webkit-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}

main section.s01 .wrapper01 .en {
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  margin-top: 5px;
  font-weight: bold;
  z-index: 10;
  position: relative;
  -webkit-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}

main section.s01 .wrapper01 .t01 {
  font-size: 24px;
  line-height: 170%;
  margin-top: 35px;
  z-index: 10;
  position: relative;
  -webkit-transform: translateY(1000px);
  -ms-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}

main section.s01 .wrapper01 .t01 + .t02 {
  margin-top: 400px;
}

main section.s02 {
  height: 700px;
  padding-top: 115px;
  position: relative;
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}

main section.s02 .idpoint {
  top: 25%;
}

main section.s02 .wrapper01 .txtbox {
  width: 655px;
  margin: 0 auto;
  padding-right: 70px;
}

main section.s02 .wrapper01 .txtbox .msg02 {
  display: block;
  width: 257px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

main section.s02 .wrapper01 .txtbox .t01 {
  font-size: 31px;
  font-weight: bold;
  color: #ffd72e;
  margin-top: 23px;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

main section.s02 .wrapper01 .txtbox .t02 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 160%;
  opacity: 0;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

main section.s02 .wrapper01 .txtbox .t03 {
  font-size: 26px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 25px;
  line-height: 160%;
  opacity: 0;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

main section.s02 .wrapper01 .txtbox .photo01 {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% + 250px);
  opacity: 0;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

main section.s02 .wrapper01 .txtbox .ef0201,
main section.s02 .wrapper01 .txtbox .ef0202,
main section.s02 .wrapper01 .txtbox .ef0203,
main section.s02 .wrapper01 .txtbox .ef0204 {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1;
}

main section.s03 .pr_s00_l {
  width: 69%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  min-width: 165px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: none;
}

main section.s03 .pr_s00_r {
  width: 69%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  min-width: 165px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: none;
}

main section.s03 .idpoint {
  top: 30%;
}

main section.s03 .wrapper01 {
  padding-top: 180px;
  background-image: url(../../images/ac2020/bg_map.jpg);
  background-size: cover;
}

main section.s03 .wrapper01 h4 {
  width: 890px;
  margin: 0 auto;
  -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;
  opacity: 0;
}

main section.s03 .wrapper01 h4 img {
  width: 100%;
  display: block;
}

main section.s03 .wrapper01 .map {
  padding: 80px 20px 180px;
  width: 100%;
  margin: -90px auto 0;
  z-index: 100;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  background-size: 100% 100%;
}

main section.s03 .wrapper01 .map .mapbox01 {
  max-width: 100%;
  width: 1169px;
  margin: 0 auto;
  position: relative;
}

main section.s03 .wrapper01 .map .mapbox01 .map_base {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li {
  color: #fff;
  font-size: 16px;
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li:hover {
  cursor: pointer;
  color: #ffd72e;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li span {
  display: block;
  font-size: 12px;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li01 {
  width: 110px;
  top: 12%;
  left: 16%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li02 {
  width: 140px;
  top: 13%;
  left: 51%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li03 {
  width: 140px;
  top: 12%;
  left: 80%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li04 {
  width: 140px;
  top: 24%;
  left: 83.5%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li05 {
  width: 140px;
  top: 35%;
  left: 88.5%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li06 {
  width: 140px;
  top: 74%;
  left: 85.5%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li07 {
  width: 140px;
  top: 72%;
  left: 55%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li08 {
  width: 140px;
  top: 74%;
  left: 34%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li09 {
  width: 140px;
  top: 74%;
  left: 4%;
}

main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li10 {
  width: 140px;
  top: 21%;
  left: 2%;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li {
  width: 660px;
  height: 380px;
  background-image: url(../../images/ac2020/map_detail.jpg);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -190px auto 0;
  z-index: 10000;
  padding: 35px 50px 0;
  display: none;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .icon_close_detail {
  width: 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .icon_close_detail:hover {
  opacity: .6;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .txt01 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  letter-spacing: 4px;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox {
  margin-top: 20px;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox .photo_detail {
  width: 260px;
  display: block;
  float: left;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox .txtbox {
  width: calc(100% - 280px);
  float: right;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox .txtbox .txt02 {
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffd72e;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox .txtbox .txt03 {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  letter-spacing: 2px;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .txt04 {
  text-align: right;
  margin-top: 20px;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .txt04 a {
  text-decoration: none;
  color: #ffd72e;
  font-size: 15px;
  letter-spacing: 2px;
}

main section.s03 .wrapper01 .map .mapbox01 .detaillist li .txt04 a img {
  width: 20px;
  vertical-align: top;
  margin: 3px 0 0 5px;
}

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

main section.s04 {
  height: 900px;
  background-image: url(../../images/ac2020/bg_s04.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 180px;
}

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

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 h5 {
  text-align: center;
  font-size: 46px;
  color: #fff;
  letter-spacing: 6px;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

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

main section.s04 .wrapper01 .comlist li {
  width: 194px;
  background-color: #000527;
  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: .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.li02 {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transform: translate(-1000px, 0);
  -ms-transform: translate(-1000px, 0);
  transform: translate(-1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li03 {
  -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.li04 {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  -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: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li07 {
  -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.li08 {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
  -webkit-transform: translate(1000px, 0);
  -ms-transform: translate(1000px, 0);
  transform: translate(1000px, 0);
}

main section.s04 .wrapper01 .comlist li.li09 {
  -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.li10 {
  -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 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.cambox {
  padding: 70px 0;
  background-color: #000a41;
}

main section.cambox a {
  width: 700px;
  height: 110px;
  background-color: #fe6e02;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  line-height: 150%;
  font-weight: bold;
  padding: 16px 0 0 50px;
  background-image: url(../../images/ac2020/icon_arrow_btn.svg);
  background-size: 56px;
  letter-spacing: 2px;
  background-position: center right 50px;
  background-repeat: no-repeat;
}

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: 100%;
  height: 150px;
  text-decoration: none;
  text-align: center;
  font-size: 36px;
  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:hover {
  opacity: .6 !important;
}

main section.s05 .wrapper01 .box01 a.btn01 {
  background-color: #FFD72E;
  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/ac2020/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;
}

main section.s05 .wrapper01 .box02 {
  height: 200px;
  background-image: url(../../images/ac2020/bg_s05.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 55px;
}

main section.s05 .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.s05 .wrapper01 .box03 {
  height: 200px;
  background-image: url(../../images/ac2020/bg_s0503.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 55px;
  margin-top: 0 !important;
}

main section.s05 .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.s05 .wrapper01 .box04 {
  height: 200px;
  background-image: url(../../images/ac2020/bg_s06.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 55px;
  margin-top: 0 !important;
}

main section.s05 .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.s05 .wrapper01 .box02 a:hover {
  opacity: .5;
}

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

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

main section.s05 .wrapper01 .box03 a img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper01 .box04 a:hover {
  opacity: .5;
}

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


/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  .js-section02 {
    height: auto;
  }
  .js-section03 {
    background-image: url(../../images/ac2020/bg_s02.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .js-section04 {
    background-image: url(../../images/ac2020/bg_s03.jpg);
    background-size: cover;
    background-position: center center;
    height: auto;
  }
  .icon_mouse {
    bottom: 20px !important;
    width: 12px !important;
  }
  main {
    overflow: hidden;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
  }
  main section .wrapper01 {
    z-index: 10;
  }
  main section .wrapper01 .wrapper02 {
    z-index: 100;
  }
  main section .wrapper01 .wrapper02 .wrapper03 {
    z-index: 1000;
  }
  main section.s00 {
    height: 600px;
  }
  main section.s00 .pr_s00_l {
    width: 60px;
  }
  main section.s00 .pr_s00_r {
    width: 60px;
  }
  main section.s00 .wrapper01 {
    height: 600px;
  }
  main section.s00 .wrapper01 .bg01 {
    width: 350px;
    height: auto;
    position: absolute;
    top: 100px;
    margin: 0 auto;
  }
  main section.s00 .wrapper01 h1 {
    width: 305px;
    top: 50%;
    margin-top: -70px;
  }
  main section.s00 .wrapper01 .icon_mouse {
    bottom: 20px;
    width: 12px;
  }
  main section.s01 {
    height: auto;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
  }
  main section.s01 .idpoint {
    top: 50% !important;
  }
  main section.s01 .pr_s01_l {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
  }
  main section.s01 .pr_s01_r {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
  }
  main section.s01 .wrapper01 {
    width: 335px;
    margin: 0 auto;
  }
  main section.s01 .wrapper01 .t02 {
    font-size: 24px;
    border-bottom: 2px solid #000;
    letter-spacing: 2px;
    line-height: 140%;
    padding-bottom: 10px;
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
  }
  main section.s01 .wrapper01 .en {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 5px;
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
  }
  main section.s01 .wrapper01 .t01 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 20px;
    z-index: 10;
    position: relative;
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
  }
  main section.s01 .wrapper01 .t01 + .t02 {
    margin-top: 100px;
  }
  main section.s02 {
    height: 800px;
    padding-top: 55px;
  }
  main section.s02 .idpoint {
    top: 25%;
  }
  main section.s02 .wrapper01 .txtbox {
    width: 335px;
    margin: 0 auto;
    padding-right: 0;
  }
  main section.s02 .wrapper01 .txtbox .msg02 {
    width: auto;
    height: 25px;
    -webkit-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
  }
  main section.s02 .wrapper01 .txtbox .t01 {
    font-size: 24px;
    margin-top: 15px;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }
  main section.s02 .wrapper01 .txtbox .t02 {
    font-size: 14px;
    margin-top: 15px;
    -webkit-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
  }
  main section.s02 .wrapper01 .txtbox .t03 {
    font-size: 18px;
    margin-top: 15px;
    -webkit-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    text-align: right;
  }
  main section.s02 .wrapper01 .txtbox .photo01 {
    display: block;
    position: static;
    width: 230px;
    margin: 30px auto;
    -webkit-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }
  main section.s02 .wrapper01 .txtbox .ef0201,
  main section.s02 .wrapper01 .txtbox .ef0202,
  main section.s02 .wrapper01 .txtbox .ef0203,
  main section.s02 .wrapper01 .txtbox .ef0204 {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1;
  }
  main section.s03 {
    height: auto;
    overflow: visible;
  }
  main section.s03 .pr_s00_l {
    width: 80%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    min-width: 45px;
    display: none;
  }
  main section.s03 .pr_s00_r {
    width: 80%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    min-width: 45px;
    display: none;
  }
  main section.s03 .idpoint {
    top: 25%;
  }
  main section.s03 .wrapper01 {
    padding-top: 150px;
  }
  main section.s03 .wrapper01 h4 {
    width: auto;
    margin: 0 auto;
    -webkit-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
  }
  main section.s03 .wrapper01 h4 img {
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  main section.s03 .wrapper01 .map {
    padding: 20px 20px 150px;
    width: 100%;
    margin: -80px auto 0;
    z-index: 100;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    background-size: 100% 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate(0, 400px);
    -ms-transform: translate(0, 400px);
    transform: translate(0, 400px);
  }
  main section.s03 .wrapper01 .map .mapbox01 {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s03 .wrapper01 .map .mapbox01 .map_base {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li {
    width: 70px !important;
    color: #fff;
    font-size: 1vw;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li:hover {
    cursor: pointer;
    color: #ffd72e;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li span {
    display: block;
    font-size: 1vw;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li01 {
    width: 110px;
    top: 10%;
    left: 15%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li02 {
    width: 140px;
    top: 11%;
    left: 50.5%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li03 {
    width: 80px !important;
    top: 11%;
    left: 77%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li04 {
    width: 140px;
    top: 23%;
    left: 83%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li05 {
    width: 140px;
    top: 38%;
    left: 81.5%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li06 {
    width: 140px;
    top: 72%;
    left: 83%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li07 {
    width: 140px;
    top: 72%;
    left: 54%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li08 {
    width: 140px;
    top: 76%;
    left: 32%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li09 {
    width: 140px;
    top: 79%;
    left: 4%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .textmenu li.li10 {
    width: 140px;
    top: 21%;
    left: 1.5%;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li {
    width: 100%;
    height: auto;
    background-image: url(../../images/ac2020/map_detail.jpg);
    background-size: cover;
    position: absolute;
    margin: 0 auto;
    top: -110px;
    right: 0;
    left: 0;
    z-index: 10000000;
    padding: 15px;
    display: none;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .icon_close_detail {
    width: 20px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .icon_close_detail:hover {
    opacity: .6;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .txt01 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    letter-spacing: 4px;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox {
    margin-top: 20px;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox .photo_detail {
    width: 260px;
    float: none;
    margin: 0 auto;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox .txtbox {
    width: 100%;
    float: none;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox .txtbox .txt02 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffd72e;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .detailbox .txtbox .txt03 {
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    letter-spacing: 0px;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .txt04 {
    text-align: right;
    margin-top: 5px;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .txt04 a {
    text-decoration: none;
    color: #ffd72e;
    font-size: 15px;
    letter-spacing: 2px;
  }
  main section.s03 .wrapper01 .map .mapbox01 .detaillist li .txt04 a img {
    width: 15px;
    vertical-align: top;
    margin: 6px 0 0 5px;
  }
  main section.s03 .wrapper01 .map .textmenu_sp {
    margin-top: 30px;
    padding-left: 20px;
  }
  main section.s03 .wrapper01 .map .textmenu_sp li {
    position: relative;
    padding-left: 14px;
  }
  main section.s03 .wrapper01 .map .textmenu_sp li::before {
    content: "・";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s03 .wrapper01 .map .textmenu_sp li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  main section.s03 .wrapper01 .map .textmenu_sp li a span {
    font-weight: normal;
    padding-left: 10px;
  }
  main section.s04 {
    height: auto;
    padding-top: 85px;
  }
  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.cambox {
    padding: 45px 0;
  }
  main section.cambox a {
    width: 335px;
    height: auto;
    border-radius: 6px;
    font-size: 18px;
    padding: 15px 20px;
    background-size: 30px;
    background-position: center right 20px;
  }
  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: 20px;
    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;
  }
  main section.s05 .wrapper01 .box02 {
    height: 95px;
    padding-top: 25px;
  }
  main section.s05 .wrapper01 .box02 a {
    width: 335px;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s05 .wrapper01 .box03 {
    height: 95px;
    padding-top: 25px;
  }
  main section.s05 .wrapper01 .box03 a {
    width: 335px;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
  main section.s05 .wrapper01 .box04 {
    height: 95px;
    padding-top: 25px;
  }
  main section.s05 .wrapper01 .box04 a {
    width: 335px;
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
  }
}
