/* --------------
  reset
-------------- */
.pane-main {
  max-width: calc(1200px - 240px);
}
.crab_feature h1, .crab_feature h2, .crab_feature h3, .crab_feature h4, .crab_feature h5 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif JP', "serif";
}
.crab_feature em {
  font-style: normal;
  font-weight: 700;
}

/* --------------
  base
-------------- */
.crab_feature {
  line-height: 1.5;
  letter-spacing: .02em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
.crab_feature picture {
  display: block;
}
.crab_feature a {
  color: #000;
}
.crab_feature a:hover {
  text-decoration: none;
}
.crab_feature .spOnly { display: none; }

/* --------------
  structure
-------------- */
.crab_feature {
  margin-top: 60px;
  overflow: hidden;
}

/* --------------
  TOP
-------------- */
.crab_feature .hdg_top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 170px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  background: url(../../../img/usr/event/1031/top_bg.png) no-repeat center top / auto;
}
.crab_feature .hdg_bold {
  padding: 0 3px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #E9470A;
}
.crab_feature .navWrap {
  margin-top: 20px;
}
.crab_feature .nav {
  display: flex;
}
.crab_feature .nav_item {
  padding: 20px;
  background: no-repeat center / cover;
}
.crab_feature .nav_item._toto {
  flex: 2;
  background-image: url(../../../img/usr/event/1031/nav_bg_toto.png);
}
.crab_feature .nav_item._jp {
  flex: 1;
  background-image: url(../../../img/usr/event/1031/nav_bg_jp.png);
}
.crab_feature .nav_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.crab_feature .nav_detail {
  margin-top: 20px;
}
.crab_feature .navList {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.crab_feature .navList_item {
  width: 100%;
}
.crab_feature .navList_link {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  font-size: 18px;
  background-color: #fff;
  position: relative;
}
.crab_feature .navList_link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #e9470a;
  border-bottom: 0;
  transform: translateY(-50%);
}
.crab_feature .navList_link:hover {
  border-radius: 50px;
}


.crab_feature .secWrapper {
  padding-top: 150px;
}

/* --------------
  SHUN
-------------- */
.crab_feature .sec {
  margin-top: 150px;
  padding: 85px 0 0;
  background: url(../../../img/usr/event/1031/shun_bg.png) repeat-y center top / 100% auto;
  position: relative;
  z-index: 0;
}
.crab_feature .sec::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.crab_feature .sec._shun::after {
  top: -70px;
  left: -105px;
  width: 466px;
  height: 140px;
  background: url(../../../img/usr/event/1031/shun_deco.png) no-repeat center / contain;
}
.crab_feature .sec._ike {
  margin-top: 0;
  padding: 0 0 80px;
}
.crab_feature .sec._ike::after {
  top: -86px;
  left: 50%;
  width: 100%;
  height: 172px;
  background: url(../../../img/usr/event/1031/hdg_deco.png) no-repeat center / auto 100%;
  transform: translateX(-50%);
}
.crab_feature .sec._ike .hdg_bold {
  font-size: 70px;
}
.crab_feature .hdg_shun {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
.crab_feature .hdg_shun_top {
  position: absolute;
  top: -70px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.crab_feature .hdg_shun_fs {
  margin-right: 20px;
  font-size: 30px;
  color: #E9470A;
}
.crab_feature .img_shun {
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.crab_feature .img_shun::after {
  position: absolute;
  content: "";
  right: -88px;
  bottom: -70px;
  z-index: 1;
  width: 466px;
  height: 140px;
  background: url(../../../img/usr/event/1031/shun_deco.png) no-repeat center / contain;
}

.crab_feature .comment {
  margin-top: 40px;
  padding: 0 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.crab_feature .comment_desc {
  padding: 40px 30px;
  font-size: 18px;
  line-height: 1.88;
  position: relative;
}
.crab_feature .comment_desc::before,
.crab_feature .comment_desc::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../../img/usr/event/1031/shun_deco2.png) no-repeat center / contain;
}
.crab_feature .comment_desc::before {
  top: 0;
  left: 0;
}
.crab_feature .comment_desc::after {
  right: 0;
  bottom: 0;
  transform: scale(-1, -1);
}
.crab_feature .comment_desc_top {
  width: 850px;
  margin: 0 auto;
}
.crab_feature .comment_desc_top p {
  text-align: center;
}
.crab_feature .comment_human {
  width: 180px;
  text-align: center;
}
.crab_feature .comment_human_txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.42;
}
.crab_feature .comment_human_name {
  margin-top: 5px;
  display: block;
  font-size: 16px;
}

.crab_feature .sec_nest_ike {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #fff;
}
.crab_feature .hdg_ike {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.crab_feature .hdg_ike::before {
  position: absolute;
  content: "";
  top: -70px;
  left: 50%;
  z-index: 1;
  width: 119px;
  height: 53px;
  background: url(../../../img/usr/event/1031/nest_hdg_deco.png) no-repeat center / contain;
  transform: translateX(-50%);
}
.crab_feature .slide_ike {
  margin-top: 30px;
  height: 400px;
  text-align: center;
  overflow: hidden;
}
.crab_feature .slide_ike_item {
  margin: 0 10px;
}
.crab_feature .txt_ike {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}

/* --------------
  IKE
-------------- */
.crab_feature .hdg_shun._ike {
  position: relative;
  top: -42px;
}
.crab_feature .lead_ike {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
  text-align: center;
}
.crab_feature .block_place {
  padding: 60px 40px 40px;
  background-color: #F4EDDB;
}
.crab_feature .txt_place {
  margin-top: 50px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Noto Serif JP', "serif";
  letter-spacing: .06em;
  text-align: center;
  position: relative;
}
.crab_feature .txt_place b {
  font-size: 40px;
}
.crab_feature .txt_place::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  width: 67px;
  height: 30px;
  background: url(../../../img/usr/event/1031/ike_deco2.png) no-repeat center / contain;
  transform: translateX(-50%);
}
p.txt_place_exp {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Noto Serif JP', "serif";
  font-weight: bold;
}
p.txt_place_exp a {
  color: blue;
}
.crab_feature .img_ike {
  margin-top: 20px;
  text-align: center;
}
.crab_feature .txt_yoyaku {
  padding: 15px 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .06em;
  text-align: center;
  color: #fff;
  background-color: #E9470A;
  position: relative;
}
.crab_feature .txt_yoyaku::before,
.crab_feature .txt_yoyaku::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 60px;
  height: 27px;
  background: url(../../../img/usr/event/1031/ike_deco3.png) no-repeat center / contain;
  transform: translateY(-50%);
}
.crab_feature .txt_yoyaku::before {
  left: 20px;
}
.crab_feature .txt_yoyaku::after {
  right: 20px;
}
.crab_feature .txt_movieLead {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #E9470A;
}
.crab_feature .txt_movieLead_inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
.crab_feature .txt_movieLead_inner::before,
.crab_feature .txt_movieLead_inner::after {
  position: absolute;
  content: "";
  top: calc(50% + 1px);
  width: 25px;
  height: 1px;
  background-color: #E9470A;
}
.crab_feature .txt_movieLead_inner::before {
  left: 0;
  transform: rotate(40deg) translateY(-50%);
}
.crab_feature .txt_movieLead_inner::after {
  right: 0;
  transform: rotate(-40deg) translateY(-50%);
}

.crab_feature .lyt_ike {
  margin: 90px 40px 60px;
  padding-bottom: 10px;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
}
.crab_feature .lyt_ike_item {
  width: 280px;
  min-width: 280px;
}
.crab_feature .lyt_ike_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.crab_feature .lyt_ike_ttl::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  width: 42px;
  height: 26px;
  background: url(../../../img/usr/event/1031/ike_deco.png) no-repeat center / contain;
  transform: translateX(-50%);
}
.crab_feature .lyt_ike_ttl .fs-s {
  font-size: 16px;
}
.crab_feature .lyt_ike_ttl b {
  color: #E9470A;
}
.crab_feature .list_ike {
  margin-top: 10px;
}
.crab_feature .list_ike_item + .list_ike_item {
  margin-top: 10px;
}
.crab_feature .list_ike_link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  background-color: #F4EDDB;
}
.crab_feature .list_ike_link .u_line {
  display: inline-block;
  border-bottom: 1px solid #000;
}
.crab_feature .list_ike_link .yohaku {
  padding-right: 1em;
  display: inline-block;
}
.crab_feature .list_ike_link b {
  font-size: 12px;
}

.crab_feature .videoWrap {
  margin: 0 auto;
  padding-top: 56.25%;
  width: 800px;
  position: relative;
}
.crab_feature .videoWrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------
  FRESH WEST
-------------- */
.crab_feature .sec._fw {
  margin-top: 0;
  padding-top: 190px;
}
.crab_feature .sec._fw::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 164px;
  background: url(../../../img/usr/event/1031/fw_hdg.png) no-repeat center / auto 100%;
  transform: translateX(-50%);
}
.crab_feature .hdg_fw {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: .04em;
  text-align: center;
}
.crab_feature .hdg_fw b {
  color: #E9470A;
}
.crab_feature .hdg_fw_fs {
  display: block;
  font-size: 24px;
}
.crab_feature .img_fw {
  margin: 40px 40px 0;
  text-align: center;
}
.crab_feature .txt_fw_lead {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}
.crab_feature .txt_fw_lead + .txt_fw_lead {
  margin-top: 50px;
}
.crab_feature .txt_fw_lead span {
  display: block;
}
.crab_feature .txt_fw_lead b {
  padding-bottom: 2px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #E9470A;
  position: relative;
}
.crab_feature .txt_fw_lead b::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #E9470A;
}
.crab_feature ._fw .block_place {
  margin-top: 40px;
}

/* --------------
  YUDE
-------------- */
.crab_feature .sec._ike._yude {
  padding-bottom: 0;
}
.crab_feature .list_yude {
  margin: 60px 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.crab_feature .list_yude_item {
  width: calc((100% - 20px) / 2);
}
.crab_feature .list_yude_link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  background-color: #F4EDDB;
}
.crab_feature .list_yude_link .u_line {
  display: inline-block;
  border-bottom: 1px solid #000;
}
.crab_feature .list_yude_link .yohaku {
  padding-right: 1em;
  display: inline-block;
}
.crab_feature .list_yude_link b {
  font-size: 12px;
}
.crab_feature .block_yude {
  margin-top: 50px;
  padding: 50px 0 0;
  background-color: #fff;
}
.crab_feature > .txt_movieLead {
  margin: 0;
  padding-top: 100px;
  color: #AE934E;
}
.crab_feature > .txt_movieLead .txt_movieLead_inner::before,
.crab_feature > .txt_movieLead .txt_movieLead_inner::after {
  background-color: #AE934E;
}

.crab_feature .txt_last {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

/* --------------
  gourmet_area
-------------- */
.crab_feature .gourmet_area .gourmet_intro {
  width: 600px;
  margin: 40px auto 10px;
}
.crab_feature .gourmet_area .gourmet_pic {
  margin-bottom: 20px;
}
.crab_feature .gourmet_area .comment_desc {
  margin: 0 auto;
  padding: 20px 30px;
}
.crab_feature .gourmet_area .comment_desc p {
  text-align: center;
}
.crab_feature .gourmet_area .txt_last {
  margin-bottom: 20px;
}
.crab_feature .gourmet_area .gourmet_btn {
  margin: 0 auto;
  width: 200px;
}
.crab_feature .gourmet_area .gourmet_comment_01 {
  width: 300px;
}
.crab_feature .gourmet_area .gourmet_comment_02 {
  width: 400px;
}
.crab_feature .gourmet_area .gourmet_comment_03 {
  width: 210px;
}
.crab_feature .gourmet_area .gourmet_comment_04 {
  width: 330px;
}