@charset "UTF-8";
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  color: #100f10;
  position: relative;
  margin: 0 auto; }

a:hover {
  opacity: 0.7;
  transition: all 0.5s; }

.header {
  border-top: 6px solid #da0303;
  text-align: center; }

header {
  background: url(../img/common/main-img.png) no-repeat;
  height: 533px;
  margin: 0 auto;
  position: relative;
  width: 1400px;
  z-index: 99; }
  header div {
    margin: 0 auto;
    width: 1000px;
    position: relative; }
  header .btn__contact a {
    display: block;
    position: absolute;
    right: 0;
    top: 5px; }

.bg__header {
  background: url(../img/common/bg-jewels.png);
  position: absolute;
  left: 0;
  top: 135px;
  width: 955px;
  height: 644px;
  z-index: 0; }

.frame {
  margin: 0 auto;
  width: 1400px; }

.wrapper {
  margin: 0 auto;
  width: 1000px;
  position: relative; }

.fadein {
  opacity: 0; }
  .fadein.active {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.slidein {
  opacity: 0; }
  .slidein.active {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0; }
  100% {
    transform: translateX(0); }
  40%, 100% {
    opacity: 1; } }
.pc__only {
  display: inline; }

.sp__only, .sp__block {
  display: none; }

h2 {
  font-size: 3em;
  font-weight: bold;
  color: white;
  margin: 0 auto 20px; }

.common__head {
  background: linear-gradient(to bottom, #d80000, #b40000);
  text-align: center;
  margin-bottom: 75px;
  padding: 20px 0;
  position: relative; }
  .common__head::before {
    content: "";
    background: url(../img/common/bg-headings.png);
    position: absolute;
    bottom: -46px;
    left: calc(50% - 28px);
    width: 55px;
    height: 46px;
    padding-bottom: 46px; }

.contact__links {
  background: url(../img/common/bg-head-contact.png) left 47px repeat-x;
  position: relative;
  z-index: 900;
  margin: -48px 0; }
  .contact__links .wrapper .btn__contact__sub a {
    display: block;
    position: absolute;
    right: 0;
    top: 45px; }

.contact__section {
  background: url(../img/common/bg-contact-section.png) left top repeat-x; }
  .contact__section .wrapper {
    background: url(../img/common/sub-img.png) center top no-repeat;
    position: relative;
    margin-bottom: 30px;
    height: 361px; }
    .contact__section .wrapper .btn__web__contact {
      position: absolute;
      right: 0;
      top: 186px; }

footer .wrapper {
  text-align: center; }
footer small {
  display: inline-block;
  font-size: 1.2em;
  margin: 30px auto 60px; }

/* トップページ */
.top .section01 {
  position: relative;
  z-index: 1; }
  .top .section01 div {
    background: url(../img/top/bg-top-img01.png) left top no-repeat;
      background-size: cover;
    padding: 65px 0;
    text-align: center; }
.top .section02 {
  position: relative;
  background: linear-gradient(to bottom, #fff, #ddd);
  padding: 60px 0; }
  .top .section02 h2 {
    border-bottom: 8px solid #da0303;
    color: #100f10; }
  .top .section02 ul {
    display: flex;
    justify-content: space-between; }
  .top .section02 .text__content ul {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    list-style: none;
    margin-left: 1em; }
    .top .section02 .text__content ul li {
      padding-left: 1em;
      text-indent: -1.3em; }
      .top .section02 .text__content ul li::before {
        content: "●";
        color: #da0303;
        font-size: 1.6em;
        margin-right: 0.2em; }
.top .section03 {
  margin-bottom: 47px; }
  .top .section03 ul {
    display: flex;
    justify-content: space-between; }
    .top .section03 ul li {
      position: relative; }
      .top .section03 ul li p {
        color: white;
        line-height: 1.2;
        position: absolute;
        top: 480px;
        left: 27px;
        width: 265px; }
.top .section04 {
  margin-bottom: 65px; }
.top .section06 .text__content {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 560px;
  left: 70px;
  width: 855px; }
.top .section07 {
  margin-bottom: 75px; }
  .top .section07 dl {
    display: table; }
  .top .section07 .question {
    margin-bottom: 5px; }
  .top .section07 .answer {
    margin-bottom: 35px; }
  .top .section07 .question__head, .top .section07 .answer__head {
    display: table-cell;
    color: white;
    font-size: 3em;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    width: 66px; }
  .top .section07 .question__head {
    background: #d60000; }
  .top .section07 .question__content, .top .section07 .answer__content {
    display: table-cell;
    background: #e6e6e6;
    padding: 10px 20px;
    vertical-align: middle; }
  .top .section07 .question__content {
    font-size: 1.8em;
    font-weight: bold; }
  .top .section07 .answer__head {
    background: #0c5bbb; }
  .top .section07 .answer__content {
    font-size: 1.2em;
    line-height: 1.5; }

/* 下層 */
.lower .common__head__bk {
  background: linear-gradient(to bottom, #212527, #020303);
  text-align: center;
  margin-bottom: 75px;
  padding: 20px 0;
  position: relative; }
  .lower .common__head__bk::before {
    content: "";
    background: url(../img/common/bg-headings-b.png);
    position: absolute;
    bottom: -46px;
    left: calc(50% - 28px);
    width: 55px;
    height: 46px;
    padding-bottom: 46px; }

/* 買取実績ページ */
.achievement .section01 {
  margin-bottom: 110px; }
  .achievement .section01 dl {
    display: table;
    margin-bottom: 65px; }
    .achievement .section01 dl dt, .achievement .section01 dl dd {
      display: table-cell;
      vertical-align: top; }
    .achievement .section01 dl dd {
      padding-left: 35px; }
  .achievement .section01 p {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2; }
  .achievement .section01 .headings {
    color: #da0303;
    font-size: 1.8em;
    font-weight: bold; }
    .achievement .section01 .headings ul {
      display: table;
      width: 100%; }
      .achievement .section01 .headings ul li {
        display: table-cell;
        vertical-align: middle; }
        .achievement .section01 .headings ul li:first-child {
          background: #da0303;
          color: #fff;
          margin-right: 0.5em;
          padding: 10px;
          text-align: center;
          width: 20%; }
        .achievement .section01 .headings ul li:last-child {
          border-bottom: 5px solid #da0303;
          padding: 10px 0.5em; }
  .achievement .section01 .price {
    padding: 10px;
    background: #000;
    color: #fed500;
    font-size: 1.8em;
    text-align: right;
    margin-bottom: 1em; }

/* お問い合わせページ */
.contact p {
  font-size: 1.2em;
  line-height: 1.2; }
.contact table {
  font-size: 1.2em;
  margin: 40px auto 30px;
  width: 100%; }
  .contact table tr {
    position: relative;
    border-bottom: 2px solid #dedede; }
    .contact table tr th, .contact table tr td {
      padding: 20px 0; }
    .contact table tr th {
      vertical-align: middle;
      width: 20%; }
      .contact table tr th span {
        font-size: 0.6em; }
    .contact table tr .required::after {
      content: "必須";
      background: #da0303;
      color: white;
      font-size: 0.6em;
      text-align: center;
      padding: 3px;
      position: absolute;
      top: auto;
      margin-left: 5px; }
    .contact table tr:last-child th {
      vertical-align: top; }
    .contact table tr td {
      width: 80%; }
      .contact table tr td input, .contact table tr td textarea {
        background: #dedede;
        padding: 0.5em; }
      .contact table tr td input {
        width: 41%; }
      .contact table tr td input[type=radio] {
        width: auto; }
      .contact table tr td textarea {
        width: 96%; }
.contact .btn__confirm {
  text-align: center; }
  .contact .btn__confirm input {
    background: #e10a0a;
    color: white;
    margin: 30px 10px 70px;
    padding: 20px 0;
    width: 12em; }
.contact .mw_wp_form_complete p {
  line-height: 1.5;
  margin-bottom: 70px; }

#sp-menu {
  display: none; }

.slicknav_menu {
  display: none; }

@media (min-width: 600px) and (max-width: 1400px) {
  body, header, .wrapper, .frame {
    width: 100%; }

  header {
    border: none;
    background-size: contain;
    height: 38vw; }
    header div {
      width: 100%; }
    header .btn__contact a img {
      width: 20vw; }
    header .btn__contact__sub a {
      top: 46.5vw;
      right: 14vw; }
      header .btn__contact__sub a img {
        width: 19vw; }

  .bg__header {
    width: 100%;
    height: 34vw;
    background-size: cover; }

  .contact__links {
    background-size: contain;
    background-position: left center;
    margin: 0; }
    .contact__links img {
      width: 75vw; }
    .contact__links .wrapper .btn__contact__sub img {
      width: 25vw; }
    .contact__links .wrapper .btn__contact__sub a {
      top: 5.5vw; }

  img {
    max-width: 100%; }

  h2 {
    font-size: 2em; }

  .contact__section {
    background-size: contain; }
    .contact__section .wrapper {
      background-size: contain;
      height: 26vw; }
      .contact__section .wrapper .btn__web__contact {
        right: auto;
        left: 69vw;
        top: 13vw; }
        .contact__section .wrapper .btn__web__contact img {
          width: 16vw; }

  .top .section02 .text__content {
    left: 38vw;
    top: 5vw; }
  .top .section02 ul {
    justify-content: center;
    font-size: 1.1em; }
  .top .section03 .wrapper {
    text-align: center; }
  .top .section03 ul {
    justify-content: center; }
    .top .section03 ul li p {
      text-align: left;
      top: 75%;
      left: 7%;
      width: 85%;
      font-size: 0.9em; }
  .top .section05 .wrapper {
    text-align: center; }
  .top .section06 .wrapper {
    text-align: center; }
    .top .section06 .wrapper img {
      width: 100%; }
  .top .section06 .text__content {
    text-align: left;
    font-size: 2.5vw;
    top: 68%;
    left: 8%;
    width: 85%; }

  .lower .common__head__bk {
    padding: 3vw 0 7vw;
    background-size: contain; }
  .lower .wrapper {
    padding: 0 20px; }

  .achievement .section01 dl dt {
    width: 35%; } }
@media (max-width: 599px) {
  body, header {
    width: 100%; }

  img {
    max-width: 100%; }

  header div {
    width: 100%; }

  #pc-menu { display: none;}

  .bg__header {
    display: none; }

  .wrapper, section, .frame {
    width: 100%; }

  .pc__only {
    display: none; }

  .sp__only {
    display: inline; }

  .sp__block {
    display: block; }

  h1 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 68%; }

  h2 {
    font-size: 1.6em; }

  header {
    background: none;
    margin: 0 auto;
    height: auto; }
    header .sp__block p {
      position: relative;
      z-index: 1; }
    header .sp__block .header {
      padding: 10px; }
    header .sp__block .sp__btn__contact__sub {
      margin-top: -5vw;
      z-index: 0; }

  .common__head {
    background: url(../img/common/sp/bg-headings.png) center top no-repeat;
      background-size: contain;
    padding: 7px 0 31px;
    margin-bottom: 0; }
    .common__head::before {
      content: none; }

  .contact__section {
    background: none;
    height: auto; }
    .contact__section .wrapper {
      background: url(../img/common/sp/sub-img.png) center top no-repeat;
        background-size: contain;
      height: 35vw; }
      .contact__section .wrapper .btn__web__contact {
        left: auto;
        top: auto;
        right: 1vw;
        bottom: 6.5vw;
        width: 22vw; }

  footer .wrapper img {
    width: 50%; }
  footer .contact__section .wrapper img {
    width: 100%; }
  footer small {
    font-size: 1em; }

  .contact__links {
    display: none; }

  .top .section01 {
    width: 100%; }
    .top .section01 div {
      background: none;
      padding: 0; }
  .top .section02 {
    margin: 20px auto 0;
    padding: 0 20px 20px;
    text-align: center; }
    .top .section02 .text__content {
      text-align: left;
      position: relative;
      left: 0;
      top: 0;
      margin-top: 20px; }
    .top .section02 ul {
      display: block;
      font-size: 1em;
      margin: 0; }
      .top .section02 ul li li {
        padding-left: 1em;
        text-indent: -1em; }
  .top .section03 {
    margin-bottom: 0; }
    .top .section03 ul {
      display: block; }
      .top .section03 ul li {
        padding: 0 30px 20px; }
        .top .section03 ul li p {
          top: 125vw;
          left: 15vw;
          width: 72vw; }
  .top .section06 .text__content {
    font-size: 0.6em;
    line-height: 1.2;
    left: 15px;
    top: 58vw;
    width: calc(100% - 32px); }
  .top .section07 .question, .top .section07 .answer {
    padding: 0 20px; }
  .top .section07 .question__head, .top .section07 .answer__head {
    font-size: 2em;
    width: 50px; }
  .top .section07 .question__content {
    font-size: 1em; }
  .top .section07 .answer__content {
    font-size: 0.8em; }

  .lower .common__head__bk {
    background: url(../img/common/sp/bg-headings-b.jpg) center top no-repeat;
      background-size: contain;
    padding: 16px 0 40px;
    margin-bottom: 20px; }
    .lower .common__head__bk::before {
      content: none; }

  /* 買取実績ページ */
  .achievement .section01 .wrapper ul {
    padding: 0 10px; }
  .achievement .section01 dl dt {
    width: 35%; }
  .achievement .section01 dl dd {
    padding-left: 10px; }
  .achievement .section01 p {
    font-size: 0.8em; }
  .achievement .section01 .headings {
    font-size: 1em;
    font-weight: bold; }
    .achievement .section01 .headings ul {
      padding: 0; }
      .achievement .section01 .headings ul li:first-child {
        width: 6em; }
  .achievement .section01 .price {
    padding: 10px;
    background: #000;
    color: #fed500;
    font-size: 1em; }

  /* お問い合わせページ */
  .contact p {
    padding: 0 20px; }
  .contact table {
    padding: 0 20px;
    width: calc(100% - 40px); }
    .contact table tr th, .contact table tr td {
      display: block;
      width: 100%; }
    .contact table tr th {
      padding-bottom: 0; }
    .contact table tr td input {
      width: 100%; }
  .contact .mwform-tel-field input[type="text"] {
    width: 29%; }

  .slicknav_menu {
    display: block;
    background: none;
    right: 1vw;
    z-index: 999;
    padding: 5px 0;
    width: 100%;
    background: #e10a0a; }
    .slicknav_menu .slicknav_menutxt {
      display: none; }
    .slicknav_menu .slicknav_icon {
      float: none;
      width: auto;
      height: auto;
      margin: 0; }
      .slicknav_menu .slicknav_icon::before {
        height: 5px;
        width: 40px; }
    .slicknav_menu .slicknav_icon-bar {
      height: 5px;
      width: 40px; }

  .slicknav_nav {
    padding: 5px 0; }
    .slicknav_nav li {
      text-align: center;
      line-height: 2; }

  .slicknav_btn {
    background: none;
    padding: 10px; }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
      margin-top: 5px; }

  /*ハンバーガーメニューのエフェクト*/
   * .slicknav_icon,
   * .slicknav_icon span
   * 	display: inline-block
   * 	transition: all .4s
   * 	box-sizing: border-box
   * .slicknav_icon
   * 	position: relative
   * 	width: 50px
   * 	height: 44px
   * 	margin: 0 */
  .slicknav_menu .slicknav_icon-bar {
    position: absolute;
    left: 0; }

  .slicknav_icon span:nth-of-type(1) {
    top: 0; }

  .slicknav_icon span:nth-of-type(2) {
    top: 3px; }

  .slicknav_icon span:nth-of-type(3) {
    bottom: 0; }

  .active .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg); }

  .active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0; }

  .active .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg); } }




/*追記*/

#pc-menu {
  z-index: 9999;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
   background-image: linear-gradient(3deg, rgba(255, 22, 22, 1), rgba(136, 0, 0, 1));
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  padding: 15px 0;
  text-align: center;
}
#pc-menu li{
  color: #FFF;
  display: inline-block;
  margin: 0;
}

#pc-menu li a{
  color: #FFF;
  font-size: 15pt;
  font-weight: bold;
  text-shadow: 1px 2px 2px #000;
  margin: 0 20px;
}


.company-table{border:none; width:100%;}
.company-table th,
.company-table td{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px #eee solid;
	padding:1%;
	text-align:left;
}
.company-table th{
	font-weight:bold !important;
	width:25%;
	vertical-align:top;
}
.company-table td{
	color:#606060;
	width:75;
}
@media (max-width: 767px) {
   .company-table th,
   .company-table td{
	display:inline-block;
	   width:100%;
}
	.company-table td{
		padding-bottom:2%;
	}
	.vimeo_player_wrapper iframe{
	margin-left:-125% !important;
	margin-top:-50px !important;
}

}
