@charset "UTF-8";
/* CSS Document*/

.main-content{
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
  width: 970px;
}
.main-content a,
.main-content a img{
  transition: .3s;
}

/* title */
.title{
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.title-sub{
  font-size: 14px;
  margin: 10px auto 0;
  width: 90%;
}

.note{
  display: block;
  font-size: 11px;
  margin: 10px auto 0;
  width: 90%;
}

/* section */
.list-box{
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}

/* nav-tab */
.nav-tab{
  margin: 20px 0 0;
}
.nav-tab::after{
  background: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-top:1px;
  width: 100%;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}
.nav-tab li a{
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #aaa;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tab li.active a{
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: .3s;
}

/* column */
.column{
  float: left;
  margin-right: 50px;
  overflow: hidden;
  width: 290px;
}
ul.column:nth-of-type(3){
  margin-right: 0;
}
ul.column:nth-of-type(2){
  margin-top: 180px;
}
.column li{
  margin: 0 0 50px;
  overflow: hidden;
  width: 100%;
}
.column li a,
.column li > p{
  display: block;
  font-size: 0;
  position: relative;
}
.column li > p{
  transition: .3s;
}
.column li a img,
.column li p img{
  width: 100%;
}

.l-style-whole {
  margin-bottom: 32px;
}

.l-style-whole figure {
  width: 60vw;
}

.m-itembox {
  position: relative;
}


/* item-name */
.l-style-whole .item-name {
  font-size: 12px;
  padding: 12px;

}
.item-name{
 display: block;
 /*font-family: 'Roboto Condensed', sans-serif;*/
 /*letter-spacing: .08em;*/
 padding: 8px 4px;
 /*margin-top: -1em;*/
 text-align: left;
 /*text-decoration: underline;*/
 transition: .3s;
}
/*
.item-name::after{
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  content: "LOOK";
  display: inline-block;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  margin: 0 0 0 4px;
  padding: 0 4px;
  transform: scale(.7);
  vertical-align: middle;
  width: auto;
}*/

.disable{
  cursor: default;
}
.disable .item-name{
  color: #ccc;
  text-decoration: none;
}
.disable .item-name::after{
  display: none;
}

/* back-number */
.back-number{
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 70px;
}
.back-number h2{
  border-bottom: 1px solid #bbb;
  font-size: 26px;
  text-align: center;
}
.back-number nav{
  padding: 20px 0 0;
}
.back-number nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.back-number nav li{
  font-size: 22px;
  line-height: 1;
  margin: 0 15px 0 0;
  text-align: center;
}
.back-number nav li a span{
  font-size: 14px;
}
.back-number nav li div{
  border-radius: 120px 120px;
  height: 120px;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 120px;
}

.back-number nav li div img{
  height: 100%;
}

/* 2023.5.9改修 */


.l-gallery-block-wrapper {
  margin-top: 30px;
  margin-bottom: 64px;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}
.l-gallery-block {
  margin-bottom: 30px;
}

.l-gallery-block.l-reverse .l-style-whole figure {
  margin-left: auto;
}

.l-style-detail a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: block;
  float: right;
  border-radius: 2px;
}

.l-gallery-block .m-itembox p::after {
  color: #cc6d00;
  content: "Check";
  border-bottom:#cc6d00 1px dashed;
  font-size: 12px;
  margin-left: 2px;
}

.l-style-detail ul {
  display: flex;
  flex-wrap: wrap;
  /*font-size: 0px;*/
  justify-content: space-between;
}

.l-style-detail ul li {
  width: 48%;
  margin: 0 0 10px;
}

.l-style-whole img,
.l-style-detail ul li img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 5/6;
}

.l-style-whole .m-itembox a {
  position: relative;
  display: block;
}

.l-style-whole .m-itembox a p {
  background-color: #fff;
  padding: 20px 15px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 40vw;
  box-shadow: 5px 5px 0 #f5f5f5;
}

.l-gallery-block.l-reverse .l-style-whole .m-itembox a p {
  left: 0px;
  right: auto;
}

.m-itembox img {
  vertical-align: middle;
}


@media screen and (max-width: 640px){
/*-----*/
/* SMP */
/*-----*/


.main-content{
  width: 100%;
}

/* SMP title */
.title{
  padding: 0;
  width: 100%;
}
.title img{
  width: 100%;
}
.title-sub{
  text-align: justify;
}


/* SMP section */
.list-box{
  width: 100%;
}

/* SMP nav-tab */
.nav-tab{
  margin-top: 20px;
}

.nav-tab ul li{
  margin: 0 2px;
  width: 30%;
}
.nav-tab li a{
  font-size: 4.5vw;
  height: 4vw;
  line-height: 1.5;
  padding: 2vw 0 4vw;
}
.nav-tab li.active a{
  height: 4.2vw;
  line-height: 1.5;
  padding: 2vw 0 4.5vw;
}

/* SMP column */
.column{
  margin-right: 2%;
  width: 30%;
}
ul.column:nth-of-type(1){
  margin-left: 3%;
}
ul.column:nth-of-type(2){
  margin-top: 20vw;
}
.column li{
  height: 55vw;
  margin: 0 0 20px;
  width: 100%;
}
.column li a{
  display: block;
  position: static;
}
.column li a img{
  width: 100%;
}

/* SMP item-name */


.disable .item-name{
  color: #bbb;
}

.item-name,
.column li > p .item-name + .item-name{
 color: #333;
 display: block;
 font-size: 12px;
 line-height: 1.4;
 margin-bottom: 6px;
 opacity: 1;
 position: static;
 text-align: left;
 text-decoration: none;
 transition: .3s;
}

/* SMP back-number */
.back-number{
  margin: 10vw 4%;
}
.back-number h2{
  font-size: 9vw;
  line-height: 1;
  padding: 0 0 1.5vw;
}
.back-number h2 span{
  font-size: 3.5vw;
}

.back-number nav{
  padding: 5vw 0 0;
}
.back-number nav li{
  font-size: 6vw;
  margin: 0 .5vw 3vw;
  width: 140px;
}
.back-number nav li div{
  border-radius: 100% 100%;
  height: 25vw;
  width: 25vw;
}

.back-number nav li div img{
  width: 100%;
}


}/* end media */





@media screen and (min-width: 641px){
/*-------*/
/* HOVER */
/*-------*/

.m-itembox a:hover {
  opacity: .6;

}

.column li a:hover img,
.column li > p:hover img{
  opacity: .5;
}
.column li a:hover .item-name,
.column li > p:hover .item-name{
  opacity: 1;
}

.l-gallery-block {
  display: flex;
  justify-content: space-between;
}

.l-gallery-block.l-reverse {
  flex-direction: row-reverse;
}



.l-style-whole {
  width: 52%;
}
.l-style-whole figure {
  width: auto;
}


.l-style-detail {
  width: 45%;
  padding: 0 1%;
}

.l-style-whole div, .l-style-detail li {
  box-sizing: border-box;
  padding: 10px;
}

.l-style-whole .m-itembox a p {
  padding: 20px 20px;
  top: auto;
  right: auto;
  bottom: 15px;
  left: 10px;
  transform: none;
  width: auto;
}

.l-gallery-block.l-reverse .l-style-whole .m-itembox a p {
  left: 10px;
  right: auto;
}

/* HOVER back-number */
.back-number nav li div{
  text-align: center;
}

.back-number nav li a:hover img{
  transform:scale(1.2);
}


}/* end media */
