#gallery {
  display: block; }
  #gallery .container {
    width: calc(100% - 140px);
    max-width: 1280px;
    margin: 0 auto; }
    @media only screen and (max-width: 480px) {
      #gallery .container {
        width: 100%;
        padding: 0 calc(var(--fluidPx) * 18);
        box-sizing: border-box; } }
    #gallery .container h2 {
      margin: 12px 0 10px 0;
      color: #211655;
      font-size: 18px;
      font-weight: bold;
      line-height: 1; }
    #gallery .container .read {
      margin-bottom: 48px;
      font-size: 16px;
      color: #666; }
  #gallery .gallery_mainvisual {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #gallery .gallery_mainvisual h1 {
      position: absolute;
      top: 25%;
      width: calc(100% - 140px);
      max-width: 1280px;
      margin: 0 auto;
      z-index: 2;
      color: #fff;
      font-size: 46px;
      text-shadow: calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 4) #1B1F53; }
      @media only screen and (max-width: 480px) {
        #gallery .gallery_mainvisual h1 {
          width: calc(100%);
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          padding: 0 calc(var(--fluidPx) * 18);
          box-sizing: border-box;
          font-size: calc(var(--fluidPx) * 46); } }
    #gallery .gallery_mainvisual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1; }
    #gallery .gallery_mainvisual .gallery_button {
      position: absolute;
      top: calc(25% + calc(var(--fluidPx) * 40) + 82px);
      width: calc(100% - 140px);
      max-width: 1280px;
      margin: 0 auto;
      z-index: 2; }
      @media only screen and (max-width: 600px) {
        #gallery .gallery_mainvisual .gallery_button {
          top: calc(25% + calc(var(--fluidPx) * 40) + 164px); } }
      @media only screen and (max-width: 480px) {
        #gallery .gallery_mainvisual .gallery_button {
          width: calc(100%);
          padding: 0 calc(var(--fluidPx) * 18);
          box-sizing: border-box;
          top: calc(50% + calc(var(--fluidPx) * 106)); } }
      #gallery .gallery_mainvisual .gallery_button a {
        background: #94E7FC;
        border: none;
        color: #1B1F53 !important;
        text-decoration: none;
        width: auto;
        min-width: calc(var(--fluidPx) * 180);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #gallery .gallery_mainvisual .gallery_button a:after {
          background: url("../images/btn_arrow_bk.svg");
          background-size: cover; }
  #gallery .gallery-block form {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 480px) {
      #gallery .gallery-block form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    #gallery .gallery-block form .form_block_wrap {
      width: calc(33% - 16px);
      max-width: 400px; }
      @media only screen and (max-width: 480px) {
        #gallery .gallery-block form .form_block_wrap {
          width: 100%;
          margin-bottom: 16px; } }
    #gallery .gallery-block form h3 {
      color: #121619;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 8px; }
    #gallery .gallery-block form .gallery-select-wrapper {
      position: relative;
      display: inline-block;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #gallery .gallery-block form .gallery-select-wrapper select {
      display: none; }
    #gallery .gallery-block form .gallery-select {
      position: relative;
      display: inline-block;
      width: 100%; }
      #gallery .gallery-block form .gallery-select.opened .gallery-select-trigger {
        background: #1B1F53;
        color: #fff; }
    #gallery .gallery-block form .gallery-select-trigger {
      width: 100%;
      position: relative;
      display: block;
      padding: 15px;
      font-size: 16px;
      color: #191919;
      background: #fff;
      cursor: pointer;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      border: 1px solid #191919;
      box-sizing: border-box; }
    #gallery .gallery-block form .gallery-select-trigger:after {
      position: absolute;
      display: block;
      content: '';
      width: 10px;
      height: 10px;
      top: 50%;
      right: 25px;
      margin-top: -3px;
      border-bottom: 1px solid #191919;
      border-right: 1px solid #191919;
      -webkit-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0; }
    #gallery .gallery-block form .gallery-select.opened .gallery-select-trigger:after {
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      margin-top: 3px;
      -webkit-transform: rotate(-135deg) translateY(-50%);
      transform: rotate(-135deg) translateY(-50%); }
    #gallery .gallery-block form .custom-options {
      position: absolute;
      display: block;
      top: 100%;
      left: 0;
      right: 0;
      min-width: 100%;
      color: #697077;
      border-radius: 0px;
      box-sizing: border-box;
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
      background: #fff;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
      z-index: 2; }
    #gallery .gallery-block form .gallery-select.opened .custom-options {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    #gallery .gallery-block form .custom-option {
      position: relative;
      display: block;
      border-bottom: 1px solid #191919;
      font-size: 14px;
      color: #191919;
      padding: calc(var(--fluidPx) * 14);
      cursor: pointer;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
    #gallery .gallery-block form .custom-option:first-of-type {
      border-radius: 4px 4px 0 0; }
    #gallery .gallery-block form .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px; }
    #gallery .gallery-block form .custom-option:hover,
    #gallery .gallery-block form .custom-option.selection {
      background: #1b1f53;
      color: #fff; }
  #gallery .gallery-list {
    margin-top: 90px; }
    #gallery .gallery-list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #gallery .gallery-list ul:after {
        content: "";
        width: calc(33% - 16px);
        height: 0;
        display: block; }
    #gallery .gallery-list li {
      width: calc(33% - 16px);
      margin-bottom: 40px;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      max-width: 400px; }
      @media only screen and (max-width: 860px) {
        #gallery .gallery-list li {
          width: calc(50% - 16px); } }
      @media only screen and (max-width: 480px) {
        #gallery .gallery-list li {
          width: 100%; } }
      #gallery .gallery-list li:hover {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        opacity: .8; }
      #gallery .gallery-list li .picture {
        width: 100%;
        overflow: hidden;
        aspect-ratio: 400/280; }
      #gallery .gallery-list li img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      #gallery .gallery-list li .title {
        margin: 12px 0 10px 0;
        color: #211655;
        font-size: 18px;
        font-weight: bold;
        line-height: 1; }
      #gallery .gallery-list li .data {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 13px; }
        #gallery .gallery-list li .data .date {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 30px; }
          #gallery .gallery-list li .data .date img {
            height: 13px;
            width: auto; }
        #gallery .gallery-list li .data .mode {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          #gallery .gallery-list li .data .mode img {
            height: 18px;
            width: auto; }

#post-gallery .post-gallery_mainvisual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #post-gallery .post-gallery_mainvisual h1 {
    position: absolute;
    top: 60px;
    width: calc(100% - 140px);
    max-width: 1280px;
    margin: 0 auto;
    z-index: 2;
    color: #fff;
    font-size: 46px;
    text-shadow: calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 0) calc(var(--fluidPx) * 4) #1B1F53; }
    @media only screen and (max-width: 800px) {
      #post-gallery .post-gallery_mainvisual h1 {
        padding: 0 calc(var(--fluidPx) * 62); } }
    @media only screen and (max-width: 480px) {
      #post-gallery .post-gallery_mainvisual h1 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 calc(var(--fluidPx) * 18); } }
  #post-gallery .post-gallery_mainvisual img {
    width: 100%; }

#post-gallery .post-gallery_content {
  width: calc(100% - 140px);
  max-width: 1280px;
  margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    #post-gallery .post-gallery_content {
      padding: 0 calc(var(--fluidPx) * 62); } }
  @media only screen and (max-width: 480px) {
    #post-gallery .post-gallery_content {
      width: 100%;
      box-sizing: border-box;
      padding: 0 calc(var(--fluidPx) * 18); } }
  #post-gallery .post-gallery_content .content_detail {
    margin: 74px 0 40px; }
    @media only screen and (max-width: 480px) {
      #post-gallery .post-gallery_content .content_detail {
        margin: 36px 0 20px; } }
  #post-gallery .post-gallery_content .data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 90px; }
    @media only screen and (max-width: 960px) {
      #post-gallery .post-gallery_content .data {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 480px) {
      #post-gallery .post-gallery_content .data {
        margin-bottom: 40px; } }
    #post-gallery .post-gallery_content .data div {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-right: 32px; }
      #post-gallery .post-gallery_content .data div img {
        height: 18px;
        margin-right: 8px; }
    #post-gallery .post-gallery_content .data .country img {
      height: 21px; }
    #post-gallery .post-gallery_content .data .mode img {
      height: 24px; }
  #post-gallery .post-gallery_content .read {
    margin-bottom: 60px; }
    #post-gallery .post-gallery_content .read b {
      font-size: 22px; }

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