@charset "UTF-8";

/* ---------------------------------------------------------------

	Suicaのペンギングッズ用CSS
	/shop/e/esuicapg/

	01.基本・汎用クラス
	02.コンテンツ

	PCページのfont-sizeの基本16px
	SPページのfont-sizeの基本14px

--------------------------------------------------------------- */
/*$defFs: 16px;
@function toRem($fs: $defFs) {
	@return $fs / $defFs + rem;
}*/
/* ---------------------------------------------------------------

	01.基本・汎用クラス

--------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

.esuicapg-contents *,
.esuicapg-contents *::before,
.esuicapg-contents *::after {
  box-sizing: content-box;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {

  .esuicapg-contents *,
  .esuicapg-contents *::before,
  .esuicapg-contents *::after {
    box-sizing: content-box;
    font-size: 14px;
  }
}


.esuicapg-contents {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .esuicapg-contents {
    width: 782px;
  }
}

@media only screen and (max-width: 640px) {

  .contents_,
  .mainframe_ {
    width: 100% !important;
  }
}

.event_name_,
.category_name_,
.event_name_header_ {
  display: none !important;
}

/* パン屑 */
.mainframe_ .navitopicpath_:first-child {
  margin: 0;
}

header~.wrapper_ .navitopicpath_ {
  margin-top: 0 !important;
}

.contentWrapper * {
  box-sizing: border-box;
}

.contentWrapper *::before,
.contentWrapper *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

.hp_pcOnly {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .hp_pcOnly {
    display: none;
  }
}

.hp_spOnly {
  display: none;
}

@media only screen and (max-width: 640px) {
  .hp_spOnly {
    display: inline-block;
  }
}

@media only screen and (max-width: 640px) {
  .image_sp_w100 {
    width: 100%;
    height: auto;
  }
}

/* margin */
.hp_mb0 {
  margin-bottom: 0 !important;
}

.hp_mb5 {
  margin-bottom: 5px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 640px) {
  .hp_mb40-sp {
    margin-bottom: 40px !important;
  }
}

.hp_mt5 {
  margin-top: 5px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mt15 {
  margin-top: 15px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt25 {
  margin-top: 25px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 640px) {
  .hp_mt30-sp {
    margin-top: 30px !important;
  }
}

/* font-size */
.hp_fontSize80 {
  font-size: 80%;
}

.hp_fontSize120 {
  font-size: 120%;
}

.hp_fontSize140 {
  font-size: 140%;
}

/* font-family */
.hp_fontFamily {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  /*line-height: 1.8;*/
  font-feature-settings: "palt";
  /*letter-spacing: .08em;*/
  font-size: 1rem;
}

/* キャプション */
.bl_captionList>li {
  margin-top: .2em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem !important;
}

/* もっと見るボタン */
.more_btn_ a:hover {
  text-decoration: none !important;
}

/* ---------------------------------------------------------------

	02.コンテンツ

--------------------------------------------------------------- */
.contentsSemiTop {
  background: #E8E5DD;
}

/* 見出し */
.esuicapg-contents>section {
  margin-top: 100px;
}

@media only screen and (max-width: 640px) {
  .esuicapg-contents>section {
    margin-top: 50px;
  }
}

.esuicapg-contents .el_subTtl {
  margin: 0 auto 30px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .esuicapg-contents .el_subTtl {
    margin-bottom: 30px;
  }
}

.esuicapg-contents .el_subTtl>img {
  max-width: 420px;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .esuicapg-contents .el_subTtl>img {
    width: 80%;
  }
}

/* メインビジュアル */
.obj {
  display: inline-block;
  position: absolute;
}

.kv {
  /*margin-bottom: 140px;*/
  position: relative;
  padding-bottom: 20px;
  background: #E8E5DD;
}

@media only screen and (max-width: 640px) {
  .kv {
    padding-bottom: 90px;
    /*margin-bottom: 30px;*/
  }
}

.kv .kv-inner {
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/awnings1.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 393px;
  display: block;
  text-align: center;
  background-position: center bottom;
}

@media only screen and (max-width: 640px) {
  .kv .kv-inner {
    height: 49.733%;
    background-size: cover;
  }
}

.kv .kv-obj .credit {
  color: #8B8B8B;
  font-size: 0.75em;
  top: 5px;
  right: 10px;
}

@media only screen and (max-width: 640px) {
  /*.kv .kv-obj .credit {
    bottom: -10px;
    top: inherit;
  }*/
}

.kv .kv-obj .obj01 {
  width: 188px;
  height: 199px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/pen-eki.png) no-repeat;
  background-size: 100%;
  bottom: -16%;
  right: 17%;
}

.kv .kv-obj .obj01::before {
  content: '';
  width: 125px;
  height: 88px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/tit-comment.png) no-repeat;
  background-size: 100%;
  /*right: 0;
  top: 0;*/
  display: inline-block;
  margin-left: 180px;
}

@media only screen and (max-width: 640px) {
  .kv .kv-obj .obj01 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 37.333%;
  }

  .kv .kv-obj .obj01::before {
    margin-left: 34vw;
    margin-top: -8vw;
  }
}

.kv .kv-obj .obj03 {
  max-width: 125px;
  height: 88px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/tit-comment.png) no-repeat;
  background-size: 100%;
  bottom: 12%;
  right: 2.5%;
  width: 40%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .kv .kv-obj .obj03 {
    width: 40%;
    height: auto;
  }
}

.kv .kv-obj .obj04 {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: #fff 5px solid;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/header_item1.jpg) no-repeat;
  background-size: 100%;
  top: 7%;
  left: 5%;
}

@media only screen and (max-width: 640px) {
  .kv .kv-obj .obj04 {
    width: 28vw;
    height: 28vw;
    bottom: 34vw;
    top: inherit;
  }
}

.kv .kv-obj .obj05 {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: #fff 5px solid;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/header_item2.jpg) no-repeat;
  background-size: 100%;
  top: 10.5%;
  right: 4%;
}

@media only screen and (max-width: 640px) {
  .kv .kv-obj .obj05 {
    width: 23.86vw;
    height: 23.86vw;
    bottom: 5.5%;
    top: inherit;
    right: 3vw;
  }
}

.kv .kv-obj .obj06 {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: #fff 5px solid;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/header_item4.jpg) no-repeat;
  background-size: 100%;
  top: 46%;
  left: 3%;
}

@media only screen and (max-width: 640px) {
  .kv .kv-obj .obj06 {
    width: 21.73vw;
    height: 21.73vw;
    top: inherit;
    bottom: 10px;
    left: 4vw;
  }
}

.kv h1 {
  padding-top: 30px;
  margin-top: 0;
}

.kv h1>img {
  max-width: 469px;
}

@media only screen and (max-width: 640px) {
  .kv h1 {
    padding-top: 20px;
  }

  .kv h1>img {
    width: 90%;
  }
}

/* アンカーリンク */
.el_navLink {
  /*padding: 0 3.836% 0;*/
  padding: 80px 3.836% 0;
}

@media only screen and (max-width: 640px) {
  .el_navLink {
    /*padding: 0 4% 0;*/
    padding: 50px 4% 0;
  }
}

.el_navLink ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  /*li:last-of-type {
  	margin-bottom: 0;
  	> a {
  		background: none;
  		width: 253px;
  		min-height: 96px;
  		padding: 15px 15px;
  		@include sp {
  			background: none !important;
  			width: calc(100% - 4px);
  			min-height: inherit;
  			padding: 15px 0;
  			border: #639073 2px solid;
  		}
  		div {
  			margin-top: 0;
  			@include sp {
  				margin-top: 0;
  				flex-direction: column;
  			}
  		}
  	}
  }*/
}

@media only screen and (max-width: 640px) {
  .el_navLink ul {
    justify-content: flex-start;
  }
}

.el_navLink ul li {
  width: calc((100% - 30px) / 3);
}

@media only screen and (max-width: 640px) {
  .el_navLink ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.el_navLink ul li:nth-of-type(2) {
  margin: 0 15px;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul li:nth-of-type(2) {
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .el_navLink ul li:nth-of-type(odd) {
    margin: 0 0 20px;
  }
}

.el_navLink ul a {
  text-decoration: none;
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/nav_circle.png"), url("/html/upload/user_data/feature/suicapenguin/img/rn/nav_circle.png"), url("/html/upload/user_data/feature/suicapenguin/img/rn/nav_circle.png"), url("/html/upload/user_data/feature/suicapenguin/img/rn/nav_circle.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 8px top 8px, right 8px top 8px, left 8px bottom 8px, right 8px bottom 8px;
  background-size: 8px 8px, 8px 8px, 8px 8px, 8px 8px;
  background-color: #fff;
  min-height: 120px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  display: block;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a {
    width: 88%;
    border-radius: 10px;
    display: block;
    min-height: inherit;
    padding: 4% 8% 4% 4%;
  }
}

.el_navLink ul a:hover {
  color: #1A1311;
  transition: .2s;
}

.el_navLink ul a.menu_ctg:hover {
  background-color: #EEF459;
}

.el_navLink ul a.menu_pick:hover {
  background-color: #77D0EF;
}

.el_navLink ul a.menu_rank:hover {
  background-color: #9CCFB4;
}

.el_navLink ul a div {
  display: flex;
  flex-direction: column;
  margin-top: -60px;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a div {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a div span {
    width: 35vw;
    text-align: left;
  }
}

.el_navLink ul a .menu_img {
  display: inline-block;
  padding: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a .menu_img {
    background-size: contain;
  }
}

.el_navLink ul a .menu_img.menu1 {
  width: 64px;
  height: 66px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu1-icon.png);
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a .menu_img.menu1 {
    width: 13.06vw;
    height: 13.06vw;
    background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu1-icon.png);
    background-size: 85%;
    background-position: center;
  }
}

.el_navLink ul a .menu_img.menu2 {
  width: 96px;
  height: 65px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu2-icon.png);
  background-position: bottom;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a .menu_img.menu2 {
    width: 13.06vw;
    height: 13.06vw;
    background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu2-icon.png);
    background-size: contain;
    background-position: center;
  }
}

.el_navLink ul a .menu_img.menu3 {
  width: 44px;
  height: 63px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu3-icon.png);
  background-position: bottom;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a .menu_img.menu3 {
    width: 13.06vw;
    height: 13.06vw;
    background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu3-icon.png);
    background-size: 75%;
    background-position: center;
  }
}

.el_navLink ul a .menu_txt {
  max-width: 189px;
  width: 100%;
  height: 40px;
  margin: 5px auto;
  display: block;
  /*&.menu_txt4 {
  	width: 253px;
  	height: 30px;
  	background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu_txt4.png);
  	}*/
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a .menu_txt {
    margin: 0 10px;
    display: block;
  }
}

.el_navLink ul a .menu_txt.menu_txt1 {
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu_txt1.png);
  background-position: center bottom;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a .menu_txt.menu_txt1 {
    background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu_txt1_sp.png);
    background-position: center;
    width: 39.13vw;
    height: 8.8vw;
  }
}

.el_navLink ul a .menu_txt.menu_txt2 {
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu_txt2.png);
  background-position: center bottom;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a .menu_txt.menu_txt2 {
    background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu_txt2_sp.png);
    background-position: center;
    width: 21.71vw;
    height: 8.8vw;
  }
}

.el_navLink ul a .menu_txt.menu_txt3 {
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu_txt3.png);
  background-position: center bottom;
}

@media only screen and (max-width: 640px) {
  .el_navLink ul a .menu_txt.menu_txt3 {
    background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/menu_txt3_sp.png);
    background-position: center;
    width: 21.71vw;
    height: 8.8vw;
  }
}

.el_navLink ul a span {
  font-size: 1.6rem;
}


/* アロー */
.arrow_btm {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.arrow_btm::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: solid 3px #1A1311;
  border-right: solid 3px #1A1311;
  position: absolute;
  bottom: 20px;
  left: 48%;
  transform: rotate(135deg);
}

@media only screen and (max-width: 640px) {
  .arrow_btm::after {
    bottom: 46%;
    right: 5%;
    left: inherit;
  }
}

.arrow_rit {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.arrow_rit::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: solid 3px #1A1311;
  border-right: solid 3px #1A1311;
  position: absolute;
  bottom: 1em;
  right: 0;
  transform: rotate(45deg);
}

/* カテゴリー */
#category {
  padding-top: 29.4%;
}

@media only screen and (max-width: 640px) {
  #category {
    padding-top: 48.4%;
  }
}

.bl_category {
  background: #f6fa83;
  padding: 85px 30px 20px 30px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .bl_category {
    padding: 85px 5% 20px 5%;
  }
}

.bl_category .bl_category_obj .obj01 {
  width: 121px;
  height: 174px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/pen-cate1.png) no-repeat;
  background-size: 100%;
  top: -135px;
  left: 12%;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_obj .obj01 {
    width: 22.47vw;
    height: 33vw;
    top: -24vw;
    left: 4.2vw;
  }
}

.bl_category .bl_category_obj .obj02 {
  width: 130px;
  height: 131px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/pen-cate2.png) no-repeat;
  background-size: 100%;
  top: -100px;
  right: 10%;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_obj .obj02 {
    width: 22.96vw;
    height: 23.07vw;
    top: -16.333vw;
    right: 4vw;
  }
}

.bl_category h2 {
  text-align: center;
  margin-bottom: 30px;
  position: absolute;
  left: 50%;
  top: -159px;
  width: 348px;
  height: 174px;
  border-radius: 174px 174px 0 0;
  background-color: #f6fa83;
  border-bottom: none;
  padding-top: 55px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .bl_category h2 {
    left: 50%;
    top: -33.865vw;
    width: 67.73vw;
    height: 33.865vw;
    border-radius: 33.865vw 33.865vw 0 0;
    padding-top: 12vw;
  }
}

.bl_category h2 i {
  width: 204px;
  height: 93px;
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_category.png");
}

@media only screen and (max-width: 640px) {
  .bl_category h2 i {
    width: 41.87vw;
    height: 21.07vw;
  }
}

.bl_category h2 span {
  display: block;
}

@media only screen and (max-width: 640px) {
  .bl_category h2 span {
    display: block;
  }
}

.bl_category .bl_category_list {
  margin-bottom: 60px;
  margin-left: 15px;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list {
    margin-bottom: 60px;
    margin-left: 0;
  }
}

.bl_category .bl_category_list:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list:last-child {
    margin-bottom: 0;
  }
}

.bl_category .bl_category_list h3 {
  background: #9CCFB4;
  color: #fff;
  position: relative;
  padding: 20px 0 20px 145px;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list h3 {
    padding: 15px 0 15px 34.492vw;
  }
}

.bl_category .bl_category_list h3::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 137px;
  height: 137px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  left: -15px;
  top: -15px;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list h3::before {
    width: 26.086vw;
    height: 26.086vw;
    left: 4vw;
    top: -5vw;
  }
}

.bl_category .bl_category_list h3 {
  margin: 0;
}

.bl_category .bl_category_list h3.category_stationary::before {
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/category_item1.jpg);
}

.bl_category .bl_category_list h3.category_home::before {
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/category_item2.jpg");
}

.bl_category .bl_category_list h3.category_foods::before {
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/category_item3.jpg);
}

.bl_category .bl_category_list h3.category_fashion::before {
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/category_item4.jpg);
}

.bl_category .bl_category_list h3 i.category_head1 {
  width: 175px;
  height: 39px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/category_header1.png);
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list h3 i.category_head1 {
    width: calc(100% - 12.492vw);
    height: 10.434vw;
    display: block;
  }
}

.bl_category .bl_category_list h3 i.category_head2 {
  width: 224px;
  height: 39px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/category_header2.png);
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list h3 i.category_head2 {
    width: calc(100% - 3.492vw);
    height: 10.434vw;
    display: block;
  }
}

.bl_category .bl_category_list h3 i.category_head3 {
  width: 95px;
  height: 39px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/category_header3.png);
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list h3 i.category_head3 {
    width: calc(100% - 30.492vw);
    height: 10.434vw;
    display: block;
  }
}

.bl_category .bl_category_list h3 i.category_head4 {
  width: 124px;
  height: 39px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/category_header4.png);
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list h3 i.category_head4 {
    width: calc(100% - 21.492vw);
    height: 10.434vw;
    display: block;
  }
}

.bl_category .bl_category_list h3 span {
  vertical-align: bottom;
  line-height: 1.8em;
  padding-left: 0.5em;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list h3 span {
    padding-left: 0;
    font-size: 3.6vw;
  }
}

.bl_category .bl_category_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px 20px 10px 145px !important;
  min-height: 90px;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list ul {
    flex-direction: column;
    padding: 2vw 35px 2vw !important;
    min-height: 45px;
  }
}

.bl_category .bl_category_list ul li {
  width: 48%;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list ul li {
    width: 100%;
    font-size: 3.6vw;
  }
}

.bl_category .bl_category_list ul li a {
  display: inline-block;
  padding-right: 2.5em;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .bl_category .bl_category_list ul li a {
    text-decoration: none;
  }
}

.bl_category .bl_category_list ul li a:hover {
  text-decoration: underline;
}

/* ピックアップ */
.event_title_ {
  position: relative;
}

/*.delete_next_ttl + .event_ > .event_title_:first-of-type {display:none;}*/
div.event_ h2.event_title_::after {
  background-color: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
}

div.event_:first-of-type>h2.event_title_,
div.event_:nth-type(2)>h2.event_title_ {
  font-size: 0 !important;
  padding: 0;
}

.shoppage_wrap_ span.title_desing_line_ {
  display: none;
}

.event_title_:first-of-type {
  font-size: 0 !important;
  white-space: nowrap;
  border-bottom: none !important;
  padding: 0;
  background: url("/html/upload/user_data/feature/suicapenguin/img/rn/awnings2.png") center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .event_title_:first-of-type {
    background-size: 160%;
    height: 45.6vw;
    margin-bottom: 40px;
    font-size: 0 !important;
  }
}

.event_title_:first-of-type::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 162px;
  height: 113px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_pickup.png") !important;
  background-color: transparent;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .event_title_:first-of-type::before {
    width: 43.066vw;
    height: 30.466vw;
    left: 50%;
    top: 55%;
    background-color: inherit;
  }
}

.event_title_:first-of-type::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 477px !important;
  height: 168px !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 51% !important;
  bottom: -20px !important;
  transform: translateX(-50%);
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_pickup_pg.png") !important;
  background-color: inherit !important;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .event_title_:first-of-type::after {
    width: 84.66vw !important;
    height: 29.86vw !important;
    left: 52% !important;
    bottom: -20px !important;
    background-color: inherit !important;
  }
}

.event_title_:nth-of-type(2) {
  font-size: 0 !important;
  white-space: nowrap;
  border-bottom: none !important;
  margin-bottom: 20px;
  padding: 0;
  background: url("/html/upload/user_data/feature/suicapenguin/img/rn/awnings3.png") center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .event_title_:nth-of-type(2) {
    background-size: 160%;
    height: 45.6vw;
    margin-bottom: 35px;
    font-size: 0 !important;
  }
}

.event_title_:nth-of-type(2)::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 182px;
  height: 113px;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_ranking.png") !important;
  background-color: transparent;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .event_title_:nth-of-type(2)::before {
    width: 43.066vw;
    height: 30.466vw;
    left: 50%;
    top: 55%;
    background-color: inherit;
  }
}

.event_title_:nth-of-type(2)::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 516px !important;
  height: 174px !important;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 50% !important;
  bottom: -20px !important;
  transform: translateX(-50%);
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_ranking_pg.png") !important;
  background-color: inherit !important;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .event_title_:nth-of-type(2)::after {
    width: 90.53vw !important;
    height: 30.53vw !important;
    border-radius: 10px;
    left: 48% !important;
    bottom: -20px !important;
    background-color: inherit !important;
  }
}




#group_5506 h3,
#group_5505 h3 {
  font-size: 0!important;
  padding: 0;
	position: relative;
}

.shoppage_wrap_ span.title_desing_line_ {
  display: none;
}

#group_5506 h3 {
  font-size: 0 !important;
  white-space: nowrap;
  border-bottom: none !important;
  padding: 0;
  background: url("/html/upload/user_data/feature/suicapenguin/img/rn/awnings2.png") center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #group_5506 h3 {
    background-size: 160%;
    height: 45.6vw;
    margin-bottom: 40px;
    font-size: 0!important;
  }
}
#group_5506 h3::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 162px;
  height: 113px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_pickup.png") !important;
  background-color: transparent;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  #group_5506 h3::before {
    width: 43.066vw;
    height: 30.466vw;
    left: 50%;
    top: 55%;
    background-color: inherit;
  }
}
#group_5506 h3::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 477px !important;
  height: 168px !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 51% !important;
  bottom: -20px !important;
  transform: translateX(-50%);
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_pickup_pg.png") !important;
  background-color: inherit !important;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #group_5506 h3::after {
    width: 84.66vw !important;
    height: 29.86vw !important;
    left: 52% !important;
    bottom: -20px !important;
    background-color: inherit !important;
  }
}

#group_5505 h3 {
  font-size: 0 !important;
  white-space: nowrap;
  border-bottom: none !important;
  margin-bottom: 20px;
  padding: 0;
  background: url("/html/upload/user_data/feature/suicapenguin/img/rn/awnings3.png") center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  #group_5505 h3 {
    background-size: 160%;
    height: 45.6vw;
    margin-bottom: 35px;
    font-size: 0!important;
  }
}
#group_5505 h3::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 182px;
  height: 113px;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_ranking.png") !important;
  background-color: transparent;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  #group_5505 h3::before {
    width: 43.066vw;
    height: 30.466vw;
    left: 50%;
    top: 55%;
    background-color: inherit;
  }
}
#group_5505 h3::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 516px !important;
  height: 174px !important;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  left: 50% !important;
  bottom: -20px !important;
  transform: translateX(-50%);
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_ranking_pg.png") !important;
  background-color: inherit !important;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
 #group_5505 h3::after {
    width: 90.53vw !important;
    height: 30.53vw !important;
    border-radius: 10px;
    left: 48% !important;
    bottom: -20px !important;
    background-color: inherit !important;
  }
}


/* Suicaのペンギンについて */
.bl-about {
  padding-top: 180px !important;
}

@media only screen and (max-width: 640px) {
  .bl-about {
    padding-top: 40vw !important;
  }
}

.case {
  position: relative;
  padding: 60px 0 60px 0;
  background-color: #e8e5dd;
  z-index: 1;
  border-top: solid 14px #9CCFB4;
}

@media only screen and (max-width: 640px) {
  .case {
    padding: 60px 5% 60px 5%;
  }
}

.case .tip {
  position: absolute;
  left: 50%;
  top: -185px;
  width: 314px;
  height: 171px;
  border-radius: 171px 171px 0 0;
  background-color: #e8e5dd;
  margin: 0 0 0 -171px;
  border: solid 14px #9CCFB4;
  border-bottom: none;
  box-sizing: content-box;
}

@media only screen and (max-width: 640px) {
  .case .tip {
    left: 50%;
    top: -34.2vw;
    width: 60.33vw;
    height: 32.66vw;
    border-radius: 32.66vw 32.66vw 0 0;
    margin: 0 0 0 -32.66vw;
  }
}

.case .tip span {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 172px;
  height: 130px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/ttl_aboutsuica.png);
}

@media only screen and (max-width: 640px) {
  .case .tip span {
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    width: 32.93vw;
    height: 25.86vw;
  }
}

.case .tip p {
  position: absolute;
  bottom: -30px;
  left: 22%;
}

@media only screen and (max-width: 640px) {
  .case .tip p {
    bottom: -4em;
    left: 50%;
    transform: translate(-50%, -50%);
    width: inherit;
    text-align: center;
  }
}

.case .note {
  font-weight: normal;
  margin: 40px auto 0 auto;
  max-width: 545px;
}

.case .note>p {
  line-height: 1.6em;
}

.case .bl_about_obj .obj01 {
  width: 77px;
  height: 114px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/pen_ab1.png) no-repeat;
  background-size: 100%;
  top: -19.5%;
  left: 17%;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .case .bl_about_obj .obj01 {
    width: 13.6vw;
    height: 20.26vw;
    top: -9vw;
    left: 9vw;
  }
}

.case .bl_about_obj .obj02 {
  width: 94px;
  height: 180px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/pen_ab2.png) no-repeat;
  background-size: 100%;
  top: -39%;
  right: 15%;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .case .bl_about_obj .obj02 {
    width: 16.666vw;
    height: 32vw;
    top: -21vw;
    right: 7vw;
  }
}

.imageobj {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

@media only screen and (max-width: 640px) {
  .imageobj {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
}

/* 注目のSHOP */
.bl_focusShop {
  position: relative;
}

.bl_focusShop .bl_focusShop_obj .obj01 {
  width: 104px;
  height: 130px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/pen-bag.png) no-repeat;
  background-size: 100%;
  top: 20px;
  left: 2%;
  z-index: 1;
  position: absolute;
}

.bl_focusShop h2 {
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background-color: #9ccfb4;
}

@media only screen and (max-width: 640px) {
  .bl_focusShop h2 {
    width: 33.86vw;
    height: 33.86vw;
  }
}

.bl_focusShop h2::before {
  content: '';
  width: 104px;
  height: 130px;
  background: url(/html/upload/user_data/feature/suicapenguin/img/rn/pen-bag.png) no-repeat;
  background-size: 100%;
  top: 20px;
  left: -120px;
  z-index: 1;
  position: absolute;
}

@media only screen and (max-width: 640px) {
  .bl_focusShop h2::before {
    width: 20.93vw;
    height: 26.13vw;
    top: 30px;
    left: -22.93vw;
  }
}

.bl_focusShop h2 .bl_focusShop_ttlinner {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  .bl_focusShop h2 .bl_focusShop_ttlinner {
    top: 48%;
    left: 50%;
  }
}

.bl_focusShop h2 .bl_focusShop_ttlinner i {
  width: 104px;
  height: 54px;
  background-image: url("/html/upload/user_data/feature/suicapenguin/img/rn/ttl_focusshop.png?ver=20240516171747");
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  .bl_focusShop h2 .bl_focusShop_ttlinner i {
    width: 25.86vw;
    height: 11.2vw;
  }
}

.bl_focusShop h2 .bl_focusShop_ttlinner span {
  display: block;
}

@media only screen and (max-width: 640px) {
  .bl_focusShop h2 .bl_focusShop_ttlinner span {
    font-weight: normal;
  }
}

/* プレゼント */
.bl_presentWrapper {
  margin-top: 30px;
  padding: 20px;
  background-image: url(/html/upload/user_data/feature/suicapenguin/img/rn/bg_yellow.png);
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  border: 4px #FFCF02 solid;
}

@media only screen and (max-width: 640px) {
  .bl_presentWrapper {
    margin-top: 15px;
    /*text-align: left;*/
  }
}

.bl_presentWrapper::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px #FFCF02 solid;
  position: absolute;
  left: 4px;
  top: 4px;
}

.bl_presentWrapper>p {
  font-weight: bold;
  /*& > strong { color: $c_blue; }*/
}

/* クーポン */
.bl_couponWrapper {
  padding: 30px;
  background-color: #e4efe1;
}

@media only screen and (max-width: 640px) {
  .bl_couponWrapper {
    padding: 15px;
  }
}

.bl_coupon {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border: 15px #d8e6d4 solid;
  position: relative;
  /* クーポン配布終了時 */
}

@media only screen and (max-width: 640px) {
  .bl_coupon {
    padding: 15px;
    border-width: 8px;
  }
}

.bl_couponTtl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .2em 2em;
  color: #333;
  font-size: 1.3125rem;
  font-weight: bold;
  background: #edd86d;
  position: relative;
  transform: translate(-35px, -5px);
}

@media only screen and (max-width: 640px) {
  .bl_couponTtl {
    transform: translate(-23px, -10px);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.bl_couponTtl {
  width: 12em;
  text-align: left;
}

.bl_couponTtl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.44375rem 0.65625rem 1.44375rem 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.bl_couponTxt {
  font-size: 1.125rem;
}

.bl_couponTxt>strong {
  font-size: 1.25rem;
  font-weight: bold;
  color: #24416d;
}

.bl_couponCode {
  max-width: 20em;
  margin: .4em auto;
  padding: .4em;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #2e8467;
}

.bl_coupon.is-end::before {
  display: block;
  margin-bottom: 1em;
  content: "※配布終了いたしました";
  color: #ef0033;
}

@media (min-width: 641px) {
  .bl_coupon.is-end::before {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.bl_coupon.is-end .bl_couponCode {
  text-decoration: line-through;
}

/* ショップのおすすめ特集 */
.bl_featureList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -30px 15px 80px;
}

@media only screen and (max-width: 640px) {
  #content.gift .bl_featureList {
    margin: -15px 15px 0;
  }
}

.bl_featureList-shop {
  justify-content: space-between;
}

.bl_featureListItem {
  margin-top: 30px;
}

@media (min-width: 641px) {
  .bl_featureListItem:nth-of-type(2n) {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .bl_featureListItem {
    margin-top: 15px;
  }
}

.bl_featureList-shop .bl_featureListItem {
  flex-basis: 48%;
  /*@include sp {
  	flex-basis: 100%;
  	margin-left: 0 !important;
  }*/
}

.bl_featureListItem>a {
  display: block;
  transition: .3s ease opacity;
}

.bl_featureListItem>a:hover {
  opacity: .8;
}

.bl_featureListItem>a>img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* 特集に関する注意事項 */
.notes_box {
  margin-bottom: 50px;
  padding: 40px;
  background: #f3f3f3;
  font-size: 0.8em;
}

@media only screen and (max-width: 640px) {
  .notes_box {
    padding: 5%;
  }
}

.notes_h {
  margin-bottom: 30px;
  font-size: 174%;
  text-align: center;
}

.notes_list li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

/* 以下、スマホ用 */
@media screen and (max-width: 640px) {

  /*商品一覧*/
  /*.event_title_ {
  	margin: 0 10px;
  }*/
  .more_.event_design_bottom_ p.more_btn_ a {
    border: #0da4b2 1px solid;
    background: #ffffff url("/img/usr/sb/common/shop_arrow.png") 30px center no-repeat;
    background-size: 15px 15px;
  }
}

a.txtLink:link {
  text-decoration: underline;
}

.mB50 {
  margin-bottom: 50px;
}

.btnNormal a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50vh;
  transition: 0.3s;
  background-image: linear-gradient(170deg, #659de6, #5abab8);
  /*&::after {
  	content: '';
  	width: 5px;
  	height: 5px;
  	border-top: 3px solid #333333;
  	border-right: 3px solid #333333;
  	transform: rotate(45deg);
  }*/
}

.btnNormal a:hover {
  text-decoration: none;
  background-image: linear-gradient(-170deg, #659de6, #5abab8);
}


.bnrArea {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .bnrArea {
    padding: 0 20px;
  }

  .bnrArea img {
    max-width: 100%;
  }
}




/* 背景色オーバーライド */
.ec-layoutRole {
  background: #fff;
}

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* 商品紐付けアンカー非表示 */
.ec-featureItems.buttons {
	display: none;
}

/* フリースペースコンテンツ幅オーバーライド */
@media only screen and (max-width: 767px) {
  .ec-featureRole {
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
  }

  .ec-featureRole .ec-featureRole__headdescription {
    margin-left: -18px;
    margin-right: -18px;
    width: 100vw;
  }

  .ec-featureRole__headdescription .event_name_img_ img {
    width: 100% !important;
  }
}

/* フリースペースMV画像オーバーライド */
.event_name_img_ {
  margin-top: 0;
  margin-bottom: 20px !important;
}

/* フリースペースbox-sizingオーバーライド */
/* .epoint21 *,
.epoint21 *::before,
.epoint21 *::after {
	box-sizing: content-box !important;
} */

/* event_goods_listオーバーライド */
#event_goods_list {
  /* width: 782px; */
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #event_goods_list {
    width: 782px;
  }
}

/* event_titleオーバーライド */
.event_title_ {
  margin-top: 40px !important;
  padding-top: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .event_title_ {
    width: 782px;
  }
}

.event_title_ {
  margin-bottom: 30px;
  padding: 15px 0 15px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: #dadada 2px solid;
  clear: both !important;
  position: relative;
}

.event_title_:after {
  width: 80px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #0da4b2;
}

/* event_design_bottom_オーバーライド */
.event_design_bottom_.more_ {
  margin-top: 4px !important;
  margin-bottom: 40px !important;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .event_design_bottom_.more_ {
    width: 782px;
  }
}

.event_design_bottom_.more_ p.more_btn_ {
  text-align: center;
}

.event_design_bottom_.more_ p.more_btn_ a {
  height: 50px;
  width: 240px;
  border: #0da4b2 2px solid;
  border-radius: 25px;
  background: #ffffff url(../../../../../../img/usr/common/arrow_blue_2.png) right 16px center no-repeat;
  padding: 0;
  line-height: 50px;
  font-weight: bold;
  color: #0da4b2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event_design_bottom_.more_ p.more_btn_ a:hover {
  text-decoration: underline !important;
}