@charset "UTF-8";
/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
.co_red {
  color: #C40000;
}

/***************************/
/**bg */
/***************************/
/********************************************/
/* ttl */
/********************************************/
.emoji_ttl {
  font-size: 2.4rem;
  font-weight: 500;
}

.emoji_ttl span {
  font-size: 1em;
  font-weight: inherit;
}

.emoji_ttl i {
  position: relative;
  top: -0.2em;
  font-size: 0.83em;
}

.ttl_28 {
  margin-bottom: 1em;
  font-size: 2.8rem;
  font-weight: 500;
}

.ttl_24 {
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 500;
}

/********************************************/
/* btn */
/********************************************/
.bg_btn a {
  display: inline-block;
  min-width: 280px;
  padding: 1.2em;
  border: solid 1px #141414;
  border-radius: 30px;
  background-color: #141414;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.6rem;
}

.bg_btn a:hover {
  background-color: #fff;
  color: #141414 !important;
}

.bg_btn.red {
  border-color: #C40000;
  background-color: #C40000;
}

.bg_btn.red:hover {
  color: #C40000 !important;
}

.bg_btn.small_btn a {
  min-width: 150px;
}

.border_btn a {
  display: inline-block;
  min-width: 280px;
  padding: 1.2em;
  border: solid 1px #141414;
  border-radius: 30px;
  background-color: #fff;
  color: #141414;
  text-decoration: none !important;
  text-align: center;
  font-size: 1.6rem;
}

.border_btn a:hover {
  background-color: #141414;
  color: #fff !important;
}

/********************************************/
/* 追加 */
/********************************************/
.object_fit {
  position: relative;
}

.object_fit:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.object_fit img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /********************************************/
  /* ttl */
  /********************************************/
  .emoji_ttl {
    text-align: center;
    font-size: 2.0rem;
  }
  .emoji_ttl span {
    display: inline-block;
    position: relative;
    padding: 0 1.5em;
  }
  .emoji_ttl i.left {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0;
    font-size: 1em;
  }
  .emoji_ttl i.right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    font-size: 1em;
  }
  .ttl_24 {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  /********************************************/
  /* btn */
  /********************************************/
  .bg_btn a {
    display: block;
    min-width: auto;
    padding: 1.2em;
    font-size: 1.4rem;
  }
  .bg_btn.small_btn a {
    min-width: 150px;
  }
}
