@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  background-color: #fff;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  color: #0b2861;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1020px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../img/bk_loop_01.png);
  background-size: 1920px 301px;
  background-position: 50% 0;
  overflow-x: hidden;
}
#container a {
  text-decoration: none;
}
#container img {
  vertical-align: bottom;
}
#container .sp_only {
  display: none;
}

#jumbotron .inner {
  position: relative;
  width: 100%;
  background-image: url(../img/jumbotron_bk.png);
  background-size: cover;
  background-position: 50% 50%;
  aspect-ratio: 1920/1300;
}
#jumbotron .inner h1 {
  position: relative;
  display: block;
  width: 49%;
  top: 44%;
  margin: 0 auto;
  background-image: url(../img/jumbotron_logo.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  aspect-ratio: 942/375;
  font-size: 0;
}
#jumbotron .inner a {
  display: block;
  position: absolute;
  width: 11%;
  top: 25px;
  left: 30px;
  background-image: url(../img/jumbotron_august.png);
  aspect-ratio: 213/90;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#jumbotron .inner a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#jumbotron .banners {
  position: relative;
  width: 100%;
  background-image: url(../img/pickup_bk_loop.png);
  background-size: 1920px 104px;
  background-position: 50% 0;
}
#jumbotron .banners::before {
  display: block;
  position: absolute;
  width: 1920px;
  height: 40px;
  top: -40px;
  left: 0;
  background-image: url(../img/pickup_bk_top.png);
  background-size: 1920px 40px;
  background-position: 50% 0;
  content: "";
}
#jumbotron .banners::after {
  display: block;
  position: absolute;
  width: 1920px;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(39, 37, 87, 0.15);
          box-shadow: 0px 0px 10px 1px rgba(39, 37, 87, 0.15);
  content: "";
}
#jumbotron .banners ul {
  position: relative;
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  top: -14px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
#jumbotron .banners ul li a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#jumbotron .banners ul li a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#jumbotron .banners ul li.item_01 a {
  width: 500px;
  height: 192px;
  background-image: url(../img/pickup_banner_01.png);
}
#jumbotron .banners ul li.item_02 a {
  width: 330px;
  height: 174px;
  background-image: url(../img/pickup_banner_02.png);
}
#jumbotron .banners ul li.item_03 a {
  width: 330px;
  height: 171px;
  background-image: url(../img/pickup_banner_03.png);
}

#introduction header.header {
  display: none;
}
#introduction .inner {
  width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
#introduction .inner .character {
  position: relative;
  width: 178px;
  height: 191px;
  left: -5px;
  border-bottom: 1px solid #ececf7;
  background-image: url(../img/intro_character.png);
  background-size: 174px 191px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#introduction .inner p {
  position: relative;
  width: 1022px;
  height: 160px;
  background-image: url(../img/intro_fukidashi.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#introduction .inner p::after {
  position: absolute;
  width: 1000px;
  height: 160px;
  top: 3px;
  right: 0;
  background-image: url(../img/intro_text.png);
  background-size: 738px 105px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

.section_box {
  width: 1200px;
  margin: 20px auto 0;
  padding-top: 20px;
  padding-bottom: 30px;
}
.section_box header.header {
  padding-bottom: 50px;
}
.section_box header.header h2 {
  position: relative;
  width: 1214px;
  left: -7px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#live header.header h2 {
  height: 215px;
  background-image: url(../img/live_h2.png);
}
#live .inner .text_01 {
  display: block;
  width: 819px;
  height: 66px;
  margin: 0 auto;
  background-image: url(../img/live_text_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#live .inner .text_02 {
  display: block;
  width: 876px;
  height: 71px;
  margin: 15px auto 0;
  background-image: url(../img/live_text_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#live .inner .movie {
  width: 688px;
  height: 388px;
  margin: 30px auto 0;
  border-radius: 40px;
  background-image: url(../img/live_img_01.png);
  display: block;
  position: relative;
  border: 6px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(39, 37, 87, 0.1);
          box-shadow: 0px 0px 9px 1px rgba(39, 37, 87, 0.1);
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#live .inner .movie:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#live .inner .movie span {
  display: block;
  position: absolute;
  height: 40px;
  left: 50%;
  bottom: -20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 5px 1px rgba(39, 37, 87, 0.1);
          box-shadow: 0px 5px 5px 1px rgba(39, 37, 87, 0.1);
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#live .inner .movie span {
  width: 300px;
  margin-left: -150px;
  background-image: url(../img/live_img_01_label.png);
  background-size: 191px 17px;
}
#live .inner .shutsuen {
  position: relative;
  width: 100%;
  height: 370px;
  margin: 70px 0 0;
  border-top: 1px solid #ececf7;
  border-bottom: 1px solid #ececf7;
  background-color: #fff;
}
#live .inner .shutsuen h3 {
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -32px;
  width: 65px;
  height: 57px;
  background-image: url(../img/live_h3.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#live .inner .shutsuen ul {
  width: 1090px;
  height: 340px;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#live .inner .shutsuen ul li {
  width: 250px;
}
#live .inner .shutsuen ul li .character {
  position: relative;
  width: 270px;
  height: 250px;
  background-size: contain;
  background-position: 50% 100%;
  left: -10px;
}
#live .inner .shutsuen ul li .character::after {
  display: block;
  position: absolute;
  width: 250px;
  height: 1px;
  bottom: 0;
  left: 10px;
  background-color: #ececf7;
  content: "";
}
#live .inner .shutsuen ul li .name {
  margin: 16px auto 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#live .inner .shutsuen ul li.item_01 .character {
  background-image: url(../img/live_shutsuen_01_img.png);
}
#live .inner .shutsuen ul li.item_01 .name {
  width: 80px;
  height: 41px;
  background-image: url(../img/live_shutsuen_01_name.png);
}
#live .inner .shutsuen ul li.item_02 .character {
  background-image: url(../img/live_shutsuen_02_img.png);
}
#live .inner .shutsuen ul li.item_02 .name {
  width: 63px;
  height: 41px;
  background-image: url(../img/live_shutsuen_02_name.png);
}
#live .inner .shutsuen ul li.item_03 .character {
  background-image: url(../img/live_shutsuen_03_img.png);
}
#live .inner .shutsuen ul li.item_03 .name {
  width: 79px;
  height: 41px;
  background-image: url(../img/live_shutsuen_03_name.png);
}
#live .inner .shutsuen ul li.item_04 .character {
  background-image: url(../img/live_shutsuen_04_img.png);
}
#live .inner .shutsuen ul li.item_04 .name {
  width: 101px;
  height: 41px;
  background-image: url(../img/live_shutsuen_04_name.png);
}
#live .inner .btns ul {
  margin: 50px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#live .inner .btns .item {
  margin: 0 5px;
}
#live .inner .btns .item a {
  display: block;
  border-radius: 30px;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#live .inner .btns .item a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#live .inner .btns .item.item_01 a {
  width: 308px;
  height: 60px;
  background-image: url(../img/live_btn_01.png);
}
#live .inner .btns .item.item_02 a {
  width: 328px;
  height: 60px;
  background-image: url(../img/live_btn_02.png);
}

#event header.header h2 {
  height: 215px;
  background-image: url(../img/event_h2.png);
}
#event .event_section_box {
  width: 1160px;
  height: 360px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ececf7;
  border-radius: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#event .event_section_box .img {
  position: relative;
  width: 500px;
  height: 360px;
  border-radius: 20px;
  background-color: #f0f0f0;
  background-size: cover;
}
#event .event_section_box.cat_event .label {
  position: absolute;
  display: block;
  width: 150px;
  height: 65px;
  background-image: url(../img/event_label_01_bk.png);
  background-size: cover;
  background-position: 0 0;
  font-size: 0;
}
#event .event_section_box.cat_event .label::after {
  display: block;
  position: absolute;
  width: 150px;
  height: 65px;
  top: 0;
  left: 0;
  background-image: url(../img/event_label_01.png);
  background-size: 100px 22px;
  background-position: 12px 10px;
  background-repeat: no-repeat;
  content: "";
}
#event .event_section_box.cat_game .label {
  position: absolute;
  display: block;
  width: 137px;
  height: 65px;
  background-image: url(../img/event_label_02_bk.png);
  background-size: cover;
  background-position: 0 0;
  font-size: 0;
}
#event .event_section_box.cat_game .label::after {
  display: block;
  position: absolute;
  width: 137px;
  height: 65px;
  top: 0;
  left: 0;
  background-image: url(../img/event_label_02.png);
  background-size: 86px 24px;
  background-position: 12px 10px;
  background-repeat: no-repeat;
  content: "";
}
#event .event_section_box.cat_other .label {
  position: absolute;
  display: block;
  width: 151px;
  height: 65px;
  background-image: url(../img/event_label_03_bk.png);
  background-size: cover;
  background-position: 0 0;
  font-size: 0;
}
#event .event_section_box.cat_other .label::after {
  display: block;
  position: absolute;
  width: 151px;
  height: 65px;
  top: 0;
  left: 0;
  background-image: url(../img/event_label_03.png);
  background-size: 104px 24px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  content: "";
}
#event .event_section_box .text {
  position: relative;
  width: 610px;
  height: 300px;
  padding-top: 30px;
}
#event .event_section_box .text h3 {
  position: relative;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#event .event_section_box .text .date {
  margin-top: 13px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#event .event_section_box .text p {
  margin-top: 20px;
  color: #3e3c52;
  font-size: 16px;
  line-height: 30px;
}
#event .event_section_box .text a {
  position: absolute;
  width: 300px;
  height: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -160px;
  display: block;
  border-radius: 30px;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#event .event_section_box .text a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#event #event_01 .img {
  background-image: url(../img/event_01_img.png);
}
#event #event_01 .text h3 {
  left: 1px;
  width: 322px;
  height: 28px;
  background-image: url(../img/event_01_title.png);
}
#event #event_01 .text .date {
  width: 241px;
  height: 24px;
  background-image: url(../img/event_01_date.png);
}
#event #event_01 .text .caution {
  margin-top: 10px;
  font-size: 14px;
  line-height: 140%;
  color: #64627a;
}
#event #event_01 .text .caution::before {
  display: inline-block;
  padding-right: 1px;
  color: #f192cb;
  content: "※";
}
#event #event_02 .img {
  background-image: url(../img/event_02_img.png);
}
#event #event_02 .text h3 {
  width: 257px;
  height: 29px;
  left: 1px;
  background-image: url(../img/event_02_title.png);
}
#event #event_02 .text .date {
  width: 283px;
  height: 24px;
  background-image: url(../img/event_02_date.png);
}
#event #event_02 .text a {
  background-image: url(../img/event_btn_01.png);
}
#event #event_05 .img {
  background-image: url(../img/event_05_img.png);
}
#event #event_05 .text h3 {
  width: 417px;
  height: 29px;
  left: 1px;
  background-image: url(../img/event_05_title.png);
}
#event #event_05 .text .date {
  width: 283px;
  height: 24px;
  background-image: url(../img/event_02_date.png);
}
#event #event_05 .text a {
  background-image: url(../img/event_btn_01.png);
}
#event #event_03 .img {
  background-image: url(../img/event_03_img.png);
}
#event #event_03 .text h3 {
  width: 428px;
  height: 28px;
  left: 4px;
  background-image: url(../img/event_03_title.png);
}
#event #event_03 .text a {
  background-image: url(../img/event_btn_02.png);
}
#event #event_04 .img {
  background-image: url(../img/event_04_img.png);
}
#event #event_04 .text h3 {
  width: 255px;
  height: 28px;
  left: 4px;
  background-image: url(../img/event_04_title.png);
}
#event #event_04 .text a {
  background-image: url(../img/event_btn_03.png);
}

#gallery header.header h2 {
  height: 211px;
  background-image: url(../img/gallery_h2.png);
}
#gallery .inner h3 {
  display: block;
  position: relative;
  width: 100%;
  height: 46px;
  margin-bottom: 25px;
  background-position: 26px 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#gallery .inner h3.h3_01 {
  background-image: url(../img/gallery_h3_01.png);
  background-size: 438px 42px;
}
#gallery .inner h3.h3_02 {
  background-image: url(../img/gallery_h3_02.png);
  background-size: 531px 42px;
}
#gallery .inner h3.h3_03 {
  background-image: url(../img/gallery_h3_03.png);
  background-size: 429px 42px;
}
#gallery .inner h3::before {
  display: block;
  position: absolute;
  width: 10px;
  height: 46px;
  top: -2px;
  left: 0;
  border-radius: 5px;
  background-color: #b3e2fa;
  content: "";
}
#gallery .inner .gallery_list {
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#gallery .inner .gallery_list li {
  width: 578px;
  height: 313px;
  border-radius: 40px;
  margin-bottom: 45px;
  display: block;
  position: relative;
  border: 6px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(39, 37, 87, 0.1);
          box-shadow: 0px 0px 9px 1px rgba(39, 37, 87, 0.1);
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#gallery .inner .gallery_list li:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#gallery .inner .gallery_list li span {
  display: block;
  position: absolute;
  height: 40px;
  left: 50%;
  bottom: -20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 5px 1px rgba(39, 37, 87, 0.1);
          box-shadow: 0px 5px 5px 1px rgba(39, 37, 87, 0.1);
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#gallery .inner .gallery_list li span {
  width: 280px;
  margin-left: -140px;
}
#gallery .inner .gallery_list li::after {
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  right: 0;
  bottom: 0;
  border-radius: 0 0 30px 0;
  background-image: url(../img/gallery_img_zoom.png);
  background-size: cover;
  content: "";
}
#gallery .inner .gallery_list li.gallery_01 {
  background-image: url(../img/gallery_img_01.png);
}
#gallery .inner .gallery_list li.gallery_01 span {
  background-image: url(../img/gallery_label_01.png);
  background-size: 102px 16px;
}
#gallery .inner .gallery_list li.gallery_02 {
  background-image: url(../img/gallery_img_02.png);
}
#gallery .inner .gallery_list li.gallery_02 span {
  background-image: url(../img/gallery_label_02.png);
  background-size: 71px 16px;
}
#gallery .inner .gallery_list li.gallery_03 {
  background-image: url(../img/gallery_img_03.png);
}
#gallery .inner .gallery_list li.gallery_03 span {
  background-image: url(../img/gallery_label_03.png);
  background-size: 52px 17px;
}
#gallery .inner .gallery_list li.gallery_04 {
  margin-bottom: 30px;
  background-image: url(../img/gallery_img_04.png);
}
#gallery .inner .gallery_list li.gallery_05 {
  width: 273px;
  height: 273px;
  margin-bottom: 20px;
  background-image: url(../img/gallery_img_05.png);
}
#gallery .inner .gallery_list li.gallery_06 {
  width: 273px;
  height: 273px;
  margin-bottom: 20px;
  background-image: url(../img/gallery_img_06.png);
}
#gallery .inner .gallery_list li.gallery_07 {
  width: 273px;
  height: 273px;
  margin-bottom: 20px;
  background-image: url(../img/gallery_img_07.png);
}
#gallery .inner .gallery_list li.gallery_08 {
  width: 273px;
  height: 273px;
  margin-bottom: 20px;
  background-image: url(../img/gallery_img_08.png);
}
#gallery .inner .gallery_list li.gallery_09 {
  background-image: url(../img/gallery_img_09.png);
}
#gallery .inner .gallery_list li.gallery_09 span {
  background-image: url(../img/gallery_label_09.png);
  background-size: 137px 18px;
}
#gallery .inner .gallery_list li.gallery_10 {
  background-image: url(../img/gallery_img_10.png);
}
#gallery .inner .gallery_list li.gallery_10 span {
  background-image: url(../img/gallery_label_10.png);
  background-size: 208px 18px;
}

#footer {
  position: relative;
  margin-top: 100px;
  background-image: url(../img/bk_loop_02.png);
  background-size: 1920px 536px;
  background-position: 50% 0;
}
#footer::before {
  display: block;
  position: absolute;
  width: 1920px;
  height: 6px;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(39, 37, 87, 0.15);
          box-shadow: 0px 0px 10px 1px rgba(39, 37, 87, 0.15);
  content: "";
}
#footer .inner {
  position: relative;
  width: 1200px;
  min-height: 290px;
  margin: 0 auto;
  z-index: 5;
}
#footer .inner .logo {
  position: absolute;
  width: 293px;
  height: 204px;
  top: -70px;
  left: 0;
  background-image: url(../img/footer_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#footer .inner .btns {
  width: 100%;
  padding-top: 60px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#footer .inner .btns li {
  padding-left: 12px;
}
#footer .inner .btns li a {
  width: 300px;
  height: 60px;
  background-image: url(../img/footer_btn_01.png);
  display: block;
  border-radius: 30px;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#footer .inner .btns li a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#footer .inner .btns li.item_02 a {
  background-image: url(../img/footer_btn_02.png);
}
#footer .inner .copyright {
  width: 227px;
  height: 13px;
  margin: 60px auto 0;
  background-image: url(../img/footer_copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#page_top {
  position: fixed;
  width: 160px;
  height: 108px;
  bottom: 0;
  right: 30px;
  z-index: 10;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
  -webkit-transform: translateY(108px);
  transform: translateY(108px);
}
#page_top a {
  display: block;
  width: 160px;
  height: 108px;
  background-image: url(../img/pagetop.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#page_top a:hover {
  opacity: 0.6;
}
#page_top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#modal_img {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 50;
}
#modal_img .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(39, 37, 87, 0.1);
          box-shadow: 0px 0px 9px 1px rgba(39, 37, 87, 0.1);
  background-color: #fff;
  border: 6px solid #fff;
  overflow: hidden;
}
#modal_img .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#modal_img .inner div#zoom_01 {
  background-image: url(../zoom/zoom_01.png);
}
#modal_img .inner div#zoom_02 {
  background-image: url(../zoom/zoom_02.png);
}
#modal_img .inner div#zoom_03 {
  background-image: url(../zoom/zoom_03.png);
}
#modal_img .inner div#zoom_04 {
  background-image: url(../zoom/zoom_04.png);
}
#modal_img .inner div#zoom_05 {
  background-image: url(../zoom/zoom_05.png);
}
#modal_img .inner div#zoom_06 {
  background-image: url(../zoom/zoom_06.png);
}
#modal_img .inner div#zoom_07 {
  background-image: url(../zoom/zoom_07.png);
}
#modal_img .inner div#zoom_08 {
  background-image: url(../zoom/zoom_08.png);
}
#modal_img .inner div#zoom_09 {
  background-image: url(../zoom/zoom_09.png);
}
#modal_img .inner div#zoom_10 {
  background-image: url(../zoom/zoom_10.png);
}
#modal_img .close {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 30px;
  right: 30px;
  background-image: url(../img/close.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#modal_img .close:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */