/* -------------------------- */
/* content */
/* -------------------------- */
/* content_header */
.content_header {
  background-image: url(/images/stock/bg_header.jpg);
}

/* uner_link */
.uner_link {
  margin: 0 -5px 30px;
}

.uner_link li {
  width: 50%;
  padding: 0 5px;
}

.uner_link li a {
  height: 45px;
  background: #212121;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
  text-align: center;
}

.uner_link li a .icon {
  width: 10px;
  height: 10px;
  margin: auto;
  fill: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

/* stock */
.stock {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

/* search_box */
.search_box {
  margin-bottom: 15px;
}

.search_box .search_title {
  height: 45px;
  padding: 0 15px;
  background: #212121;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
}

.search_box .search_title .icon {
  fill: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search_box .search_title.active .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search_box .search_inner {
  padding: 15px;
  background: #fff;
  display: none;
}

.search_box .search_inner .search_list li:not(:last-child) {
  margin-bottom: 15px;
}

.search_box .search_keyword {
  padding: 15px;
  background: #212121;
  color: #fff;
  font-size: 1.4rem;
}

.search_box .search_keyword_title {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.search_box .search_keyword_inner {
  display: flex;
  flex: 1;
  width: 100%;
}

.search_box .search_keyword_inner input[type="text"] {
  width: 100%;
}

/* btn_submit */
.btn_submit {
  text-align: center;
}

.btn_submit .btn_default02 {
  padding: 0;
  background: #d90000;
}

.btn_submit .btn_default02:hover {
  opacity: 0.7;
}

.btn_submit input {
  width: 100%;
  height: 100%;
  padding: 13px 0;
  background: inherit;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
}

.btn_submit input:hover {
  color: #fff;
}

.btn_submit .display_number {
  margin-top: 15px;
}

/* list_category */
.list_category {
  margin: 40px 0 20px;
  border: 1px solid #212121;
}

.list_category li {
  width: 50%;
  height: 50px;
  margin-bottom: -1px;
  padding: 0 10px 5px;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
  background: #e5e5e5;
  color: #212121;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}

.list_category li:nth-child(even) {
  border-right: none;
}

.list_category li:nth-of-type(-n+2) {
  border-top: none;
}

.list_category li.current {
  background: #212121;
  color: #fff;
}

/* stock_index */
.stock_index {
  margin-bottom: 30px;
}

.stock_index a {
  display: block;
  color: #212121;
}

.stock_index .thum_img {
  width: 100%;
  height: 45vw;
  z-index: 1;
}

.stock_index .thum_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.stock_index .interview_inner {
  padding: 15px;
  background: #fff;
}

.stock_index .interview_inner .interview_inner_title {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  font-family: "Roboto Slab";
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.stock_index .interview_inner .grade {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.stock_index .interview_inner .price {
  margin-bottom: 15px;
  font-family: "Roboto Slab";
  font-size: 3.2rem;
  font-weight: bold;
  color: #d90000;
  line-height: 1;
}

.stock_index .interview_inner .price span {
  font-size: 1.6rem;
}

.stock_index .interview_inner .data {
  margin-top: -1px;
  margin-bottom: 0px;
  border: 1px solid #212121;
}

.stock_index .interview_inner .data .data:nth-of-type(4) {
  margin-bottom: 20px;
}

.stock_index .interview_inner .data dt,
.stock_index .interview_inner .data dd {
  padding: 5px 15px;
  font-size: 1.2rem;
}

.stock_index .interview_inner .data dt {
  background: #212121;
  color: #fff;
}

.stock_index .interview_inner .data dd {
  flex: 1;
}

.stock_index .interview_inner .btn_default01 {
  text-align: right;
  position: relative;
  z-index: 1;
}

/* -------------------------- */
/* detail */
/* -------------------------- */
/* stock_detail */
.stock_detail {
  position: relative;
  z-index: 2;
}

/* gallery_intro */
.gallery_intro {
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}

.gallery_intro .gallery_detail_title {
  font-family: "Roboto Slab";
  font-size: 2.4rem;
  line-height: 1.2;
  word-wrap: break-word;
}

/* gallery_contents */
.gallery_contents {
  padding: 30px 0 30px;
  position: relative;
  overflow: hidden;
}

.gallery_contents .container {
  position: relative;
  z-index: 3;
}

.gallery_contents:after {
  width: 100%;
  height: 100%;
  background: #212121;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.gallery_contents .main_image {
  margin-bottom: 6px;
  width: 100%;
  height: 47vw;
}

.gallery_contents .thumbnail {
  margin: 0 -3px 25px;
  display: flex;
  flex-wrap: wrap;
}

.gallery_contents .thumbnail .thumbnail_item {
  width: calc(25% - 6px);
  height: 11vw;
  margin: 0 3px 6px;
  border: none;
  position: relative;
  line-height: 0;
}

/* slide */
.slick-list {
  line-height: 0;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-next {
  right: 10px;
}

/* data_box */

.data_box_list {
  margin-bottom: 30px;
  width: 100%;
  color: #fff;
}

.data_box_list dt {
  padding: 10px 0 5px;
}

.data_box_list dt:nth-of-type(1) {
  border-top: 1px solid #fff;
}

.data_box_list dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  word-break: break-all;
}

.data_box_price {
  width: 100%;
}

.data_box_price .txt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.data_box_price .price {
  margin-bottom: 30px;
  font-family: "Roboto Slab";
  font-size: 4rem;
  font-weight: bold;
  color: #d90000;
  line-height: 1;
}

.data_box_price .price span {
  margin-left: 5px;
  font-size: 1.6rem;
}

/* stock_contact */
.stock_contact:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.stock_contact a {
  display: block;
  padding: 20px 10px;
  background: #fff;
  color: #212121;
  text-align: center;
}

.stock_contact a > .icon {
  width: 60px;
  height: 50px;
}

.stock_contact a > .icon.line_icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.stock_contact a.mail {
  background: #d90000;
  color: #fff;
}

.stock_contact a.mail .icon {
  fill: #fff;
}

.stock_contact_title {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.stock_contact_tel {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.stock_contact_tel .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.stock_contact_tel span {
  display: block;
  font-family: "Roboto Slab";
  font-size: 2.8rem;
}

.stock_contact_info {
  display: inline-block;
  font-size: 1.2rem;
  overflow: hidden;
  text-align: left;
}

.stock_contact_info dt {
  width: 65px;
  float: left;
}

.stock_contact_info dd {
  padding-left: 65px;
}

/* equipment */
.equipment {
  padding-top: 30px;
  margin-bottom: 30px;
}

.equipment_list {
  margin-bottom: 50px;
  padding: 15px;
  background: #212121;
  color: #fff;
}

.equipment_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.equipment_list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 5px 0;
  width: calc(50% - 10px);
  height: 40px;
  background: #212121;
  font-size: 1.2rem;
  color: #fff;
}

.equipment_comment {
  position: relative;
  padding: 30px 20px;
  background: #fff;
}

.equipment_comment .title {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  padding: 5px;
  font-family: "Noto Serif JP";
  font-size: 1.8rem;
  background: #212121;
  color: #fff;
  line-height: 1;
}

.equipment_comment .txt {
  word-break: break-all;
}

/* menu */
.menu {
  position: relative;
}

.menu .menu_list {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.menu .menu_list:nth-last-child(1) {
  padding-bottom: 0;
}

.menu .menu_list a {
  display: flex;
  flex-direction: column;
  color: #212121;
}

.menu .menu_list .menu_list_inner {
  order: 2;
}

.menu .menu_list .menu_list_inner .menu_list_inner_title {
  margin-bottom: 5px;
  line-height: 1.4;
}

.menu .menu_list .menu_list_inner .menu_list_inner_title span {
  display: block;
  font-family: "Roboto Slab";
  font-size: 2.2rem;
}

.menu .menu_list .menu_list_inner .menu_list_inner_title em {
  display: block;
  font-style: normal;
  font-size: 1.6rem;
}

.menu .menu_list .thum_img {
  min-height: 10px;
  margin-bottom: 10px;
  background: #fff;
  order: 1;
  position: relative;
}

.menu .menu_list .thum_img:after {
  content: "Read More";
  font-family: "Roboto";
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

/* movie */
.movie {
  margin-top: 30px;
}

/* btn_stock */
.btn_stock {
  padding: 30px 0;
}

/* goonet */
.goonet iframe {
  width: 100%;
  height: 100vh;
  border: none;
}
@media screen and (min-width: 768px) {
  .uner_link {
    margin: 0 -5px 30px;
  }
  .uner_link li {
    padding: 0 5px;
  }
  .uner_link li a {
    font-size: 1.4rem;
  }
  .uner_link li a br {
    display: none;
  }
  .stock {
    padding-bottom: 60px;
  }
  .search_box .search_title {
    font-size: 1.4rem;
  }
  .search_box .search_inner .search_list {
    display: flex;
    flex-wrap: wrap;
  }
  .search_box .search_inner .search_list li {
    width: calc(100% / 3);
  }
  .search_box .search_keyword {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 1.4rem;
  }
  .search_box .search_keyword_title {
    margin: 0 40px 0 0;
  }
  .btn_submit .display_number {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .list_category {
    margin: 60px 0 30px;
  }
  .list_category li {
    width: 33.3333%;
    height: 60px;
    font-size: 1.4rem;
  }
  .list_category li:nth-child(even) {
    border-right: 1px solid #212121;
  }
  .list_category li:nth-of-type(-n+3) {
    border-top: none;
  }
  .list_category li:nth-child(3n) {
    border-right: none;
  }
  .stock_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .stock_index {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .stock_index:last-of-type {
    margin-bottom: 60px;
  }
  .stock_index .thum_img {
    height: 25.7vw;
  }
  .stock_index .interview_inner {
    flex: 1;
    position: relative;
  }
  .stock_index .interview_inner .interview_inner_title {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  .stock_index .interview_inner .grade {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .stock_index .interview_inner .price {
    margin-bottom: 15px;
  }
  .stock_index .interview_inner .data dt,
  .stock_index .interview_inner .data dd {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .gallery_intro .gallery_detail_title {
    font-size: 3rem;
  }
  .gallery_contents {
    padding: 60px 0 60px;
  }
  .gallery_contents .main_image {
    margin-bottom: 14px;
    width: 100%;
  }
  .gallery_contents .thumbnail {
    margin: 0 -7px 25px;
  }
  .gallery_contents .thumbnail .thumbnail_item {
    width: calc(16.6666% - 14px);
    height: 7.6vw;
    margin: 0 7px 14px;
  }
  .data_box {
    display: flex;
    align-items: flex-start;
  }
  .data_box_list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .data_box_list dt {
    border-bottom: 1px solid #fff;
    padding: 15px 0 15px 10px;
    width: 25%;
  }
  .data_box_list dd {
    padding: 15px 10px;
    width: 75%;
  }
  .data_box_list dd:nth-of-type(1) {
    border-top: 1px solid #fff;
  }
  .data_box_price {
    width: calc(100% / 3);
  }
  .data_box_price .price {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  .stock_contact a {
    height: 100%;
  }
  .stock_contact a > .icon {
    margin-top: 20px;
  }
  .equipment {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .equipment_list ul {
    margin: -20px -10px 0;
  }
  .equipment_list ul li {
    margin: 20px 10px 0;
    width: calc(25% - 20px);
    height: 58px;
    font-size: 1.4rem;
  }
  .equipment_comment {
    padding: 30px;
  }
  .equipment_comment .title {
    left: 30px;
    padding: 0;
  }
  .menu .container {
    display: flex;
    flex-wrap: wrap;
  }
  .menu .menu_list {
    padding-bottom: 0;
    width: calc(100% / 3);
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title {
    padding-left: 10px;
    line-height: 1.4;
    position: relative;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title span {
    font-size: 2rem;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_txt {
    padding: 0 10px;
  }
  .movie {
    margin-top: 40px;
  }
  .btn_stock {
    padding: 60px 0;
  }
  .goonet iframe {
    height: 1800px;
  }
}
@media screen and (min-width: 1280px) {
  .uner_link {
    margin: 0 70px 50px;
  }
  .uner_link li {
    padding: 0 10px;
  }
  .uner_link li a {
    height: 55px;
  }
  .uner_link li a .icon {
    width: 15px;
    height: 15px;
  }
  .stock {
    padding-bottom: 80px;
  }
  .search_box {
    margin: 0 80px 30px;
  }
  .search_box .search_title {
    height: 95px;
    padding: 0 40px;
    font-size: 1.6rem;
  }
  .search_box .search_title .icon {
    width: 18px;
    height: 18px;
  }
  .search_box .search_keyword {
    height: 95px;
    padding: 0 40px;
    font-size: 1.6rem;
  }
  .search_box .search_keyword_title {
    font-size: 1.6rem;
  }
  .list_category {
    flex-wrap: nowrap;
    margin: 120px 0 50px;
  }
  .list_category li {
    width: 100%;
    height: 95px;
    padding: 0;
    border-top: none;
    font-size: 1.6rem;
  }
  .list_category li:nth-child(3n) {
    border-right: 1px solid #212121;
  }
  .list_category li:last-child {
    border-right: none;
  }
  .stock_box {
    display: block;
  }
  .stock_index {
    width: 100%;
    margin-bottom: 40px;
  }
  .stock_index:last-of-type {
    margin-bottom: 80px;
  }
  .stock_index a {
    display: flex;
  }
  .stock_index .thum_img {
    width: 61%;
    height: auto;
  }
  .stock_index .interview_inner {
    padding: 40px;
  }
  .stock_index .interview_inner .interview_inner_title {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .stock_index .interview_inner .grade {
    margin-bottom: 15px;
  }
  .stock_index .interview_inner .price {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  .stock_index .interview_inner .price span {
    margin-left: 8px;
    font-size: 1.6rem;
  }
  .stock_index .interview_inner .data {
    display: flex;
  }
  .stock_index .interview_inner .data dt,
  .stock_index .interview_inner .data dd {
    padding: 15px;
  }
  .stock_index .interview_inner .data dt {
    padding: 10px;
    min-width: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery_intro .gallery_detail_title {
    font-size: 5rem;
  }
  .gallery_contents {
    padding: 0 0 80px;
  }
  .gallery_contents:after {
    top: 80px;
  }
  .gallery_contents .main_image {
    margin-bottom: 20px;
    height: 690px;
  }
  .gallery_contents .thumbnail {
    margin: 0 -10px 25px;
  }
  .gallery_contents .thumbnail .thumbnail_item {
    width: calc(12.5% - 20px);
    height: 75px;
    margin: 0 10px 20px;
  }
  .slick-prev {
    left: 30px;
  }
  .slick-next {
    right: 30px;
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev::before,
  .slick-next::before {
    font-size: 40px;
  }
  .data_box_list {
    padding-right: 70px;
  }
  .data_box_list dt, .data_box_list dd {
    font-size: 1.6rem;
  }
  .data_box_list dt {
    width: 20%;
    padding: 20px 0 20px 40px;
  }
  .data_box_list dd {
    width: 80%;
    padding: 20px 40px;
  }
  .data_box_price .txt {
    font-size: 2rem;
  }
  .data_box_price .price {
    font-size: 6rem;
  }
  .data_box_price .price span {
    margin-left: 8px;
    font-size: 3.2rem;
  }
  .stock_contact:not(:nth-last-child(1)) {
    margin-bottom: 25px;
  }
  .stock_contact a > .icon {
    width: 70px;
    height: 60px;
    margin-top: 20px;
  }
  .stock_contact a[href^="tel"] {
    pointer-events: none;
  }
  .stock_contact_title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .stock_contact_tel .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .stock_contact_tel span {
    font-size: 4rem;
  }
  .stock_contact_info {
    font-size: 1.4rem;
  }
  .stock_contact_info dt {
    width: 70px;
  }
  .stock_contact_info dd {
    padding-left: 70px;
  }
  .equipment_list {
    padding: 25px 45px;
  }
  .equipment_comment {
    padding: 40px;
  }
  .equipment_comment .title {
    left: 40px;
    font-size: 2.4rem;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title span {
    position: absolute;
    top: -70px !important;
    z-index: 2;
    font-size: 2.4rem;
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_title em {
    font-size: 1.8rem;
  }
  .menu .menu_list .menu_list_inner .menu_list_inner_txt {
    padding: 0 20px;
  }
  .menu .menu_list .thum_img {
    margin-bottom: 20px;
  }
  .menu .menu_list .thum_img:after {
    content: "Read\AMore";
    white-space: pre;
    line-height: 1;
    right: 20px;
    bottom: 20px;
  }
  .movie {
    margin-top: 60px;
  }
  .btn_stock {
    padding: 80px 0;
  }
}

/*# sourceMappingURL=map/stock.css.map */
