@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 20px;
  }
}
@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;
  /* 画像一つの時 */
  /* 画像二つの時 */
  /* 画像三つの時 */
}
@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;
  }
}

/* --------------------------------
 * 関連情報
 * -------------------------------- */
.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;
  }
}

.relate_newarrival {
  /* --------------------------------
   * トピックス
   * -------------------------------- */
}
@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;
  }
}
.relate_newarrival .topics_list {
  width: 100%;
}
.relate_newarrival .post_container {
  margin: 15px auto 0;
  padding: 0;
}
.relate_newarrival .post_container img {
  max-width: 100%;
  height: auto;
}
.relate_newarrival .post_container *::-ms-backdrop, .relate_newarrival .post_container img {
  max-height: 100%;
}
.relate_newarrival .post_container .topic_container {
  list-style: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .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;
  }
}
.relate_newarrival .post_container .topic_container .topic:first-child {
  margin-top: 0;
}
.relate_newarrival .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) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    max-width: 100%;
    padding: 10px 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 240px;
    padding: 10px 15px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 190px;
    padding: 10px 15px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 225px;
    padding: 10px 15px;
    margin: 0 auto;
  }
}
.relate_newarrival .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) {
  .relate_newarrival .post_container .topic_container .topic .pic a {
    width: 150px;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .pic a {
    width: 200px;
    height: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .pic a {
    width: 180px;
    height: 130px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .pic a {
    width: 210px;
    height: 150px;
  }
}
.relate_newarrival .post_container .topic_container .topic .category {
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .post_container .topic_container .topic .category span {
    display: inline;
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 0.5em;
    font-weight: bold;
  }
}
.relate_newarrival .post_container .topic_container .topic .category .red {
  float: left;
  background-color: #e0060a;
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .post_container .topic_container .topic .category .blue {
    clear: both;
    float: left;
    background-color: #123574;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .category .blue {
    clear: both;
    float: left;
    background-color: #123574;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .category .blue {
    clear: both;
    float: left;
    background-color: #123574;
    margin-top: 3px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .category .blue {
    float: right;
    position: relative;
    right: 9px;
    background-color: #123574;
  }
}
@media only screen and (max-width: 767px) {
  .relate_newarrival .post_container .topic_container .topic .caption {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .caption {
    width: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .caption {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .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) {
  .relate_newarrival .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) {
  .relate_newarrival .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .caption a {
    text-decoration: none;
    color: #000;
    white-space: wrap;
  }
}
.relate_newarrival .post_container .topic_container .topic .caption a:hover {
  color: #3E1300;
  text-decoration: underline;
}
.relate_newarrival .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;
}

/*
------------- prod3追加ここから --------------------- */
@media only screen and (max-width: 767px) {
  .prod3Container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod3Container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .prod3Items {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 2px;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .prod3Items {
    display: block;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .yel {
    max-width: 94%;
  }
}
@media only screen and (min-width: 768px) {
  .yel {
    max-width: 100%;
  }
}

/* ###################### 修正 ################################# */
@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;
}

/***
 * @use: キングジョーの製品ページ
 */
@media only screen and (max-width: 767px) {
  .prod_photo_container {
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod_photo_container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .prod_photo_container figure {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod_photo_container figure {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
.prod_photo_container figure img {
  width: 100%;
}

/**
 * @use Attack fo the tomato burger
 */
.mfp-content {
  width: calc(100% - 20px);
  max-width: 800px;
}

.prod_video {
  margin: 0 auto 30px auto;
  max-width: 640px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod_video {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .prod_video {
    width: 100%;
  }
}
.prod_video iframe {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod_video .spacer {
  padding-bottom: 56.25%;
}

.mfp-close {
  color: #fff !important;
  background: #333 !important;
  border-radius: 22px;
  top: 0;
  right: 0;
}

/* ##################### 鶴田の ############################## */
@media only screen and (max-width: 767px) {
  .itemContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .itemContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0;
    flex: 1;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .imgItem {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .imgItem p {
    padding: 10px;
    background: #f1f1f1;
    color: #333;
    font-size: 1.0rem;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) {
  .imgItem {
    display: block;
    margin: 0;
    padding: 0;
  }
  .imgItem p {
    margin: 4px 2px;
    padding: 14px;
    background: #f1f1f1;
    font-size: 1.0rem;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
}

/* ####################### 追加 ################################# */
@media only screen and (max-width: 767px) {
  .kingContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .kingContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 5px 0 0;
    padding: 0;
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .kingItem {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .kingItem {
    display: block;
    width: 32.4%;
    margin: 0 3px 3px;
    padding: 0;
  }
}
.kingItem img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* ##################### キングジョー説明追加 ######################### */
.tsuika {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .tsuika {
    background: #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 6px 15px;
    line-height: 1.5;
    color: #333;
    border: solid 1px #002e4d;
  }
}
@media only screen and (min-width: 768px) {
  .tsuika {
    background: #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 6px 15px;
    line-height: 1.5;
    color: #333;
    border: solid 1px #002e4d;
  }
}
@media only screen and (max-width: 767px) {
  .tsuika__head {
    margin: 10px;
    padding: 15px;
    background: #003d84;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .tsuika__head {
    margin: 10px;
    padding: 15px;
    background: #003d84;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tsuika__body {
    margin: 0;
    padding: 10px;
    line-height: 1.7;
    font-size: 1.0rem;
  }
  .tsuika__body span {
    font-weight: bold;
    color: #c40026;
  }
}
@media only screen and (min-width: 768px) {
  .tsuika__body {
    margin: 0;
    padding: 10px;
    font-size: 1.0rem;
  }
  .tsuika__body span {
    font-weight: bold;
    color: #c40026;
  }
}
@media only screen and (max-width: 767px) {
  .tsuika__foot {
    margin: 0 20px 20px;
    padding: 10px;
    line-height: 1.7;
    font-size: 1.0rem;
  }
  .tsuika__foot span {
    font-weight: bold;
    color: #c40026;
  }
  .tsuika__foot--head {
    background: #e6e6e6;
    border-left: 4px #003d84 solid;
    margin-top: 0;
    margin-left: -20px;
    margin-bottom: 10px;
    margin-right: -20px;
    padding: 6px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
  }
}
@media only screen and (min-width: 768px) {
  .tsuika__foot {
    margin: 0 20px 20px;
    padding: 10px;
    line-height: 1.5;
    font-size: 1.0rem;
  }
  .tsuika__foot span {
    font-weight: bold;
    color: #c40026;
  }
  .tsuika__foot--head {
    background: #e6e6e6;
    border-left: 4px #003d84 solid;
    margin-top: 0;
    margin-left: -20px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 6px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
  }
}

.shopArea {
  margin: 10px;
  padding: 0px;
}

.tempo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tempo {
    margin-bottom: 20px;
  }
  .tempo caption {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .tempo tr {
    margin: 1px;
    padding: 2px;
    background: #6b8e23;
  }
  .tempo th {
    margin: 1px;
    padding: 6px;
    width: 30%;
    background: #003d84;
    color: #fff;
  }
  .tempo td {
    margin: 1px;
    padding: 6px;
    width: 40%;
    background: #e6e6e6;
    text-align: left;
  }
  .tempo span {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
  }
}
@media only screen and (min-width: 768px) {
  .tempo {
    margin-bottom: 10px;
  }
  .tempo caption {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .tempo tr {
    margin: 1px;
    padding: 2px;
    background: #6b8e23;
  }
  .tempo th {
    margin: 1px;
    padding: 10px;
    width: 20%;
    background: #003d84;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  .tempo td {
    margin: 1px;
    padding: 10px;
    width: 55%;
    background: #e6e6e6;
    color: #0d0d0d;
    font-size: 1.1rem;
    text-align: left;
  }
  .tempo span {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
  }
}

/* ############## 販売追記 ################## */
.hanbai {
  background: #f1f1f1;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #737373;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hanbai__head {
    background: #c40026;
    margin: 10px 0 20px;
    padding: 8px;
    color: #fff;
    border-bottom: none;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .hanbai__head {
    background: #c40026;
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 8px 0;
    margin: 2px 0 20px 0;
  }
}
.hanbai__body {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 0px 6px;
  color: #262626;
}
@media only screen and (max-width: 767px) {
  .hanbai__body span {
    font-weight: bold;
    color: #c40026;
  }
}
@media only screen and (min-width: 768px) {
  .hanbai__body span {
    font-weight: bold;
    color: #c40026;
  }
}
@media only screen and (max-width: 767px) {
  .hanbai__foot {
    line-height: 1.7;
    margin: 15px 0px;
    padding: 0px 18px;
    font-size: 1.0rem;
    font-weight: normal;
    color: #0d0d0d;
  }
  .hanbai__foot span {
    font-weight: bold;
    color: #c40026;
  }
}
@media only screen and (min-width: 768px) {
  .hanbai__foot {
    font-size: 1.0rem;
    font-weight: normal;
    color: #0d0d0d;
  }
  .hanbai__foot span {
    font-weight: bold;
    color: #c40026;
  }
}

/*# sourceMappingURL=style_daimansai_prod3.css.map */
