@charset "UTF-8";
.page-event .pane-contents .container {
  display: block;
  width: 100%;
}
.page-event .pane-contents .container .pane-left-menu {
  display: none;
}
.page-event .pane-contents .container .pane-main {
  width: 100%;
}
#header {
  margin: 0;
}

.block-event-page {
}
#mileuse {
  padding: 0 0 65px;
}
#mileuse h1 {
  margin: 0;
  line-height: 0;
}
#mileuse h1 img {
  width: 100%;
}
#mileuse .intro {
  width: 1200px;
  margin: 72px auto;
  text-align: center;
}
#mileuse .message {
}
#mileuse .message p {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.777;
	font-feature-settings : "palt";
}
#mileuse .howto {
	text-align: center;
	width: 1200px;
	background-color: #fef2f2;
	border-radius: 5px;
	padding: 42px 0;
	margin: 92px auto 60px;
}
#mileuse .howto h2 {
	color: #e50000;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	margin: 0 0 17px;
	position: relative;
}
#mileuse .howto h2::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -82px;
	display: block;
	width: 64px;
	height: 70px;
	margin-left: -32px;
	background-image: url("ico_mile.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 64px auto;
}
#mileuse .howto p {
	font-size: 18px;
	line-height: 1.777;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
}

#mileuse .page_nav {
	width: 1200px;
	margin: 0 auto;
}
#mileuse .page_nav ul {
	display: flex;
	justify-content: space-between;
}
#mileuse .page_nav ul li {
	width: 590px;
}
#mileuse .page_nav ul li a {
	color: #111111;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.777;
	letter-spacing: 0.06em;
	display: block;
	border: 2px solid #e50000;
	border-radius: 10px;
	padding: 15px 0 14px;
	position: relative;
	transition: all .3s;
}
#mileuse .page_nav ul li a:hover {
	opacity: 0.5;
}
#mileuse .page_nav ul li a::after {
	content: "";
	position: absolute;
	right: 26px;
	top: 50%;
  width: 0;
  height: 0;
	margin-top: -4px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #e50000;
  border-bottom: 0;
}

.block-top-event--wrap {
  padding: 0 0 65px;
}

.block-event-page--accessory .block-top-event--header {
	position: relative;
	margin: 0 0 35px;
	padding: 0;
}

.block-event-page--accessory .block-top-event--header a,
.mile_nav h2,
#special_feature h2 {
	color: #111111;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.78125;
	letter-spacing: 0.06em;
	font-feature-settings : "palt";
	display: block;
}
.block-event-page--accessory .block-top-event--header a span,
.mile_nav h2 span,
#special_feature h2 span {
	color: #e50000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-feature-settings : "palt";
	display: block;
}
.mile_nav h2,
#special_feature h2 {
	margin: 65px 0 35px;
}
.block-event-page--accessory .more-btn {
  width: 1170px;
  margin: 40px auto 0;
  text-align: center;
}
.block-event-page--accessory .more-btn a {
	position: relative;
	border-radius: 5px;
	width: 350px;
	font-size: 16px;
	font-weight: 500;
	color: #111111;
	text-align: center;
	display:block;
	padding: 13px 12px 12px;
	border: 1px solid #111111;
	transition: all .3s;
	margin: 0 auto;
}
.block-event-page--accessory .more-btn a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	transform: rotate(-45deg);
}
.block-event-page--accessory .more-btn a:hover {
  opacity: 0.5;
}
.block-event-page--accessory .block-pickup-list-p {
  width: 1200px;
  margin: 0 auto;
	overflow-x: auto;
}
.block-event-page--accessory .block-pickup-list-p .block-pickup-list-p--items {
	flex-wrap: nowrap;
}
.block-event-page--accessory .block-pickup-list-p .block-pickup-list-p--items > li {
	margin: 0 20px 0 0;
}
.block-event-page--accessory .block-top-event--goods {
  margin: 0;
}
.block-event-page--accessory .block-pickup-list-p .block-goods-favorite a {
  background-color: transparent;
}
.block-event-page--accessory .block-pickup-list-p--items > li:nth-child(4n) {
    margin-right: 30px;
}
.block-event-page--accessory .block-pickup-list-p--items > li:nth-child(5n) {
    /*margin-right: 0;*/
}

.mile_nav {
	width: 1200px;
	margin: 0 auto;
}
#mile_nav ul {
	display: flex;
	justify-content: space-between;
}
#mile_nav ul li {
	width: 232px;
}
#mile_nav ul li a {
	text-align: center;
	display: block;
	border: 2px solid #e50000;
	border-radius: 10px;
	padding: 137px 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	transition: all .3s;
}
#mile_nav ul li a:hover {
	opacity: 0.5;
}
#mile_nav ul li a span {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-feature-settings : "palt";
	line-height: 1.22;
	text-align: center;
	display: block;
	background-color: #fef2f2;
	padding: 19px 0 18px;
}
#mile_nav ul li a span small {
	font-size: 13px;
	line-height: 1.69;
	display: inline-block;
	vertical-align: text-top;
}
#mile_nav ul li.no1 a {
	background-image: url("nav_mile01.png");
	background-position: center 42px;
}
#mile_nav ul li.no2 a {
	background-image: url("nav_mile02.png");
	background-position: center 32px;
}
#mile_nav ul li.no3 a {
	background-image: url("nav_mile03.png");
	background-position: center 40px;
}
#mile_nav ul li.no4 a {
	background-image: url("nav_mile04.png");
	background-position: center 24px;
}
#mile_nav ul li.no5 a {
	background-image: url("nav_mile05.png");
	background-position: center 20px;
}

#category_nav ul {
	display: flex;
	flex-wrap: wrap;
}
#category_nav ul li {
	width: calc((100% - 42px) / 3);
	margin: 0 21px 10px 0;
}
#category_nav ul li:nth-child(3n) {
	margin-right: 0;
}
#category_nav ul li a {
	color: #111111;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.777;
	letter-spacing: 0.06em;
	text-align: center;
	display: block;
	background-color: #fef2f2;
	border-radius: 5px;
	padding: 10px 0 8px;
	position: relative;
	transition: all .3s;
}
#category_nav ul li a:hover {
	opacity: 0.5;
}
#category_nav ul li a::after {
	content: "";
	position: absolute;
	right: 19px;
	top: 50%;
  width: 0;
  height: 0;
	margin-top: -4px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #e50000;
  border-bottom: 0;
}
#special_feature {
	width: 1200px;
	margin: 0 auto;
}
#special_feature ul {
	display: flex;
	flex-wrap: wrap;
}
#special_feature ul li {
	width: 232px;
	margin-right: 10px;
}
#special_feature ul li:nth-child(5n) {
	margin-right: 0;
}
#special_feature ul li a {
	display: block;
	text-align: center;
}
#special_feature ul li img {
	vertical-align: bottom;
	transition: all .3s;
}
#special_feature ul li a:hover img {
	opacity: 0.5;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 13px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #ededed;
	border-radius: 10px;
	height: 5px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	opacity: 0;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #e50000 !important;
	margin: 0;
	height: 5px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 5px;
}



#mileuse .link_list {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#mileuse .link_list p {
	width: 1200px;
    margin: 72px auto 10px;
    text-align: center;
	font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.777;
    font-feature-settings: "palt";
}
#mileuse .link_list ul {
	display: flex;
	justify-content: space-between;
}
#mileuse .link_list ul li {
	width: 590px;
}
#mileuse .link_list ul li a {
	color: #fff;
    background: #111;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.777;
	letter-spacing: 0.06em;
	display: block;
	border: 2px solid #111;
	border-radius: 10px;
	padding: 15px 0 14px;
	position: relative;
	transition: all .3s;
}
#mileuse .link_list ul li a:hover {
	opacity: 0.5;
}
#mileuse .link_list ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}