@charset "UTF-8";
/*--=== gallery.scss ===--*/
/*　sass import　/　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* common sass / */
/* / common sass */
/*　/ sass import　*/
/*-- PC&SP  / --*/
#image_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#image_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- / PC&SP  --*/
/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  .youtube_ctn_half {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube_ctn_half iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .photo_gallery_list li {
    box-sizing: border-box;
    display: block;
    width: 48%;
    padding: 5px;
    border: 1px solid #aaa;
    margin-right: 4%;
    margin-bottom: 15px;
    float: left;
  }
  .photo_gallery_list li:nth-child(2n) {
    margin-right: 0;
  }
  .photo_gallery_list li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
  }
  .photo_gallery_list li a img {
    width: 100%;
    opacity: 1;
  }
  .photo_gallery_list li a:hover img {
    opacity: 0.7;
  }

  .photo_gallery_list_text {
    margin-top: 10px;
  }
  .photo_gallery_list_text li {
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 48%;
    border: 1px solid #aaa;
    margin-right: 4%;
  }
  .photo_gallery_list_text li:nth-child(2n) {
    margin-right: 0;
  }
  .photo_gallery_list_text li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    color: #000;
    position: relative;
  }
  .photo_gallery_list_text li a:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    opacity: 0.3;
  }

  .photo_gallery_list_detail {
    display: flex;
    flex-wrap: wrap;
  }
  .photo_gallery_list_detail li {
    flex-basis: 45%;
    margin-left: 3.33%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #aaa;
  }
  .photo_gallery_list_detail li p {
    margin-bottom: 0.3em !important;
    line-height: 1.4;
  }

  .photo_gallery_list_detail .photo_gallery_list_detail li img {
    width: 100%;
  }

  .photo_gallery_list_detail li a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
  }

  #photo_gallery_contents {
    position: relative;
  }
  #photo_gallery_contents img {
    width: 100%;
  }
  #photo_gallery_contents h1 {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 4px solid #e6e6e6;
    padding: 5px 15px;
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
  }
  #photo_gallery_contents h1:before {
    border-top: 12px solid #e60012;
    border-bottom: 12px solid #f18700;
    width: 24px;
    rotate: 45deg;
    content: "";
    height: 0;
    border-radius: 50%;
    margin-right: 15px;
  }
  #photo_gallery_contents h2 {
    padding: 5px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    padding: 10px 45px;
    position: relative;
  }
  #photo_gallery_contents h2:before {
    border-top: 9px solid #151e75;
    border-bottom: 9px solid #ecac30;
    width: 18px;
    rotate: 45deg;
    content: "";
    height: 0;
    border-radius: 50%;
    margin-right: 7px;
    position: absolute;
    left: 10px;
    top: calc(45%);
    transform: translateY(-50%);
  }
  #photo_gallery_contents p {
    padding: 0 15px;
    line-height: 1.8em;
  }

  #photo_box_navi {
    position: absolute;
    top: 30%;
    width: 100%;
  }
  #photo_box_navi li {
    width: 50%;
    padding: 10px;
  }
  #photo_box_navi li a {
    display: inline-block;
    opacity: 0.7;
    width: 30px;
    text-decoration: none;
  }
  #photo_box_navi li a span {
    display: none;
  }
  #photo_box_navi li a:after {
    content: "";
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
  }
  #photo_box_navi li.prev {
    float: left;
  }
  #photo_box_navi li.prev a {
    text-align: left;
  }
  #photo_box_navi li.prev a:after {
    background-image: url("/gallery/images/arrow_left.png");
  }
  #photo_box_navi li.next {
    float: right;
    text-align: right;
  }
  #photo_box_navi li.next a:after {
    background-image: url("/gallery/images/arrow_right.png");
  }

  .video_gallery_list li {
    box-sizing: border-box;
    display: block;
    width: 49%;
    padding: 5px;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    float: left;
    position: relative;
    margin-right: 2%;
  }
  .video_gallery_list li:nth-child(2n) {
    margin-right: 0;
  }
  .video_gallery_list li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
    position: relative;
  }
  .video_gallery_list li a:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    opacity: 0.7;
    position: absolute;
    top: 15px;
    right: 5px;
    transition: 0.3s all;
  }
  .video_gallery_list li a:hover:after {
    opacity: 1;
  }

  #video_gallery_contents {
    width: 100%;
  }
  #video_gallery_contents h1 {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
  }
  #video_gallery_contents #youtube_ctn {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #video_gallery_contents iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  #gallery_navi {
    margin: 0 auto;
    width: 300px;
  }

  #gallery_navi:after {
    content: "";
    clear: both;
    display: block;
  }

  #gallery_navi > li {
    float: left;
    height: 2em;
  }

  #gallery_navi > li.prev {
    width: 60px;
  }

  #gallery_navi > li.prev a {
    background-image: url(/images/icon_arrow02.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
  }

  #gallery_navi > li.next {
    width: 60px;
    text-align: right;
  }

  #gallery_navi > li.next a {
    background-image: url(/images/icon_arrow01.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
  }

  #gallery_navi > li.number > ul {
    width: 180px;
    text-align: center;
  }

  #gallery_navi > li.number > ul > li {
    display: inline-block;
    margin-left: 5px;
  }
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  .half_ctn {
    position: relative;
    width: 50%;
    margin: 0 auto;
  }

  .photo_gallery_list li {
    box-sizing: border-box;
    display: block;
    width: 32%;
    padding: 5px;
    border: 1px solid #aaa;
    margin-right: 2%;
    margin-bottom: 15px;
    float: left;
  }
  .photo_gallery_list li:nth-child(3n) {
    margin-right: 0;
  }
  .photo_gallery_list li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
  }
  .photo_gallery_list li a img {
    width: 100%;
    opacity: 1;
  }
  .photo_gallery_list li a:hover img {
    opacity: 0.7;
  }

  .photo_gallery_list_text {
    margin-top: 10px;
  }
  .photo_gallery_list_text li {
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 48%;
    border: 1px solid #aaa;
    margin-right: 4%;
  }
  .photo_gallery_list_text li:nth-child(2n) {
    margin-right: 0;
  }
  .photo_gallery_list_text li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    color: #000;
    position: relative;
  }
  .photo_gallery_list_text li a:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s all;
  }
  .photo_gallery_list_text li a:after {
    background-image: url("/gallery/images/arrow_left.png");
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    opacity: 0.3;
  }

  .exhibitor_shortcut {
    text-align: right;
  }

  .photo_gallery_list_detail {
    display: flex;
    flex-wrap: wrap;
  }
  .photo_gallery_list_detail li {
    box-sizing: border-box;
    display: block;
    flex-basis: 32%;
    padding: 5px;
    border: 1px solid #aaa;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .photo_gallery_list_detail li:nth-child(3n) {
    margin-right: 0;
  }
  .photo_gallery_list_detail li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
  }
  .photo_gallery_list_detail li a img {
    width: 100%;
    opacity: 1;
  }
  .photo_gallery_list_detail li a:hover img {
    opacity: 0.7;
  }
  .photo_gallery_list_detail li p {
    padding: 0 0.5em;
    margin-bottom: 0 !important;
  }

  #photo_gallery_contents {
    position: relative;
  }
  #photo_gallery_contents:hover #photo_box_navi {
    opacity: 1;
    transition: 300ms;
  }
  #photo_gallery_contents img {
    width: 100%;
    display: block;
  }
  #photo_gallery_contents h1 {
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    font-weight: 600;
    border-bottom: 4px solid #e6e6e6;
    padding: 5px 15px;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
  }
  #photo_gallery_contents h1:before {
    border-top: 12px solid #e60012;
    border-bottom: 12px solid #f18700;
    width: 24px;
    rotate: 45deg;
    content: "";
    height: 0;
    border-radius: 50%;
    margin-right: 15px;
  }
  #photo_gallery_contents h2 {
    padding: 5px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    padding: 10px 45px;
    position: relative;
  }
  #photo_gallery_contents h2:before {
    border-top: 9px solid #151e75;
    border-bottom: 9px solid #ecac30;
    width: 18px;
    rotate: 45deg;
    content: "";
    height: 0;
    border-radius: 50%;
    margin-right: 7px;
    position: absolute;
    left: 10px;
    top: calc(45%);
    transform: translateY(-50%);
  }
  #photo_gallery_contents p {
    padding: 0 15px;
    line-height: 1.8em;
  }

  #photo_box_navi {
    opacity: 0.2;
    position: absolute;
    top: 45%;
    width: 100%;
  }
  #photo_box_navi li {
    width: 50%;
    padding: 10px;
  }
  #photo_box_navi li a {
    display: inline-block;
    opacity: 0.5;
    width: 60px;
    text-decoration: none;
  }
  #photo_box_navi li a:hover {
    text-decoration: none;
    opacity: 0.9;
    transition: 0.5s;
  }
  #photo_box_navi li a span {
    display: none;
  }
  #photo_box_navi li a:after {
    content: "";
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    background-size: contain;
  }
  #photo_box_navi li.prev {
    float: left;
  }
  #photo_box_navi li.prev a {
    text-align: left;
  }
  #photo_box_navi li.prev a:after {
    background-image: url("/gallery/images/arrow_left.png");
  }
  #photo_box_navi li.next {
    float: right;
    text-align: right;
  }
  #photo_box_navi li.next a:after {
    background-image: url("/gallery/images/arrow_right.png");
  }

  .video_gallery_list li {
    box-sizing: border-box;
    display: block;
    width: 32%;
    padding: 5px;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    float: left;
    position: relative;
    margin-right: 2%;
  }
  .video_gallery_list li:nth-child(3n) {
    margin-right: 0;
  }
  .video_gallery_list li a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #333;
    position: relative;
  }
  .video_gallery_list li a:after {
    display: inline-block;
    font-family: "FontAwesome";
    content: "";
    font-weight: normal;
    font-size: 50px;
    color: #fff;
    opacity: 0.7;
    position: absolute;
    top: 15px;
    right: 5px;
    transition: 0.3s all;
  }
  .video_gallery_list li a:hover:after {
    opacity: 1;
  }

  #video_gallery_contents h1 {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
  }
  #video_gallery_contents iframe {
    width: 800px;
    height: 450px;
  }

  .exhibitor_shortcut select {
    font-size: 93%;
    width: 23em;
    padding: 5px 10px;
    margin-bottom: 2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(/gallery/images/arrow_bk.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: url(/gallery/images/arrow_bk.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-size: 20px, 100%;
  }

  .exhibitor_shortcut select::-ms-expand {
    display: none;
  }
}
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=gallery.css.map */
