@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: 100% !important;
  height: 40px !important;
  background-color: #fff !important;
  color: #555 !important;
  border: 1px solid #555 !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 38px !important;
  box-shadow: none !important;
}

.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;
  background-color: #f4f4f4;
  padding-top: 30px;
}

.is-fix .g-nav2 {
    display: none;
}

/*--- new style ---*/
article {
  padding-top: 43px;
}

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;
}
