/* -----------------------------------------------------------------------------

	base_pc.css

----------------------------------------------------------------------------- */
* {
  page-break-before: avoid;
  page-break-after: avoid;
}

html, body {
  width: 100%;
  background: #fff;
  color: #333;
}

body {
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure img {
  width: 100%;
}

.sp {
  display: none !important;
}

a:hover {
  opacity: 0.8;
}

/* #container {
	min-width: 1078px;
} */
#container * {
  word-break: break-all;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

/* header
---------------------------------------------*/
.header {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 180px;
}

.header img {
  max-width: 180px;
  height: auto;
}

.header a {
  font-size: 16px;
}

.top {
  position: fixed;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff !important;
  transition: all 400ms ease;
}
.top.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.top:hover {
  opacity: 0.8;
}
.top span {
  position: relative;
  top: 2px;
}

/* #contentsWrap
---------------------------------------------*/
/* #contentsWrap {
	line-height: 1.5;
	font-size: 100%;
	padding: 0 0 75px;
}
section {
	clear: both;
}
section + section {
	margin: 40px 0 0;
}
section p {
	font-size: 140%;
} */
/* main
---------------------------------------------*/
.inner {
  display: block;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

/* #footer
---------------------------------------------*/
#footer {
  clear: both;
  background: #009de4;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: left;
}

#footer #footerInner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

#footer a {
  color: #fff;
}

/* .pagetop */
#footer .pagetop {
  position: fixed;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}
#footer .pagetop::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 3px);
  left: calc(50% - 7px);
}
#footer .pagetop.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
#footer .pagetop:hover {
  opacity: 0.8;
}
#footer .pagetop span {
  display: none;
}

#footer .pagetop img {
  width: 100%;
}

#footer .pagetop:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* small */
#footer small {
  display: block;
  float: right;
  padding: 17px 0;
  font-style: normal;
  font-size: 100%;
}

/* categoryTop
---------------------------------------------*/
/* sub common
---------------------------------------------*/
/* sub mv
---------------------------------------------*/
/* ttl
---------------------------------------------*/
h3.ttl01 {
  position: relative;
  padding: 10px 10px 10px 12px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}

h3.ttl01:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #ccc;
  top: 0;
  left: 0;
}

h3.ttl01:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #ccc;
  bottom: 0;
  left: 0;
}

h3.ttl01 span {
  border-left: 5px solid #009de4;
  display: block;
  padding: 4px 0 0 10px;
  line-height: 1;
}

/* button
---------------------------------------------*/
/* table
---------------------------------------------*/
table {
  border-top: 1px dotted #cccccc;
  width: 100%;
}

table th,
table td {
  padding: 20px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px dotted #cccccc;
  white-space: nowrap;
}

/* anchor
---------------------------------------------*/
/*
	products anchor
-------------------------------------------------*/
/* mapContSP */
/* 404
---------------------------------------------*/