@charset "UTF-8";
/* CSS Document */

body{
	width: 100%;
	margin: 0 auto;
	font-family:"Montserrat","Gotham Book","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif""ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	
	font-family:"Montserrat","Gotham Book",Helvetica Neue,Helvetica,YuGothic,Meyro,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
/* -------------------------------- 

slider content

-------------------------------- */
/**
 * 最大幅の指定と中央寄せ
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

/**
 * swiper.js
 */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.swiper-button-prev,
.swiper-button-next {
  fill: #adadad;
  stroke: none;
  stroke-width: 0;
  z-index: 10;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}
  .swiper-button-prev.list,
  .swiper-button-next.list {
    width: 25px;
    margin-top: -45px;
    background: #000000;
    padding: 6px;
    height: 35px; 
  }

.swiper-pagination-bullet-active {
  /*background: #adadad;*/
}

@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 18px;
    margin-top: -45px;
  }
}

/**
 * mainvisual
 */
.header-info{
	text-align: center;
	padding: 10px 0;
	color: #FFFFFF;
	background-color: #2c2849;
	position: relative;
    /*top: 80px;*/
}
.header-info > span {
    font-size: 1.5em;
	font-weight: bold;
}	

.header-info a{
	color: #FFFFFF;
	font-weight: bold;
}
.mainvisual {
  overflow: hidden;
  /*margin-top: 75px;*/	
  margin-top: 80px;
}
.swiper-scrollbar{
	opacity: 0.4!important;
	
}

  .swiper-container.pickup {
      width: 100%;
      height: 100%;
	  overflow: hidden;
	  padding: 0 35px;
    }
    .swiper-slide2 {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.sale-LIST, .limited-LIST, .gift-LIST, .new-LIST, .preorder-LIST {
    position: absolute;
    top: 5px;
    left: 5px;
    background: red;
    color: white;
    padding: 5px;
    font-size: 12px;
}
@media screen and (max-width: 768px){
.sale-LIST, .limited-LIST, .gift-LIST, .new-LIST, .preorder-LIST {
    position: relative;
    top: -120px;
    left: 0px;
    color: white;
    padding: 3px;
    margin-bottom: 5px;
    font-size: 8px;
    width: 23%;
	text-align: center;
}
}
.limited-LIST {
    background:#3A77BA;
}
.gift-LIST {
    background:#096304;
}
.new-LIST {
	background:#FF7900; 
}
.preorder-LIST {
	background:#000000;
}
.swiper-slide p {
    font-size: 0.8rem;
    text-align: center;
	padding: 10px;
}
.swiper-slide p .price {
    display: block;
	font-size: 13px;
	/*font-weight: 700;*/
}
.item-name {
	padding: 8px 0;
    display: block;
	font-size: 0.9em;
}
/*値段打消し*/
.denial {
text-decoration: line-through;
padding-bottom: 5px;
display: block;	
}
/*赤文字*/
.red{
    color: red;
    font-size: 13px !important;
}

li.swiper-slide.pickup a {
    display: block;
    padding: 1em;
    border: 1px solid #dcdcdc;
}

li.swiper-slide.pickup img {
    display: block;
    margin: 0 0 .2em;
    width: 100%;
    height: auto;
}

li.swiper-slide.pickup p {
    font-size: 1.2rem;
    text-align: center;
}
.swiper-container-free-mode>.swiper-wrapper{
	padding-bottom: 25px;
}
.common_title:after, .common_title2_:after, .common_title2_b_:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    /*background: #ccc;*/
    position: absolute;
    left: 50%;
	top: 130%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.topic_wapper{
background: #fff;
}
.spotlist {
	width: 100%;
	margin: 0 auto;
    padding: 0px;
}

.spotlist h2 {
    margin-bottom: 25px;
    text-align: center;
	position: relative;
	font-weight: bold;
}
.spotlist_body{
	margin: 0 auto 0;
	padding: 0;
}
.spotimg_flex li {
    width: 50%;
    /*background: #ddd;*/
    list-style: none;
    padding-bottom: 25px;
    margin-bottom: 0;
    position: relative;
}


.spotimg_flex {
    width:100%;
    margin:0 auto;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	/*max-width: 1400px;*/
}
.spot-content {
    color: #FFF;
	position: absolute;
	top: 50%;
  	left: 50%;
 	-ms-transform: translate(-50%,-50%);
 	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
.spot-content h3 {
    font-size: 2.0rem;
    position: relative;
    display: inline-block;
    /*padding: 10px 30px 8px 30px;*/
    margin-bottom: 3px;
	text-align: center;
	line-height: 2.5rem;
}


.topiclist {
	width: 100%;
	margin: 0 auto;
    padding: 20px 0px 0px;
}

.topiclist h2 {
    margin-bottom: 30px;
    text-align: center;
	position: relative;
	font-weight: bold;
}
.common_title{
	font-size: 13px;
	font-weight: bold;
}
.common_title > span {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    color: #000;
}
.topiclist_body{
	margin: 0 auto 0;
	background-color: #f5f5f5;
	padding: 40px 0;
}
.topicimg_flex {
    width:100%;
    margin:0 auto;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	/*max-width: 1400px;*/
	justify-content: space-evenly;
}
.topicimg_flex li {
    width: 14.6666%;
    margin: 25px 1%;
    /*background: #ddd;*/
    list-style: none;
    padding-bottom: 25px;
    margin-bottom: 0;
    position: relative;
}
.topicimg_flex li img {
    width:100%;
    margin:0;
    padding:0;
}
.topicimg_flex li h3 {
    font-weight:bold;
    font-size: 16px;
    text-align:center;
    margin-bottom:15px;
    margin-top:20px;
}
.topicimg_flex li p {
    padding:0 4%;
    font-size:14px;
	line-height: 19px;
}
.topicimg_flex li p.button {
    text-align:center;
    padding:0;
    display: block;
    position: absolute;
    bottom: 20px;
    width:100%;
}
.topicimg_flex li p.button a {
    text-align: center;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.button-1 {
  width: 40%;
  padding: 1px;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 30px 0;
}
.button-1 a{
  font-family:arial;
  font-size:16px;
  color:#333;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-1{
   width: 100%;
   height: 100%;
   top: 0;
   right: -100%;
   background: #FFFFFF;
   position: absolute;
   transition: all .5s ease;
   z-index: 1;
}
.button-1:hover .eff-1{
  right:0;
}
.button-1:hover a{
  color:#666666;
}

.se-container{
	position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
	margin-bottom: 50px;
}
/*ボタン*/

.button_base {
    margin-top: 10px;
    border: 0;
    font-size: 0.9rem;
    position: relative;
    /*top: 50%;
    left: 50%;*/
    width: 250px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}

.button_base:hover {
    cursor: pointer;
}
/* ### ### ### 09 */
.b09_electric{
    color: #000000;
    background-color: #ffffff;
    /*border: #000000 solid 1px;
    padding: 16px;*/
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}
.b09_electric a{
    color: #000000;
	display: block;
    width: 250px;
	height: 50px;
	padding: 17px;
}

.b09_electric a:hover {
    color: #ffffff;
    background-color: #000000;
    animation: b09_electric_blinkIn 0.1s step-end 0 2;
    -webkit-animation: b09_electric_blinkIn 0.1s step-end 0 2;
    -moz-animation: b09_electric_blinkIn 0.1s step-end 0 2;
    transition: all 0.2s ease 0.2s;
    -webkit-transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease 0.2s;
}

@-webkit-keyframes b09_electric_blinkIn {
    from,
    to {
        background-color: #f8f8f8;
        color: #080808;
    }
    50% {
        background-color: #ffffff;
        color: #000000;
    }
}

@-moz-keyframes b09_electric_blinkIn {
    from,
    to {
        background-color: #f8f8f8;
        color: #080808;
    }
    50% {
        background-color: #ffffff;
        color: #000000;
    }
}

/* ### ### ### 12 */
.b12_3d_glitch {
    overflow: hidden;
    width: 200px;
    height: 51px;
}

.b12_3d_glitch div {
    padding: 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 200px;
    height: 50px;
}

.b12_3d_glitch div:nth-child(1) {
    background-color: #ffffff;
    top: 1px;
    left: 0px;
}

.b12_3d_glitch div:nth-child(2) {
    color: #000000;
    left: -100px;
    top: 10px;
    width: 400px;
    height: 50px;
}

.b12_3d_glitch:hover div:nth-child(1) {
    animation: b12_3d_glitch_bg 0.3s linear;
    -webkit-animation: b12_3d_glitch_bg 0.3s linear;
    -moz-animation: b12_3d_glitch_bg 0.3s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.b12_3d_glitch:hover div:nth-child(2) {
    color: #000000;
    animation: b12_3d_glitch 0.3s linear;
    -webkit-animation: b12_3d_glitch 0.3s linear;
    -moz-animation: b12_3d_glitch 0.3s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

/*============================================================
  video
============================================================*/
.video-target {
    cursor: pointer;
}

.video-wrapper {
    display: none;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 21000;
}

.video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-close{
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}

.video-close:before {
    content: "✕";
}

.section videoup{
	margin: 0px 0;
	opacity: 0;
	transition: opacity .8s;
	position: relative;
}
	.js-fullWidthmovie{
	position: relative;
}
.video {
	width: 100%;
	height: 100%;
}

.video video {
	width: 100%;
}

.videoImg img {
	width: 100%;
}
.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
  transform: scale(0.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}
#play:hover .stroke-solid {

    opacity: 1;
    stroke-dashoffset: 300;
  }
  .icon {
    transform: scale(.9);
  }
#play {
  width: 100px;
  height: 100px;	
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


@-webkit-keyframes b12_3d_glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #000000;
    }
    to {
        background-color: #000000;
    }
}

@-webkit-keyframes b12_3d_glitch {
    from {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #000000;
    }
    25.00% {
        transform: skewX(80deg);
        -webkit-transform: skewX(80deg);
        -moz-transform: skewX(80deg);
        color: #000000;
    }
    75.00% {
        transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        color: #ffffff;
    }
    90.00% {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #ffffff;
    }
    to {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #ffffff;
    }
}

@-moz-keyframes b12_3d_glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #000000;
    }
    to {
        background-color: #000000;
    }
}

@-moz-keyframes b12_3d_glitch {
    from {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #000000;
    }
    25.00% {
        transform: skewX(80deg);
        -webkit-transform: skewX(80deg);
        -moz-transform: skewX(80deg);
        color: #000000;
    }
    75.00% {
        transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        color: #ffffff;
    }
    90.00% {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #ffffff;
    }
    to {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #ffffff;
    }
}




.se-slope {
    margin: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.se-content {
	width: 60%;
    color: #FFF;
	position: absolute;
	top: 50%;
  	left: 40%;
 	-ms-transform: translate(-50%,-50%);
 	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
	
}
.se-content h3 {
    font-size: 2.0rem;
    position: relative;
    display: inline-block;
    /*padding: 10px 30px 8px 30px;*/
    margin-bottom: 3px;
}
.se-slope .se-content h3 {
    color: #FFFFFF;
	line-height: 1.2em;
}
.se-content p {
    width: 65%;
    font-size:0.9rem;
    line-height: 24px;
    padding-top: 10px;
}

.se-content-right {
    color: #FFF;
	position: absolute;
	top: 50%;
  	left: 40%;
 	-ms-transform: translate(-50%,-50%);
 	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
	
}
.se-content-right h3 {
    font-size: 2.0rem;
    position: relative;
    display: inline-block;
    /*padding: 10px 30px 8px 30px;*/
    margin-bottom: 3px;
}
.se-slope .se-content-right h3 {
    color: #FFFFFF;
}
.se-content-right p {
    width: 65%;
    font-size:0.9rem;
    line-height: 24px;
    padding-top: 10px;
}

.news_wapper{
	width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 50px 0;
    line-height: 19px;
}

.section {
    width: 100%;
    /*margin: 0px auto 50px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;*/
}

/*.section > div {
    flex-basis: 48%;
}*/

.section h2 {
	text-align: left;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    line-height: normal;
    margin: 0 0 25px;
    position: relative;
}

.section h2 span {
    border-bottom: 3px solid #d96634;
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    left: 0;
    top: 2px;
    font-size: 14px;
}


.top-about .left {
    width: 70%;
}

.left {
    float: left;
}

.mb15 {
	font-size: 14px;
    margin-bottom: 15px;
}

a.more {
    color: #3b3b3b;
	font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.top-about .right {
    width: 25%;
}

.right {
    float: right;
}

.top-about .right img {
    width: 100%;
}


/* -------------------------------- 

mailMagazine content

-------------------------------- */

/* 2022.6.28変更 */
.maillist_body{
	padding: 75px 0;
	margin: -5px 0;
}
/* End of 2022.6.28変更 */
.maillist_table {
	margin: 0 auto;
}
.mail_flex {
	display: block;
	width: 200px;
}
.mail_flex li {
    width: 100%;
    /*background: #ddd;*/
    list-style: none;
    position: relative;
}
.mail_flex li img {
    width: 60px;
    /*background: #ddd;*/
    list-style: none;
    position: relative;
	display: block;
	margin: 0 auto;
}
.mail_flex li h3{
    color: #3e3e3e;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 auto;
}
.maillist-text {
	text-align: center;
	padding: 20px 0 0;
}
.maillist-text h4 {
	font-size: 1.05rem;
    margin: 10px 0;
    color: #3e3e3e;
}
.maillist-text p {
	font-size: 0.85rem;
}
.mail_flex li p{
    color: #3e3e3e;
	font-size: 0.8rem;
    line-height: 1.3rem;
}
@media screen and (max-width: 768px) {
	.maillist_body{
		padding: 55px 0 75px;
	}
	.mail_flex {
		width: 35vw;
		margin: 0 auto;
	}
	.mail_flex li h3 {
		font-size: 0.85rem;
	}
}
/*LOOK BOOK*/
#lookbook{
padding: 70px webkit-calc((100% - 1000px) / 2) 0 webkit-calc((100% - 1000px) / 2);
padding: 70px calc((100% - 1000px) / 2) 0 calc((100% - 1000px) / 2);
float: left;
height: 450px;
}

#lookbook div img,
#lookbook article{
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
    padding-top: 1px;
}

#lookbook div img{
    top: 100px;
    opacity: 0;
    -webkit-transition:1s;
    -ms-transition:1s;
    transition:1s;
}

#lookbook.active div img{
    top: 0px;
    -webkit-transition:1;
    -ms-transition:1s;
    transition:1s;
    opacity: 1;
}

#lookbook article h2{
    font-size: 33px;
    position: relative;
    top: -22px;
    /*left: -480px;*/
    font-weight: bold;
    opacity: 0.3;
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
}

#lookbook.active article h2{
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
    opacity: 1;
    }

#lookbook .booktitle{
    position: relative;
    top: -100px;
    left: -30px;
    width: 83%;
    float: left;
    padding: 60px 60px 50px 60px;
    background-color: rgba(235,235,235,0.3);
    opacity: 0;
    -webkit-transition:2.5s;
    -ms-transition:2.5s;
    transition:2.5s;
    -webkit-transition: all .9s;
    transition: all .9s;
    position: relative;
}

#lookbook.active .booktitle{
    top: 0px;
    -webkit-transition:2.5s;
    -ms-transition:2.5s;
    transition:2.5s;
    opacity: 1;
}

#lookbook h3{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 24px;
}

#lookbook h4{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 16px;
}

#lookbook p{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;

}
#lookbook .ja{
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
}
#lookbook .button{
    position: relative;
    top: -240px;
}

#lookbook .btn a{
    position: relative;
    top: -50px;
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
    opacity: 0;
}

#lookbook.active .btn a{
        top: 10px;
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
    opacity: 1;
}

/*MOVIE*/
.movie{
    padding: 30px webkit-calc((100% - 1000px) / 2) 0 webkit-calc((100% - 1000px) / 2);
    padding: 30px calc((100% - 1000px) / 2) 0 calc((100% - 1000px) / 2);
    clear: both;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.movie iframe{
    width: 100%;
    height: 600px;
    margin-top: 60px;
}

div.sidedock{
    display: none;
}
#movie #player{
    width: 100%;
}

div.video,
#movie #player .player div.video-wrapper{
    position: relative;
    top: 5% !important;
    /*left: 10% !important;
    right: 10 !important;*/
    width: 80% !important;
    height: 80% !important;
}
a.anchor{
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}
.button {
    display: inline-block;
    width: 450px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    border: solid 1px #313131;
    background-color: rgb(230,230,230);
    color: #313131;
}
.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .9s;
    transition: all .9s;
}
.button:hover {
    background-color: #fff;
}

/* -------------------------------- 

レスポンシブ content

-------------------------------- */
@media screen and (max-width: 1170px){
.mainvisual {
  overflow: hidden;
  margin-top: 55px;	
}
	
}
@media screen and (max-width: 768px){
.header-info {
    text-align: center;
    padding: 10px 15px 5px;
    color: #FFFFFF;
    background-color: #2c2849;
    font-size: 1.1em;
	position: relative;
    /*top: 60px;*/
	line-height: 1.1em;
}
.header-info > span {
    font-size: 1.5em;
	font-weight: bold;
}	
	
.mainvisual {
  overflow: hidden;
  margin-top: 55px;	
}
.se-content {
    color: #FFF;
	width: 65%;
	position: absolute;
	top: 50%;
  	left: 40%;
 	-ms-transform: translate(-50%,-50%);
 	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);	
}
.se-content h3 {
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    /*padding: 10px 30px 8px 30px;*/
    margin-bottom: 3px;
}
.sale-LIST, .limited-LIST, .gift-LIST {
    position: absolute;
    top: 0px;
    left: -15px;
    background: red;
    color: white;
    padding: 5px;
    font-size: 12px;
}
.limited-LIST {
    background:#3A77BA;
}
.gift-LIST {
    background:#096304;
}

.se-slope .se-content h3 {
    color: #FFFFFF;
}
.se-content p {
    width: 100%;
    font-size:0.9rem;
    line-height: 24px;
    padding-top: 10px;
}
  .swiper-button-prev.list,
  .swiper-button-next.list {
    width: 21px;
    margin-top: -50px;
    background: #000000;
    padding: 6px;
    height: 30px;
	opacity: 0.8;
  }
	
.sp-hide{
		display: none;
	}
	
.b12_3d_glitch div {
    padding: 4px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 200px;
    height: 50px;
}
.b12_3d_glitch {
    overflow: hidden;
    width: 200px;
    height: 42px;
}
.spotimg_flex li {
    width: 100%;
    /*background: #ddd;*/
    list-style: none;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}
	
.topicimg_flex {
	    width: 100%;
    margin: 0 auto;
    padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}
.item-name {
	font-size: 1.2em;
}
	
.item-name br{
	display: none;
}
/*ボタン*/

.button_base {
    margin-top: 10px;
    border: 0;
    font-size: 0.9rem;
    position: relative;
    /*top: 50%;
    left: 50%;*/
    width: 180px;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}
.b09_electric a{
    color: #000000;
	display: block;
    width: 180px;
	height: 45px;
	padding: 17px;
}
	
.topiclist {
	width: 100%;
	margin: 0 auto;
    padding: 10px 0px 0px;
}
	
.topicimg_flex li{
	width: 31.33333%;
    position: relative;
	}
	
/*LOOK BOOK*/
#lookbook{
    margin: 5%;
/*width: 100%;*/
}

#lookbook div img{
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
    top: 150px;
    opacity: 0;
    -webkit-transition:1s;
    -ms-transition:1s;
    transition:1s;
}

#lookbook.active div img{
    top: 20px;
    -webkit-transition:1;
    -ms-transition:1s;
    transition:1s;
    opacity: 1;
    }

#lookbook article{
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-top: 20px;
}

#lookbook h2{
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    clear: both;
    position: relative;
    left: 10px;
}


#lookbook .booktitle{
    width: 85%;
    position: relative;
    top: -60px;
    left: -15%;
    padding: 10% 10% 20% 20%;
    background-color: rgba(235,235,235,0.3);
    opacity: 0;
    -webkit-transition:1s;
    -ms-transition:1s;
    transition:1s;
}

#lookbook.active .booktitle{
    top: 20px;
    -webkit-transition:1;
    -ms-transition:1s;
    transition:1s;
    opacity: 1;
}

#lookbook h3{
    font-size: 12px;
    line-height: 24px;
}

#lookbook h4{
    width: 100%;
    font-size: 10px;
    clear: both;
}

#lookbook p{
display: none;
}

#lookbook .button{
    clear: both;
    width: 90%;
    margin: 10% 0 0 0;
    width: 100%;
	color: #313131;
    height: 4.5rem;
}

#lookbook .btn a{
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
    opacity: 0;
}

#lookbook.active .btn a{
    box-shadow: 5px 5px rgba(0, 0, 0, 0.6);
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
    opacity: 1;
}

/*MOVIE*/
.movie{
    max-width: 100%;
    margin-top: 30px;
}
#movieslide div.play-bar.rounded-box{
    display: none !important;
    z-index: 100;
}

#player div.sidedock{
    display: none !important;
    z-index: 100;
}

.movie iframe{
    width: 100%;
    height: 300px;
}

#player div.video-wrapper{
    position: relative;
    top: 5%;
    left: 10%;
    right: 10;
}
.movie div ul li{
    padding: 0 5%;
}
	
}
