@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_description {
  line-height: 27px;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .prod_description {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .prod_description {
    width: 100%;
    margin: 30px auto 40px;
  }
}
.prod_description p {
  border: #3A3A3A solid 1px;
  background-color: #F5F5F5;
  padding: 10px 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod_description p {
    margin: 20px 0 30px;
  }
}

/* --------------------------------
 * 画像
 * -------------------------------- */
.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;
}

.noroi_tshirt_container {
  margin-top: 30px;
}

.noroi_tshirt_img_container {
  display: flex;
  flex-wrap: wrap;
}

.noroi_tshirt_img {
  width: 25%;
}
.noroi_tshirt_img p {
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}

.noroi_sonota_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;
}

.noroi_sonota_img_container {
  display: flex;
}

.noroi_sonota_img {
  width: 49%;
  margin-right: 20px;
  text-align: center;
}
.noroi_sonota_img p {
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}

.noroi_sonota_img2 {
  width: 49%;
}
.noroi_sonota_img2 p {
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}

.noroi_attention {
  margin: 30px 0 25px;
  font-size: 15px;
  text-align: left;
}

/* --------------------------------
 * 関連情報
 * -------------------------------- */
.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;
    justify-content: flex-start;
    flex-direction: row;
    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;
    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: 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: 0 auto;
    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;
}

@media only screen and (max-width: 767px) {
  .separateDay {
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .separateDay {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 3%;
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .separateDay__head {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .separateDay__head {
    display: flex;
    flex-direction: row;
  }
}
.separateDay__head--Map {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .separateDay__head--Map {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .separateDay__head--Map {
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .separateDay__head--Map {
    flex: 1 1 100%;
  }
}
.separateDay__head--Dps {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .separateDay__head--Dps h2 {
    background: #c0c0c0;
    margin-bottom: 10px;
    font-size: 0.90rem;
    font-weight: normal;
    text-align: left;
  }
  .separateDay__head--Dps p {
    text-align: left;
    line-height: 1.8;
  }
  .separateDay__head--Dps span {
    display: block;
    text-align: center;
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  .separateDay__head--Dps h2 {
    margin: 0;
  }
  .separateDay__head--Dps p {
    background: #fafad2;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    font-size: 0.85rem;
  }
  .separateDay__head--Dps span {
    font-size: 0.90rem;
    font-weight: bold;
    color: #dc143c;
  }
}

.eventarea {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .eventarea {
    margin-bottom: 20px;
  }
  .eventarea caption {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .eventarea tr {
    margin: 1px;
    padding: 2px;
    background: #6b8e23;
  }
  .eventarea th {
    margin: 1px;
    padding: 6px;
    width: 30%;
    background: #bdb76b;
    font-weight: bold;
  }
  .eventarea td {
    margin: 1px;
    padding: 6px;
    width: 70%;
    background: #eee8aa;
    text-align: left;
  }
  .eventarea span {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
  }
}
@media only screen and (min-width: 768px) {
  .eventarea {
    margin-bottom: 10px;
  }
  .eventarea caption {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .eventarea tr {
    margin: 1px;
    padding: 2px;
    background: #6b8e23;
  }
  .eventarea th {
    margin: 1px;
    padding: 6px;
    width: 20%;
    background: #bdb76b;
    font-weight: bold;
  }
  .eventarea td {
    margin: 1px;
    padding: 6px;
    width: 80%;
    background: #eee8aa;
    text-align: left;
  }
  .eventarea span {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
  }
}

.genteiarea {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .genteiarea {
    margin-bottom: 10px;
  }
  .genteiarea caption {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .genteiarea tr {
    margin: 1px;
    padding: 2px;
    background: #daa520;
  }
  .genteiarea th {
    margin: 1px;
    padding: 6px;
    width: 30%;
    background: #ffd700;
    font-weight: bold;
  }
  .genteiarea td {
    margin: 1px;
    padding: 6px;
    width: 70%;
    background: #fffacd;
    text-align: left;
  }
  .genteiarea span {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
  }
}
@media only screen and (min-width: 768px) {
  .genteiarea caption {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .genteiarea tr {
    margin: 1px;
    padding: 2px;
    background: #daa520;
  }
  .genteiarea th {
    margin: 1px;
    padding: 6px;
    width: 20%;
    background: #ffd700;
    font-weight: bold;
  }
  .genteiarea td {
    margin: 1px;
    padding: 6px;
    width: 80%;
    background: #fffacd;
    text-align: left;
  }
  .genteiarea span {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
  }
}

/* ############## map改 ################# */
@media only screen and (min-width: 768px) {
  .kai {
    width: 130%;
  }
}

/* ##################### オークション #################### */
@media only screen and (max-width: 767px) {
  .auclist {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .auclist {
    margin: 0;
    padding: 0;
  }
}
.auclist h2 {
  background: #dc143c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .auclist h2 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .aucContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .aucContainer {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 5px;
    padding: 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .aucItems {
    width: 48%;
    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;
    margin: 10px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .aucItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 31%;
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .aucItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 19%;
    margin: 0 4px;
  }
}

@media only screen and (max-width: 767px) {
  .auc__head {
    margin: 0;
    padding: 15px;
    background: #f1f1f1;
  }
  .auc__head img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .auc__head {
    display: block;
    margin: 0;
    padding: 10px;
    background: #f1f1f1;
  }
  .auc__head img {
    height: 110px;
    margin: 6px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .auc__head {
    display: block;
    margin: 0;
    padding: 10px;
    background: #f1f1f1;
  }
  .auc__head img {
    height: 150px;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .auc__body h6 {
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .auc__body h6 {
    margin-top: 5px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4;
  }
}

/* ##################### オークション #################### */
@media only screen and (max-width: 767px) {
  .aucToyslist {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .aucToyslist {
    margin: 0;
    padding: 0;
  }
}
.aucToyslist h2 {
  background: #dc143c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .aucToyslist h2 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .aucToysContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .aucToysContainer {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 5px;
    padding: 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .aucToysItems {
    width: 48%;
    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;
    margin: 10px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .aucToysItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 22%;
    margin: 0 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .aucToysItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 24%;
    margin: 0 4px;
  }
}

/* ####################### auc Toys ############################## */
@media only screen and (max-width: 767px) {
  .aucToys__head {
    margin: 0;
    padding: 3px;
    background: #f1f1f1;
  }
  .aucToys__head img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .aucToys__head {
    display: block;
    margin: 0;
    padding: 11px;
    background: #f1f1f1;
  }
  .aucToys__head img {
    height: 110px;
    margin: 6px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .aucToys__head {
    display: block;
    margin: 0;
    padding: 8px 0px;
    background: #f1f1f1;
  }
  .aucToys__head img {
    height: 100px;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .aucToys__body h6 {
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .aucToys__body h6 {
    margin-top: 5px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4;
  }
}

/* ##################### オークション #################### */
@media only screen and (max-width: 767px) {
  .aucToylist {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .aucToylist {
    margin: 0;
    padding: 0;
  }
}
.aucToylist h2 {
  background: #dc143c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .aucToylist h2 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .aucToyContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .aucToyContainer {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 5px;
    padding: 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .aucToyItems {
    width: 48%;
    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;
    margin: 10px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .aucToyItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 17%;
    margin: 0 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .aucToyItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 19%;
    margin: 0 4px;
  }
}

/* ####################### auc Toy ############################## */
@media only screen and (max-width: 767px) {
  .aucToy__head {
    margin: 0;
    padding: 3px;
    background: #f1f1f1;
  }
  .aucToy__head img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .aucToy__head {
    display: block;
    margin: 0;
    padding: 10px;
    background: #f1f1f1;
  }
  .aucToy__head img {
    height: 95px;
    margin: 6px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .aucToy__head {
    display: block;
    margin: 0;
    padding: 8px 0px;
    background: #f1f1f1;
  }
  .aucToy__head img {
    height: 100px;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .aucToy__body h6 {
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .aucToy__body h6 {
    margin-top: 5px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4;
  }
}

/* ##################### オークション #################### */
@media only screen and (max-width: 767px) {
  .aucCarlist {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .aucCarlist {
    margin: 0;
    padding: 0;
  }
}
.aucCarlist h2 {
  background: #dc143c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .aucCarlist h2 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .aucCarContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .aucCarContainer {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 5px;
    padding: 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .aucCarItems {
    width: 48%;
    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;
    margin: 10px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .aucCarItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 17%;
    margin: 0 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .aucCarItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 19%;
    margin: 0 4px;
  }
}

/* ####################### auc car ############################## */
@media only screen and (max-width: 767px) {
  .aucCar__head {
    margin: 0;
    padding: 3px;
    background: #f1f1f1;
  }
  .aucCar__head img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .aucCar__head {
    display: block;
    margin: 0;
    padding: 10px;
    background: #f1f1f1;
  }
  .aucCar__head img {
    height: 72px;
    margin: 6px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .aucCar__head {
    display: block;
    margin: 0;
    padding: 8px 0px;
    background: #f1f1f1;
  }
  .aucCar__head img {
    height: 100px;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .aucCar__body h6 {
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .aucCar__body h6 {
    margin-top: 5px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4;
  }
}

/* ################# dayMenu ##################### */
@media only screen and (max-width: 767px) {
  .dayMenu {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .dayMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .daySp {
    display: block;
    margin: 2px 0;
    padding: 8px;
    background: #f1f1f1;
    border: solid 1px #ddd;
    max-width: 100%;
    text-align: center;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .daySp {
    display: block;
    margin: 0 2px;
    padding: 10px;
    background: #f1f1f1;
    border: solid 1px #ddd;
    width: 100%;
    text-align: center;
  }
  .daySp:hover {
    cursor: pointer;
    background: #a9a9a9;
    color: #fff;
  }
}

/*
.dayMenu {
	@include mq-sp {
		margin:0;
		padding:0;

	}
	@include mq-pad {
		margin:0;
		padding:0;
	}
	& ul {
		@include mq-sp {
			display:flex;
			flex-direction:column;
			margin:0;
			padding:0;
			list-style:none;
		}
		@include mq-pad {
			display:flex;
			flex-direction:row;
			list-style:none;
			margin:0;
			padding:0;

		}
	}
	& li a {
		@include mq-sp {

		}
		@include mq-pad {
			display:block;
			background:#f1f1f1;
			border:solid 1px #ddd;
			margin:{
				left:2px;
				bottom:10px;
			}
			padding:10px;
			text-align:center;
			width:33.3%;


		}
		& :hover {
			cursor:pointer;
			background:#a9a9a9;
			color:#fff;
		}
	}

}
*/
/* ################### 限定改 ####################### */
@media only screen and (min-width: 768px) {
  .sepaDay {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sepaDay__head {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .sepaDay__head {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .sepaDay__body--Event {
    margin-bottom: 20px;
  }
  .sepaDay__body--Event caption {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .sepaDay__body--Event tr {
    margin: 1px;
    padding: 2px;
    background: #6b8e23;
  }
  .sepaDay__body--Event th {
    margin: 1px;
    padding: 6px;
    width: 30%;
    background: #bdb76b;
    font-weight: bold;
  }
  .sepaDay__body--Event td {
    margin: 1px;
    padding: 6px;
    width: 70%;
    background: #eee8aa;
    text-align: left;
  }
  .sepaDay__body--Event span {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sepaDay__body--Event caption {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .sepaDay__body--Event tr {
    margin: 1px;
    padding: 2px;
    background: #6b8e23;
  }
  .sepaDay__body--Event th {
    margin: 1px;
    padding: 6px;
    width: 20%;
    background: #bdb76b;
    font-weight: bold;
  }
  .sepaDay__body--Event td {
    margin: 1px;
    padding: 6px;
    width: 80%;
    background: #eee8aa;
    text-align: left;
  }
  .sepaDay__body--Event span {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sepaDay__body-Gentei {
    margin-bottom: 10px;
  }
  .sepaDay__body-Gentei caption {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .sepaDay__body-Gentei tr {
    margin: 1px;
    padding: 2px;
    background: #daa520;
  }
  .sepaDay__body-Gentei th {
    margin: 1px;
    padding: 6px;
    width: 30%;
    background: #ffd700;
    font-weight: bold;
  }
  .sepaDay__body-Gentei td {
    margin: 1px;
    padding: 6px;
    width: 70%;
    background: #fffacd;
    text-align: left;
  }
  .sepaDay__body-Gentei span {
    display: inline-block;
    font-size: large;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
    color: #c40026;
  }
}
@media only screen and (min-width: 768px) {
  .sepaDay__body-Gentei caption {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 1px;
    border-bottom: solid 2px #556b2f;
  }
  .sepaDay__body-Gentei tr {
    margin: 1px;
    padding: 2px;
    background: #daa520;
  }
  .sepaDay__body-Gentei th {
    margin: 1px;
    padding: 6px;
    width: 20%;
    background: #ffd700;
    font-weight: bold;
  }
  .sepaDay__body-Gentei td {
    margin: 1px;
    padding: 6px;
    width: 80%;
    background: #fffacd;
    text-align: left;
  }
  .sepaDay__body-Gentei span {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    text-align: left;
    margin: 2px 0;
    color: #c40026;
  }
}
@media only screen and (max-width: 767px) {
  .sepaDay__foot {
    text-align: left;
    font-size: 0.90rem;
    line-height: 1.5;
    background: #f1f1f1;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .sepaDay__foot {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 10px;
    background: #f1f1f1;
  }
}
.sepaDay span {
  font-size: large;
  font-weight: bold;
  color: #c40026;
}
.sepaDay__venue-auc {
  border: solid 3px #c40026;
  line-height: 1.7;
  margin: 10px 0;
  text-align: left;
}
.sepaDay__venue-auc h5 {
  margin: 0;
  padding: 8px 0;
  background: #c40026;
  color: #fff;
  border-style: none;
  text-align: center;
  font-size: larger;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .sepaDay__venue-auc h5 {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.sepaDay__venue-auc ul {
  margin: 10px 0px 0 30px;
  padding: 0px 10px;
}
.sepaDay__venue-auc li {
  font-size: 1.0rem;
}
.sepaDay__venue-auc p {
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  .sepaDay__venue-auc .emphasis {
    font-size: larger;
    font-weight: bold;
    color: #c40026;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .sepaDay__venue-auc .emphasis {
    font-size: 1.5rem;
    font-weight: bold;
    color: #c40026;
    text-align: center;
  }
}

section {
  margin: 0;
  padding: 0;
}
section h2 {
  margin: 0;
  padding: 1.6%;
  background: #333;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}

/* ##################### 呪みちる原画オークション #################### */
@media only screen and (max-width: 767px) {
  .Mauclist {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .Mauclist {
    margin: 0;
    padding: 0;
  }
}
.Mauclist h2 {
  background: #dc143c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .Mauclist h2 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .MaucContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .MaucContainer {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 5px;
    padding: 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .MaucItems {
    width: 48%;
    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;
    margin: 10px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .MaucItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 48%;
    margin: 0 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .MaucItems {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 49%;
    margin: 0 4px;
  }
}

@media only screen and (max-width: 767px) {
  .Mauc__head {
    margin: 0;
    padding: 15px;
    background: #f1f1f1;
  }
  .Mauc__head img {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .Mauc__head {
    display: block;
    margin: 0;
    padding: 10px;
    background: #f1f1f1;
  }
  .Mauc__head img {
    height: 400px;
    margin: 6px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .Mauc__head {
    display: block;
    margin: 0;
    padding: 10px;
    background: #f1f1f1;
  }
  .Mauc__head img {
    height: 470px;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .Mauc__body h6 {
    margin-top: 10px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .Mauc__body h6 {
    margin-top: 5px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4;
  }
}
