@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:800&display=swap');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');


/* CSS Document */
/*--------------------------------------
    RESET
--------------------------------------*/
html,body,div,ul,li,dl,dt,dd,h1 { 
	margin: 0;
	padding: 0;
}
p {
	/*text-align: justify;*/
	text-align: left;
	/*-ms-text-justify: inter-ideograph;*/
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
li { list-style: none; }
.img_p {
	margin: 0 0 0;
}
/*--------------------------------------
    FONT
--------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	min-width: 1200px;
	height: 100%;
	line-height: 175%;
	text-align: justify left;
	text-justify: inter-ideograph;
	color: #333;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.45rem;
	font-style: normal;
	background-color: #ffffff;
}
.win body {
	font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fontfamily_mincho {
	font-family: Century,"游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;
}
.fontfamily_gothic {
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.fontfamily_kozuka {
	/*font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;フォントのウェイトを指定するとFirefoxで認識できない*/
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.fontfamily_hiragino {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
.fontfamily_meirio {
	font-family: 'メイリオ',Meiryo,sans-serif;
}

.sec_shop_box {
	padding: 12px;
	border: 2px solid #CC0000;
}

/*--------------------------------------
    LINK
--------------------------------------*/
a {	color: #2e3192;}/**/
a:visited { }
a { text-decoration: none;}
a:link { text-decoration: none;}
a:active { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #cad3eb;
	transition: all 180ms ease-out;
}
a:hover img {
	transition: all 300ms ease-out;
	opacity: 0.55;
	filter: alpha(opacity=55);
}

/*--------------------------------------
    CLEARFIX
--------------------------------------*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}
.clear { clear: both;}

/*--------------------------------------
    common margin
--------------------------------------*/
.f_left { float: left; }
.f_right { float: right; }
.float_none { float: none !important; }

.text_marker {
	background: linear-gradient(transparent 25%, #FFFAD9  25%);
}

.tp00  { padding-top: 0 !important; }
.bp00  { padding-bottom: 0 !important; }

.tm00 { margin-top: 0 !important; }
.tm05 { margin-top: 5px !important; }
.tm10 { margin-top: 10px !important; }
.tm15 { margin-top: 15px !important; }
.tm18 { margin-top: 18px !important; }
.tm20 { margin-top: 20px !important; }
.tm25 { margin-top: 25px !important; }
.tm30 { margin-top: 30px !important; }
.tm35 { margin-top: 35px !important; }
.tm40 { margin-top: 40px !important; }
.tm45 { margin-top: 45px !important; }
.tm50 { margin-top: 50px !important; }
.tm55 { margin-top: 55px !important; }
.tm60 { margin-top: 60px !important; }
.tm65 { margin-top: 65px !important; }
.tm70 { margin-top: 70px !important; }
.tm75 { margin-top: 75px !important; }
.tm80 { margin-top: 80px !important; }
.tm85 { margin-top: 85px !important; }
.tm90 { margin-top: 90px !important; }
.tm95 { margin-top: 95px !important; }
.tm100 { margin-top: 100px !important; }

.lm00 { margin-left: 0 !important; }
.lm05 { margin-left: 5px !important; }
.lm10 { margin-left: 10px !important; }
.lm15 { margin-left: 15px !important; }
.lm18 { margin-left: 18px !important; }
.lm20 { margin-left: 20px !important; }
.lm25 { margin-left: 25px !important; }
.lm30 { margin-left: 30px !important; }
.lm35 { margin-left: 35px !important; }
.lm40 { margin-left: 40px !important; }
.lm45 { margin-left: 45px !important; }
.lm50 { margin-left: 50px !important; }
.lm55 { margin-left: 55px !important; }
.lm60 { margin-left: 60px !important; }
.lm65 { margin-left: 65px !important; }
.lm70 { margin-left: 70px !important; }
.lm75 { margin-left: 75px !important; }
.lm80 { margin-left: 80px !important; }
.lm85 { margin-left: 85px !important; }
.lm90 { margin-left: 90px !important; }
.lm95 { margin-left: 95px !important; }
.lm100 { margin-left: 100px !important; }

.rm00 { margin-right: 0 !important; }
.rm05 { margin-right: 5px !important; }
.rm10 { margin-right: 10px !important; }
.rm15 { margin-right: 15px !important; }
.rm18 { margin-right: 18px !important; }
.rm20 { margin-right: 20px !important; }
.rm25 { margin-right: 25px !important; }
.rm30 { margin-right: 30px !important; }
.rm35 { margin-right: 35px !important; }
.rm40 { margin-right: 40px !important; }
.rm45 { margin-right: 45px !important; }
.rm50 { margin-right: 50px !important; }
.rm55 { margin-right: 55px !important; }
.rm60 { margin-right: 60px !important; }
.rm65 { margin-right: 65px !important; }
.rm70 { margin-right: 70px !important; }
.rm75 { margin-right: 75px !important; }
.rm80 { margin-right: 80px !important; }
.rm85 { margin-right: 85px !important; }
.rm90 { margin-right: 90px !important; }
.rm95 { margin-right: 95px !important; }
.rm100 { margin-right: 100px !important; }

.bm00 { margin-bottom: 0 !important; }
.bm05 { margin-bottom: 5px !important; }
.bm10 { margin-bottom: 10px !important; }
.bm15 { margin-bottom: 15px !important; }
.bm18 { margin-bottom: 18px !important; }
.bm20 { margin-bottom: 20px !important; }
.bm25 { margin-bottom: 25px !important; }
.bm30 { margin-bottom: 30px !important; }
.bm32 { margin-bottom: 32px !important; }
.bm35 { margin-bottom: 35px !important; }
.bm40 { margin-bottom: 40px !important; }
.bm45 { margin-bottom: 45px !important; }
.bm50 { margin-bottom: 50px !important; }
.bm55 { margin-bottom: 55px !important; }
.bm60 { margin-bottom: 60px !important; }
.bm65 { margin-bottom: 65px !important; }
.bm70 { margin-bottom: 70px !important; }
.bm75 { margin-bottom: 75px !important; }
.bm80 { margin-bottom: 80px !important; }
.bm85 { margin-bottom: 85px !important; }
.bm90 { margin-bottom: 90px !important; }
.bm95 { margin-bottom: 95px !important; }
.bm100 { margin-bottom: 100px !important; }

.margin_center { margin: 0 auto; }

.w360 { width: 360px; }
.w570 { width: 570px; }
.w800 { width: 800px; }
.w830 { width: 830px; }
.w860 { width: 860px; }
.w890 { width: 890px; }

.win_icon {
	margin-right: 4px;
	padding-right: 22px;
	background: url("../img/all/win_icon.png") 100% 0.3em no-repeat;
}
.win_icon_w {
	margin-right: 4px;
	padding-right: 22px;
	background: url("../img/all/win_icon_w.png") 100% 0.3em no-repeat;
}

.fit_img img {
	width: 100%;
	height: auto;
}

/*--------------------------------------
    flexbox common
--------------------------------------*/
.content_flex_outer,
.content_flex_outer_sppc {
	width: auto;
	display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
/*flex only*/
.display_flex {
	display: -ms-flexbox;
    display: flex;
}
/*flex column*/
.display_flex_column {
	display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}
/*order*/
.flex_order_m1 { order: -1;}
.flex_order_p1 { order: 1;}
/*wrap*/
.display_wrap {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.flex_space_between {
	justify-content: space-between;
}
.display_wrap > li {
	width: 50%;
}
.justify_center {
	justify-content: center !important;
}
.justify_start {
	justify-content: flex-start !important;
}
/*flexbox align_self_center*/
.align_self_center {
	-ms-flex-item-align: center;
	align-self: center;
}
/*flexbox align_self_end（位置指定:bottom）*/
.align_self_end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.display_none {	display: none; }

/*--------------------------------------
    COMMON
--------------------------------------*/

.sp_display { display: none !important; }
.pc_display {  }

em { font-weight: bold; font-style: normal; }
.bold { font-weight: bold; }
.bold_none { font-weight: normal !important; }
.cancel { text-decoration: line-through; }
.text_red { color: #B93E3C; }
.text_red02 { color: #CC0000; }
.text_blue { color: #2f3c95; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.text_left { text-align: left; }
.underline { text-decoration: underline !important;}
.lh_100 { line-height: 100%; }
.lh_normal { line-height: 175%; }
.lh_note { line-height: 154%; }
.lh_long { line-height: 212%; }
.lh_short { line-height: 105%; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2.0rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
.f26 { font-size: 2.6rem !important; }

/*list*/
.disc_li li {
	margin: 0 0 3px 1em;
	list-style: disc;
	line-height: 155%;
	text-align: left;
}
.deci_li {
	padding-left: 0.5em;
}
.deci_li > li {
	margin: 0 0 3px 1em;
	list-style: decimal;
	line-height: 155%;
	text-align: left;
}
/*--------------------------------------
    LAYOUT head
--------------------------------------*/
#page_header {
	width: 100%;
	height: 47px;
	display: block;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 100;
	border-top: 3px solid #C2161D;
	box-shadow: 0 1px 2px 0 rgb(70 70 70 / 35%);
}
#logo > a img {
	margin: auto 0;
	position: absolute;
	display: block;
	left: 2px;
	top: 0;
	bottom: 0;
}
.header_logo_box {
}
.hs_ft_container {
	margin: 0 auto;
	width: 1200px;
	height: 47px;
	position: relative;
}
#hs_splist_link {
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: auto;
	height: 26px;
}
#hs_splist_link li {
}
#hs_splist_link a {
	margin: auto 0;
	padding: 2px 8px;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666;
	background: #fff;
	border-right: 1px solid #aaa;
	/*text-decoration: none;*/
}
#hs_splist_link li:last-child a {
	border-right: none;
}
#hs_splist_link a:hover {
	/*text-decoration: none;*/
	transition: all 300ms ease-out;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*title*/
#head_tit_main {
	margin: 0 auto 0;
	padding: 0 0 0;
	width: auto;
}
.tit_info_img {
	margin: 0 0 0;
	text-align: center;
}

#nav_main {
	margin: 15px 20px 0;
	padding: 15px 0;
	display: block;
	width: auto;
	background: #6B1A82;
}
#nav_main .nav_link {
	margin: 0 auto;
	width: 830px;
	font-family: "Lucida Sans Unicode", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
}
#nav_main .nav_link a {
	margin: 0 0 0;
	display: block;
	width: 270px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	color: #192E5B;
	background: #fff;
	letter-spacing: 1px;
	border-radius: 6px 0 6px 0;
}
#nav_main .nav_link a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	box-shadow: 1px 1px 3px 0 rgb(150 150 150 / 50%);
}
#nav_main .n_photo a {
}
.n_twitter span {
	padding-right: 30px;
	position: relative;
}
.n_twitter span:after {
	content: "";
	margin: auto 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 25px;
	height: 30px;
	background: url("../img/all/logo_sns_X.png") 100% 40% no-repeat;
	background-size: 24px;
}


/*--------------------------------------
    LAYOUT main
--------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 50px 0 0;
	min-width: 1200px;
	position: relative;
	/* Permalink - use to edit and share this gradient. パーマリンク - このグラデーションの編集や共有に使用します: https://colorzilla.com/gradient-editor/#dcf0f9+0,f3daec+38,f6f6d7+81,f6f6d7+81,d3e7b5+100 */
background: linear-gradient(to bottom,  #dcf0f9 0%,#f3daec 38%,#f6f6d7 81%,#f6f6d7 81%,#d3e7b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#main_section {
	margin: 0 auto;
	min-width: 1200px;
}
.sec_inner_box {
	margin: 0 auto;
	padding: 0 0;
	width: 1200px;
	background: #fff;
}

#head_title_area {
}
#head_tit {
	margin: 0 auto;
	padding: 0 0 30px;
	width: 1200px;
	background: #fff;
}
.section_inner_lead {
		margin: 0 10px;
}

/*--------------------------------------
    LAYOUT footer
--------------------------------------*/
#page_footer > p {
	margin: 0 0 0;
	padding: 17px 0 15px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 150%;
	font-size: 1.15rem;
	background: #301870;
}
#page_footer .pageTop {
	position: fixed;
	bottom: -90px;
	right: 5px;
	text-align: center;
	width: 44px;
	height: 44px;
	overflow: hidden;
	z-index: 100;
	border: 2px solid #fff;
}
#page_footer .pageTop a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	height: 44px;
	line-height: 44px;
	background-color: #301870;
}
#page_footer .pageTop a:before {
	content: "";
	margin: 0 auto;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
#page_footer .pageTop a:hover {
	text-decoration: none;
	background: rgba(150, 150, 150, 0.8);
	transition: background 300ms ease-out;
}
#page_footer .pageTop a span {
	display: none;
}

/*--------------------------------------
    page common
--------------------------------------*/
/*info*/
#info_area {
	margin: 38px 0 0;
	background: #f2f2f2;
}
.info_area_inner {
}
#info_area_tit {
	margin: 0 38px 0 0;
}
.info_area_text {
	margin: 45px 0 0 0;
}
.info_area_text dl {
	margin-bottom: 14px;
	display: table;
	font-size: 1.5rem;
}
.info_area_text dt {
	padding: 0 0 0 12px;
	display: table-cell;
	width: 216px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	background: #fff;
	border-left: 6px solid #c11920;
}
.info_area_text dd {
	padding: 0 0 0 20px;
}
.info_area_text dd a {
	font-weight: bold;
}


/*hs link*/
.hs_link_area {
	margin: 80px auto;
	width: 660px;
}
.hs_link_area .link_btn {
	margin: 0 0 0;
	font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', "メイリオ", Meiryo, sans-serif;
}
.hs_link_area .link_btn a {
	margin: 0 0 0;
	padding: 20px 0;
	display: block;
	width: 320px;
	line-height: 100%;
	text-align: center;
	background: #f7f7f7;
	border-radius: 8px;
}
.hs_link_area .link_btn a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	box-shadow: 2px 2px 0 0 rgb(100 100 100 / 70%);
}
.hs_link_area .link_btn.type_red a {
	padding: 23px 0 17px;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	background: #c11920;
}
.hs_link_area .link_btn.type_red a:hover {
	box-shadow: 2px 2px 0 0 rgb(20 0 0 / 70%);
}
.hs_link_area .link_btn.type_normal a {
	padding: 0 0;
	height: 100px;
	line-height: 100px;
	color: #333;
	font-weight: bold;
	font-size: 1.6rem;
}
.btn_logo {
	margin: 0 0 9px 2px;
	display: block;
}
.link_btn .shopicon > span {
	padding-left: 50px;
	position: relative;
}
.link_btn .shopicon > span:before {
	content: "";
	margin: auto 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: url("../img/all/store_link_img01.png") 100% 40% no-repeat;
	background-size: 50px;
}

/*tit*/
.event_main_tit {
	margin: 0 0 10px;
	padding: 15px 0 15px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 120%;
	color: #333;
	border-top: 4px double #6B1A82;
	border-bottom: 4px double #6B1A82;
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	background-color: rgba(255,255,255,0.9);
}
.event_main_tit .skutag {
	margin: 0 0 5px 0;
	padding: 5px 10px 3px;
	color: #CC0000;
}
.event_area_tit {
	margin: 35px 0 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 150%;
	color: #192E5B;
	border-top: 4px double #004EA2;
	border-bottom: 4px double #004EA2;
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
}

.tweet_link_box {
	padding: 15px 0 50px;
	width: 480px;
	background: #f7f7f7;
}
.tweet_load_box {
	padding: 20px 15px;
	width: 450px;
	background: #f7f7f7;
}
.tweet_link_lead {
	margin: 0 0 30px;
	padding: 20px 0;
	text-align: center;
	line-height: 146%;
	font-size: 1.5rem;
	font-weight: bold;
	color: #c11920;
	background: #fff;
}
.tweet_link_area .link_btn a {
	margin: 0 auto 0;
	padding: 0 0 0 20px;
	display: block;
	width: 380px;
	height: 80px;
	line-height: 80px;
	text-align: left;
	font-weight: bold;
	font-size: 1.45rem;
	color: #333;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgb(150 150 150 / 60%);
}
.tweet_link_area .link_btn a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
}
.tweet_link_area .link_btn .em_text {
	margin: 0 1px;
	color: #1DA1F2;
}
.tweet_link_area .link_btn a  > span {
	padding-left: 50px;
	position: relative;
}
.tweet_link_area .link_btn a  > span:before {
	content: "";
	margin: auto 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 35px;
	height: 35px;
	background: url("../img/all/twitter_main_02.png") 100% 40% no-repeat;
	background-size: 35px;
}
.tweet_link_area .link_btn.type_blue a {
	color: #fff;
	background: #1DA1F2;
}
.tweet_link_area .link_btn.type_blue a  > span:before {
	background: url("../img/all/twitter_white_02.png") 100% 40% no-repeat;
	background-size: 35px;
}
.twitter-timeline {
	margin: 0 auto;
	width: 95%;
	height: 350px;
}

/*campaign*/
#section_campaign {
	margin: 60px 0 50px;
	padding: 25px 0 80px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */
}
#campaign_area_tit {
	margin: 0 10px 25px;
	width: 980px;
}
#campaign_info {
	margin: 0 auto 0;
	padding: 0 45px 0 130px;
	width: 825px;
	max-height: 350px;
	height: 350px;
	background: #fff url("../img/all/tweet_cp_tit_04.png") no-repeat left 15px top;
	background-size: contain;
	box-shadow: 3px 3px 4px 0 rgb(10 10 10 / 20%);
}
#campaign_info .inner_box01 {
	margin: 45px 0 0;
	width: auto;
}
.campaign_flow {
	margin: 30px 0 0 0;
}
.campaign_lead {
	margin: 0 80px 30px;
	padding: 10px 35px;
	font-size: 1.6rem;
	background: #fff;
	position: relative;
}
.campaign_lead:before,
.campaign_lead:after { 
    content:'';
    width: 50px;
    height: 90%;
    position: absolute;
    display: inline-block;
}
.campaign_lead:before {
    border-left: solid 1px #5767bf;
    /*border-top: solid 1px #5767bf;*/
	margin: auto 0;
    top: 0;
	bottom: 0;
    left: 8px;
}
.campaign_lead:after {
    border-right: solid 1px #5767bf;
    /*border-bottom: solid 1px #5767bf;*/
	margin: auto 0;
	 top: 0;
    bottom: 0;
    right: 8px;
}

/*light*/
.l_copytext {
	margin: 15px auto 0;
	display: block;
	width: 100%;
	line-height: 120%;
	text-align: center;
	font-size: 10px;
}
.l_copytext.type_left {
	text-align: left !important;
}




.event_area {
	margin: 0 0 70px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #004EA2;
}
.noticebnr_img {
		margin: 0 auto;
		width: 1100px;
}
.noticebnr_img img {
	width: 100%;
	height: auto;
}

.ev_gaiyo > dl {
	margin: 0 0 10px 0;
	display: table;
}
.ev_gaiyo > dl > dt {
	margin: 0 0 0 0;
	padding: 5px 10px;
	display: table-cell;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	color: #004EA2;
	/*border-top: 3px solid #004EA2;*/
	/*border-bottom: 1px solid #87A8D4;*/
	background: #E1EAF9;
}
.ev_gaiyo > dl > dd {
	margin-left: 10px;
	padding: 5px 10px;
}
.evdate {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #ccc;
}
.ev_gaiyo > dl > dd:last-child .evdate {
	border-bottom: none;
}
.evdate > dt {
	padding: 8px 10px;
	width: 180px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
}
.evdate.tokyo > dt {
	background: #0393DB;
}
.evdate.osaka > dt {
	background: #E84B91;
}
.evdate.nagoya > dt {
	background:#EB8730;
}
.evdate.online > dt {
	background: #B81B2C;
}
.evdate dd {
	margin: 5px 0 0 5px;
	line-height: 150%;
	font-size: 1.4rem;
}
.evdate dd > dl {
	display: table;
}
.evdate dd > dl dt {
	display: table-cell;
	width: 11rem;
	text-align: right;
}
.evdate dd > dl dd em {
	font-weight: bold;
	font-size: 1.9rem;
}

.item_list {
	margin: 0 10px 40px;
	padding: 15px 15px;
	background: #fff;
}

.item_list_imgbox {
	margin: 0 15px 0 0;
	padding: 10px 30px 10px 0;
	width: 490px;
	min-height: 300px;
	/*border-right: 1px dashed #aaa;*/
	position: relative;
	background: #E1EAF9;
}
.item_list_img {
	margin: 0 0;
	padding: 5px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display: inline-block;
	width: 280px;
	height: 280px;
	overflow: hidden;
	/*border-radius: 15px 0 15px 0;*/
	box-shadow: 0px 0px 15px rgba(20, 108, 192, 0.2);
	background: #fff;
}
.single_itemimg .item_list_img {
	margin: 0 auto;
}
.item_list_img img {
	width: 100%;
	height: auto;
}
.item_list_img a:hover img {
	transform:scale(1.3) translateX(0);
	opacity: 100;
	transition-delay: .1s;
}
.item_list_subtit {
	margin: 0 0 5px 0;
	padding: 0 0 8px 0;
	display: block;
	color: #192E5B;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #3674B5;
	/*font-family: "M PLUS 1p";*/
}
.item_info {
	padding: 0 0 0 15px;
	display: block;
	width: 650px;
	line-height: 120%;
	border-left: 1px dashed #E0F1FB;
}
.item_info dt {
	margin: 0 0 10px 0;
	padding: 12px 0;
	line-height: 150%;
}
.item_info .price {
	font-size: 1.6rem;
	font-weight: bold;
}
.item_info .spectext {
	margin: 10px 0 0;
	font-size: 1.2rem;
}
.skutag {
	margin: 0 5px 0 0;
	padding: 3px 7px;
	display: inline-block;
	font-size: 1.3rem;
	color: #192E5B;
	line-height: 100%;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #192E5B;
}
.item_text_link li {
	margin: 0 0 10px 0;
}
.item_text_link a {
	padding: 5px 20px;
	display: block;
	font-size: 1.3rem;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 3px 0 rgb(70 70 70 / 55%);
}
.item_text_link a:hover {
	transform:scale(1.1) translateX(0);
	opacity: 100;
	transition-delay: .1s;
}
.hsjp_news {
	margin: 0 50px;
	padding: 25px 50px 25px;
	background: #F2F2F2;
}
.hsjp_news_tit {
	margin: 0 auto 18px;
	padding: 8px 20px;
	display: block;
	width: 500px;
	color: #fff;
	text-align: center;
	background: #C8151A;
	font-family: "M PLUS 1p";
}
.hsjp_news_tit span {
	font-size: 1.8rem;
}

.store_page_link .closebtn {
	margin: 0 auto 0;
	padding: 0 0 0 35px;
	display: block;
	width: auto;
	height: 80px;
	line-height: 80px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	letter-spacing: 0.05rem;
	border: 2px solid #ccc;
	background: #fafafa url("../img/all/store_link_img02.png") 95% 50% no-repeat;
	border-radius: 8px;
	box-shadow: 0 4px 0 0 #ccc;
	background-size: 45px;
}


.ac_btn,
.ac_btn_type02 {
	cursor: pointer;
	margin: 15px auto;
	padding: 15px 0 15px 30px;
	width: 70%;
	display: block;
	position: relative;
	color: #004A99;
	text-align: left;
	font-weight: normal;
	font-size: 1.5rem;
	background-color: #fefefe;
	border-radius: 6px;
	box-shadow: 0 3px 3px 0 rgba(70, 70, 70, 0.2);
}
.pageclass_index .ac_btn:before {
	color: #fff;
	border: 1px solid #fff;
}
.ac_btn:after,
.ac_btn_type02:after {
	content: "";
	margin: auto 0;
	position: absolute;
	top: -6px;
	bottom: 0;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #C01920;
	border-bottom: 2px solid #C01920;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.ac_btn_on.ac_btn:after,
.ac_btn_on.ac_btn_type02:after {
	top: 3px;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.ac_btn:before,
.ac_btn_type02:before {
	content: "Click";
	margin: auto 0;
	position: absolute;
	display: block;
	width: 46px;
	height: 20px;
	line-height: 20px;
	top: 0;
	bottom: 0;
	right: 45px;
	text-align: center;
	color: #004A99;
	font-size: 12px;
	border: 1px solid #aaa;
	border-radius: 2px;
	background: #fff;
}
.ac_btn_on.ac_btn,
.ac_btn_on.ac_btn_type02 {
	background-color: #eee;
}
.ac_btn_on.ac_btn:before {
	content: "Close";
}
.ac_btn:hover,
.ac_btn_type02:hover {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.event_close_off {
	margin: 0 0 0;
	padding: 0 0;
	height: 0;
    overflow: hidden;
}
.event_close_off.event_close_on {
	height: auto;
    overflow: visible;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*.event_close_off .imgbox_area_photo img {
	opacity: 0;
}
.event_close_off.event_close_on .imgbox_area_photo img {
	opacity: 1;
	transition: all 0.5s ease-out;
}*/

/*ul box1*/
.s_lead_text {
	text-align: right;
	font-size: 1.2rem;
}
.itemlist_sec {
	margin: 0 auto;
	padding: 0 0 15px;
	width: 1100px;
}
.itemlistbox > ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemlistbox > ul:after,
.itemlistbox > ul:before {
	content:"";
	display: block;
	width: 215px;
}
.itemlistbox > ul:before {
	order: 1;
}
.itemlistbox li {
	margin: 0 0 15px;
	padding: 8px 15px;
	position: relative;
	width: 185px;
	height: 330px;
	line-height: 130%;
	font-size: 1.2rem;
	background-color: #F1F9FC;
}
.itemlistbox li .btn {
	margin: 0 auto;
	width: 185px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}
.itemlistbox li .btn img {
	margin: 0 auto;
	padding: 0;
	display: block;
}
.itemlistbox li .btn img.up {
	position:absolute;
	left: 0;
	top: 0;
	padding: 0;
	z-index: 10;
}
.itemlistbox li img {
	margin: 0 auto;
	padding: 10px 5px 0;
	display: block;
}
.itemlistbox li .name {
	margin: 0 0 5px;
	font-size: 1.2rem;
	display: inline-block;
}
.itemlistbox li .info {
	color: #CC0000;
}
.itemlistbox ul li:nth-child(n + 6) {
	margin: 0 0 0;
	padding: 0 15px;
	height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.itemlistbox .listbox_on li:nth-child(n + 6) {
	margin: 0 0 10px;
	padding: 10px 15px;
	height: 330px;
	opacity: 1;
}

.tokuten_area {
	margin: 0 0 15px;
	padding: 10px 35px;
	background: rgba(255,255,255,0.9);
}
.ev_sec_area {
	margin: 0 0 15px;
	padding: 10px 35px;
	background: rgba(255,255,255,0.9);
}
.ev_subtit {
	margin: 15px 0 15px;
	padding: 0 0;
	font-size: 1.4rem;
	line-height: 100%;
	color: #222;
}
.ev_subtit span {
	padding: 10px 15px;
	background: #fff;
	border-left: 8px solid #004EA1;
}
.tokuten_list_sec {
	margin: 0 0 30px 0;
}
.tokuten_list {
	padding: 10px;
	display: table;
	width: 100%;
	border-bottom: 1px dashed #eee;
}
.tokuten_list dt {
	display: table-cell;
	width: 3em;
	font-weight: bold;
	font-size: 1.5rem;
}
.tokuten_list_sec .tokuten_list:nth-of-type(1) dt {
	color: #E17374;
}
.tokuten_list_sec .tokuten_list:nth-of-type(2) dt {
	color: #5A8BBF;
}
.tokuten_list_sec .tokuten_list:nth-of-type(3) dt {
	color: #DFB420;
}
.tokuten_list dd {
	font-size: 1.3rem;
}
.tokuten_note {
	font-size: 1.3rem;
}
.tokuten_note dl {
	margin: 20px 0 25px 0;
}
.tokuten_note dt {
	font-weight: bold;
	font-size: 1.4rem;
}

.online_tag,
.ev_store_tag {
	margin: 0 5px 0 0;
	padding: 0 5px;
	display: inline-block;
	position: relative;
	top: -1px;
	width: auto;
	height: 21px;
	line-height: 21px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	background: #fff;
}
.online_tag {
	color: #B81B2C;
	border: 1px solid #B81B2C;
	background: #FDF0F1;
}
.ev_store_tag {
	color: #0393DB;
	border: 1px solid #0393DB;
}

.notetext_list > li {
    margin-left: 1em !important;
    text-indent: -1em;
	font-size: 1.3rem;
	line-height: 175%;
}

.event_nav_box {
	padding: 15px 0;
	background-color: #fff;
}
.event_nav_box ul {	
	margin: 0 auto;
	width: 620px;
	/*background: #BAD0E9;*/
}
.event_nav_box li a {
	padding: 8px 5px;
	display: block;
	font-size: 1.7rem;
	width: 180px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border-bottom: 4px double #6B1A82;
	/*border-radius: 8px 0 8px 0;*/
}
.event_nav_box li a:hover {
	transition: all 300ms ease-out;
	opacity: 0.55;
	filter: alpha(opacity=55);
}
.ev_goods_text01 {
	margin: 15px 0 0;
	padding: 15px 30px 15px;
	font-size: 1.3rem;
	width: auto;
	height: auto;
	background: #fafafa;
}

/*--------------------------------------
    MEDIA QUERY
--------------------------------------*/
@media screen and (max-width: 768px) {

	/*--------------------------------------
		LINK
	--------------------------------------*/
	a:visited { }
	a      {  text-decoration: none;}
	a:link {  text-decoration: none;}
	a:active { text-decoration: none;}
	a:hover { text-decoration: none; transition: none; }
	a:hover img {
		transition: all 300ms ease-out;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/*--------------------------------------
		COMMON
	--------------------------------------*/
	body {
		min-width: initial;
		line-height: 175%;
	}

	.sp_display { display: block !important; }
	.pc_display { display: none !important; }

	.sp_text_left { text-align: left; }
	.sp_text_right { text-align: right; }
	.sp_text_center { text-align: center; }

	.sp_f12 { font-size: 1.2rem !important; }
	.sp_f13 { font-size: 1.3rem !important; }
	.sp_f14 { font-size: 1.4rem !important; }
	.sp_f15 { font-size: 1.5rem !important; }
	.sp_f16 { font-size: 1.6rem !important; }
	.sp_f17 { font-size: 1.7rem !important; }
	.sp_f18 { font-size: 1.8rem !important; }
	.sp_f19 { font-size: 1.9rem !important; }
	.sp_f20 { font-size: 2.0rem !important; }
	.sp_f21 { font-size: 2.1rem !important; }
	.sp_f22 { font-size: 2.2rem !important; }
	.sp_f23 { font-size: 2.3rem !important; }
	.sp_f24 { font-size: 2.4rem !important; }
	.sp_f25 { font-size: 2.5rem !important; }
	.sp_f26 { font-size: 2.6rem !important; }

	.main_text {
		margin: 0 0 10px;
		font-size: 1.3rem !important;
		line-height: 175%;
	}
	.sp_imgbox img {
		width: 100%;
		height: auto;
	}
	.sp_imgbox.link_box {
		margin: 0 15px;
	}

	.f_left { float: none; }
	.f_right { float: none; }

	.sp_tm00 { margin-top: 0 !important; }
	.sp_tm05 { margin-top: 5px !important; }
	.sp_tm10 { margin-top: 10px !important; }
	.sp_tm15 { margin-top: 15px !important; }
	.sp_tm18 { margin-top: 18px !important; }
	.sp_tm20 { margin-top: 20px !important; }
	.sp_tm25 { margin-top: 25px !important; }
	.sp_tm30 { margin-top: 30px !important; }
	.sp_tm35 { margin-top: 35px !important; }
	.sp_tm40 { margin-top: 40px !important; }
	.sp_tm45 { margin-top: 45px !important; }
	.sp_tm50 { margin-top: 50px !important; }
	.sp_tm55 { margin-top: 55px !important; }
	.sp_tm60 { margin-top: 60px !important; }
	.sp_tm65 { margin-top: 65px !important; }
	.sp_tm70 { margin-top: 70px !important; }
	.sp_tm75 { margin-top: 75px !important; }
	.sp_tm80 { margin-top: 80px !important; }
	.sp_tm85 { margin-top: 85px !important; }
	.sp_tm90 { margin-top: 90px !important; }
	.sp_tm95 { margin-top: 95px !important; }
	.sp_tm100 { margin-top: 100px !important; }

	.sp_lm00 { margin-left: 0 !important; }
	.sp_lm05 { margin-left: 5px !important; }
	.sp_lm10 { margin-left: 10px !important; }
	.sp_lm15 { margin-left: 15px !important; }
	.sp_lm18 { margin-left: 18px !important; }
	.sp_lm20 { margin-left: 20px !important; }
	.sp_lm25 { margin-left: 25px !important; }
	.sp_lm30 { margin-left: 30px !important; }
	.sp_lm35 { margin-left: 35px !important; }
	.sp_lm40 { margin-left: 40px !important; }
	.sp_lm45 { margin-left: 45px !important; }
	.sp_lm50 { margin-left: 50px !important; }
	.sp_lm55 { margin-left: 55px !important; }
	.sp_lm60 { margin-left: 60px !important; }
	.sp_lm65 { margin-left: 65px !important; }
	.sp_lm70 { margin-left: 70px !important; }
	.sp_lm75 { margin-left: 75px !important; }
	.sp_lm80 { margin-left: 80px !important; }
	.sp_lm85 { margin-left: 85px !important; }
	.sp_lm90 { margin-left: 90px !important; }
	.sp_lm95 { margin-left: 95px !important; }
	.sp_lm100 { margin-left: 100px !important; }
	
	.sp_rm00 { margin-right: 0 !important; }
	.sp_rm05 { margin-right: 5px !important; }
	.sp_rm10 { margin-right: 10px !important; }
	.sp_rm15 { margin-right: 15px !important; }
	.sp_rm18 { margin-right: 18px !important; }
	.sp_rm20 { margin-right: 20px !important; }
	.sp_rm25 { margin-right: 25px !important; }
	.sp_rm30 { margin-right: 30px !important; }
	.sp_rm35 { margin-right: 35px !important; }
	.sp_rm40 { margin-right: 40px !important; }
	.sp_rm45 { margin-right: 45px !important; }
	.sp_rm50 { margin-right: 50px !important; }
	.sp_rm55 { margin-right: 55px !important; }
	.sp_rm60 { margin-right: 60px !important; }
	.sp_rm65 { margin-right: 65px !important; }
	.sp_rm70 { margin-right: 70px !important; }
	.sp_rm75 { margin-right: 75px !important; }
	.sp_rm80 { margin-right: 80px !important; }
	.sp_rm85 { margin-right: 85px !important; }
	.sp_rm90 { margin-right: 90px !important; }
	.sp_rm95 { margin-right: 95px !important; }
	.sp_rm100 { margin-right: 100px !important; }

	.sp_bm00 { margin-bottom: 0 !important; }
	.sp_bm05 { margin-bottom: 5px !important; }
	.sp_bm10 { margin-bottom: 10px !important; }
	.sp_bm15 { margin-bottom: 15px !important; }
	.sp_bm18 { margin-bottom: 18px !important; }
	.sp_bm20 { margin-bottom: 20px !important; }
	.sp_bm25 { margin-bottom: 25px !important; }
	.sp_bm30 { margin-bottom: 30px !important; }
	.sp_bm32 { margin-bottom: 32px !important; }
	.sp_bm35 { margin-bottom: 35px !important; }
	.sp_bm40 { margin-bottom: 40px !important; }
	.sp_bm45 { margin-bottom: 45px !important; }
	.sp_bm50 { margin-bottom: 50px !important; }
	.sp_bm55 { margin-bottom: 55px !important; }
	.sp_bm60 { margin-bottom: 60px !important; }
	.sp_bm65 { margin-bottom: 65px !important; }
	.sp_bm70 { margin-bottom: 70px !important; }
	.sp_bm75 { margin-bottom: 75px !important; }
	.sp_bm80 { margin-bottom: 80px !important; }
	.sp_bm85 { margin-bottom: 85px !important; }
	.sp_bm90 { margin-bottom: 90px !important; }
	.sp_bm95 { margin-bottom: 95px !important; }
	.sp_bm100 { margin-bottom: 100px !important; }
	
	.w360,
	.w570,
	.w800,
	.w830,
	.w860,
	.w890 { width: auto; }

	/*flexbox common*/
	.content_flex_outer {
		/*width: 100%;*/
		display: block;
	}
	.content_flex_outer img {
		width: 100%;
		height: auto;
	}

	.spimg_margin {
		margin: 0 15px;
	}
	.works01_itemtext {
		margin: 10px 0 0 0;
		width: auto;
	}

	/*--------------------------------------
		LAYOUT head
	--------------------------------------*/
	#page_header {
		width: 100%;
		height: 75px;
		display: block;
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 100;
		box-shadow: 0 1px 3px 0 rgb(200 200 200 / 80%);
	}
	#logo {
	}
	#logo > a img {
		margin: auto 0;
		position: absolute;
		display: block;
		top: 12px;
		bottom: auto;
		left: 12px;
		width: auto;
		height: 19px;
	}
	.header_logo_box {
	}
	.hs_ft_container {
		width: auto;
		height: 75px;
	}
	#hs_splist_link {
		margin: 0 0;
		padding: 3px 0;
		position: absolute;
		 top: auto; 
		 bottom: 0; 
		right: auto;
		display: block;
		width: 100%;
		height: 26px;
		border-top: 1px solid #eee;
	}
	#hs_splist_link ul {
		display: table;
	}
	#hs_splist_link ul li {
		display: table-cell;
	}
	#hs_splist_link a {
		font-size: 1.0rem;
	}
	#hs_splist_link a:hover {
		text-decoration: none;
		transition: all 300ms ease-out;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	/*title*/
	#head_tit_main {
		margin: 0 auto 0;
		padding: 0 0 0;
		width: auto;
		position: relative;
	}
	#head_tit_main .tit_logo_img {
		margin: auto 0;
		width: 100px;
		height: 86px;
		position: absolute;
		left: 0;
		top: 5px;
		bottom: 0;
	}
	#head_tit_main .tit_logo_img img {
		width: 100%;
		height: auto;
	}
	.tit_info_img img {
		width: 100%;
		height: auto;
	}

	#nav_main {
		margin: 0 0 0;
		padding: 16px 0;
		box-shadow: 0 2px 2px 0 rgb(190 190 190 / 70%);
	}
	#nav_main .nav_link {
		margin: 0 15px;
		width: auto;
		font-family: "Lucida Sans Unicode", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, sans-serif;
	}
	#nav_main .nav_link li {
		margin: 0 0 10px;
	}
	#nav_main .nav_link li:last-child {
		margin-bottom: 0;
	}
	#nav_main .nav_link a {
		margin: 0 0 0;
		display: block;
		width: auto;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-weight: bold;
		font-size: 1.3rem;
		color: #333;
		background: #fff;
		border-radius: 6px;
	}
	#nav_main .nav_link a:hover {
		opacity: 0.50;
		filter: alpha(opacity=50);
		box-shadow: 1px 1px 3px 0 rgb(150 150 150 / 50%);
	}
	#nav_main .n_photo a {
	}
	.n_twitter span {
		padding-right: 40px;
		position: relative;
	}
	.n_twitter span:after {
		content: "";
		margin: auto 0;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		height: 30px;
		/*background: url("../img/all/twitter_black_02.png") 100% 40% no-repeat;*/
		background-size: 20px;
	}

	
	/*--------------------------------------
		LAYOUT main
	--------------------------------------*/
	#wrapper {
		margin: 0 auto;
		padding: 80px 0 30px;
		min-width: auto;
		position: relative;
		background: #fff;
	}
	#main_section {
		margin: 0 auto;
		min-width: auto;
		background: #fff;
	}
	.sec_inner_box {
		margin: 0 auto;
		width: auto;
	}

	#head_title_area {
		background: #fff;
	}
	#head_tit {
		margin: 0 auto;
		width: auto;
	}
	
	/*--------------------------------------
		page common
	--------------------------------------*/
	/*info*/
	#info_area {
		margin: 20px 0 0;
		padding: 0 0 15px 0;
		background: #f2f2f2;
	}
	.info_area_inner {
	}
	#info_area_tit {
		margin: 0 0 0 0;
	}
	.info_area_text {
		margin: 15px 15px 0 0;
	}
	.info_area_text dl {
		margin-bottom: 14px;
		display: block;
		font-size: 1.4rem;
	}
	.info_area_text dt {
		padding: 0 0 0 10px;
		display: block;
		width: auto;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		background: #fff;
		border-left: 6px solid #c11920;
	}
	.info_area_text dd {
		margin: 5px 0 0 0;
		padding: 0 10px 0 15px;
		line-height: 150%;
	}
	.info_area_text dd a {
		font-weight: bold;
	}

	

	/*hs link*/
	.hs_link_area {
		margin: 60px 15px;
		width: auto;
	}
	.hs_link_area .link_btn {
		margin: 0 0 15px;
		font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', "メイリオ", Meiryo, sans-serif;
	}
	.hs_link_area .link_btn a {
		margin: 0 0 0;
		padding: 20px 10px;
		display: block;
		width: auto;
		line-height: 100%;
		text-align: center;
		background: #f7f7f7;
		border-radius: 6px;
		/*border: 2px solid #c11920;*/
		box-shadow: 2px 2px 0 0 rgb(0 0 0 / 80%);
	}
	.hs_link_area .link_btn a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		box-shadow: 2px 2px 0 0 rgb(0 0 0 / 80%);
	}
	.hs_link_area .link_btn.type_red a {
		padding: 22px 0 12px;
		height: 60px;
		color: #fff;
		font-weight: bold;
		font-size: 1.3rem;
		background: #c11920;
	}
	.hs_link_area .link_btn.type_red a:hover {
		box-shadow: none;
	}
	.hs_link_area .link_btn.type_normal a {
		padding: 0 0;
		height: 100px;
		line-height: 100px;
		color: #333;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.btn_logo {
		margin: 0 0 9px 2px;
		display: block;
	}
	.btn_logo img {
		width: 60%;
		height: auto;
		text-align: center;
	}
	.link_btn .shopicon > span {
		padding-left: 50px;
		position: relative;
	}
	.link_btn .shopicon > span:before {
		content: "";
		margin: auto 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50px;
		height: 50px;
		background: url("../img/all/store_link_img01.png") 100% 40% no-repeat;
		background-size: 50px;
	}

	/*tit*/
	.event_main_tit {
		margin: 0 0 10px;
		padding: 15px 0 15px;
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 120%;
		color: #192E5B;
		border-top: 4px double #004EA2;
		border-bottom: 4px double #004EA2;
	}
	.event_area {
		margin: 0 0 20px;
		padding: 0 0 10px 0;
		border-bottom: 1px dotted #004EA2;
	}
	.event_area_tit {
		margin: 10px 0;
		padding: 8px 0;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 150%;
		color: #192E5B;
		border-top: 4px double #004EA2;
		border-bottom: 4px double #004EA2;
	}

	.tweet_link_area {
		margin: 0 15px;
	}
	.tweet_link_box {
		padding: 15px 0 10px;
		width: auto;
		background: #f7f7f7;
	}
	.tweet_load_box {
		padding: 20px 15px;
		width: auto;
		background: #f7f7f7;
	}
	.tweet_link_lead {
		margin: 0 0 30px;
		padding: 20px 0;
		text-align: center;
		line-height: 146%;
		font-size: 1.5rem;
		font-weight: bold;
		color: #c11920;
		background: #fff;
	}
	.tweet_link_area .link_btn a {
		margin: 0 auto 0;
		padding: 18px 15px 18px 70px;
		display: block;
		width: auto;
		height: auto;
		line-height: 150%;
		text-align: left;
		font-weight: bold;
		font-size: 1.4rem;
		color: #333;
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 1px 2px 0 rgb(150 150 150 / 60%);
		position: relative;
	}
	.tweet_link_area .link_btn a:before {
		content: "";
		margin: auto 0;
		position: absolute;
		left: 25px;
		top: 0;
		bottom: 0;
		width: 35px;
		height: 35px;
		background: url("../img/all/twitter_main_02.png") 100% 40% no-repeat;
		background-size: 35px;
	}
	.tweet_link_area .link_btn.type_blue a:before {
		background: url("../img/all/twitter_white_02.png") 100% 40% no-repeat;
		background-size: 35px;
	}
	.tweet_link_area .link_btn a:hover {
		opacity: 0.50;
		filter: alpha(opacity=50);
	}
	.tweet_link_area .link_btn .em_text {
		margin: 0 1px;
		color: #1DA1F2;
	}
	.tweet_link_area .link_btn a  > span {
		padding-left: 0;
		/*position: relative;*/
	}
	.tweet_link_area .link_btn a  > span:before {
		display: none;
		/*content: "";
		margin: auto 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 35px;
		height: 35px;
		background: url("../img/all/twitter_main_02.png") 100% 40% no-repeat;
		background-size: 35px;*/
	}
	.tweet_link_area .link_btn.type_blue a {
		color: #fff;
		background: #1DA1F2;
	}
	.tweet_link_area .link_btn.type_blue a  > span:before {
		display: none;
	}
	.twitter-timeline {
		margin: 0 auto;
		width: 98%;
	}


	/*campaign*/
	#section_campaign {
		margin: 60px 0 50px;
		padding: 15px 0 30px;
	}
	#campaign_area_tit {
		margin: 0 15px 25px;
		width: auto;
		display: block;
	}
	#campaign_area_tit > span {
		display: block;
	}
	#campaign_area_tit .tit_img01 {
		display: none;
		/*text-align: center;*/
	}
	#campaign_area_tit .tit_img02 {
		padding: 15px 0 5px 130px;
		position: relative;
	}
	#campaign_area_tit .tit_img02:before {
		content: "";
		margin: auto 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100px;
		height: 100px;
		background: url("../img/all/tweet_cp_tit_01.png") 100% 50% no-repeat;
		background-size: 100px;
	}
	#campaign_area_tit .tit_img02 img {
		width: 80%;
		height: auto;
	}
	#campaign_area_tit .tit_img03 {
		margin: 15px auto 0;
		padding: 10px 0;
		border-top: 5px solid #CC0000;
		border-bottom: 5px solid #CC0000;
	}
	#campaign_area_tit img {
		width: 100%;
		height: auto;
	}
	#campaign_info {
		margin: 0 8px 0;
		padding: 20px 15px 30px;
		width: auto;
		max-height: 100%;
		height: auto;
		background: #fff no-repeat left 15px top;
		background-size: contain;
		box-shadow: 3px 3px 4px 0 rgb(10 10 10 / 20%);
		display: flex !important;
		flex-wrap: wrap;
	}
	#campaign_info .inner_box01 {
		margin: 0 0 0;
		width: auto;
		order: -1;
	}
	.campaign_flow {
		margin: 15px auto 0;
		text-align: center;	
		display: block;
	}
	.campaign_flow img {
		width: 90%;
		height: auto;
	}
	.campaign_lead {
		margin: 0 auto 10px;
		padding: 10px 25px;
		line-height: 170%;
		font-size: 1.3rem;
	}
	.campaign_lead .em_text {
		margin: 0 2px;
		padding: 0 5px;
		font-size: 2.0rem;
		color: #fff;
		font-weight: bold;
		background: #c11920;
	}
	.link_img {
		margin: 0 auto 0;
	}
	.link_img a:hover img {
		transform:scale(0.95) translateX(0);
		transition: all 300ms ease-in-out;
	}
	.link_hashtag a {
		padding: 0 0 15px 0;
		position: relative;
		font-size: 1.4rem;
		color: #2e3192;
	}
	.link_hashtag a .em_text {
		font-weight: bold;
		font-size: 1.7rem;
	}
	.link_hashtag a:after {
		content: "";
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 150px;
		height: 3px;
		background: #2e3192;
	}
	.link_hashtag a:hover {
		color: #1DA1F2;
	}
	.link_hashtag a:hover:after {
		width: 250px;
		transition: all 300ms ease-out;
	}
	
	.noticebnr_img {
		margin: 0 0 0;
		width: auto;
	}
	
	.ev_gaiyo > dl {
		margin: 0 0 10px 0;
		display: block;
	}
	.ev_gaiyo > dl > dt {
		margin: 0 0 0 0;
		padding: 5px 5px;
		display: block;
		width: auto;
		text-align: center;
		vertical-align: top;
		font-size: 1.2rem;
		color: #004EA2;
		/*border-top: 3px solid #004EA2;*/
		/*border-bottom: 1px solid #87A8D4;*/
		background: #f0f3fb;
	}
	.ev_gaiyo > dl > dd {
		margin: 8px 0;
		padding: 0 5px;
	}
	.evdate {
		margin: 0 0 10px 0;
		padding: 0 0 15px 0;
		border-bottom: 1px dashed #ccc;
	}
	.ev_gaiyo > dl > dd:last-child .evdate {
		border-bottom: none;
	}
	.evdate > dt {
		padding: 8px 10px;
		width: 110px;
		font-weight: bold;
		line-height: 100%;
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
	}
	.evdate.tokyo > dt {
	}
	.evdate.osaka > dt {
	}
	.evdate.online > dt {
	}
	.evdate dd {
		margin: 5px 0 0 0;
		line-height: 150%;
		font-size: 1.4rem;
	}
	.evdate dd > dl {
		display: table;
	}
	.evdate dd > dl dt {
		display: table-cell;
		width: 7rem;
		text-align: left;
		font-size: 1.3rem;
	}
	.evdate dd > dl dd em {
		font-weight: bold;
		font-size: 1.5rem;
	}

	
	.item_list {
		margin: 0 auto 0;
		padding: 5px 5px 15px;
		background: #fff;
	}

	.item_list_imgbox {
		margin: 0;
		padding: 18px;
		width: auto;
		min-height: 150px;
		/*border-right: 1px dashed #aaa;*/
		position: static;
	}
	.item_list_img {
		margin: 0 0;
		padding: 0;
		position: static;
		top: 0;
		left: 0;
		transform: none;
		display: block;
		width: auto;
		height: auto;
		overflow: auto;
	}
	.single_itemimg .item_list_img {
		margin: 0 auto;
	}
	.item_list_img img {
		width: 100%;
		height: auto;
	}
	.item_list_img a:hover img {
		transform:scale(1.3) translateX(0);
		opacity: 100;
		transition-delay: .1s;
	}
	.item_list_subtit {
		margin: 0 0 8px 0;
		padding: 0 0 8px 0;
		display: block;
		color: #192E5B;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 150%;
		border-bottom: 1px solid #3674B5;
		/*font-family: "M PLUS 1p";*/
	}
	.item_info {
		margin: 8px 0 0;
		padding: 8px 0 0 0;
		display: block;
		width: auto;
		line-height: 140%;
		border-top: 1px dashed #E0F1FB;
		border-left: none;
	}
	.item_info dt {
		margin: 0 0 10px 0;
		padding: 0 0;
		line-height: 150%;
		border-radius: 0 0 0 0;
	}
	.item_info .price {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.item_info .spectext {
		margin: 10px 0 0;
		font-size: 1.2rem;
	}
	.skutag {
		margin: 0 5px 0 0;
		padding: 3px 7px;
		display: inline-block;
		font-size: 1.3rem;
		color: #192E5B;
		line-height: 100%;
		background: #fff;
		border-radius: 2px;
		border: 1px solid #192E5B;
	}
	.item_text_link li {
		margin: 0 0 10px 0;
	}
	.item_text_link a {
		padding: 5px 20px;
		display: block;
		font-size: 1.3rem;
		border-radius: 6px;
		background: #fff;
		box-shadow: 0 1px 3px 0 rgb(70 70 70 / 55%);
	}
	.item_text_link a:hover {
		transform:scale(1.1) translateX(0);
		opacity: 100;
		transition-delay: .1s;
	}
	.hsjp_news {
		margin: 0 50px;
		padding: 25px 50px 25px;
		background: #F2F2F2;
	}
	.hsjp_news_tit {
		margin: 0 auto 18px;
		padding: 8px 20px;
		display: block;
		width: 500px;
		color: #fff;
		text-align: center;
		background: #C8151A;
		font-family: "M PLUS 1p";
	}
	.hsjp_news_tit span {
		font-size: 1.8rem;
	}
	
	.store_page_link .closebtn {
		margin: 0 auto 0;
		padding: 15px 35px 15px 10px;
		display: block;
		width: auto;
		height: auto;
		line-height: 100%;
		font-size: 1.4rem;
		font-weight: bold;
		color: #ccc;
		text-align: left;
		letter-spacing: 0.05rem;
		border: 2px solid #ccc;
		background: #fafafa url("../img/all/store_link_img02.png") 98% 50% no-repeat;
		border-radius: 8px;
		box-shadow: 0 4px 0 0 #ccc;
		background-size: 35px;
	}
	
	.event_nav_box {
	}
	.event_nav_box ul {	
		margin: 0 auto;
		width: auto;
		/*background: #BAD0E9;*/
	}
	.event_nav_box li {
		margin: 0 15px 8px;
	}
	.event_nav_box li a {
		padding: 10px 10px;
		display: block;
		font-size: 1.4rem;
		width: auto;
	}
	.event_nav_box li a:hover {
		transition: all 300ms ease-out;
		opacity: 0.55;
		filter: alpha(opacity=55);
	}
	.ev_goods_text01 {
		margin: 15px 0 0;
		padding: 25px 20px;
		font-size: 1.2rem;
		width: auto;
		height: auto;
		background: #fafafa;
	}
	.ev_goods_text01 p {
		line-height: 170%;
	}
	
	/*ul box1*/
	.itemlist_sec {
		padding: 0 5px;
		width: auto;
		/*background: #E0F1FB;*/
	}
	.itemlistbox > ul {
	}
	.itemlistbox > ul:after,
	.itemlistbox > ul:before {
		content:"";
		display: block;
		width: 50%;
	}
	.itemlistbox > ul:before {
		order: 1;
	}
	.itemlistbox ul li:nth-child(n + 6) {
		margin: 0 0 0;
		padding: 0 10px;
		height: auto;
		overflow: visible;
}
	.itemlistbox ul li:nth-child(n + 5) {
		margin: 0 0 0;
		padding: 0 10px;
		height: 0;
		overflow: hidden;
		transition: all 0.5s;
	}
	.itemlistbox .listbox_on li:nth-child(n + 5),
	.itemlistbox li {
		margin: 0 auto 10px;
		padding: 8px 10px;
		width: 40%;
		height: auto;
	}
	.itemlistbox li .name {
		font-size: 1.1rem;
		text-align: left;
	}
	.itemlistbox li .opacity {
		display: block;
		text-align: center;
	}
	.itemlistbox li .productImg {
		width: 110px;
		height: auto;
	}
	.itemlistbox li img {
		padding: 0 0 0;
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.itemlistbox li .btn {
		margin: 10px auto 0;
		width: auto;
		position: static;
	}
	.itemlistbox li .btn img {
		width: 70%;
		height: auto;
	}
	
	.tokuten_area {
		margin: 0 10px 5px;
		padding: 10px 0;
		background: rgba(255,255,255,0.9);
	}
	.ev_sec_area {
		margin: 0 10px 15px;
		padding: 10px 0;
		background: rgba(255,255,255,0.9);
	}	
	.ev_subtit {
		margin: 5px 0 15px;
		padding: 0 0;
		font-size: 1.4rem;
		line-height: 100%;
		color: #222;
	}
	.ev_subtit span {
		padding: 5px 10px;
		background: #fff;
		border-left: 8px solid #004EA1;
	}
	.tokuten_list_sec {
		margin: 0 0 30px 0;
	}
	.tokuten_list {
		padding: 10px;
		display: table;
		width: auto;
		border-bottom: 1px dashed #eee;
	}
	.tokuten_list dt {
		display: table-cell;
		width: 3em;
		font-weight: bold;
		font-size: 1.5rem;
	}
	.tokuten_list_sec .tokuten_list:nth-of-type(1) dt {
		color: #E17374;
	}
	.tokuten_list_sec .tokuten_list:nth-of-type(2) dt {
		color: #AC87BB;
	}
	.tokuten_list_sec .tokuten_list:nth-of-type(3) dt {
		color: #DFB420;
	}
	.tokuten_list dd {
		font-size: 1.3rem;
	}
	.tokuten_note {
		margin: 0 10px;
		font-size: 1.3rem;
	}
	.tokuten_note dl {
		margin: 20px 0 25px 0;
	}
	.tokuten_note dt {
		font-weight: bold;
		font-size: 1.4rem;
	}
	
	.ac_btn,
	.ac_btn_type02 {
		cursor: pointer;
		margin: 15px auto;
		padding: 8px 5px 30px 0;
		width: 88%;
		height: auto;
		display: block;
		position: relative;
		color: #004A99;
		text-align: center;
		font-weight: bold;
		font-size: 1.3rem;
		background-color: #fefefe;
		border-radius: 6px;
		box-shadow: 0 3px 3px 0 rgba(70, 70, 70, 0.2);
	}
	.ac_btn:before,
	.ac_btn_type02:before {
		content: "Tap";
		margin: auto auto;
		position: absolute;
		display: block;
		width: 46px;
		height: 20px;
		line-height: 20px;
		top: auto;
		bottom: 8px;
		left: 0;
		right: 0;
		text-align: center;
		color: #fff;
		font-size: 12px;
		border: none;
		border-radius: 2px;
		background: #004A99;
	}
}