@charset "UTF-8";
/* CSS Document */

.model {
	position: relative;
}
.wrap {
	background-image: url(../images/bg.jpg);
  overflow: hidden;
}
.fukidashi {
	position: absolute;
}
 .fukidashi_anime {
    animation-name: fuwafuwa_right;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
@keyframes fuwafuwa_right {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(10px,-15px)
    }
}
 .fukidashi_anime2 {
    animation-name: fuwafuwa_left;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
.pageTitle {
	text-align: center;
	margin-top: 36px;
	margin-bottom: 44px;
}
.wrap .main h1 {
	text-align: center;
	line-height: 1;
	font-size: 35px;
	color: #000000;
	margin-bottom: 55px;
	letter-spacing: 0.2em;
}
.wrap .main .head {
	text-align: center;
	font-size: 14px;
	margin-bottom: 35px;
	color: #000000;
	letter-spacing: 0.1em;
}
.size_container {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
}
.pageLine {
	border-bottom: 8px solid #000000;
}
.size1 {
}
.size1 .search {
	text-align: center;
	margin-bottom: 30px;
}
.size1 .model {
	text-align: center;
	margin-bottom: -180px;
}
.size1 .modelWrap {
  position: relative;
}
.size1 .modelWrap ul {}
.size1 .modelWrap ul li {
  position: absolute;
}
.size1 .modelWrap ul li:nth-child(1) {
	bottom: 0;
	left:168px;
}
.size1 .modelWrap ul li:nth-child(2) {
	bottom: 0;
	left:325px;
}
.size1 .modelWrap ul li:nth-child(3) {
	bottom: 0;
	right:369px;
}
.size1 .modelWrap ul li:nth-child(4) {
	bottom: 0;
	right:223px;
}
.size2 .search {
	text-align: center;
	padding-top: 257px;
	margin-bottom: 50px;
}
.size2 .keyword {
	margin-bottom: 180px;
	font-size: 28px;
	text-align: center;
	color: #000000;
	font-weight: 700;
}
.size2 .keyword span {
	margin-left: 33px;
	margin-right: 33px;
}
.model {
	position: relative;
	margin-bottom: -40px;
}
.size2 .model {
	margin-left: 50px;
}
.size2 .content {
	margin-bottom: 134px;
	
}
.size2 .fukidashi {
	top: -120px;
	right: -190px;
}
.content .sizeTitle {
	margin-bottom: 25px;
	padding-left: 26px;
}
.content .sizenotation {
	margin-bottom: 35px;
	padding-left: 26px;
}
.content .sizenotation p {
	font-size: 21px;
	line-height: 2.4;
}
.content .sizenotation p.txt {
	font-size: 15px;
	padding-top: 30px;
}
.size3 {
	padding-top: 280px;	
}
.size3 .modelWrap {
	order: 2;
}
.size3 .model {
	margin-right: 100px;
}
.size3 .content {
	margin-bottom: 134px;
	order: 1;
}
.size3 .left {
	top: -20px;
	left: -120px;
}
.size3 .right {
	top: -190px;
	right: -87px;
}
.size4 {
	padding-top: 260px;
	margin-bottom: 180px;
}
.size4 .model {
	margin-left: 120px;
}
.size4 .content {
	margin-bottom: 145px;
}
.size4 .left {
	top: -20px;
	left: -120px;
}
.size4 .right {
	top: -130px;
	right: -100px;
}
@keyframes fuwafuwa_left {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(-10px,-15px)
    }
}
.flex {
	display: flex;
	justify-content:space-between;
	align-items:flex-end;
}
.smp {display: none;}
@media (max-width:768px) {
	img.blank {
		width: 60px !important;
		height: 60px !important;
	}
	.footer img.blank {
		width: 140px !important;
		height: 140px !important;
	}
	.flex {
		display: block;
	}
	.smp {
		display: block;
	}
	.pc {
		display: none;
	}
	.pageTitle {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 60px;
	}
	.wrap .main h1 {
		line-height: 1.3;
		font-size: 24px;
		margin-bottom: 50px;
	}
	.wrap .main .head {
		font-size: 12px;
		margin-bottom: 50px;
	}
	.size_container {
		width: 100%;
	}
	.pageLine {
		border-bottom: none;
	}
	.size1 {
	}
	.size1 .kwd img {
		width: 138px;
		height: auto;
	}
	.size1 .keyword {
		margin-bottom: 0;
		font-size: 11px;
		text-align: center;
		color: #000000;
		font-weight: 700;
	}
	.size1 .keyword span {
		margin-left: 20px;
		margin-right: 20px;
	}
	.size1 .height img {
		width:98px;
		height: auto;
	}
	.size1 .search {
		margin-bottom: 10px;
		margin-top: 30px;
		}
	.size1 .model {
		margin-bottom: -21%;
		width: 76%;
		margin-right: auto;
		margin-left: auto;
	}
	.modelWrap {
		border-bottom: 4px solid #000000;
	}
	.size1 .modelWrap ul li:nth-child(1) img {
		width: 9vw;
		height: auto;
	}
	.size1 .modelWrap ul li:nth-child(2) img {
		width: 9vw;
		height: auto;
	}
	.size1 .modelWrap ul li:nth-child(3) img {
		width: 9vw;
		height: auto;
	}
	.size1 .modelWrap ul li:nth-child(4) img {
		width: 5.5vw;
		height: auto;
	}
	.size1 .modelWrap ul li:nth-child(1) {
		bottom: -34%;
		left:17%;
	}
	.size1 .modelWrap ul li:nth-child(2) {
		bottom: -34%;
		left: 34%;
	}
	.size1 .modelWrap ul li:nth-child(3) {
		bottom: -34%;
		right:39.4%;
	}
	.size1 .modelWrap ul li:nth-child(4) {
		bottom: -34%;
		right:23%;
	}
	.model {
		position: relative;
		margin-bottom: -7%;
	}
	.size2 .model {
		margin-top: 98px;
		width: 43%;
		margin-left: auto;
		margin-right: auto;
	}
	.size2 .content {
		margin-top: 35px;
		margin-bottom: 0px;		
	}
	.size2 .fukidashi img {
		width: 87px;
		height: auto
	}
	.size2 .fukidashi {
		top: 10px;
		right: -80px;
	}
	.content {
		width: 42%;
		margin-left: auto;
		margin-right: auto;
	}
	.content .sizeTitle {
		margin-bottom: 10px;
		padding-left: 0px;
	}
	.content .sizeTitle img {
		zoom:.5;
	}
	.content .sizenotation {
		margin-bottom: 20px;
		padding-left: 0px;
	}
	.content .sizenotation p {
		font-size: 12px;
		line-height: 2;
	}
	.content .sizenotation p.txt {
		font-size: 12px;
		padding-top: 30px;
	}
	.size3 {
		padding-top: 10px;
	}
	.size3 .modelWrap {
		order: 1;
	} 
	.size3 .model {
		width: 46%;
		margin-left: auto;
		margin-right: auto;
	}
	.size3 .content {
		margin-top: 30px;
		margin-bottom: 0px;
		order: 2;
	}
	.size3 .left {
		top: 80px;
		left: -70px;
	}
	.size3 .right {
		top: 0px;
		right: -57px;
	}
	.size3 .left img {
		width: 80px;
		height: auto;
	}
	.size3 .right img {
		width: 85px;
		height: auto;
	}
	.size4 {
		padding-top: 10px;
		margin-bottom: 0px;
	}
	.size4 .model {
		width: 43%;
		margin-left: auto;
		margin-right: auto;
	}
	.size4 .content {
		margin-top: 32px;
		margin-bottom: 0;
	}
	.size4 .left {
		top: 80px;
		left: -70px;
	}
	.size4 .right {
		top: 0px;
		right: -57px;
	}
	.size4 .left img {
		width: 85px;
		height: auto;
	}
	.size4 .right img {
		width: 87px;
		height: auto;
	}
}
@media (max-width: 320px) {
  .wrap .main .head {
    font-size: 11px;
  }
  .size1 .keyword span {
    margin-left: 10px;
    margin-right: 10px;
  }
}