/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2015/09/14, 17:54:42
    Author     : yamatoya
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

blockquote {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: normal;
  padding-top: 0;
}

.slide-image {
  width: 100%;
}

.carousel-holder {
  margin-bottom: 30px;
}

.carousel-control,
.item {
  border-radius: 4px;
}

.caption {
  height: 130px;
  overflow: hidden;
}

.caption h4 {
  white-space: nowrap;
}

.thumbnail img {
  width: 100%;
}

.ratings {
  padding-right: 10px;
  padding-left: 10px;
  color: #d17581;
}

.thumbnail {
  padding: 0;
}

.thumbnail .caption-full {
  padding: 9px;
  color: #333;
}

footer {
  text-align: center;
  margin: 30px 0;
}

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (min-width: 320px) {
  .goods-box img {
    width: 40%;
    margin-right: 5px;
  }
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .goods-box img {
    width: 22%;
    margin-right: 5px;
  }
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .goods-box img {
    width: 70%;
    margin-right: 5px;
  }
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .row {
    margin-left: 0;
  }
  .goods-box img {
    width: 70%;
    margin-right: 5px;
  }
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .row {
    margin-left: -15px;
  }
  .goods-box img {
    width: 60%;
    margin-right: 5px;
  }
  h1.goods {
    padding-left: 0;
  }
}

body {
  font-family:
    "Noto Sans JP", "Noto Sans Japanese", "Hiragino Sans", ヒラギノ角ゴシック,
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo,
    "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-weight: 400;
}
html,
body {
  height: 100%;
}
body.top {
  padding: 0;
}
header.top {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 0 20px 0;
  text-align: center;
  color: #fff;
  background: url(../img/background.webp) no-repeat bottom center scroll;
  background-color: #fff;
  background-size: cover;
}

header.top .inner {
  display: table-cell;
  height: 100%;
  padding-top: 100px;
}

header.top .top-body {
  text-align: center;
  background: url(../img/top_logo.png) no-repeat top center;
  height: 100%;
  padding-top: 120px;
}
header h1 {
  font-weight: bold;
  font-size: 2.5em;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.7);
}
header h1 img {
  width: 35px;
  margin-top: -10px;
}
header h1 span {
  display: block;
  font-size: 0.6em;
  font-weight: bold;
}

header.top .top-category {
  padding-left: 8%;
}

h1.goods-category {
  color: #888;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 0;
}

h1.goods {
  font-size: 1.4em;
  padding: 10px 20px 10px;
  line-height: 1.4em;
  margin: 0 0 20px;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: solid 1px black;
  border-bottom: solid 1px black;

  /* color: #888;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 0; */
}

div.agecheck {
  margin-top: 50px;
}
a.age-check-yes {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 300px;
  height: 100px;
  padding-top: 25px;
  font-size: 2em;
  font-weight: bold;
  background: linear-gradient(pink, red);
  color: #fff;
}
a.age-check-no {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 300px;
  height: 100px;
  padding-top: 25px;
  font-size: 2em;
  font-weight: bold;
  background: linear-gradient(white, gray);
  color: #666;
}

a.age-check-yes:hover {
  text-decoration: none;
  background: linear-gradient(red, red);
  color: #fff;
}
a.age-check-no:hover {
  text-decoration: none;
  background: linear-gradient(gray, gray);
  color: #fff;
}

/*パンくず*/
ol {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
ol li {
  margin: 0;
  float: left;
}
ol span.topic-arrow {
  margin: 0 5px;
}

.navbar-brand {
  width: 280px;
}
.navbar-inverse {
  background-color: #000;
  opacity: 0.8;
}

.navbar-brand img {
  margin-top: -3px;
  margin-right: 3px;
  float: left;
}

/*メッセージ*/

.fail {
  color: #000000;
  background: url("../img/icon/alert.png") no-repeat 4px 12px #fff;
  background-size: 20px 20px;
  padding: 10px 0 10px 30px;
}

.pass {
  color: #0000ff;
  background: url("../img/pass-icon.png") no-repeat;
  padding-left: 20px;
}

.list-group a {
  float: left;
  margin: 3px;
  border-radius: 3px;
  min-width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .list-group {
    padding: 0;
  }
  /*
.list-group a {
	min-width: 232px;

}
*/
  p.category-title {
    max-width: 99%;
  }
}
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .list-group a {
    width: 150px;
    min-width: 150px;
  }

  p.category-title {
    min-width: 150px;
    margin-left: 3px;
  }
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .list-group a {
    width: 150px;
    min-width: 150px;
  }

  p.category-title {
    max-width: 150px;
    margin-left: 3px;
  }
}
.list-group a span {
  color: #555;
  background: #ececec;
  display: block;
  border-radius: 2px;
  float: right;
  padding: 2px 4px;
}

/*スマホ下部トグルボタン*/

.footer-nav {
  padding: 0 15px;
}
.footer-nav li {
  margin-bottom: 3px;
}
.footer-nav li a span {
  color: #555;
  background: #ececec;
  display: block;
  border-radius: 2px;
  float: right;
  padding: 2px 4px;
}

/*フッター部分*/
h4 span.subcomment {
  margin: 0 10px;
  font-size: 0.6em;
}

/*ヘッダー及びトップページサーチフォーム*/

p.age-mess {
  color: #fff;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.7);
  display: block;
  font-size: 1em;
  font-weight: bold;
}

.form-search {
  padding-top: 7px;
  position: relative;
}
.form-search-top {
  padding-top: 7px;
  padding-left: 15%;
  width: 85%;
  position: relative;
  margin-bottom: 100px;
}
.search-btn-top {
  position: absolute;
  top: 7.5px;
  right: 0;
  background: url("../img/search-mark.png") no-repeat #ececec;
  background-size: 60%;
  background-position: center;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  border: none;
}
.search-select-top {
  position: absolute;
  top: 12px;
  right: 55px;
  margin-top: 2px;
  background-color: #ececec;
  height: 25px;
  max-width: 120px;
}

.search-btn {
  position: absolute;
  right: 0;
  background: url("../img/search-mark.png") no-repeat #ececec;
  background-size: 60%;
  background-position: center;
  border-radius: 4px;
  width: 40px;
  height: 33px;
  border: none;
}
.search-select {
  position: absolute;
  right: 55px;
  margin-top: 2px;
  background-color: #ececec;
  height: 25px;
}

ul.nav-bar-search {
  width: 80%;
}

/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (min-width: 320px) {
  .form-search {
    margin-right: 10px;
    margin-left: 10px;
  }
  .search-select {
    width: 100px;
  }
  .parent-category {
    display: none;
  }
  .input-width {
    width: 20%;
  }
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .form-search {
    margin-right: 10px;
    margin-left: 10px;
  }
  .search-select {
    width: 100px;
  }
  .parent-category {
    display: none;
  }
  .input-width {
    width: 20%;
  }
}
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .form-search {
    margin-right: 0;
    margin-left: 0;
  }
  .search-select {
    width: 100px;
  }
  .parent-category {
    display: inherit;
  }
  .input-width {
    width: 500px !important;
  }
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .form-search {
    margin-right: 0;
    margin-left: 0;
  }
  .search-select {
    width: 100px;
  }
  .parent-category {
    display: inherit;
  }
  .input-width {
    width: 600px !important;
  }
}

/*rigth side*/
.right-info {
  position: fixed;
  right: -4px;
  bottom: 130px;
  z-index: 10;
  width: 103px;
  text-align: right;
}

/*side*/
.side {
}
p.category-title {
  background-color: #999;
  color: #fff;
  padding: 5px 8px;
  font-size: 0.9em;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: -1px;
}

/*カテゴリーページ*/
h2.category-name {
  margin-top: 0;
  padding-left: 15px;
  font-size: 1.2em;
  font-weight: bold;
}

/*box*/
.goods {
  /* padding: 0 0 8px 0; */
}
.goods-box {
  text-align: center;
  display: block;
  padding: 10px 5px 0 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 250px;
  position: relative;
  /*
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	*/
}

.goods-box .result-box {
  position: absolute;
  top: 170px;
  left: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.goods-box h4 {
  margin: 10px 0 0;
}
h4.caption-title {
  font-weight: bold;
  font-size: 1em;
  display: block;
  white-space: normal;
  text-align: left;
  max-height: 30px;
  overflow: hidden;
}

/* タイトル */

.caption div.price {
  padding: 2px 8px 3px 0;
  text-align: center;
}

span.price-title {
  padding: 2px 5px 2px;
  border-radius: 3px;
  background-color: #099;
  color: #fff;
  font-size: 0.8em;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}

span.discont {
  padding: 2px 5px 2px;
  border-radius: 3px;
  background-color: #099;
  color: #fff;
  font-size: 1em;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}

span.most-lowprice-title {
  padding: 6px 0 0;
  border-radius: 3px;
  background: url("../img/crown.png") no-repeat center 0px #fff;
  color: #444;
  font-size: 0.8em;
  display: inline-block;
  width: 100px;
  text-align: center;
}

span.most-low {
  color: #666;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: -3px;
}

.goods-box .tags {
  font-size: 0.6em;
  margin: 5px 0 0 0;
  text-align: left;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
  .goods-box .tags {
    line-height: 1.6em;
  }
}
.goods-box .tags a {
  text-decoration: underline;
  margin-left: 5px;
}

/*マージン*/
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
/*リンクのデコレーション*/
a.nd,
a.nd:hover {
  color: #fff;
  text-decoration: none;
}

a.nd:before {
  content: "最安";
}
.go-shop-low,
.go-shop {
  display: inline;
}
.go-shop-low a,
.go-shop a {
  padding: 10px 10px;
  font-size: 1.2em;
  /* background-color: #ab0303; */
  background-image: linear-gradient(#f9ca9d, #ff842a);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 140px;
}
.go-shop-low a:hover,
.go-shop a:hover {
  background-color: #e40404;
}
.go-shop-low a:before {
  content: "最安";
}

.go-shop-low img,
.go-shop img {
  margin: 0;
  padding: 0;
  display: none;
}

span.tax {
  font-size: 0.7em;
  vertical-align: -3px;
}

/*商品ページ*/

p.goods-title {
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 5px 20px;
  padding: 5px 0 8px 0;
  color: #666;
  display: block;
}

p.goods-detail-link,
a.goods-detail-link {
  display: block;
  width: 100%;
  color: #fff;
  /*	background-color: #efefef;*/
  background-color: #ab0303;
  padding: 8px 12px 8px;
  margin-right: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.pict-area {
  padding: 0 5px 0;
  margin: 0 0 20px;
}

.pict-area img.pict {
  width: 100%;
}
#MainPhoto {
  margin-bottom: 15px;
}

.pict-box {
  list-style: none;
}
ul.pict-box li {
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #ececec;
  margin: 0;
  margin: 0 5px 10px 0;
  float: left;
  cursor: pointer;
}

.detail-area {
  padding-left: 20px;
}

.feature-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.client-count {
  margin: 5px 0 20px;
  font-size: 1em;
  font-weight: bold;
  color: #666;
  display: block;
  text-align: center;
}

span.client-count-title {
  display: block;
  padding: 5px;
  color: white;
  background-color: #2fac4f;
  border-radius: 5px;
}
span.clients-count {
  font-size: 1.2em;
}

.lowest-price {
  margin: 5px 0 20px;
  font-size: 1em;
  font-weight: bold;
  color: #666;
  display: block;
  text-align: center;
}

.lowest-price span.lp-title {
  display: block;
  padding: 5px;
  color: white;
  background-color: #ab0303;
  border-radius: 5px;
}

.lowest-price span.lp-price {
  font-size: 1.4em;
}

.average-price {
  margin: 5px 0 20px;
  font-size: 1em;
  font-weight: bold;
  color: #666;
  display: block;
  text-align: center;
}

.average-price span.ap-title {
  display: block;
  padding: 5px;
  color: white;
  background-color: #687eeb;
  border-radius: 5px;
}

.average-price span.ap-price {
  font-size: 1.4em;
}

.detail-area-inner {
  border-radius: 3px;
  color: #555;
  height: 100%;
  min-height: 100%;
  padding: 10px;
  background: linear-gradient(
    to bottom,
    rgba(239, 239, 239, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C */
}

.detail-area-inner p {
  font-size: 1.2em;
}

.detail-area-inner p.catch {
  font-weight: bold;
  margin-bottom: 20px;
  color: #777;
}

.detail-area-inner div.banner-whatkind {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.detail-area-inner ul {
  padding: 0 8px;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}

.detail-area-inner ul li {
  position: relative;
  list-style: none;
  padding-left: 36px;
  box-sizing: border-box;
  margin-bottom: 14px;
  font-size: 1.2em;
}

.detail-area-inner ul li:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 26px;
  height: 26px;
  /* border: 4px solid #999; */
  border-radius: 50%;
  background-color: #999;
}

.detail-area-inner ul li:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 8px;
  top: 10px;
  left: 5px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}

.detail-area video {
  width: 100%;
}

/*******/
.recommend {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
}

.detail-area-inner h3.recommend-title {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 10px;
  color: #555;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}

.recommend img {
  flex-shrink: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.65;
  transition: 0.36s ease-out;
}

.recommend img:hover {
  opacity: 1;
}

.socialbuttons {
  display: flex;
  justify-content: end;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  margin: 20px 0;
}

.socialbutton {
  width: 100px;
  height: auto;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.socialbutton:hover {
  opacity: 0.7;
}

#copyText {
  display: none;
}

#copyBtn {
  cursor: pointer;
}

.toast-clip,
.toast-copy {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #323232;
  color: #fff;
  padding: 0.8em 1.5em;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.toast-clip.show,
.toast-copy.show {
  opacity: 1;
}

.clip-box {
  margin-bottom: 20px;
}
.clip-box .btn {
  width: 100%;
}

/**/

h2.relative-title,
h2.comparison {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
  padding-bottom: 10px;
  color: #666;
}

h2.goods-heading {
  font-size: 1.3em;
  padding: 10px 0 10px 80px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h2.goods-heading::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 30px;
  height: 40px;
  background-color: #898787;
  z-index: -1;
}

section.goods-reviews .review-content {
  margin-bottom: 30px;
}
section.goods-reviews p {
  padding-left: 10px;
  font-size: 1.2em;
}

.shop-data-wrap {
  padding: 0 15px 0;
  margin-bottom: 20px;
}
.shop-data {
  border: 1px solid #ececec;
  margin: 0;
  border-radius: 3px;
  padding: 10px;
}

.shop-remarks {
  margin: 0;
  border-radius: 3px;
  padding: 10px;
}
.shop-remarks p {
  font-size: 0.8em;
}

.shop-data img.shop-logo {
  margin: 20px 0 0 0;
  border-radius: 3px;
  width: 100px;
  box-shadow:
    0 0 10px #ececec,
    0 0 15px #ececec;
}

.shop-data .shop-data {
  background-color: #ececec;
  padding: 5px 10px;
  width: 78%;
}

.shop-data .shop-data h3 {
  margin: 0 0 10px;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 8px 5px 0;
  color: #666;
  border-bottom: 1px solid #ccc;
}

.shop-data .shop-data h3.shop-name a {
  font-size: 0.8em;
  margin: 0;
}

.shop-data .shop-data .shop-detail {
}
.shop-data .shop-data p {
  margin: 5px 0;
}
span.detail-title {
  border: 1px solid #999;
  background-color: #fff;
  color: #000;
  padding: 1px 3px;
  margin-right: 5px;
  border-radius: 3px;
}

.shop-data .shop-price {
  width: 20%;
  text-align: center;
}

.shop-data .shop-price span.price {
  color: #666;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: -3px;
}

.shop-data .shop-price a:hover,
.shop-data .shop-price a {
  color: #fff;
  text-decoration: none;
}

.shop-data .shop-price .shop-link {
  width: 100px;
}

.ad-pagenate-low {
  width: 100%;
}
.ad-pagenate-low img {
  float: right;
  width: 50%;
  height: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
}

.pagenate {
  text-align: center;
  margin: 10px 0 15px;
  padding: 0 10px 0 15px;
  color: #999;
}

.paginglink {
  margin: 0;
  font-weight: normal;
  text-align: right;
}
.pagenate a {
  color: #666;
  background-color: #efefef;
  padding: 5px 12px 4px;
  margin-right: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

.pagenate a:hover {
  background-color: #efefef;
  color: #666;
  border: 2px solid #ccc;
  padding: 3px 10px;
  margin-right: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagenate .current {
  color: #666;
  border: 2px solid #ccc;
  padding: 3px 10px;
  margin-right: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/*検索結果で商品が無かった*/
.goods-empty {
  padding: 0;
  margin-bottom: 30px;
}

/*SMMのリンク*/
.smm-link {
  width: 100%;
  height: 50px;
  background: #e1212c;
  color: #fff;
  padding: 10px 0 0 0;
  margin-bottom: 30px;
  text-align: center;
}
.smm-link:hover {
  background: #df4e45;
}
.smm-link a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.7em;
  text-decoration: none;
}

/*ショップページ*/

h2.shop {
  border-bottom: 1px solid #ececec;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 5px 20px;
  padding: 5px 0 8px 0;
  color: #666;
}
.shop-detail {
}

.shop-detail-area {
}
.shop-detail-area-inner {
  border-radius: 3px;
  color: #555;
  height: 100%;
  min-height: 100%;
  padding: 10px;
  background: linear-gradient(
    to bottom,
    rgba(239, 239, 239, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C */
}
.shop-detail-area-inner p.catch {
  font-weight: bold;
  font-size: 1.2em;
}

/* ショップ情報を見る*/
.shop-detail div.btn-wrap {
  width: 100%;
  max-width: 100%;
}
.shop-detail span.more {
  background: #fff url(../img/icon/arrow_d.png) no-repeat right;
  background-size: 20px 20px;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 0;
  margin: 10px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/*footer*/
footer {
}
footer p {
  margin-top: 10px;
}
footer p.age {
  margin-top: -10px;
}

/* modal agecheck*/

div.age {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0;
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
}

div.age .header {
  width: 100%;
  height: 17px;
  background-color: #666;
}

div.age .header h1 {
  font-size: 85%;
  font-weight: normal;
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  letter-spacing: -0.1em;
  text-align: right;
  padding: 2px 20px 2px 0;
  color: #fff;
}

div.age .container {
  margin: 0 auto;
  padding-top: 40px;
}

div.age .container .info-child:after,
div.age .container .inner:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

div.age .container .inner {
  min-height: 700px;
  text-align: center;
}

div.age .container .inner h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

div.age .container .inner .inner-box {
  margin: 50px 0 0 0;
}

div.age .container .inner .inner-box p {
  margin: 0 0 50px 0;
}

div.age .container .inner .inner-box a.exit,
div.age .container .inner .inner-box .close_age {
  cursor: pointer;
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 10px;
  width: 300px;
  padding: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin: 50px 10px 0 10px;
}

div.age .footer {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  padding-top: 20px;
  color: #ac085e;
}

h3.remark {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0;
}
