.inview {
  opacity: 0;
}

.inview.active {
  opacity: 1;
  animation: fadeInup .5s ease-out;
  animation-fill-mode: backwards;
}
@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}


.delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.inview.active.op {
  opacity: 1;
  animation: none;
  transition: opacity .3s;
}

.inview.active.op.delay1{
  transition-delay: .3s;
}

.inview.active.op.delay2{
  transition-delay: .4s;
}

.inview.active.op.delay3{
  transition-delay: .5s;
}

#menslike{
  min-width: 1200px;
}

#visual #visual-pc{
  margin: 0 auto 50px;
  width: 1007px;
}

#message{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 50px;
}

#message p{
  margin-bottom: 1rem;
}

#message b{
  font-size: 2rem;
  font-weight: 700;
}

#slider{
  margin-bottom: 90px;
}

#slider li{
  width: 263px;
  padding: 0 15px;
}

#about{
}

#about .title{
  max-width: 1007px;
  margin: 0 auto;
  position: relative;
  padding: 0 27px;
}

#about .title .layout{
  background-color: #F2F2F2;
  padding: 20px;
  display: flex;
  align-items: center;
}

#about .title .image{
  position: absolute;
  top: -50px;
  left: 0;
}

#about .title h2{
  font-size: 2.2rem;
  border-right: 1px solid #000;
  width: 320px;
}

#about .title p{
  font-size: 1.5rem;
  padding: 0 24px;
  flex: 1;
}

#about .anno{
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 60px;
}

#about .images{
  max-width: 1366px;
  min-width: 1200px;
  margin: 0 auto 160px;
}

#about .images .row{
  position: relative;
}

#about .images #about-image01{
  max-width: 1007px;
  width: 73%;
  margin: 0 auto 90px;
}

#about .images #about-image02{
  margin-bottom: 80px;
  max-width: 670px;
  width: 49%;
}

#about .images #about-image03{
  text-align: center;
  margin-bottom: 80px;
  margin-left: 25%;
  max-width: 429px;
  width: 31%;
}

#about .images #about-image04{
  position: absolute;
  top: 120px;
  right: 70px;
  max-width: 451px;
  width: 33%;
}

#about .images #about-image05{
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 670px;
  width: 49%;
}

#about .images #about-image06{
  margin: 100px 0 0 120px;
  max-width: 440px;
  width: 32%;
}

#style{
  background-color: #595959;
  padding: 80px 0;
}

#style .title{
  text-align: center;
  margin-bottom: 45px;
}

#style .title h2{
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

#style .layout{
  width: 930px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#style .layout .box{
  position: relative;
  width: 46%;
  color: #fff;
  margin-bottom: 50px;
}

#style .layout .box .text{
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 280px;
}

#style .layout .box .text.short{
  width: 244px;
}

#style .layout .box .text h3{
  position: relative;
  line-height: 0;
  margin-bottom: 20px;
}

#style .layout .box .text p{
  font-size: 1.3rem;
}

#style .link{
  text-align: center;
}

#style .link a{
  position: relative;
  display: inline-block;
  line-height: 63px;
  background-color: #BAA29C;
  width: 395px;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}

#style .link a:hover{
  background-color: #A17368;
}

  
#style .link a::after{
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 30px;
  top: 50%;
  margin-top: -8px;
}


#snap{
  padding: 50px 0 0;
}

#snap .in{
  background: url('./image/snap-bg.jpg') no-repeat center center;
  padding: 70px;
  text-align: center;
  margin: 0 auto 80px;
}

#snap .title{
  color: #fff;
  font-size: 2.0rem;
  margin-bottom: 50px;
  
}

#snap .image{
  position: relative;
  max-width: 693px;
  margin: 0 auto 60px;
}

#snap .image #snap-good{
  position: absolute;
  right: -110px;
  bottom: -80px;
}

#snap .link{
  text-align: center;
}

#snap .link a{
  position: relative;
  display: inline-block;
  line-height: 63px;
  background-color: #4A2626;
  width: 395px;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}

#snap .link a:hover{
  background-color: #6B1B1B;
}

#snap .link a::after{
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 30px;
  top: 50%;
  margin-top: -8px;
}

#magazine{
  text-align: center;
  margin-bottom: 80px;
}

#magazine .title{
  margin-bottom: 40px;
}

#magazine .title h2{
  font-size: 1.7rem;
  color: #000;
  margin-top: 10px;
}

#magazine .posts{
  display: flex;
  justify-content: center;
}

#magazine .posts a{
  width: 275px;
  margin: 0 40px;
  text-align: left;
  text-decoration: none;
}

#magazine .posts a .date{
  padding: .5rem 0;
  color: #A8A8A8;
  font-size: 1.4rem;
}

#magazine .posts a h3{
  font-size: 1.5rem;
  color: #000;
  font-weight: normal;
}

#voice{
  background-color: #EBEBEB;
  text-align: center;
  padding: 68px 0;
}

#voice .title{
  margin-bottom: 80px;
  color: #000;
}

#voice #voice-wrap{
  position: relative;
  width: 1100px;
  height: 442px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#voice #voice-wrap .icon{
  margin-top: 30px;
}


#voice #voice-wrap .voice .box{
  position: absolute;
  background-color: #fff;
  font-size: 1.3rem;
  padding: 35px 20px 35px 30px;
  display: flex;
  align-items: center;
  text-align: left;
}

#voice #voice-wrap .voice .box .num{
  position: absolute;
  top: -8px;
  left: 25px;
}

#voice #voice-wrap .voice .box .fuki{
  position: absolute;
}

#voice #voice-wrap .voice .box#voice01{
  top: 0;
  left: 98px;
  width: 507px;
}

#voice #voice-wrap .voice .box#voice01 .fuki{
  right: 80px;
  bottom: -20px;
}

#voice #voice-wrap .voice .box#voice02{
  top: 0;
  right: 120px;
  width: 337px;
}

#voice #voice-wrap .voice .box#voice02 .fuki{
  left: 40px;
  bottom: -20px;
}

#voice #voice-wrap .voice .box#voice03{
  top: 176px;
  left: 0;
  width: 411px;
}

#voice #voice-wrap .voice .box#voice03 .fuki{
  right: -27px;
  top: 43px;
}

#voice #voice-wrap .voice .box#voice04{
  top: 176px;
  right: 0;
  width: 418px;
}

#voice #voice-wrap .voice .box#voice04 .fuki{
  left: -25px;
  top: 43px;
}

#voice #voice-wrap .voice .box#voice05{
  bottom: 0;
  left: 139px;
  width: 371px;
}

#voice #voice-wrap .voice .box#voice05 .fuki{
  right: 34px;
  top: -23px;
}

#voice #voice-wrap .voice .box#voice06{
  bottom: 0;
  right: 65px;
  width: 488px;
}

#voice #voice-wrap .voice .box#voice06 .fuki{
  left: 34px;
  top: -23px;
}

#voice #voice-wrap .voice .box#voice06 .num{
  left: 90px;
}

#insta{
  background-color: #EBEBEB;
  padding: 50px 0;
  margin-bottom: 80px;
}

#insta .in{
  text-align: center;
  margin-bottom: 60px;
}

#insta h2{
  margin-bottom: 20px;
  color: #000;
}

#insta ul{
  display: flex;
  justify-content: center;
}

#insta ul li{
  width: 287px;
  margin: 0 10px;
}


#fair{
	margin: 0 auto;
	padding: 10px 46px;
}

#fair .pick{
  text-align: center;
}

#fair .titlebar-bg{
  margin-top: 20px;
}

#fair ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#fair li{
	display: block;
	width: 532px;
	margin-bottom: 20px;
}

#fair li:nth-child(2n){
}

#fair li a{
	position: relative;
	display: block;
	line-height: 0;
}

#fair a::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0 solid #A17837;
	border-width: 0;
	transition: border-width 0.1s ease;
	box-sizing: border-box;
}


#fair a:hover::after{
	border-width: 4px;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

#menslike{
  min-width: 0;
}



#about .images{
  min-width: 0;
}

#message{
  padding: 35px 0 0;
  margin-bottom: 30px;
}

#message p{
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

#message p b{
  font-size: 1.4rem;
}

#message p b.pad{
  display: block;
  padding: .5rem 0;
}

#slider li{
  width: 170px;
}

#about .title .image{
  width: 40%;
  top: -38px;
}

#about .title .layout{
  display: block;
  padding: 20px 15px;
}

#about .title{
  padding: 0 15px;
}

#about .title h2{
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.8rem;
}

#about .title p{
  text-align: center;
  font-size: 1.2rem;
  padding: 0;
}

#about .anno{
  font-size: 1.1rem;
  padding: 0 15px;
}

#about .images{
  padding: 0 15px;
  margin-bottom: 40px;
}

#about .images .image{
  position: static !important;
  margin: 0 !important;
  width: 100% !important;
}

#style{
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 25px;
}

#style .title h2{
  font-size: 2.4rem;
  margin-bottom: 10px;
}

#style .title .en img{
  height: 13px;
}

#style .layout{
  width: 100%;
  padding: 0 15px;
}

#style .layout .box{
  width: 100%;
  margin-bottom: 25px;
}

#style .layout .box .text{
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
}

#style .layout .box .text.short{
  width: 100%;
}

#style .layout .box .text h3{
  width: 15%;
  margin: 0;
}

#style .layout .box .text p{
  flex: 1;
  padding-left: 5px;
}

#style .link a{
  width: 300px;
  line-height: 50px;
  font-size: 1.6rem;
}

#snap{
  padding: 0 0 25px;
}

#snap .in{
  padding: 40px 20px 50px;
  margin-bottom: 30px;
}

#snap .title{
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#snap .title .en img{
  height: 13px;
}

#snap .link a{
  width: 300px;
  line-height: 50px;
  font-size: 1.6rem;
}

#snap .image #snap-good{
  width: 39%;
  right: -20px;
  bottom: -34px;
}

#magazine{
  margin-bottom: 40px;
}

#magazine .title{
  margin-bottom: 20px;
}

#magazine .title h2{
  font-size: 1.4rem;
}

#magazine .posts{
  display: block;
  padding: 0 10%;
}

#voice{
  padding: 40px 15px 0;
}

#voice .title{
  margin-bottom: 40px;
}

#voice .title .en{
  width: 170px;
  margin: auto;
}


#voice #voice-wrap{
  width: 100%;
  height: auto;
}

#voice #voice-wrap .icon{
  display: none;
}

#voice #voice-wrap .voice .box{
  width: 100% !important;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-bottom: 40px;
}

#voice #voice-wrap .voice .box#voice03 .fuki,
#voice #voice-wrap .voice .box#voice05 .fuki{
  top: auto;
  left: auto;
  right: 80px;
  bottom: -20px;
}
#voice #voice-wrap .voice .box#voice04 .fuki,
#voice #voice-wrap .voice .box#voice06 .fuki{
  top: auto;
  right: auto;
  left: 40px;
  bottom: -20px;
}

#voice #voice-wrap .voice .box .num{
  left: 0 !important;
  width: 100%;
  text-align: center;
}

#insta{
  margin-bottom: 30px;
}

#insta .in{
  margin-bottom: 0;
}
#insta ul{
  display: block;
}

#insta ul li{
  width: 287px;
  margin: auto;
}

#fair{
  padding: 0 15px;
}

#fair h2 .en{
	display: none;
}

#fair li:nth-child(2n){
}

#fair li{
	width: 100%;
	float: none;
	margin: 0 0 10px;
}

}