#wrapper {
  background: transparent url(../img/bg_top.jpg) no-repeat center top;
}

@media (max-width: 750px) {
  #wrapper {
    background: none;
  }
}

#wrapper.is_bgNone {
  background: none;
}

.topSection {
  padding: 70px 0;
}

@media (max-width: 750px) {
  .topSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.topSection.is_first {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.topSection.topSection__paddingBottomNone {
  padding-bottom: 0;
}

@media (max-width: 750px) {
  .topSection.topSection__paddingBottomNone {
    padding-bottom: 0;
  }
}

.topSection.topSection__marginTop {
  margin-top: 20px;
}

.topSection .topSection_inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.topSection .topSection_inner.topSection_inner__paddingNone {
  padding-left: 0;
  padding-right: 0;
}

.topSection .topSection_inner__wide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.topSection .topSection_head {
  text-align: center;
}

.topSection .topSection_head .topSection_title {
  font-size: 36px;
  line-height: 1.0;
}

@media (max-width: 750px) {
  .topSection .topSection_head .topSection_title {
    font-size: 26px;
  }
}

@media (max-width: 374px) {
  .topSection .topSection_head .topSection_title {
    font-size: 24px;
  }
}

.topSection .topSection_head .topSection_title__sub {
  color: #ee3586;
  font-size: 15px;
  line-height: 1.0;
  margin-top: 1.0em;
}
.topSection .topSection_head .topSection_title__sub.is_color__default {
  color: inherit;
}

.topSection .topSection_body {
  padding-top: 25px;
  text-align: left;
}

@media (max-width: 750px) {
  .topSection .topSection_body {
    padding-top: 15px;
  }
}

.topSection .topSection_foot {
  padding-top: 20px;
  text-align: center;
}

.topSection img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 750px) {
  .topSection img {
    width: 100%;
  }
}

.topSection .topSection_link ._link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.topSection .topSection_link ._link:hover {
  opacity: 0.7;
}

.topSection .topSection_link ._link ._image {
  display: block;
  line-height: 0;
}

.topSection .topSection_link ._link ._title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.topSection .topSection_link ._link ._text {
  display: block;
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.3;
}

.topSection .topSection_link ._link ._sub {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  line-height: 1.0;
}

.topSection .topSection_link ._link ._price {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  line-height: 1.0;
}

.topSection .topSection_listLink {
  display: inline-block;
  padding: 15px 20px;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.topSection .topSection_listLink:hover {
  opacity: 0.7;
}

.topSection .topSection_listLink ._text {
  display: block;
  padding: 0 20px;
  position: relative;
  font-size: 14px;
}

.topSection .topSection_listLink ._text:after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #6f6f6f;
  border-right: 1px solid #6f6f6f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.topSection.topSection__bgStrip {
  background: transparent url(../../common/img/bg_strip.gif) repeat left top;
}

.topSection.topSection__bgGray {
  background-color: #f0f0f0;
}

.topSection .topSection_banner {
  padding-top: 40px;
}

@media (max-width: 750px) {
  .topSection .topSection_banner {
    padding-top: 0;
  }
}

.topSection .topSection_banner .topSection_banner_item {
  float: left;
  width: 49.5%;
  margin-top: 1%;
}

.topSection .topSection_banner .topSection_banner_item:first-child {
  margin-top: 0;
}

.topSection .topSection_banner .topSection_banner_item.is_even {
  margin-left: 1%;
}

@media (max-width: 750px) {
  .topSection .topSection_banner .topSection_banner_item {
    width: 49%;
    margin-top: 2%;
  }
  .topSection .topSection_banner .topSection_banner_item:first-child {
    margin-top: 0;
  }
  .topSection .topSection_banner .topSection_banner_item.is_even {
    margin-left: 2%;
  }
}

@media (max-width: 480px) {
  .topSection .topSection_banner .topSection_banner_item {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .topSection .topSection_banner .topSection_banner_item:first-child {
    margin-top: 0;
  }
  .topSection .topSection_banner .topSection_banner_item.is_even {
    margin-left: 0;
  }
}

.topSection .topSection_banner .topSection_banner_item__wide {
  width: 100%;
}

.topSection .topSection_banner .topSection_banner_item__wide ._default {
  display: block;
}

@media (max-width: 750px) {
  .topSection .topSection_banner .topSection_banner_item__wide ._default {
    display: none;
  }
}

.topSection .topSection_banner .topSection_banner_item__wide ._sp {
  display: none;
}

@media (max-width: 750px) {
  .topSection .topSection_banner .topSection_banner_item__wide ._sp {
    display: block;
  }
}

.topSection .topSection_banner.topSection_banner__repeat .topSection_banner_item:nth-child(1), .topSection .topSection_banner.topSection_banner__repeat .topSection_banner_item:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 480px) {
  .topSection .topSection_banner.topSection_banner__repeat .topSection_banner_item:nth-child(2) {
    margin-top: 10px;
  }
}

.topSection .topSection_recommend {
  text-align: left;
}

.topSection .topSection_recommend .topSection_recommend_item {
  width: 18%;
  margin-left: 2.5%;
  float: left;
}

.topSection .topSection_recommend .topSection_recommend_item:first-child {
  margin-left: 0;
}

.topSection .topSection_recommend.slick-slider {
  text-align: left;
  margin-bottom: 0;
}

.topSection .topSection_recommend.slick-slider.slick-dotted {
  padding-bottom: 50px;
}

.topSection .topSection_recommend.slick-slider .topSection_recommend_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.topSection .topSection_recommend.slick-slider .slick-arrow {
  position: absolute;
  top: 44%;
}

@media (max-width: 980px) {
  .topSection .topSection_recommend.slick-slider .slick-arrow {
    display: none !important;
  }
}

.topSection .topSection_recommend.slick-slider .slick-prev {
  left: -30px;
}

.topSection .topSection_recommend.slick-slider .slick-prev:before {
  width: 15px;
  height: 15px;
  border-right: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}

.topSection .topSection_recommend.slick-slider .slick-next {
  right: -30px;
}

.topSection .topSection_recommend.slick-slider .slick-next:before {
  width: 15px;
  height: 15px;
  border-right: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}

.topSection .topSection_recommend.slick-slider .slick-dots {
  bottom: 0;
  line-height: 0;
}


.topSection .topSection_recommend.slick-slider .slick-dots li button:before {
  font-family: inherit;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  content: '';
  opacity: 1.0;
  background-color: #e6e6e6;
  border-radius: 100%;
  overflow: hidden;
}

.topSection .topSection_recommend.slick-slider .slick-dots li.slick-active button:before {
  background-color: #ee3586;
}



/* Add 2018.05.11 - START */
.topSection__season {
  /*background: transparent url(../img/season/bg_season_summer.jpg) no-repeat center top;*/
  background-size: contain;
  padding-top: 60px;
  margin-top: 40px;
  padding-bottom: 120px;
}

.topSection .topSection_recommend__banner {
  padding-top: 40px;
}
.topSection .topSection_recommend__banner .topSection_recommend_item {
  width: 49.5%;
  float: left;
  margin-left: 1%;
}
.topSection .topSection_recommend__banner .topSection_recommend_item:first-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .topSection__season {
    margin-top: 10px;
    padding-top: 40px;
    padding-bottom: 60px;
    /*background: transparent url(../img/season/bg_season_summer.jpg) no-repeat center top;*/
  }

  .topSection .topSection_recommend__banner .topSection_recommend_item {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .topSection .topSection_recommend__banner .topSection_recommend_item:first-child {
    margin-top: 0;
  }
  .topSection .topSection_new .topSection_new_item ._text {
    font-size: 12px;
  }
}
/* Add 2018.05.11 - END */


/* Delete 2018.05.11 - START */
/*
.topSection .topSection_new .topSection_new_item {
  width: 49.5%;
  float: left;
  margin-left: 1%;
}

.topSection .topSection_new .topSection_new_item:first-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .topSection .topSection_new .topSection_new_item {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .topSection .topSection_new .topSection_new_item:first-child {
    margin-top: 0;
  }
  .topSection .topSection_new .topSection_new_item ._text {
    font-size: 12px;
  }
}
*/
/* Delete 2018.05.11 - END */

/* Add 2018.05.11 - START */
.topSection .topSection_new {
  text-align: left;
}

.topSection .topSection_new .topSection_new_item {
  width: 18%;
  margin-left: 2.5%;
  float: left;
}
.topSection .topSection_new .topSection_new_item ._text {
  font-size: 12px;
}
.topSection .topSection_new .topSection_new_item ._sub {
  padding-top: 20px;
}

.topSection .topSection_new .topSection_new_item:first-child {
  margin-left: 0;
}

.topSection .topSection_new.slick-slider {
  text-align: left;
  margin-bottom: 0;
}

.topSection .topSection_new.slick-slider.slick-dotted {
  padding-bottom: 50px;
}

.topSection .topSection_new.slick-slider .topSection_new_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  /*float: none;*/
}

.topSection .topSection_new.slick-slider .slick-arrow {
  position: absolute;
  top: 44%;
}

@media (max-width: 980px) {
  .topSection .topSection_new.slick-slider .slick-arrow {
    display: none !important;
  }
}

.topSection .topSection_new.slick-slider .slick-prev {
  left: -30px;
}

.topSection .topSection_new.slick-slider .slick-prev:before {
  width: 15px;
  height: 15px;
  border-right: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}

.topSection .topSection_new.slick-slider .slick-next {
  right: -30px;
}

.topSection .topSection_new.slick-slider .slick-next:before {
  width: 15px;
  height: 15px;
  border-right: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}

.topSection .topSection_new.slick-slider .slick-dots {
  bottom: 0;
  line-height: 0;
}

.topSection .topSection_new.slick-slider .slick-dots li button:before {
  font-family: inherit;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  content: '';
  opacity: 1.0;
  background-color: #e6e6e6;
  border-radius: 100%;
  overflow: hidden;
}
.topSection .topSection_new.slick-slider .slick-dots li.slick-active button:before {
  background-color: #ee3586;
}
/* Add 2018.05.11 - END */


.topSection .topSection_campaign .topSection_campaign_item {
  width: 49.5%;
  float: left;
  margin-left: 1%;
  margin-top: 2%;
}

.topSection .topSection_campaign .topSection_campaign_item:nth-child(1), .topSection .topSection_campaign .topSection_campaign_item:nth-child(2) {
  margin-top: 0;
}

.topSection .topSection_campaign .topSection_campaign_item:nth-child(odd) {
  margin-left: 0;
}

@media (max-width: 750px) {
  .topSection .topSection_campaign .topSection_campaign_item {
    width: 49%;
    margin-left: 2%;
  }
  .topSection .topSection_campaign .topSection_campaign_item:nth-child(odd) {
    margin-left: 0;
  }
  .topSection .topSection_campaign .topSection_campaign_item ._text {
    font-size: 12px;
  }
}

.topSection .topSection_campaign.topSection_campaign__col4 .topSection_campaign_item {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 0;
}

.topSection .topSection_campaign.topSection_campaign__col4 .topSection_campaign_item:nth-child(odd) {
  margin-left: 2%;
}

.topSection .topSection_campaign.topSection_campaign__col4 .topSection_campaign_item:first-child {
  margin-left: 0;
}

.topSection .topSection_campaign.topSection_campaign__repeat {
  margin-bottom: 40px;
  padding-top: 2px;
  max-width: 1500px;
}

.topSection .topSection_campaign.topSection_campaign__repeat .topSection_campaign_item {
  width: 33.333333%;
  margin-left: 0;
  margin-top: 0;
  padding-left: 1px;
  padding-right: 1px;
}

@media (min-width: 751px) {
  .topSection .topSection_campaign.topSection_campaign__repeat .topSection_campaign_item {
    width: 500px;
  }
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider {
    width: 500px;
  }
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider.slick-dotted {
  padding-bottom: 50px;
}

@media (max-width: 750px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider.slick-dotted {
    padding-bottom: 30px;
  }
}

@media (min-width: 751px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-list {
    overflow: visible;
  }
}

@media (min-width: 751px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-list .draggable {
    overflow: visible;
  }
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-arrow {
  position: absolute;
  top: 42%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  z-index: 1000;
}

@media (max-width: 750px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-prev {
  left: 0;
  margin-left: -50px;
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -3px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}

@media (max-width: 750px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-prev {
    left: 20%;
    margin-left: -30px;
  }
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-prev:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}

@media (max-width: 480px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-prev {
    left: 10%;
  }
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-next {
  right: 0;
  margin-right: -50px;
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -13px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
}

@media (max-width: 750px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-next {
    right: 20%;
    margin-right: -30px;
  }
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-next:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -10px;
  }
}

@media (max-width: 480px) {
  .topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-next {
    right: 10%;
  }
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-dots {
  bottom: 0;
  line-height: 0;
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-dots li button:before {
  font-family: inherit;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  content: '';
  opacity: 1.0;
  background-color: #e6e6e6;
  border-radius: 100%;
  overflow: hidden;
}

.topSection .topSection_campaign.topSection_campaign__repeat.slick-slider .slick-dots li.slick-active button:before {
  background-color: #ee3586;
}

.topSection .topSection_boxHalf_wrap .topSection_boxHalf {
  width: 49.5%;
  margin-left: 1%;
  float: left;
}

.topSection .topSection_boxHalf_wrap .topSection_boxHalf:first-child {
  margin-left: 0;
}

.topSection .topSection_boxHalf_wrap .topSection_boxHalf .topSection_inner {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 750px) {
  .topSection .topSection_boxHalf_wrap .topSection_boxHalf {
    width: 49%;
    margin-left: 2%;
  }
}

@media (max-width: 750px) {
  .topSection .topSection_boxHalf_wrap.topSection_boxHalf_wrap__spbreak {
    padding-bottom: 25px;
  }
  .topSection .topSection_boxHalf_wrap.topSection_boxHalf_wrap__spbreak .topSection_boxHalf {
    width: auto;
    float: none;
    margin-left: 0;
    padding: 50px 0 0;
  }
  .topSection .topSection_boxHalf_wrap.topSection_boxHalf_wrap__spbreak .topSection_boxHalf:first-child {
    padding-top: 25px;
  }
}

.topSection .topSection_checked .topSection_checked_item {
  width: 18%;
  margin-left: 2.5%;
  float: left;
}

.topSection .topSection_checked .topSection_checked_item:first-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .topSection .topSection_checked .topSection_checked_item {
    width: auto;
    float: none;
    overflow: hidden;
    margin-left: 0;
    margin-top: 10px;
  }
  .topSection .topSection_checked .topSection_checked_item:first-child {
    margin-top: 0;
  }
  .topSection .topSection_checked .topSection_checked_item ._image {
    width: 100px;
    float: left;
  }
  .topSection .topSection_checked .topSection_checked_item ._title,
  .topSection .topSection_checked .topSection_checked_item ._sub,
  .topSection .topSection_checked .topSection_checked_item ._price {
    display: block;
    padding-left: 110px;
  }
  .topSection .topSection_checked .topSection_checked_item ._title {
    padding-top: 10px;
  }
}

.topSection .topSection_keywords {
  text-align: center;
}

@media (max-width: 750px) {
  .topSection .topSection_keywords {
    text-align: left;
  }
}

.topSection .topSection_keywords .topSection_keywords_item {
  display: inline-block;
  line-height: 0;
  margin-left: 5px;
}

@media (max-width: 750px) {
  .topSection .topSection_keywords .topSection_keywords_item {
    margin-bottom: 10px;
  }
}

.topSection .topSection_keywords .topSection_keywords_item ._link {
  text-decoration: underline;
  padding: 10px 12px;
  line-height: 1.0;
  background-color: #fff;
}

.topSection .topSection_keywords .topSection_keywords_item ._link ._text {
  padding-top: 0;
}

.topSection .topSection_hot .topSection_hot_item {
  width: 20%;
  margin-left: 2.5%;
  float: left;
}

.topSection .topSection_hot .topSection_hot_item:first-child {
  margin-left: 0;
}

.topSection .topSection_hot .topSection_hot_item ._fukidashi {
  display: block;
  position: relative;
  border: 5px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.topSection .topSection_hot .topSection_hot_item ._fukidashi ._date {
  font-size: 14px;
  display: block;
}

@media (max-width: 750px) {
  .topSection .topSection_hot .topSection_hot_item ._fukidashi ._date {
    font-size: 12px;
  }
}

.topSection .topSection_hot .topSection_hot_item ._fukidashi ._text {
  font-size: 16px;
  display: block;
}

@media (max-width: 750px) {
  .topSection .topSection_hot .topSection_hot_item ._fukidashi ._text {
    font-size: 14px;
  }
}

.topSection .topSection_hot .topSection_hot_item ._fukidashi:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-right: 5px solid #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -13px;
}

.topSection .topSection_hot .topSection_hot_item ._image {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.topSection .topSection_hot .topSection_hot_item ._image > img {
    width: 100%;
    margin: 0 auto;
}
.topSection .topSection_hot.slick-slider {
  text-align: left;
  margin-bottom: 0;
  /*
			.slick-arrow {
				position: absolute;
				top: 44%;
			}
			.slick-prev {
				left: -30px;
				&:before {
					width: 15px;
					height: 15px;
					border-right: 2px solid #d2d2d2;
					border-bottom: 2px solid #d2d2d2;
				}
			}
			.slick-next {
				right: -30px;
				&:before {
					width: 15px;
					height: 15px;
					border-right: 2px solid #d2d2d2;
					border-bottom: 2px solid #d2d2d2;
				}
			}

			.slick-dots {
				bottom: -60px;
				li {
					button {
						&:before {
							font-family: inherit;
							line-height: 20px;
							position: absolute;
							top: 50%;
							left: 50%;
							margin-top: -5px;
							margin-left: -5px;
							width: 10px;
							height: 10px;
							content: '';
							opacity: 1.0;
							background-color: #e6e6e6;
							border-radius: 100%;
							overflow: hidden;
						}
					}
					&.slick-active {
						button {
							&:before {
								background-color: $color_pink;
							}
						}
					}
				}
			}
*/
}

.topSection .topSection_hot.slick-slider.slick-dotted {
  padding-bottom: 50px;
}

.topSection .topSection_hot.slick-slider .topSection_hot_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.topSection .topSection_hot.slick-slider .slick-dots {
  bottom: 0;
  line-height: 0;
}

.topSection .topSection_news {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.topSection .topSection_news .topSection_news_item {
  overflow: hidden;
  margin-top: 15px;
}

.topSection .topSection_news .topSection_news_item:first-child {
  margin-top: 0;
}

.topSection .topSection_news .topSection_news_item ._date {
  width: 180px;
  float: left;
  color: #8c8c8c;
  font-size: 12px;
}

.topSection .topSection_news .topSection_news_item ._date ._category {
  color: #5a5a5a;
  font-weight: bold;
}

@media (max-width: 750px) {
  .topSection .topSection_news .topSection_news_item ._date {
    width: auto;
    float: none;
  }
}

.topSection .topSection_news .topSection_news_item ._text {
  padding-left: 190px;
  font-size: 14px;
}

@media (max-width: 750px) {
  .topSection .topSection_news .topSection_news_item ._text {
    padding-top: 5px;
    padding-left: 0;
  }
}

.topSection .topSection_series .topSection_series_item {
  width: 49.5%;
  float: left;
  margin-left: 1%;
  margin-top: 2%;
}

.topSection .topSection_series .topSection_series_item:nth-child(1), .topSection .topSection_series .topSection_series_item:nth-child(2) {
  margin-top: 0;
}

.topSection .topSection_series .topSection_series_item:nth-child(odd) {
  margin-left: 0;
  clear: left;
}

@media (max-width: 750px) {
  .topSection .topSection_series .topSection_series_item {
    width: auto;
    float: none;
    margin-top: 20px;
    margin-left: 0;
  }
  .topSection .topSection_series .topSection_series_item:first-child {
    margin-top: 0;
  }
  .topSection .topSection_series .topSection_series_item:nth-child(2) {
    margin-top: 20px;
  }
}

.topSection .topSection_series .topSection_series_item ._box {
  margin-top: 5px;
  display: table;
}

.topSection .topSection_series .topSection_series_item ._box ._box_col {
  display: table-cell;
  vertical-align: bottom;
  line-height: 1.0;
}

.topSection .topSection_series .topSection_series_item ._box ._box_col.is_color {
  color: #ee3586;
  font-size: 12px;
  padding-right: 10px;
}

.topSection .topSection_series .topSection_series_item ._box ._box_col ._sub {
  padding-top: 0;
  font-size: 11px;
  color: #8c8c8c;
  line-height: 1.0;
  padding-bottom: 3px;
}

.topSection .topSection_series .topSection_series_item ._box ._box_col ._title {
  line-height: 1.0;
  font-size: 14px;
}

.topSection.topSection__bgImageOther {
  background: transparent url(../img/bg_other.jpg) no-repeat center top;
  background-size: cover;
}

.topSection.topSection__bgImageComponent {
  background: transparent url(../img/bg_component.jpg) no-repeat center top;
  background-size: cover;
}

.topSection.topSection__bgImageBeauty {
  background: transparent url(../img/bg_beauty.jpg) no-repeat center top;
  background-size: cover;
}

.topSection .topSection_support {
  padding: 40px 40px 20px;
}

@media (max-width: 750px) {
  .topSection .topSection_support {
    padding: 20px 0 0;
  }
}

.topSection .topSection_support .topSection_support_item {
  margin-top: 20px;
}

@media (max-width: 750px) {
  .topSection .topSection_support .topSection_support_item {
    margin-top: 10px;
  }
}

.topSection .topSection_support .topSection_support_item:first-child {
  margin-top: 0;
}

.topSection .topSection_support .topSection_support_item ._link {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

@media (max-width: 750px) {
  .topSection .topSection_support .topSection_support_item ._link {
    padding: 10px;
  }
}

.topSection .topSection_support .topSection_support_item ._text {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  text-align: left;
  padding-left: 55px;
  line-height: 40px;
  font-size: 20px;
  padding-top: 0;
}

.topSection .topSection_support .topSection_support_item.is_teiki ._text {
  background: transparent url(../img/icon_teiki.png) no-repeat left center;
}

.topSection .topSection_support .topSection_support_item.is_faq ._text {
  background: transparent url(../img/icon_faq.png) no-repeat left center;
}

.topSection .topSection_support .topSection_support_item.is_guide ._text {
  background: transparent url(../img/icon_guide.png) no-repeat left center;
}

.topSection .topSection_movie {
  padding: 40px 40px 20px;
  position: relative;
}

@media (max-width: 750px) {
  .topSection .topSection_movie {
    padding: 20px 0 0;
  }
}

.topSection .topSection_movie .topSection_movie_item {
  margin-top: 20px;
}

@media (max-width: 750px) {
  .topSection .topSection_movie .topSection_movie_item {
    margin-top: 10px;
  }
}

.topSection .topSection_movie .topSection_movie_item:first-child {
  margin-top: 0;
}

.topSection .topSection_movie .topSection_movie_item ._link {
  padding: 20px;
  text-align: center;
}

@media (max-width: 750px) {
  .topSection .topSection_movie .topSection_movie_item ._link {
    padding: 20px 10px;
  }
}

.topSection .topSection_movie .topSection_movie_item ._text {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 323px;
  text-align: left;
  padding-left: 45px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  padding-top: 0;
  background: transparent url(../img/icon_movie.png) no-repeat left center;
}

.topSection .topSection_movie .topSection_movie_item.is_howto ._link {
  background: transparent url(../img/bg_movie_howto.jpg) no-repeat center center;
  background-size: 100% auto;
}

.topSection .topSection_movie .topSection_movie_item.is_event ._link {
  background: transparent url(../img/beauty/bg_movie_cosme.jpg) no-repeat center center;
  background-size: 100% auto;
}

.topSection .topSection_movie .topSection_movie_item.is_beauty ._link {
  background: transparent url(../img/beauty/bg_movie_beauty.jpg) no-repeat center center;
  background-size: 100% auto;
}

.topSection .topSection_component {
  text-align: center;
}

.topSection .topSection_component .topSection_component_item {
  width: 220px;
  margin-left: 20px;
  display: inline-block;
}

.topSection .topSection_component .topSection_component_item:first-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .topSection .topSection_component .topSection_component_item {
    width: 110px;
    margin-left: 7px;
  }
  .topSection .topSection_component .topSection_component_item:first-child {
    margin-left: 0;
  }
}

@media (max-width: 374px) {
  .topSection .topSection_component .topSection_component_item {
    width: 96px;
    margin-left: 0;
  }
  .topSection .topSection_component .topSection_component_item:first-child {
    margin-left: 0;
  }
}

.topSection .topSection_component .topSection_component_item ._link {
  padding: 78px 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: transparent url(../../common/img/bg_circle.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 750px) {
  .topSection .topSection_component .topSection_component_item ._link {
    padding: 30px 10px;
  }
}

@media (max-width: 374px) {
  .topSection .topSection_component .topSection_component_item ._link {
    padding: 26px 10px;
  }
}

.topSection .topSection_component .topSection_component_item ._link:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6f6f6f;
  border-right: 1px solid #6f6f6f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
}

@media (max-width: 750px) {
  .topSection .topSection_component .topSection_component_item ._link:after {
    right: 10px;
  }
}

.topSection .topSection_component .topSection_component_item ._link ._title {
  font-size: 20px;
  line-height: 48px;
}

@media (max-width: 750px) {
  .topSection .topSection_component .topSection_component_item ._link ._title {
    font-size: 14px;
    line-height: 32px;
  }
}

.topSection .topSection_component .topSection_component_item ._link ._title.is_multi {
  line-height: 24px;
}

@media (max-width: 750px) {
  .topSection .topSection_component .topSection_component_item ._link ._title.is_multi {
    line-height: 16px;
  }
}

@media (max-width: 750px) {
  .topSection .topSection_component .topSection_component_item ._link ._sub {
    padding-top: 0;
  }
}

.topSection .topSection_beauty_upper .topSection_beauty_item {
  width: 49.5%;
  margin-left: 1%;
  float: left;
  background-color: #fff;
}

.topSection .topSection_beauty_upper .topSection_beauty_item:first-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .topSection .topSection_beauty_upper .topSection_beauty_item {
    width: auto;
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
  .topSection .topSection_beauty_upper .topSection_beauty_item:first-child {
    margin-top: 0;
  }
}

.topSection .topSection_beauty_upper .topSection_beauty_item .topSection_beauty_item_table {
  display: table;
  width: 100%;
}

.topSection .topSection_beauty_upper .topSection_beauty_item .topSection_beauty_item_table ._image {
  display: table-cell;
  width: 29.478634%;
}

.topSection .topSection_beauty_upper .topSection_beauty_item .topSection_beauty_item_table ._text {
  display: table-cell;
  vertical-align: middle;
  padding: 5%;
}

.topSection .topSection_beauty_upper .topSection_beauty_item .topSection_beauty_item_table ._text ._date {
  font-size: 12px;
  color: #8c8c8c;
}

.topSection .topSection_beauty_upper .topSection_beauty_item .topSection_beauty_item_table ._text ._title {
  display: block;
  font-size: 14px;
  padding-top: 5px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}

.topSection .topSection_beauty_lower {
  text-align: center;
}

@media (max-width: 750px) {
  .topSection .topSection_beauty_lower {
    text-align: left;
    padding-top: 10px;
  }
}

.topSection .topSection_beauty_lower .topSection_beauty_item {
  display: inline-block;
  background-color: #fff;
  margin-left: 10px;
}

.topSection .topSection_beauty_lower .topSection_beauty_item ._link {
  padding: 2px;
}

@media (max-width: 750px) {
  .topSection .topSection_beauty_lower .topSection_beauty_item {
    width: 32.0%;
    margin-left: 2%;
    margin-bottom: 2%;
    float: left;
  }
  .topSection .topSection_beauty_lower .topSection_beauty_item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (max-width: 750px){}

.topSection.topSection__bgImageKnowledge {
  background: transparent url(../img/knowledge_bg.jpg) no-repeat center top;
  background-size: cover;
}
.topSection.topSection__bgImageKnowledge .knowledge_inner {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 0 10px;
}
.topSection.topSection__bgImageKnowledge .lists {
  overflow: hidden;
}
.topSection.topSection__bgImageKnowledge .lists ul {
  margin-left: -40px;
}
.topSection.topSection__bgImageKnowledge .lists li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 33.3333%;
  padding-left: 40px;
}
.topSection.topSection__bgImageKnowledge .lists li a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.topSection.topSection__bgImageKnowledge .lists li a:hover {
  opacity: 0.7;
}
.topSection.topSection__bgImageKnowledge .lists .in_text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.topSection.topSection__bgImageKnowledge .in_btn {
  max-width: 190px;
  margin: 35px auto 0;
}
.topSection.topSection__bgImageKnowledge .in_btn a {
  position: relative;
  display: block;
  padding: 13px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  background-color: #f83084;
  border-radius: 5px;
  transition: 0.3s;
}
.topSection.topSection__bgImageKnowledge .in_btn a:before {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  margin-top: -5px;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.topSection.topSection__bgImageKnowledge .in_btn a:hover {
  opacity: 0.7;
}

@media (max-width: 750px){
  .topSection.topSection__bgImageKnowledge {
    background-image: url(../img/knowledge_bg_sp.jpg);
  }
  .topSection.topSection__bgImageKnowledge .knowledge_inner {
    margin-top: 30px;
  }
  .topSection.topSection__bgImageKnowledge .lists ul {
    margin-left: 0;
  }
  .topSection.topSection__bgImageKnowledge .lists li {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .topSection.topSection__bgImageKnowledge .lists li + li {
    margin-top: 10px;
  }
  .topSection.topSection__bgImageKnowledge .lists li a {
    display: table;
    width: 100%;
  }
  .topSection.topSection__bgImageKnowledge .lists li a > * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  .topSection.topSection__bgImageKnowledge .lists .in_image {
    width: 30%;
  }
  .topSection.topSection__bgImageKnowledge .lists .in_text {
    width: 70%;
    margin-top: 0;
    padding-left: 15px;
    font-size: 14px;
  }
  .topSection.topSection__bgImageKnowledge .in_btn {
    max-width: none;
    margin-top: 20px;
  }
  .topSection.topSection__bgImageKnowledge .in_btn a {
    text-align: center;
  }
}


@media (max-width: 374px) {
  .topSection.topSection__bgImageKnowledge .topSection_head .topSection_title {
    font-size: 20px;
  }
}


.slick-loading .slick-list {
  background: none;
}

.slick-list .draggable {
  overflow: hidden;
}

#footer {
  margin-top: 0;
}
