@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 0 30px;
}

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;
  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;
}

/* --------------------------------
 * 画像
 * -------------------------------- */
.t_shirt_title {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  border-top: #000 solid 2px;
  border-bottom: #000 solid 2px;
  padding: 10px 0;
  margin: 0 0 15px;
}

.tshirt_container {
  margin: 30px auto 40px;
  text-align: center;
}

.tshirt_img {
  margin: 30px 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .tshirt_img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .tshirt_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .tshirt_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .tshirt_img {
    width: 100%;
  }
  .tshirt_img img {
    width: 85%;
    margin-bottom: 30px;
  }
}

.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: 10px 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: 100%;
    display: block;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0 5px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic {
    width: 47.4%;
    display: block;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0 5px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic {
    width: 47.8%;
    display: block;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0 5px 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 {
    width: 100%;
    padding: 10px 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .relate_newarrival .post_container .topic_container .topic .pic {
    width: 100%;
    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;
  }
}
@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: 100%;
    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: 13px 0 0;
  padding: 0;
  text-align: left;
  font-weight: 600;
  line-height: 25px;
}

@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) {
  .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;
}
