@charset "UTF-8";
/* -------------------------------------------
  extend
------------------------------------------- */
.site-header, .gnav, .container, .pagetop, .site-footer {
  width: 100%;
  min-width: 1000px;
}

.btn-print, .label-kashi, .label-food, .label-sake, .label-zakka, .label-other, .switch-tabs button {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.btn, .bnr, .label,
.icon-aux_login:before,
.icon-aux_logout:before,
.icon-aux_registry:before,
.icon-circle_beige:before,
.icon-circle_pink:before,
.icon-circle_violet:before,
.icon-circle_white:before,
.icon-circle_yellow:before,
.icon-circle_yellow_s:before,
.icon-movie_makercm:before,
.icon-movie_eating:before,
.icon-movie_cooking:before,
.icon-movie_restaurant:before,
.icon-pencil_large_w:before,
.icon-beginner:before,
.fb-share-button, .tweet-btn, .pagination .number a, .pagination .number span {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.bar-more, .site-header, .guide-nav a, .site-footer {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------
  module
------------------------------------------- */
/* link
----------------------------------- */
.imghover-opacity a img:hover,
.header-aux .bnr img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}

.link-more {
  position: relative;
  width: 6em;
  color: #ffb400;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
.link-more:after {
  content: "\00bb";
}
.link-more:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.link-with-underline {
  text-decoration: underline;
}
.link-with-underline:focus,
.link-with-underline:hover {
  text-decoration: none;
}

.bar-more {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #606060;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.bar-more-black {
  border-bottom-color: #000;
  background-color: #222;
  color: #fff;
}
.bar-more-entry {
  background-color: #f3608a;
  color: #fff;
}
.bar-more-campaign {
  background-color: #ffba00;
  color: #fff;
}
.bar-more-mnt {
  background-color: #9bc633;
  color: #fff;
}
.bar-more-enq {
  background-color: #6fb4de;
  color: #fff;
}
.bar-more-recipe {
  background-color: #eeba3f;
  color: #fff;
}
.bar-more-event {
  background-color: #b094de;
  color: #fff;
}
.bar-more-movie {
  background-color: #ff7461;
  color: #fff;
}
.bar-more-prize {
  background-color: #df6a60;
  color: #fff;
}
.bar-more-present {
  background-color: #ff9639;
  color: #fff;
}
.bar-more:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.themename,
.nickname {
  font-size: 13px;
}
.themename span,
.nickname span {
  padding-right: 5px;
}
.themename a,
.nickname a {
  padding-right: 4px;
  color: #ee9200;
}
.themename a:hover,
.nickname a:hover {
  text-decoration: underline;
}

/* button
----------------------------------- */
.btn-wrap {
  width: 100%;
  text-align: center;
}

.btn {
  border: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.btn-square_default, .btn-square_red, .btn-square_blue, .btn-square_yellow, .btn-square_pink, .btn-square_orange, .btn-square_green, .btn-square_gray, .btn-print {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.btn-square_default {
  border-bottom: 2px solid #000;
  background-color: #262626;
  color: #fff;
}
.btn-square_default:hover {
  background-color: #404040;
}

.btn-square_red {
  border-bottom-color: #981700;
  background-color: #e62c2c;
  color: #fff;
}
.btn-square_red:hover {
  background-color: #e94747;
}

.btn-square_blue {
  border-bottom-color: #0c4373;
  background-color: #1d70b7;
}
.btn-square_blue:hover {
  background-color: #2180d1;
}

.btn-square_yellow {
  border-bottom-color: #d79800;
  background-color: #ffb400;
}
.btn-square_yellow:hover {
  background-color: #ffbd1f;
}

.btn-square_pink {
  border-bottom-color: #c1334f;
  background-color: #f4778f;
}
.btn-square_pink:hover {
  background-color: #f693a6;
}

.btn-square_orange {
  border-bottom-color: #caa100;
  background-color: #ffb400;
}
.btn-square_orange:hover {
  background-color: #ffc029;
}

.btn-square_green {
  border-bottom-color: #6aa911;
  background-color: #8bcd2f;
}
.btn-square_green:hover {
  background-color: #99d546;
}

.btn-square_gray {
  border-bottom-color: #303030;
  background-color: #606060;
}
.btn-square_gray:hover {
  background-color: #6f6f6f;
}

.btn-print {
  border-bottom-width: 1px;
  border-bottom-color: #d79800;
  background: #ffb400 url(../images/icon/print.png) center center no-repeat;
}
.btn-print:hover {
  background-color: #ffc333;
}

/* label
----------------------------------- */
.label {
  padding: 6px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.label-notice {
  background-color: #ccc;
}

.label-news {
  background-color: #8d90a7;
}

.label-mnt,
.label-monitor {
  background-color: #9bc633;
}

.label-enq,
.label-enquete {
  background-color: #8cc8ec;
}
.list-btn .label-enquete {
  background-color: #6fb4de;
}

.label-event {
  background-color: #b094de;
}

.label-campaign {
  padding-bottom: 7px;
  background-color: #8abf9f;
  font-size: 11px;
}

.label-contest {
  background-color: #f3608a;
  /*background-color: #fb9ac2;*/
}

.label-recipe {
  background-color: #fac546;
}

.label-prize {
  background-color: #df6a60;
}

.label-present {
  background-color: #ff9639;
}

.label-deadline {
  background-color: #676767;
}

.label-closed {
  border: 1px solid #606060;
  background-color: #fff;
  color: #606060;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar .label-movie {
  background-color: #ff7461;
}
.sidebar .label-recipe {
  background-color: #f4cf77;
}

/* label monitor
----------------------------------- */
.label-kashi, .label-food, .label-sake, .label-zakka, .label-other {
  width: 120px;
  height: 26px;
  background: url(../images/common/label_mnt.gif) no-repeat;
}

.label-food {
  background-position: 0 0;
}

.label-sake {
  background-position: 0 -26px;
}

.label-kashi {
  background-position: 0 -52px;
}

.label-zakka {
  background-position: 0 -78px;
}

.label-other {
  background-position: 0 -104px;
}

/* label movie
----------------------------------- */
.label-makercm,
.label-eating,
.label-cooking,
.label-restaurant {
  width: 120px;
  padding: 3px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.label-makercm {
  background-color: #b44c7b;
}

.label-eating {
  background-color: #f3608a;
}

.label-cooking {
  background-color: #ee9200;
}

.label-restaurant {
  background-color: #82ae46;
}

/* point-label
----------------------------------- */
.point-label .getpoint-label,
.point-label .usepoint-label {
  display: inline-block;
  position: relative;
  padding: 0.1em 0.3em;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
.point-label .getpoint-label + p,
.point-label .usepoint-label + p {
  margin-left: 1.2em;
}
.point-label .getpoint-label + p:before,
.point-label .usepoint-label + p:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: -1.05em;
  margin-top: -0.7em;
}
.point-label .getpoint-label span,
.point-label .usepoint-label span {
  padding: 0 0.1em;
  font-size: 150%;
}

.getpoint-label {
  color: #ff5821;
}

.usepoint-label {
  color: #0094c8;
}

/* アンケ―トのみ */
.page-enquete .list-article .content-name {
  padding-right: 5em;
}
.page-enquete .list-article .point-label {
  top: -5px;
  bottom: none;
}

/* icon
----------------------------------- */
/* header aux */
.icon-aux_login:before,
.icon-aux_logout:before,
.icon-aux_notepc:before,
.icon-aux_registry:before {
  content: "";
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon/header_aux.png);
  background-repeat: no-repeat;
}
.icon-aux_notepc:before {
  width: 25px;
}
.icon-aux_login:before {
  background-position: 0 0;
}

.icon-aux_logout:before {
  background-position: 0 -24px;
}

.icon-aux_notepc:before {
  background-position: 0 -48px;
}
.icon-aux_registry:before {
  background-position: 0 -72px;
}

/* circle */
.icon-circle_beige,
.icon-circle_pink,
.icon-circle_violet,
.icon-circle_white,
.icon-circle_yellow {
  position: relative;
  padding-left: 30px;
}
.icon-circle_beige:before,
.icon-circle_pink:before,
.icon-circle_violet:before,
.icon-circle_white:before,
.icon-circle_yellow:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/circle.png);
  background-repeat: no-repeat;
}

.icon-circle_beige:before {
  background-position: 0 0;
}

.icon-circle_pink:before {
  background-position: -22px 0;
}

.icon-circle_violet:before {
  background-position: -44px 0;
}

.icon-circle_white:before {
  background-position: -66px 0;
}

.icon-circle_yellow:before {
  background-position: -88px 0;
}

.icon-circle_yellow_s {
  position: relative;
  padding-left: 18px;
}
.icon-circle_yellow_s:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-image: url(../images/icon/circle_yellow_s.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* arrrow */
.icon-arrow_r_w,
.icon-arrow_r_b {
  position: relative;
}
.icon-arrow_r_w:after,
.icon-arrow_r_b:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/icon/arrow.png);
  background-repeat: no-repeat;
}

.icon-arrow_r_w:after {
  background-position: 0 0;
}

.icon-arrow_r_b:after {
  background-position: -8px 0;
}

.icon-arrow_l_w,
.icon-arrow_l_b {
  position: relative;
}
.icon-arrow_l_w:before,
.icon-arrow_l_b:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/icon/arrow.png);
  background-repeat: no-repeat;
}

.icon-arrow_l_w:before {
  background-position: 0 -12px;
}

.icon-arrow_l_b:before {
  background-position: -8px -12px;
}

/* movie */
.icon-movie_makercm:before,
.icon-movie_eating:before,
.icon-movie_cooking:before,
.icon-movie_restaurant:before {
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(../images/icon/movie.gif);
  background-repeat: no-repeat;
}

.icon-movie_makercm:before {
  background-position: 0 -1px;
}

.icon-movie_eating:before {
  margin-left: -8px;
  background-position: -22px -2px;
}

.icon-movie_cooking:before {
  background-position: -44px -2px;
}

.icon-movie_restaurant:before {
  margin-right: 8px;
  background-position: -66px -2px;
}

/* pencil */
.icon-pencil_large_w {
  position: relative;
  padding-left: 40px;
}
.icon-pencil_large_w:before {
  content: "";
  position: absolute;
  left: 0;
  width: 31px;
  height: 32px;
  background: url(../images/icon/pencil_lw.png) 0 0 no-repeat;
}

/* beginner */
.icon-beginner {
  position: relative;
  padding-left: 40px;
}
.icon-beginner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 37px;
  margin-top: -8px;
  background: url(../images/icon/beginner.png) 0 0 no-repeat;
}

.icon-thumbsup {
  padding-left: 28px;
  background: url(/images/icon/thumbsup.gif) 0 0 no-repeat;
}


/* title
----------------------------------- */
.title {
  font-size: 20px;
}

.container .title {
  line-height: 1;
}

.category-header,
.border-header {
  padding: 10px;
}

.category-header .title {
  color: #fff;
}

.border-header {
  background-color: #fff;
}

.header-mnt {
  background-color: #7db102;
}

.header-enq {
  background-color: #0d9ac9;
}

.header-recipe {
  background-color: #f6b723;
}

.header-event {
  background-color: #7349b8;
}

.header-movie {
  background-color: #f0452d;
}

.header-prize {
  background-color: #df6a60;
}

.header-present {
  background-color: #ff9639;
}

.header-contest {
  background-color: #f3608a;
}


/* list
----------------------------------- */
/* common */
.list-article {
  background-color: #fff;
}
.list-article > a {
  display: block;
  padding: 20px;
  color: #222;
}
.list-article > a {
  transition: all .25s ease;
}
.list-article > a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.list-article div + .content-name {
  margin-top: 5px;
}
.list-article dl {
  margin: 0;
}
.list-article dl + dl {
  margin-top: 3px;
}
.list-article dt, .list-article dd {
  display: inline;
  font-size: 13px;
}
.list-article dd {
  margin-left: 0;
}
.list-article dd time {
  vertical-align: middle;
}
.list-article dd + dt {
  margin-left: 20px;
}
.list-article p {
  font-size: 14px;
}
.list-article p + dl {
  margin-top: 2px;
}
.list-article .image img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-article .image {
  overflow: hidden;
  width: 118px;
  height: 118px;
  border: 1px solid #ccc;
  text-align: center;
}
.list-article .info {
  position: relative;
}
.list-article .info a:hover {
  text-decoration: underline;
}
.list-article .volume dt:after,
.list-article .date dt:after,
.list-article .seller dt:after,
.list-article .themename dt:after,
.list-article .post-date dt:after,
.list-article .post-count dt:after {
  content: "：";
}
.list-article .deadline dd {
  margin-left: 10px;
}
.list-article .deadline .label {
  width: 70px;
}
.list-article .point-label {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.list-article.end-content {
  border: 1px solid #fff;
  background-color: #ccc;
}
.list-article .list-btn {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 200px;
  height: 40px;
}
.list-article .list-btn .label {
  display: block;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

.list-article .icon-gatya {
  position: absolute;
  right: 0;
  display: inline-block;
}

.content .list-article .icon-gatya {
  top: 0;
}
/* サイドバー内のリストのみ */
.category-nav .list-article .icon-gatya {
  bottom: 0;
}

/* .content 内 */
.content .list-article {
  margin-bottom: 20px;
}
.content .list-article > a {
  border: 1px solid #ccc;
}
.content .list-article > a:hover {
  box-shadow: 0 0 12px #ccc;
}
.content .content-name {
  max-height: 2.8em;
  margin-bottom: 1px;
  padding-right: 2.5em;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}
.content .content-name a {
  color: #222;
}
.content .no-contents {
  padding: 58px 0;
  border: 1px solid #ccc;
}

.thumbnail-list header {
  margin-bottom: 20px;
}
.thumbnail-list .list-article .info {
  width: 440px;
  height: 120px;
}

.no-thumbnail-list header {
  margin-bottom: 20px;
}
.no-thumbnail-list .list-article .info {
  width: 100%;
}

/* enquete list共通 */
.list-enq .content-name {
  margin: 0 0 10px;
  padding-right: 40px;
}

/* レシピをみる、食動画共通 */
.watch-content .list-article .image img,
.posted-recipe .list-article .image img,
.posted-movies .list-article .image img {
  height: 118px;
}

.category-nav .list-article .image img {
  height: 90px;
}

/* ie8以上 */
@media (min-width: 1px) {
  .watch-content .list-article .image,
  .posted-recipe .list-article .image,
  .posted-movies .list-article .image,
  .category-nav .list-article .image {
    position: relative;
  }
  .watch-content .list-article .image img,
  .posted-recipe .list-article .image img,
  .posted-movies .list-article .image img,
  .category-nav .list-article .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* flow
----------------------------------- */
.flow {
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
}
.flow ol {
  list-style: none;
}
.flow li {
  display: table;
  position: relative;
  border: 1px solid #ccc;
}
.flow li + li {
  margin-top: 20px;
}
.flow li + li:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ee9200;
}
.flow li > div {
  display: table-cell;
  vertical-align: top;
}
.flow p {
  font-size: 14px;
}
.flow img {
  vertical-align: middle;
}
.flow > p, .flow > .btn {
  margin-top: 20px;
}
.flow .title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ffcc00;
}
.flow .image {
  width: 94px;
}
.flow .text {
  width: 464px;
  padding: 10px 15px 0;
}
.flow .text a {
  color: #e70;
}
.flow .text a:hover {
  text-decoration: underline;
}
.flow .step-title {
  margin: 0;
  font-size: 18px;
}
.flow .btn-square_red {
  width: 100%;
  padding: 10px 0;
}

/* entry form flow */
.flow-entry-form {
  margin-bottom: 20px;
}
.flow-entry-form li {
  float: left;
  list-style: none;
  position: relative;
  width: 312px;
  height: 50px;
  background-color: #ccc;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
.flow-entry-form li + li {
  margin-left: 12px;
}
.flow-entry-form li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ccc;
}
.flow-entry-form .current {
  background-color: #ffcc00;
}
.flow-entry-form .current + li:before {
  border-left-color: #ffcc00;
}

/* form
----------------------------------- */
.form-required:after {
  content: "\002731";
  vertical-align: super;
  color: #d3381c;
}

i.form-required:after {
  padding-right: 5px;
}

.form .title {
  margin-bottom: 20px;
}
.form table {
  width: 100%;
  border-collapse: collapse;
}
.form table + .title {
  margin-top: 30px;
}
.form th, .form td {
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 13px;
  text-align: left;
}
.form th {
  width: 210px;
}
.form td p {
  font-size: 13px;
}
.form td input + p {
  margin-top: 5px;
}
.form p + table {
  margin-top: 10px;
}
.form form > p {
  font-size: 14px;
}
.form [type="text"],
.form [type="password"],
.form textarea {
  padding: 0.3em;
}
.form [type="radio"],
.form [type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
}
.form textarea {
  width: 480px;
  line-height: 1.3;
}
.form select {
  height: 25px;
  margin: 0 5px 0 10px;
}
.form select:first-child {
  margin-left: 0;
}
.form label {
  margin-right: 10px;
}
.form .supplement {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.form .form-title input,
.form .form-youtubeid input,
.form .email input {
  width: 480px;
}
.form .nickname input {
  width: 300px;
}
.form .form-mailmagazine p {
  margin-bottom: 5px;
}
.form .form-phone-number input {
  width: 60px;
}
.form .form-address div + div {
  margin-top: 10px;
}
.form .form-address .city input {
  width: 300px;
}
.form .form-address .city span + input {
  margin-top: 10px;
}
.form .zip-code input {
  width: 60px;
}
.form .btn-wrap {
  margin-top: 20px;
}
.form .btn-wrap .btn + .btn {
  margin-left: 20px;
}
.form .btn-square_default,
.form .btn-square_red,
.form .btn-square_blue {
  width: 450px;
  padding: 10px 0;
}

.form-mail .title,
.form-complete .title {
  margin-bottom: 20px;
}
.form-mail p,
.form-complete p {
  padding-bottom: 10px;
  font-size: 14px;
}
.form-mail .btn-wrap,
.form-complete .btn-wrap {
  margin-top: 20px;
}
.form-mail .btn-square_default,
.form-mail .btn-square_yellow,
.form-complete .btn-square_default,
.form-complete .btn-square_yellow {
  width: 450px;
  padding: 10px 0;
}

.form-complete h2, .form-complete p {
  text-align: center;
}
.form-complete .btn + .btn {
  margin-left: 20px;
}

.form-enquete th, .form-enquete td {
  vertical-align: top;
}
.form-enquete th {
  line-height: 1.6;
}
.form-enquete label {
  display: block;
  margin-bottom: 2px;
}

/* detail
----------------------------------- */
.detail-wrap {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}
.detail-wrap dt, .detail-wrap dd, .detail-wrap p {
  font-size: 14px;
  line-height: 1.6;
}
.detail-wrap li {
  list-style: none;
}
.detail-wrap dl {
  margin: 0;
}
.detail-wrap dd {
  margin-left: 0;
}
.detail-wrap dt:after {
  content: "：";
}
.detail-wrap p + p, .detail-wrap p + ul, .detail-wrap p + ol {
  margin-top: 1em;
}
.detail-wrap p a {
  color: #ee9200;
  overflow-wrap: break-word;
}
.detail-wrap p a:hover {
  text-decoration: underline;
}
.detail-wrap .note {
  font-size: 13px;
}
.detail-wrap .note li {
  text-indent: -1em;
  margin-left: 1em;
}
.detail-wrap .btn-square_red,
.detail-wrap .btn-square_gray {
  width: 100%;
  padding: 10px 0;
}
.detail-wrap .btn-square_gray:hover {
  background-color: #606060;
}

.detail-header {
  margin-bottom: 1em;
}
.detail-header div, .detail-header dl {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.detail-header div + dl {
  margin-left: 1em;
}
.detail-header dt, .detail-header dd {
  display: inline;
  line-height: 1em;
}
.detail-header dl {
  margin: 0;
}
.detail-header dt:after {
  content: "：";
}
.detail-header dd {
  margin-left: 0;
}

.detail-title {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.3;
}

.detail-info {
  float: right;
  width: 284px;
}
.detail-info ul {
  border-top: 1px dotted #ccc;
}
.detail-info li {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
.detail-info dl {
  display: table;
  width: 100%;
}
.detail-info dt, .detail-info dd {
  display: table-cell;
}
.detail-info dt {
  width: 100px;
}
.detail-info .label-closed {
  margin-bottom: 1.5em;
  width: 100%;
}

.detail-image {
  float: left;
  width: 284px;
}

.event-info {
  margin-bottom: 1em;
}
.event-info dl {
  display: table;
}
.event-info dl + dl {
  margin-top: 0.5em;
}
.event-info dt, .event-info dd {
  display: table-cell;
}
.event-info dt {
  width: 80px;
  padding-right: 10px;
  font-size: 13px;
}
.event-info dt:after {
  content: "";
}
.event-info span {
  display: block;
  width: 100%;
  padding: 2px 0;
  background-color: #606060;
  color: #fff;
  text-align: center;
}

.detail-text {
  margin-bottom: 1em;
}

.detail-wrap .item-list {
  margin-bottom: 1em;
  padding: 1em 0;
  border: 1px dotted #ccc;
  border-right: 0;
  border-left: 0;
}
.detail-wrap .item {
	position: relative;
}
.detail-wrap .item + .item {
  margin-top: 1.5em;
}

.detail-wrap .item-list dl {
	margin-bottom: 0.1em;
}
.detail-wrap .item-list dt, .detail-wrap .item-list dd, .detail-wrap .item-list p {
  font-size: 13px;
}
.detail-wrap .item-list dt, .detail-wrap .item-list dd {
  display: inline;
}
.detail-wrap .item-info {
  min-height: 120px;
  padding-right: 16px;
  padding-left: 152px;
}
.detail-wrap .item-name {
  margin-bottom: 0.3em;
  font-size: 15px;
  line-height: 1.4;
}
.detail-wrap .item-image {
  position: absolute;
  top: 0;
  left: 16px;
  width: 120px;
}
.detail-wrap .item-image img {
  width: 100%;
}
.detail-wrap .share-wrap {
  margin-bottom: 1em;
}

/* share button
----------------------------------- */
.fb-share-button {
  margin: -3px 10px 0 0;
}

.pluginShareButtonLink {
  text-decoration: none;
}


/* modal
----------------------------------- */
.modal-content {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(33,33,33,1);
  -moz-box-shadow: 0px 2px 8px 0px rgba(33,33,33,1);
  box-shadow: 0px 2px 8px 0px rgba(33,33,33,1);
}
.modal-content .border-header {
  padding: 20px;
  border-bottom: 1px solid #f4cf77;
}
.modal-content .title {
  line-height: 1;
}
#modal-overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity="75");
  /*background-color: rgba(0,0,0,0.75);*/
}
.btn-modal_close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

/* modal affiliated site */
#modal-affiliated_site {
  width: 616px;
  height: 344px;
}
#modal-affiliated_site ul {
  overflow: hidden;
  width: 616px;
  height: 284px;
}
#modal-affiliated_site li {
  float: left;
  list-style: none;
  width: 308px;
  height: 95px;
  margin-top: -1px;
  padding: 1px 0;
  border: 1px dotted #ccc;
  border-right-color: #fdfdfd;
  border-bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------
  layout
------------------------------------------- */
.inside {
  width: 1000px;
  margin: 0 auto;
}

/* header
----------------------------------- */
.site-header {
  height: 96px;
  border-top: 8px solid #ffcc00;
  border-bottom: 1px solid #ededed;
  vertical-align: middle;
}
.site-header .inside {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.logo-header {
  margin-top: 15px;
}
.logo-header a {
  display: block;
  height: 58px;
  padding-left: 62px;
  background: url(../images/common/gurumaru.png) 0 2px no-repeat;
}
.header-aux {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  text-align: right;
  vertical-align: middle;
}
.header-aux-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.header-aux .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ececec;
}
.header-aux .point-number {
  display: inline-block;
  margin-right: 8px;
  font-size: 22px;
  font-weight: bold;
}
.header-aux .point-number::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 8px;
  background: transparent url(../images/icon/gp.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
}
.header-aux .point-text {
  display: inline-block;
  padding-bottom: 2px;
  font-size: 13px;
  vertical-align: bottom;
}
.header-aux .expiration-date {
  margin-top: 6px;
  padding: 2px;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.header-aux .btn {
  width: 86px;
  height: 55px;
  padding-top: 15px;
  border-bottom-width: 1px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.header-aux .btn:before {
  display: block;
  margin: 0 auto 4px;
}
.header-aux .bnr {
  width: 180px;
  height: 50px;
  margin-right: 20px;
}
.header-aux .importantlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: 20px;
  margin-left: auto;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  zoom: 1;
}
.importantlink {
  position: relative;
  max-width: 250px;
  padding: 10px 24px 10px 10px;
  border: 1px solid #de2c27;
  color: #de2c27;
  font-size: 12px;
  line-height: 1.4;
}
.importantlink:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #de2c27;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.importantlink:hover {
  text-decoration: underline;
}
.importantlink-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  padding: 2px 6px;
  background-color: #de2c27;
  color: #fff;
  text-decoration: none;
}
.importantlink-label {
  margin-top: 2px;
  flex: 1;
}
_:-ms-lang(x)::-ms-backdrop, .nonmember.header-aux {
  -webkit-transform: translateX(-230px);
  transform: translateX(-230px);
}

/* gnav
----------------------------------- */
.gnav {
  border-bottom: 1px solid #ededed;
}
.gnav .inside {
  border: 1px dotted #ffba00;
  border-top: 0;
  border-bottom: 0;
}
.gnav li {
  float: left;
  width: 250px;
  list-style: none;
  overflow: hidden;
}
.gnav li + li a {
  border-left: 1px dotted #ffba00;
}
.gnav a {
  display: block;
  height: 50px;
  background-color: #fff;
  color: #ffba00;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  transition: all .25s ease;
}
.gnav a:hover,
.page-entry .gnav .nav-entry a,
.page-watch .gnav .nav-watch a,
.page-campaign .gnav .nav-campaign a {
  color: #fff;
  background-color: #ffba00;
}

/* howtosite
----------------------------------- */
.howtosite ul {
  display: table;
  border: 1px dotted #aaa;
  border-top: 0;
  border-bottom: 0;
}
.howtosite li {
  display: table-cell;
  list-style: none;
  width: 332px;
  text-align: center;
  vertical-align: middle;
}
.howtosite li + li {
  border-left: 1px dotted #aaa;
}

.howtosite.nologin {
  padding: 30px 0 28px;
}
.howtosite.nologin ul {
  margin-bottom: 30px;
}
.howtosite.nologin li {
  height: 316px;
}
.howtosite.nologin .btn-square_red {
  width: 460px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 26px;
}

.howtosite.logined {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.howtosite.logined .inside {
  padding: 0 20px;
  width: 960px;
}
.howtosite.logined ul {
  margin-top: 20px;
}
.howtosite.logined li {
  height: 136px;
}

/* mypage
----------------------------------- */
.mypage {
  margin-top: 20px;
}
.mypage .inside {
  padding: 0 20px;
  width: 960px;
}

.profile-content .image {
  width: 128px;
  margin-right: 20px;
}
.profile-content .image + .profile-text {
  margin-left: 1em;
  background-color: #fff;
}
.profile-content .image img {
  width: 100%;
}
.profile-content .info {
  width: 800px;
}
.profile-content .nickname {
  font-size: 20px;
  margin-bottom: 7px;
}
.profile-content .point {
  float: left;
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 90px;
  background-color: #ececec;
}
.profile-content .expiration-date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 18px;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
.profile-content .point-number {
  margin-left: 16px;
  font-size: 14px;
  font-weight: bold;
}
.profile-content .point-number > span {
  margin-right: 8px;
  font-size: 30px;
}
.profile-content .point-number > span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 41px;
  margin-top: -2px;
  margin-right: 8px;
  background: url(../images/icon/gp_l.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
}
.profile-content .mypage-link {
  float: left;
  /*width: 242px;*/
}
.profile-content .mypage-link a {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 108px;
  height: 90px;
  color: #222;
  font-size: 12px;
  text-align: center;
}
.profile-content .mypage-link a + a {
  margin-left: 20px;
  border: 1px solid #ccc;
}
.profile-content .mypage-present {
  position: relative;
  background-color: #ffb400;
}
.profile-content .mypage-present::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #ececec;
  transform: translateY(-50%);
}
.profile-content .mypage-present > div {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #ff9000;
  color: #fff;
  font-size: 12px;
}
.profile-content .mypage-link a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
.profile-content .mypage-link img {
  margin: 10px auto;
  display: block;
}

/* container
----------------------------------- */
.container {
  padding-top: 20px;
  background-color: #ededed;
}
.container > .inside {
  width: 960px;
  padding: 0 20px;
}

/* content
----------------------------------- */
.content {
  float: left;
  width: 620px;
  margin-right: 40px;
}
.content section + section {
  margin-top: 30px;
}
.content section header + p {
  margin-bottom: 20px;
}
.onecolmn-content {
  padding: 20px;
  background-color: #fff;
}
.onecolmn-content + .onecolmn-content {
  margin-top: 20px;
}

.no-contents {
  background-color: #fff;
  text-align: center;
}
.no-contents p {
  font-size: 14px;
}

/* page controller
----------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  color: #606060;
  font-size: 14px;
}
.pagination .number a, .pagination .number span {
  padding: 10px;
}
.pagination .number a {
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all .25s ease;
}
.pagination .number a:hover {
  background-color: #ffba00;
  color: #fff;
}
.pagination .number a + a, .pagination .number a + span {
  margin-left: 5px;
}
.pagination .number span {
  background-color: #606060;
  color: #fff;
}
.pagination .number span + a {
  margin-left: 5px;
}
.pagination .prev,
.pagination .next {
  margin-top: 10px;
}
.pagination .prev:hover,
.pagination .next:hover {
  text-decoration: underline;
}
.pagination .prev {
  float: left;
}
.pagination .prev:before {
  content: "\00ab";
}
.pagination .next {
  float: right;
}
.pagination .next:after {
  content: "\00bb";
}

/* sidebar
----------------------------------- */
.sidebar {
  float: left;
  width: 300px;
}
.sidebar img {
  vertical-align: middle;
}
.sidebar .label {
  width: 100%;
}
.sidebar-title {
  padding: 12px 0 12px 10px;
  background-color: #fff;
  color: #222;
  line-height: 1;
}

.side-banner a {
  display: block;
  margin-bottom: 20px;
}

.side-post-movie {
  margin-bottom: 20px;
}
.side-post-movie a {
  display: block;
  padding: 13px;
  background-color: #ff7461;
  color: #fff;
}
.side-post-movie a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.side-post-movie .getpoint-label {
  margin-left: 15px;
  background-color: #fff;
  font-size: 10px;
}


.side-nav a,
.side-cat-nav a {
  display: block;
  transition: background-color .25s ease;
}

.side-nav .link-guide a {
  padding: 16px 12px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.side-nav ul,
.side-cat-nav ul {
  margin-bottom: 20px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px solid #ccc;
}
.side-nav li,
.side-cat-nav li {
  list-style: none;
}
.side-nav li + li,
.side-cat-nav li + li {
  border-top: 1px dotted #ccc;
}
.side-nav li a,
.side-cat-nav li a {
  padding: 9.5px 0 9.5px 20px;
  background-color: #fff;
  color: #222;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
.side-nav li a:hover,
.side-cat-nav li a:hover {
  background-color: #ffe066;
}
.side-nav .link-more,
.side-cat-nav .link-more {
  margin: -30px 4px 11px auto;
}
.side-nav .link-guide {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.side-nav .link-guide a:hover {
  background-color: #ffe066;
}
.side-nav .favor-movie,
.side-nav .link-guide,
.side-cat-nav .favor-movie {
  margin-bottom: 20px;
}
.side-cat-nav a span {
  display: inline-block;
  vertical-align: middle;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* おすすめ */
.category-nav {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.category-nav .list-article {
  border-top: 1px dotted #ccc;
}
.category-nav .list-article h1 {
  margin-top: 3px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
}
.category-nav .list-article a {
  padding: 10px;
}
.category-nav .list-article .info {
  width: 180px;
  height: 90px;
}
.category-nav .list-article .getpoint-label,
.category-nav .list-article .usepoint-label {
  font-size: 10px;
}
.category-nav .list-article .image {
  overflow: hidden;
  width: 88px;
  height: 88px;
}
.category-nav .no-contents {
  padding: 38px 0;
  border-top: 1px dotted #ccc;
}

/* 記事アーカイブ */
.side-archive-nav {
  background-color: #fff;
}
.side-archive-nav h3 {
  border-bottom: 1px dotted #ccc;
}
.side-archive-nav h4, .side-archive-nav a {
  color: #222;
  font-size: 14px;
}
.side-archive-nav h4 {
  padding: 20px 0 10px 20px;
}
.side-archive-nav ul {
  padding: 0 20px 20px;
  border-bottom: 1px dotted #ccc;
}
.side-archive-nav li {
  list-style: none;
  margin-bottom: 5px;
}
.side-archive-nav li:before {
  content: "\00bb";
  padding-right: 5px;
}
.side-archive-nav a:hover {
  text-decoration: underline;
}

/* ご利用ガイド */
.guide-nav {
  background-color: #fff;
}
.guide-nav .title-guide {
  padding: 16px 12px;
  font-size: 20px;
  line-height: 1;
}
.guide-nav li {
  list-style: none;
}
.guide-nav li li {
  border-bottom: 1px dotted #ccc;
}
.guide-nav li li a {
  font-size: 13px;
  padding-left: 42px;
}
.guide-nav a {
  display: block;
  width: 100%;
  height: 42px;
  color: #222;
  font-weight: bold;
  line-height: 42px;
  transition: all .25s ease;
}
.guide-nav a:hover {
  color: #fff;
  background-color: #ffb400;
}
.guide-nav a:hover:after {
  background-position: 0 0;
}
.guide-nav .icon-circle_yellow {
  padding-left: 42px;
  border-bottom: 1px dotted #ccc;
}
.guide-nav .icon-circle_yellow:before {
  margin-top: 11px;
  margin-left: 12px;
}
.guide-nav .icon-circle_yellow:hover:before {
  background-position: -66px 0;
}
.guide-nav .guide-other {
  border-bottom-style: solid;
}

.page-guide-point .guide-point,
.page-guide-entry .guide-entry,
.page-guide-usepoint .guide-usepoint,
.page-guide-info .guide-info,
.page-guide-faq .guide-faq {
  color: #fff;
  background-color: #ffb400;
}
.page-guide-point .guide-point:before,
.page-guide-entry .guide-entry:before,
.page-guide-usepoint .guide-usepoint:before,
.page-guide-info .guide-info:before,
.page-guide-faq .guide-faq:before {
  background-position: -66px 0;
}
.page-guide-point .guide-point:after,
.page-guide-entry .guide-entry:after,
.page-guide-usepoint .guide-usepoint:after,
.page-guide-info .guide-info:after,
.page-guide-faq .guide-faq:after {
  background-position: 0 0;
}

.sns-widget {
  /* background-color: #fff; */
}

.switch-tabs li {
  float: left;
  width: 150px;
  list-style: none;
}
.switch-tabs button {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #fff;
  background-image: url(../images/sidebar/widget_head.gif);
  background-repeat: no-repeat;
}
.switch-tabs button:active {
  border: 0;
}
.switch-tabs .switch-fb {
  background-position: 0 0;
}
.switch-tabs .switch-tw {
  background-position: -150px 0;
}
html.ie8 .switch-tabs .switch-tw {
  display: none;
}

.widget-fb {
  border: 3px solid #3b579d;
  background-color: #fff;
}

.widget-tw {
  width: 294px;
  border: 3px solid #00b0ed;
  background-color: #00b0ed;
}
.widget-tw > iframe {
  height: 400px !important;
}

.widget-fb,
.widget-tw {
  display: none !important;
  height: 400px;
}
.widget-fb.active,
.widget-tw.active {
  display: block !important;
}

/* pagetop
----------------------------------- */
.pagetop {
  overflow: hidden;
  height: 43px;
  /* margin-top: -100px; */
  padding-top: 230px;
  background-color: #ededed;
}
.pagetop a#btn_pagetop {
  position: relative;
  top: 10px;
  right: 0;
  display: block;
  width: 56px;
  margin-left: auto;
  transition-property: top;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  border-bottom: 14px solid #ffcc00;
}
.pagetop a#btn_pagetop:hover {
  top: 0;
}
.pagetop img {
  vertical-align: middle;
}

.pagetop .inside {
  position: relative;
}
.pagetop .gurumaru {
  position: absolute;
  width: 112px;
  height: 104px;
  bottom: -2px;
  left: 0;
}
.pagetop .gurumaru a {
  position: relative;
  display: block;
  z-index: 1;
}
.pagetop .gurumaru .profile {
  display: none;
  position: absolute;
  top: -160px;
  left: -340px;
  width: 290px;
  height: 154px;
  z-index: 0;
  padding: 25px 40px;
  background: url(../images/common/hukidashi.png) no-repeat;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.pagetop .gurumaru .profile span {
  font-size: 20px;
}
.pagetop .gurumaru .profile p {
  margin-top: 5px;
  font-size: 14px;
  text-align: left;
}

/* footer
----------------------------------- */
.site-footer {
  height: 224px;
  padding-top: 38px;
  border-top: 6px solid #ffcc00;
}
.site-footer dl {
  -webkit-margin-start: 0;
}
.site-footer dt {
  padding-bottom: 4px;
  border-bottom: 1px dotted #ffba00;
  color: #ffb400;
  font-weight: bold;
  font-size: 14px;
}
.site-footer dt a {
  color: #ffb400;
}
.site-footer ul {
  margin-top: 6px;
  -webkit-margin-start: 0;
  -webkit-padding-start: 0;
}
.site-footer li {
  list-style: none;
  margin: 4px 0;
}
.site-footer .inside {
  position: relative;
}
.site-footer .inside a {
  text-decoration: none;
}
.site-footer .row dd {
  margin-left: 0;
  -webkit-margin-start: 0;
}
.site-footer .row dd + dt {
  margin-top: 20px;
}
.site-footer .link-internal {
  float: left;
  width: 136px;
  margin-right: 30px;
}
.site-footer .link-internal dt a:hover {
  color: #ffd666;
}
.site-footer .link-internal dd a {
  color: #000;
  font-size: 12px;
}
.site-footer .link-internal dd a:before {
  content: "\003e";
  padding-right: 4px;
}
.site-footer .link-internal dd a:hover {
  color: #ff9900;
}
.site-footer .link-external {
  float: right;
  width: 270px;
}
.site-footer .link-external li {
  float: left;
  width: 135px;
  height: 30px;
  margin-bottom: 9px;
  line-height: 30px;
}
.site-footer .link-external img {
  vertical-align: middle;
}

.logo-footer {
  float: left;
  margin-right: 45px;
}

.copyright {
  padding-bottom: 30px;
  text-align: right;
}

/* -------------------------------------------
  error massege
------------------------------------------- */
.errmsg {
  width: 100%;
  padding: 5px 10px !important;
  border: 1px solid #f00 !important;
  background-color: #F8E0F7 !important;
  color: #ff0000 !important;
  font-size: 13px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.errmsg + input,
.errmsg + label,
.errmsg + textarea,
.errmsg + select,
label + .errmsg
textarea + .errmsg,
select + .errmsg {
  margin-top: 5px;
}


/* -------------------------------------------
  guru gacha
------------------------------------------- */
#gacha,
#gacha-result,
.gacha-open {
  display: none;
}
.gacha-inner {
  position: relative;
  top: 50%;
  width: 652px;
  height: 440px;
  margin: -220px auto 0;
  text-align: right;
}
#boxer.mobile,
#boxer.mobile .boxer-container {
  background: #fff !important;
}
#boxer.mobile.inline .boxer-content {
  height: 100%;
  overflow-y: hidden !important;
  background-color: transparent !important;
}
#gacha-result {
  text-align: center;
}


/* -------------------------------------------
  description-newpointsystem
------------------------------------------- */
.description-newpointsystem {
  margin-bottom: 30px;
  padding-bottom: 20px;
  background-color: #fff;
}
.description-items {
  padding: 20px;
}
.description-newpointsystem .description-item {
  width: 285px;
}
.description-newpointsystem .description-item img {
  margin-bottom: 10px;
}
.description-newpointsystem .btn-wrap {
  text-align: center;
}
.description-newpointsystem .btn {
  width: 580px;
  padding: 0.6rem 0 0.5rem;
}
.description-newpointsystem .btn .icon-1coin:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 33px;
  margin-right: 0.5em;
  background: transparent url(/images/icon/gp_s.png) 0 0 no-repeat;
  vertical-align: middle;
}
/* display flex 汎用
----------------------------------- */
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

/* 緊急の告知
----------------------------------- */
.urgent-notice {
  display: inline-block;
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #d99;
  background-color: #fff;
}
.urgent-notice_item + .urgent-notice_item {
  border-top: 1px dashed #666;
  margin-top: 15px;
  padding-top: 15px;
}
.urgent-notice_item_title {
  margin-bottom: 4px;
  font-size: 14px;
}
.urgent-notice_item_body {
  font-size: 12px;
}
.urgent-notice_item_body > *:not(:last-child) {
  margin-bottom: 8px;
}
.before-dot > dt:before {
  content: '・';
}
.before-dot > dd {
  margin-left: 1em;
}

/* 応募コンテンツの注釈
----------------------------------- */
.flow .entry-note {
  margin-top: 16px;
}
