@charset "UTF-8";
/* Common */
.item_{
  opacity: 0;
}
.item_:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}
.item_:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}
.item_:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}
.item_:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}
.item_:nth-child(5) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
}
.item_:nth-child(6) {
  -webkit-animation: example 0.5s ease 3s 1 forwards;
  animation: example 0.5s ease 3s 1 forwards;
}
.item_:nth-child(7) {
  -webkit-animation: example 0.5s ease 3.5s 1 forwards;
  animation: example 0.5s ease 3.5s 1 forwards;
}
@-webkit-keyframes example {
  100% {
  opacity: 1;
  }
}
@keyframes example {
  100% {
  opacity: 1;
  }
}
@media only print, only screen and (min-width: 768px){
.sp,
.tab,
.tab_sp,
.pc{
  display:none !important;
}
.pc_tab,
.tab_pc{
  display:block !important;
}
.inner_{
  width: 90%;
  margin: 0 auto;
}

h2{
  margin: 0 auto 2%;
  padding: 5% 2% 2%;
}
/* Left */
#obi {
  position: fixed;
  bottom: 350px;
  left: 2%;
}
/* Top Image */
.mainBnr{
  background: #f4f5f6;
}
#thumblist{
  position: relative;
  max-height: 100%;
  height: 100vh;
  z-index: 1;
}
.test:before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 */
}
.item_ img{
  width: 80%;
}
.i1{
  position: absolute;
  top: 10vh;
  left: 11vw;
  z-index: 1;
}
.i2{
  position: absolute;
      top: 7vh;
      right: 9vw;
}
.i3{
  position: absolute;
  top: 35vh;
  left: 0vh;
}
.i4{
  position: absolute;
  bottom: 3vh;
  left: 30vw;
}
.i5{
  position: absolute;
  bottom: 32vh;
  right: -5vw;
}
.logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
/* Concept */
#concept {
  padding: 1em 0 7em 0;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #9b9a9a;
}
.leadText_{
  margin: 5em 0;
  border-bottom: 1px solid #9b9a9a;
  padding: 0 0 5em 0;
}
.move_ {
  -webkit-animation: move 0.5s ease 5s 1 forwards;
  animation: move 0.5s ease 5s 1 forwards;
}
@-webkit-keyframes move {
  100% {
  opacity: 1;
  }
}
@keyframes move {
  100% {
  opacity: 1;
  }
}
.section_{
  margin: 10em 0 0 0;
  padding: 0;
}
/* Item */
.sub1-1{
  margin: 100px 20px 0 0;
  width: 38%;
}
.sub1-1-2{
  width: 55%;
}
.sub1-1 div:first-child{
  margin: 0 0 20px 0;
}
.sub1-2{
  margin: 20px -50px 0 0;
}
.sub1-2 div:first-child{
  margin: 50px 20px 0 0;
}
.sub2-1{
  margin: 20px 0 0 0;
}
.sub2-2{
  margin: 50px 0 0 40px;
  vertical-align: top;
}
.sub2-3{
  margin: 120px 0 0 -30px;
  z-index: -99;
  position: relative;
}
.sub3-1{
  margin: 30px 30px 0 0;
}
.sub3-2{
  margin: 100px 0 0 60px;
}
.sub3-2 div:first-child{
  margin: 100px -30px 0 0;
}
.sub3-3{
  margin: 50px -50px 0 0;
}
.sub4-1{
  margin: 0 0 50px 0;
}
.sub4-2{
  margin: 50px 0 0 -50px;
}
.sub4-3{
  margin: 40px 40px 0 0;
  width: 50%;
}
.sub4-4{
  width: 44%;
}
.sub5-2{
  margin: 50px 0 0 -50px;
}
.sub5-3{
  margin: 90px 40px 0 0;
    width: 40%;
}
.sub5-3 div:last-child{
  margin: 30px 30px 0 -30px;
}
.iteminner_{
  width: 100%;
  margin: 0 auto;
}
.itemArea_ {
  padding: 5em 0;
  background: #f4f5f6;
  margin: 5em auto;
}
.itemArea_ .model_ {
  width: 38%;
  vertical-align: middle;
}
.itemArea_ .text_ {
  width: 47%;
  text-align: left;
  vertical-align: middle;
  line-height: 2;
  letter-spacing: 0;
  margin: 0 0 0 2.5%;
}
.itemArea_ p {
  padding: 0 0 3% 0;
}
.btn_{
  margin: 20px 0 0 0;
}
@keyframes marquee {
  from  { transform: translate(-100%); }
  100%,to { transform: translate(0%); }
}
/*Shop Press */
h3 + p{
  margin: 3% 0 0 0;
}
.name_{
  line-height: 1.5;
  margin: 10px 0 0 0;
}
.sp_{
  display: inline-block;
  width: 18%;
  text-align: center;
  margin: 0;
}
.sp_ img{
  width: 80%;
}
.sp_ span {
  letter-spacing: -1px;
  font-size: 11px;
}
.btn_ {
  width: 100px;
  display: inline-block;
  text-align: left;
  /* line-height: 2.4; */
  letter-spacing: 0;
  margin: 10px 0 0;
}
.btn_ a {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 4% 0;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-size: 13px;
}
.btn_ a:hover{
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
}
.spComment_{
  border-bottom: 1px solid #cccccc;
  padding: 0 0 3em 0;
  margin: 0 auto 4em;
  width: 100%;
}
.comment_{
  width: 45%;
  text-align: left;
  margin: 0 0 0 3%;
}
.shop_{
  margin: 0 0 5% 0;
  position: relative;
}
.shop_::after{
  position: absolute;
  content: '';
  width: 30px;
  background: #000000;
  top: 130%;
  left: 49%;
  height: 1px;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
}

@media only print, only screen and (min-width: 1200px){
.sp,
.tab,
.tab_sp,
.pc_tab{
  display:none !important;
}
.pc,
.tab_pc{
  display:block !important;
}
.inner_{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
h2{
  margin: 0 auto 2%;
  padding: 5% 2% 2%;
}
/* Left */
#obi {
  position: fixed;
  bottom: 350px;
  left: 2%;
  z-index: 100;
}
/* Top Image */
.mainBnr{
  background: #f4f5f6;
}
#thumblist{
  position: relative;
  max-height: 100%;
  height: 100vh;
  z-index: 1;
}
.test:before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 */
}
.i1{
  position: absolute;
  top: 2vh;
  left: 20vw;
}
.i2{
  position: absolute;
  top: 7vh;
  right: 9vw;
}
.i3{
  position: absolute;
  top: 28vh;
  left: 4vh;
}
.i4{
  position: absolute;
  bottom: 3vh;
  left: 30vw;
}
.i5{
  position: absolute;
  bottom: 25vh;
  right: 0;
}
.logo {
  position: absolute;
  top: 48%;
  left: 55%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 248px;
}
.item_ img{
  width: 90%;
}
/* Concept */
#concept {
  padding: 1em 0 7em 0;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #9b9a9a;
}
.leadText_{
  margin: 5em 0;
  border-bottom: 1px solid #9b9a9a;
  padding: 0 0 5em 0;
}
.move_ {
  -webkit-animation: move 0.5s ease 5s 1 forwards;
  animation: move 0.5s ease 5s 1 forwards;
}
@-webkit-keyframes move {
  100% {
  opacity: 1;
  }
}
@keyframes move {
  100% {
  opacity: 1;
  }
}
.section_{
  margin: 10em 0 0 0;
  padding: 0;
}
/* Item */
.sub1-1{
  margin: 100px 20px 0 0;
  width: auto;
}
.sub1-1-2{
  width: auto;
}
.sub1-1 div:first-child{
  margin: 0 0 20px 0;
}
.sub1-2{
  margin: 20px -50px 0 0;
}
.sub1-2 div:first-child{
  margin: 50px 20px 0 0;
}
.sub2-1{
  margin: 20px 0 0 0;
}
.sub2-2{
  margin: 50px 0 0 40px;
  vertical-align: top;
}
.sub2-3{
  margin: 120px 0 0 -30px;
  z-index: -99;
  position: relative;
}
.sub3-1{
  margin: 30px 30px 0 0;
}
.sub3-2{
  margin: 100px 0 0 60px;
}
.sub3-2 div:first-child{
  margin: 100px -30px 0 0;
}
.sub3-3{
  margin: 50px -50px 0 0;
}
.sub4-1{
  margin: 0px 0 0 100px;
}
.sub4-2{
  margin: 50px 0 0 -180px;
}
.sub4-3{
  margin: 40px 40px 0 0;
  width: auto;
}
.sub4-4{
  width: auto;
}
.sub5-2{
  margin: 50px 0 0 -50px;
}
.sub5-3{
  margin: 90px 40px 0 0;
}
.sub5-3 div:last-child{
  margin: 30px 80px 0 0;
}
.iteminner_{
  width: 1000px;
  margin: 0 auto;
}
.itemArea_ {
  padding: 5em 0;
  background: #f4f5f6;
  margin: 5em auto;
}
.itemArea_ .model_ {
  width: 45%;
  vertical-align: middle;
}
.itemArea_ .text_ {
  width: 40%;
  text-align: left;
  vertical-align: middle;
  line-height: 2;
  letter-spacing: 0;
  margin: 0 0 0 5%;
}
.itemArea_ p {
  padding: 0 0 3% 0;
}
.btn_{
  margin: 20px 0 0 0;
}
@keyframes marquee {
  from  { transform: translate(-100%); }
  100%,to { transform: translate(0%); }
}
/*Shop Press */
h3 + p{
  margin: 3% 0 0 0;
}
.name_{
  line-height: 1.5;
  margin: 10px 0 0 0;
}
.sp_{
  display: inline-block;
  width: 18%;
  text-align: center;
  margin: 0;
}
.sp_ span{
  letter-spacing: 0;
  font-size: 12px;
}
.sp_ img{
  width: 100%;
}
.btn_ {
  width: 100px;
  display: inline-block;
  text-align: left;
  /* line-height: 2.4; */
  letter-spacing: 0;
  margin: 10px 0 0;
}
.btn_ a {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 4% 0;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-size: 13px;
}
.btn_ a:hover{
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
}
.spComment_{
  border-bottom: 1px solid #cccccc;
  padding: 0 0 3em 0;
  margin: 0 auto 4em;
  width: 940px;
}
.comment_{
  width: 55%;
  text-align: left;
  margin: 0 0 0 3%;
}
.shop_{
  margin: 0 0 5% 0;
  position: relative;
}
.shop_::after{
  position: absolute;
  content: '';
  width: 30px;
  background: #000000;
  top: 130%;
  left: 49%;
  height: 1px;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
}
