@charset "UTF-8";
/* CSS Document */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.myfont_r {
  font-family: tbudmincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}
.myfont_h {
  font-family: tbudmincho-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.myfont_s {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.my_lineh1 {
  line-height: 20px;
}
.my_lineh2 {
  line-height: 50px;
}
.event-contents {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
}
.p5 {
  margin: 0 0 0 5%;
}
#main_img {
  width: 100%;
}
#main_img img {
  width: 100%;
}
#contents {
  margin: 0 auto;
  width: 100%;
}
#main_tt {
  margin: 50px 0 100px 0;
  text-align: center;
}
#main_tt p.mytt {
  font-size: clamp(21px, 1.875vw, 24px);
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
#main_tt p.mytt2 {
  font-size: clamp(16px, 1.406vw, 18px);
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
#main_tt p.mytt3 {
  font-size: clamp(21px, 1.875vw, 24px);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
#main_tt p.mytt4 {
  font-size: clamp(20px, 1.718vw, 22px);
  margin: -10px auto 0 auto;
}
.incontents {
  width: 100%;
  height: auto;
  background: #e7e4df;
  padding: 0 0 50px 0;
}
.introduction {
  width: 100%;
  height: auto;
  border-top: solid 4px #b4000b;
  border-bottom: solid 4px #b4000b;
  padding: 80px 0;
  /**background: url("../img/decoration_intro.png") no-repeat;**/
  background: url("/img/usr/event/spiceandherbs2025/decoration_intro.png") no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.introduction p {
  text-align: center;
  color: #b4000b;
  line-height: 1.65;
}
.introduction p.tt {
  font-size: clamp(17px, 1.562vw, 20px);
  margin: 0 0 50px 0;
}
.introduction p.ex {
  font-size: clamp(13px, 1.25vw, 16px);
}
.onecontent {
  width: 100%;
  height: auto;
}
.onecontent .titlearea {
  width: 100%;
  height: auto;
}
/*商品説明共通*/
.lupbox {
  width: 90%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 80px auto;
  ;
}
.lupbox .imgbox {
  width: 45%;
  margin-right: 3%;
}
.lupbox .imgbox p {
  text-align: right;
  font-size: 10px;
}
.lupbox .txtbox {
  width: 52%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lupbox .txtbox ul {
  width: 100%;
}
.lupbox .txtbox ul li {}
.lupbox .txtbox ul li:nth-child(1) {
  font-size: clamp(16px, 1.406vw, 18px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.lupbox .txtbox ul li:nth-child(2) {
  font-size: clamp(21px, 1.875vw, 24px);
  line-height: 1.65;
  border-bottom: solid 4px #b4000b;
  border-width: 100%;
  padding: 0 0 5px 0;
}
.lupbox .txtbox ul li:nth-child(3) {
  font-size: clamp(11px, 1.093vw, 14px);
  line-height: 1.65;
  margin: 15px 0 0 0;
}
.lupbox .txtbox ul li:nth-child(4) {
  font-size: clamp(11px, 1.093vw, 14px);
  margin: 0 0 5px 0;
}
.lupbox .txtbox ul li:nth-child(5) {
  font-size: clamp(11px, 1.093vw, 14px);
  line-height: 1.65;
  margin: 0 0 5px 0;
}
.lupbox .txtbox ul li:nth-child(6) {
  font-size: clamp(11px, 1.093vw, 14px);
  line-height: 1.8;
  margin: 0 0 25px 0;
}
.button_subs {
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #009a53;
  border: 1px solid #009a53;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
}
.button_subs:hover {
  background-color: #fff;
  border-color: #009a53;
  color: #009a53;
}
.button_subs::before, .button_subs::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_subs, .button_subs::before, .button_subs::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_subs_end {
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #898989;
  border: 1px solid #898989;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  margin: 0 auto
}
.lineup_description {
  width: 83%;
  height: auto;
  margin: 0 auto 50px auto;
}
.lineup_description .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup_description .top .txtarea {
  width: 52%;
  margin: 0 2% 0 0;
}
.lineup_description .top .txtarea p {
  font-feature-settings: "palt";
}
.lineup_description .top .txtarea p.tt {
  font-size: clamp(17px, 1.562vw, 20px);
  margin: 0 0 10px 0;
}
.lineup_description .top .txtarea p.ex {
  font-size: clamp(13px, 1.25vw, 16px);
}
.lineup_description .top .imgarea {
  width: 46%;
}
.lineup_description .bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -30px 0 0 0;
}
.lineup_description .bottom .imgarea {
  width: 45%;
  margin: 0 4% 0 0;
}
.lineup_description .bottom .txtarea {
  width: 51%;
}
.lineup_description .bottom .txtarea p {
  font-feature-settings: "palt";
}
.lineup_description .bottom .txtarea p.tt {
  font-size: clamp(17px, 1.562vw, 20px);
  margin: 0 0 10px 0;
}
.lineup_description .bottom .txtarea p.ex {
  font-size: clamp(13px, 1.25vw, 16px);
}
img.fix {
  width: 100%;
}
.attxt_bottom {
  font-size: 11px;
  text-align: center;
  margin: 50px 0 0 0;
}