@charset 'utf-8';

/* 用途 

WEB OPEN HOUSE LP
WEB OPEN HOUSE ARCHIVE
WEB OPEN HOUSE SINGLE

*/

.ib {display: inline-block;}

picture {
	display: inline-block;}
.inner.mini {
	max-width: 880px;}
.inner.wide {
	max-width: 1120px;}

#headerMenu .item.contact_woh {
	border-right: 1px solid #fff;}
#headerMenu .item.contact_woh .ico {
	max-width: 32px;}

.para_box{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;}
.para_inner{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;}
.para_overlay{
	position: relative;
	z-index: 1;}
.para_space{
	position: relative;
	z-index: 0;
	height: 260px;}
.para_inner.woh_para_01 {
	background-image: url("../images/webopen/para_01.jpg");}
.para_inner.woh_para_02 {
	background-image: url(../images/webopen/para_01.jpg);}
.before_para::before,
.para_space::after {
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 1px;
	height: 75px;
	display: block;
	content: '';}
.before_para::before {
	bottom: 0;
	background: #000;}
.para_space::after {
	top: 0;
	background: #FFF;}
.before_para {
	position: relative;
	padding-bottom: 150px;}
/* =========================================================================
 WEB OPEN HOUSE LP
========================================================================= */

.woh_lp .heading2 .sub {
	max-width: 577px;
	text-align: center;
	margin: 0 auto;
	background: #000;
	padding: 0.25em;}
#webopen .pageVisual {
    background: url("../images/webopen/mv.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;}
#webopen .pictarea picture:first-child {
		margin-bottom: 0.4vw;}

#works_gal {
	text-align: center;
	display: flex;
	width: 100vw;
	overflow: hidden;}
#works_gal,
#works_gal .loopbox {
	height: 54vw;
	min-height: 80vh;
	/*max-height: 680px;*/}
#works_gal .loopbox {
	width: auto;
	height: 100%;}
#works_gal .loopbox img {
	width: auto;
	max-width: none;}
#works_gal .former {
    -webkit-animation: former_loop 60s -30s linear infinite;
    -moz-animation: former_loop 60s -30s linear infinite;
    animation: former_loop 60s -30s linear infinite;}
#works_gal .latter {
    -webkit-animation: latter_loop 60s linear infinite;
    -moz-animation: latter_loop 60s linear infinite;
	animation: latter_loop 60s linear infinite;}
@-webkit-keyframes former_loop {
	0%{ -webkit-transform: translateX(100%); transform: translateX(100%);}
	to{ -webkit-transform:translateX(-100%); transform:translateX(-100%);}
}
@-moz-keyframes former_loop {
	0%{ transform:translateX(100%);}
	to{ transform:translateX(-100%);}
}
@keyframes former_loop{
	0%{ transform:translateX(100%);}
	to{ transform:translateX(-100%);}
}

@-webkit-keyframes latter_loop {
	0%{ -webkit-transform:translateX(0); transform:translateX(0);}
	to{ -webkit-transform:translateX(-200%); transform:translateX(-200%);}
}
@-moz-keyframes latter_loop {
	0%{ transform:translateX(0);}
	to{ transform:translateX(-200%);}
}
@keyframes latter_loop {
	0%{ transform:translateX(0);}
	to{ transform:translateX(-200%);}
}

#bnr_vrvisit {
	padding: 0 20px;
	display: block;
	margin: 3em auto 2em;
	text-align: center;}
#bnr_vrvisit.riyowoh {
	margin-bottom: 0;}

#woh_intro ul li {
	font-weight: 700;
	text-align: center;
	padding: 20px;
	border: 1px solid;
	margin-bottom: 15px;}
#woh_intro ul li span {
	position: relative;
	padding: 0 0 0 70px;
	text-align: left;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	max-width: 420px;}
#woh_intro ul li span::before {
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	top: -12px;
	left: -10px;
	margin: -32px 0 0;
	background: url("../images/webopen/ico_check.png") center center / contain no-repeat;}
#woh_intro .msg {
	padding: 25px 0 40px;}
#woh_intro .msg p {
	line-height: 1.9;}
#woh_intro .btnarea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;}
#woh_intro .btnarea .txt {
	width: 100%;
	padding: 20px;
	background: #D5D5D5;}
#woh_intro .btnarea .btn {
	font-weight: 700;
	width: 100%;
	padding: 20px 30px 20px 20px;
	position: relative;
	background: #000;
	color: #fff;}
#woh_intro .btnarea .btn::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transform: rotate3d(0,0,1,90deg);
	content: url("../images/webopen/ico_arw_r.png");
	position: absolute;
	right: 24px;
	top: auto;
	bottom: auto;}
#woh_intro .btnarea .btn:hover::after {
	right: 24px;}

#regform {
	padding-top: 5vw;}
#regform .ttl {
	font-size: 20px;
	margin: 0 0 1em;}
#regform p {
	line-height: 1.9;}
#regform .intro {
	font-size: 16px;
	margin-bottom: 2vw;}
#regform .outro a {
	color: #004A65;
	text-decoration: underline;}
#regform .note {
	margin: 50px 0 0;}
#regform .regform_main {
	border-bottom: 1px solid #B4B4B4;
	padding: 3vw 0;
	margin: 0 0 2.5vw;}
#regform .btnarea {
	text-align: center;}
#regform .grecaptcha-badge {
	position: static;
	transform: none;
	margin: 0 auto;}
#regform .wpcf7-form [type="submit"]:hover {
	color: #000;}
#regform div.wpcf7 .ajax-loader {
	display: block;
	left: 50%;
	margin: 0 0 0 -8px;}
/* =========================================================================
 WEB OPEN HOUSE ARCHIVE & SINGLE
========================================================================= */
#woh_intro p {
	line-height: 1.9;
	margin: 0 0 1.5em;}
.worksList2 > li.the_first::after {
	content: '';
	position: absolute;
	right: -10px;
	top: -10px;
	width: 60px;
	height: 60px;
	display: block;
	background: url("../images/webopen/ico_new.png") center center / contain no-repeat;}
#webopen .tabWrap .tabList a.-active::after {
	content: none;}

#owh_mv {
	margin: 3em 0 0;
	padding-top: 66.67%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;}
#owh_txt {
	margin: 3em auto 0;}
#owh_txt .txt {
	margin: 1.5em 0 0;}
#owh_txt .txt p {
	text-align: justify;}
.woh_content {
	position: relative;}
.woh_content .ttlarea .ttl {
	font-size: 30px;}
.woh_content .ttlarea.wh {
	color: #fff;}
.woh_content .ttlarea .ja {
	font-size: 13px;
	font-weight: 700;}
#woh_gallery {
	margin: 4em auto 0;}
#woh_gallery .galarea {
	margin: 2em 0 0;}
#woh_vr {
	margin: 4em auto 0;}
#woh_vr iframe {
	margin: 2em 0 0;
	width: 100%;}
#woh_vr_intro {
	padding-top: 40px;
	padding-bottom: 20px;}
#woh_vr_outro {
	padding-top: 70px;}
#woh_vr_outro.novr {
	padding-top: 0;}
.woh_vr_txt p {
	text-align: justify;
	line-height: 1.9;}
.woh_rsv_btnarea {
	padding-top: 70px;}
.woh_rsv_btnarea.gal {
	padding: 70px 0 0;}
.woh_rsv_btn {
	padding: 30px;
	position: relative;
	text-align: center;
	background: #000;
	color: #fff;
	display: block;}
.woh_rsv_btn::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate3d(0,0,1,90deg) translate3d(0,-50%,0);
    content: url("../images/webopen/ico_arw_r.png");
    position: absolute;
    right: 24px;
    top: 50%;
	bottom: auto;}
.woh_rsv_btn:hover::after {
	right: 24px;}
.woh_rsv_btn span {
	display: block;}
.woh_rsv_btn .en {
	font-size: 30px;}
.woh_rsv_btn .ja {
	font-weight: 700;
	font-size: 14px;}

.para_space .cnt,
.woh_content .ttlarea.flow {
	height: 100%;}
.woh_content .ttlarea.flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 65px;}

#lst_woh_flow {
	padding: 100px 0 20px 50px;}
#lst_woh_flow li {
	display: flex;}
#lst_woh_flow li .item {
	position: relative;
	z-index: 1;
	padding: 0 0 100px 80px;
	width: 100%;
	max-width: 800px;}
#lst_woh_flow li:last-child .item {
		padding-bottom: 50px;}
#lst_woh_flow li .item::after {
	border-left: 1px dashed;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 82%;
	height: 100%;
	display: block;
	content: '';}
#lst_woh_flow li:last-child .item::after {
	border-left: none;}
#lst_woh_flow li .item::before {
	content: '';
	position: absolute;
	right: -10px;
	top: -50px;
	opacity: 0.2;
	z-index: -1;
	width: 180px;
	height: 110px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;}
#lst_woh_flow li:nth-child(1) .item::before {
	background-image: url("../images/webopen/img_ico_01.png");}
#lst_woh_flow li:nth-child(2) .item::before {
	background-image: url("../images/webopen/img_ico_02.png");}
#lst_woh_flow li:nth-child(3) .item::before {
	background-image: url("../images/webopen/img_ico_03.png");}
#lst_woh_flow li:nth-child(4) .item::before {
	background-image: url("../images/webopen/img_ico_04.png");}
#lst_woh_flow li:nth-child(5) .item::before {
	background-image: url("../images/webopen/img_ico_05.png");}
#lst_woh_flow li:nth-child(6) .item::before {
	background-image: url("../images/webopen/img_ico_06.png");}
#lst_woh_flow li:nth-child(7) .item::before {
	background-image: url("../images/webopen/img_ico_07.png");}
#lst_woh_flow li:nth-child(8) .item::before {
	background-image: url("../images/webopen/img_ico_08.png");}
#lst_woh_flow li .item .num {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 2;
	left: -50px;
	top: -25px;}
#lst_woh_flow li .item .txt .idx {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0.75em;}
#lst_woh_flow li .item .txt p {
	line-height: 1.8;}

#woh_flow .txtarea {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 0;}
#woh_flow .txtarea p {
	text-align: justify;
	line-height: 1.8;
	margin: 0 auto;}

#woh_form .ttlwrapper {
	padding: 0 20px;
	text-align: center;}
#woh_form .ttlwrapper .ttlarea {
	padding: 25px 0;
	max-width: 360px;
	width: 100%;
	background: #cbd1d4;
	transform: translate3d(0,-50%,0);
	display: inline-block;}
#woh_form .txtarea {
	border-top: 1px solid #B4B4B4;
	margin-top: 3em;
	padding: 3em 0;}
#woh_form .txtarea p {
	text-align: justify;
	line-height: 1.8;}
#woh_form .txtarea p a {
	color: #004A65;
	text-decoration: underline;}
#woh_postnavi {
	border-top: 1px solid #B2B2B2;}
#woh_more {
	margin-top: 5em;}
/* =========================================================================
 480PX
========================================================================= */
@media all and (min-width:481px) {
	
}

/* =========================================================================
 640PX
========================================================================= */
@media all and (min-width:641px) {
	
}

/* =========================================================================
 768PX
========================================================================= */
@media all and (min-width:769px) {
	#woh_intro .btnarea .txt {
		width: calc(100% - 250px);}
	#woh_intro .btnarea .btn {
		width: 250px;}
	#woh_intro .btnarea .btn::after {
		transform: none;}
	.woh_rsv_btn::after {
		transform: translate3d(0,-50%,0);}
	.woh_rsv_btn:hover::after,
	#woh_intro .btnarea .btn:hover::after {
		right: 20px;}
	
	.worksList2 > li.the_first::after {
		right: -30px;
		top: -30px;}
	#regform .grecaptcha-badge {
		position: absolute;
		bottom: 10px;}

}

/* =========================================================================
 1024PX
========================================================================= */
@media all and (min-width:1025px) {
	
	#lst_woh_flow {
		padding: 120px 80px 0 50px;}
	#lst_woh_flow li .item {
		padding: 75px 0 75px 80px;
		width: 55%;}
	#lst_woh_flow li:nth-child(2n) {
		justify-content: flex-end;}
	#lst_woh_flow li:last-child .item {
		padding-bottom: 75px;}
	#lst_woh_flow li:nth-child(2n+1) .item::after {
		border-top: 1px dashed;
		border-bottom: 1px dashed;}
	#lst_woh_flow li:first-child .item::after {
		height: 50%;
		bottom: 0;
		top: auto;
		border-top: none;}
	#lst_woh_flow li:last-child .item::after {
		top: 0;
		bottom: auto;
		border-left: 1px dashed;
		border-bottom: none;
		height: 50%;}
	#lst_woh_flow li .item::before {
		opacity: 1;
		right: -25%;
		top: 0px;}
	#lst_woh_flow li:first-child .item::before {
		top: -10px;}
	#lst_woh_flow li .item .num {
		top: 50px;}
	
}

/* 20220128 */
.sp_none{
	display: block;
}
.pc_none{
	display: none;
}

.post-type-archive-event .rr_link_area,
.post-type-archive-work .rr_link_area,
.single-event .rr_link_area{
	max-width: calc(1000px + 2em);
	padding: 0 1em;
	margin: 30px auto;
	display: block;
}
.post-type-archive-event .rr_link_area p,
.post-type-archive-work .rr_link_area p,
.single-event .rr_link_area p{
	max-width: 1000px;
	width: 100%;
	padding: 23px 1em;
	border: 1px solid black;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: underline;
}
.headerMenuInfo.renovation{
	border-top: 1px solid white;
}
.headerMenuInfo.renovation .mini{
	font-size: 14px;
	font-weight: bold;
}
.headerMenuInfo {
	width: 215px;
}

.single-event #banner{
	display: none;
}

#banner_event{
	display: none;
}

.single-event #banner_event {
	display: block;
  position: fixed;
  bottom: -87px;
  right: 0;
  z-index: 7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	width: 100%;
	max-width: 250px}
#banner_event.-scrolled {
  bottom: 0;}
#banner_event ul {
}
#banner_event ul li {
	background: #000;
	width: 100%}
#banner_event a {
	display: flex;
	color: #fff;
	width: 100%;
	max-width: 285px;
	height: 85px;
	align-items: center;
	justify-content: center;
}
#banner_event span{
	position: relative;
}
#banner_event span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	z-index: 2;
	margin-top: -5px;
	content: "";
	border: 5px solid transparent;
	border-radius: 2.5px;
	border-left: 8px solid #fff;
}

#banner_event .text1 {
  font-size: 15px;
}

#footerContact {
	flex-direction: column;
}

#footerContact .contact,
#footerContact .logo{
	display: flex;
}
#footerContact .logo{
	justify-content: space-between;
	max-width: 620px;
	width: 100%;
	margin-top: 38px;
	padding-top: 38px;
	border-top: 1px solid black;
}
#footerContact .logo .parts{
	display: flex;
	align-items: center;
	width: 50%;
}
#footerContact .logo .parts img{
	margin-right: 17px;
}
#footerContact .logo .parts p{
	font-size: 13px;
}

#copyright {
	background: url(../images/common/bg1.jpg);
}
#footer {
	padding-bottom: 100px;
	background: url(../images/common/bg1.jpg);
}

#headerMenu .item .linkInner .text{}
#headerMenu .item .linkInner .text2{
	display: none;
}

#event .titleBox .titleBoxText {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: unset;
	width: max-content;
	height: fit-content;
	background: unset;
	color: white;
	font-size: 20px;
}

.hidden{
	visibility: hidden;
}

.topMvSlider .btn1 {
	max-width: 200px;
	width: 0;
	display: none;
}

.top_message_btn {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	top: 0;
}

#topMv .swiper-container .catch_message1,
#topMv .swiper-container .catch_message2 {
	z-index: 2;
	text-align: center;
	/* overflow: hidden; */
	margin: 10px 0;
}

#topMv .swiper-container .catch_message1 img,
#topMv .swiper-container .catch_message2 img{
	max-width: 122px;
	width: 100%;
	max-height: 122px;
	height: 100%;
	position: relative;
	bottom: -55px;
}
@media screen and (max-width: 1670px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 110px;
		max-height: 110px;
	}
}
@media screen and (max-width: 1515px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 100px;
		max-height: 100px;
	}
}
@media screen and (max-width: 1390px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 90px;
		max-height: 90px;
	}
}
@media screen and (max-width: 1265px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 80px;
		max-height: 80px;
	}
}
@media screen and (max-width: 1140px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 70px;
		max-height: 70px;
	}
}

@media screen and (max-width: 1010px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 60px;
		max-height: 60px;
	}
}

@media screen and (max-width: 860px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 50px;
		max-height: 50px;
	}
}

@media screen and (max-width: 750px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 40px;
		max-height: 40px;
	}
}

@media screen and (max-width: 650px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 40px;
		max-height: 40px;
	}
}

@media screen and (max-width: 530px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 28px;
		max-height: 28px;
	}
}
@media screen and (max-width: 410px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 25px;
		max-height: 25px;
	}
}
@media screen and (max-width: 360px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 20px;
		max-height: 20px;
	}
}

#topMv .swiper-container .catch_message1 span,
#topMv .swiper-container .catch_message2 span{
	opacity: 1;
	position: relative;
	display: inline-block;
	/* overflow: hidden; */
}

#topMv .swiper-container .sld_btn {
    z-index: 2;
		/* margin-top: 30px; */
		margin-top: 60px;
		cursor: pointer;
}
#topMv .swiper-container .sld_btn:hover {
  color: black;
}
#topMv .swiper-container .sld_btn.btn1:hover{
  color: black;
}

#topMv .swiper-container .sld_btn span{
	position: relative;
	font-size: 16px;
	width: 200px;
	/* text-align: center; */
	padding: 15.5px 24px 15.5px 31px;
	display: inline-block;
	opacity: 1;
	background-color: white;
	border-radius: 30px;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#topMv .swiper-container .sld_btn svg{
	position: absolute;
	right: 23px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 20px;
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

#topMv .swiper-container .sld_btn span:hover{
	background-color: black;
	color: white;
}
#topMv .swiper-container .sld_btn span:hover svg{
	fill: white;
}


#topMv .swiper-container .sld_black{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: '';
  /*background-color: #1c0f0066;*/
}

@media screen and (max-width: 750px) {
	.sp_none{
		display: none;
	}
	.pc_none{
		display: block;
	}
	.hidden{
		display: none !important;
	}

	#headerMenu {
		height: 76px;
	}
	#headerMenu .barWrap {
    top: unset;
	}
	#headerMenu .item.mrp780 a, #headerMenu .item.contact a {
    width: 76px;
	}
	#headerMenu .item.mrp780 span{
		font-weight: bold;
		font-size: 14px;
	}
	#headerMenu .item.mrp780 .small{
		font-size: 11px;
	}
	#headerMenu .item.contact span{
		font-size: 10px;
	}

	.single-event #banner_event {
		max-width: unset;
    height: 45px;
	}
	#banner_event {
    max-width: unset;
	}
  #banner_event a {
    margin: 0 auto;
    height: 100%;
	}
	#banner_event .text1 {
		width: 100%;
    text-align: center;
	}

	.eventArticleBtn {
    position: absolute;
    top: -125px;
    right: unset;
    width: 100%;
    height: auto;
	}
	.eventArticleInfo .cat {
    margin-top: 40px;
	}
	#banner_event.-scrolled {
	}
	#banner_event ul {
		height: 100%;
	}
	#banner_event ul li {
		height: 100%;
	}
	#banner_event span{
	}
	#banner_event span::before {
		right: -10px;
	}
	
	#headerMenu .item .linkInner .text{
		display: none;
	}
	#headerMenu .item .linkInner .text2{
		display: block;
	}
	#headerMenu .item .linkInner .img {
    margin-right: unset;
	}
	#headerMenu .item .linkInner {
		flex-direction: column;
	}
	#footerContact .logo{
		flex-direction: column;
    justify-content: center;
	}
	#footerContact .logo .parts{
		width: 100%;
		justify-content: center;
	}
	#footerContact .logo .parts img{
		max-height: 40px;
    width: 50%;
	}
	#footerContact .logo .parts p{
	}
	#footerContact .logo .parts:nth-child(1){
		margin-bottom: 10px;
	}


	#headerMenu .item a {
    height: 76px;
	}
	#headerMenu .item.mrp780 a {
		padding-bottom: unset;
	}

	#topMv .swiper-container .sld_btn {
    top: 55vh;
	}

	#topMv .swiper-container .sld_btn span{
    width: 164px;
    padding: 13px 24px;
    font-size: 13px;
	}

	#topMv .swiper-container .sld_btn img{
		width: 24px;
		height: 18px;
	}
}

@media screen and (max-width: 600px) {
	#headerMenu .item .linkInner .text2{
		font-size: 10px;
	}
}

/* @media screen and (max-width: 530px) {
	#topMv .swiper-container .catch_message1 img,
	#topMv .swiper-container .catch_message2 img{
		max-width: 27px;
    max-height: 27px;
	}
	#topMv .swiper-container .sld_btn {
    top: 58vh;
	}
}
@media screen and (max-width: 320px){
	#topMv .swiper-container .catch_message1 img, #topMv .swiper-container .catch_message2 img {
    max-width: 22px;
    max-height: 25px;
	}
} */

