.new_item_img::after, .article_item_img::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*----------------------------------------------------------
--------------------------common----------------------------
----------------------------------------------------------*/
.contents_wrap {
  padding-left: 24px;
  padding-right: 24px;
}

.tabOnly {
  display: none;
}

.spOnly {
  display: none;
}

.mobileOnly {
  display: none;
}

.pageTitle {
  font-size: 2.4rem;
  padding: 36px 24px 32px;
  margin-bottom: 30px;
}

.title {
  margin-bottom: 32px;
}

.title_img {
  padding: 0 20px;
}

.title_img::before {
  vertical-align: 8px;
  font-size: 3.2rem;
  margin-right: 14px;
}

/*----------------------------------------------------------
-----------------------header-------------------------------
----------------------------------------------------------*/
header {
  border-bottom: 2px solid #ec8787;
  padding: 30px 0 28px;
  margin-bottom: 30px;
}

header .logo {
  min-width: 300px;
}

header .logo img {
  max-width: 300px;
}

header nav, header .search {
  margin-top: 1rem;
}

.searchModal {
  top: calc(100% + 2px);
  padding-top: 40px;
}

.searchModal input {
  font-size: 1.6rem;
}

.headerMenu {
  display: none;
}

/*----------------------------------------------------------
-----------------------nav----------------------------------
----------------------------------------------------------*/
nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 64px;
  margin-right: 64px;
}

nav a {
  font-size: 1.4rem;
  margin-left: 32px;
  display: block;
  font-weight: bold;
}

nav a * {
  font-weight: bold;
}

nav a:first-child {
  margin-left: 0;
}

.nav_ranking {
  display: none;
}

/*----------------------------------------------------------
--------------------------ranking---------------------------
----------------------------------------------------------*/
.ranking_item {
  width: calc((100% - 96px) / 5);
  margin-left: 24px;
}

.ranking_item:first-child {
  margin-left: 0;
}

.ranking_item::after {
  top: 9px;
  left: 11px;
}

.ranking_item_img {
  border: 4px solid transparent;
  margin-bottom: 10px;
}

.ranking_item_info {
  font-size: 1.6rem;
}

/*----------------------------------------------------------
-----------------------new----------------------------------
----------------------------------------------------------*/
.new {
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.new_item {
  width: calc((100% - 88px) / 3);
  margin-right: 44px;
  margin-bottom: 24px;
}

.new_item:last-child, .new_item:nth-child(3n) {
  margin-right: 0;
}

.new_item_img::before {
  width: 66px;
  height: 66px;
}

.new_item_img::after {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid #fff;
  bottom: -18px;
  right: -18px;
  line-height: 0.05;
  text-indent: -10px;
  font-size: 1.6rem;
}

.new_item_name {
  font-size: 2rem;
  margin-bottom: 12px;
}

.new_item_name b {
  background: linear-gradient(transparent 80%, #fbc6c6 0);
  background-position-y: bottom 1px;
}

/*----------------------------------------------------------
-----------------------article------------------------------
----------------------------------------------------------*/
.article {
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.article_item {
  width: calc((100% - 88px) / 3);
  margin-right: 44px;
  margin-bottom: 24px;
}

.article_item:last-child, .article_item:nth-child(3n) {
  margin-right: 0;
}

.article_item_img::before {
  width: 66px;
  height: 66px;
}

.article_item_img::after {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid #fff;
  bottom: -18px;
  right: -18px;
  line-height: 0.05;
  text-indent: -10px;
  font-size: 1.6rem;
  z-index: 2;
}

.article_item_name {
  font-size: 2rem;
  margin-bottom: 12px;
}

.article_item_name b {
  background: linear-gradient(transparent 80%, #fbc6c6 0);
  background-position-y: bottom 1px;
}

/*----------------------------------------------------------
-----------------------purchase---------------------------
----------------------------------------------------------*/
.purchase {
  margin-bottom: 56px;
}

.purchase .contents {
  padding: 36px 64px;
}

.purchase_title {
  font-size: 3rem;
  margin-bottom: 30px;
}

.purchase_head {
  font-size: 1.6rem;
  padding: 26px 24px;
}

.purchase_box {
  min-height: 254px;
  padding: 48px 30px;
  padding-right: 262px;
}

.purchase_box > img {
  bottom: 0;
  right: -12px;
}

.purchase.noBg .purchase_box {
  padding: 48px 30px;
}

.purchase_induction {
  font-size: 1.8rem;
  margin: 20px 0;
}

.purchase_list li {
  font-size: 1.8rem;
  padding: 8px 0;
  padding-left: 32px;
  background-size: 24px 23px;
  background-position: left 6px;
  margin-bottom: 6px;
}

.purchase_link {
  padding: 24px 32px;
  font-size: 1.8rem;
  margin-top: 28px;
}

/*----------------------------------------------------------
-----------------------footer-------------------------------
----------------------------------------------------------*/
.footer .contents {
  padding: 44px 0 30px;
}

.footer_title {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.footer_title span.icon_menu {
  margin-right: 8px;
  font-size: 2.4rem;
  vertical-align: -4px;
}

.footer_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.footer_list {
  width: 50%;
}

.footer_list li {
  margin-bottom: 10px;
}
