
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul, li{
  list-style:none;
}



img{
  width:100%;
  height:auto;
}

a{
	color: #000;
	text-decoration:none;
}


p{
	font-size:22px;
}


video{
	display:block;
  width:100%;
  height:auto;
}

::selection {
  background-color: #000;
  color:#fff;
}


.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #fdf5e2;
}


.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #aa76b1;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
50%  { -webkit-transform: rotate(180deg); opacity: 1; }
100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
0% { -moz-transform: rotate(0deg); opacity: 0.4; }
50%  { -moz-transform: rotate(180deg); opacity: 1; }
100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}


.font_bold{
  font-weight:bold;
}

.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}


html{
	overflow-x: hidden;
}


body {

	font-family: "zen-kaku-gothic-antique", sans-serif;
	color: #000000;
	overflow-x: hidden;
	background: #fdf5e2;
}


.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease;
  background: none;
}




.space{
	height:130px;
}

/* 共通ページ */



.btn a{
	position: relative;
	font-family: zen-kaku-gothic-new, sans-serif;
	color:#fff;
	line-height:150%;
	width:100%;
	display:block;
	padding: 6px 0;
	font-size:26px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.btn_pp a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: -99;
	width: 100%;
	height: 100%;
	filter: blur(5px);
	background:#aa76b1;
}
	
	
	
	.btn_all{
		text-align:center;
		margin-top:50px;
	}
	
	.btn_all a{
	position: relative;
	font-family: zen-kaku-gothic-new, sans-serif;
	color:#fff;
	line-height:150%;
	width:100%;
	display:block;
	padding: 15px 0;
	font-size:26px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
	
	.btn_all a span{
		position:relative;
		z-index: 9;
	}
	
	.btn_all a{
		width:400px;
		display:inline-block;
	}
	
	
	.btn_all a:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		filter: blur(5px);
	}
	
	#sec01 .btn_all a:after{
		background:#90b1b8;
	}
	
	#sec02 .btn_all a:after{
		background:#e0a595;
	}
	
	#sec03 .btn_all a:after{
		background:#9eb488;
	}


	#event_info{
		padding-top:200px;
	}

.event_btn{
	text-align:center;
	position:relative;
}

.event_btn .event_btn_item {
	pointer-events: none;
	position:absolute;
	top:0;
}



#sec03 .event_btn{
margin-top:150px;
}

.event_btn a{
	width:500px;
	display:inline-block;
	position:relative;
}



.event_btn a span{
	width:45px;
	display:inline-block;
	vertical-align: sub;
}

.event_title{
	text-align:center;
}

.event_title p{
	display:inline-block;
	width: 520px;
}

.event_note {
	margin-top:50px;
}


.event_note p{
	text-align:center;
	line-height:200%;
}

.event_box{
	margin-top:200px;
}


.event_box_title{
	text-align:center;
}

.event_box_title p{
	display:inline-block;
	width:350px;
}

.event_box_note{
	margin-top:40px;
}

.event_box_note p{
	text-align:center;
	line-height:200%;
}




#top_sec{
	padding:150px 0 0px;
}

.main_title{
	padding:0 100px;
	width:1000px;
	margin:0 auto;
}

.main_sub_title{
	padding:0 100px;
	width:800px;
	margin:40px auto 0;
}

.main_img_sec{
	position:relative;
}

.main_img{
	padding:0 100px;
	width: 750px;
	margin:40px auto 0;
	animation: yurayura 12s linear infinite;
}

.main_bg{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:-99;
	width:115%;
}




.main_note{
	padding:0 100px;
	width:1000px;
	margin:40px auto 0;
	text-align:center;
}

.main_note p{
	line-height:150%;
}




.profile_sec{
	padding:0 30px;
	width:880px;
	margin: 120px auto 0;
}


.profile_wrap{
	padding: 60px;
	display:flex;
	justify-content: space-between;
	background-image:url(../img/waku.webp);
	background-size: 100% 100%;
}

.profile_img{
	width:30%;
}

.profile_insta{
	margin-top:10px;
}

.profile_insta a{
	display:flex;
	font-size: 20px;
}

.profile_insta a span{
	width:25px;
	margin-right:10px;
}

.profile_detail{
	width:65%;
}


.profile_name p{
	font-size:26px;
}

.profile_name p span{
	font-size:14px;
	margin-left:20px;
}

.profile_note{
	margin-top:20px;
}

.profile_note p{
	font-size:18px;
	line-height:170%;
}



.itemscroll_sec{
	margin-top:200px;
}

.itemscroll_sec .event_btn{
	margin-top:100px;
}




	@keyframes infinity-scroll {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0%);
	}
	}

.scroll-infinity__wrap {
  overflow: hidden;
}

.scroll-infinity__list {
	display: flex;
	align-items: baseline;
  width: max-content;
  animation: infinity-scroll 20s linear infinite;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-infinity__list li{
	animation: yurayura02 4s linear infinite;
}
	
	
	.scroll-infinity__item {
		
	}
	
	
	.scroll-infinity__item > img {
		width: 100%;
	}
	
	.bag01{
		width: calc(80vw / 5);
	}
	
	.bag02{
		width: calc(90vw / 5);
	}
	
		
	.bag03{
		width: calc(130vw / 5);
	}
	
			
	.bag04{
		width: calc(90vw / 5);
	}
	
	.bag05{
		width: calc(60vw / 5);
	}
	
	
	.bag06{
		width: calc(80vw / 5);
	}
	
	.bag07{
		width: calc(60vw / 5);
	}
	
		
	.bag08{
		width: calc(90vw / 5);
	}
	
	.bag09{
		width: calc(130vw / 5);
	}
	
	.bag10{
		width: calc(90vw / 5);
	}
	
	
	
	
	
	
	
	
	
	.content_card_sec{
	margin-top:200px;
	}
	
	.content_card{
		width:500px;
	margin:0 auto;
	animation: yurayura 12s linear infinite;
	position:relative;
}

	.content_card > div{
	position:absolute;
	top: 60%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

	.content_card > div a{
	display:block;
	color:#fff;
	font-size: 22px;
	font-weight:500;
	margin-bottom: 8px;
}

	.content_card > div a span{
	display:inline-block;
	width:35px;
	vertical-align: middle;
	margin-right:5px;
}


.content_card > div .mini{
	padding-left:42px;
}


.content_card > div .mini > a:nth-child(1){
	color:#88b9c0;
}

.content_card > div .mini > a:nth-child(2){
	color:#f3a694;
}

.content_card > div .mini > a:nth-child(3){
	color:#9bba85;
}


	
.card_title{
	width:400px;
	margin:0 auto;
	
}

.card02{
	padding-top:200px;
}

.zu{
	margin-top:80px;
}


.zu_sec {
	padding-top:200px;
}


.zu_sec .zu_wrap{
	width:800px;
	margin:0 auto;
	position:relative;
}



.zu_btn{
	display: flex;
	justify-content: space-between;
}

.zu_btn > a{
	width:27%;
}



#footer{
	padding:100px 0;
}

.footer_text p{
	text-align:center;
}

.footer_wrap{
	width:500px;
	margin: 200px auto 0;
}

.footer_box {
	text-align:center;
}


.footer_box:last-child {
	margin-top:100px;
}



.main_content{
  padding-left:30%;
  padding-right:70px;
}



.inner{
	width:880px;
	position: relative;
	margin:0 auto;
	padding: 0px 60px;
	}


















.st_sec{
	padding:200px 0;
}




.sec_title_en {
	text-align:center;
}

.sec_title_en p{
	display:inline-block;
	width:600px;
}

.sec_title{
	margin-top:60px;
}

.sec_title p{
	text-align:center;
	font-size:32px;
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 400;
	}


.sec_subtitle{
	margin-top:30px;
}

.sec_subtitle p{
	text-align:center;
	font-size:18px;
}


#sec01 .sec_title p, #sec01 .sec_subtitle p{
	color:#4d97a3;
}

#sec02 .sec_title p, #sec02 .sec_subtitle p{
	color:#e58673;
}

#sec03 .sec_title p, #sec03 .sec_subtitle p{
	color:#427715;
}

.sec_illust{
	text-align:center;
	margin-top:60px;
}

.sec_illust p{
	display:inline-block;
	width:160px;
}

.sec_textlist{
	margin:60px auto 0;
}

.sec_textlist > div{
	position:relative;
}

.sec_textlist > div p{
	line-height:200%;
}

.sec_textlist > div span{
	position: absolute;
	top: 5px;
	left: -40px;
	width: 35px;
}






.sec_design{
	margin-top:100px;
	position:relative;
}

.design_title_box{
	width:400px;
	position:absolute;
	z-index:999;
}

.design_img {
    position: relative;
}

.sec_design_img{
	position:relative;
	z-index:99;
	animation: yurayura 12s linear infinite;
}

.sec_circle{
	width:250px;
	position:absolute;
	right:30px;
	bottom:30px;
	animation: rotate 12s infinite linear;
}


.sec_mainbag{
	margin-top:200px;
}

.sec_top{
	position:relative;
}

.title_svg{
	position:relative;
	z-index:99;
}
	
	.sec_totebag .title_svg {
	width: 95%;
	left: -100px;
}


.sec_tab{
	width:400px;
	position:absolute;
	right:0;
	bottom:-20px;
}

.sec_middle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 99;
	position: relative;
}


.sec_mainbag .sec_middle{
	margin-top: -30px;
}

.sec_totebag .sec_middle{
	margin-top: 60px;
}

.sec_middle_img{
	width:45%;
}


.sec_middle_detail{
	width:55%;
}

.sec_middle_detail_note p{
	font-size:18px;
	text-align:center;
}


.sec_middle_detail_img{
	margin-top:60px;
	animation: yurayura 12s linear infinite;
}

.sec_middle_img img{
	scale: 108%;
}

.sec_middle_detail_item{
	text-align:center;
	margin-top: 15px;
}

.sec_middle_detail_item p{
	font-size:14px;
}

.sec_middle_detail_item > a{
	font-size:16px;
	font-weight:bold;
	position:relative;
}

.sec_middle_detail_item > a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}

.sec_middle_detail_item > a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}




#sec01 .sec_middle_detail_item > a{
	color:#4d97a3;
}
#sec01 .sec_middle_detail_item > a::after{
	background:#4d97a3;
}

#sec02 .sec_middle_detail_item > a{
	color:#e55c66;
}

#sec02 .sec_middle_detail_item > a::after{
	background:#e55c66;
}

#sec03 .sec_middle_detail_item > a{
	color:#9bba85;
}

#sec03 .sec_middle_detail_item > a::after{
	background:#9bba85;
}





.sec_bottom{
	margin: 30px 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}


.sec_bottom_detail{
	width:75%;
	margin-bottom: 12px;
}

.sec_bottom_detail p{
		font-size:18px;
		line-height: 170%;
}

.sec_bottom_detail span{
	width:100px;
	display:block;
	margin-bottom: 10px;
}

.sec_bottom_img{
	width:20%;
}




.sec_totebag{
	margin-top:200px;
}



.sec_totebag .sec_middle_img {
	transform: translate(50px, -100px);
	-webkit-transform: translate(50px, -100px);
	-moz-transform: translate(50px, -100px);
	-o-transform: translate(50px, -100px);
	-ms-transform: translate(50px, -100px);
}



.sec_other{
	margin-top:200px;
}

.sec_other .title_svg {
	width: 80%;
	left: -100px;
}

.st_sec .sec_other .sec_tab {
    left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}



.sec_other .sec_middle_img {
    transform: translate(50px, -100px);
    -webkit-transform: translate(50px, -100px);
    -moz-transform: translate(50px, -100px);
    -o-transform: translate(50px, -100px);
    -ms-transform: translate(50px, -100px);
}


.sec_other .sec_bottom_detail span {
    width: 250px;
	display: block;
	margin-bottom: 10px;
}

.sec_other_btn{
	margin-top:50px;
	text-align:center;
}


.sec_other_btn a{
	position: relative;
	font-family: zen-kaku-gothic-new, sans-serif;
	color:#fff;
	line-height:150%;
	width:100%;
	display:block;
	padding:15px 0;
	font-size:26px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.sec_other_btn a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: -99;
	width: 100%;
	height: 100%;
	filter: blur(5px);
}

#sec01 .sec_other_btn a:after{
background:#89b8bf;
}

#sec02 .sec_other_btn a:after{
background:#f3a694;
}

#sec03 .sec_other_btn a:after{
background:#9bba85;
}






#sec02 .cls-1, #sec02 .cls-2 {
    fill: #e58673;
}


#sec02 .sec_totebag .sec_middle_img {
    transform: translate(-50px, -100px);
    -webkit-transform: translate(-50px, -100px);
    -moz-transform: translate(-50px, -100px);
    -o-transform: translate(-50px, -100px);
    -ms-transform: translate(-50px, -100px);
}


#sec02 .sec_totebag .sec_tab {
	left:50%;
	right: auto;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#sec02 .sec_totebag .title_svg {
    left: 100px;
}





#sec03 .cls-1, #sec03 .cls-2 {
    fill: #427715;
}

#sec03 .sec_other .title_svg {
	left: auto;
	right:-180px;
}


#sec03.st_sec .sec_other .sec_tab {
	right: 0px;
	left: auto;
    bottom: -20px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#sec03 .sec_other .sec_middle_img {
    transform: translate(50px, -100px);
    -webkit-transform: translate(-50px, -100px);
    -moz-transform: translate(50px, -100px);
    -o-transform: translate(50px, -100px);
    -ms-transform: translate(50px, -100px);
}


#sec03 .sec_other .sec_bottom {
	flex-direction: row-reverse;
}


.type02 .design_title_box {
	right:0;
}

.type02 .sec_circle {
    right: auto;
    left: 0px;
}


.type02 .sec_middle{
	flex-direction: row-reverse;
}

.type02 .sec_tab {
    left: 0;
	bottom: -20px;
}

.type02 .sec_bottom{
	flex-direction: row-reverse;
}

.sec_other .sec_bottom{
	margin-top: 50px;
	align-items: center;
}








/* アニメーション */





@keyframes yurayura{
  0% { transform: rotate(0deg); }
  5% { transform: rotate(-2deg); }
  10% { transform: rotate(0deg); }
  15% { transform: rotate(2deg); }
  20% { transform: rotate(0deg); }

  25% { transform: rotate(-2deg); }
  30% { transform: rotate(0deg); }
  35% { transform: rotate(2deg); }
  40% { transform: rotate(0deg); }

  45% { transform: rotate(-2deg); }
  50% { transform: rotate(0deg); }
  55% { transform: rotate(2deg); }
  60% { transform: rotate(0deg); }

  65% { transform: rotate(-2deg); }
  70% { transform: rotate(0deg); }
  75% { transform: rotate(2deg); }
  80% { transform: rotate(0deg); }

  /* 残り20%は止まる */
  100% { transform: rotate(0deg); }
}

@keyframes yurayura02{
	0%  {transform:rotate(0deg);}
	25% {transform:rotate(-2deg);}
	50% {transform:rotate(0deg);}
	75% {transform:rotate(2deg);}
	100% {transform:rotate(0deg);}
}


@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}






#sec01 #base path {
fill:#4d97a3; /* 塗りの色 */
}

#sec02 #base path {
fill:#e55c66; /* 塗りの色 */
}

#sec03 #base path {
fill:#9bba85; /* 塗りの色 */
}


.design_title #mask path {
    fill:none; /* 塗りの色 */
    stroke:#ffffff; /* 線の色 */
    stroke-width:12px; /* 線幅 */
    stroke-linecap:round; /* 線端の形状 */
    stroke-linejoin:round; /* 角の形状 */
}



.title_svg #mask path {
    fill:none; /* 塗りの色 */
    stroke:#ffffff; /* 線の色 */
    stroke-width:20px; /* 線幅 */
    stroke-linecap:round; /* 線端の形状 */
    stroke-linejoin:round; /* 角の形状 */
}







.sp_img{
  display:none!important;
}







@media screen and (max-width: 768px) {
  
  
  
	img{
		width:100%;
		height:auto;
	}

	.sp_img{
		display:block!important;
	}

	.pc_img{
		display:none!important;
	}
	
	
	.inner {
		width: 100%;
		padding: 0px 20px;
	}
	
	
	
	
	
	#top_sec {
		padding: 50px 0 0px;
	}
	
	
	
	.main_title {
    padding: 0 40px;
    width: 100%;
	}
	
	.main_sub_title {
		padding: 0 40px;
		width: 100%;
		text-align:center;
	}
	
	.main_sub_title p{
		width: 55%;
		display:inline-block;
	}
	
	
	.main_img {
		padding: 0 50px;
		width: 100%;
	}
	
	
	.main_note {
		width: 100%;
		margin-top: 50px;
		padding: 0 50px;
	}
	
	.main_note p {
		font-size: 14px;
		line-height:180%;
		text-align: center;
	}
	
	
	
	.profile_sec {
		padding: 0 30px;
		width: 100%;
		margin: 80px auto 0;
	}
	
	
	.profile_wrap {
		padding: 50px;
		display: block;
		background-image: url(../img/waku_sp.webp);
	}
	
	
	.profile_img {
		width: 100%;
		padding: 0 20px;
	}
	
	.profile_insta a{
		justify-content: center;
	}
	
	.profile_detail {
		width: 100%;
		margin-top: 28px;
	}
	
	.profile_name{
		text-align:center;
	}
	
	.profile_name p{
		font-size: 22px;
		display:inline-block;
	}
	
	.profile_name p span{
		display:block;
		margin-top: 5px;
		font-size: 12px;
		margin-left: 0px;
	}
	
	.profile_note p {
		font-size: 14px;
	}
	
	
	
	
	.zu_sec {
		padding-top: 100px;
	}
	
	
	.zu_sec .zu_wrap {
		width: 100%;
		padding: 0 30px;
	}
	
	
	
	
	
	.event_btn a {
		width: 82%;
		}
	
	
	.event_title p {
		width: 90%;
	}
	
	.event_note p {
		font-size: 13px;
	}
	
	
	
	
	.event_box_title p {
		width: 70%;
	}
	
	
	.event_box {
		margin-top: 100px;
	}
	
	
	
	.event_box_note p {
		font-size: 13px;
	}
	
	
	
	.footer_wrap {
		width: 70%;
		margin: 80px auto 0;
	}
	
	
	.footer_text p {
		font-size: 13px;
	}
	
	.btn a {
		width: 100%;
		padding: 15px 0;
		font-size: 16px;
	}
	
	
	
	
		.st_sec {
		padding: 80px 0;
	}
	
	
	.sec_title_en p {
		width: 75%;
	}
	
	
	.sec_title {
		margin-top: 30px;
	}
	
	.title_svg {
		width: 108%;
		left: -3%;
	}
	
	#sec02 .sec_totebag .title_svg {
		width: 108%;
		left: -3%;
	}
	
	.sec_totebag .title_svg {
		width: 100%;
		left: 0px;
	}
	
	.sec_title p {
		font-size: 30px;
	}
	
	.sec_subtitle {
		margin-top: 15px;
	}
	.sec_subtitle p {
		font-size: 16px;
	}
	
	.sec_illust {
		margin-top: 40px;
	}
	.sec_illust p {
		width: 23%;
	}
	
	.sec_textlist {
		width:80%;
	}
	
	
	
	.sec_textlist > div p {
		font-size:14px;
	}
	
	.sec_textlist > div span {
		left: -25px;
		width: 20px;
	}
	
	
	.design_title_box {
		width: 60%;
		position: static;
		margin: 0 auto;
	}
	
	
	
	
	
	
	.sec_circle {
		width: 130px;
		right: 20px;
		bottom: 0px;
	}
	
	
	.sec_mainbag{
		margin-top:100px;
	}
	
	.sec_totebag {
		margin-top: 100px;
	}
	
	.sec_other {
		margin-top: 100px;
	}
	
	
	
	.sec_tab {
		width: 70%;
		left: 0;
		bottom: -20px;
	}
	
	
	.sec_middle {
		display: block;
	}
	
	.sec_middle_img {
		width: 45%;
		margin: 0 auto;
		position: relative;
		z-index: 99;
	}
	
	.sec_totebag .sec_middle_img {
		width: 48%;
	}
	
	
	.sec_mainbag .sec_middle {
		margin-top: 20px;
	}
	
	
	.sec_totebag .sec_middle_img {
    transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
	}
	
	#sec02 .sec_totebag .sec_middle_img {
    -webkit-transform:none;
    -moz-transform:none;
    -o-transform:none;
    -ms-transform:none;
	}
	
	
	
	.sec_middle_detail {
		width: 100%;
		margin-top:40px;
	}
	
	.sec_middle_detail_note p {
		font-size: 14px;
	}
	
	
	.sec_middle_detail_img {
		margin: 60px auto 0;
		width: 90%;
	}
	
	
	.sec_totebag .sec_middle_detail_img {
		width: 80%;
	}
	
	.sec_middle_detail_item p {
		font-size: 13px;
		line-height: 140%;
	}
	
	.sec_middle_detail_item > a {
		font-size: 15px;
	}
	
	
	.sec_bottom {
		margin:50px 0px 0;
		flex-direction: row-reverse;
		align-items: center;
	}
	
	.sec_other .sec_bottom {
		align-items: flex-start;
	}
	
	
	.sec_bottom_img {
		width: 25%;
	}
	
	
	.sec_bottom_detail {
		width: 70%;
	}
	
	
	.sec_bottom_detail p {
		font-size: 13px;
	}
	
	.sec_bottom_detail span {
		width: 65px;
	}
	
	
	
	.sec_other .title_svg {
		width: 95%;
		left: 0%;
	}
	
	
	.sec_other .sec_middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
	
	.sec_other .sec_middle_img {
		width: 45%;
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-moz-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
	}
	
	.sec_other .sec_middle_detail {
		width: 50%;
		margin-top: 0px;
	}
	
	.sec_other_btn {
		margin-top: 30px;
	}
	
	.sec_other_btn a {
		font-size: 13px;
	}
	
	
	.sec_other .sec_bottom_detail span {
		width: 80%;
	}
	
	
	
	#sec03 .sec_other .title_svg {
        width: 95%;
        left: 0%;
	}
	
	#sec03 .sec_other .sec_middle_img {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
	}
	
	#sec03 .event_btn {
		margin-top: 80px;
	}
	
	
	#event_info{
		padding-top:100px;
	}
	
	
		
		.itemscroll_sec {
			margin-top: 80px;
		}
		
	.bag01{
		width: calc(130vw / 5);
	}
	
	.bag02{
		width: calc(140vw / 5);
	}
	
		
	.bag03{
		width: calc(180vw / 5);
	}
	
			
	.bag04{
		width: calc(150vw / 5);
	}
	
	.bag05{
		width: calc(110vw / 5);
	}
	
	
	.bag06{
		width: calc(130vw / 5);
	}
	
	.bag07{
		width: calc(110vw / 5);
	}
	
		
	.bag08{
		width: calc(140vw / 5);
	}
	
	.bag09{
		width: calc(180vw / 5);
	}
	
	.bag10{
		width: calc(140vw / 5);
	}
	
	
	.content_card {
		width: 70%;
	}
	
	.card_title {
		width: 70%;
	}
	
	.card02 {
		padding-top: 100px;
	}
	
	.btn_all a {
		width: 80%;
		padding: 15px 0;
		font-size: 13px;
	}
	
	
	.content_card > div {
		top: 60%;
	}
	
	.content_card > div a {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
	}
	
	
	.content_card > div a span {
		width: 20px;
		margin-right: 5px;
	}
	
	.content_card > div .mini {
		padding-left: 32px;
	}
	
	.event_btn .event_btn_item {
		top: -6px;
		left: -3%;
		width: 106%;
	}
	
}




@media screen and (max-width: 320px) {
  
  
  
}












