@charset "UTF-8";

/* colors */
/* 濃い rgb(121,112,157) */
/* format */
/* font-family */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

::-moz-selection {
  background: #79709d;
  color: #000;
}

::selection {
  background: #79709d;
  color: #000;
}

::-moz-selection {
  background: #79709d;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* overflow-x: hidden; */
  position: relative;
}

body {
  /* overflow-x: hidden; */
  position: relative;
  width: 100%;
  min-width: 1300px !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Open Sans", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  line-height: 2;
  letter-spacing: .05em;
  background-color: #fff;
}

.inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.w1300 {
  width: 1300px;
  margin: auto;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.w1000 {
  width: 1000px;
  margin: auto;
}

.w850 {
  width: 850px;
  margin: auto;
}

.in {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  ;
  font-weight: 600;
  line-height: 1.8;
}

table,
ul {
  line-height: 1.8;
}

ul {
  letter-spacing: -.4em;
}

ul li {
  letter-spacing: normal;
}

header,
footer {
  position: relative;
  z-index: 9;
}

header {
  background-color: rgba(255, 255, 255, 0.9);
}

footer {
  background-color: rgba(121, 112, 157, 0.3);
  /* min-width: 1300px; */
}

img,
svg {
  width: auto;
  height: auto;
}

.lazy {
  background-image: url(/apconf/common/img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto;
}

.img-wrap {
  line-height: 0;
  display: inline-block;
}

.font-ja {
  font-family: "Noto Sans JP", sans-serif;
  ;
  font-weight: 600;
}

.font-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

header>.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1350px;
}

header .header-left a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

header .header-left a:not(:first-of-type) {
  margin-left: 10px;
}

header .header-right {
  text-align: right;
}

header .header-right nav#global,
header .header-right #lang,
header .header-right #social {
  display: inline-block;
}

header .header-right nav#global ul li,
header .header-right #lang ul li,
header .header-right #social ul li {
  display: inline-block;
  vertical-align: middle;
}

header .header-right nav#global ul li a,
header .header-right #lang ul li a,
header .header-right #social ul li a {
  position: relative;
  display: block;
  text-align: center;
}

header .header-right nav#global ul li {
  margin: 0 2.5px;
}

header .header-right nav#global ul li a {
  padding: 25px 10px;
}

header .header-right nav#global ul li a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #aa003e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .3s;
  transition: width .3s;
}

header .header-right nav#global ul li a.active:before,
header .header-right nav#global ul li a:hover:before {
  width: 100%;
}

header .header-right #lang {
  margin-left: 10px;
}

header .header-right #lang ul {
  letter-spacing: -.4em;
}

header .header-right #lang ul li {
  letter-spacing: normal;
}

header .header-right #lang ul li a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  background-color: #ccc;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

header .header-right #lang ul li a b {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  letter-spacing: .1em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .header-right #lang ul li.current a {
  pointer-events: none;
  background-color: #aa003e;
}

header .header-right #lang ul li:not(.current):hover a {
  background-color: #bbb;
}

header .header-right #social ul {
  line-height: 0;
}

header .header-right #social ul li {
  width: 35px;
  height: 35px;
  margin: 0 0 0 5px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

header .header-right #social ul li a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .header-right #social ul li a span {
  display: table-cell;
  vertical-align: middle;
}

header .header-right #social ul li a svg {
  position: relative;
  top: 8px;
}

header .header-right #social ul li a img {
  width: 90%;
  position: relative;
  top: 3px;
}

header .header-right #social ul li a:hover {
  text-decoration: none;
}

header .header-right #social ul li:first-of-type {
  background-color: #3C5998;
}

header .header-right #social ul li:first-of-type:hover {
  background-color: #354e86;
}

@media screen and (max-width: 1350px) {

  /* 一定の画面幅以下のみヘッダーの高さを縮小 */
  header>.inner {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  header .header-left {
    flex-shrink: 0;
  }

  header .header-left a:nth-child(1) img {
    /* APUロゴ */
    height: 20px;
  }

  header .header-left a:nth-child(2) img {
    /* AIROロゴ */
    height: 32px;
  }


  header .header-right nav#global ul li a {
    padding-block: 18px;
  }

  header .header-right nav#global {
    flex-shrink: 0;
  }
}

/* @media screen and (max-width: 1200px) {
  header .header-right nav#global ul li a {
    padding-block: 10px;
  }

  header .header-right #lang,
  header .header-right #social {
    position: absolute;
    top: 100%;
  }

  header .header-right #lang {
    right: 50px;
  }

  header .header-right #social {
    right: 10px;
  }
} */


main {
  display: block;
  padding: 0 0 50px;
}

.sec {
  position: relative;
  margin: 0 0 50px;
}

.sec .sec-head,
.sec .sec-body {
  position: relative;
  z-index: 1;
}

.sec .sec-head {
  margin: 0 0 20px;
}

footer>.inner {
  display: table;
  padding: 50px 15px 25px;
}

footer .footer-left,
footer .footer-right {
  display: table-cell;
  vertical-align: bottom;
}

footer .footer-left strong {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 5px;
}

footer .footer-right {
  text-align: right;
}

footer .footer-right a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

footer .footer-right a:not(:first-of-type) {
  margin-left: 10px;
}

#copyright {
  text-align: right;
  padding: 10px 15px;
  font-size: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* btns */
a.btn {
  display: inline-block;
  font-size: 18px;
  padding: 10px 100px;
  margin: 30px 0 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.btn:hover {
  background-color: #aa003e;
}

a.btn.enclose {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

a.btn.enclose:hover {
  border: 1px solid #aa003e;
}

a.btn_file {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 260px;
  padding: 8px 45px 8px 15px;
  color: #fff;
  font-size: 18px;
  background-color: #4d4d4d;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.btn_file svg {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn_file:hover {
  background-color: #aa003e;
}

a.btn_app {
  text-align: center;
  display: block;
  position: relative;
  width: 300px;
  padding: 10px 45px;
  color: #fff;
  font-size: 20px;
  background-color: #aa003e;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1.5;
}

a.btn_app svg {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn_app:hover {
  background-color: #dd0051;
}

a.btn_back {
  display: block;
  text-align: center;
  position: relative;
  width: 260px;
  padding: 12px 15px;
  font-size: 15px;
  margin: 50px auto 0;
  color: #79709d;
  border: 1px solid #79709d;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.btn_back:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  border: 6px solid transparent;
  border-right: 8px solid #79709d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.btn_back:hover {
  color: #fff;
  background-color: #79709d;
}

a.btn_back:hover:before {
  border-right: 8px solid #fff;
}

a.btn_long {
  min-width: 520px;
}

/* ↓2020/11/11 追記↓ */
p.closed {
  display: inline-block;
  font-size: 18px;
  padding: 10px 100px;
  margin: 30px 0 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

/* ↓2023/10/27 追記↓ */
.closed {
  background-color: rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: all .3s;
  pointer-events: none;
}

/* 2024/11/18 追記 QRコード*/
.sec .sec-body .inner .qr-wrap {
  display: flex;
  align-items: center;
}

.sec .sec-body .inner .qr-wrap img.audience_qr {
  width: 120px;
  height: auto;
}

.sec .sec-body .inner .qr-wrap p {
  margin-left: 1em;
}

.sec .sec-body .inner .btn-txt-wrap {
  display: flex;
  align-items: center;
}

.sec .sec-body .inner .btn-txt-wrap.stretch {
  align-items: stretch;
}

.sec .sec-body .btns-wrap {
  margin: 10px -1.5% 30px;
}

.sec .sec-body .btns-wrap a {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}


/* -------------------- lower */
#main-view {
  position: relative;
  overflow: hidden;
}

#main-view:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#main-img {
  line-height: 0;
}

#main-img img {
  width: 100%;
  min-width: 1200px !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

#main-title {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 2;
  margin-top: 30px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#main-title h1 {
  font-size: 32px;
}

#main-view.on #main-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#main-view.on #main-title {
  top: 50%;
  opacity: 1;
}

#main-wrap {
  position: relative;
}

#main-wrap a.u-line {
  text-decoration: underline;
  color: #0060B6;
}

#breadcrumb {
  margin: 0 auto 50px;
}

#breadcrumb .inner {
  padding: 10px 15px;
}

#breadcrumb .inner ol {
  overflow: hidden;
}

#breadcrumb .inner ol li {
  float: left;
  font-size: 13px;
  margin: 0px 10px 0px 0px;
}

#breadcrumb .inner ol li a {
  background: transparent url(/apconf/common/img/arrow_breadcrumb.png) no-repeat scroll right 5px;
  padding: 0px 14px 0px 0px;
}

#breadcrumb .inner ol li a:hover {
  text-decoration: underline;
}

#breadcrumb .inner ol li.categorize {
  background: transparent url(/apconf/common/img/arrow_breadcrumb.png) no-repeat scroll right 8px;
  padding: 0px 14px 0px 0px;
}

nav.pager {
  text-align: center;
  margin: 0 0 50px;
}

nav.pager .WCMpaged a {
  display: inline-block;
  line-height: 13px;
  padding: 12px 14px;
  margin: 0 8px;
  border: 1px solid #9d9d9d;
  -webkit-transition: all .3s;
  transition: all .3s;
}

nav.pager .WCMpaged a.current,
nav.pager .WCMpaged a.WCMselected {
  pointer-events: none;
  color: #fff;
  background-color: #9d9d9d;
}

nav.pager .WCMpaged a:hover {
  color: #fff;
  background-color: #9d9d9d;
}

a.permalink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}

#no_data_detail {
  text-align: center;
}

#no_data_detail a {
  color: #0060B6;
  text-decoration: underline;
}

#no_data_detail a:hover {
  text-decoration: none;
}

/* key - section title */
.sec-title {
  color: #79709d;
  font-size: 26px;
}

.sec-title span {
  opacity: 0;
  -webkit-transition: opacity 1s .6s;
  transition: opacity 1s .6s;
}

.sec-title span b.red {
  color: #aa003e;
  font-size: 16px;
}

.sec-title:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 20px;
  background-color: #79709d;
  margin-right: 15px;
  -webkit-transition: width 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

.sec-title.on span {
  opacity: 1;
}

.sec-title.on:before {
  width: 120px;
}

/* key - fade */
.key-fade {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.key-fade.on {
  opacity: 1;
}

/* key - slide */
.key-slide {
  position: relative;
  left: 100px;
  opacity: 0;
  -webkit-transition: left 1s, opacity 1s;
  transition: left 1s, opacity 1s;
}

.key-slide.on {
  left: 0;
  opacity: 1;
}

/* key - rotate */
.key-rotate {
  opacity: 0;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.key-rotate.on {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.display-flex {
  display: flex !important;
}

.display-flex.flex-center {
  justify-content: center;
  align-items: center;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

/* 20241120追記 aタグ装飾有 */
.sec .sec-body .inner a.a-nomal {
  text-decoration: underline;
  color: #0060B6;
}
