@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%;
}
.decorationbox01 {
  width: 100%;
  height: auto;
  position: relative;
}
.decorationbox01 .block01 {
  width: 9%;
  position: absolute;
  left: 9%;
  top: 140px;
}
.decorationbox01 .block02 {
  width: 25%;
  position: absolute;
  right: 3%;
  top: 380px;
}
.decorationbox01 .block03 {
  width: 13%;
  position: absolute;
  left: 10%;
  top: 850px;
}
.decorationbox01 .block04 {
  width: 25%;
  position: absolute;
  right: 4%;
  top: -100px;
}
#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";
}
.setbox {
  /*width: calc(100% - 80px);*/
  width: 100%;
  margin: 0 auto 50px auto;
  background-color: rgb(173 181 197 / 0.7);
}
.setbox .inbox {
  /*width: calc(100% - 80px);*/
  width: 95%;
  margin: 0 auto 0 auto;
  padding: 40px 0;
}
.setbox .inbox .logo {
  width: 35%;
  margin: 0 auto 50px auto;
}
.setbox .inbox .txtbox {
  width: 60%;
  margin: 0 auto 50px auto;
  padding: 40px 0;
  background: #fff;
  border-radius: 100px;
}
.setbox .inbox .txtbox p.main {
  font-size: clamp(18px, 1.56vw, 20px);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 40px 0;
}
.setbox .inbox .txtbox p.sub {
  font-size: clamp(14px, 1.25vw, 16px);
  text-align: center;
}
.setbox .inbox .menubox {
  width: 90%;
  margin: 0 auto 50px auto;
}
.setbox .inbox .menubox ul {
  display: flex;
  flex-wrap: wrap;
}
.setbox .inbox .menubox ul li {
  width: 32%;
  margin: 0 2% 40px 0;
}
.setbox .inbox .menubox ul li:nth-child(3n+3) {
  margin: 0 0 40px 0;
}
.setbox .inbox .menubox ul li p {
  font-size: clamp(20px, 1.718vw, 22px);
  text-align: center;
}
.setbox .inbox .expbox {
  width: 85%;
  margin: 0 auto 50px auto;
  display: flex;
	font-feature-settings: “palt”;
}
.setbox .inbox .expbox .leftbox {
  width: 60%;
  margin: 0 0 0 0;
}
.setbox .inbox .expbox .rightbox {
  width: 40%;
  margin: 0;
}
.setbox .inbox .expbox .leftbox p {
  font-size: clamp(12px, 1.093vw, 14px);
  margin: 0 0 50px 0;
  line-height: 1.65;
}
.setbox .inbox .expbox .leftbox p span {
  font-size: clamp(23px, 1.953vw, 25px);
}
.setbox .inbox .expbox .rightbox p {
  font-size: clamp(12px, 1.093vw, 14px);
  margin: 0 0 50px 0;
  line-height: 1.8;
}
.setbox .inbox .expbox .rightbox p span {
  text-decoration: underline #0c803c;
}
.setbox .inbox .expbox .rightbox p span.att {
  font-size: clamp(10px, 0.937vw, 12px);
  text-decoration: none;
	line-height: 1;
}
.setbox .inbox .expbox .rightbox p.qa {
  text-align: center;
  margin: 30px 0 0 0;
}
.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;
}
#link_qa {
  margin: 200px 0 30px 0;
}
.qabox {
  width: 100%;
  margin: 0 auto 150px auto;
  border: solid 1px #000;
}
.qabox .inner {
  width: 65%;
  margin: 70px auto;
}
.qabox .inner p.qaq {
  font-size: clamp(16px, 1.406vw, 18px);
}
.qabox .inner p.qaa {
  font-size: clamp(12px, 1.093vw, 14px);
  line-height: 1.5;
  margin: 0 0 50px 0;
}
.qabox .inner p.qaa span {
  font-size: clamp(10px, 0.937vw, 12px);
}
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;
}
.menuparent {
  width: 100%;
  margin: 0 auto;
  /**background: url("../img/bg_line.png") no-repeat;**/
  background: url("/img/usr/event/subscription_apero/bg_line.png") no-repeat;
  background-size: 100% 100%;
}
.lupbox {
  width: 85%;
  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 {
  width: 100%;
}
.lupbox .txtbox ul li:nth-child(1) {
  font-size: 25px;
  line-height: 35px;
  border-bottom: solid 3px #adb5c5;
  border-top: solid 3px #adb5c5;
  padding: 50px 0;
}
.lupbox .txtbox ul li:nth-child(2) {
  font-size: 14px;
  margin: 30px 0;
  line-height: 20px;
}
.lupbox .txtbox ul li:nth-child(3) {
  font-size: 16px;
  margin-bottom: 20px;
}
.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: 18px;
  margin-bottom: 5px;
  line-height: 1.5;
}
p.caption_subsc {
  font-size: 14px;
  line-height: 20px;
  line-height: 1.8;
  margin: 0 0 50px 0;
}
/*商品1回目*/
.scenebox01 {
  width: 85%;
  height: 1100px;
  margin: 50px auto;
}
.scene01 {
  width: 100%;
  height: auto;
  position: relative;
}
.fst_item01 {
  position: absolute;
  right: 2%;
  top: 0;
  width: 35%;
}
.fst_item02 {
  position: absolute;
  left: 45%;
  top: 240px;
  width: 35%;
}
.fst_item03 {
  position: absolute;
  right: 2%;
  top: 520px;
  width: 35%;
}
.fst_item04 {
  position: absolute;
  left: 3%;
  top: 800px;
  width: 38%;
}
.fst_item05 {
  position: absolute;
  right: 7%;
  top: 0;
  width: 35%;
}
.fst_item06 {
  position: absolute;
  right: 0;
  top: 240px;
  width: 35%;
}
.fst_item07 {
  position: absolute;
  left: 50%;
  top: 520px;
  width: 35%;
}
.fst_item_txt01 {
  position: absolute;
  left: 3%;
  top: 0;
  width: 100%;
}
.fst_item_txt02 {
  position: absolute;
  left: 46%;
  top: 850px;
  width: 100%;
}
/*RF1ガストロノミ*/
.aboutgas {
  width: 100%;
  height: auto;
  margin: 100px auto 200px auto;
  border: solid 2px #7d0037;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.aboutgas .imgbox {
  width: 35%;
  border-radius: 27px;
  margin: 0 7% 0 0;
}
.aboutgas .imgbox img {
  border-radius: 30px 0 0 30px;
}
.aboutgas .logo {
  width: 11%;
  margin: 0 7% 0 0;
}
.aboutgas .incontent {
  width: 50%;
}
.aboutgas .incontent p.tt {
  font-size: clamp(20px, 1.953vw, 25px);
  margin: 0 0 10px 0;
}
.aboutgas .incontent p.txt {
  font-size: clamp(14px, 1.406vw, 18px);
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}