body.wr201912{
	font-size: 18px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.75;
	text-align: left;
}
.left {float: left;}
.right {float: right;}
p.more_scroll.none, div.arrow.none {
    opacity: 0;
}
header {
	top:0;
	width: 100%;
	position: fixed;
	background: #FFF;
	z-index: 9999;
}
#header{
	max-width: 940px;
	width: 100%;
	height: 50px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#header h1 {
	width: 141px;
	height: 35px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: auto;
}
.menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#menuBtn,
#menuBtn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menuBtn.sp{
	display: none;
}

#menuBtn {
  position: relative;
  width: 25px;
  height: 20px;
  margin: 0 0 0 15px;
  z-index: 2;
}
#menuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
#menuBtn span:nth-of-type(1) {
  top: 0;
}
#menuBtn span:nth-of-type(2) {
  top: 8px;
}
#menuBtn span:nth-of-type(3) {
  bottom: 0;
}
#menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
#menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
#cartBtn{
	position: absolute;
	right: 14px;
	bottom:3px;
}
.nav_online_link a, .nav_online_link:visited {
	color: #ffffff;
}

#header .menu {
	float: right;
	padding: 7px 0 0 0;
}

#header .menu ul{
	margin: 0;
	padding: 0;
}

#nav { 
	position: relative; 
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}

body nav#access {
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav li{
	margin: 5px 0px 0px;
	padding: 0px 20px 0;
	list-style: none;
	float: left;
	border-left: 1px solid #000000;
}
#nav li:first-child, #nav li:last-child{
	border-left: 0;
}
#nav li:last-child a img{
	width:83%;
}
#nav li.nav_online_link{
	margin: 0;
	padding: 0 0;
}
#nav li a, #nav li a:visited {
	color: #000000;
}

.nav_online_link span{
	font: 13px"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	display: inline-block;
    padding: 5px 20px 5px;
    background: #000;
}
#nav li.nav_online_link span a{
	color: #fff;
}
footer {
	background: #000;
	margin: 0px 0 0 0;
	padding: 40px 0 0 0;
	color:#FFFFFF;
}
/* ------ ------ ------ ------ 
footer
 ------ ------ ------ ------ */
p#ToTop {
    text-align: center;
    background: gray;
    height: 60px;
    line-height: 2.5;
    font-size: 30px;
    font-family: 'Oswald';
    letter-spacing: 2px;
    background: url(https://wonder-baggage.com/wp-content/themes/wonder-baggage/images/top/totop_arrow.jpg) no-repeat 50% 7px/18px auto #666666;
}
p#ToTop a{
	display: block;
	width: 100%;
	height: 100%;
}
p#ToTop a, p#ToTop a:visited{
	color: #ffffff;
}
p#ToTop a:hover{
	text-decoration: none;
}
#footer {
	max-width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#footer_rogo{
	width: 120px;
	text-align: center;
	margin: 0 auto 20px;
}
#footerGnav {
}

#footerGnav a {
	color:#FFFFFF;
}

#footerGnav p {
	font-size: 10px;
	padding: 2px 8px 0 0;
	float: right;
}

ul#footerNav {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	margin: 0 auto;
	display: table;
}

ul#footerNav li {
	float: left;
	list-style: none;
	padding: 0 10px;
}

ul#footerNav li:first-child {
}

#footerSubNavBox {
	padding: 15px 0 0 0;
}

#footerSubNav01,#footerSubNav02,#footerSubNav03 {
	float: left;
	width: 155px;
	font-weight: bold;
}

.footerMenu {
	padding: 3px 0 0 0;
}

#footerSubGnav01,#footerSubGnav02 {}

ul#footerSubGnav01 li,ul#footerSubGnav02 li,ul#footerSubGnav03 li {
	margin: 0 0 0 14px;
	padding: 0 0 0 0;
	font-size: 10px;
	line-height: 1.3em;
}


#footerLogo {
	position: absolute;
	right: 0;
	top: 40px;
}

.copy {
	padding: 20px 0 30px 0;
	text-align: center;
	font-size: 9px;
}

@keyframes arrow {
  0% { bottom: 30px;} 
  15%,20% { bottom:26px;}
  20%,25% { bottom: 30px;}
  100% { bottom: 30px;}
}
@keyframes arrow_sp {
  0% { bottom: 10px;} 
  15%,20% { bottom:6px;}
  20%,25% { bottom: 10px;}
  100% { bottom: 10px;}
}

@media screen and (min-width: 769px) {
.pc_view{display: block;}
.sp_view{display: none !important;}
.main_visual_box {
    width: 100%;
    height: calc(100vh - 70px);
    margin: 0;
    position: relative;
}
.main_visual_box h1 {
    position: absolute;
    width: 420px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    z-index: 2;
    border: 4px solid #000000;
}
.main_visual_box h1 span {
	font-weight: normal;
}

.main_visual_top, .main_visual_bottom {
	width: 100%;
	height: 50%;
	position: absolute;
	opacity: 0.75;
}
.main_visual_top {
	top: 0;
	background: url(../images/main_top.jpg) no-repeat center center/cover;
}
.main_visual_bottom {
    top: 50%;
    background: url(../images/main_bottom.jpg) no-repeat center 70%/cover;
}
p.more_scroll {
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
div.arrow {
	position: absolute;
	width: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 2;
   	animation-name:arrow;
	animation-duration:2s;
	animation-iteration-count:infinite;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
div.arrow img{
	width: 100%;
}

section.sec_wr_top h2 {
    font-size: 60px;
    text-align: center;
    color: #666;
}
.top_item{
	width: 100%;
	height: 380px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px;
}

.top_item div{
	width: 24%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	margin-top: 0;
}
.top_item_totewr {
	background: url(../images/tote_n.jpg) no-repeat center bottom/auto 82%;
	margin-left: 2%;
}
.top_item_3waywr {
	background: url(../images/3way_n.jpg) no-repeat center bottom/auto 71%;
	margin-left: 2%;
}
.top_item_shield {
	background: url(../images/shield_body.jpg) no-repeat center bottom/auto 100%;
	margin-left: 0.8%;
}
.top_item_invisi {
	background: url(../images/invisible.png) no-repeat center bottom/auto 100%;
	margin-left: -2%;
}

section.sec_wr_top {
    padding: 100px 0 30px;
}
.wr_text_box {
	margin: 0 0 30px;
	line-height: 1.7;
}
.wr_text_box h3 {
	font-size: 45px;
	text-align: center;
	margin: 0 0 0px;
}
.wr_text_box h4 {
	font-size: 40px;
	text-align: center;
	margin: 0 0 20px;
	font-weight: 400;
	}
.wr_text_box p {
	width: 500px;
	margin: 10px auto 0;
}

.sec_wr_black {
    padding: 50px 0 90px;
    margin: 0 0 100px;
    background: #000;
    color: #fff;
    position: relative;
    height: 900px;
}
.sketch_text {
    text-align: center;
    font-style: italic;
    font-family: serif;
}
.sketch_1 {
	position: absolute;
	top: 110px;
	left: 50px;
	opacity: 0.5;
	width: 35%;
    height: 35%;
	background: url(https://wonder-baggage.com/202008/images/bag_dessan_01.jpg) no-repeat center center/auto 100%;
}
.sketch_1 img {
	width: 30%;
}
.sketch_2 {
	position: absolute;
	top: 250px;
	right: 80px;
	opacity: 0.5;
	width: 40%;
    height: 40%;
	background: url(https://wonder-baggage.com/202008/images/bag_dessan_02.jpg) no-repeat center center/auto 100%;
}
.sketch_2 img {
	width: 30%;
}
.sketch_3 {
	position: absolute;
	bottom: 160px;
	left: 10%;
	opacity: 0.5;
	width: 30%;
    height: 30%;
	background: url(https://wonder-baggage.com/202008/images/bag_dessan_03.jpg) no-repeat center center/auto 100%;
}
.sketch_3 img {
	width: 50%;
}
ul.wr_black_img_list {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0.5;
}

ul.wr_black_img_list li {
    width: 32.3%;
}
.wr_item_text {
	position: absolute;
	top: 27%;
	left: 50%;
	transform: translate(-50%,-27%);
	width: 600px;
	height: auto;
}
.wr_item_text p {
	font-size: 20px;
	line-height: 1.75;
	color: #fff;
	margin-bottom: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
}
.wr_black_icon_list {
    width: 600px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translate(-50%,0);
}
.wr_black_icon_list li{
	width: 33%;
	text-align: center;
	margin-bottom: 10px;
}
ul.wr_black_icon_list li img {
    width: 70%;
}

ul.wr_black_icon_list li p {
    margin: 10px 0 0;
}

.wr_title {
	width: 100%;
    margin: 50px auto 20px;
    text-align: center;
}
.wr_title h6 {
	width: 80%;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	 color          : #ffffff;            /* 文字の色 */
  font-size      : 50pt;               /* 文字のサイズ */
  letter-spacing : 5px;                /* 文字間 */
  text-shadow    : 
       2px  2px 0px #000000,
      -2px  2px 0px #000000,
       2px -2px 0px #000000,
      -2px -2px 0px #000000,
       2px  0px 0px #000000,
       0px  2px 0px #000000,
      -2px  0px 0px #000000,
       0px -2px 0px #000000;
}
.wr_title h6:before, h6:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40%;
  height: 1px;
  background-color: black;
}

.wr_title h6:before {
  left:0;
}
.wr_title h6:after {
  right: 0;
}
.wr_item {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 30px 0 100px;
}
.wr_item div{
	width: 500px;
	height: 500px;
	position: relative;
	box-sizing: border-box;
	margin-top: -70px;
}
.wr_item_2 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 30px 0 100px;
}
.wr_item_2 div{
	width: 500px;
	height: 500px;
	position: relative;
	box-sizing: border-box;
}
section.main_visual_sec {
	    padding: 100px 0 30px;
	}
.spec_box h3 {
	font-size: 45px;
	text-align: center;
}

section.sec_spec_detail {
    padding: 0 0 100px;
}
.spec_icon {
    width: 120px;
    margin: 0 auto 20px;
}

.spec_LR_box {
	margin: 0 0 100px;
	position: relative;
}
.spec2 .spec_LR_box {
	margin: 0 0 0px;
}

.spec_title {
    width: 100%;
    height: 700px;
}
.spec1 .spec_title {
	background: url(../images/pick_02.jpg) no-repeat left top/cover;
}
.spec2 .spec_title {
	background: url(../images/pick_01.jpg) no-repeat right top/auto 100%;
}
.spec3 .spec_title {
    height: 1000px;
    background: url(../images/pick_04.jpg) no-repeat right top/auto 100%;
}
.spec4 .spec_title {
	height: 850px;
	background: url(../images/pick_03.jpg) no-repeat left top/auto 100%;
}
.spec5 .spec_title {
    height: 930px;
    background: url(../images/pick_05.jpg) no-repeat left top/auto 100%;
}
.spec6 .spec_title {
	height: 900px;
	background: url(../images/pick_06_2.jpg) no-repeat left top/auto 100%;
}

.spec_text {
    width: 460px;
    padding: 0 5%;
    line-height: 1.7;
}
.spec1 .spec_text {
    position: absolute;
    bottom: 40px;
    right: 50px;
    color: #ffffff;
}
.spec2 .spec_text {
    position: absolute;
    bottom: -40px;
    padding: 0 15%;
}
.spec3 .spec_text {
    position: absolute;
    bottom: 160px;
    padding: 0 15%;
}
.spec4 .spec_text {
    position: absolute;
    right: 50px;
    top: 100px;
}
.spec5 .spec_text {
    position: absolute;
    bottom: 130px;
    padding: 0 10%;
    color: #fff;
}
.spec6 .spec_text {
    position: absolute;
    right: 60px;
    top: 40px;
}
.spec_text h3{
    text-align: left;
}
.sec_item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 5%;
}
.matome {
	width: 48%;
}
.sec_wr_tote h2, .sec_wr_3way h2{
	font-size: 45px;
	text-align: center;
	margin: 0 0 50px;
}
.sec_inner {
    width: 80%;
    margin: auto;
}
ul.item_img_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.item_img_list li{
	width: 31.3%;
}
.shield img {
	max-width: 120%;
    margin-left: -15px;
}

ul.item_img_list_3way {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 65px;
}
ul.item_img_list_3way li{
	width: 31.3%;
}

p.color {
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0 30px;
}
ul.item_spec {
    margin: 30px 0 0;
}

ul.item_spec li {
    display: inline-block;
    margin-right: 20px;
    line-height: 1.5;
    font-size: 17px;
}
.bold {
	font-weight: bold;
	font-size: 17px;
}
.item_more_btn {
    width: 70%;
    margin: 80px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.item_more_btn a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #000000;
    transition: all 0.3s ease-out;
    border: 2px solid #000000;
    box-sizing: border-box;
}

.item_more_btn a,.item_more_btn a:visited {
    color: #ffffff;
}

.item_more_btn a:hover {
    background: #ffffff;
}
.item_more_btn a:hover,.item_more_btn a:visited:hover {
    color: #000000;
}

/*イベント表示部分*/

.device_event {
	width: auto;
	padding: 20px 50px 50px;
	background-color: #fff;
}
.device_event h2 {
	font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.device_event h3 {
		font-size: 14px;
		margin: 0 auto 15px;
		text-align: center;
		padding: 0px 0 20px 0;
	}
	.event_inner {
		width: auto;
		margin: 20px auto 30px;
	}
	/*.border {
		border-top: 1px solid;
		padding-top: 30px;
	}*/
.event_map {
		width: 100%;
		margin: 0 auto;
	}
	.event_map iframe {
		height: 216px;
		width: 100%;
	}
	.event_info {
		width: 100%;
		margin: 15px auto;
	}
	.event_info h2 {
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto 2px;
		text-align: left;
		padding: 0;
	}
	.event_info h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.4;
		text-align: left;
		margin: 0 0 10px 0px;
		padding: 0;
	}
	.event_info p {
		font-size: 14px;
		line-height: 1.6;
		text-align: justify;
	}
	.event_button {
		display: block !important;
		margin: 10px auto;
		width: 250px;
	}

}
@media screen and (max-width: 768px) {
	.pc_view{display: none;}
	.sp_view{display: block;}
	html {
	    font-size: calc(100vw / 0.750) !important;
	}
	body.wb201812{
		font-size: 0.031rem;
	}
	/* ヘッダー */
	#header {
	    height: 20px;
	    padding: 15px 0;
	    text-align: left;
	}
	#header h1 {
	    width: 141px;
	    height: 35px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    padding: 0;
	    margin: auto;
	}
	body.home #header h1 {
		display: block;
	}
	
	#menuBtn.sp{
		display: inline-block;
	}
	
	#header .menu{
		padding: 15px 0 0 0;
	}
	body nav#access {
	    display: block;
	    width: 100%;
	    height: auto;
	    position: fixed;
	    top: 50px;
	    bottom: auto;
	    right: auto;
	    margin: auto;
	}
	#header #nav {
		display: none;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		text-align: center;
	    padding: 20px 0 0 0;
	    box-sizing: border-box;
	}
	#nav li{
		width: 100%;
		font-size: 30px;
		padding: 10px 0;
		margin: 0;
		border: none;
		line-height: initial;
	}
	#nav li:last-child{
		display: none;
	} 
	#nav li.nav_online_link{
		padding: 15px 0;
	}
	/* フッター*/
	footer {
	    background: #000;
	    margin: 0px 0 0 0;
	    padding: 40px 0 0 0;
	    color: #FFFFFF;
	}
	ul#footerNav li{
		font-size: 10px;
		padding: 0 14px 0 0;
	}
	ul#footerNav li:last-child{
		padding: 0 0 0 0;
	}
	p#ToTop {
	    text-align: center;
	    background: gray;
	    height: 50px;
	    line-height: 3;
	    font-size: 23px;
	    font-family: 'Oswald';
	    letter-spacing: 2px;
	    margin: 80px 0 0;
	    background: url(https://wonder-baggage.com/wp-content/themes/wonder-baggage/images/top/totop_arrow.jpg) no-repeat 50% 7px/18px auto #666666;
	}	
	.main_visual_box {
	    width: 100%;
	    height: 100vh;
	    position: relative;
	}
	.main_visual_box h1 {
	    position: absolute;
	    width: 65%;
	    height: 70px;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    font-size: 0.07rem;
	    line-height: 70px;
	    text-align: center;
	    z-index: 2;
	    border: 2px solid #000000;
	}
	.main_visual_box h1 span {
		font-weight: normal;
	}
	.main_visual_top, .main_visual_bottom {
		width: 100%;
		height: 50vh;
		position: absolute;
		opacity: 0.75;
	}
	.main_visual_top {
		top: 0;
		background: url(../images/main_top.jpg) no-repeat center center/auto 140%;
	}
	.main_visual_bottom {
		top: 50%;
		background: url(../images/main_bottom.jpg) no-repeat center 70%/auto 220%;
	}
	p.more_scroll {
	    position: absolute;
	    width: 100%;
	    bottom: 40px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	    z-index: 2;
	    opacity: 1;
	    transition: all 0.3s ease-in-out;
	}
	div.arrow {
		position: absolute;
		width: 30px;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
	    z-index: 2;
	   	animation-name:arrow_sp;
		animation-duration:2s;
		animation-iteration-count:infinite;
	    opacity: 1;
	    transition: all 0.3s ease-in-out;
	}
	section.sec_wr_top h2 {
	    font-size: 0.06rem;
	    text-align: center;
	    color: #666;
	    margin: 0 0 8vw;
	}
	.top_item{
		width: 100%;
		margin: 0 0 100px;
		display: flex;
		flex-wrap: wrap;
		height: 300px;
	}
	.top_item::before {
	    content: "";
	    display: block;
	    padding-top: 66%;
	}	
	.top_item div{
		position: relative;
		top: 0;
		width: 45%;
		height: 100%;
		box-sizing: border-box;
		margin-top: -200px;
	}
	.top_item_totewr {
	background: url(../images/tote_n.jpg) no-repeat center bottom/auto 60%;
	margin-left: 4%;
}
.top_item_3waywr {
	background: url(../images/3way_n.jpg) no-repeat center bottom/auto 50%;
	margin-left: 2%;
}
.top_item_shield {
	background: url(../images/shield_body.jpg) no-repeat center bottom/auto 70%;
	margin-left: 4%;
}
.top_item_invisi {
	background: url(../images/invisible.png) no-repeat center bottom/auto 75%;
	margin-left: 3%;
}
	
	.top_item_left {
		left: 0;
		background: url(../images/tote_n.jpg) no-repeat right bottom/auto 100%;
	}
	.top_item_right {
		left: 51%;
		background: url(../images/3way_n.jpg) no-repeat left bottom/auto 90%;
	}
	section.sec_wr_top {
	    padding: 100px 0 30px;
	}
	.wr_title {
	width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wr_title h6 {
	width: 80%;
	position: relative;
	display: inline-block;
	padding: 0 12px;
	 color          : #ffffff;            /* 文字の色 */
  font-size      : 40pt;               /* 文字のサイズ */
  letter-spacing : 5px;                /* 文字間 */
  text-shadow    : 
       2px  2px 0px #000000,
      -2px  2px 0px #000000,
       2px -2px 0px #000000,
      -2px -2px 0px #000000,
       2px  0px 0px #000000,
       0px  2px 0px #000000,
      -2px  0px 0px #000000,
       0px -2px 0px #000000;
}
.wr_title h6:before, h6:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: black;
}

.wr_title h6:before {
  left:0;
}
.wr_title h6:after {
  right: 0;
}
	.wr_text_box {
		margin: 2vw 0 4vw;
		line-height: 1.5;
	}
	
	.wr_text_box h3 {
		font-size: 0.05rem;
		text-align: center;
		margin: 0 0 10px;
	}
	.wr_text_box h4 {
		font-size: 0.045rem;
		text-align: center;
		margin: 20px 0 0;
		font-weight: 400;
	}
	.wr_text_box p {
		width: 85%;
		margin: auto;
	}
	.sec_wr_black {
	    padding: 15vw 0 20vw;
	    background: #000;
	    color: #fff;
	    position: relative;
	    height: 950px;
	}
	.sketch_text {
	    text-align: center;
	    font-style: italic;
	    font-family: serif;
	}
	.sketch_1 {
	position: absolute;
	top: 100px;
	left: 0;
	opacity: 0.5;
	width: 75%;
    height: 25%;
	background: url(https://wonder-baggage.com/202008/images/bag_dessan_01.jpg) no-repeat center center/auto 100%;
}
.sketch_1 img {
	width: 30%;
}
.sketch_2 {
	position: absolute;
	top: 350px;
	right: -70px;
	opacity: 0.5;
	width: 120%;
    height: 25%;
	background: url(https://wonder-baggage.com/202008/images/bag_dessan_02.jpg) no-repeat center center/auto 100%;
}
.sketch_2 img {
	width: 30%;
}
.sketch_3 {
	position: absolute;
	bottom: 200px;
	left: -80px;
	opacity: 0.5;
	width: 100%;
    height: 27%;
	background: url(https://wonder-baggage.com/202008/images/bag_dessan_03.jpg) no-repeat center center/auto 100%;
}
.sketch_3 img {
	width: 50%;
}
	ul.wr_black_img_list {
	    width: 100%;
	    margin: auto;
	}
	
	ul.wr_black_img_list li {
	    width: 100%;
	}
ul.wr_black_img_list {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0.5;
}

ul.wr_black_img_list li {
    width: 32.3%;
}
.wr_item_text {
	position: absolute;
	top: 21%;
	left: 50%;
	transform: translate(-50%,-23%);
	width: 300px;
	height: auto;
}
.wr_item_text p {
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	text-align: justify;
	margin-bottom: 15px;
}	
	.wr_black_icon_list {
	    width: 80%;
	    margin: 4vw auto 0;
	    display: flex;
	    flex-wrap: wrap;
	    position: absolute;
	    left: 50%;
	    bottom: 65px;
	    transform: translate(-50%,0);
	}
	.wr_black_icon_list li{
		font-size: 0.025rem;
		width: 50%;
		text-align: center;
	}
	.wr_black_icon_list li:nth-child(1),.wr_black_icon_list li:nth-child(2){
		margin: 0px 0 2vw;
	}
	ul.wr_black_icon_list li img {
	    width: 70%;
	}
	
	ul.wr_black_icon_list li p {
	    margin: 10px 0 0;
	}
	
	.wr_item {
	display: block;
	justify-content: center;
	width: 100%;
	margin: 0 0 100px;
}
.wr_item div{
	width: auto;
	height: 250px;
	position: relative;
	box-sizing: border-box;
	margin-top: 0px;
}
.sp_item_3waywr {
	background: url(../images/3way_n.jpg) no-repeat center bottom/auto 90%;
	top: -15px
}
.sp_item_totewr {
	background: url(../images/tote_n.jpg) no-repeat center bottom/auto 100%;
	top: 10px;
}
.sp_item_shield {
	background: url(../images/shield_body.jpg) no-repeat center bottom/auto 100%;
}
.sp_item_invisi {
	background: url(../images/invisible.png) no-repeat center bottom/auto 100%;
}
.wr_item_2 {
	display: block;
	justify-content: center;
	width: 100%;
	margin: 0 0 100px;
}
.wr_item_2 div{
	width: auto;
	height: 280px;
	position: relative;
	box-sizing: border-box;
	margin-top: 30px;
}
	
	.spec_box h3 {
		font-size: 0.05rem;
		text-align: center;
		line-height: 1.2;
	    margin: 0 0 10px;
   	}
	
	section.sec_spec_detail {
	    padding: 0 0 10vw;
	}
	.spec_icon {
		max-width: 120px;
	    width: 20%;
	    margin: 0 auto 20px;
	}
		
	.spec_LR_box {
		margin: 10vw 0 30vw;
		position: relative;
	}
	.spec_title {
	    width: 100%;
	    position: relative;
	}
	.spec_title::before {
	    content: "";
	    display: block;
	    padding-top: 125%;
	}
	.spec3 .spec_title::before {
	    padding-top: 85%;
	}
	.spec4 .spec_title::before {
	    padding-top: 75%;
	}
	.spec1 .spec_title {
	    background: url(../images/pick_02.jpg) no-repeat 28% top/auto 100%;
	}
	.spec2 .spec_title {
	    background: url(../images/pick_01.jpg) no-repeat 48% top/auto 100%;
	}
	.spec3 .spec_title {
	    background: url(../images/pick_04.jpg) no-repeat 39% top/auto 100%;
	}
	.spec4 .spec_title {
	    background: url(../images/pick_03.jpg) no-repeat 118% bottom/auto 110%;
	}
	.spec5 .spec_title {
	    background: url(../images/pick_05.jpg) no-repeat 60% top/auto 70%;
	}
	.spec6 .spec_title {
	    background: url(../images/pick_06.jpg) no-repeat 16% bottom/auto 70%;
	    top: -170px;
	}
	.spec_text {
	    width: 100%;
	    margin-top: -130px;
	    padding: 7vw 7% 0;
	    box-sizing: border-box;
	    line-height: 1.7;
	    position: relative;
	    z-index: 2;
	}
	.spec1 .spec_text {
	    margin: 0;
	}
	.spec2 .spec_text {
	    margin: -27vw 0 0;
	}	
	.spec3 .spec_text {
	    padding: 7vw 30% 0 7%;
	    margin: -53vw 0 0;
	}
	.spec4 .spec_text {
	    width: 50%;
	    padding: 7vw 7% 0 0;
	    margin-top: 0;
	    position: absolute;
	    top: 0;
	    left: 50%;
	}
	.spec3 .spec_text h3, .spec4 .spec_text h3 {
	    text-align: left;
	}
	.sec_wr_tote h2, .sec_wr_3way h2{
		font-size: 45px;
		text-align: center;
		margin: 0 0 50px;
	}
	.sec_inner {
	    max-width: 1000px;
	    width: 90%;
	    margin: auto;
	}
	ul.item_img_list {
		width: 90%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.item_img_list li{
		width: 48%;
	}
	ul.item_img_list li:first-child{
		width: 100%;
		margin: 0 0 20px;
	}
	ul.item_img_list_3way {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
    margin: auto;
    }
    ul.item_img_list_3way li{
		width: 48%;
	}
	ul.item_img_list_3way li:first-child{
		width: 100%;
		margin: 0 0 20px;
	}
	p.color {
	    font-size: 0.024rem;
	    font-weight: bold;
	    margin: 3vw 0 0;
	}
	ul.item_spec {
	    width: 90%;
	    margin: 10vw auto 0;
	}
	
	ul.item_spec li {
	    line-height: 1.5;
	}
	.bold {
		font-weight: bold;
	}
	.item_more_btn {
	    width: 90%;
	    margin: 10vw auto 20vw;
	    text-align: center;
	    font-size: 0.045rem;
	    font-weight: bold;
	}
	.item_more_btn a {
	    display: block;
	    width: 100%;
	    padding: 4vw 0;
	    background: #000000;
	    transition: all 0.3s ease-out;
	    border: 3px solid #000000;
	    box-sizing: border-box;
	}
	.item_more_btn a,.item_more_btn a:visited {
	    color: #ffffff;
	}
	.item_more_btn a:hover {
	    background: #ffffff;
	}
	.item_more_btn a:hover,.item_more_btn a:visited:hover {
	    color: #000000;
	}
	
	/*イベント表示部分*/

.device_event {
	width: auto;
    padding: 30px 25px 10px;
    margin: 30px auto;
	background-color: #fff;
}
.device_event h2 {
	font-size: 20px;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.device_event h3 {
		font-size: 14px;
		margin: 0 auto 15px;
		text-align: center;
		padding: 0px 0 20px 0;
	}
	.event_inner {
		width: auto;
		margin: 0 auto 30px;
	}
.event_map {
		width: 100%;
		margin: 0 auto;
	}
	.event_map iframe {
		height: 216px;
		width: 100%;
	}
	.event_info {
		width: 100%;
		margin: 15px auto;
	}
	.event_info h2 {
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto 2px;
		text-align: left;
		line-height: 1.3;
		padding: 0;
	}
	.event_info h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.4;
		text-align: left;
		margin: 0 0 10px 0px;
		padding: 0;
	}
	.event_info p {
		font-size: 14px;
		line-height: 1.6;
		text-align: justify;
	}
	.event_button {
		display: block !important;
		margin: 10px auto;
		width: 250px;
	}
	
}
@media screen and (min-width: 1400px) {
	.right_section {
	max-width: 700px;
    width: auto;
    margin: 0 auto;
    overflow: auto;
}
}

@media screen and (min-width: 769px) {
.pc_view{display: block;}
.sp_view{display: none !important;}

#container{
	overflow: hidden;
	padding-top: 60px;
	display: flex;	
}
.left_section {
	width: 50%;
	position: relative;
}
.left_video.fixed  {
	position: fixed;
	width: 50%;
	height: 100%;
	left: -50%;
    transform: translate(100%,0);
	overflow: hidden;
}
.left_video {
	position: absolute;
	left: -50%;
    bottom: 0;
    transform: translate(50%,0);
    width: 100%;
    height: 100vh;
	overflow: hidden;
}
.left_video video {
	height: 100%;
}
.slider_left img {
	height: 100vh;
}
.right_section {
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.right_inner {
	width: 100%;
	margin: 0 auto;
}
div.arrow {
	display: none;
}
.sp_wall {
	display: none;
	height: 100vh;
	background-color: white;
	opacity: 0;
}
/* ーーーーーーーーーーーーーーーー
	デバイスシリーズ説明セクション 
   ーーーーーーーーーーーーーーーー*/
.device_about {
		width: 400px;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 30px;
		margin: 0 auto;
	}
	.device_about_inner {
		padding: 0px;
	}
	.device_about h1 {
		font-size: 30px;
		line-height: 1;
	}
	.device_about h2 {
		font-size: 20px;
		line-height: 1.7;
		margin-top: 30px;
	}
	
	/* ーーーーーーーーーーーーーーーー
	デバイスアイテム紹介セクション 
   ーーーーーーーーーーーーーーーー*/
	.device_item {
		width: auto;
		background-color: #fff;
		padding: 20px 50px;
	}
	.device_item_inner {
		padding: 0;
	}
	.item_box {
		display: flex;
		margin-bottom: 50px;
	}
	.item_box_left {
		width: 50%;
		position: relative;
	}
	.item_box_left h3 {
		font-size: 20px;
		font-weight: bold;
		margin-top: 30px;
	}
	.left_bottom {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.left_bottom p {
		font-size: 15px;
		line-height: 2;
	}
	.button {
  display: inline-block;
  text-align: center;
  height: 45px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 42px;
  outline: none;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  border-radius: 40px;
      margin-top: 10px;
}
.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 .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
	.item_box_right {
		width: 50%;
	}
	.item_box_right img {
		max-width: 110%;
	}
	/* ーーーーーーーーーーーーーーーー
	ファンクションスライドセクション 
   ーーーーーーーーーーーーーーーー*/
   .function_top {
	   background-color: rgba(0, 0, 0, 0.8);
	   height: 100px;
	   padding: 20px 0;
	   margin: 0 auto;
   }
   .function_top h1 {
	   font-size: 40px;
	   color: #fff;
	   text-align: center;
   }
   .function_top h2 {
	   font-size: 16px;
	   color: #fff;
	   text-align: center;
   }
   .function {
	   position: relative;
   }
   .function_slider {
	   width: 100%;
   }
   .function_slider img {
	   height: auto;
   }
   .function_slider div { 
	   left: 0;
   }
   .slider_item {
	   height: 160px;
	   background-color: rgba(0, 0, 0, 0.8);
	   padding: 20px 30px;
   }
   .slider_item h3 {
	   font-size: 20px;
	   color: #fff;
   }
   .slider_item p {
	   font-size: 16px;
	   color: #fff;
   }
   .slider_item span {
	   font-size: 9px;
	   color: #fff;
	   text-align: right;
   }
   /* ーーーーーーーーーーーーーーーー
	スクロールで切り替えセクション 
   ーーーーーーーーーーーーーーーー*/
   #scroll_sec {
	   width: auto;
	   position: static;
	   height: 700px;
   }
   .scroll_sec_inner {
	   position: relative;
   }
   #box_1 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_1_2 {
	   display: none;
   }
   #box_2 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_2_2 {
	   display: none;
   }
   #box_3 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_3_2 {
	   display: none;
   }
   #box_4 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_5 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   .point_box {
	   width: auto;
	   margin: 30px auto;
	   background-color: #fff;
	   padding: 15px 30px;
	   transition: .5s;
   }
   .active {
	   opacity: 1 !important;
	   transition: .5s; 
   }
   .fixed {
	   position: fixed !important;
   }
   .no {
	   display: none;
   }
   .no.none {
	   display: none;
   }
   .point_box h2 {
	   font-size: 20px;
	   text-align: center;
	   line-height: 1;
	   margin-bottom: 10px;
   }
   .point_box img {
	   width: 100%;
	   margin-bottom: 10px;
   }
   .point_box h3 {
	   font-size: 16px;
	   line-height: 1;
	   margin-bottom: 10px;
   }
   .point_box p {
	   font-size: 13px;
	   line-height: 1.7;
	   text-align: justify;
	   height: 150px;
   }
   
   /* ーーーーーーーーーーーーーーーー
	ポエムセクション 
   ーーーーーーーーーーーーーーーー*/
   
   .device_poem {
		width: 400px;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 30px 0 90px;;
		margin: 0 auto;
	}
	.device_poem h1 {
		font-size: 30px;
		line-height: 1;
	}
	.device_poem h2 {
		font-size: 20px;
		line-height: 1.7;
		margin-top: 30px;
	}
	
   
.inner {
    max-width: 900px;
    width: 90%;
    margin: auto;
}
.inner a:hover {
	opacity: 0.7;
	
}

}
@media screen and (max-width: 768px) {
	.pc_view{display: none;}
	.sp_view{display: block;}
	html {
	    font-size: calc(100vw / 0.750) !important;
	}
	body.wb201812{
		font-size: 0.031rem;
	}
	/* ヘッダー */
	#header {
	    height: 20px;
	    padding: 15px 0;
	    text-align: left;
	}
	#header h1 {
	    width: 141px;
	    height: 35px;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    padding: 0;
	    margin: auto;
	}
	body.home #header h1 {
		display: block;
	}
	
	#menuBtn.sp{
		display: inline-block;
	}
	
	#header .menu{
		padding: 15px 0 0 0;
	}
	body nav#access {
	    display: block;
	    width: 100%;
	    height: auto;
	    position: fixed;
	    top: 50px;
	    bottom: auto;
	    right: auto;
	    margin: auto;
	}
	#header #nav {
		display: none;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		text-align: center;
	    padding: 20px 0 0 0;
	    box-sizing: border-box;
	}
	#nav li{
		width: 100%;
		font-size: 30px;
		padding: 10px 0;
		margin: 0;
		border: none;
		line-height: initial;
	}
	#nav li:last-child{
		display: none;
	} 
	#nav li.nav_online_link{
		padding: 15px 0;
	}
	#cartBtn {
	    position: absolute;
	    right: -33px;
	    bottom: 11px;
	}
	/* フッター*/
	footer {
	    background: #000;
	    margin: 0px 0 0 0;
	    padding: 40px 0 0 0;
	    color: #FFFFFF;
	}
	ul#footerNav li{
		font-size: 10px;
		padding: 0 14px 0 0;
	}
	ul#footerNav li:last-child{
		padding: 0 0 0 0;
	}
	p#ToTop {
	    text-align: center;
	    background: gray;
	    height: 50px;
	    line-height: 3;
	    font-size: 23px;
	    font-family: 'Oswald';
	    letter-spacing: 2px;
	    margin: 80px 0 0;
	    background: url(https://wonder-baggage.com/wp-content/themes/wonder-baggage/images/top/totop_arrow.jpg) no-repeat 50% 7px/18px auto #666666;
	}	
	
	#container{
		overflow: hidden;	
	}
	.left_section {
	width: 100%;
	position: relative;
}
.left_video.fixed  {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
    transform: translate(0%,0);
	overflow: hidden;
}
.left_video {
	position: absolute;
	left: 0;
    bottom: 0;
    transform: translate(0%,0);
    width: 100%;
    height: 100vh;
	overflow: hidden;
}
.left_video video {
	height: 100%;
}
.slider_left {
	overflow: hidden;
}
.slider_left img {
	width: 100%;
}
.slider_left li {
	width: 100%;
}
.slick-slide img {
	width: 100%;
	height: 100vh;
}
.right_section {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.right_inner {
	width: auto;
	padding: 30px;
}
.sp_wall {
	display: block;
	height: 100vh;
	background-color: white;
	opacity: 0;
}
div.arrow.none {
    opacity: 0;
}
div.arrow {
	    display: block;
		position: absolute;
		width: 30px;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
	    z-index: 2;
	   	animation-name:arrow_sp;
		animation-duration:1.7s;
		animation-iteration-count:infinite;
	    opacity: 1;
	    transition: all 0.3s ease-in-out;
	}
	div.arrow img {
		width: 70%;
	}
	@keyframes arrow_sp {
  0% { bottom: 20px;} 
  15%,20% { bottom:6px;}
  20%,25% { bottom: 20px;}
  100% { bottom: 20px;}
}

/* ーーーーーーーーーーーーーーーー
	デバイスシリーズ説明セクション 
   ーーーーーーーーーーーーーーーー*/
	
	.device_about {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		margin: 70px auto 50px;
	}
	.device_about_inner {
		display: block;
		padding: 30px;
	}
	.device_about h1 {
		font-size: 30px;
		line-height: 1;
	}
	.device_about h2 {
		font-size: 20px;
		line-height: 1.7;
		margin-top: 30px;
	}
	.device_item {
		width: 100%;
		background-color: #fff;
		margin: 0 auto;
	}
	.device_item_inner {
		display: block;
		padding: 30px 20px 5px;
	}
	.item_box {
		width: 100%;
		display: flex;
		margin-bottom: 20px;
	}
	.item_box_left {
		width: 50%;
		position: relative;
	}
	.item_box_left h3 {
		font-size: 17px;
		font-weight: bold;
	}
	
	.left_bottom {
		position: absolute;
		left: 0;
	}
	.left_bottom p {
		font-size: 13px;
		line-height: 2;
	}
	.button {
  display: inline-block;
  text-align: center;
  height: 25px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  outline: none;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  border-radius: 40px;
      margin-top: 0px;
}
	.item_box_right {
		width: 50%;
	}
	.item_box_right img {
		width: 100%;
		vertical-align: baseline;
	}
	@media screen and (max-width: 320px){
		
		#scroll_sec {
			top: 35px !important;
		}
		.item_box {
			margin-bottom: 30px;
		}
		.item_box_left h3 {
		font-size: 15px;
		font-weight: bold;
		}
		.left_bottom p {
		font-size: 11px;
		line-height: 1.8;
		}
		.button {
			height: 23px;
			font-size: 12px;
			line-height: 23px;
			
		}
		.point_box p {
			height: 210px;
		}
	}
	
	/* ーーーーーーーーーーーーーーーー
	ファンクションスライドセクション 
   ーーーーーーーーーーーーーーーー*/
   .function_top {
	   background-color: rgba(245, 240, 240, 0.7);
	   height: 100px;
	   padding: 20px 0;
	   margin: 50px auto 0;
   }
   .function_top h1 {
	   font-size: 40px;
	   color: #000;
	   text-align: center;
   }
   .function_top h2 {
	   font-size: 16px;
	   color: #000;
	   text-align: center;
   }
   .function {
	   position: relative;
   }
   .function_slider {
	   width: 100%;
   }
   .function_slider img {
	   height: auto !important;
   }
   .function_slider div { 
	   left: 0;
   }
   .slider_item {
	   height: 160px;
	   background-color: rgba(245, 240, 240, 0.7);
	   padding: 20px 30px;
   }
   .slider_item h3 {
	   font-size: 20px;
	   color: #000;
   }
   .slider_item p {
	   font-size: 16px;
	   color: #000;
   }
   .slider_item span {
	   font-size: 9px;
	   color: #000;
	   text-align: right;
   }
   /* ーーーーーーーーーーーーーーーー
	スクロールで切り替えセクション 
   ーーーーーーーーーーーーーーーー*/
   #scroll_sec {
	   width: auto;
	   position: static;
	   height: 600px;
   }
   .scroll_sec_inner {
	   position: relative;
   }
   #box_1 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_1_2 {
	   display: block;
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_2 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
      #box_2_2 {
	   display: block;
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_3 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
      #box_3_2 {
	   display: block;
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_4 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   #box_5 {
	   position: absolute;
	   top: 0;
	   left: 0;
	   opacity: 0;
   }
   .point_box {
	   width: auto;
	   margin: 30px auto;
	   background-color: #fff;
	   padding: 15px 30px;
	   transition: .5s;
   }
   .active {
	   opacity: 1 !important;
	   transition: .5s; 
   }
   .fixed {
	   position: fixed !important;
   }
   .sp_no {
	   display: flex;
   }
   .no {
	   display: block;
	   text-align: center;
	   background-color: #000;
	   color: #fff;
	   width: 16px;
	   height: 16px;
	   line-height: 18px;
	   border-radius: 2px;
	   font-size: 13px;
	   margin-left: 5px;
   }
   .no.none {
	   display: block;
	   background-color: #afafaf;
	   color: #fff;
   }
   .point_box h2 {
	   font-size: 20px;
	   text-align: center;
	   line-height: 1;
	   margin-bottom: 10px;
   }
   .point_box img {
	   width: 100%;
	   margin-bottom: 10px;
   }
   .point_box h3 {
	   font-size: 16px;
	   line-height: 1;
	   margin-bottom: 10px;
   }
   .point_box p {
	   font-size: 13px;
	   line-height: 1.7;
	   text-align: justify;
	   height: 190px;
   }
   @media screen and (max-width: 320px){

		.point_box p {
			height: 210px;
		}
	}
   
   /* ーーーーーーーーーーーーーーーー
	ポエムセクション 
   ーーーーーーーーーーーーーーーー*/
   
   .device_poem {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 0px;
		margin: 100px auto;
	}
	.poem_inner {
		padding: 30px;
	}
	.device_poem h1 {
		font-size: 30px;
		line-height: 1;
	}
	.device_poem h2 {
		font-size: 20px;
		line-height: 1.7;
		margin-top: 30px;
	}
	
	.inner {
	    max-width: 940px;
	    width: 90%;
	    margin: auto;
	}
	section.main_visual_sec {
	    padding: 50px 0;
	}
	section.city_time_shield_sec {
	    padding-bottom: 100px;
	}
	
	section.city_time_shield_sec h2 {
	    font-size: 30px;
	    text-align: center;
	    margin: 50px 0;
	}
	section.city_time_shield_sec h3 {
	    font-size: 30px;
	    padding: 100px 0 0;
	}
	section.city_time_shield_sec h4 {
	    font-size: 27px;
	    margin: 100px 0 15px;
	}
	
	section.city_time_shield_sec p {
		margin: 30px 0;
	}
	
	section.city_time_shield_sec p.lead_txt {
		font-weight: bold;
	}
	
	.animation_block {
		width: 100%;
	    margin: 50px auto -50%;
		padding: 0 20px;
	}
	.animation_block_inner {
	    width: 100%;
	    position: relative;
	    transform-origin: center top;
	}
	
	
	.animation_bag {
		width: 150%;
		margin: 0 0 0 -22%;
		
	}
	.animation_bag img{
		width: 100%;
		
	}
	.animation_pocket {
		width: 150%;
		position: absolute;
		top: 0;
		right: 0;
		left: -22%;
		margin: auto;
		z-index: 4;
	}
	.animation_pocket img{
		width: 100%;
	}
	
	.animation_note {
		width: 80%;
		position: absolute;
		top: 42%;
		left: -5%;
		right: 0;
		margin: auto;
		z-index: 2;
		/* 	transform: translateX(260%); */
		opacity: 0;
	}
	.animation_umb {
		width: 60%;
		position: absolute;
		top: 19%;
		left: 20%;
		right: 0;
		margin: auto;
		z-index: 3;
		/* 	transform: translateX(-650%); */
		opacity: 0;
	}
	.animation_water {
	    width: 50%;
	    position: absolute;
	    bottom: -120px;
	    left: -40px;
	    right: 0;
	    margin: auto;
	    opacity: 0;
	}
	
	.animation_block2 {
		width: 100%;
	    margin: 50px auto -50%;
		padding: 0 20px;
	}
	.animation_block_inner2 {
	    width: 100%;
	    position: relative;
	    transform-origin: center top;
	}
	
	
	.animation_bag2 {
		width: 150%;
		margin: 0 0 0 -25%;
		
	}
	.animation_bag2 img{
		width: 100%;
		
	}
	.animation_pocket2 {
		width: 150%;
		position: absolute;
		top: 0;
		right: 0;
		left: -25%;
		margin: auto;
		z-index: 4;
	}
	.animation_pocket2 img{
		width: 100%;
	}
	
	.animation_note2 {
	    width: 32%;
	    position: absolute;
	    top: 50%;
	    left: -6%;
	    right: 0;
	    margin: auto;
	    z-index: 2;
	    /* transform: translateX(260%); */
	    opacity: 0;
	}
	.animation_note2 img{
		width: 100%;
	}	
	.animation_umb2 {
		width: 45%;
		position: absolute;
		top: 43%;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 3;
	/* 	transform: translateX(-650%); */
		opacity: 0;
	}
	.animation_water2 {
	    width: 130%;
	    position: absolute;
	    bottom: -10%;
	    left: -16%;
	    right: 0;
	    margin: auto;
	    opacity: 0;
	}
	
	
	
	@keyframes bg-color {
	  0% { background: white; }
	  50% { background: black; }
	  100% { background: white; }
	}
/*パララックス固定画像*/
.parallax_sp {
	background-image: url("https://wonder-baggage.com/201912/images/wr_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 180px; 
    margin-left: calc(-50vw + 50%);
}


.text {
	margin: -50px 0 150px 0;
}
.text h4 {
	margin-bottom: 10px;
}
.text p {
	font-size: 16px;
	line-height: 29px;
}
.text2 p {
	margin: 0 0 100px 0;
	font-size: 16px;
	line-height: 29px;
}
a.content_button{
	position: relative;
  display: block;
  padding: 15px 10px;
  margin: -10px auto 50px;
  text-align:center;
  text-decoration: none;
  background-color:#000000;
  color:#ffffff;
  width:200px;
  transition: all 0.3s ease 0s;
  margin-top: 15px;
}
a.content_button:visited {
  color:#ffffff;
}
a.content_button:hover {
  opacity: 0.6;
}
.shouhin_box {
	width: 300px;
	height: auto;
	padding: 10px 20px;
	margin: 0 auto;
}
.shouhin_box h4 {
	text-align: center;
	margin-bottom: -60px;
}
.shouhin_box img{
	width: 100%;
	margin: -20px auto 5px;
}
.shouhin_box p {
	font-size: 14px;
	margin: -30px 0 0 50px;
	line-height: 28px;
}
	
}
