@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

strong {
  font-weight: bold;
}

ul {
  list-style: none;
}

/* サイトレイアウト */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 599px) {
  body {
    font-size: 12px;
  }
}

.header {
  width: 100%;
}
.header .l_inner {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 0 3%;
}
.header .logo {
  max-width: 220px;
}
@media (max-width: 599px) {
  .header .l_inner {
    height: 65px;
  }
  .header .logo {
    max-width: 45%;
  }
}

/* contetns */
.content .l_inner, .content .sec-ttl {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.content .l_inner {
  padding: 0 74px;
}
@media (max-width: 750px) {
  .content .l_inner {
    padding: 0 9.8666666667vw;
  }
}
.content .sec-ttl img {
  margin: auto;
}
.content .bg {
  background: url(/syohin/rice/ricecooker/enbudaki/event/img2026/bg.jpg) repeat center top;
  background-size: cover;
}
.content .mv {
  position: relative;
  padding: 120px 0 60px;
  overflow: hidden;
}
.content .mv .txt {
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  width: 100%;
}
.content .mv img {
  margin: 0 auto;
}
@media (min-width: 751px) {
  .content .mv .mv-slide img {
    display: none;
  }
  .content .mv .mv-slide .slide {
    display: block;
    height: 480px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
  }
  .content .mv .mv-slide .slide_01 {
    background-image: url(/syohin/rice/ricecooker/enbudaki/event/img2026/slide_01_pc0508.png);
  }
  .content .mv .mv-slide .slide_02 {
    background-image: url(/syohin/rice/ricecooker/enbudaki/event/img2026/slide_02_pc0508.png);
  }
  .content .mv .mv-slide .slide_03 {
    background-image: url(/syohin/rice/ricecooker/enbudaki/event/img2026/slide_03_pc0508.png);
  }
  .content .mv .mv-slide .slide_04 {
    background-image: url(/syohin/rice/ricecooker/enbudaki/event/img2026/slide_04_pc0508.png);
  }
  .content .mv .mv-slide .slide_05 {
    background-image: url(/syohin/rice/ricecooker/enbudaki/event/img2026/slide_05_pc0508.png);
  }
}
@media (max-width: 750px) {
  .content .mv {
    padding: 16vw 0 8vw;
  }
  .content .mv .txt {
    top: -2.4vw;
    width: 82vw;
  }
}
.content .info {
  background: url(/syohin/rice/ricecooker/enbudaki/event/img2026/bg_info3.jpg) no-repeat center top;
}
.content .info .l_inner {
  padding: 0;
}
.content .map {
  padding: 60px 0 50px;
  position: relative;
}
.content .map .l_inner {
  padding: 0 34px;
}
.content .map .map-area {
  margin: 34px auto 0;
  width: 681px;
  position: relative;
}
.content .map .item {
  position: absolute;
  text-align: center;
  border-radius: 10px;
  width: 148px;
  min-height: 70px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .map .item .item-inner {
  padding: 3px 0 4px;
  z-index: 1;
}
.content .map .item .item-inner::before, .content .map .item .item-inner::after {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
}
.content .map .item .item-inner::before {
  display: none;
  bottom: -4px;
  width: 15px;
  height: 2px;
  z-index: 2;
}
.content .map .item .item-inner::after {
  left: 0;
  top: 2px;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #CAB097;
  border-radius: 10px;
  z-index: 0;
}
.content .map .item p, .content .map .item ul {
  position: relative;
  z-index: 1;
}
.content .map .item .name {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
.content .map .item .date-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1px;
  color: #fff;
}
.content .map .item .date {
  display: block;
  text-align: center;
  font-size: 19px;
  width: 66px;
  height: 35px;
  padding: 1px 0 2px;
  border-radius: 5px;
  background: #FC648B;
  line-height: 1;
}
.content .map .item .date.sat {
  background: #00BEF8;
}
.content .map .item .date .fnt-s {
  font-size: 13px;
  display: block;
}
.content .map .item .cs {
  color: #999;
  font-size: 15px;
}
.content .map .sapporo {
  left: 465px;
  bottom: 590px;
}
.content .map .sapporo .item-inner::before {
  display: block;
  left: 14px;
}
.content .map .sendai {
  left: 524px;
  bottom: 480px;
}
.content .map .sendai .item-inner::before {
  display: block;
  left: 16px;
  width: 18px;
}
.content .map .niigata {
  left: 280px;
  bottom: 550px;
}
.content .map .niigata .item-inner::before {
  display: block;
  left: 75px;
  width: 20px;
}
.content .map .utsunomiya {
  right: 0;
  bottom: 359px;
}
.content .map .kanazawa {
  left: 190px;
  bottom: 400px;
}
.content .map .kanazawa .item-inner::before {
  display: block;
  left: 121px;
}
.content .map .tokyo {
  right: 0;
  top: 372px;
}
.content .map .yokohama {
  right: 0;
  top: 484px;
}
.content .map .nagoya {
  left: 354px;
  top: 509px;
}
.content .map .osaka {
  left: 180px;
  top: 509px;
}
.content .map .hiroshima {
  left: 10px;
  top: 478px;
}
.content .map .fukuoka {
  left: 10px;
  bottom: 380px;
}
.content .map .fukuoka .item-inner::before {
  display: block;
  left: 118px;
}
.content .map .okinawa {
  left: 10px;
  bottom: 590px;
}
.content .map .okinawa .item-inner::before {
  display: block;
  left: 38px;
}
.content .map .map-txt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content .map .map-txt .txt {
  padding-right: 100px;
  background: url(/syohin/rice/ricecooker/enbudaki/event/img2026/img_01.png) no-repeat right bottom;
  font-size: 22px;
}
.content .map .atten {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .content .map {
    padding: 8vw 0 6.6666666667vw;
  }
  .content .map .l_inner {
    padding: 0 4.5333333333vw;
  }
  .content .map .map-area {
    margin: 4.5333333333vw auto 0;
    width: 90.8vw;
  }
  .content .map .item {
    border-radius: 1.3333333333vw;
    width: 19.7333333333vw;
    min-height: 9.3333333333vw;
  }
  .content .map .item .item-inner {
    padding: 0.2666666667vw 0 0.5333333333vw;
  }
  .content .map .item .item-inner::before {
    bottom: -0.5333333333vw;
    width: 2vw;
    height: 0.2666666667vw;
  }
  .content .map .item .item-inner::after {
    top: 0.2666666667vw;
    border-bottom: 0.2666666667vw solid #CAB097;
    border-radius: 1.3333333333vw;
  }
  .content .map .item .name {
    font-size: 2.6666666667vw;
    margin-bottom: 0.6666666667vw;
  }
  .content .map .item .date {
    font-size: 2.5333333333vw;
    width: 8.8vw;
    height: 4.6666666667vw;
    padding: 0.1333333333vw 0 0.2666666667vw;
    border-radius: 0.6666666667vw;
  }
  .content .map .item .date .fnt-s {
    font-size: 1.7333333333vw;
  }
  .content .map .item .cs {
    font-size: 2vw;
  }
  .content .map .sapporo {
    left: 62vw;
    bottom: 78.6666666667vw;
  }
  .content .map .sapporo .item-inner::before {
    left: 1.8666666667vw;
  }
  .content .map .sendai {
    left: 69.8666666667vw;
    bottom: 64vw;
  }
  .content .map .sendai .item-inner::before {
    left: 2.1333333333vw;
    width: 2.4vw;
  }
  .content .map .niigata {
    left: 37.3333333333vw;
    bottom: 73.3333333333vw;
  }
  .content .map .niigata .item-inner::before {
    left: 10vw;
    width: 2.6666666667vw;
  }
  .content .map .utsunomiya {
    bottom: 47.8666666667vw;
  }
  .content .map .kanazawa {
    left: 25.3333333333vw;
    bottom: 53.3333333333vw;
  }
  .content .map .kanazawa .item-inner::before {
    left: 16.1333333333vw;
  }
  .content .map .tokyo {
    top: 49.6vw;
  }
  .content .map .yokohama {
    top: 64.5333333333vw;
  }
  .content .map .nagoya {
    left: 47.2vw;
    top: 67.8666666667vw;
  }
  .content .map .osaka {
    left: 24vw;
    top: 67.8666666667vw;
  }
  .content .map .hiroshima {
    left: 1.3333333333vw;
    top: 63.7333333333vw;
  }
  .content .map .fukuoka {
    left: 1.3333333333vw;
    bottom: 50.6666666667vw;
  }
  .content .map .fukuoka .item-inner::before {
    left: 15.7333333333vw;
  }
  .content .map .okinawa {
    left: 1.3333333333vw;
    bottom: 78.6666666667vw;
  }
  .content .map .okinawa .item-inner::before {
    left: 5.0666666667vw;
  }
  .content .map .map-txt .txt {
    padding-right: 13.3333333333vw;
    background-size: 11.4666666667vw auto;
    font-size: 2.9333333333vw;
  }
  .content .map .atten {
    font-size: 1.6vw;
    margin-top: 4vw;
  }
}
.content .voice {
  padding: 60px 0 85px;
  background: url(/syohin/rice/ricecooker/enbudaki/event/img2026/bg_voice.png) no-repeat center top;
}
.content .voice .main-slick {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 15px;
}
.content .voice .main-slick_item img {
  border-radius: 10px;
}
.content .voice .slide-txt {
  margin-top: 5px;
}
.content .voice .thum-slide-wrap {
  height: 270px;
  overflow-y: auto;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
}
.content .voice .thum-slick.max .thum-slick_item {
  width: 16.6666666667% !important;
}
.content .voice .thum-slick .slick-track {
  transform: unset !important;
}
.content .voice .thum-slick_item {
  /* width: calc(100% / 6) !important;*/
  padding: 1px;
}
.content .voice .thum-slick_item img {
  opacity: 0.7;
  transition: opacity 0.5s;
}
.content .voice .thum-slick_item.slick-current img {
  opacity: 1;
}
@media (max-width: 750px) {
  .content .voice {
    padding: 8vw 0 11.3333333333vw;
    background-image: url(/syohin/rice/ricecooker/enbudaki/event/img2026/bg_voice_sp.png);
    background-size: 100% auto;
  }
  .content .voice .main-slick {
    margin: 4vw auto 2vw;
  }
  .content .voice .main-slick_item img {
    border-radius: 1.3333333333vw;
  }
  .content .voice .slide-txt {
    margin-top: 0.6666666667vw;
  }
  .content .voice .thum-slide-wrap {
    height: 36vw;
  }
  .content .voice .thum-slick_item {
    padding: 0.1333333333vw;
  }
}
.content .report {
  padding: 70px 0 65px;
}
.content .report .sec-ttl {
  margin-bottom: 45px;
}
.content .report .box {
  margin-bottom: 14px;
}
.content .report .title-wrap {
  display: flex;
  cursor: pointer;
  min-height: 70px;
  border-radius: 35px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.content .report .area {
  width: 105px;
  border-radius: 35px 0 0 35px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 23px;
}
.content .report .title {
  font-size: 27px;
  font-weight: 500;
  background: #42ABE2;
  color: #fff;
  line-height: 1.3;
  position: relative;
  padding: 15px 60px 15px 10px;
  border-radius: 0 35px 35px 0;
  width: calc(100% - 105px);
}
.content .report .title::after {
  position: absolute;
  right: 30px;
  top: 38%;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}
.content .report .title-wrap.open .title::after {
  transform: rotate(-45deg);
}
.content .report .txt {
  display: none;
  padding: 20px 0 30px;
}
.content .report .photo {
  width: 78%;
  margin: 25px auto;
}
.content .report .photo:last-child {
  margin-bottom: 5px;
}
.content .report .photo img {
  border-radius: 12px;
  margin-bottom: 7px;
}
.content .report .btn-wrap {
  text-align: center;
}
.content .report .btn-wrap .btn {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 60px auto 0;
  padding: 10px 30px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  .content .report {
    padding: 9.3333333333vw 0 8.6666666667vw;
  }
  .content .report .sec-ttl {
    margin-bottom: 6vw;
  }
  .content .report .box {
    margin-bottom: 1.8666666667vw;
  }
  .content .report .title-wrap {
    min-height: 9.3333333333vw;
    border-radius: 4.6666666667vw;
    box-shadow: 0 0.4vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
  .content .report .area {
    width: 14vw;
    border-radius: 4.6666666667vw 0 0 4.6666666667vw;
    padding-left: 0.6666666667vw;
    font-size: 3.0666666667vw;
  }
  .content .report .title {
    font-size: 3.6vw;
    padding: 2vw 8vw 2vw 1.3333333333vw;
    border-radius: 0 4.6666666667vw 4.6666666667vw 0;
    width: calc(100% - 14vw);
  }
  .content .report .title::after {
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.1333333333vw solid #fff;
    border-right: 0.1333333333vw solid #fff;
  }
  .content .report .txt {
    padding: 2.6666666667vw 0 4vw;
  }
  .content .report .photo {
    margin: 3.3333333333vw auto;
  }
  .content .report .photo:last-child {
    margin-bottom: 0.6666666667vw;
  }
  .content .report .photo img {
    border-radius: 1.6vw;
    margin-bottom: 0.9333333333vw;
  }
  .content .report .btn-wrap .btn {
    font-size: 2.9333333333vw;
    margin: 8vw auto 0;
    padding: 1.3333333333vw 4vw;
    border-radius: 3.7333333333vw;
    box-shadow: 0 0.4vw 1.3333333333vw rgba(0, 0, 0, 0.2);
  }
}
.content .picup {
  padding: 70px 0 30px;
}
.content .picup .sec-ttl {
  margin-bottom: 45px;
}
.content .picup .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.content .picup .list {
  background: #F1F0EE;
  width: 50%;
  margin-bottom: 20px;
  padding: 0 2% 2px 0;
  line-height: 1.5;
}
.content .picup .list:nth-child(2n) {
  padding: 0 0 2px 2%;
}
.content .picup .list .image {
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .content .picup {
    padding: 9.3333333333vw 0 4vw;
  }
  .content .picup .sec-ttl {
    margin-bottom: 6vw;
  }
  .content .picup .list {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 0.2666666667vw;
  }
  .content .picup .list .image {
    margin-bottom: 0.6666666667vw;
  }
}

/* modal*/
.js_modal-wrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modal-open {
  cursor: pointer;
}

.js_modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
}

.js_modal-cont-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 545px;
  padding: 125px 0 50px;
}
@media (max-width: 750px) {
  .js_modal-cont-wrap {
    width: 72.6666666667vw;
    padding: 16.6666666667vw 0 6.6666666667vw;
  }
}

.js_modal-cont {
  position: relative;
  background: url(/syohin/rice/ricecooker/enbudaki/event/img2026/modal_body.png) repeat-y center 0;
  background-size: 100% auto;
  padding: 0 44px;
  line-height: 1.3;
}
.js_modal-cont::before, .js_modal-cont::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.js_modal-cont::before {
  background: url(/syohin/rice/ricecooker/enbudaki/event/img2026/modal_header.png) no-repeat center 0;
  background-size: 100% auto;
  height: 125px;
  top: -125px;
}
.js_modal-cont::after {
  background: url(/syohin/rice/ricecooker/enbudaki/event/img2026/modal_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
  height: 50px;
  bottom: -50px;
}
.js_modal-cont table td, .js_modal-cont table th {
  vertical-align: top;
  font-size: 22px;
}
.js_modal-cont table th {
  white-space: nowrap;
}
@media (max-width: 750px) {
  .js_modal-cont {
    padding: 0 5.8666666667vw;
  }
  .js_modal-cont::before {
    height: 16.6666666667vw;
    top: -16.6666666667vw;
  }
  .js_modal-cont::after {
    height: 6.6666666667vw;
    bottom: -6.6666666667vw;
  }
  .js_modal-cont table td, .js_modal-cont table th {
    font-size: 2.9333333333vw;
  }
}

.modal-header {
  display: flex;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
}
.modal-header .area {
  background: #C7B299;
  color: #fff;
  width: 98px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border-radius: 5px;
  margin-right: 7px;
}
.modal-header .date-wrap {
  display: flex;
  flex-wrap: wrap;
  color: #D296A0;
  font-size: 40px;
  width: calc(100% - 105px);
  letter-spacing: -1.3px;
}
.modal-header .date-wrap .sat {
  color: #82A0BE;
}
.modal-header .date-wrap .date {
  position: relative;
}
.modal-header .date-wrap .date .fnt-s {
  font-size: 26px;
  margin-left: -5px;
}
.modal-header .date-wrap .date:first-child {
  padding-right: 20px;
}
.modal-header .date-wrap .date:first-child::after {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  display: block;
  content: "・";
  color: #000;
  font-size: 23px;
}
@media (max-width: 750px) {
  .modal-header {
    border-bottom: 0.2666666667vw solid #000;
    padding-bottom: 1.3333333333vw;
    font-size: 3.3333333333vw;
  }
  .modal-header .area {
    width: 13.0666666667vw;
    height: 6vw;
    line-height: 5.6vw;
    border-radius: 0.6666666667vw;
    margin-right: 0.9333333333vw;
  }
  .modal-header .date-wrap {
    font-size: 5.3333333333vw;
    width: calc(100% - 14vw);
    letter-spacing: -0.1733333333vw;
  }
  .modal-header .date-wrap .date .fnt-s {
    font-size: 3.4666666667vw;
    margin-left: -0.6666666667vw;
  }
  .modal-header .date-wrap .date:first-child {
    padding-right: 2.6666666667vw;
  }
  .modal-header .date-wrap .date:first-child::after {
    right: 0;
    font-size: 3.0666666667vw;
  }
}

.modal-ttl {
  font-size: 49px;
  line-height: 1.1;
  font-weight: bold;
  margin: 10px 0;
}
@media (max-width: 750px) {
  .modal-ttl {
    font-size: 6.5333333333vw;
    margin: 1.3333333333vw 0;
  }
}

.js_modal-close {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 73px;
  height: 73px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 750px) {
  .js_modal-close {
    top: 3.3333333333vw;
    right: 2vw;
    width: 9.7333333333vw;
    height: 9.7333333333vw;
  }
}