@charset "UTF-8";
/* Scss Document */
@-webkit-keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1;
  }
}
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1;
  }
}
@-webkit-keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@-webkit-keyframes scrollbar {
  0% {
    height: 0;
  }
  15% {
    height: 0;
  }
  30% {
    height: 0;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes scrollbar {
  0% {
    height: 0;
  }
  15% {
    height: 0;
  }
  30% {
    height: 0;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes scrollbar2 {
  0% {
    height: 100%;
  }
  15% {
    height: 0%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
@keyframes scrollbar2 {
  0% {
    height: 100%;
  }
  15% {
    height: 0%;
  }
  50% {
    height: 0%;
  }
  100% {
    height: 0%;
  }
}
.modalopen body {
  overflow: hidden;
}

/* sp */
body .pagetitle h1 {
  width: 63.4vw;
  top: 6.9vw;
  position: absolute;
}
body .pagetitle h1 + img {
  width: 27.7vw;
  position: absolute;
  left: 69vw;
  top: 3vw;
}
body .lead {
  padding: 0 4vw;
  background: #fff;
}
body .lead h2 {
  width: 69.2vw;
  margin: 0 auto 8vw;
}
body .lead p {
  font-size: 16px;
  line-height: 1.8;
}
body .gallery_layout_nav {
  margin: 0vw 0 0vw;
}
body .gallery_layout_nav div {
  display: flex;
  justify-content: center;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 998;
  transition: transform 0.3s;
  border-top: 0.2vw solid #333;
  margin-top: 12vw;
}
body .gallery_layout_nav div a {
  display: flex;
  align-items: center;
  color: #004087;
  font-size: 3vw;
  line-height: 1.16;
  padding-left: 7.5vw;
  position: relative;
  overflow: hidden;
}
body .gallery_layout_nav div a.active {
  color: #fff;
  background-color: #004087;
}
body .gallery_layout_nav div a span {
  display: block;
  padding-top: 0vw;
  position: relative;
}
body .gallery_layout_nav.fixed div {
  position: fixed;
  top: 0;
  border-bottom: 0.2vw solid #333;
}
body .gallery_layout_nav.up div {
  transform: translateY(-18vw);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body .gallery_layout section .sec-title {
  background: #f4f1e0;
  width: 100%;
  height: 22vw;
  font-size: 35px;
  color: #004087;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: -0.6vw 0 9.9vw;
  letter-spacing: 0.1em;
  padding: 0vw 0 0;
  border-top: 0.2vw solid #333;
  border-bottom: 0.2vw solid #333;
}
body .gallery_layout section .sec-title span {
  line-height: 1;
}
body .gallery_layout section .find_img {
  margin: 0 0 14vw;
}
body .gallery_layout section .text .category_name {
  opacity: 0;
  height: 0;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
body .gallery_layout section .text .theme_content + .theme_content {
  margin-top: 10vw;
}
body .gallery_layout section .text h3 {
  font-size: 23.5px;
  line-height: 1.55;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004087;
  text-decoration: underline;
}
body .gallery_layout section .text p {
  font-size: 16px;
  margin: 2.8vw 0 0;
}
body .gallery_layout section .text .year {
  display: none;
  margin: 0 0 1.5vw;
}
body .gallery_layout section .text .year span {
  display: inline-block;
  background: #004087;
  color: #ffffff;
  font-size: 15px;
  padding: 0.8vw 2.6vw 1vw 2.7vw;
  line-height: 1;
  border-radius: 1vw;
}
body .gallery_layout section .text .modal_btn {
  display: block;
  position: relative;
}
body .gallery_layout section .text .modal_btn .img {
  display: block;
  margin: 5vw 0 0;
}
body .gallery_layout section .text .modal_btn .text {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
}
body .gallery_layout section .text .modal_btn .text p {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
}
body .gallery_layout section .text .modal_btn .btn_text {
  display: block;
  width: 43vw;
  height: 8vw;
  border-radius: 2.5vw;
  background-color: #004087;
  color: #fff;
  font-size: 3.6vw;
  font-weight: bold;
  padding: 0 0 0 4.5vw;
  border: 1px #004087 solid;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
}
body .gallery_layout section .text .modal_btn .btn_text span {
  padding: 1.2vw 0 0 5vw;
  position: relative;
  display: block;
  height: 100%;
}
body .gallery_layout section .text .modal_btn .btn_text span:before, body .gallery_layout section .text .modal_btn .btn_text span:after {
  content: "";
  width: 2.6vw;
  height: 2.6vw;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.3vw;
}
body .gallery_layout section .text .modal_btn .btn_text span:before {
  background-image: url("../../images/photograph/icon_modalopen.png");
}
body .gallery_layout section .text .modal_btn .btn_text span:after {
  background-image: url("../../images/photograph/icon_modalopen_hover.png");
  opacity: 0;
}
body .gallery_layout section .text .modal_btn .btn_search {
  display: block;
  width: 8.1vw;
  height: 8.1vw;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
}
body .gallery_layout section .text .modal_btn .btn_search i {
  display: block;
  width: 100%;
  height: 100%;
}
body .gallery_layout section .text .modal_btn .btn_search i:before, body .gallery_layout section .text .modal_btn .btn_search i:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
body .gallery_layout section .text .modal_btn .btn_search i:before {
  background-image: url("../../images/photograph/icon_search.png");
}
body .gallery_layout section .text .modal_btn .btn_search i:after {
  background-image: url("../../images/photograph/icon_search_hover.png");
  opacity: 0;
}
body .search {
  background: #fff;
}
body .search .wrap {
  padding: 0 0 14vw;
}
body .search .wrap h2 {
  width: 91.2vw;
  margin: 0 auto;
}
body .search .wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 7vw 0 0;
}
body .search .wrap ul li {
  width: calc((100% - 10vw) / 2);
  height: 12vw;
  margin: 1vw;
  font-size: 3.5vw;
  line-height: 12vw;
}
body .search .wrap ul li a {
  display: block;
  color: #004087;
  font-weight: bold;
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  position: relative;
  text-align: center;
  padding-top: 0.5vw;
}
body .search .wrap ul li a:after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 0.4vw #004087;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1vw;
  z-index: 1;
}
body .search .wrap ul li a span {
  transform: rotate(0.05deg);
  padding: 0 0 0 6.4vw;
  z-index: 2;
  position: relative;
}
body .search .wrap ul li a span:before, body .search .wrap ul li a span:after {
  content: "";
  width: 3.8vw;
  height: 2.7vw;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.35vw;
  z-index: 2;
}
body .search .wrap ul li a span:before {
  background-image: url("../../images/photograph/icon_window_hover.png");
  opacity: 0;
}
body .search .wrap ul li a span:after {
  background-image: url("../../images/photograph/icon_window.png");
}

.sub_footer_nav img {
  width: 82vw;
}

section.sub_footer_nav ul li {
  height: 27vw;
  position: relative;
}

.pc-modal {
  display: none;
}

.modal-only {
  display: none;
}

.sp-modal {
  display: none;
}

#gallery_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1100000;
  overflow: hidden;
  display: none;
}
#gallery_modal .wrap {
  width: 100%;
  height: 100%; /*min-height: 400px;*/
  position: relative;
}
#gallery_modal .content {
  overflow-y: hidden;
  height: 100%;
}
#gallery_modal .content.type_vertical .img {
  width: 64.5vw;
  margin: 0 auto;
}
#gallery_modal .scroll_wrap {
  width: 100%;
  height: 100%;
  padding: 8vw 6vw 24vw;
  overflow-y: auto;
}
#gallery_modal .text {
  padding: 8.5vw 0 0;
}
#gallery_modal .text .modal-only {
  display: block;
}
#gallery_modal .text .cat-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7vw;
}
#gallery_modal .text .cat-wrap .year {
  line-height: 1;
  color: #004087;
  font-size: 15px;
  font-weight: 700;
  transform: rotate(0.05deg);
}
#gallery_modal .text .category {
  background: #004087;
  color: #fff;
  font-size: 16px;
  width: 36.8vw;
  height: 7vw;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  line-height: 7vw;
  border-radius: 0.8vw;
  padding-top: 0;
}
#gallery_modal .text h2 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}
#gallery_modal .text p.name {
  font-size: 13px;
  padding-top: 7.5vw;
}
#gallery_modal .text p.main_text {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 7vw;
}
#gallery_modal .text a.btn-window {
  display: flex;
  width: 100%;
  height: 14vw;
  border-radius: 1vw;
  border: 1px solid #004087;
  align-items: center;
  justify-content: center;
  margin: 8.5vw 0 0;
}
#gallery_modal .text a.btn-window i {
  display: block;
  width: 3.8vw;
  height: 2.7vw;
  position: relative;
}
#gallery_modal .text a.btn-window i:before, #gallery_modal .text a.btn-window i:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
#gallery_modal .text a.btn-window i:before {
  background-image: url("../../images/photograph/icon_window.png");
}
#gallery_modal .text a.btn-window i:after {
  background-image: url("../../images/photograph/icon_window_hover.png");
  opacity: 0;
}
#gallery_modal .text a.btn-window span {
  font-size: 3.6vw;
  color: #004087;
  font-weight: 700;
  margin-left: 3.6vw;
  line-height: 1;
}
#gallery_modal .text p + p {
  margin-top: 0;
}
#gallery_modal .text p.note {
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  padding-top: 0vw;
}
#gallery_modal .btns {
  background: #fff;
}
#gallery_modal .btns a {
  display: block;
  width: 33.3333333333%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
#gallery_modal .btns a.arr {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gallery_modal .btns a.arr i {
  display: block;
  width: 3.6vw;
  height: 6.2vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#gallery_modal .btns a.arr i:before, #gallery_modal .btns a.arr i:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
#gallery_modal .btns a.arr i:before {
  background-image: url("../../images/photograph/modal_arr.png");
}
#gallery_modal .btns a.arr i:after {
  background-image: url("../../images/photograph/modal_arr_hover.png");
  opacity: 0;
}
#gallery_modal .btns a.arr.left {
  left: 0;
}
#gallery_modal .btns a.arr.left i {
  left: 6vw;
  transform: rotate(180deg);
}
#gallery_modal .btns a.arr.left span {
  padding: 0 0 0 2vw;
}
#gallery_modal .btns a.arr.right {
  right: 0;
}
#gallery_modal .btns a.arr.right i {
  right: 6vw;
}
#gallery_modal .btns a.arr.right span {
  padding: 0 2vw 0 0;
}
#gallery_modal .btns a.close {
  left: 33.3333333333%;
}
#gallery_modal .btns a.close i {
  display: block;
  width: 7.2vw;
  height: 7.2vw;
  background: url("../../images/photograph/modal_close.png") no-repeat right center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3.6vw 0 0 -3.6vw;
}

@-webkit-keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#loader_wrap {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.loader-g {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  background: #004087;
  background: linear-gradient(to right, #004087 10%, rgba(63, 80, 118, 0) 42%);
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}

.loader-g:before {
  width: 50%;
  height: 50%;
  background: #004087;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader-g:after {
  background: #ffffff;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 896px) {
  .fixedbg,
.fixbg {
    display: none;
  }
  .anchor_point {
    display: block;
    height: 5px;
  }
  body .gallery_layout section .wrap {
    padding: 0 5vw 10vw;
  }
  body .find_img {
    padding-top: 20vw;
  }
  body .gallery_layout_nav {
    height: 24vw;
    display: flex;
    align-items: flex-end;
    margin-top: 0vw;
  }
  body .gallery_layout_nav div {
    padding: 0;
  }
  body .gallery_layout_nav div a {
    width: 100%;
    height: 12vw;
    margin: 0;
    font-size: 3vw;
    line-height: 1.16;
    padding-left: 7.5vw;
    transition: none;
    transform: scale(1);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  body .gallery_layout_nav div a:before {
    transform: scale(1);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    left: 0%;
    border-radius: 2.5vw;
  }
  body .gallery_layout_nav div a span:after {
    content: "";
    width: 1.3vw;
    height: 2vw;
    background: url("../../images/photograph/icon_menu_arr.png") no-repeat right center;
    background-size: 100% auto;
    position: absolute;
    left: -4vw;
    top: 50%;
    margin-top: -0.75vw;
  }
  body .gallery_layout_nav div a.active span:after {
    content: "";
    width: 1.3vw;
    height: 2vw;
    background: url("../../images/photograph/icon_menu_arr@white.png") no-repeat right center;
    background-size: 100% auto;
    position: absolute;
    left: -4vw;
    top: 50%;
    margin-top: -0.75vw;
  }
  body .gallery_layout_nav div a ~ a {
    border-left: 0.2vw solid #333333;
  }
  .gallery_layout .bg {
    display: none;
  }
  #gallery_modal .btns {
    width: 100%;
    height: 18vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #gallery_modal .text h2 .sp-modal {
    display: block;
  }
  .ios .gallery_layout section .text .year span {
    padding: 1.2vw 2.6vw 0.8vw 2.7vw;
  }
  .ios .gallery_layout section .text .modal_btn .btn_text span {
    padding: 0.9vw 0 0 5vw;
  }
  .ios #gallery_modal .text .category {
    padding-top: 0.2vw;
  }
  .android .gallery_layout section .text .modal_btn .btn_text span {
    padding: 1.1vw 0 0 5vw;
  }
  .android #gallery_modal .text .category {
    padding-top: 0.2vw;
  }
}
@media screen and (min-width: 897px) {
  /* pc */
  body {
    /*
    .contact{padding:0 0 vw(195);
    	.border_wrap{position: relative;border-top: none;padding-top: vw(127);
    		&:before{ content:"";width: vw(1478);  height: vw(10);position: absolute;left: 0;right: 0;top: 0;margin: auto;background: #ccc;}
    		h2{width: vw(792);margin: 0 auto vw(70);}
    		ul{display: flex;justify-content: center;
    			li{width: vw(740);height: vw(185);margin: 0 vw(10);
    				+ li{margin-top: 0;}
    				a{font-size: vw(52);border-radius: vw(10);
    					span{
    						&:before{left: 0;top: vw(-7);}
    					}
    					small{font-size: vw(30);}
    				}
    				&.link01 a{padding-top: vw(60);transition: filter 0.3s;
    					&:hover{filter:brightness(1.2);}
    					span{padding-left: vw(70);
    						&:before{width: vw(46);height: vw(61);}
    					}
    				}
    				&.link02 a{padding-top: vw(60);transition: filter 0.3s;
    					&:hover{filter:brightness(1.2);}
    					span{padding-left: vw(70);
    						&:before{width: vw(51);height: vw(59);}
    					}
    				}
    			}
    		}
    		.tel{margin: vw(80) auto 0;width: vw(1360);}
    	}
    }*/
  }
  body .pagetitle {
    background: #fff;
    position: relative;
    z-index: 20;
    margin-bottom: 0;
  }
  body .pagetitle h1 {
    width: 33.031vw;
    top: 3.906vw;
  }
  body .pagetitle h1 + img {
    width: 18.813vw;
    left: 49.688vw;
    top: -0.688vw;
  }
  body .lead {
    padding: 8.125vw 0 3.75vw;
    text-align: center;
  }
  body .lead h2 {
    width: 27.063vw;
    margin: 0 auto 3.125vw;
  }
  body .lead p {
    font-size: 17px;
    line-height: 2.27;
  }
  body .pagecontent::after {
    content: "";
    width: 100px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
  }
  body .sub_footer_nav {
    background: #fff;
  }
  body .fixbg {
    width: calc(100% - 6.25vw);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translate(0, 6.25vw);
    display: block;
  }
  body .fixbg span {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 51%;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
  }
  body .fixbg.show span {
    opacity: 1;
  }
  body .fixbg.fixbg02 span {
    left: inherit;
    opacity: 1;
    right: 100%;
    width: 50%;
  }
  body .gallery_layout_nav {
    height: 6.25vw;
    margin-top: 0;
    margin-bottom: -6.25vw;
    position: relative;
    z-index: 125;
  }
  body .gallery_layout_nav div {
    background: #fff;
    z-index: 10;
    border-top-width: 0.063vw;
    margin-top: 0;
    border-bottom: 0.063vw solid #333;
    justify-content: space-between;
    align-items: center;
  }
  body .gallery_layout_nav div a {
    width: 33.3333333333%;
    text-align: center;
    height: 6.25vw;
    justify-content: center;
    font-size: 21px;
    margin: 0;
    padding: 0;
  }
  body .gallery_layout_nav div a:before {
    left: 0;
  }
  body .gallery_layout_nav div a:hover:before {
    opacity: 1;
  }
  body .gallery_layout_nav div a ~ a {
    border-left: 0.063vw solid #333333;
  }
  body .gallery_layout_nav div a span {
    padding-top: 0;
    position: relative;
    padding-left: 37px;
  }
  body .gallery_layout_nav div a span:before {
    content: "";
    width: 13px;
    height: 20px;
    background: url("../../images/photograph/icon_menu_arr.png") no-repeat right center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
  body .gallery_layout_nav div a.active span:after {
    content: "";
    width: 13px;
    height: 20px;
    background: url("../../images/photograph/icon_menu_arr@white.png") no-repeat right center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
  body .gallery_layout_nav div a:after {
    content: none;
  }
  body .gallery_layout_nav.fixed div {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 100px);
    border-bottom-width: 0.063vw;
  }
  body .gallery_layout_nav.up div {
    transform: translateY(-6.25vw);
  }
  body .gallery_layout {
    padding-bottom: 6.25vw;
    position: relative;
    z-index: 10;
  }
  body .gallery_layout section {
    padding-bottom: 3.125vw;
  }
  body .gallery_layout section .sec-title {
    width: 100%;
    height: 6.875vw;
    font-size: 35px;
    margin: 0 0 1.188vw;
    padding: 0.219vw 0 0;
    border-top-width: 0.063vw;
    border-bottom-width: 0.063vw;
  }
  body .gallery_layout section .sec-title span {
    line-height: 1;
  }
  body .gallery_layout section .find_img {
    margin: 0 0 4.375vw;
  }
  body .gallery_layout section .text {
    padding: 0 1.406vw;
  }
  body .gallery_layout section .text .theme_content {
    width: 33.3333333333%;
    margin: 0 0 2.969vw;
    padding: 0 1.094vw;
  }
  body .gallery_layout section .text .theme_content + .theme_content {
    margin-top: 0;
  }
  body .gallery_layout section .text .theme_content.adjust01 p, body .gallery_layout section .text .theme_content.adjust02 p {
    transform: translateY(39%);
  }
  body .gallery_layout section .text h3 {
    font-size: 23.5px;
    font-weight: bold;
  }
  body .gallery_layout section .text p {
    font-size: 16px;
    margin: 0.5vw 0 0;
    width: 100%;
  }
  body .gallery_layout section .text .year {
    display: none;
    margin: 0;
    width: 100%;
    margin-bottom: 0.813vw;
  }
  body .gallery_layout section .text .year span {
    font-size: 15px;
    padding: 0vw 0.969vw 0vw 0.969vw;
    line-height: 1.438vw;
    border-radius: 0.313vw;
  }
  body .gallery_layout section .text .modal_btn {
    padding: 1.563vw 0 0;
    margin: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  body .gallery_layout section .text .modal_btn .pc-wrap {
    display: block;
    align-self: flex-end;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  body .gallery_layout section .text .modal_btn .img {
    margin: 0.625vw 0 0;
    border-radius: 0.781vw;
    overflow: hidden;
    width: 100%;
  }
  body .gallery_layout section .text .modal_btn img {
    transition: 0.3s;
    vertical-align: bottom;
  }
  body .gallery_layout section .text .modal_btn:hover h3 {
    text-decoration: none;
  }
  body .gallery_layout section .text .modal_btn:hover img {
    transform: scale(1.1);
    transition: 0.5s;
  }
  body .gallery_layout section .text .modal_btn:hover .btn_search i:after {
    opacity: 1;
    transition: 0.5s;
  }
  body .gallery_layout section .text .modal_btn .btn_search {
    display: block;
    width: 2.531vw;
    height: 2.531vw;
    position: absolute;
    right: 0.625vw;
    bottom: 0.625vw;
  }
  body .gallery_layout section .text .modal_btn .btn_search i {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .gallery_layout section .text .modal_btn .btn_search i:before, body .gallery_layout section .text .modal_btn .btn_search i:after {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  body .gallery_layout section .text .modal_btn .btn_search i:after {
    transition: 0.3s;
  }
  body .search .wrap {
    padding: 0 0 4.688vw;
  }
  body .search .wrap h2 {
    width: 37.813vw;
    margin: 0 auto 2.5vw;
  }
  body .search .wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0;
  }
  body .search .wrap ul li {
    width: 11.25vw;
    height: 3.75vw;
    margin: 0.313vw;
    font-size: 1.094vw;
    line-height: 3.75vw;
    border-radius: 0.313vw;
    overflow: hidden;
  }
  body .search .wrap ul li a {
    border-radius: 0.313vw;
    padding-top: 0.156vw;
    overflow: hidden;
    transition: color 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(1);
  }
  body .search .wrap ul li a:hover {
    color: #fff;
  }
  body .search .wrap ul li a:hover:before {
    -webkit-animation: hoverin 0.7s forwards;
            animation: hoverin 0.7s forwards;
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  body .search .wrap ul li a:hover span:before {
    opacity: 1;
  }
  body .search .wrap ul li a:hover span:after {
    opacity: 0;
  }
  body .search .wrap ul li a:after {
    border: solid 0.125vw #004087;
    border-radius: 0.313vw;
  }
  body .search .wrap ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #004087;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: hoverout 0.3s forwards;
            animation: hoverout 0.3s forwards;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  body .search .wrap ul li a span {
    padding: 0 0 0 2vw;
  }
  body .search .wrap ul li a span:before, body .search .wrap ul li a span:after {
    width: 1.188vw;
    height: 0.844vw;
    margin-top: -0.422vw;
  }
  body .section {
    min-height: 100vh;
    position: relative;
    z-index: 10;
    padding-top: 0;
    top: 6.25vw;
  }
  body .section .anchor_point {
    display: block;
    height: 0;
    width: 100px;
    position: absolute;
    left: 0;
    top: -6.25vw;
  }
  body .section .wrap {
    width: 100%;
    padding: 0;
    display: flex;
  }
  body .section .text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5.938vw 0 4.063vw;
    background: #fff;
    position: relative;
    z-index: 20;
  }
  body .section .bg {
    background-size: cover;
    width: 50%;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right top;
    overflow: hidden;
    z-index: -1;
    min-height: 100vh;
    position: relative;
  }
  body .section .fixedbg {
    display: block;
    width: 100vw;
    height: calc(100% - 6.25vw);
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1200px;
  }
  body .section .fixedbg span {
    width: 50%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 6.25vw;
    top: 0;
    z-index: 0;
    background-position: center top;
  }
  body .section .fixedbg span::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 10;
  }
  body .section .fixedbg.fix {
    position: fixed;
    top: 6.25vw;
  }
  body .section .fixedbg.fix.end {
    position: absolute;
    top: inherit;
    bottom: 0;
  }
  body .section .fixedbg.fix.end span {
    position: absolute;
    top: inherit;
    bottom: 0;
  }
  body .section .fixedbg.fix.off {
    display: none !important;
  }
  body .section:nth-child(even) .wrap {
    flex-direction: row-reverse;
  }
  body .section:nth-child(even) .bg {
    background-position: left top;
    width: 50%;
  }
  body .section:nth-child(even) .fixedbg span {
    right: inherit;
    left: 0;
  }
  body .section:nth-child(even) .fixedbg::before {
    left: inherit;
    left: 50%;
  }
  .sub_footer_nav img {
    width: 40vw;
  }
  section.sub_footer_nav ul li {
    height: 8.438vw;
    position: relative;
  }
  #gallery_modal .content {
    overflow-y: hidden;
    height: 100%;
    padding: 0 5vw;
    display: flex;
    align-items: center;
  }
  #gallery_modal .content.low-window {
    display: block;
    overflow-y: auto;
  }
  #gallery_modal .content.type_vertical .img {
    width: 26.875vw;
    margin: 0 auto;
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text {
    width: calc(100% - 26.875vw);
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text p.note {
    display: flex !important;
    padding-top: 2.188vw;
  }
  #gallery_modal .content.type_vertical .pc_content_wrap + .text {
    display: none;
  }
  #gallery_modal .scroll_wrap {
    width: 63.75vw;
    height: auto;
    margin: 0 auto;
    padding: 3.125vw 0;
    overflow-y: hidden;
  }
  #gallery_modal .pc_content_wrap {
    display: flex;
  }
  #gallery_modal .pc_content_wrap .img {
    width: 38.125vw;
    margin: 0 auto;
  }
  #gallery_modal .pc_content_wrap .text {
    padding: 0vw 0 0 2.813vw;
    width: calc(100% - 38.125vw);
  }
  #gallery_modal .pc_content_wrap .text .pc-modal {
    display: block;
  }
  #gallery_modal .pc_content_wrap .text .cat-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1vw;
  }
  #gallery_modal .pc_content_wrap .text .cat-wrap .year {
    line-height: 1;
    color: #004087;
    font-size: 15px;
    font-weight: 700;
    transform: rotate(0.05deg);
    line-height: 1;
  }
  #gallery_modal .pc_content_wrap .text .category {
    font-size: 1.125vw;
    width: 11.5vw;
    height: 2.188vw;
    line-height: 2.188vw;
    border-radius: 0.25vw;
    padding-top: 0vw;
  }
  #gallery_modal .pc_content_wrap .text h2 {
    font-size: 27.5px;
    line-height: lh(55, 75);
  }
  #gallery_modal .pc_content_wrap .text p.name {
    font-size: 13px;
    padding-top: 0.5vw;
  }
  #gallery_modal .pc_content_wrap .text p.main_text {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 1.25vw;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window {
    width: 17.5vw;
    height: 2.5vw;
    border-radius: 0.313vw;
    border: 1px solid #004087;
    margin: 1.25vw 0 0;
    transition: 0.3s;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window i {
    display: block;
    width: 1.188vw;
    height: 0.844vw;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window i:before {
    transition: 0.3s;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window i:after {
    opacity: 0;
    transition: 0.3s;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window span {
    font-size: 0.938vw;
    margin-left: 0.469vw;
    line-height: 1;
    transition: 0.3s;
    padding-top: 0vw;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window:hover {
    background: #004087;
    transition: 0.5s;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window:hover i:before {
    opacity: 0;
    transition: 0.5s;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window:hover i:after {
    opacity: 1;
    transition: 0.5s;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window:hover span {
    color: #fff;
    transition: 0.5s;
  }
  #gallery_modal .pc_content_wrap .text p.note {
    padding-top: 0;
    display: none;
  }
  #gallery_modal .pc_content_wrap + .text {
    padding-top: 0;
  }
  #gallery_modal .pc_content_wrap + .text span {
    display: block;
    padding-top: 1vw;
  }
  #gallery_modal .text p.note {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0;
  }
  #gallery_modal .btns a {
    bottom: 0;
  }
  #gallery_modal .btns a.arr {
    width: 6.094vw;
    height: 6.25vw;
    font-size: 1vw;
    display: block;
    padding-top: 3.25vw;
    bottom: 50%;
    margin: 0 0 -3.125vw;
  }
  #gallery_modal .btns a.arr:hover {
    color: #004087;
  }
  #gallery_modal .btns a.arr:hover i:before {
    opacity: 0;
  }
  #gallery_modal .btns a.arr:hover i:after {
    opacity: 1;
  }
  #gallery_modal .btns a.arr i {
    width: 1.125vw;
    height: 1.938vw;
    top: 1.156vw;
    bottom: auto;
  }
  #gallery_modal .btns a.arr.left {
    left: 0;
  }
  #gallery_modal .btns a.arr.left i {
    left: 2.813vw;
  }
  #gallery_modal .btns a.arr.left span {
    padding: 0 0 0 0.625vw;
  }
  #gallery_modal .btns a.arr.right {
    right: 0;
  }
  #gallery_modal .btns a.arr.right i {
    right: 2.813vw;
  }
  #gallery_modal .btns a.arr.right span {
    padding: 0 0.625vw 0 0;
  }
  #gallery_modal .btns a.close {
    width: 2.25vw;
    height: 2.25vw;
    left: auto;
    right: 2.031vw;
    top: 2.031vw;
    bottom: auto;
  }
  #gallery_modal .btns a.close i {
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    top: 0;
  }
  .ie11 .gallery_layout_nav.up div {
    transform: translateY(-200px) !important;
  }
}
@media screen and (min-width: 897px) and (max-width: 1352px) {
  body .gallery_layout section .text .theme_content.adjust01 p {
    transform: translateY(0);
  }
}
@media screen and (min-width: 897px) and (max-width: 1280px) {
  /*pc ~ 1280px */
  /*
  body{

    .gallery_layout_nav {
       &.fixed div {position: fixed; left: 0; top: 0; width: 1100px!important;}
    }
    .gallery_layout {min-width: 1200px; padding-right: 100px;}
    .section{min-width: 1100px;
      .text{padding-left: 100px;}
    }

  }
  */
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  #scroll_side {
    right: 0;
  }
  body {
    /*
    .gallery_layout_nav {height: 100px; margin-bottom: -100px;
       div a{height: 100px;}
    }*/
  }
  body .pagetitle h1 {
    width: 528.5px;
    top: 62.5px;
  }
  body .pagetitle h1 + img {
    width: 301px;
    left: 795px;
    top: -11px;
  }
  body .lead {
    padding: 130px 0 60px;
  }
  body .lead h2 {
    width: 433px;
    margin: 0 auto 50px;
  }
  body .gallery_layout_nav {
    height: 100px;
    display: flex;
    align-items: flex-end;
    margin-top: 0vw;
    min-width: 1100px;
    margin-bottom: -101px;
    align-items: flex-end;
  }
  body .gallery_layout_nav.up div {
    transform: translateY(-100px);
  }
  body .gallery_layout_nav div a {
    height: 100px;
  }
  body .gallery_layout_nav div a:after {
    content: none;
  }
  body .gallery_layout_nav.fixed div {
    position: fixed;
    left: 0;
    top: 80px;
    width: calc(100% - 0px);
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) and (min-width: 1281px) {
  body .gallery_layout_nav.fixed div {
    position: fixed;
    left: 0;
    top: 0px;
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  body .gallery_layout {
    padding-bottom: 100px;
  }
  body .gallery_layout section {
    padding-bottom: 50px;
  }
  body .gallery_layout section .sec-title {
    width: 100%;
    height: 110px;
    margin: 0 0 19px;
    padding: 3.5px 0 0;
  }
  body .gallery_layout section .sec-title span {
    line-height: 1;
  }
  body .gallery_layout section .find_img {
    margin: 0 0 70px;
  }
  body .gallery_layout section .text {
    padding: 0 22.5px;
  }
  body .gallery_layout section .text .theme_content {
    margin: 0 0 47.5px;
    padding: 0 17.5px;
  }
  body .gallery_layout section .text .theme_content + .theme_content {
    margin-top: 0;
  }
  body .gallery_layout section .text p {
    font-size: 13px;
    margin: 8px 0 0;
  }
  body .gallery_layout section .text .year {
    display: none;
    margin: 0 0 13px;
  }
  body .gallery_layout section .text .year span {
    font-size: 15px;
    padding: 0px 15.5px 0px 15.5px;
    line-height: 23px;
    border-radius: 5px;
  }
  body .gallery_layout section .text .modal_btn .img {
    border-radius: 12.5px;
    margin: 10px 0 0;
  }
  body .gallery_layout section .text .modal_btn .btn_search {
    display: block;
    width: 40.5px;
    height: 40.5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  body .gallery_layout section .text .modal_btn .btn_search i {
    display: block;
    width: 100%;
    height: 100%;
  }
  body .gallery_layout section .text .modal_btn .btn_search i:before, body .gallery_layout section .text .modal_btn .btn_search i:after {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  body .gallery_layout section .text .modal_btn .btn_search i:before {
    background-image: url("../../images/photograph/icon_search.png");
  }
  body .gallery_layout section .text .modal_btn .btn_search i:adter {
    background-image: url("../../images/photograph/icon_search_hover.png");
    opacity: 0;
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  body .search .wrap {
    padding: 0 0 75px;
  }
  body .search .wrap h2 {
    width: 605px;
    margin: 0 auto 40px;
  }
  body .search .wrap ul li {
    width: 180px;
    height: 60px;
    margin: 5px;
    font-size: 17.5px;
    line-height: 60px;
    border-radius: 5px;
  }
  body .search .wrap ul li a {
    border-radius: 5px;
    padding-top: 2.5px;
  }
  body .search .wrap ul li a:after {
    border: solid 2px #004087;
    border-radius: 5px;
  }
  body .search .wrap ul li a span {
    padding: 0 0 0 32px;
  }
  body .search .wrap ul li a span:before, body .search .wrap ul li a span:after {
    width: 19px;
    height: 13.5px;
    margin-top: -6.75px;
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  body .fixbg {
    width: calc(100% - 100px);
    transform: translate(0, 100px);
    min-width: 1100px;
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  body .gallery_layout {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  body .section {
    padding-top: 0;
    top: 100px;
  }
  body .section .anchor_point {
    top: -100px; /* menu の高さ*/
  }
  body .section .text {
    padding: 95px 0 75px;
  }
  body .section .fixedbg {
    display: block;
    width: 100vw;
    height: calc(100% - 100px);
  }
  body .section .fixedbg span {
    right: 100px;
  }
  body .section .fixedbg.fix {
    position: fixed;
    top: 100px;
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  .sub_footer_nav img {
    width: 640px;
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  section.sub_footer_nav ul li {
    height: 135px;
  }
}
@media screen and (min-width: 897px) and (max-width: 1600px) {
  #gallery_modal .content {
    overflow: hidden;
    height: 100%;
    padding: 0;
  }
  #gallery_modal .content.type_vertical .img {
    width: 430px;
    margin: 0 auto;
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text {
    width: calc(100% - 430px);
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text p.note {
    display: flex !important;
    padding-top: 35px;
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text p.note span {
    display: block;
  }
  #gallery_modal .scroll_wrap {
    width: 1020px;
    padding: 50px 0 50px;
  }
  #gallery_modal .pc_content_wrap .img {
    width: 610px;
  }
  #gallery_modal .pc_content_wrap .text {
    padding: 0px 0 0 45px;
    width: calc(100% - 610px);
  }
  #gallery_modal .pc_content_wrap .text .cat-wrap {
    margin-bottom: 16px;
  }
  #gallery_modal .pc_content_wrap .text .category {
    font-size: 18px;
    width: 184px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    padding-top: 0px;
  }
  #gallery_modal .pc_content_wrap .text p.name {
    padding-top: 8px;
  }
  #gallery_modal .pc_content_wrap .text p.main_text {
    padding-top: 20px;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window {
    width: 280px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #004087;
    margin: 20px 0 0;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window i {
    display: block;
    width: 19px;
    height: 13.5px;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window i:after {
    opacity: 0;
  }
  #gallery_modal .pc_content_wrap .text a.btn-window span {
    font-size: 15px;
    margin-left: 7.5px;
    line-height: 1;
    padding-top: 0px;
  }
  #gallery_modal .pc_content_wrap + .text span {
    display: block;
    padding-top: 16px;
  }
  #gallery_modal .btns a {
    bottom: 0;
  }
  #gallery_modal .btns a.arr {
    width: 97.5px;
    height: 100px;
    font-size: 16px;
    padding-top: 52px;
    margin: 0 0 -50px;
  }
  #gallery_modal .btns a.arr i {
    width: 18px;
    height: 31px;
    top: 1.156vw;
  }
  #gallery_modal .btns a.arr.left i {
    left: 45px;
  }
  #gallery_modal .btns a.arr.left span {
    padding: 0 0 0 10px;
  }
  #gallery_modal .btns a.arr.right i {
    right: 45px;
  }
  #gallery_modal .btns a.arr.right span {
    padding: 0 10px 0 0;
  }
  #gallery_modal .btns a.close {
    width: 36px;
    height: 36px;
    right: 32.5px;
    top: 32.5px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  #gallery_modal .content.type_vertical .img {
    width: 35.833vw;
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text {
    width: calc(100% - 35.833vw);
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text p.note {
    display: flex !important;
    padding-top: 2.917vw;
  }
  #gallery_modal .scroll_wrap {
    width: 85vw;
    padding: 4.167vw 0;
  }
  #gallery_modal .pc_content_wrap .img {
    width: 50.833vw;
  }
  #gallery_modal .pc_content_wrap .text {
    padding: 0vw 0 0 3.75vw;
    width: calc(100% - 50.833vw);
  }
  #gallery_modal .pc_content_wrap .text .cat-wrap {
    margin-bottom: 16px;
  }
  #gallery_modal .pc_content_wrap .text .category {
    font-size: 1.5vw;
    width: 15.333vw;
    height: 2.917vw;
    line-height: 2.917vw;
    border-radius: 0.333vw;
    padding-top: 0vw;
  }
  #gallery_modal .pc_content_wrap .text p.name {
    padding-top: 0.667vw;
  }
  #gallery_modal .pc_content_wrap .text p.main_text {
    padding-top: 1.667vw;
  }
  #gallery_modal .pc_content_wrap + .text span {
    padding-top: 1.333vw;
  }
  #gallery_modal .btns a {
    bottom: 0;
  }
  #gallery_modal .btns a.arr {
    width: 8.125vw;
    height: 8.333vw;
    font-size: 1vw;
    padding-top: 4.333vw;
    bottom: 50%;
    margin: 0 0 -4.167vw;
  }
  #gallery_modal .btns a.arr i {
    width: 1.5vw;
    height: 2.583vw;
    top: 1.542vw;
  }
  #gallery_modal .btns a.arr.left i {
    left: 3.75vw;
  }
  #gallery_modal .btns a.arr.left span {
    padding: 0 0 0 0.833vw;
  }
  #gallery_modal .btns a.arr.right i {
    right: 3.75vw;
  }
  #gallery_modal .btns a.arr.right span {
    padding: 0 0.833vw 0 0;
  }
  #gallery_modal .btns a.close {
    width: 3vw;
    height: 3vw;
    right: 2.708vw;
    top: 2.031vw;
  }
}
@media screen and (min-width: 897px) and (max-width: 1024px) {
  #gallery_modal {
    overflow-x: scroll;
  }
  #gallery_modal .content {
    min-width: 1024px;
    overflow-x: auto;
  }
  #gallery_modal .content.type_vertical .img {
    width: 363.78px;
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text {
    width: calc(100% - 361px);
  }
  #gallery_modal .content.type_vertical .pc_content_wrap .text p.note {
    display: flex !important;
    padding-top: 29.61px;
  }
  #gallery_modal .scroll_wrap {
    width: 862.92px;
    padding: 42.3px 0;
  }
  #gallery_modal .pc_content_wrap .img {
    width: 516.06px;
  }
  #gallery_modal .pc_content_wrap .text {
    padding: 0px 0 0 38.07px;
    width: calc(100% - 512px);
  }
  #gallery_modal .pc_content_wrap .text .cat-wrap {
    margin-bottom: 13.536px;
  }
  #gallery_modal .pc_content_wrap .text .category {
    font-size: 15.228px;
    width: 155.664px;
    height: 29.61px;
    line-height: 29.61px;
    border-radius: 3.384px;
    padding-top: 0px;
  }
  #gallery_modal .pc_content_wrap .text p.name {
    padding-top: 6.768px;
  }
  #gallery_modal .pc_content_wrap .text p.main_text {
    padding-top: 16.92px;
  }
  #gallery_modal .pc_content_wrap + .text span {
    padding-top: 13.536px;
  }
  #gallery_modal .btns a {
    bottom: 0;
  }
  #gallery_modal .btns a.arr {
    width: 82.485px;
    height: 84.6px;
    font-size: 1vw;
    padding-top: 43.992px;
    bottom: 50%;
    margin: 0 0 -42.3px;
  }
  #gallery_modal .btns a.arr i {
    width: 15.228px;
    height: 26.226px;
    top: 15.651px;
  }
  #gallery_modal .btns a.arr.left i {
    left: 38.07px;
  }
  #gallery_modal .btns a.arr.left span {
    padding: 0 0 0 8.46px;
  }
  #gallery_modal .btns a.arr.right {
    right: auto;
    left: 945px;
  }
  #gallery_modal .btns a.arr.right i {
    right: 38.07px;
  }
  #gallery_modal .btns a.arr.right span {
    padding: 0 8.46px 0 0;
  }
  #gallery_modal .btns a.close {
    width: 30.456px;
    height: 30.456px;
    top: 2.031vw;
    right: auto;
    left: 960px;
  }
  .ipad #gallery_modal .pc_content_wrap .text .category {
    line-height: 25px;
  }
  .ipad #gallery_modal .btns a.arr.right {
    right: 0;
    left: auto;
  }
  .ipad #gallery_modal .btns a.close {
    right: 32.5px;
    left: auto;
  }
}