@charset "utf-8";
/* CSS Document */

body {
  width: 100%;
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Noto Sans Japanese";
  letter-spacing: 1px;
}

a {
  letter-spacing: 1px;
  outline: none !important;
}

a:hover {
  opacity: .8;
  text-decoration: none;
  outline: none !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: -.4em;
  /* 文字間を詰めて隙間をなくす */
}

ul li {
  letter-spacing: normal;
  /* 文字間を詰めて隙間をなくす */
}

div,
ul,
li,
p {
  box-sizing: border-box;
}

div,
p,
li a {
  line-height: 1.4;
  letter-spacing: 1px;
}

p {
  margin: 0;
}

.warp {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.pc_none {
  display: none;
}



/* header */
header {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 90px;
  padding: 0;
  background: #ffffff;
}

header .box01 {
  width: 960px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}

header .box01 .logo {
  display: table;
  margin: 0 auto 0;
  padding-top: 22px;
}

header .box01 ul {
  float: right;
  width: 150px;
  padding-top: 30px;
}

header .box01 ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

header .box01 ul li a {
  height: 30px;
}

header .box01 ul li:nth-child(1) {
  background: url(../img/top/ico01.png) no-repeat center center;
}

header .box01 ul li:nth-child(2) {
  background: url(../img/top/ico02.png) no-repeat center center;
}

header .box01 ul li:nth-child(3) {
  background: url(../img/top/ico03.png) no-repeat center center;
}


/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 980px) {}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, .9);
}

.pan {
  box-shadow: 0 1px 3px #c1c1c1;
  background: #ffffff;
}

.pan .warp {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.pan ul {
  width: 980px;
  margin: 0 auto;
}

.pan ul li {
  display: inline-block;
  padding-left: 10px;
  font-weight: 300;
  font-size: 13px;
  line-height: 36px;
}

.pan ul li a {
  display: inline-block;
  padding-right: 10px;
}

.pan ul li a:hover {
  color: #8980c3;
}

.pan h1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 13px;
  line-height: 36px;
  text-align: right;
}

footer {
  width: 1040px;
  margin: 0 auto;
  padding-top: 60px;
  background: #ffffff;
  text-align: center;
}

footer p.copy {
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 12px;
  line-height: 46px;
}

footer p.btm {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 46px;
}

footer p.btm a {
  display: inline-block;
  color: #111111;
}

#page-top {
  margin: 0 auto 40px;
}

#page-top a {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #ffffff;
  text-decoration: none;
}

#page-top a img {
  vertical-align: bottom;
}


/* top----------------------------------- */
body {
  background: url(../img/top/top_bg.png) repeat-y top center;
  background-size: cover;
  /* background: url("/HKG_WEEK2022_PC_open.jpg") 50% 0 no-repeat; */
  /* background: url("/HKG_WEEK2022_PC.jpg") 50% 0 no-repeat; */
  /* background: url("/atari_sp.jpg") 50% 0 no-repeat; */
  /* height: 5000px; */
}

.bg_box {
  width: 1040px;
  margin: 0 auto;
  background: #ffffff;
}

#top h2.def {
  margin-bottom: 40px;
  color: #ca1518;
  font-weight: bold;
  font-size: 24px;
  font-family: "Mplus 1p";
  text-align: center;
}

.cont01 {
  position: relative;
  margin: 0 auto;
}

.cont01 .wa {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

.cont01 .po01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-left: -105px;
}

.cont01 .po02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-right: -105px;
}

.cont02 {
  padding: 50px 0;
}

.cont02 .in_box {
  width: 906px;
  margin: 0 auto;
  padding-top: 45px;
  background: url(../img/top/cont02bg.png) repeat;
  text-align: center;
}

.cont02 .in_box h3 {
  margin-bottom: 20px;
}

.cont02 .in_box h4 {
  margin-bottom: 30px;
  color: #004098;
  font-weight: 600;
  font-size: 25px;
}

.cont02 .in_box p {
  margin-bottom: 30px;
  padding: 0 150px;
  color: #242424;
  font-size: 14px;
  line-height: 25px;
}

.cont07 ul {
  text-align: center;
}

.cont07 li {
  display: inline-block;
  width: 210px;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  vertical-align: top;
}

.cont07 li:nth-child(2) {
  width: 230px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #eeeeee;
}



.slick-list {
  padding: 0 200px !important;
}

.cont01 {
  height: 455px;
  overflow: hidden;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.swiper-slide img {
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
}


.sub .bg_box .warp {
  width: 906px;
  margin: 0 auto;
  padding: 60px 0;
}

.sub h2.def {
  margin-bottom: 40px;
  color: #c71518;
  font-weight: bold;
  font-size: 30px;
  font-family: "Mplus 1p";
  text-align: center;
}

.sub .cont01 {
  height: 455px;
  margin-bottom: 0;
}


/*イベント
----------------------------------------------------------- */
#eve .bg_box .warp {
  padding-bottom: 0;
}

#eve .top {
  margin-bottom: 60px;
}

#eve .top p {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

#eve .top p.ei {
  margin-top: 30px;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
}

#eve .list {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #595757;
}

#eve .last {
  margin-bottom: 0;
  border-bottom: 4px double #595757;
}

#eve .list .left {
  float: left;
}

#eve .list .right {
  float: right;
}

#eve .list .box01,
#eve .list .box02 {
  overflow: hidden;
}

#eve .list .box01 .left {
  width: 500px;
  margin: 30px 0;
}

#eve .list .box01 .right {
  width: 556px;
  margin: 30px 0;
}

#eve .list .box02 .left {
  width: 440px;
}

#eve .list .box02 .right {
  width: 453px;
}

#eve .list p.text02 {
  font-size: 36px;
}

#eve .list p.text02 span {
  margin-left: 10px;
  font-size: 24px;
}

#eve .list p {
  margin-bottom: 10px;
}

#eve .list p.text03 {
  font-size: 14px;
}

#eve .list p.text04 {
  margin-bottom: 20px;
  font-size: 18px;
}

#eve .list p.text05 {
  margin-bottom: 20px;
  font-size: 15px;
}

#eve .list p.text06 {
  margin-bottom: 20px;
  font-size: 11px;
}

p.rest_text {
  margin-bottom: 20px;
  font-size: 11px;
}

#eve .list .box01 .right p {
  margin-bottom: 0;
  font-size: 20px;
}

#eve .list .box01 .right p.ei {
  font-size: 15px;
}

#eve .list .box02 .right a {
  font-size: 10px;
  line-height: 20px;
  text-align: right;
}

#eve .list p.btm {
  float: none;
  clear: both;
  padding-top: 10px;
  text-align: right;
}

#eve .list .left a {
  margin-top: 10px;
  color: #d4007f;
  font-size: 18px;
}

#eve .list p.btm a {
  color: #d4007f;
  font-size: 15px;
}


.about_hkw {
  display: block;
  width: 100%;
}

.about_hkw a {
  width: 250px;
  margin: auto;
  padding: 15px 0;
  border-radius: 5px;
  background: #004098;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}

.about_hidden {
  padding: 20px 0;
}

.cancel {
  display: block;
  width: 100%;
  cursor: pointer;
  cursor: hand;
}

.cancel a img {
  width: 30px;
}


/* 追加
----------------------------------------------------------- */
* {
  letter-spacing: normal !important;
}

.eventend {
  width: 92%;
  padding: 5px 10px;
  background: #000000;
  background: #c71518;
  color: #ffffff;
}

header {
  height: 110px;
}

header .box01 .logo {
  height: auto;
  padding-top: 18px;
  text-align: center;
}

.cont02 {
  padding-bottom: 46px;
}

.cont02 .in_box {
  background-size: contain;
}

.cont02 .in_box h3 {
  margin-bottom: 25px;
}

.cont02 .in_box h4 {
  margin-bottom: 0;
  color: #c71518;
}

.cont02 .in_box h5 {
  margin-bottom: 22px;
  color: #c71518;
  font-size: 20px;
}

.about_hkw {
  padding-bottom: 49px;
}

.about_hkw a {
  width: 210px;
  padding: 6px 0 4px 0;
}

.about_hidden {
  padding-bottom: 40px;
}

.sub .bg_box .warp {
  padding-top: 0;
}

.sub h2.def {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 28px;
  font-family: "Noto Sans Japanese";
}

#eve .list {
  position: relative;
  margin-bottom: 33px;
  border-bottom: 1px solid #999999;
}

#eve .list:last-child::after {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999999;
  content: "";
}

#eve .list .box02 .left {
  width: 906px;
}

#eve .list p.text02 {
  font-size: 18px;
}

#eve .list p.text02 span {
  margin-left: 0;
  font-size: 18px;
}

#eve .list .box01 .left {
  margin: 20px 0 31px 0;
}

#eve .list p {
  margin-bottom: 4px;
}

#eve .list p.text03 {
  margin-bottom: 10px;
}

#eve .list p.text03mt {
  margin-top: 36px;
}

#eve .list p.text04 {
  margin-bottom: 36px;
}

#eve .list p.text05 {
  font-size: 16px;
  line-height: 1.5;
}

#eve .list p.text05mb {
  margin-bottom: -3px;
}

.enquiries__link {
  width: 250px;
  margin: auto;
  margin-bottom: 39px;
  padding: 4.3px 0;
  border-radius: 5px;
  background: #004098;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.cont07 p {
  margin-bottom: 24px;
  font-size: 16px;
}

.ft_logo {
  display: table;
  margin:0 auto 24px;
}

sup.p1 {
  font-size: 10px;
  vertical-align: super;
}

sup.p2 {
  font-size: 18px;
  vertical-align: super;
}

footer {
  padding: 0;
}

footer p.copy a {
  letter-spacing: 1px !important;
}
