@charset "UTF-8";

/*===================================
         fair template 01
=====================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--- common parts width old file ---*/
/* event*/
.btn-event {
  width: 60%;
  height: 50px;
  background-color: #0050ad;
  color: #fff;
  font-size: 20px;
  font-size: 1.8rem;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.btn-event::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .2s, opacity .5s;
}

.btn-event:active::after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}

/* event */
.mod-footer {
  text-align: center;
  padding: 20px;
}



/*--- new style ---*/
article {
  padding-top: 86px;
}
.article-event {
	margin-bottom: 20px;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.fair-contents-item a {
  display: block;
}

/*--- new style ---*/
.g-nav-es-item {
  font-size: 12px;
  font-size: 1.2rem;
  box-sizing: border-box;
  padding: 12px 10px;
  width: 33.333333%;
  color: #333;
  text-decoration: none;
  display: block;
  position: relative;
  letter-spacing: -.01em;
}

.g-nav-es-item.is-active {
  color: #0050AD;
  font-weight: bold;
}

.g-nav-es-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*--- Fall in love ---*/
div.jump-fall_in_love {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

div.jump-A_Cozy_December {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

div.jump-big_sale {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

div.jump-spfeature {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

div.jump-event {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}


.spfeature-nav {
  display: flex;
}

.jump-nav {
  display: flex;
}

.header-bar {
  box-sizing: border-box;
  height: 45px;
  position: relative;
}

.logo-link {
  right: -8px;
  top: 8px;
  width: 85px;
  height: auto;
  position: relative;
  z-index: 12;
}

.logo-link-mangamola {
  right: -5px;
  top: 4px;
  margin-left: 5px;
  width: 120px;
  height: auto;
  position: relative;
  z-index: 12;
}

/*--Newsページ用--*/
.news-title{
  color: #D5364E;
  margin-top: 30px;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}

.news-subtitle{
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}

.news-text{
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
  font-size: 12px;
}

.news-bottom{
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  font-size: 1.2rem;
  font-size: 12px;
}

.news-article{
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: bold;
}

.news-list{
  text-align: left;
  padding-left: 25px;
  padding-right: 10px;
  font-size: 1.2rem;
  font-size: 12px;
}

.giveaway-title{
  color: #bb0707;
  margin-top: 30px;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}

.giveaway-subtitle{
  color: #49c6a8;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
}

.giveaway-text{
  text-align: left;
  padding: 10px 14px;
  font-size: 1.4rem;
  font-size: 14px;
}

.giveaway-top{
  text-align: left;
  padding: 20px 14px 10px 14px;
  font-style: italic;
  font-size: 1.6rem;
  font-size: 16px;
}

.giveaway-subtext{
  text-align: left;
  padding: 10px 14px;
  font-size: 1.2rem;
  font-size: 12px;
}

.giveaway-pack{
  text-align: left;
  padding: 20px 14px;
  font-size: 1.2rem;
  font-size: 12px;
}

.giveaway-list{
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 4px;
  font-size: 1.4rem;
  font-size: 14px;
}

.giveaway-parts{
  text-align: left;
  font-size: 1.3rem;
  font-size: 13px;
  font-weight: bold;
}

.giveaway-section-title{
  color: #bb0707;
  margin-top: 15px;
  font-style: bold;
  font-size: 1.8rem;
  font-size: 18px;
  font-weight: bold;
}