@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;
  /*padding: 0 5%;
	*/
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
}
#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(16px, 1.406vw, 18px);
  line-height: 2;
  margin-bottom: 40px;
}
#main_tt p.mytt2 {
  font-size: clamp(23px, 1.953vw, 25px);
  margin: 50px auto 0 auto;
}
#main_tt p.mytt3 {
  font-size: clamp(18px, 1.562vw, 20px);
  margin: -10px auto 0 auto;
}
#main_tt p.mytt4 {
  font-size: clamp(20px, 1.718vw, 22px);
  margin: -10px auto 0 auto;
}
.button {
  display: inline-block;
  width: 100%;
  height: 55px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #007940;
  border: 2px solid #007940;
  border-radius: 0;
  color: #fff;
  line-height: 55px;
  font-size: 20px;
}
.button:hover {
  background-color: #fff;
  border-color: #007940;
  color: #007940;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_orange {
  display: inline-block;
  width: 75%;
  height: 50px;
  margin: 0 0 0 15%;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #E56300;
  border: 2px solid #E56300;
  border-radius: 0;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
}
.button_orange:hover {
  background-color: #fff;
  border-color: #E56300;
  color: #E56300;
}
.button_orange::before, .button_orange::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttbutton_orangeon, .button_orange::before, .button_orange::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
p.midashi {
  font-size: clamp(23px, 1.953vw, 25px);
  margin: 0 auto 50px auto;
  text-align: center;
}
img.fix {
  width: 100%;
}
.attxt_bottom {
  font-size: 11px;
  text-align: center;
}
/*商品説明共通*/
.img_title {
  width: 15%;
  margin: 0 auto 30px auto;
}
p.subscno {
  font-size: clamp(25px, 2.187vw, 28px);
  text-align: center;
}
.img_title_line {
  width: 100%;
  margin: 20 auto 0 auto;
}
.lupbox {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  text-align: center;
  margin: 50px auto 0 auto;
}
.lupbox .imgbox {
  width: 56%;
  margin-right: 5%;
}
.lupbox .imgbox img {
  width: 100%;
}
.lupbox .imgbox p {
  text-align: right;
  font-size: 10px;
}
.lupbox .txtbox {
  width: 39%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lupbox .txtbox ul li:nth-child(1) {
  font-size: clamp(10px, 0.937vw, 12px);
  line-height: 1.65;
  margin-bottom: 20px;
}
.lupbox .txtbox ul li:nth-child(2) {
  font-size: clamp(18px, 1.562vw, 20px);
  line-height: 1.65;
}
.lupbox .txtbox ul li:nth-child(3) {}
.lupbox .txtbox ul li:nth-child(3) img {
  width: 100%;
}
.lupbox .txtbox ul li:nth-child(4) {
  font-size: clamp(11px, 1.015vw, 13px);
  line-height: 1.65;
  margin: 10px 0 5px 0;
}
.lupbox .txtbox ul li:nth-child(5) {
  font-size: clamp(14px, 1.25vw, 16px);
  margin: 0 0 10px 0;
}
.lupbox .txtbox ul li:nth-child(6) {
  font-size: clamp(11px, 1.015vw, 13px);
  line-height: 1.65;
  margin: 0 0 20px 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;
}
p.midashi_subsc {
  font-size: clamp(16px, 1.406vw, 18px);
  line-height: 1.65;
  font-feature-settings: "palt";
  margin: 0 0 10px 0;
}
p.caption_subsc {
  font-size: clamp(12px, 1.093vw, 14px);
  line-height: 1.8;
  font-feature-settings: "palt";
}
/*商品1回目*/
.scenebox01 {
  width: 100%;
  max-width: 1200px;
  height: 1450px;
  margin: 50px 0 50px 0;
}
.scene01 {
  width: 100%;
  height: auto;
  position: relative;
}
.fst_item01 {
  position: absolute;
  left: 54.9%;
  top: 0;
  width: 425px;
  z-index: 5002;
}
.fst_item02 {
  position: absolute;
  left: 31.5%;
  top: 207px;
  width: 240px;
  z-index: 5003;
}
.fst_item03 {
  position: absolute;
  left: 9.1%;
  top: 326px;
  width: 313px;
  z-index: 5004;
}
.fst_item04 {
  position: absolute;
  left: 18.5%;
  top: 530px;
  width: 363px;
  z-index: 5005;
}
.fst_item05 {
  position: absolute;
  left: 55%;
  top: 594px;
  width: 408px;
  z-index: 5004;
}
.fst_item06 {
  position: absolute;
  left: 58.9%;
  top: 957px;
  width: 339px;
  z-index: 5006;
}
.fst_item07 {
  position: absolute;
  left: 17.9%;
  top: 1088px;
  width: 468px;
  z-index: 5006;
}
.fst_deco01 {
  position: absolute;
  left: 58.3%;
  top: 330px;
  width: 290px;
}
.fst_deco02 {
  position: absolute;
  right: 0;
  top: 210px;
  width: 7px;
}
.fst_deco03 {
  position: absolute;
  left: 0;
  top: 490px;
  width: 7px;
}
.fst_deco04 {
  position: absolute;
  left: 14%;
  top: 840px;
  width: 22%;
}
.fst_item_txt01 {
  position: absolute;
  left: 7.8%;
  top: 32px;
  width: 530px;
}
.fst_item_txt02 {
  position: absolute;
  left: 55.6%;
  top: 400px;
  width: 480px;
}
.fst_item_txt03 {
  position: absolute;
  left: 7.8%;
  top: 902px;
  width: 500px;
}
/*商品2回目*/
.scenebox02 {
  width: 100%;
  max-width: 1200px;
  height: 1450px;
  margin: 50px 0 50px 0;
}
.scene02 {
  width: 100%;
  height: auto;
  position: relative;
}
.scnd_item01 {
  position: absolute;
  left: 9.6%;
  top: 0;
  width: 375px;
  z-index: 5002;
}
.scnd_item02 {
  position: absolute;
  left: 29.6%;
  top: 197px;
  width: 235px;
  z-index: 5003;
}
.scnd_item03 {
  position: absolute;
  left: 71%;
  top: 590px;
  width: 235px;
  z-index: 5001;
}
.scnd_item04 {
  position: absolute;
  left: 51.3%;
  top: 690px;
  width: 280px;
  z-index: 5005;
}
.scnd_item05 {
  position: absolute;
  left: 2%;
  top: 730px;
  width: 538px;
  z-index: 5006;
}
.scnd_item06 {
  position: absolute;
  left: 55.2%;
  top: 234px;
  width: 475px;
  z-index: 5004;
}
.scnd_item07 {
  position: absolute;
  left: 26%;
  top: 1145px;
  width: 317px;
  z-index: 5006;
}
.scnd_item08 {
  position: absolute;
  left: 51.5%;
  top: 1226px;
  width: 260px;
  z-index: 5006;
}
.scnd_deco01 {
  position: absolute;
  left: 11.8%;
  top: 398px;
  width: 288px;
}
.scnd_deco02 {
  position: absolute;
  right: 0;
  top: 210px;
  width: 7px;
}
.scnd_deco03 {
  position: absolute;
  left: 0;
  top: 490px;
  width: 7px;
}
.scnd_deco04 {
  position: absolute;
  left: 66.1%;
  top: 960px;
  width: 250px;
}
.scnd_item_txt01 {
  position: absolute;
  left: 53.2%;
  top: 0;
  width: 500px;
}
.scnd_item_txt02 {
  position: absolute;
  left: 9.8%;
  top: 485px;
  width: 500px;
}
.scnd_item_txt03 {
  position: absolute;
  left: 57.4%;
  top: 1020px;
  width: 510px;
}
/*商品3回目*/
.scenebox03 {
  width: 100%;
  max-width: 1200px;
  height: 1450px;
  margin: 50px 0 50px 0;
}
.scene03 {
  width: 100%;
  height: auto;
  position: relative;
}
.thd_item01 {
  position: absolute;
  left: 14%;
  top: 16px;
  width: 34%;
  z-index: 5002;
}
.thd_item02 {
  position: absolute;
  left: 46%;
  top: 190px;
  width: 27%;
  z-index: 5003;
}
.thd_item03 {
  position: absolute;
  left: 81%;
  top: 282px;
  width: 16%;
  z-index: 5001;
}
.thd_item04 {
  position: absolute;
  left: 51%;
  top: 475px;
  width: 37%;
  z-index: 5005;
}
.thd_item05 {
  position: absolute;
  left: 10%;
  top: 795px;
  width: 38%;
  z-index: 5004;
}
.thd_item06 {
  position: absolute;
  left: 18%;
  top: 1065px;
  width: 38%;
  z-index: 5003;
}
.thd_item07 {
  position: absolute;
  left: 70%;
  top: 1150px;
  width: 20%;
  z-index: 5006;
}
.thd_deco01 {
  position: absolute;
  left: 12%;
  top: 395px;
  width: 25%;
}
.thd_deco02 {
  position: absolute;
  right: 0;
  top: 210px;
  width: 7px;
}
.thd_deco03 {
  position: absolute;
  left: 0;
  top: 490px;
  width: 7px;
}
.thd_deco04 {
  position: absolute;
  left: 59%;
  top: 851px;
  width: 22%;
}
.thd_item_txt01 {
  position: absolute;
  left: 53%;
  top: 0;
  width: 500px;
}
.thd_item_txt02 {
  position: absolute;
  left: 12%;
  top: 495px;
  width: 440px;
}
.thd_item_txt03 {
  position: absolute;
  left: 59%;
  top: 930px;
  width: 500px;
}