@charset "UTF-8";
figure {
  margin: 0;
  padding: 0;
}

.newarraival {
  width: 100%;
  color: #fff;
  background-color: #0a1945;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  margin: 10px 0 0;
}

h1 {
  color: #3D3D3D;
  border-bottom: #3D3D3D dotted 2px;
  padding: 0 10px 12px;
  margin: 25px 0 10px;
  text-align: center;
  font-size: 21px;
  font-size: 1.6em;
}

h2 {
  color: #fff;
  background-color: #c0c0c0;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.3em;
  margin: 0;
}

h3 {
  color: #fff;
  background-color: #0a1945;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  h3 {
    margin: 0 auto;
  }
}

h4 {
  color: #fff;
  background-color: #c0c0c0;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.3em;
  margin: 0 auto;
}

@media only screen and (min-width: 1280px) {
  h4 {
    margin-bottom: 10px;
  }
}

h5 {
  color: #000;
  border-left: #ccc solid 7px;
  border-top: #6A6A6A solid 1px;
  border-bottom: #6A6A6A solid 1px;
  border-right: #6A6A6A solid 1px;
  padding: 7px 10px;
  margin: 0 0 15px;
  text-align: left;
  font-size: 1.0em;
}

@media only screen and (max-width: 767px) {
  h5 {
    margin-bottom: 12px;
  }
}

body {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .wrap {
    margin: 0 auto;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.content {
  margin: 0;
  padding: 0;
}

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

.local_nav {
  width: 100%;
  margin: 0;
}

.local_nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .local_nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 8px 0 2px;
  }
}

.local_nav li {
  color: #000;
  background-color: #f1f1f1;
  border: #000 solid 1px;
  box-sizing: border-box;
  margin: 2px;
  padding: 4px 0;
  text-align: center;
  line-height: 1.2;
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .local_nav li {
    height: 36px;
    margin: 0 1px 3px 1px;
    padding: 4px 0;
    position: relative;
  }
  .local_nav li:nth-of-type(1) {
    width: 100%;
  }
  .local_nav li:nth-of-type(2), .local_nav li:nth-of-type(3), .local_nav li:nth-of-type(4), .local_nav li:nth-of-type(5), .local_nav li:nth-of-type(6), .local_nav li:nth-of-type(7) {
    width: 49%;
  }
}

.local_nav li:hover {
  background-color: #999;
}

.local_nav a {
  color: #3A617A;
  font-size: 0.675rem;
  text-decoration: none;
}

.local_nav a:hover {
  color: #fff;
}

.sale_date_pc {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .sale_date_pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sale_date_pc {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .sale_date_pc {
    margin: 12px 0 0;
    font-size: 18px;
    text-align: left;
    display: flex;
    border-bottom: #363636 dotted 2px;
    padding-bottom: 13px;
  }
}

@media only screen and (min-width: 1280px) {
  .sale_date_pc {
    margin: 12px 0 0;
    font-size: 18px;
    text-align: left;
    display: flex;
    border-bottom: #363636 dotted 2px;
    padding-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .sale_date_pc .sale_date_box_pc {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .sale_date_pc .sale_date_box_pc {
    margin: 0;
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 1280px) {
  .sale_date_pc .sale_date_box_pc {
    margin: 0;
    padding: 10px 15px;
  }
}

.sale_date_sp {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .sale_date_sp {
    margin: 12px 0 0;
    text-align: left;
    display: flex;
    border-bottom: #363636 dotted 2px;
    padding-bottom: 13px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .sale_date_sp {
    margin: 12px 0 0;
    text-align: left;
    display: flex;
    border-bottom: #363636 dotted 2px;
    padding-bottom: 13px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  .sale_date_sp {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .sale_date_sp {
    display: none;
  }
}

.sale_date_sp .sale_date_box_sp {
  margin: 0;
  padding: 10px 15px 2px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .sale_date_sp .sale_date_box_sp {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .sale_date_sp .sale_date_box_sp {
    width: 34%;
  }
}

@media only screen and (min-width: 1280px) {
  .sale_date_sp .sale_date_box_sp {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .sale_date_sp .sale_date_box_sp {
    display: none;
  }
}

.sale_date_sp .sale_date_box_sp .sale_title {
  width: 100%;
}

.sale_date_sp .sale_date_box_sp .sale_detail {
  width: 100%;
  margin-top: 12px;
}

.prod_img {
  display: flex;
  /* �摜���̎� */
  /* �摜���̎� */
  /* �摜�O�̎� */
}

@media only screen and (max-width: 767px) {
  .prod_img {
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .prod_img {
    justify-content: center;
  }
}

@media only screen and (min-width: 1024px) {
  .prod_img {
    justify-content: center;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_img {
    justify-content: center;
  }
}

.prod_img > img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .prod_img .item_img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .prod_img .item_img {
    width: 88%;
    text-align: center;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_img .item_img {
    width: 85%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .prod_img .item_img_two {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_img .item_img_two {
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {
  .prod_img .item_img_three_01 {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_img .item_img_three_01 {
    width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .prod_img .item_img_three_02 {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_img .item_img_three_02 {
    width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .prod_img .item_img_three_03 {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_img .item_img_three_03 {
    width: 33%;
  }
}

.prod_detail {
  display: flex;
  text-align: left;
  line-height: 27px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .prod_detail {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .prod_detail {
    margin: 10px auto 30px;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_detail {
    margin: 30px auto 40px;
  }
}

.prod_detail .sale_detail {
  line-height: 27px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .prod_detail .sale_detail {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .prod_detail .sale_detail {
    width: 40%;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .prod_detail .sale_detail {
    width: 40%;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_detail .sale_detail {
    width: 40%;
    margin-right: 30px;
  }
}

.prod_detail .sale_detail .text {
  padding: 0 8px;
  line-height: 27px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .prod_detail .prod_description {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .prod_detail .prod_description {
    width: 60%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .prod_detail .prod_description {
    width: 60%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .prod_detail .prod_description {
    width: 60%;
    margin-top: 0;
  }
}

.prod_detail .prod_description p {
  border: #3A3A3A solid 1px;
  background-color: #F5F5F5;
  padding: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .prod_detail .prod_description p {
    margin: 20px 0 30px;
  }
}

/* --------------------------------
 * �֘A����
 * -------------------------------- */
.relate {
  marigin-top: 0;
  width: 100%;
}

.relate_container {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .relate_container {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .relate_container {
    display: flex;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .relate_container {
    display: flex;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .relate_container {
    display: flex;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .relate_newarrival {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .relate_newarrival {
    width: 40%;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .relate_newarrival {
    width: 40%;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .relate_newarrival {
    width: 40%;
    margin-right: 10px;
  }
}

/* --------------------------------
 * �g�s�b�N�X
 * -------------------------------- */
.topics_list {
  width: 100%;
}

.post_container {
  margin: 15px auto 0;
  padding: 0;
}

.post_container img {
  max-width: 100%;
  height: auto;
}

.post_container *::-ms-backdrop, .post_container img {
  max-height: 100%;
}

.post_container .topic_container {
  list-style: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .post_container .topic_container {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 5px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .post_container .topic_container {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto 5px;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .post_container .topic_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .post_container .topic_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin: -5px auto 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .post_container .topic_container .topic {
    width: 47%;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    flex-direction: column;
    margin: 0 4px 15px 4px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .post_container .topic_container .topic {
    width: 33%;
    display: block;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .post_container .topic_container .topic {
    width: 50%;
    display: block;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .post_container .topic_container .topic {
    width: 48%;
    display: block;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
}

.post_container .topic_container .topic:first-child {
  margin-top: 0;
}

.post_container .topic_container .topic .pic {
  background-color: #eee;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .post_container .topic_container .topic .pic {
    max-width: 100%;
    padding: 10px 15px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .post_container .topic_container .topic .pic {
    width: 240px;
    padding: 10px 15px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .post_container .topic_container .topic .pic {
    width: 190px;
    padding: 10px 15px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1280px) {
  .post_container .topic_container .topic .pic {
    width: 225px;
    padding: 10px 15px;
    margin: 0 auto;
  }
}

.post_container .topic_container .topic .pic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .post_container .topic_container .topic .pic a {
    width: 150px;
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .post_container .topic_container .topic .pic a {
    width: 200px;
    height: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  .post_container .topic_container .topic .pic a {
    width: 180px;
    height: 130px;
  }
}

@media only screen and (min-width: 1280px) {
  .post_container .topic_container .topic .pic a {
    width: 210px;
    height: 150px;
  }
}

.post_container .topic_container .topic .category {
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .post_container .topic_container .topic .category span {
    display: inline;
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 0.7em;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .post_container .topic_container .topic .category span {
    display: inline;
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 0.7em;
    font-weight: bold;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1024px) {
  .post_container .topic_container .topic .category span {
    display: inline;
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 0.7em;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1280px) {
  .post_container .topic_container .topic .category span {
    display: inline;
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 0.5em;
    font-weight: bold;
  }
}

.post_container .topic_container .topic .category .red {
  float: left;
  background-color: #e0060a;
}

@media only screen and (max-width: 767px) {
  .post_container .topic_container .topic .category .blue {
    clear: both;
    float: left;
    background-color: #123574;
    margin-top: 3px;
  }
}

@media only screen and (min-width: 768px) {
  .post_container .topic_container .topic .category .blue {
    clear: both;
    float: left;
    background-color: #123574;
    margin-top: 3px;
  }
}

@media only screen and (min-width: 1024px) {
  .post_container .topic_container .topic .category .blue {
    clear: both;
    float: left;
    background-color: #123574;
    margin-top: 3px;
  }
}

@media only screen and (min-width: 1280px) {
  .post_container .topic_container .topic .category .blue {
    float: right;
    position: relative;
    right: 9px;
    background-color: #123574;
  }
}

@media only screen and (max-width: 767px) {
  .post_container .topic_container .topic .caption {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .post_container .topic_container .topic .caption {
    width: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .post_container .topic_container .topic .caption {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .post_container .topic_container .topic .caption {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    text-overflow: ellipsis;
    white-space: wrap;
  }
}

@media only screen and (min-width: 768px) {
  .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}

@media only screen and (min-width: 1024px) {
  .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}

@media only screen and (min-width: 1280px) {
  .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}

.post_container .topic_container .topic .caption a:hover {
  color: #3E1300;
  text-decoration: underline;
}

.post_container .topic_container .topic .caption h6 {
  background: none;
  font-size: 15px;
  margin: 5px 0 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .relate_map {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .relate_map {
    width: 100%;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .relate_map {
    width: 30%;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .relate_map {
    width: 30%;
    margin-right: 10px;
  }
}

.relate_map .relate_map_container {
  display: flex;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .relate_map .relate_map_container {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .relate_map .relate_map_container {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  .relate_map .relate_map_container {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1280px) {
  .relate_map .relate_map_container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .relate_map .relate_map_container .relate_map_img {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .relate_map .relate_map_container .relate_map_img {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .relate_map .relate_map_container .relate_map_img {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .relate_map .relate_map_container .relate_map_img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .relate_map .relate_map_container .relate_map_g {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .relate_map .relate_map_container .relate_map_g {
    width: 100%;
  }
  .relate_map .relate_map_container .relate_map_g a {
    height: 601px;
  }
}

@media only screen and (min-width: 1024px) {
  .relate_map .relate_map_container .relate_map_g {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .relate_map .relate_map_container .relate_map_g {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .relate_twitter {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .relate_twitter {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .relate_twitter {
    width: 30%;
  }
}

@media only screen and (min-width: 1280px) {
  .relate_twitter {
    width: 30%;
  }
}

.relate_twitter .twitter_timeline {
  margin-top: 10px;
}

/* ################# �ǉ� ##################################### */
@media only screen and (max-width: 767px) {
  .Items {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .Items {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .itemContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .itemContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .imgItems {
    display: block;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .imgItems {
    display: block;
    max-width: 100%;
    margin: 2px;
    padding: 0;
  }
}

.itemDesp {
  background: #f1f1f1;
  text-align: left;
}

.itemDesp span {
  font-size: larger;
  font-weight: bold;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .itemDesp {
    margin-top: 8px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 8px;
    font-size: 0.90rem;
    font-weight: normal;
  }
}

@media only screen and (min-width: 768px) {
  .itemDesp {
    margin-top: 8px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
  }
}

img {
  width: 100%;
  height: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}

/* ###################### �C�� ################################# */
@media only screen and (max-width: 767px) {
  .sale_date {
    margin: 0 0px 0 0px;
    padding: 0;
    border-bottom: dotted 2px #333;
  }
  .sale_date ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-right: -3%;
  }
  .sale_date ul span {
    background: #cc0000;
    display: block;
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-radius: 3px;
    color: #fff;
  }
  .sale_date ul li {
    margin: 10px 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .sale_date {
    margin: 0;
    padding: 0;
    border-bottom: dotted 2px #333;
  }
}

.sale_date ul {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.sale_date ul span {
  background: #cc0000;
  display: inline-block;
  margin-top: 0;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
  border-radius: 3px;
  color: #fff;
  white-space: nowrap;
}

.sale_date li {
  display: block;
  width: 33.0%;
  text-align: left;
  align-self: center;
}

/*----- ���r�T�~�b�g -----*/
.enbisummit {
  color: #2b2b2b;
}

@media only screen and (max-width: 767px) {
  .enbisummit {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .enbisummit {
    font-size: 24px;
  }
}

.enbisummit img {
  width: 100%;
}

.enbisummit h1 {
  font-size: 21px;
}

.enbisummit h2 {
  background: none;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .enbisummit h2 {
    line-height: 150%;
  }
}

.enbisummit h3 {
  background: none;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  color: #000000;
  line-height: 100%;
  padding: 12px 0 9px 0;
}

.enbisummit h4 {
  background-color: #f5f5f5;
  color: #000000;
  line-height: 100%;
  padding: 12px 0.5em 9px 0.5em;
}

@media only screen and (max-width: 767px) {
  .enbisummit h4 {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .enbisummit h4 {
    text-align: left;
  }
}

.enbisummit p {
  line-height: 170%;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .enbisummit p {
    font-size: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .enbisummit p {
    font-size: 0.8em;
  }
}

.enbisummit .hero {
  margin: 30px auto 0 auto;
  padding: 0;
}

.enbisummit .lead {
  margin: 30px auto 0 auto;
}

@media only screen and (max-width: 767px) {
  .enbisummit .profile {
    margin: 30px auto 50px auto;
  }
}

@media only screen and (min-width: 768px) {
  .enbisummit .profile {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px auto 0 auto;
  }
}

.enbisummit .profile .portrait {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .enbisummit .profile .portrait {
    margin: 0 auto 15px auto;
    width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .enbisummit .profile .portrait {
    margin: 0;
    width: 200px;
  }
}

.enbisummit .profile .portrait .no-image {
  background-color: #f1f1f1;
  height: 200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.enbisummit .profile .profile_detail {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .enbisummit .profile .profile_detail {
    width: calc(100% - 225px);
  }
}

@media only screen and (max-width: 767px) {
  .enbisummit .profile .profile_detail p {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 768px) {
  .enbisummit .profile .profile_detail p {
    font-size: 0.6em;
  }
}

@media only screen and (min-width: 768px) {
  .enbisummit .info-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .enbisummit .info-wrap .info {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .enbisummit .info-wrap .info {
    width: calc(50% - 20px);
  }
}

.enbisummit .desc {
  text-align: left;
  margin-bottom: 40px;
}

.bakagangu_sales {
  width: 100%;
}

.bakagangu_sales .article-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .bakagangu_sales .article-container {
    display: -ms-flexbox;
    display: -webkit-boxpack;
    display: -webkit-flex;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .bakagangu_sales .article-container .article {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .bakagangu_sales .article-container .article {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}

.bakagangu_sales .article-container .article h3 {
  background: none;
}

@media only screen and (max-width: 767px) {
  .bakagangu_sales .article-container .article h3 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .bakagangu_sales .article-container .article h3 {
    font-size: 16px;
  }
}

.bakagangu_sales .article-container .article h3 a {
  color: #000000;
}

.bakagangu_sales .article-container .article .media {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .bakagangu_sales .article-container .article .media {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .bakagangu_sales .article-container .article .media {
    height: 500px;
  }
}

.bakagangu_sales .article-container .article .media img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
}
