nav a::after, .new_item_img::after, .article_item_img::after, .footer_list.underArea li::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;
}

.headerMenu::after, nav {
  transition: all .3s linear;
}

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

.pcOnly {
  display: none;
}

.tabOnly {
  display: none;
}

.pageTitle {
  font-size: 1.8rem;
  padding: 20px 16px 18px;
  margin-bottom: 18px;
}

.title {
  margin-bottom: 14px;
}

.title_img {
  padding: 0 20px;
  padding-right: 20px;
  margin-left: -18px;
}

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

.title a {
  display: none;
}

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

header .contents {
  -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
}

header .logo {
  width: 70%;
  min-width: 70%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}

header .logo img {
  width: 80%;
  display: inline;
}

.headerMenu {
  width: 32px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.headerMenu span {
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
  transition: top .2s .2s linear,transform .2s linear;
}

.headerMenu span:first-child {
  top: 0;
}

.headerMenu span:last-child {
  top: 20px;
}

.headerMenu::after {
  content: 'close';
  font-size: 0.8rem;
  position: absolute;
  bottom: -12px;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.headerMenu.open span {
  transition: top .2s linear,transform .2s .2s linear;
  top: 10px !important;
  transform: rotate(45deg);
}

.headerMenu.open span:first-child {
  transform: rotate(-45deg);
}

.headerMenu.open::after {
  opacity: 1;
}

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

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

/*----------------------------------------------------------
-----------------------nav----------------------------------
----------------------------------------------------------*/
nav {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-flow: column;
      flex-flow: column;
  padding: 0 8px;
}

nav.on {
  opacity: 1;
  pointer-events: auto;
}

nav a {
  font-size: 1.2rem;
  display: block;
  padding: 24px 0 20px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

nav a * {
  font-weight: bold;
}

nav a::after {
  position: absolute;
  content: "\e903";
  margin-top: -0.6rem;
  top: 50%;
  right: 0;
  font-size: 1.2rem;
  color: #ec8787;
}

/*----------------------------------------------------------
--------------------------ranking---------------------------
----------------------------------------------------------*/
.ranking {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 16px;
}

.ranking_wrap {
  width: calc(100% + 24px);
  margin-left: -12px;
  overflow: hidden;
  position: relative;
}

.ranking_item {
  min-width: calc((100% - 40px) / 2);
  margin-right: 12px;
}

.ranking_item:first-child {
  min-width: calc((100% - 24px) / 2);
  padding-left: 12px;
}

.ranking_item:first-child::before {
  left: -8px;
}

.ranking_item:first-child::after {
  left: 20px;
}

.ranking_item:last-child {
  min-width: calc((100% - 24px) / 2);
  padding-right: 12px;
}

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

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

.ranking_item_info {
  font-size: 1.6rem;
}

.ranking_wrap + a {
  display: inline-block;
  margin-top: 24px;
}

.ranking_wrap + a > span {
  margin-right: 8px;
}

.ranking_wrap + a .path2 {
  margin-left: -2px;
}

/*----------------------------------------------------------
-----------------------new----------------------------------
----------------------------------------------------------*/
.new {
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.new_item {
  width: 100%;
  margin-bottom: 24px;
}

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

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

.new_item_category {
  margin-bottom: 4px;
}

.new_item_name {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4px;
}

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

/*----------------------------------------------------------
-----------------------article----------------------------------
----------------------------------------------------------*/
.article {
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.article_item {
  min-width: 1px !important;
  width: 100%;
  margin-right: 0 !important;
  margin-bottom: 24px;
}

.article_item::before {
  top: -16px !important;
  left: -16px !important;
}

.article_item::after {
  top: 9px !important;
  left: 11px !important;
}

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

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

.article_item_category {
  margin-bottom: 4px;
}

.article_item_name {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4px;
}

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

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

.purchase .contents {
  padding: 24px 18px;
}

.purchase_title {
  font-size: 2rem;
  margin-bottom: 24px;
}

.purchase_title span {
  display: inline-block;
  margin-top: 20px;
}

.purchase_head {
  font-size: 1.4rem;
  padding: 14px 12px;
}

.purchase_box {
  padding: 22px 16px;
}

.purchase_box > img {
  display: none;
}

.purchase.noBg .purchase_box {
  padding: 22px 16px;
}

.purchase_induction {
  font-size: 1.4rem;
  margin: 12px 0;
}

.purchase_list li {
  font-size: 1.4rem;
  padding: 4px 0;
  padding-left: 18px;
  background-size: 16px;
  background-position: left 4px;
  margin-bottom: 4px;
}

.purchase_link {
  padding: 18px 32px;
  font-size: 1.6rem;
  margin-top: 22px;
}

/*----------------------------------------------------------
-----------------------breadcrumb---------------------------
----------------------------------------------------------*/
.breadcrumb {
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumb ol {
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.breadcrumb ol li {
  white-space: nowrap;
}

/*----------------------------------------------------------
-----------------------footer-------------------------------
----------------------------------------------------------*/
.footer {
  background: none;
}

.footer .contents {
  padding: 18px 0;
}

.footer_title {
  display: none;
}

.footer_spTitle {
  font-size: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}

.footer_spTitle span {
  margin-right: 8px;
  vertical-align: -2px;
}

.footer_list {
  width: 100%;
}

.footer_list li {
  display: inline-block;
  margin-bottom: 12px;
}

.footer_list li a {
  display: inline-block;
}

.footer_list li:last-child {
  margin-bottom: 0;
}

.footer_list.underArea {
  width: calc(100% + 24px);
  border-top: 2px solid #ec8787;
  padding: 18px 12px 0;
  margin-top: 18px;
  margin-left: -12px;
}

.footer_list.underArea li {
  position: relative;
}

.footer_list.underArea li span {
  display: none;
}

.footer_list.underArea li::after {
  content: "\e903";
  font-size: 10px;
  position: absolute;
  top: 8px;
  left: 8px;
}

small.contents_wrap {
  padding: 14px 0;
  background: #ec8787;
  text-align: center;
}

small.contents_wrap span {
  font-size: 1.2rem;
  color: #fff;
}
