@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");
@import url("style.css");

*:focus {
	outline: none;
}

/*--------------------------------------------------
	header
--------------------------------------------------*/
body {}

#section_top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

.header_inner {
	max-width: 100%;
	margin-left: 3%;
	background-color: #fff;
}

.header_inner.followed {
	height: 30px;
}

ul.g_nav {
	flex-grow: 2;
	height: 100%;
	margin-left: 3%;
	background-color: #443f49;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.g_nav li {
	width: 100%;
	height: 100%;
}

ul.g_nav li a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.g_nav li a:hover {
	text-decoration: underline;
	text-decoration-color: #443f49;
	text-decoration-thickness: 5px;
	text-underline-offset: 10px;
}

/*--------------------------------------------------
	headline
--------------------------------------------------*/
section {
	overflow-x: initial;
}


.section_inner {
	max-width: 1200px;
	margin: 0 auto 0;
}

#section_headline {
	position: relative;
	width: 100vw;

}

#section_headline .section_inner {
	margin: 0 auto;

}

.kv_wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	text-align: center;
	margin: 80px auto 0;
	background: none;
	background-repeat: no-repeat, no-repeat;
	background-size: cover;
	position: relative;
}

.section_content .section_inner .wp-products .event_details summary {
	color: white;
	background-color: #17acdc;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	border: none;
	text-align: center;
}

.section_content .section_inner .wp-products .event_details[open] {
	background-color: none;
}



.txt_headline {
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 750px) {

	#section_top {
		width: 100%;
		position: relative;
	}

	ul.g_nav.pcOnly {
		display: none;
	}

	.img_frame {
		width: 90%;
	}

	.kv_wrap {
		width: 100%;
		height: auto;
		min-width: initial;
		overflow-x: hidden;
		margin-top: 0;
		background: none;
	}

	.heading_wrap {
		width: 90%;
		margin: 0 auto 0;
		padding-top: 30px;
		height: auto;
		min-width: initial;
		overflow-x: hidden;
		margin-top: 0;
		background: none;
	}


	.news_bar {
		border-top: 1px solid #ff5454;
		border-bottom: 1px solid #ff5454;

	}

	.news_bar p {
		color: #A35D04;
		font-size: 4vw;
		font-weight: bold;
	}

}


/*--------------------------------------------------
	メインエリア
--------------------------------------------------*/
main {
	background-color: #e4e4e4;
	/*background-image: linear-gradient(90deg, rgba(205, 239, 255, 1), rgba(233, 253, 255, 1) 50%, rgba(233, 229, 254, 1));*/
	/*background-attachment: fixed;*/
	background-attachment: local;
	background-position: top;
	position: relative;

}

.inner_wrap {
	max-width: 1080px;
}

.nav_bar {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#menu_bar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background-image: linear-gradient(0deg, rgba(28, 144, 202, 1), rgba(79, 172, 219, 1));
}

#menu_bar li {
	/*padding: 60px;*/
	width: 300px;
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	display: flex;
	align-items: center;
}

#menu_bar li a {
	width: 100%;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 2.6rem;
	display: block;
}

img.diagonal_line {
	/*width:37px;*/
	/*height:70px;*/
	width: 26px;
	height: 50px;
	display: block;
}

a.btn_reception {
	width: 24%;
	height: 5.6rem;
	margin-top: 60px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 5.6rem;
	text-decoration: none;
	border-radius: 10px;
	background-color: #ff3f20;
	display: block;
}

a.btn_reception.end_reception {
	pointer-events: none;
}

img.thumb_goods {
	width: 100%;
	margin: 100px auto 0;
	background-color: #fff;
	display: block;
}

div.dots_line {
	width: 100%;
	height: 50px;
	margin: 0 auto 20px;
	background: url(../img/dotted_line.png) left bottom / 8px repeat-x, no-repeat;
	/*background-repeat: ,repeat-x,no-repeat;*/
	/*background-position: ,left top;*/
	/*background-size: 8px;*/
}

ul.event_goods_list {
	width: 100%;
	margin: 0 auto 0;
}

ul.event_goods_list li {
	width: 100%;
	margin-bottom: 4px;
	font-size: 2rem;
	text-indent: -1em;
	padding-left: 1em;
}

.goods_contents {
	width: 100%;
	margin: 40px auto 0;
}

h4.goods_subheading,
h4.goods_subheading2,
h4.goods_subheading3 {
	width: 100%;
	height: 5rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 5rem;
	text-indent: 1.5rem;
	border-radius: 10px;
	position: relative;
}

h4.goods_subheading {
	background-color: #51aad7;
}

img.icon_arrow {
	width: 28px;
	position: absolute;
	top: 30%;
	right: 1.5rem;
	display: block;
}

div.end_goods_detail_block {
	overflow: hidden;
	height: 10px;
	opacity: 0;
	transition: all 700ms 0s ease;
}

div.end_goods_detail_block.visible {
	height: auto;
	opacity: 1;
}

/*------------- ご注文についての部分 ---------------*/


.wp-products .contents_box {
	width: 100%;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 40px;
	background: #ffffff;
	overflow: hidden;

}

.wp-products .contents_box .contents_box_inner .content_img {
	width: 60%;
	margin: 0 auto;
}

.wp-products .contents_box .contents_box_inner .content_img_ama {
	width: 80%;
	margin: 0 auto;
}


.wp-products .contents_box .contents_box_inner .border {
	border: solid 1px #bdbdbd;
}

.wp-products .contents_box .contents_box_inner .content_img img {
	width: 100%;
}


.wp-products .contents_box .contents_box_inner .contents_box_inner a img {
	width: 100%;
}






@media only screen and (max-width: 750px) {
	#menu_bar {
		margin: 0 auto;
		/*justify-content: space-between*/
		column-gap: 0.5vw;
	}

	#menu_bar li {
		padding: 2px;
		margin: 0;
		width: 100px;
		border-left: none;
		text-align: center;
		font-size: 3vw;

	}

	#menu_bar li:last-child {
		border-right: none;
	}


	#menu_bar li a {
		color: #ffffff;
		text-decoration: none;
		font-size: 3.8vw;
	}

	#menu_bar li a:last-child {
		text-align: left;
	}

	img.diagonal_line {
		width: 4vw;
		height: calc(4vw * 1.89);
		margin-left: 0.5vw;
	}

	/*------------- ご注文についての部分 ---------------*/

	.wp-products .contents_box {
		width: 90%;
		padding-top: 150px;

	}


}


/*--------------------------------------------------
	基礎
--------------------------------------------------*/
.section_inner {
	margin: 60px auto 60px;
	border-bottom: 8px solid #443f49;
}

div.item_title {
	width: 100%;
	border-bottom: 8px solid #443f49;
	display: flex;

}

div.item_title h2 {
	width: fit-content;
	height: 82px;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	text-indent: 0.8em;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	/*background-image: linear-gradient(0deg, rgba(28, 144, 202, 1), rgba(79, 172, 219, 1));*/
	background-color: #443f49;
}

img.deco_item_title {
	width: 55px;
	height: 82px;
	display: block;
}

div.item_content {
	padding: 0 0 50px;
	color: #443f49;
	background-color: #fff;
}

div.content_inner {
	width: 85.57%;
	margin: 0 auto 0;
}

/*出展概要*/
#exhibition_overview h3 {
	width: 100%;
	margin: 0;
	padding-top: 3rem;
	padding-bottom: 1rem;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #443f49;
}

#exhibition_overview h3 span {
	font-size: 1.6rem;
}

div.overview_details {
	margin-top: 50px;
	display: flex;
	column-gap: 22px;
}

img.map {
	width: 460px;
	display: block;
}

dl.exhibition_info {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 12px;
}

dl.exhibition_info dd {
	width: 110px;
	padding: 6px 0;
	color: #fff;
	text-align: center;
	background-color: #443f49;
}

dl.exhibition_info dt {
	width: 410px;
	font-size: 1.4rem;
	line-height: 1.2em;
	display: flex;
	align-items: center;
}

dl.exhibition_info dt a {
	color: #000;
}

/*ご注文について*/
section#goods .content_inner {
	padding-top: 3rem;
}

section#goods h3 {
	width: fit-content;
	margin: 0 auto 20px;
	padding: 0 2rem;
	font-size: 2.4rem;
	line-height: 3.6rem;
	color: #fff;
	text-align: center;
	background-color: #000;
}

ol.order_flow {
	width: 90%;
	margin: 0 auto 0;
	padding-top: 30px;
}

ol.order_flow li {
	width: 100%;
	height: 4.8rem;
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 4.8rem;
	border-bottom: 2px solid #b6b6b6;
}

ol.order_flow li span {
	width: 35px;
	height: 35px;
	margin-right: 1rem;
	color: #fff;
	line-height: 35px;
	background-color: #000;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}

.order_attention {
	width: 90%;
	margin: 20px auto 0;
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em;
}

.banner_id_registration {
	width: 90%;
	margin: 40px auto 0;
	padding-top: 0;
}

.banner_id_registration img {
	width: 100%;
	border: solid 1px #bdbdbd;
}

.banner_id_registration a {
	text-decoration: none;
}





.wp-products {
	margin: 0 auto 0;
	z-index: 0;
}

.wp-products .deliver_date {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.flex_area {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.wp-products .title_wrap .small_title {
	font-size: 4rem;
}

.title_wrap {
	z-index: 1;
	border-bottom: solid 5px #fe951e;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 30px;
}

.wp-products h2 span {
	font-size: 10rem;
}

.wp-products h3 {
	padding: 10px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;

}

.deliver_date h3 {
	font-size: 3rem;
}


.wp-products .contents_box {
	width: 100%;
	max-width: 1100px;
	position: relative;
	z-index: 0;
	margin: 0 auto 0;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;

}

.wp-products .event_contents {
	padding-bottom: 110px;
}

.wp-products .goods_contents {
	position: static;
}


.wp-products .contents_box .contents_box_inner .content_img {
	width: 60%;
	margin: 0 auto;
}

.wp-products .contents_box .contents_box_inner .content_img_ama {
	width: 80%;
	margin: 0 auto;
}


.wp-products .contents_box .contents_box_inner .border {
	border: solid 1px #bdbdbd;
}

.wp-products .contents_box .contents_box_inner .content_img img {
	width: 100%;
}


.wp-products .contents_box .contents_box_inner .contents_box_inner a img {
	width: 100%;
}

.wp-products .contents_box .contents_box_inner {
	width: 92%;
	margin: 0 auto;
}

.wp-products .contents_box .order {
	width: auto;
}



/*--------------------------------------------------
	販売場所・期間
--------------------------------------------------*/
.wp-products .contents_box .contents_box_inner .place_period_txt .place_period_detail {}

.wp-products .contents_box .contents_box_inner .place_period_txt .place_period_detail p {
	line-height: 4rem;
	font-size: 2.5rem;
}

@media only screen and (max-width: 750px) {
	.wp-products .contents_box .contents_box_inner .place_period_txt .place_period_detail p {
		line-height: 3.5rem;
		font-size: 4vw;
	}
  
  .menu{
    width: auto;
    height:auto;
    padding: 15px 5px 5px 5px;
    min-width: 50px;
    min-height: 50px;
  }
  
}

@media only screen and (max-width: 1000px) and  (min-width: 751px){
  dl.exhibition_info{
    max-width: 200px;
  }
  ul.g_nav li a{
    font-size: 1.8rem;
  }
}


/*--------------------------------------------------
	イベント概要（共通部分あり）
--------------------------------------------------*/
.contents_item_box {
	width: 100%;
	margin: 0;
	padding: 0;
}

.contents_item_box h2 {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 25px;
	position: relative;
	font-size: min(3.5vw, 45px);
	text-align: center;
	color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	background-image: url(../img/bg_h2.png);
	background-repeat: no-repeat, no-repeat;
	background-size: contain;
}

.contents_item_box h2.pt2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-size: min(3vw, 40px);
	text-align: center;
	color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	background-image: url(../img/bg_h2.png);
	background-repeat: no-repeat, no-repeat;
	background-size: contain;
}

.contents_item_box p {
	margin: 40px auto 40px;
	font-size: 2rem;
	line-height: 1.5em;
	width: 90%;
}

p.main_cap {
	margin: 0 auto 40px;
	font-size: 1.6rem;
}

.btn_detail {
	width: 90%;
	margin: 0 auto 0;
}

.btn_detail a {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
	background-image: linear-gradient(0deg, rgba(255, 84, 84, 1), rgba(255, 67, 120, 1));
	display: block;
}

.btn_detail a:hover {
	opacity: 0.8;
}

.separator_line {
	width: 100%;
	margin: 70px auto 70px;
	height: 3px;
	position: relative;
}

.separator_line::before {
	content: "";
	background-image: linear-gradient(to right, #ff7652, #ff7652 20px, transparent 20px, transparent 27px);
	background-size: 27px 3px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

p.event_overview_caption {
	width: 100%;
	font-size: 3.5rem;
	color: #ff7652;
	text-align: center;
	line-height: 1.28em;
	font-family: 'Zen Maru Gothic', sans-serif;
}

img.img_subheading {
	width: 100%;
	margin: 0 auto 0;
	/*display:block;*/
}

h3.event_overview_conditions {
	width: 83%;
	margin: 45px auto 0;
	color: #ff7652;
	font-size: 4rem;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	border-bottom: 5px solid #ff7652;
}

p.event_overview_conditions_caption {
	margin: 15px auto 40px;
	font-size: 1.6rem;
}

ul.event_overview_attention {
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	width: 90%;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {
	.contents_item_box h2 {
		padding: 5px 0 15px;
		font-size: 3.5vw;
	}

	.contents_item_box p {
		margin: 30px auto 30px;
		font-size: 3vw;
		line-height: 1.5em;
	}

	p.event_overview_caption {
		font-size: 4vw;
	}

	.btn_detail a {
		padding: 10px 0;
		font-size: 4vw;
	}

	.separator_line {
		width: 100%;
		margin: 40px auto 40px;
		height: 3px;
		position: relative;
	}
}


/*--------------------------------------------------
	販売商品
--------------------------------------------------*/
ul.goods_category {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 1.5rem;
}

ul.goods_category li {
	width: 24%;
	min-height: 66px;
	/*padding:15px 0;*/
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #443f49;
	/*background-image: linear-gradient(0deg, rgba(207, 226, 246, 1), rgba(236, 251, 252, 1));
	 background-image: linear-gradient(0deg, rgba(26, 113, 211, 1), rgba(89, 156, 232, 1)); */
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.goods_category li:hover {
	opacity: 0.8;
	cursor: pointer
}

ul.goods_category li.selected_category,
ul.goods_category li.gust_items.selected_category,
ul.goods_category li.doa_items.selected_category,
ul.goods_category li.fate_items.selected_category,
ul.goods_category li.dw_items.selected_category,
ul.goods_category li.origins_items.selected_category {
	background-color: #888888;
}

ul.goods_category li.gust_items,
ul.goods_category li.doa_items,
ul.goods_category li.fate_items,
ul.goods_category li.dw_items,
ul.goods_category li.origins_items {
	padding-left: 1rem;
	color: #fff;
	font-size: 1.2rem;
	text-align: left;
	background-color: #443f49;
	align-items: center;
	justify-content: left;
	position: relative;
}

ul.goods_category li.gust_items img,
ul.goods_category li.doa_items img,
ul.goods_category li.fate_items img,
ul.goods_category li.dw_items,
li.origins_items img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

ul.goods_category li.origins_items img,
ul.goods_category li.gust_items img,
ul.goods_category li.doa_items img,
ul.goods_category li.fate_items img
 {
	width: 75%;
	max-width: 220px;
}

ul.goods_category li.dw_items img {
	width: 100px;
}

ul.goods_item {
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
	gap: 50px 20px;
}

ul.goods_item li {
	width: 23.3%;
	border: #C9C9C9 1px solid;
	padding: 5px;
	position: relative;
}

ul.goods_item li.noli {
	border: none;
}

.goods_item_hidden {
	display: none;
}

img.thumb_goods {
	width: 100%;
	margin: 0 auto 0;
	display: block;
}

.goods_name {
	width: 100%;
	min-height: 100px;
	margin: 5px auto 10px;
	color: #3b0c0c;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
}

ul.tag_area {
	width: 100%;
	height: 45px;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	align-items: center;
	justify-content: center;
	/*position:absolute;*/
	/*top:205px;*/
	/*left:0;*/
}

ul.tag_area li {
	width: 47%;
	height: fit-content;
	padding: 3px 0;
	color: #fff;
	font-size: clamp(0.9vw, 1.1vw, 1.5rem);
	font-weight: bold;
	text-align: center;
}

li.limited_item {
	background-color: #ed3658;
}

li.new_item {
	background-color: #00ba83;
}

li.newly_drawn {
	background-color: #425aee;
}

li.tuhan_item {
	background-color:#780A78;
}


.goods_price {
	width: 100%;
	margin: 10px auto 0;
	font-size: 2rem;
	font-weight: bold;
	text-align: right;
	color: #ff4200;
}

.goods_warn {
	width: 100%;
	margin: 0px auto 0;
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	color: #554A4A;
}

.fancybox-content {
	padding: 20px;
}

div.goods_detail_inline {
	width: 87%;
	max-width: 890px;
	border-radius: 25px;
}

img.thumb_goods_detail {
	width: 59%;
	margin: 0 auto 0;
	display: block;
}

div.goods_detail_name {
	width: 100%;
	margin: 20px auto 0;
	font-size: 2rem;
	font-weight: bold;
}

div.goods_detail_price {
	width: 100%;
	margin: 15px auto 0;
	font-size: 2rem;
}

div.goods_detail_price span {
	font-size: 1.3rem;
}

hr.goods_detail_separator_line {
	margin: 10px auto 20px;
	color: #bcbcbc;
}

p.goods_detail_caption {
	width: 100%;
	margin: 0 auto 0;
	font-size: 1.8rem;
	line-height: 1.5em;
}

p.goods_detail_caption span {
	font-size: 1.5rem;
	display: block;
}

@media only screen and (max-width: 1035px) {

	ul.goods_category li.gust_items img,
	ul.goods_category li.doa_items img,
	ul.goods_category li.fate_items img,
	ul.goods_category li.dw_items img,
	ul.goods_category li.origins_items img {
		display: none;
	}

	ul.goods_category li.gust_items,
	ul.goods_category li.fate_items,
	ul.goods_category li.origins_items {
		padding-left: 0;
		text-align: center;
		justify-content: center;
	}

	ul.goods_category li.doa_items,
	ul.goods_category li.dw_items {
		padding-left: 0;
		justify-content: center;
	}
}

@media only screen and (max-width: 750px) {
	ul.goods_category li.doa_items {
		font-size: 1.1rem;
		line-height: 1.3em;
		justify-content: center;
	}

	ul.goods_category li.dw_items {
		justify-content: center;
	}

	ul.goods_item {
		width: 100%;
		margin: 10px auto 0;
		display: flex;
		justify-content: center;
		align-items: start;
		flex-wrap: wrap;
		gap: 20px 20px;
	}

	ul.goods_item li {
		width: 46.5%;
		gap: 30px 20px;
	}

	.goods_name {
		width: 100%;
		min-height: calc(3.5vw * 5.5);
		margin: 10px auto 0px;
		font-size: 3vw;
		font-weight: bold;
	}

	ul.tag_area {
		top: 38vw;
	}

	ul.tag_area li {
		width: 47%;
		font-size: 3vw;
		height: auto;
	}

	ul.goods_category li {
		width: 48%;
		padding: 10px 0;
		font-size: 3.5vw;
	}

	.new_goods_price,
	.goods_price {
		display: block;
		width: 100%;
		margin: 0px auto -10px;
		font-size: 4vw;
		font-weight: bold;
		padding: 5px 0 5px 0;

	}

	.goods_warn {
		font-size: 2.5vw;
	}

	img.thumb_goods_detail {
		width: 90%;
	}

	ul.tag_area.pcdisp {
		display: none;
	}
}

/*--------------------------------------------------
	イベント詳細
--------------------------------------------------*/
img.event_detail_banner {
	width: 100%;
	margin: 0 auto 0;
	display: block;
}

div.contents_item_box h3 {
	width: 90%;
	margin: 50px auto 0;
	color: #ff7652;
	font-size: 2.5rem;
	text-align: center;
	border-bottom: 4px solid #ff7652;
}

div.contents_item_box h3+p {
	margin: 20px auto 40px;
}

@media only screen and (max-width: 750px) {
	div.contents_item_box h3 {
		margin: 30px auto 0;
		font-size: 5vw;
		border-bottom: 4px solid #ff7652;
	}
}


/*--------------------------------------------------
	会場特典
--------------------------------------------------*/
ul.benefits_item {
	width: 100%;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

ul.benefits_item li {
	width: 48.5%;
	background: linear-gradient(136deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 57%, rgb(255, 0, 0) 100%);
	border-radius: 8px;
	padding: 3px;
	position: relative;

}

ul.benefits_item li div.benefits_item_inner {
	background: #ffffff;
	border-radius: 8px;
	padding: 2px 16px 8px;
}

div.num_benefits {
	width: 50px;
	height: 50px;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	background: #ffffff;
	position: absolute;
	top: -0.2rem;
	left: -0.5rem;
	z-index: 20;
}

div.benefits_item_inner h3 {
	width: fit-content;
	margin: 0 0 0 1em;
	font-size: 3rem;
	font-weight: bold;
}

p.benefit_conditions {
	width: 100%;
	margin: 10px auto 0;
}

p.benefit_conditions span {
	margin: 0 auto 4px;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
}

img.img_benefits_item {
	width: 100%;
	margin: 8px auto 8px;
	display: block;
}

ul.txt_caution {
	width: fit-content;
	margin: 30px auto 0;
	font-size: 1.5rem;
}

ul.txt_caution li {
	padding-left: 1em;
	text-indent: -1em;
}

ul.txt_caution li::before {
	margin-right: 0.2em;
	content: "※";
}

ul.benefit_list {
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
}

ul.benefit_list li {
	width: 45%;
}

div.benefit_item_name {
	width: 100%;
	min-height: 33px;
	margin: 0 auto 0;
	font-size: 2.2rem;
	text-align: center;
}

div.benefit_item_name.small_txt {
	font-size: 1.8rem;
}

a.thumb_benefit_item {
	width: 70%;
	margin: 15px auto 15px;
	display: block;
}

a.thumb_benefit_item img {
	width: 100%;
}

div.benefit_item_conditions {
	width: 100%;
	min-height: 94px;
	padding: 20px 0;
	border: 3px solid #ff7652;
	border-radius: 15px;
}

div.benefit_item_conditions_title,
div.benefit_item_conditions_goods {
	width: 100%;
	margin: 0 auto 10px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
}

p.benefit_item_conditions_txt {
	width: 90%;
	margin: 0 auto 0;
	font-size: 1.8rem;
}

div.benefit_item_conditions_goods {
	margin: 20px auto 10px
}

p.benefit_item_conditions_goods_txt {
	width: 90%;
	margin: 0 auto 20px;
	font-size: 1.8rem;
}

ul.benefit_item_conditions_goods_list {
	width: 90%;
	margin: 0 auto 20px;
}

ul.benefit_item_conditions_goods_list li {
	width: 100%;
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
}

.attention {
	width: 90%;
	margin: 20px auto 0;
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}

@media only screen and (max-width: 750px) {
	ul.benefits_item {
		flex-wrap: wrap;
		row-gap: 16px;
	}

	ul.benefits_item li {
		width: 100%;
	}

	div.num_benefits {
		top: -0.5rem;
		z-index: 10;
	}

	ul.benefit_list li {
		width: 100%;
		font-size: 2.5vw;
	}

	div.benefit_item_name {
		font-size: 5vw;
	}

	div.benefit_item_name.small_txt {
		font-size: 4.5vw;
	}

	.attention {
		width: 80%;
		margin: 20px auto 0;
		font-size: 2.5vw;
		padding-left: 1em;
		text-indent: -1em;
	}

	ul.txt_caution {
		margin-top: 20px;
		font-size: 3vw;
	}
}


/*--------------------------------------------------
	後日発売
--------------------------------------------------*/
ul.later_released_list {
	width: 100%;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

ul.later_released_list .single_btn {
	justify-content: center;
}

ul.later_released_list li {
	width: 100%;
}

ul.later_released_list li h3 {
	width: 100%;
	padding-bottom: 2px;
	font-size: 2.1rem;
	font-weight: bold;
	border-bottom: 4px solid #000;
}

p.sales_period {
	margin-top: 8px;
	min-height: 48px;
	font-size: 1.4rem;
}

p.sales_period span {
	font-size: 1.8rem;
	display: block;
}

ul.later_released_list li h4 {
	width: 100%;
	margin-top: 20px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
}

ul.later_released_list li h4 span {
	font-size: 2.2rem;
	display: block;
}

div.released_item_content {
	width: 50%;
	margin-top: 10px;
	background: linear-gradient(136deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 57%, rgb(255, 0, 0) 100%);
	border-radius: 8px;
	padding: 3px;
	position: relative;
	margin: 0 auto;
}

div.released_item_content div.released_item_content_inner {
	background: #ffffff;
	border-radius: 8px;
	padding: 16px;
}

div.released_item_content div.released_item_content_inner img {
	width: 100%;
}

.two div.released_item_content {
	width: 100%;
}

.holdcont {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.holdcont .holdinner {
	width: 48.5%;
}

.holdcont h4 {
	height: 150px;
	align-items: flex-end;
}

div.img_released_item_caption {
	width: 100%;
	margin: 10px auto 0;
	font-size: 1.8rem;
}

ul.btn_shop_list {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.btn_shop_list li {
	width: 49%;
}

ul.btn_shop_list li a {
	width: 100%;
	padding: 14px 0;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	display: block;
}

ul.btn_shop_list li a.btn_gustshop {
	background-image: linear-gradient(0deg, rgba(66, 76, 150, 1), rgba(92, 108, 224, 1));
}

ul.btn_shop_list li a.btn_ktspot {
	background-image: linear-gradient(0deg, rgba(208, 25, 133, 1), rgba(223, 93, 169, 1));
}

ul.later_released_list .single_btn a.btn_ktspot {
	background-image: linear-gradient(0deg, rgba(26, 133, 127, 1), rgba(47, 175, 167, 1));
	background-color: #00aa90;
}

ul.attention.benefit_conditions_attention {
	width: 90%;
}



div.sales_period {
	width: 100%;
	margin: 40px auto 0;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
}

p.sales_period_caution {
	width: 100%;
	margin: 10px auto 0;
	font-size: 1.6rem;
	text-align: center;
}

ul.benefit_conditions {
	width: 90%;
	margin: 30px auto 0;
	display: flex;
	row-gap: 30px;
	flex-wrap: wrap;
}

ul.benefit_conditions li {
	width: 100%;
	margin: 0 auto 0;
	background-color: #fff;
	border-radius: 15px;
}

div.benefit_conditions_name {
	width: 100%;
	margin: 40px auto 0;
	font-size: 2.2rem;
	text-align: center;
}

a.thumb_benefit_conditions {
	width: 46%;
	margin: 40px auto 0;
	display: block;
}

a.thumb_benefit_conditions img {
	width: 100%;
}

ul.benefit_conditions_cap {
	width: 80%;
	margin: 60px auto 40px;
	font-size: 1.6rem;
}

ul.benefit_conditions_cap li.annotation {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.4rem;
}


@media only screen and (max-width: 750px) {
	ul.later_released_list {
		height: auto;
		flex-wrap: wrap;
		row-gap: 30px;
	}

	ul.later_released_list li {
		width: 100%;
	}

	div.sales_period {
		margin: 20px auto 0;
	}

	ul.benefit_conditions {
		width: 96%;
	}

	ul.benefit_conditions_cap {
		width: 90%;
		margin: 60px auto 40px;
	}

	a.thumb_benefit_conditions {
		width: 80%;
		margin: 20px auto 0;
		display: block;
	}

	ul.btn_shop_list {
		margin: 20px auto 20px;
	}

	ul.btn_shop_list li {
		width: 100%;
		margin-bottom: 0;
		padding: 10px 0;
		font-size: 3.8vw;
		font-weight: bold;
	}

	ul.attention.benefit_conditions_attention {
		width: 80%;
	}

	ul.attention.benefit_conditions_attention li {
		font-size: 3.5vw;
	}

	div.benefit_conditions_name {
		font-size: 5vw;
	}

	div.img_released_item_caption {
		font-size: 3vw;
	}

	p.sales_period {
		min-height: initial;
	}

	ul.later_released_list li h4 {
		margin-top: 10px;
		font-size: 5vw;
		line-height: 1.3em;
	}

	ul.later_released_list li h4 span {
		font-size: 3.5vw;
	}

	div.released_item_content {
		width: 100%;
	}

	.holdcont {
		width: 100%;
		display: block;
	}

	.holdcont .holdinner {
		width: 100%;
	}

	.holdcont h4 {
		height: auto;
	}

	#exhibition_overview h3 {
		font-size: 2.5rem;
	}

	div.benefits_item_inner h3 {
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------
	カートボタン
--------------------------------------------------*/
section.cart_block section.section_inner {
	border-bottom: none;
}

.container_cart {
	width: 100%;
	margin: 40px auto 0px;
}

.text-center {
	/*width:100%;*/
	width: 87vw;
	max-width: 1100px;
	margin: 0 auto 0;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 15px;
	background-image: linear-gradient(0deg, rgba(122, 9, 13, 1), rgba(214, 12, 24, 1));
	position: relative;
	z-index: 100;
}

.btn-primary {
	color: #FFFFFF;
	padding: 10px;
	font-size: calc(1.375rem + 1.4vw);
	margin: 0 auto;
	font-feature-settings: "palt";
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
	cursor: pointer;
	background-color: initial;
	border: none;
}

.btn-primary:hover {
	opacity: 0.8;
}

a.btn_top {
	width: 130px;
	height: 100%;
	padding-top: 5px;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.2em;
	font-weight: bold;
	font-family: 'Zen Maru Gothic', sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	/*border-left:1px solid rgba(128,0,0,0.1);*/
	text-decoration: none;
}

a.btn_top:hover {
	opacity: 0.8;
}

.container_cart.float_btn_area {
	/*width:86vw;*/
	width: 100%;
	/*max-width:1106px;*/
	position: fixed;
	/*left:10vw;*/
	left: 0;
	bottom: -300px;
	z-index: 500;
}

.container_cart.float_btn_area.float_stop {
	position: static;
}

@media only screen and (max-width: 750px) {
	.container_cart {
		margin: 40px auto 0;
	}

	.text-center {
		text-align: left;
	}

	.btn-primary {
		padding: 25px 25px 25px 5vw;
		font-size: calc(1.375rem + 1.5vw);
		margin: 0;
	}

	a.btn_top {
		width: 20vw;
		height: 100%;
		padding: 0;
		font-size: 4vw;
		line-height: 1.2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	a.btn_top span {
		width: fit-content;
		height: fit-content;
		text-align: center;
	}
}


/*--------------------------------------------------
	リンクバナー
--------------------------------------------------*/
#link_area {
	position: relative;
	max-width: 1080px;
	margin: 300px auto 0;
	padding-bottom: 50px;
}



/*以下既存ソース*/
/*--------------------------------------------------
	概要
--------------------------------------------------*/

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail_wrap {
	display: flex;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail {
	padding: 25px;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail p {
	padding: 10px;
	line-height: 4rem;
	font-size: 1.5rem;

}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail .center {
	text-align: center;
	font-size: 120%;
	line-height: 110%;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail .information {
	font-size: 1.5rem;
	padding-top: 20px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 3rem;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail .amazongift {
	font-size: 1.5rem;
	padding-top: 20px;
	line-height: 2.5rem;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail .amazongift p {
	text-align: center;
	margin: 0 auto;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail .amazongift img {
	max-width: 710px;
}

.wp-products .contents_box .benefits_inner {
	width: 100%;
	margin: 0 auto;

}

.wp-products .contents_box .benefits_inner h4 {
	width: 250px;

}

.wp-products .contents_box .benefits_inner .long_title {
	width: 600px;

}


.wp-products .contents_box .benefits_wrap {
	display: flex;
	justify-content: space-between;
}

.wp-products .contents_box .contents_box_inner .benefits_content {
	max-width: 250px;
	margin: 0 auto;
	text-align: center;

}

.wp-products .contents_box .contents_box_inner .benefits_content .content_img {
	width: auto;
	margin: 0 auto;
}

.wp-products .contents_box .contents_box_inner .benefits_content .content_img img {
	width: 100%;
}

.wp-products .contents_box .contents_box_inner .benefits_content p {
	border: solid 2px #17acdc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	border-radius: 10px;
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.6rem;
	height: 100px;

}

.wp-products .contents_box .contents_box_inner .benefits_content .link_button {
	background-image: linear-gradient(90deg, rgb(129, 120, 255), rgb(255, 123, 152), rgb(255, 117, 117), rgb(129, 120, 255));
	height: 50px;
	border: initial;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	;

}

.wp-products .event_contents .link_button {
	background-color: rgb(255, 123, 152);
	border: initial;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	vertical-align: middle;
	padding: 20px;
	border-radius: 10px;
}


.wp-products .contents_box .contents_box_inner .benefits_content ul {
	font-size: 1.3rem;
	padding-bottom: 10px;
}


.wp-products .contents_box .contents_box_inner .benefits_content .benefits_cap {
	border: none;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.9rem;
	font-weight: bold;
	height: 60px;

}


@media only screen and (max-width: 750px) {

	.wp-products .event_contents .contents_box_inner .overview_txt .overview_detail .content_img {
		width: 70%;
	}

	.wp-products .contents_box .contents_box_inner .content_img_ama {
		width: 100%;
		margin: 0 auto;
	}

	.wp-products .contents_box .back_wrap_resna {
		width: 100%;
		right: -15%;
		bottom: -4%;
	}

	.wp-products .contents_box {
		width: 90%;
		padding-top: 150px;

	}

	.wp-products .event_contents {
		padding-bottom: 100px;

	}


	.wp-products .event_contents .link_button {
		background-color: rgb(255, 123, 152);
		border: initial;
		color: #ffffff;
		font-size: 1.4rem;
		font-weight: bold;
		vertical-align: middle;
		padding: 20px;
		border-radius: 10px;
	}

	.title_wrap {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
	}

	.wp-products .event_contents .contents_box_inner {
		width: auto;
	}


	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail {
		padding: 20px;
	}

	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail p {
		line-height: 6vw;
		font-size: 3.3vw;
	}

	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail .information {
		font-size: 3.3vw;
		line-height: 5.5vw;
	}

	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail .amazongift {
		font-size: 3.3vw;
		line-height: 5.5vw;
	}

	.wp-products .contents_box .benefits_inner .long_title {
		width: 250px;
		margin: 0 auto;

	}

	.wp-products .contents_box .contents_box_inner .benefits_content {
		max-width: none;

	}

	.wp-products .contents_box .contents_box_inner .benefits_content p {
		font-size: 3.3vw;
		line-height: 4vw;
		height: auto;
	}

	.wp-products .contents_box .contents_box_inner .benefits_content .benefits_cap {
		font-size: 4.4vw;
		line-height: 4.5vw;
		height: auto;
	}


	.wp-products .contents_box .contents_box_inner {
		display: block;
	}

	.contents_box .contents_box_inner .goods_price .price_wrap {
		width: auto;
	}

	.wp-products .contents_box .benefits_wrap {
		display: block;
	}

	.wp-products .contents_box .contents_box_inner .content_img {
		width: 80%;
		padding-right: 0;
		margin: 0 auto;
	}

	.wp-products .coming_soon {
		background: linear-gradient(-45deg, #c8fda3, #4bc0ff);
		height: 50vh;
	}

	.benefits_wrap {
		width: 100%;
		margin: 0 auto;
	}

	.wp-products .benefits {
		padding-top: 45px;
		margin: 50px auto;
	}

	.wp-products .benefits h1 {
		top: 4%;
		font-size: 3.5vw;
	}

	.wp-products .benefits .contents_box_inner ::after {
		top: 0;
		left: 0;
		border-right: 130px solid transparent;
		border-top: 130px solid #ff9906;
	}

	.wp-products .benefits .benefits_title {
		width: 80%;
		font-size: 10vw;
	}

	.wp-products .benefits .benefits_title span {
		font-size: 5vw;
	}

}

@media only screen and (max-width: 375px) {


	.wp-products .contents_box {
		width: 90%;

	}
}

/* ----------------------------------------------------------------------------------------------------------------------------*/
/*リンクエリア*/



.contents_box_inner a {
	text-decoration: none;
}

.contents_box_inner .link_wrap {
	margin: 0 auto;
	text-align: center;

}



.contents_box_inner .link_wrap img {
	width: 100%;
}

.contents_box_inner a img {
	width: 100%;
}

.contents_box_inner h4 {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-size: 2.3rem;
	font-family: serif;
	font-weight: bold;
	color: #fff;
	background-color: #fe951e;
	font-family: 'Zen Maru Gothic', sans-serif;
	padding: 10px;
}

#link_area .background_none {
	background: none;
	box-shadow: initial;
	text-align: center;
}

#link_area .background_none h1 {
	font-size: 3rem;
	font-family: serif;
	font-weight: bold;
	padding: 20px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

/* 追加 */

details>summary {
	border: none;
	padding: 5px;
}

details[open] {
	min-height: auto;
}

@media only screen and (max-width: 750px) {
	.flex_area {
		display: block;
		padding-top: 0;
	}

	.flex_area_benefits {
		display: block;
	}


	.characters_wrap {
		position: relative;
		height: 50vh;
		margin: 0 auto;
		text-align: center;
	}

	.characters_wrap .characters {
		position: absolute;
		width: 100%;
		left: 0%;
		bottom: 0%;
		min-width: 200px;
		text-align: center;
		overflow: hidden;
		margin: 0 auto;
	}

	#link_area {
		margin-top: 0;
		padding-bottom: 0;
	}

	#link_area .background_none {
		padding-top: 0;
		padding-bottom: 0;
	}

	#link_area .background_none h1 {
		font-size: 3.7vw;
		font-weight: bold;
		padding: 3vw 0 3vw 0;
		line-height: 4.5vw;
	}

}

@media only screen and (max-width: 375px) {
	#link_area {
		min-height: auto;
	}

	.characters_wrap {
		height: 47vh;
	}


}


/* ----------------------------------------------------------------------------------------------------------------------------*/
/*ここから*/
/*グッズ*/



.container_cart li {
	text-indent: -1rem;
	margin-left: 1rem;
}

.order_conditions {
	width: 60%;
	height: 6.5rem;
	margin: 20px auto 0;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 6.5rem;
	letter-spacing: 0.08em;
	text-align: center;
	background-color: #fe951e;

}



.wp-products .goods_contents {
	margin-top: 100px;
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 5px #17acdc;
	border-radius: 20px;
}

ul.goods_list {
	width: 92%;
	margin: 20px auto 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 10;
}

ul.goods_list li.goods_info {
	width: 100%;
	margin-top: 33px;
	padding-bottom: 40px;
	position: relative;
	z-index: 8;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 4%;
	border-bottom: 3px dashed #17acdc;
}

ul.goods_list li.goods_info:last-child {
	border-bottom: none;
}

.goods_image {
	width: 40%;
	height: auto;
	margin: 0 auto 20px;
	background-color: white;
	filter: drop-shadow(3px 3px 3px #888888);
}

.goods_image img {
	width: 100%;
	/*aspect-ratio: 4/3.3;*/
	margin: 0;
}


.flex {
	display: flex;
}

.new_badge {
	color: white;
	background-color: red;
	width: 30%;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	margin: 10px auto;

}

.new_badge {
	background-color: #fe951e;
	width: 100%;
}

.limited {
	background-color: #ff4a5f;
	width: 100%;
}




.goods_price span {
	font-size: 1.2rem;
}

.goods_price .price_wrap {
	display: flex;
	justify-content: space-between;

}

.goods_price .price_wrap p {
	padding: 10px;
}

.goods_cap {
	border-bottom: 1px solid #17acdc;
	font-size: 1.3rem;
	margin: 10px auto 0;
	padding-bottom: 10px;
}

.goods_detail {
	border-bottom: 1px solid #17acdc;
	width: 100%;
	margin: 10px auto 0;
	padding-bottom: 10px;
	font-size: 1.4rem;

}

.goods_detail p {
	padding-left: 1em;
	text-indent: -1em;
}


.bg_goods_txt {
	width: 50%;
	margin: 0 auto 0;
	padding: 0;
}

.single_price .price_wrap {
	display: flex;
	justify-content: space-between;

}

.goods_price .purchase_btn,
.single_price .purchase_btn {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff9906;
	width: 150px;
	max-height: 50px;
	text-align: center;
	border-radius: 30px;
	padding: 10px;
	display: block;
	font-size: 1.5rem;
}

.single_price .purchase_btn {
	width: 100px;
}


.single_price span {
	font-size: 1.6rem;

}


.single_price .price_wrap p {
	padding: 10px;
	font-size: 1.2rem;
}





.buy_button {
	padding: 0 40px 0 40px;
	line-height: 4rem;
	color: white;
	background-color: red;
}





.goods_type_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0px 8%;
	padding-bottom: 8px;
}

.type_all_area {
	width: 100%;
}

.bg_type_all {
	width: 33%;
	height: 3rem;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #fff;
	background-color: #76bbf9;
	margin: 10px 10px 10px 0;
}

.bg_type_all input[type="checkbox"] {
	cursor: pointer;
	padding-left: 30px;
	/*label手前にチェックボックス用の余白を開ける*/
	vertical-align: middle;
	position: relative;
}


.purchase_box {
	width: 100%;
	margin: 0;
	padding-top: 8px;
	display: flex;
	justify-content: space-between;
}


.purchase_box p {
	display: none;
	width: 90%;
	padding-bottom: 0.5rem;
	color: red;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid #17acdc;
}

span.kakioroshi {
	width: 30%;
	font-size: 1rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	background-color: #ff4a5f;
	display: block;
}

.btn_purchase,
.btn_purchase2 {
	width: 100%;
	margin: 0 0 0 auto;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: 600;
	text-indent: 0.8em;
	text-align: right;
	/* display: none; */
}

.btn_purchase {
	width: 20%;
	margin: 0 0 0 auto;
	text-align: right;
}

.btn_purchase input[type="checkbox"],
.btn_purchase2 input[type="checkbox"] {
	cursor: pointer;
	padding-left: 15px;
	/*label手前にチェックボックス用の余白を開ける*/
	vertical-align: middle;
	position: relative;
}

.btn_purchase input[type="checkbox"]::before,
.btn_purchase input[type="checkbox"]::after {
	content: "";
	display: block;
	position: absolute;
}

.btn_purchase2 input[type="checkbox"]::before,
.btn_purchase2 input[type="checkbox"]::after {
	content: "";
	display: block;
	position: absolute;
}

.btn_purchase input[type="checkbox"]::before,
.btn_purchase2 input[type="checkbox"]::before {
	background-color: #fff;
	border-radius: 0%;
	border: 1px solid #666464;
	width: 18px;
	/*チェックボックスの横幅*/
	height: 18px;
	/*チェックボックスの縦幅*/
	transform: translateY(-50%);
	top: 40%;
	left: 5px;
}

.btn_purchase input[type="checkbox"]::after,
.btn_purchase2 input[type="checkbox"]::after {
	border-bottom: 3px solid #666464;
	/*チェックの太さ*/
	border-left: 3px solid #666464;
	/*チェックの太さ*/
	opacity: 0;
	/*チェック前は非表示*/
	height: 6px;
	/*チェックの高さ*/
	width: 11px;
	/*チェックの横幅*/
	transform: rotate(-45deg);
	top: 1px;
	/*チェック時の位置調整*/
	left: 10px;
	/*チェック時の位置調整*/
}

.btn_purchase input[type="checkbox"]:checked::after,
.btn_purchase2 input[type="checkbox"]:checked::after {
	opacity: 1;
	/*チェック後表示*/
	top: -5px;
}

.btn_purchase select,
.btn_purchase2 select {
	margin-left: 20px;
	color: #4e4e4e;
}

.btn_purchase:hover {
	opacity: 0.6;
}



.icon_kakioroshi {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 10px;
	left: 20px;
}

button.btn_add_cart {
	width: 70%;
	height: 6.5rem;
	margin: 70px auto 0;
	color: #fff;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 3rem;
	line-height: 6.5rem;
	letter-spacing: 0.08em;
	text-align: center;
	background-color: #ff4b6b;
	border-radius: 20px 20px 20px 20px;
	display: block;
}

button.btn_add_cart:hover {
	opacity: 0.8;
}

a.banner_ktspot {
	width: 1280px;
	height: 400px;
	margin: 140px auto 140px;
	display: block;
}

a.banner_ktspot img {
	width: 100%;
	margin-bottom: 103px;
}

img.bg_goods_content {
	width: 464px;
	height: 490px;
	position: absolute;
	bottom: 3vw;
	right: 4vw;
	display: block;
	z-index: 1;
	opacity: 0.6;
}

.cap_txt {
	width: 26%;
	height: 3rem;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 2.6rem;
	text-align: center;
	letter-spacing: 0.08em;
	background-color: #5c97f1;
}


.new_goods_image img {
	width: 100%;
	/*opacity:1.0;*/
}

.footer-bottom .footer-logo{
  width: 150px;
}






/*ここまで*/

@media only screen and (max-width: 750px) {

	.wp-products {
		position: relative;
		z-index: 0;
		width: 100%;
		margin: 0 auto 0;
	}

	.wp-products .title_wrap .small_title {
		width: 100%;
		font-size: 5vw;
		line-height: 7vw;
	}


	.wp-products h2 span {
		font-size: 12vw;
	}

	.wp-products h3 {
		font-size: 4vw;
	}

	.wp-products .contents_box {
		width: 100%;
		padding-top: 30px;
	}

	.wp-products .contents_box .contents_box_inner {
		width: 100%;
	}

	.wp-products .contents_box .banner_id_registration {
		width: auto;
		margin: 0 auto;
		padding-top: 20px;
	}

	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail {
		padding: 20px;
	}

	.contents_box_inner {
		width: 100%;
		margin: 0 auto;
	}


	.wp-products .goods_contents {
		margin-top: 50px;
	}

	.item_cartlink {
		font-size: 4vw;
	}

	.btn_purchase select,
	.btn_purchase2 select {
		margin-left: 20px;
		color: #4e4e4e;
		font-size: 3.5vw;
	}

	/* ---------------------------------------------------------------------------------------------*/
	/*共通*/
	.section_inner {
		margin-top: 30px;
	}

	div.item_content {
		padding-bottom: 20px;
	}

	div.item_title h2 {
		height: 50px;
		/*margin-left:1vw;*/
		font-size: 5vw;
	}

	img.deco_item_title {
		width: 34px;
		height: 50px;
	}

	div.content_inner {
		width: 96%;
	}

	/* ---------------------------------------------------------------------------------------------*/
	/*出展概要*/
	#exhibition_overview h3 span {
		display: block;
	}

	div.overview_details {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	img.map {
		width: 100%;
	}

	dl.exhibition_info {
		margin-top: 5vw;
	}

	dl.exhibition_info dt {
		width: 100%;
	}

	/* ---------------------------------------------------------------------------------------------*/
	/*グッズエリア*/
	ul.goods_category li.gust_items,
	ul.goods_category li.fate_items {
		padding-left: 0;
		text-align: center;
		justify-content: center;
	}

	.buy_button {
		padding: 0 20px 0 20px;
		line-height: 2.5rem;
	}

	.order_conditions {
		width: 93%;
		height: auto;
		margin: 20px auto 0;
		color: #fff;
		font-family: 'Kosugi Maru', sans-serif;
		font-size: 2.5rem;
		line-height: 4.5rem;
		letter-spacing: 0.08em;
		text-align: center;
	}

	.order_flow li {
		font-size: 3.5vw;
		line-height: 4vw;

	}


	ol.order_flow li {
		height: auto;
		margin-bottom: 16px;
		padding-bottom: 4px;
		font-size: 4vw;
		font-weight: bold;
		line-height: 5vw;
	}


	a.banner_id_registration {
		width: 94%;
		margin: 5vw auto 5vw;
		display: block;
	}



	.contents_box {
		width: 90%;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	ul.goods_list {
		width: 92%;
		margin: 0 auto 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		z-index: 10;
	}

	ul.goods_list li {
		width: 100%;
	}

	.goods_image {
		width: 100%;
		margin: 0 auto 20px;
	}

	.goods_image img {
		width: 100%;
		margin: 0;
	}

	.bg_goods_txt {
		width: 100%;
		margin: 0 auto 0;
		padding: 0 0 10px;
	}

	.purchase_box {
		width: 100%;
		margin: auto 0;
		padding-bottom: 0;
	}

	.purchase_box p {
		display: none;
		margin: 0;
		flex-direction: column;
		justify-content: center;
		font-size: 4vw;
		line-height: 4vw;
		font-weight: 600;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	span.kakioroshi {
		width: 100%;
		font-size: 1.3rem;
		line-height: 2.3rem;
	}

	.btn_purchase,
	.btn_purchase2 {
		margin: 20px auto 20px;
		color: #ff0000;
		font-size: 1.5rem;
		line-height: 3rem;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		/* display: none; */
		align-self: center;
	}

	.btn_purchase:hover {
		opacity: 0.6;
	}

	.btn_purchase2 {
		width: 100%;
		margin: 5px auto 0;
		align-self: center;

	}

	.goods_price .price_wrap p {
		width: 90%;

	}



	.new_goods_price span,
	.goods_price span {
		font-size: 6vw;
	}

	.special_price {
		color: red;
		font-weight: bold;
	}

	.goods_detail {
		width: 100%;
		margin: 8px auto 0;
		font-size: 3.3vw;

	}

	.type_all_area {
		width: 100%;
	}

	.bg_type_all {
		width: 50%;

	}

	.icon_kakioroshi {
		width: 75px;
		height: 75px;
		position: absolute;
		top: 10px;
		left: 20px;
	}

	button.btn_add_cart {
		width: 90%;
		height: 5rem;
		margin: 30px auto 0;
		color: #fff;
		font-family: 'Kosugi Maru', sans-serif;
		font-size: 1.8rem;
		line-height: 5rem;
		letter-spacing: 0.08em;
		text-align: center;
		background-color: #ff4b6b;
		border-radius: 20px 20px 20px 20px;
		display: block;
	}



	img.bg_goods_content {
		width: 40vw;
		height: 42vw;
		position: absolute;
		bottom: 3vw;
		right: 4vw;
		display: block;
		z-index: 1;
		opacity: 0.6;
	}

	.goods_price.cap_txt {
		width: 26%;
		margin: 20px 0 0 0;
		padding: 0;
		color: #fff;
		line-height: 2.6rem;
		text-align: center;
		letter-spacing: 0.08em;
		background-color: #5c97f1;
	}



	.bg_wp_goods {
		width: 100%;
		padding-top: 0;
		height: auto;
		background-image: url(../img/bg_crystal.jpg);
		background-repeat: repeat-y;
		background-size: contain;
		opacity: 1;
	}



	.img_wrap {
		padding: 0;
	}


	.info_set_area {
		margin: 0 auto 0;
	}

	a.banner_ktspot {
		width: 90%;
		height: auto;
		margin: 13vw auto 13vw;
		display: block;
	}

	a.banner_ktspot img {
		width: 100%;
		margin: 0;
	}

	.contents_box_inner h4 {
		width: 100%;
		font-size: 5vw;
		padding: 6px;
	}

	.slick-slider .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}

	/*spフォーム*/
	.content_body {
		width: 100%;
		margin: 30px auto 0;
	}
    
  .footer-bottom .footer-logo{
    margin-right: 0;
    width: 200px;
  }
}

/*--------------------------------------------------
	追従メニュー
--------------------------------------------------*/
div.follow_menu_area {
	width: 100%;
	background-color: #fff;
	border-bottom: 8px solid #1c90ca;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: -100px;
	z-index: 500;
}

div.follow_menu_logo {
	width: 200px;
	margin-left: 35px;
	display: flex;
	align-items: center;
	column-gap: 20px;
}

div.follow_menu_logo a {
	width: 100px;
	display: block;
}

div.follow_menu_logo a img {
	width: 100%;
}

#follow_menu_bar {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	background-image: linear-gradient(0deg, rgba(28, 144, 202, 1), rgba(79, 172, 219, 1));
}

#follow_menu_bar li {
	/*padding: 60px;*/
	width: 300px;
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	display: flex;
	align-items: center;
}

#follow_menu_bar li a {
	width: 100%;
	padding: 10px 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 2.6rem;
	display: block;
}



/*--------------------------------------------------
	slick
--------------------------------------------------*/
.slick-slider .slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 34%;
	bottom: -5%;
	width: 32%;

}

.slick-slider .slick-dots button {
	overflow: hidden;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	text-indent: 100%;
}

.slick-slider .slick-dots li {
	margin: 0 4px;
}

.slick-slider .slick-dots li.slick-active button {
	background: #dabc65;
}


@media only screen and (max-width: 750px) {
	.slick-slider .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}

}

/*--------------------------------------------------
	カート連携エラーメッセージ
--------------------------------------------------*/

.container_attention {
	font-size: 1.5rem;
	padding-top: 10px;
}

.container_attention h3 {
	font-size: 1.8rem;
	border: none;
}

@media only screen and (max-width: 750px) {
	.container_attention {
		font-size: 4vw;
		padding-top: 10px;
	}

	.container_attention h3 {
		font-size: 4vw;
		border: none;
	}
}