.column-wrapper {
  width: 100%;
    max-width: none;
}
/*====================================================
////id nav
====================================================*/
#nav .btn_wrap {
  justify-content: flex-start;
}
#nav ul {
  grid-gap: .5em .8em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

@media (hover: hover) {}

/*====================================================
////id archive
====================================================*/
#galleryArea .itemBox {
  width: 100% !important;
}
#galleryArea .item .txt {
  display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #galleryArea .itemBox-outer {
    padding-left: 1.5vw;
  }
  #galleryArea .item {
    margin-bottom: 1.5vw;
    padding-right: 1.5vw;
    width: calc(100% / 3);
  }
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #galleryArea .itemBox-outer {
    padding-left: 1.5vw;
  }
  #galleryArea .item {
    margin-bottom: 1.5vw;
    padding-right: 1.5vw;
    width: 25%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #galleryArea .item {
    min-width: calc(100% / 3);
  }
}

@media screen and (min-width:1280px) {
  #galleryArea .itemBox-outer {
    padding-left: 20px;
  }
  #galleryArea .item {
    margin-bottom: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width:1500px) {
  #galleryArea .item {
    width: calc(100% / 6);
  }
}

@media (hover: hover) {}


/*====================================================
////id .modalBox
====================================================*/
.modalBox {
	opacity: 0;
	padding: 20px;
	position: fixed;
		top: 0;
		left: 0;
	pointer-events: none;
	transition: .6s ease-in-out;
	width: 100%;
	height: 100%;
	z-index: 20000;
}
.modalBox .maskBox {
	background: rgba(26, 22, 14, 0.8);
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modalBox .box-inner {
	padding: 40px;
	position: relative;
	width: 100%;
	height: 100%;

	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
.modalBox .box-inner::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
.modalBox .closeBtn {
  background: #fff;
	cursor: pointer !important;
	font-size: 1.0rem;
	letter-spacing: 0;
	position: absolute;
		top: 5px;
		right: 5px;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.modalBox.open .closeBtn {
  pointer-events: auto;
}

.modalBox .btnBox {
	margin: auto;
	width: 90%;
}

.modalBox.open {
	opacity: 1;
	pointer-events: auto;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.modalBox {
		padding: 20px 10px;
	}
	.modalBox .box-inner {
		/* padding: 30px 20px; */
	}
	.modalBox .closeBtn {
		position: fixed;
			top: 25px;
			right: 25px;
	}
	.modalBox label {
		margin-right: 0 !important;
		width: 100%;
	}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id photo
====================================================*/
#photo {
	padding: 0;
	pointer-events: none;
}
#photo #photoArea {
  display: flex;
    align-items: center;
    justify-content: center;
  height: 100%;
}
#photo .photoBox {
	padding: 0 50px;
	/* pointer-events: none; */
	/* position: absolute; */
		/* width: 100%; */
		/* height: 100%; */
}
#photo .photo-inner {
  display: grid;
    grid-template-rows: auto auto;
  max-height: calc(100vh - 40px);
  /* padding: 0 50px; */
  place-content: center;
  place-items: center;
	pointer-events: auto;
}
#photo .button {
	color: transparent;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	margin: auto;
	overflow: hidden;
	pointer-events: auto;
	position: absolute;
		top: 0;
		bottom: 0;
  transition: .2s ease-in-out;
	width: 40px;
	height: 40px;
}
#photo #prevBtn {
	left: -45px;
}
#photo #nextBtn {
	right: -45px;
}
#photo .button:before {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 26 26"><path fill="%23ffffff" d="m13,0C5.82,0,0,5.82,0,13s5.82,13,13,13,13-5.82,13-13S20.18,0,13,0Zm-1.34,17.46l-1.4-1.4,3.17-3.17-3.17-3.17,1.4-1.4,4.57,4.57-4.57,4.58Z" /></svg>') no-repeat center / contain;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
	transition: .2s ease-in-out;
	width: 100%;
	height: 100%;
}
#photo #prevBtn:before {
  transform: rotate(180deg);
}
#photo #photoArea .photoBox img {
}
#photo #photoArea .txtBox {
	text-shadow: 0 0 .3em #1a160e, 0 0 .3em #1a160e, 0 0 .3em #1a160e;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

@media (hover: hover) {
  #photo #prevBtn:hover {
    transform: translateX(-5px);
  }
  #photo #nextBtn:hover {
    transform: translateX(5px);
  }
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

@media (hover: hover) {}
