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

#page-body{
	width: 100%;
}
#outerpre_2021aw{
	/*margin: 0 calc(50% - 50vw) 7%;*/
}

#outerpre_2021aw .view_pc_inline{
	display: inline;
}
#outerpre_2021aw .view_smp_inline{
	display: none;
}


/* h1 */
#outerpre_2021aw h1{
	width: 100%;
	margin: 0 auto 5%;
	text-align: center;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-color: #e1bf92;
}
#outerpre_2021aw h1 img{
	display: block;
	width: 100%;
	max-width: 1440px;
	height: auto;
	margin: 0 auto;
}


/* readtxt */
#outerpre_2021aw .readtxt{
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
	margin: 0 auto 4%;
}
#outerpre_2021aw .readtxt h2{
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 2%;
	color: #000000;
}
#outerpre_2021aw .readtxt .sub{
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 2%;
}
#outerpre_2021aw .readtxt p{
	line-height: 1.5;
}
#outerpre_2021aw .readtxt p span{
	font-size: 14px;
}


/* present */
#outerpre_2021aw .present{
	max-width: 825px;
	width: 100%;
	margin: 0 auto 5%;
	background-color: #e1bd8f;
	border-radius: 13px;
}
#outerpre_2021aw .present .present_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	padding: 2%;
	font-size: 16px;
	color: #000000;
}
#outerpre_2021aw .present .present_area.row-reverse{
	padding: 2% 2% 4%;
}
#outerpre_2021aw .present .present_area.underline{
	border-bottom: solid 1px #d48d36;
	margin: 0 auto 2%;
	padding: 5% 2% 4%;
}
#outerpre_2021aw .present .present_area .left{
	width: 27%;
	margin: 0 3% 0 0;
}
#outerpre_2021aw .present .present_area.row-reverse .left{
	width: 65%;
	margin: 0 0 0 0;
}
#outerpre_2021aw .present .present_area .right{
	width: 70%;
}
#outerpre_2021aw .present .present_area.row-reverse .right{
	width: 30%;
	margin: 0 0 0 5%;
}
#outerpre_2021aw .present .present_area .right h2{
	font-size: 28px;
	line-height: 1.6em;
	font-weight: 600;
	margin: 0 auto 10px;
}
#outerpre_2021aw .present .present_area .txt{
	font-size: 14px;
	line-height: 1.6em;
}
#outerpre_2021aw .present .present_area .txt span{
	font-size: 12px;
}
#outerpre_2021aw .present .present_area .present_coupon{
	margin: 15px 0 0 0;
}
#outerpre_2021aw .present .present_area .present_coupon span{
	font-size: 14px;
	font-weight: 600;
	background-color: #ffffff;
	padding: 4px 10px;
}
#outerpre_2021aw .present .present_area .ttl_sub{
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 600;
	margin: 0 auto 10px;
}
#outerpre_2021aw .present .present_area .txt_link a{
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 0 3px 0;
	border-bottom: solid 1px #000000;
}
#outerpre_2021aw .present .present_area .txt_link a:hover{
	text-decoration:none;
	opacity: .7;
	transition: all .3s linear 0s;
}
#outerpre_2021aw .present div.present_btn{
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 2% 0;
	background-color: #d48d36;
	color: #ffffff;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}
#outerpre_2021aw .present div.present_btn a{
	color: #ffffff;
	display: block;
}
#outerpre_2021aw .present div.present_btn a:hover,
#outerpre_2021aw .present div.present_btn a:focus{
	text-decoration: none;
	opacity: .7;
	transition: all .3s linear 0s;
}
#outerpre_2021aw .present div.present_btn:after{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	top: 38%;
	right: 38%;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(45deg);
	transform: rotate(135deg);
}


/* navigation */
#outerpre_2021aw .pre-order-navigation{
	display: flex;
	justify-content: space-between;
	max-width: 825px;
	width: 100%;
	margin: 0 auto 5%;
}
#outerpre_2021aw .pre-order-navigation li{
	width: 33.333%;
	text-align: center;
	padding: 2% 0;
}
#outerpre_2021aw .pre-order-navigation li+ li{
	border-left: solid 1px #000000;
}
#outerpre_2021aw .pre-order-navigation li a:hover{
	text-decoration:none;
	opacity: .7;
	transition: all .3s linear 0s;
}


/*===newitems===========================*/
#outerpre_2021aw .newitems h2{
	margin: 0 0 3% 10%;
}
#outerpre_2021aw .item_tshirt,
#outerpre_2021aw .item_bottom{
	display: flex;
	margin: 0 auto 5%;
}
#outerpre_2021aw .item_tshirt .sticky,
#outerpre_2021aw .item_bottom .sticky{
	width: 65%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	color: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 44px;
	font-weight: bold;
	overflow: hidden;
}
#outerpre_2021aw .item_tshirt .sticky img,
#outerpre_2021aw .item_bottom .sticky img{
	width: 100%;
}
#outerpre_2021aw .item_tshirt .item_color,
#outerpre_2021aw .item_bottom .item_color{
	width: 35%;
	text-align: center;
	padding: 8% 0;
}
#outerpre_2021aw .item_tshirt h2,
#outerpre_2021aw .item_bottom h2{
	font-size: 24px;
	padding: 0;
	margin-left: 13%;
	margin-bottom: 3%;
}
#outerpre_2021aw .item_tshirt .item_color img,
#outerpre_2021aw .item_bottom .item_color img{
	padding: 0;
	display: block;
	margin: 0 auto 5%;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox{
	text-align: left;
	margin: 0 auto 30% auto;
	display: block;
	width: 100%;
	max-width: 230px;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.date{
	display: block;
	color: #999999;
	font-weight: bold;
}


/* カラーチップ */
#outerpre_2021aw .newitems .slick-prev,
#outerpre_2021aw .newitems .slick-next{
	display:none !important;
}
#outerpre_2021aw .newitems .choice-btn .slick-list{
	display: inline-block;
}
#outerpre_2021aw .newitems .choice-btn .slick-list .slick-track{
	width: 100% !important;
	transform: none !important;
}
#outerpre_2021aw .newitems .choice-btn ul{
	width: 100% !important;
}
#outerpre_2021aw .newitems .choice-btn ul .slick-slide{
	width: 20px !important;
	margin: 5px 5px 0 0;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color-chip{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px 5px 0 0;
	border-radius: 50%;
}
/* カラーチップ(scapa) */
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_sc_01{
	background-color: #78523e;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_sc_02{
	background-color: #616053;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_sc_03{
	background-color: #4d4d43;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_sc_04_01{
	background-color: #f0e4cb;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_sc_04_02{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_sc_04_03{
	background-color: #4e3c2e;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_sc_05_01{
	background-color: #2c344c;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_sc_05_02{
	background-color: #bcab99;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_01{
	background-color: #999999;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_01{
	background-color: #999999;
}
/* カラーチップ(keith) */
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_01{
	background-color: #223329;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_02{
	background-color: #4b4a4d;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_03_01{
	background-color: #f0e4cb;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_03_02{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_03_03{
	background-color: #4f4735;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_04_01{
	background-color: #f0e4cb;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_04_02{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_05_01{
	background-color: #6c8885;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_05_02{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_06{
	background-color: #c8c0c0;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_05_03{
	background-color: #4b4a4d;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_07_01{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_07_02{
	background-color: #667787;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_kt_07_03{
	background-color: #bd9174;
}
/* カラーチップ(laisse) */
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_01_01{
	background-color: #f8ede6;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_01_02{
	background-color: #d0b0a4;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_01_03{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_02_01{
	background-color: #c8c0c0;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_02_02{
	background-color: #f0e4cb;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_02_03{
	background-color: #eedbd8;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_03_01{
	background-color: #78523e;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_03_02{
	background-color: #eedbd8;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_03_03{
	background-color: #f8ede6;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_03_04{
	background-color: #d9e2e3;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_04_01{
	background-color: #f8ede6;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_04_02{
	background-color: #eedbd8;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_04_03{
	background-color: #ac988e;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_04_04{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_05_01{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_05_02{
	background-color: #f8ede6;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_05_03{
	background-color: #eedbd8;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_06_01{
	background-color: #efe5e3;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_06_02{
	background-color: #eedbd8;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_06_03{
	background-color: #dfcad7;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_07_01{
	background-color: #121216;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_07_02{
	background-color: #f8ede6;
}
#outerpre_2021aw .item_tshirt .item_color div.itembox span.color_lp_08{
	background-color: #121216;
}


/* brdbtn */
#outerpre_2021aw .brdbtn{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 640px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 10%;
}
#outerpre_2021aw .brdbtn a{
	background-color: #000000;
	color: #ffffff;
	padding: 20px 0;
	margin: 0 0 25px 0;
	position: relative;
	transition: all .3s linear 0s;
}
#outerpre_2021aw .brdbtn a:hover, .brdbtn a:focus{
	text-decoration: none;
	background-color: #8c8c8c;
}
#outerpre_2021aw .brdbtn a:after{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	top: 43%;
	right: 6%;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(
		45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(
		45deg);
}


/* coupon_area */
#outerpre_2021aw h3{
	font-size: 43px;
	font-family: linotype-didot, serif;
	font-style: normal;
	font-weight: bold;
	margin: 0 auto 2%;
	line-height: 1em;
	text-align: center;
}
#outerpre_2021aw h3 span{
	display: block;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 16px;
}


/* novelty */
#outerpre_2021aw .novelty{
	margin: 0 auto 1%;
	max-width: 640px;
	width: 100%;
	text-align: center;
	background-color: #e1bd8f;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	padding: 0 0 2% 0;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
#outerpre_2021aw .novelty div.novelty_ttl{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	background-color: #d48d36;
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
	margin: 0 auto 4%;
}
#outerpre_2021aw .novelty .novelty_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 560px;
	margin: 0 auto;
	padding: 2% 0;
	font-size: 13px;
	color: #000000;
}
#outerpre_2021aw .novelty .novelty_area .left{
	margin: 0 4% 0 0;
	width: 20%;
}
#outerpre_2021aw .novelty .novelty_area .right{
	width: 76%;
	text-align: left;
}
#outerpre_2021aw .novelty .novelty_area .right h2{
	font-size: 12px;
	line-height: 1.6em;
	font-weight: 600;
	margin: 0 auto 5px;
}
#outerpre_2021aw .novelty .novelty_area .txt{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6em;
}
#outerpre_2021aw .novelty img{
	margin: 2% auto;
}
#outerpre_2021aw .novelty h4 img{
	width: 100%;
	max-width: 418px;
	margin: 0 auto;
}
#outerpre_2021aw .novelty p.text1{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 auto 4%;
}
#outerpre_2021aw .novelty p.text2{
	font-size: 25px;
	line-height: 1.5em;
}
#outerpre_2021aw .novelty p.text2 span{
	font-size: 20px;
}
#outerpre_2021aw .novelty .text3{
	margin: 3% auto;
}
#outerpre_2021aw .novelty p.text3 span{
	font-size: 12px;
	font-weight: normal;
}
#outerpre_2021aw .novelty p.border{
	border: 1px solid #000000;
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding: 2% 0;
}
#outerpre_2021aw .novelty p.border a{
	padding: 20px 0;
	margin: 0 0 25px 0;
	position: relative;
	transition: all .3s linear 0s;
}
#outerpre_2021aw .novelty p.border:hover{
	border: 1px solid #4d4d4d;
	opacity: .7;
	transition: all .3s linear 0s;
}
#outerpre_2021aw .novelty p.border a:hover{
	text-decoration: none;
	opacity: .7;
	transition: all .3s linear 0s;
}
#outerpre_2021aw .novelty p.border a:after{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	top: 44%;
	right: -6%;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* coupon */
#outerpre_2021aw .novelty .coupon_code{
	width: 64%;
	max-width: 700px;
	background-color: #ffffff;
	margin: 2% auto 4%;
	padding: 2% 0 1.5%;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6em;
}
#outerpre_2021aw .novelty .coupon_terms{
	margin: 0 auto;
}
#outerpre_2021aw .novelty .coupon_code span.btn-clipboard{
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.11em;
}
#outerpre_2021aw .novelty .coupon_code span.btn-clipboard:hover{
	color: #d48d36;
	transition: all .3s linear 0s;
}
#outerpre_2021aw .novelty .coupon_terms p{
	font-size: 18px;
	font-weight: bold;
}
#outerpre_2021aw .novelty .coupon_terms ul{
	width: 100%;
	font-size: 13px;
	font-weight: 300;
}
#outerpre_2021aw .novelty .coupon_terms ul li{
	margin: 0 auto 0.5%;
}
#outerpre_2021aw .noveltyattention{
	font-size: 16px;
	text-align: center;
	margin-bottom: 3.5%;
}


/* slider */
#outerpre_2021aw .p-main *{
	box-sizing: border-box;
}
#outerpre_2021aw .item_block .slider {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
#outerpre_2021aw .item_block .slider li{
	width: 30%;
	text-align: center;
	font-size: 0.95em;

	line-height: 1em;
}
#outerpre_2021aw .item_block .slider img{
	height: auto;
	width: 90%;
}
#outerpre_2021aw .slick-prev, .slick-next{
	position: absolute;
	top: 45%;
	z-index: 99999;
}
.#outerpre_2021aw slick-prev{
	left: -15px;
}
#outerpre_2021aw .slick-next {
	right: -15px;
}
#outerpre_2021aw .slick-next:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#outerpre_2021aw .slick-prev:before{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#outerpre_2021aw .slick-prev:before,
#outerpre_2021aw .slick-next:before{
	color: #b8b7b7;
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	opacity: 1;
	margin: 0 auto;
	border-top: solid 1px #b8b7b7;
	border-right: solid 1px #b8b7b7;
}
@media screen and (min-width: 690px) {
	.#outerpre_2021aw item_block .slider li {
		line-height: 1.2em;
	}
	#outerpre_2021aw .slick-prev:before,
	#outerpre_2021aw .slick-next:before{
		width: 30px;
		height: 30px;
	}
	#outerpre_2021aw .slick-prev{
		left: -25px;
	}
	#outerpre_2021aw .slick-next{
		right: -25px;
	}
}
@media screen and (min-width: 1025px) {
	#outerpre_2021aw .item_block .slider img{
		width: 100%;
	}
}
#outerpre_2021aw .staff .inst_link{
	margin-top: 3%;
	text-align: center;
	font-size: 0.95em;
	line-height: 2.5em;
	margin-bottom: 14%;
}
#outerpre_2021aw .staff .inst_link a{
	border-bottom: solid 1px #000;
	padding-bottom: 0.2%;
}


/* pagelastbtn */
#outerpre_2021aw .pagelastbtn{
	margin: 5% auto;
	width: 100%;
}


/* 固定クーポンバナー */
#outerpre_2021aw #coupon__banner{
	position: fixed;
	bottom: -1px;
	right: 0;
	margin: 0;
	z-index: -1;
}
@media (min-width: 768px) {
	#outerpre_2021aw #coupon__banner{
		bottom: 0;
		border: none;
	}
}
#outerpre_2021aw #coupon__banner a{
	opacity: 1;
}
#outerpre_2021aw #coupon__banner.fadeIn{
	z-index: 1;
}







/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
@media screen and (max-width: 1440px){
	#outerpre_2021aw .item_tshirt .sticky img,
	#outerpre_2021aw .item_bottom .sticky img{
		width: auto;
		height: 100vh;
		max-width: inherit;
		position: absolute;
		left: 0;
	}
}




@media screen and (max-width: 1024px){
	#outerpre_2021aw .item_tshirt .sticky img,
	#outerpre_2021aw .item_bottom .sticky img{
		width: auto;
		height: 100vh;
		max-width: inherit;
		position: absolute;
		left: -45%;
	}
}




@media screen and (max-width: 768px){
	.view_pc_inline{
		display: none;
	}
	.view_smp_inline{
		display: inline;
	}


	/* h1 */
	#outerpre_2021aw h1{
		margin: 0 auto 12%;
	}


	/* readtxt */
	#outerpre_2021aw .readtxt{
		margin: 0 auto 12%;
		line-height: 1.8em;
		padding: 0 5%;
		font-size: 14px;
	}
	#outerpre_2021aw .readtxt p span{
		font-size: 12px;
	}
	#outerpre_2021aw .readtxt h2{
		font-size: 19px;
		font-weight: bold;
		margin: 0 auto 4%;
		text-align: center;
	}
	#outerpre_2021aw .readtxt .sub{
		font-size: 15px;
		font-weight: bold;
		margin: 0 auto 7%;
		text-align: center;
	}

	/* present */
	#outerpre_2021aw .present{
		width: 90%;
		margin: 0 auto 13%;
	}
	#outerpre_2021aw .present .present_area{
		display: block;
		width: 90%;
	}
	#outerpre_2021aw .present .present_area.row-reverse{
		padding: 4% 2% 6%;
	}
	#outerpre_2021aw .present .present_area.underline{
		margin: 0 auto 6%;
		padding: 10% 2%;
	}
	#outerpre_2021aw .present .present_area .left{
		width: 30%;
		margin: 0 auto 4%;
		text-align: center;
	}
	#outerpre_2021aw .present .present_area.row-reverse .left{
		width: 100%;
		margin: 0 auto;
	}
	#outerpre_2021aw .present .present_area .right{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#outerpre_2021aw .present .present_area.row-reverse .right{
		width: 50%;
		margin: 0 auto 6%;
	}


	/* navigation */
	#outerpre_2021aw .pre-order-navigation {
		width: 90%;
		margin: 0 auto 13%;
		flex-wrap: wrap;
	}
	#outerpre_2021aw .pre-order-navigation li {
		width: 33.333%;
		text-align: center;
		padding: 10% 0;
		box-sizing: border-box;
	}
	#outerpre_2021aw .pre-order-navigation li img{
		width: 75%;
	}
	#outerpre_2021aw .pre-order-navigation li+ li{
		border-left: solid 1px #d6cecb;
		border-top: solid 1px #d6cecb;
		border-bottom: solid 1px #d6cecb;
	}
	#outerpre_2021aw .pre-order-navigation li:first-child{
		border-left: solid 1px #d6cecb;
		border-top: solid 1px #d6cecb;
		border-bottom: solid 1px #d6cecb;
	}
	#outerpre_2021aw .pre-order-navigation li:nth-child(2){
		border-top: solid 1px #d6cecb;
		border-bottom: solid 1px #d6cecb;
	}
	#outerpre_2021aw .pre-order-navigation li:nth-child(3){
		border-right: solid 1px #d6cecb;
		border-top: solid 1px #d6cecb;
		border-bottom: solid 1px #d6cecb;
	}


	/*===newitems===========================*/
	#outerpre_2021aw .newitems{
		margin: 0 0 20% 0;
	}
	#outerpre_2021aw .newitems h2{
		margin: 0 auto 2%;
		width: 50%;
	}
	#outerpre_2021aw .item_tshirt,
	#outerpre_2021aw .item_bottom{
		display: block;
		margin: 0 auto 4%;
	}
	#outerpre_2021aw .item_tshirt .sticky,
	#outerpre_2021aw .item_bottom .sticky{
		width: 100%;
		height: 100%;
		position: -webkit-sticky;
		position: static;
		top: 0;
		left: 0;
		color: #fff;
		display: flex;
		font-size: 44px;
		font-weight: bold;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		margin: 0 0 7% 0;
	}
	#outerpre_2021aw .item_tshirt .sticky img,
	#outerpre_2021aw .item_bottom .sticky img{
		width: 100%;
		height: auto;
		max-width: inherit;
		position: inherit;
		left: 0;

	}
	#outerpre_2021aw .item_tshirt .item_color,
	#outerpre_2021aw .item_bottom .item_color{
		width: 90%;
		margin: 0 auto 0 6%;
		text-align: center;
		box-sizing: border-box;
		padding: 0% 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#outerpre_2021aw .item_tshirt h2,
	#outerpre_2021aw .item_bottom h2{
		font-size: 24px;
		padding: 15% 0 5% 0;
		text-align: center;
	}
	#outerpre_2021aw .item_tshirt .item_color img,
	#outerpre_2021aw .item_bottom .item_color img{
		padding: 0 0 0 0;
		display: block;
		margin: auto;
		width: 100%;
	}
	#outerpre_2021aw .item_tshirt .item_color div.itembox{
		text-align: left;
		margin: 0 2.5% 6% 0;
		display: inline-block;
		width: 47%;
	}


	/* brdbtn */
	#outerpre_2021aw .brdbtn{
		width: 90%;
		font-size: 14px;
		margin-bottom: 20%;
	}
	#outerpre_2021aw .brdbtn a {
		padding: 4% 0;
		margin: 0 0 15px 0;
	}


	/* h3 */
	#outerpre_2021aw h3{
		font-size: 35px;
		margin: 0 auto 8%;
		line-height: 1em;
	}



	/* novelty */
	#outerpre_2021aw .novelty{
		width: 90%;
		margin: 0 auto 4%;
		padding: 0 0 6% 0;
	}
	#outerpre_2021aw .novelty div.novelty_ttl{
		padding: 2% 0;
		margin: 0 auto 8%;
	}
	#outerpre_2021aw .novelty .novelty_area{
		align-items: flex-start;
		margin: 0 auto 4%;
		padding: 0 0 0 0;
	}
	#outerpre_2021aw .novelty .novelty_area .left{
		width: 50%;
	}
	#outerpre_2021aw .novelty img.novelty_img{
		width: 90%;
		margin: 0 auto 6%;
	}
	#outerpre_2021aw .novelty h4 img{
		width: 90%;
	}
	#outerpre_2021aw .novelty p.text1{
		font-size: 16px;
		margin: 0 auto 6%;
	}
	#outerpre_2021aw .novelty p.text2{
		font-size: 21px;
		margin: 0 auto 8%;
	}
	#outerpre_2021aw .novelty p.text2 span{
		font-size: 12px;
	}
	#outerpre_2021aw .novelty .text3{
		margin: 0 auto 6%;
	}
	#outerpre_2021aw .novelty p.border{
		width: 90%;
		margin: 0 auto 6%;
	}
	#outerpre_2021aw .novelty p.border a:after{
		top: 48%;
		right: -85px;
	}



	/* coupon */
	#outerpre_2021aw .novelty .coupon_code{
		width: 90%;
		margin: 4% auto 6%;
	}
	#outerpre_2021aw .novelty .coupon_terms p{
		font-size: 16px;
	}
	#outerpre_2021aw .novelty .coupon_terms ul{
		font-size: 12px;
	}
	#outerpre_2021aw .noveltyattention{
		font-size: 12px;
		margin-bottom: 10%;
	}


	/* pagelastbtn */
	#outerpre_2021aw .pagelastbtn{
		margin: 10% auto 0;
		width: 100%;
	}


	/* slider */
	#outerpre_2021aw .slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	#outerpre_2021aw .slick-box{
		height: 100%;
	}
	#outerpre_2021aw .slick-box li{
		height: 100%;
	}
	#outerpre_2021aw .slick-box li img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
	}