@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Khmer&display=swap');
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
.khmer-regular {
  font-family: "Khmer", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*{
    min-height: 0;
    min-width : 0;
}
#bl{
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 0;
}
#bl .f-en {
	/*/font-family: "ivymode", sans-serif;/*/
	font-family: aktiv-grotesk, sans-serif;
}

@media only screen and (min-width: 769px)  {
	#bl {
		font-size: 12px;
		padding-bottom: 0%;
	}
}

/**************************************************
                js
**************************************************/
#bl .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
#bl .jiwa {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#bl .jiwa.ac {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}




/*************************************************
                view
*************************************************/
#bl .spview {
	display: block;
}
#bl .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #bl .spview {
		display: none;
	}	
	#bl .pcview {
		display: block;
	}
}

/***************************************************
                bl_header
***************************************************/
#bl #bl_header {
	width: 100%;
    margin: 0 auto;
}
.key-slider,
.slick-list,
.slick-track {
  height: 100%;
}
*{
    min-height: 0;
    min-width : 0;
}
#bl .slider{
    /* height: 102vw; */
    object-fit: cover;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    filter: brightness(60%);
    gap: 0;

}



#bl .main{
	position: relative;
}
#bl .main .ttl{
	position: absolute;
	width: 80%;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#bl .main .ttl img:nth-of-type(1){
}
#bl .main .ttl img:nth-of-type(2){
	width: 70%;
	display: block;
	margin: 0 auto;
	margin-top: 10%;
}
#bl .read {
    text-align: center;
    font-size: 11px;
    width: 90%;
    margin: 10% auto;
}
#bl .read p {
	margin-bottom: 2%;
}

@media only screen and (min-width: 769px)  {
	#bl #bl_header {
		
	}
	#bl .slider{
/*height: 102vw;*/
object-fit: cover;
display: grid;
	grid-template-columns:repeat(6,1fr);
	position: relative;
	filter: brightness(60%);
	}
	#bl .main .ttl {
		position: absolute;
		width: 25%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#bl .read {
    text-align: center;
    font-size: 11px;
    width: 90%;
    margin: 5% auto;
}
	#bl .read p {
		font-size: 12px;
		margin-bottom: 10px;
	}
}
/***************************************************
                content
***************************************************/
#bl #content {
	margin: 15% 0 5%;
}
#bl #content .about .midashi {
	display: block;
	width: 46%;
	margin: 0 auto 6%;	
}
#bl #content .about .inner {
	width: 90%;
	margin: 0 auto 4%;
}
#bl #content .about .inner div:nth-of-type(1) {
	width: 68%;
	margin: 0 auto 6%;
}
#bl #content .about .inner div .iconbox {
	display: flex;
    width: 94%;
    margin: 0 auto 10%;
    justify-content: space-between;
    align-items: flex-end;
}
#bl #content .about .inner div .iconbox img {
	width: 16%;
}
#bl #content .about .inner div .check {
	display: flex;
    align-items: center;
    margin-bottom: 2%;
    font-size: 11px;
    letter-spacing: .6px;
}
#bl #content .about .inner div .check:last-of-type {
    margin-bottom: 0%;
}
#bl #content .about .inner div .check img {
	width: 4%;
	margin-right: 2%;
}
@media only screen and (min-width: 769px) {
	#bl #content {
		margin: 110px 0 80px;
	}
	#bl #content .about .inner {
		display: flex;
        width: 70%;
		max-width: 720px;
        align-items: center;
        justify-content: space-between;
	}
	#bl #content .about .midashi {
		width: 200px;
		margin: 0 auto 40px;
	}
	#bl #content .about .inner div:nth-of-type(1) {
		width: 38%;
		margin: 0;
	}
	#bl #content .about .inner div:nth-of-type(2) {
		width: 52%;
	}
	#bl #content .about .inner div .iconbox {
		width: 94%;
        margin: 0 auto 40px;
	}
	#bl #content .about .inner div .check {
		width: 100%;
		font-size: 12px;
	}
}
/**************************************************
               section
**************************************************/
#bl #content{
	background: #efeded;
}
#bl #content section{
	border-bottom: 1px solid #999;
	
}
#bl #content .item  {
	margin: 16% auto 0;
	padding-top: 14%;
	padding-bottom: 0;
}
#bl #content .item section {
	padding-bottom: 10%;
	margin-bottom: 15%;
}
#bl #content .item section:nth-of-type(6) {
	padding-bottom: 10%;
	margin-bottom: 0%;
}
#bl #content .item section .itemname {
	display: block;
	width: 95%;
	margin: 0 auto 4%;
}
#bl #content .item section .credit{
	text-align: center;
	font-size: 12px;
}
#bl #content .item section .credit a{
	text-decoration: underline;
}
#bl #content .item section .box {
	position: relative;
}
#bl #content .item section .box .main-item {
	display: block;
	width: 65%;
	margin: 0 auto;
	padding: 12% 0 10%;
}
#bl #content .item section .box .comment {
	position: absolute;
	text-align: center;
	line-height: 1.8;
	letter-spacing: .6px;
	font-size: 9px;
}
#bl #content .item section .box .comment img {
	position: absolute;
}


#bl #content .item section .box .comment:nth-of-type(1) {
	top: 27%;
	left: 4%;
	transition: 1.5s all 0.9s ease;
}
#bl #content .item section .box .comment:nth-of-type(1) img {
	    width: 30%;
	    left: 51%;
	    top: 110%;
}
#bl #content .item section .box .comment:nth-of-type(2) {
	bottom: 6%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section .box .comment:nth-of-type(2) img {
	width: 24%;
	top: -150%;
	left: 36%;
}
#bl #content .item section .box .comment:nth-of-type(3) {
	top: 17%;
	right: 8%;
	transition: 1.5s all 0.3s ease;
}
#bl #content .item section .box .comment:nth-of-type(3) img {
	width: 25%;
    right: 49%;
    top: 110%;
}
#bl #content .item section .box .comment:nth-of-type(4) {
	bottom: 20%;
	right: 4%;
	transition: 1.5s all 1.2s ease;
}
#bl #content .item section .box .comment:nth-of-type(4) img {
	width: 27%;
	right: 56%;
	top: -149%;
}
#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(2) {
	bottom: 17%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(2) img {
	width: 20%;
	top: -120%;
	left: 27%;
}
#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(4) {
	bottom: 5%;
	right: 4%;
	transition: 1.5s all 0.6s ease;
}
#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(4) img {
	width: 18%;
	right: 55%;
	top: -117%;
}
#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(2) {
	bottom: 27%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(2) img {
	width: 26%;
	top: -190%;
	left: 62%;
}
#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(3) {
	top: 22%;
	right: 4%;
	transition: 1.5s all 0.3s ease;
}
#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(3) img {
	width: 25%;
    right: 49%;
    top: 110%;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(2) {
	bottom: 17%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(2) img {
	width: 32%;
	top: -140%;
	left: 36%;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(3) {
	top: 22%;
	right: 4%;
	transition: 1.5s all 0.3s ease;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(3) img {
	width: 25%;
	right: 67%;
	top: 115%;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(4) {
	bottom: 16%;
	right: 8%;
	transition: 1.5s all 0.6s ease;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(4) img {
	width: 26%;
	right: 66%;
	top: -132%;
}
#bl #content .item section:nth-of-type(6) .box .comment:nth-of-type(2) {
	bottom: 17%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section:nth-of-type(6) .box .comment:nth-of-type(2) img {
	width: 32%;
	top: -140%;
	left: 36%;
}

#bl #content .item section:nth-of-type(6) .box .comment:nth-of-type(4) {
	bottom: 29%;
	right: 4%;
	transition: 1.5s all 0.6s ease;
}
#bl #content .item section:nth-of-type(6) .box .comment:nth-of-type(4) img {
	width: 16%;
	right: 51%;
	top: -129%;
}


#bl #content .item section .link {
	/* border-top: solid 1px #111; */
	/* border-bottom: solid 1px #111; */
}
#bl #content .item section .link .newcolor{
	width: 55%;
	margin: 30px auto 10px;
}
#bl #content .item section .link .link-inner {
	width: 100%;
	margin: 5% auto;
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: space-between;
}
#bl #content .item section .link .link-inner .grid {
	display: flex;
	justify-content: center;
}
#bl #content .item section .link .link-inner .grid .grid-sec{
	width: 38.333%;
}
#bl #content .item section .link .link-inner .grid .color{
	width: 90%;
	margin: 10px auto;
}
#bl #content .item section .link .link-inner .grid .itemlist a{
	position: relative;
}
#bl #content .item section .link .link-inner .grid .itemlist a::before{
	position: absolute;
	content: "";
	width: 12px;
	height: 0.5px;
	bottom: 13.5px;
	right: 9px;
	background-color: #fff;
}
#bl #content .item section .link .link-inner .grid .itemlist a::after{
	position: absolute;
	content: "";
	width: 0.5px;
	height: 12px;
	bottom: 8px;
	right: 14.5px;
	background-color: #fff;
}
#bl #content .item section .link .link-inner .grid .cmt{
	width: 90%;
	margin: 7px auto;
	font-size: 9px;
}
#bl #content .item section .styling .textlink {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 74vw;
    width: 88%;
    margin: 74vw auto 0;
    padding: 0 4%;
    border-bottom: solid 1px;
}


/*------grid2------*/
#bl #content .item section .link .link-inner .grid_2 {
	
}
#bl #content .item section .link .link-inner .grid_2 .color{
	width: 38.333%;
	margin: 10px auto;
}
#bl #content .item section .link .link-inner .grid_2 .grid-sec2{
		display: flex;
	justify-content: center;
}

#bl #content .item section .link .link-inner .grid_2 .grid-sec2 .itemlist {
		width: 38.333%;
}
#bl #content .item section .link .link-inner .grid_2 .cmt{
	width: 72%;
	margin: 7px auto;
	font-size: 9px;
}
#bl #content .item section .link .link-inner .grid_2 .itemlist a{
	position: relative;
}
#bl #content .item section .link .link-inner .grid_2 .itemlist a::before{
	position: absolute;
	content: "";
	width: 12px;
	height: 0.5px;
	bottom: 13.5px;
	right: 9px;
	background-color: #fff;
}
#bl #content .item section .link .link-inner .grid_2 .itemlist a::after{
	position: absolute;
	content: "";
	width: 0.5px;
	height: 12px;
	bottom: 8px;
	right: 14.5px;
	background-color: #fff;
}



#bl #content .other_box {
  width: 100%;
  margin: 0% auto 10%;
}

#bl #content .other_box .other {
  font-size: 16px;
  text-align: center;
  /* margin-bottom: 30px; */
  background-color: #fff;
  padding: 10% 0;
}

#bl #content .other_box .gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  margin: 0 auto;
}

#bl #content .other_box .item.top {
  grid-column: span 3;
}

#bl #content .other_box .item.bottom {
  grid-column: span 2;
}

#bl #content .other_box .item {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}

/* --- クリック制御用の設定 --- */
.chk-toggle {
  display: none;
}

.item-inner {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

#bl #content .other_box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.4s ease;
}

/* --- 右下アイコン（プラスボタン） --- */
.item-inner::before,
.item-inner::after {
  position: absolute;
  content: "";
  background-color: #fff;
  z-index: 10;
  transition: transform 0.3s ease-in-out;
  /* 回転の中心を十字の真ん中に固定 */
  transform-origin: center; 
}

/* 横棒 */
.item-inner::before {
  width: 12px;
  height: 1px;
  bottom: 13.5px;
  right: 9px;
}

/* 縦棒 */
.item-inner::after {
  width: 1px;
  height: 12px;
  bottom: 8px;
  right: 14.5px;
}

/* --- クレジット表示 --- */
.credit2 {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: opacity 0.5s ease 0.1s; /* 画像より少し遅れて表示 */
  z-index: 5;
  pointer-events: none; /* 非表示時はクリック不可 */
	font-family: "Khmer", sans-serif;
}

#bl .credit2 p {
	margin: 0; 
}
#bl .credit2 p a{
	color: #fff;
	text-decoration: underline;
	font-size: 9px;
}
.buy-btn {
  color: #fff;
  text-decoration: underline;
  margin-left: 10px;
  display: inline-block;
	
}

/* --- クリック（チェック）時の変化 --- */

/* 画像暗転 */
.chk-toggle:checked + .item-inner img {
  filter: brightness(50%);
}

/* クレジット表示 */
.chk-toggle:checked + .item-inner .credit2 {
  opacity: 1;
  pointer-events: auto; /* 表示されたらリンクをクリック可能に */
}

/* プラスをバツに変形 */
/* 横棒を45度回転 */
.chk-toggle:checked + .item-inner::before {
  transform: translate(-1.5px, -2.5px) rotate(45deg);
}
/* 縦棒を-45度回転（または逆方向）して重ねる */
.chk-toggle:checked + .item-inner::after {
  transform: translate(2.5px, 2.5px) rotate(45deg);
  bottom: 13px;
  right: 19px;
}



@media only screen and (min-width: 768px)  {
	#bl #content .item  {
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr;
	    justify-content: space-between;
	    margin: 110px auto 0;
	    padding: 100px 2% 50px;
	}
	#bl #content .item section {
		width: 83%;
		margin-bottom: 0%;
		margin: 0 auto;
	}
	#bl #content .item section .link .newcolor{
	width: 45%;
	margin: 40px auto 10px;
}
	#bl #content .item section .link .link-inner .grid .grid-sec{
	width: 33.333%;
}
#bl #content .item section .link .link-inner .grid_2 .color{
	width: 33.333%;
	margin: 10px auto;
}
#bl #content .item section .link .link-inner .grid_2 .grid-sec2 .itemlist {
		width: 33.333%;
}
	#bl #content .item section:nth-of-type(4) .itemname,
	#bl #content .item section:nth-of-type(5) .itemname ,
	#bl #content .item section:nth-of-type(6) .itemname {
	margin-top: 10%;
}
#bl #content section:nth-of-type(4),
#bl #content section:nth-of-type(5),
#bl #content section:nth-of-type(6){
    border-bottom: none;
}
	bl #content .item section .box .comment:nth-of-type(1) {
	top: 27%;
	left: 4%;
	transition: 1.5s all 0.9s ease;
}
#bl #content .item section .box .comment:nth-of-type(1) img {
	    width: 30%;
	    left: 51%;
	    top: 110%;
}
#bl #content .item section .box .comment:nth-of-type(2) {
	bottom: 12%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section .box .comment:nth-of-type(2) img {
	width: 24%;
	top: -150%;
	left: 36%;
}
#bl #content .item section .box .comment:nth-of-type(3) {
	top: 17%;
	right: 8%;
	transition: 1.5s all 0.3s ease;
}
#bl #content .item section .box .comment:nth-of-type(3) img {
	width: 25%;
    right: 49%;
    top: 110%;
}
#bl #content .item section .box .comment:nth-of-type(4) {
	bottom: 20%;
	right: 4%;
	transition: 1.5s all 1.2s ease;
}
#bl #content .item section .box .comment:nth-of-type(4) img {
	width: 21%;
	right: 70%;
	top: -250%;
}
#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(2) {
	bottom: 17%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(2) img {
	width: 7%;
	top: -120%;
	left: 11%;
}
#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(4) {
	bottom: -3%;
	right: 4%;
	transition: 1.5s all 0.6s ease;
}
#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(4) img {
	width: 18%;
	right: 55%;
	top: -117%;
}
#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(2) {
	bottom: 27%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(2) img {
	width: 26%;
	top: -190%;
	left: 62%;
}
#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(3) {
	top: 22%;
	right: 4%;
	transition: 1.5s all 0.3s ease;
}
#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(3) img {
	width: 25%;
    right: 49%;
    top: 110%;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(2) {
	bottom: 17%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(2) img {
	width: 32%;
	top: -140%;
	left: 36%;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(3) {
	top: 22%;
	right: 4%;
	transition: 1.5s all 0.3s ease;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(3) img {
	width: 25%;
	right: 67%;
	top: 115%;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(4) {
	bottom: 16%;
	right: 8%;
	transition: 1.5s all 0.6s ease;
}
#bl #content .item section:nth-of-type(5) .box .comment:nth-of-type(4) img {
	width: 26%;
	right: 66%;
	top: -132%;
}
#bl #content .item section:nth-of-type(6) .box .comment:nth-of-type(2) {
	bottom: 17%;
	left: 4%;
	transition: 1.5s all 0.6s ease;
	text-align: left;
}
#bl #content .item section:nth-of-type(6) .box .comment:nth-of-type(2) img {
	width: 32%;
	top: -140%;
	left: 36%;
}

#bl #content .item section:nth-of-type(6) .box .comment:nth-of-type(4) {
	bottom: 29%;
	right: 4%;
	transition: 1.5s all 0.6s ease;
}
#bl #content .item section:nth-of-type(6) .box .comment:nth-of-type(4) img {
	width: 16%;
	right: 51%;
	top: -129%;
}

	#bl #content .item section .box .comment {
		font-size: 10px;
	}
	#bl #content .item section:nth-of-type(1) .box .main-item {
		padding: 15% 0 0;
	}
	#bl #content .item section:nth-of-type(2) .box .main-item {
		 padding: 15% 0 0;
	}
	#bl #content .item section:nth-of-type(3) .box .main-item {
		width: 65%;
		padding: 15% 0 0;
	}
	#bl #content .item section:nth-of-type(3) .box .comment:nth-of-type(2) img {
		width: 25%;
		top: -190%;
		left: 48%;
	}
	#bl #content .item section:nth-of-type(2) .box .comment:nth-of-type(2) {
		bottom: 17%;
		right: 0%;
	}
	#bl #content .item section .styling .slide1 img {
		width: 12.5%;
	}
	#bl #content .item section .styling .slide2 img {
		width: 12.5%;
	}
	#bl #content .item section .styling .textlink {
		margin: 19.5vw auto 0;
	}
	#bl #content .other_box{
		margin: 0 auto;
		display: block;
		width: 100%;
		padding-bottom: 5%;
		background-color: #fff;
	}
	#bl #content .other_box .other {
	   font-size: 18px;
	   text-align: center;
	   margin-bottom: 30px;
	   margin: 0 auto;
	   padding: 6%;
	}

#bl #content .other_box .gallery-grid {
  display: grid;
  /* 全体を6等分にする */
  grid-template-columns: repeat(5, 1fr);
  /* 隙間を完全にゼロにする */
  gap: 0;
  width: 100%;
  margin: 0 auto;
  width: 85%;
}

/* すべてのアイテムを1カラム分（1/6幅）にする */
#bl #content .other_box .item.top,
#bl #content .other_box .item.bottom {
	display: table-column-group;
	grid-column: span 1;
	grid-template-columns: auto;
	gap: 0;
}

/* 画像を枠いっぱいに綺麗に収める設定 */
#bl #content .other_box .item {
  aspect-ratio: 3 / 4; 
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}

#bl #content .other_box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#bl #content .all {
	width: 80%;
    display: block;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    line-height: 3.5;
}
}

@media only screen and (min-width: 768px)  {
	#bl #content .all {
		width: 400px;
	}
