.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wp_social_bookmarking_light {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wp_social_bookmarking_light div {
  float: left !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0px 0 !important;
  height: 23px !important;
  text-indent: 0 !important;
}

.wp_social_bookmarking_light img {
  border: 0 !important;
  padding: 0;
  margin: 0;
  vertical-align: top !important;
}

.wp_social_bookmarking_light_clear {
  clear: both !important;
}

.wsbl_twitter {
  width: 100px;
}

.fb_iframe_widget span {
  height: 23px !important;
}

#wpadminbar {
  display: none;
}

* html body {
  margin-top: 32px !important;
  scroll-behavior: smooth;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 46px !important;
  }

  * html body {
    margin-top: 46px !important;
  }
}

/* Hide WP Mobile Menu outside the width of trigger */
@media only screen and (min-width:831px) {

  .mob_menu,
  .mob_menu_left_panel,
  .mob_menu_right_panel,
  .mobmenu {
    display: none !important;
  }

}

/* Our css Custom Options values */
@media only screen and (max-width:831px) {

  #mainNav,
  #header {
    display: none !important;
  }

  .mob-menu-left-panel .mobmenu-left-bt,
  .mob-menu-right-panel .mobmenu-right-bt {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 30px;
  }

  .mob-menu-slideout .mob-cancel-button {
    display: none;
  }

  .mobmenu,
  .mob-menu-left-panel,
  .mob-menu-right-panel {
    display: block;
  }

  .mobmenur-container i {
    color: #be191b;
  }

  .mobmenul-container i {
    color: #222;
  }

  .mobmenul-container img {
    max-height: 40px;
    float: left;
  }

  .mobmenur-container img {
    max-height: 40px;
    float: right;
  }

  #mobmenuleft li a,
  #mobmenuleft li a:visited {
    color: #222;

  }

  .mobmenu_content h2,
  .mobmenu_content h3,
  .show-nav-left .mob-menu-copyright,
  .show-nav-left .mob-expand-submenu i {
    color: #222;
  }

  .mobmenu_content #mobmenuleft li:hover,
  .mobmenu_content #mobmenuright li:hover {
    background-color: #a3d3e8;
  }

  .mobmenu_content #mobmenuright li:hover {
    background-color: #dd3333;
  }

  .mobmenu_content #mobmenuleft .sub-menu {
    background-color: #eff1f1;
    margin: 0;
    color: #222;
    width: 100%;
    position: initial;
  }

  .mob-menu-left-panel .mob-cancel-button {
    color: #000;
  }

  .mob-menu-right-panel .mob-cancel-button {
    color: #ffffff;
  }

  .mob-menu-slideout-over .mobmenu_content {
    padding-top: 40px;
  }

  .mob-menu-left-bg-holder {
    opacity: 1;
    background-attachment: fixed;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .mob-menu-right-bg-holder {
    opacity: 1;
    background-attachment: fixed;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .mobmenu_content #mobmenuleft .sub-menu a {
    color: #222;
  }

  .mobmenu_content #mobmenuright .sub-menu a {
    color: #ffffff;
  }

  .mobmenu_content #mobmenuright .sub-menu .sub-menu {
    background-color: inherit;
  }

  .mobmenu_content #mobmenuright .sub-menu {
    background-color: #be191b;
    margin: 0;
    color: #ffffff;
    position: initial;
    width: 100%;
  }

  #mobmenuleft li a:hover {
    color: #fff;

  }

  #mobmenuright li a,
  #mobmenuright li a:visited,
  .show-nav-right .mob-menu-copyright,
  .show-nav-right .mob-expand-submenu i {
    color: #ffffff;
  }

  #mobmenuright li a:hover {
    color: #fff;
  }

  .mobmenul-container {
    top: 5px;
    margin-left: 5px;
  }

  .mobmenur-container {
    top: 5px;
    margin-right: 5px;
  }

  /* 2nd Level Menu Items Padding */
  .mobmenu .sub-menu li a {
    padding-left: 50px;
  }

  /* 3rd Level Menu Items Padding */
  .mobmenu .sub-menu .sub-menu li a {
    padding-left: 75px;
  }


  .mob-menu-logo-holder {
    padding-top: 0px;
    text-align: left;
    margin-left: 20px;
    ;
    ;
  }

  .mob-menu-header-holder {

    background-color: #ffffff;
    height: 40px;
    width: 100%;
    font-weight: bold;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99998;
    color: #000;
    display: block;
  }

  .mobmenu-push-wrap,
  body.mob-menu-slideout-over {
    padding-top: 40px;
  }

  .mob-menu-slideout .mob-menu-left-panel {
    background-color: #f9f9f9;
    ;
    width: 270px;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }

  .mob-menu-slideout .mob-menu-right-panel {
    background-color: #be191b;
    width: 270px;
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
  }

  /* Will animate the content to the right 275px revealing the hidden nav */
  .mob-menu-slideout.show-nav-left .mobmenu-push-wrap,
  .mob-menu-slideout.show-nav-left .mob-menu-header-holder {

    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    -moz-transform: translate3d(270px, 0, 0);
    -ms-transform: translate3d(270px, 0, 0);
    -o-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
  }

  .mob-menu-slideout.show-nav-right .mobmenu-push-wrap,
  .mob-menu-slideout.show-nav-right .mob-menu-header-holder {

    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);

    -webkit-transform: translate3d(-270px, 0, 0);
    -moz-transform: translate3d(-270px, 0, 0);
    -ms-transform: translate3d(-270px, 0, 0);
    -o-transform: translate3d(-270px, 0, 0);
    transform: translate3d(-270px, 0, 0);
  }


  /* Mobmenu Slide Over */
  .mobmenu-overlay {
    opacity: 0;
  }

  .mob-menu-slideout-top .mobmenu-overlay,
  .mob-menu-slideout .mob-menu-right-panel .mob-cancel-button,
  .mob-menu-slideout .mob-menu-left-panel .mob-cancel-button {
    display: none !important;
  }

  .show-nav-left .mobmenu-overlay,
  .show-nav-right .mobmenu-overlay {
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    position: fixed;
    cursor: pointer;
  }

  .mob-menu-slideout-over .mob-menu-left-panel {
    display: block !important;
    background-color: #f9f9f9;
    ;
    width: 270px;
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .mob-menu-slideout-over .mob-menu-right-panel {
    display: block !important;
    background-color: #be191b;
    ;
    width: 270px;
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .mob-menu-slideout-over.show-nav-left .mob-menu-left-panel {
    display: block !important;
    background-color: #f9f9f9;
    ;
    width: 270px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .show-nav-right.mob-menu-slideout-over .mob-menu-right-panel {
    display: block !important;
    background-color: #be191b;
    width: 270px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  /* Hides everything pushed outside of it */
  .mob-menu-slideout .mob-menu-left-panel,
  .mob-menu-slideout-over .mob-menu-left-panel {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 300000;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
  }


  .mob-menu-slideout .mob-menu-right-panel,
  .mob-menu-slideout-over .mob-menu-right-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 300000;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;

  }

  /*End of Mobmenu Slide Over */

  .mobmenu .headertext {
    color: #ffffff;
  }

  .headertext span {
    position: absolute;
    line-height: 40px;
  }


  /* Adds a transition and the resting translate state */
  .mob-menu-slideout .mobmenu-push-wrap,
  .mob-menu-slideout .mob-menu-header-holder {

    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

  }

  /* Mobile Menu Frontend CSS Style*/
  html,
  body {
    overflow-x: hidden;
  }

  .hidden-overflow {
    overflow: hidden !important;
  }

  /* Hides everything pushed outside of it */
  .mob-menu-slideout .mob-menu-left-panel {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 300000;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .mob-menu-slideout.show-nav-left .mob-menu-left-panel {
    transition: transform .5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  body.admin-bar .mobmenu {
    top: 32px;
  }

  @media screen and (max-width: 782px) {
    body.admin-bar .mobmenu {
      top: 46px;
    }
  }

  .mob-menu-slideout .mob-menu-right-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 300000;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .mob-menu-slideout.show-nav-right .mob-menu-right-panel {
    transition: transform .5s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .show-nav-left .mobmenu-push-wrap {
    height: 100%;
  }

  /* Will animate the content to the right 275px revealing the hidden nav */
  .mob-menu-slideout.show-nav-left .mobmenu-push-wrap,
  .show-nav-left .mob-menu-header-holder {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .show-nav-right .mobmenu-push-wrap {
    height: 100%;
  }

  /* Will animate the content to the right 275px revealing the hidden nav */
  .mob-menu-slideout.show-nav-right .mobmenu-push-wrap,
  .mob-menu-slideout.show-nav-right .mob-menu-header-holder {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
  }

  .widget img {
    max-width: 100%;
  }

  #mobmenuleft,
  #mobmenuright {
    margin: 0;
    padding: 0;
  }

  #mobmenuleft li>ul {
    display: none;
    left: 15px;
  }

  .mob-expand-submenu {
    position: relative;
    right: 0px;
    float: right;
    margin-top: -50px;
  }

  .mob-expand-submenu i {
    padding: 12px;
  }

  #mobmenuright li>ul {
    display: none;
    left: 15px;
  }

  .rightmbottom,
  .rightmtop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobmenu_content {
    z-index: 1;
    height: 100%;
    overflow: auto;
  }

  .mobmenu_content li a {
    display: block;
    font-family: "Open Sans";
    letter-spacing: 1px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
  }

  .mobmenu_content li {
    list-style: none;
  }

  .mob-menu-left-panel li,
  .leftmbottom,
  .leftmtop {
    padding-left: 0%;
    padding-right: 0%;
  }

  .mob-menu-right-panel li,
  .rightmbottom,
  .rightmtop {
    padding-left: 0%;
    padding-right: 0%;
  }

  .mob-menu-slideout .mob_menu_left_panel_anim {
    -webkit-transition: all .30s ease-in-out !important;
    transition: all .30s ease-in-out !important;
    transform: translate(0px) !important;
    -ms-transform: translate(0px) !important;
    -webkit-transform: translate(0px) !important;
  }

  .mob-menu-slideout .mob_menu_right_panel_anim {
    -webkit-transition: all .30s ease-in-out !important;
    transition: all .30s ease-in-out !important;
    transform: translate(0px) !important;
    -ms-transform: translate(0px) !important;
    -webkit-transform: translate(0px) !important;
  }

  .mobmenul-container {
    position: absolute;
  }

  .mobmenur-container {
    position: absolute;
    right: 0px;
  }

  .mob-menu-slideout .mob_menu_left_panel {
    width: 230px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    transform: translate(-230px);
    -ms-transform: translate(-230px);
    -webkit-transform: translate(-230px);
    transition: all .30s ease-in-out !important;
    -webkit-transition: all .30s ease-in-out !important;
    overflow: hidden;
  }

  .leftmbottom h2 {
    font-weight: bold;
    background-color: transparent;
    color: inherit;
  }

  .show-nav-right .mobmenur-container img,
  .show-nav-left .mobmenul-container img,
  .mobmenu .mob-cancel-button,
  .show-nav-left .mobmenu .mob-menu-icon,
  .show-nav-right .mobmenu .mob-menu-icon,
  .mob-menu-slideout-over.show-nav-left .mobmenur-container,
  .mob-menu-slideout-over.show-nav-right .mobmenul-container {
    display: none;
  }

  .show-nav-left .mobmenu .mob-cancel-button,
  .mobmenu .mob-menu-icon,
  .show-nav-right .mobmenu .mob-cancel-button {
    display: block;
  }

  .mobmenul-container i {
    line-height: 30px;
    font-size: 30px;
    float: left;
  }

  .left-menu-icon-text {
    float: left;
    line-height: 30px;
    color: #222;
  }

  .right-menu-icon-text {
    float: right;
    line-height: 30px;
    color: #ffffff;
  }

  .mobmenur-container i {
    line-height: 30px;
    font-size: 30px;
    float: right;
  }

  .mobmenu_content .widget {
    padding-bottom: 0px;
    padding: 20px;
  }

  .mobmenu input[type="text"]:focus,
  .mobmenu input[type="email"]:focus,
  .mobmenu textarea:focus,
  .mobmenu input[type="tel"]:focus,
  .mobmenu input[type="number"]:focus {
    border-color: rgba(0, 0, 0, 0) !important;
  }

  .mob-expand-submenu i {
    padding: 12px;
    top: 10px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
  }

  .nav,
  .main-navigation,
  .genesis-nav-menu,
  #main-header,
  #et-top-navigation,
  .site-header,
  .site-branding,
  .ast-mobile-menu-buttons,
  .hide {
    display: none !important;
  }

  .mob-menu-left-bg-holder,
  .mob-menu-right-bg-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -50;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }

  .mobmenu_content .sub-menu {
    display: none;
  }

  .mob-standard-logo {
    display: inline-block;
    height: 38px;
  }

  .mob-retina-logo {
    height: 38px;
  }
}

.mobmenu-push-wrap {
  height: 100%;
}

.no-menu-assigned {
  font-size: 12px;
  padding-left: 10px;
  margin-top: 20px;
  position: absolute;
}


/*reset*/
.kurabiraki_2023f_nav ul,
li {
  margin: 0px !important;
  padding: 0px !important;
}

/*reset*/

.kurabiraki_2023f_pc_none {
  display: none;
}

.kurabiraki_2023f_sp_none {
  display: block;
}

@media screen and (max-width:640px) {
  .kurabiraki_2023f_pc_none {
    display: block;
  }

  .kurabiraki_2023f_sp_none {
    display: none;

  }
}


/*////////蔵開き_共通////////*/
/*////////flex///////////*/
.fx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media screen and (max-width:640px) {
  .fx--sp-block {
    display: block;
  }

  .fx--sp-item-s {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}

.fx--item-s {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.fx--item-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fx--jc-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


.fx--jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fx--dir-r-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fx--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fx--dir-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fx--flw-c {
  flex-flow: column;
}

.fx--dir-cr {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/*////////flex///////////*/

/*////////margin///////////*/

.mb-sm {
  margin-bottom: 0.8rem;
}

.mb-md {
  margin-bottom: 1.2rem;
}

.mb-lg {
  margin-bottom: 2.0rem;
}

.mb-xlg {
  margin-bottom: 5.0rem;
}

@media screen and (max-width:640px) {
  .mb-xlg {
    margin-bottom: 2.0rem;
  }
}



/*////////margin///////////*/

.kurabiraki_2023f_a_hover:hover {
  transition-duration: 0.2s;
  opacity: 80%;
}


/*////////蔵開き_共通////////*/

/*///////////////////////////////蔵開き_nav///////////////////////////////*/
.kurabiraki_2023f_nav ul {
  row-gap: 1.0rem;
  /*縦方向のアキ*/
}

.kurabiraki_2023f_nav li {
  height: 5rem;
  background-color: #171C61;
  flex-basis: calc((100% - 1.0rem) / 4);
  text-align: center;

}

@media screen and (max-width:640px) {
  .kurabiraki_2023f_nav li {
    flex-basis: calc((100% - 1.0rem) / 2);
  }
}

.kurabiraki_2023f_nav li a {}

.kurabiraki_2023f_nav li a div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.kurabiraki_2023f_nav li a div p {
  color: #ffffff;
  padding-bottom: 0;
}

/*///////////////////////////////蔵開き_nav///////////////////////////////*/



/*///////////////////////////////蔵開き_contents///////////////////////////////*/
#kurabiraki_lp {
  width: 1024px;
  margin: 0 auto;
  padding-top: 2rem;
}

@media screen and (max-width:767px) {
  #kurabiraki_lp {
    width: 100%;
  }
}

#kurabiraki_lp img {
  width: 100%;
  height: auto;
}

.kurabiraki_contents .kurabiraki_contents_genre {
  row-gap: 1.0rem;
}

.kurabiraki_contents .kurabiraki_contents_genre .kurabiraki_contents_genre_ttl {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #171C61;
}

@media screen and (max-width:640px) {
  .kurabiraki_contents .kurabiraki_contents_genre .kurabiraki_contents_genre_ttl {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}

.kurabiraki_contents .kurabiraki_contents_genre .kurabiraki_contents_genre_ttl::before {
  border: 5px solid #171C61;
  content: "";
  margin-right: 1.0rem;
}


.kurabiraki_contents .kurabiraki_contents_genre_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.kurabiraki_contents .kurabiraki_contents_genre .kurabiraki_contents_box {
  flex-basis: calc((100% - 1.0rem) / 2);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width:640px) {
  .kurabiraki_contents .kurabiraki_contents_genre .kurabiraki_contents_box {
    margin-bottom: 1rem;
  }

  .kurabiraki_contents .kurabiraki_contents_genre .kurabiraki_contents_box {
    flex-basis: calc((100% - 1.0rem) / 1);
  }

}

.kurabiraki_contents .kurabiraki_contents_genre .kurabiraki_contents_box .kurabiraki_contents_box_inner {
  border: #ccc 1px solid;
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.kurabiraki_txt_box {
  padding: 1rem;
  flex-grow: 1;
}

.kurabiraki_txt_box h3 {
  color: #171C61;
}

.kurabiraki_txt_box ul {
  list-style: circle;
  font-size: 14px;
}








/* //////////アンカー時のズレ回避////////// */
.kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre {
  padding-top: 155px;
  margin-top: -155px;
  z-index: -999;
}

@media screen and (max-width:640px) {
  .kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre {
    padding-top: 45px;
    margin-top: -45px;
  }
}

/* //////////アンカー時のズレ回避////////// */

.kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre .kurabiraki_2023f_contents_box .kurabiraki_2023f_txt_box {
  margin: 5%;
}

.kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre .kurabiraki_2023f_contents_box .kurabiraki_2023f_txt_box h3 {
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 2%;
  font-size: 1.4rem;
  color: #171C61;
}

@media screen and (max-width:640px) {
  .kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre .kurabiraki_2023f_contents_box .kurabiraki_2023f_txt_box h3 {
    margin-bottom: 5%;
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
}

.kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre .kurabiraki_2023f_contents_box .kurabiraki_2023f_txt_box p {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre .kurabiraki_2023f_contents_box .kurabiraki_2023f_txt_box p span {
  text-decoration: underline;
}

.kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre .kurabiraki_2023f_contents_box .kurabiraki_2023f_txt_box .kurabiraki_2023f_txt_box_mini_ttl {
  margin-bottom: 0.25rem;
}

.kurabiraki_2023f_contents .kurabiraki_2023f_contents_genre .kurabiraki_2023f_contents_box .kurabiraki_2023f_txt_box .kurabiraki_2023f_contents_indent {
  text-indent: 1.0rem;
}

#kurabiraki_2023f_genre_1 .kurabiraki_2023f_txt_box {
  height: 200px;
}


#kurabiraki_2023f_genre_2 .kurabiraki_2023f_txt_box {
  height: 460px;
  margin-top: 1rem;
}

#kurabiraki_2023f_genre_3 .kurabiraki_2023f_txt_box {
  height: 140px;
}

#kurabiraki_2023f_genre_4 .kurabiraki_2023f_txt_box {
  height: 140px;
}

@media screen and (max-width:640px) {
  #kurabiraki_2023f_genre_1 .kurabiraki_2023f_txt_box {
    height: auto;
  }

  #kurabiraki_2023f_genre_2 .kurabiraki_2023f_txt_box {
    height: auto;
  }

  #kurabiraki_2023f_genre_3 .kurabiraki_2023f_txt_box {
    height: auto;
  }

  #kurabiraki_2023f_genre_4 .kurabiraki_2023f_txt_box {
    height: auto;
  }
}

/*///////////////////////////////蔵開き_contents///////////////////////////////*/

/*///////////////////////////////蔵開き_access///////////////////////////////*/
.kurabiraki_2023f_access {
  text-align: center;
}
.kurabiraki_2023f_access_img {
  position: relative;
}
.kurabiraki_2023f_access_img a {
  position: absolute;
  width: 75px;
  height: 32px;
  right: 10px;
  top: 50px;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .kurabiraki_2023f_access_img a {
      width: 30px;
      height: 10px;
      right: 5px;
      top: 20px; }
}


.kurabiraki_2023f_access h2 {
  font-size: 1.8rem;
  color: #171C61;
  font-weight: bold;
  padding: 2%;
}

.kurabiraki_2023f_access p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.kurabiraki_2023f_access p span {
  font-size: 1.0rem;
}

.kurabiraki_2023f_access .kurabiraki_2023f_access_table {}

.kurabiraki_2023f_access .kurabiraki_2023f_access_table div {
  flex-basis: calc((100% - 1.0rem) / 2);
}

/*/////////////// tableのborderのreset ///////////////*/
.kurabiraki_2023f_access .kurabiraki_2023f_access_table div table {
  border-top: none !important;
}

.kurabiraki_2023f_access .kurabiraki_2023f_access_table div table th,
td {
  text-align: center;
  border-bottom: none !important;
}

/*/////////////// tableのborderのreset ///////////////*/


.kurabiraki_2023f_access .kurabiraki_2023f_access_table div table,
th,
td {
  border: 1px solid #cccccc !important;
  border-collapse: collapse;
}

.kurabiraki_2023f_access .kurabiraki_2023f_access_table div table .kurabiraki_2023f_access_th_k_to_u {
  background-color: #dfe4f8;
  font-weight: bolder;
}

.kurabiraki_2023f_access .kurabiraki_2023f_access_table div table .kurabiraki_2023f_access_tr_k_to_u {
  background-color: #dfe4f8;
  border-bottom: 2px solid #cccccc;
}

.kurabiraki_2023f_access .kurabiraki_2023f_access_table div table .kurabiraki_2023f_access_th_u_to_k {
  background-color: #fcfce3;
  font-weight: bolder;
}

.kurabiraki_2023f_access .kurabiraki_2023f_access_table div table .kurabiraki_2023f_access_tr_u_to_k {
  background-color: #fcfce3;
  border-bottom: 2px solid #cccccc;
}

.kurabiraki_2023f_access .kurabiraki_2023f_access_button {
  margin: auto;
  width: 50%;
  height: 2.5rem;
}

.kurabiraki_2023f_caution .kurabiraki_2023f_caution_ttl {
  background-color: var(--navy);
  padding: 3%;
}

.kurabiraki_2023f_caution .kurabiraki_2023f_caution_ttl p {
  font-size: 1.2rem;
  line-height: 2.0rem;
  color: #fff;
  font-weight: bold;
  padding-bottom: 0;
}
@media screen and (max-width:767px) {
  .kurabiraki_2023f_caution .kurabiraki_2023f_caution_ttl p {
    font-size: 1.0rem;
  }
}
.kurabiraki_2023f_caution_txt ul {
  margin: 0;
  padding: 0;
}
.kurabiraki_2023f_caution .kurabiraki_2023f_caution_txt li {
  font-size: 1.0rem;
  margin-bottom: 0.5rem !important;
  padding-bottom: 0;
}


.kurabiraki_pc {
  display: block;
}

@media screen and (max-width:767px) {
  .kurabiraki_pc {
    display: none;
  }
}

.kurabiraki_sp {
  display: none;
}

@media screen and (max-width:767px) {
  .kurabiraki_sp {
    display: block;
  }
}

table.spec td.l1 {
  min-width: 4em !important;
}


table.tbody,
table.no-border tr,
table.no-border td,
table.no-border {
  border: none;
}

table.no-border {
  border: none !important;
}

@media (max-width: 740px) {

  table.no-border td,
  table.chokuei td {
    display: block;
    border: none;
  }

  table.chokuei {
    border-collapse: collapse
  }

  table.chokuei tr {
    border-bottom: 1px solid #000;
  }
}

dl.shops {
  display: table;
}


dl.shops dt,
dl.shops dd {
  display: table-cell;
}

dl.shops dt {
  width: 16em;
}

dl.shops dd.address {
  width: 38em;
  margin-right: 2em;
}

.shops article.content {
  width: 1100px !important;
}

@media (max-width:1100px) {
  .shops article.content {
    width: 100% !important;
  }
}

@media (max-width: 740px) {

  dl.shops dt,
  dl.shops dd {
    display: block !important;
  }

  dl.shops dt {
    width: 100%;
  }

  dl.shops dd.address {
    width: 100%;
  }


}


@media (max-width: 1023px) {
  .column2_container {
    display: block;
  }

  .column2 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .column2 {
    width: 50%;
  }

  .column2_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}


div.img100width {
  height: auto !important;
}

div.img100width img {
  width: 100%;
  height: auto;
}



.kengaku dl {
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.kengaku dt {
  font-weight: bold;
  padding-bottom: 5px;

}


@media screen and (min-width: 768px) {
  .kengaku dt {
    clear: left;
    float: left;

  }

  .kengaku dd {
    margin-left: 18%;
  }
}



.kurabiraki_headbnr_img {
  width: 80%;
  margin: 0 auto;
  display: block;
}


#gmap {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  min-height: 331px;
}

.top_map {
  text-align: center;
}

@media screen and (min-width:960px) {
  #gmap {
    height: 100%;
    min-height: 560px;
  }
}



p.annualjp {
  margin-bottom: 2em;
}

#header img.logo,
#footer img#footerlogo {
  margin: 6px;
  width: 200px;
  height: auto !important;
}





ul.drinklist {
  list-style: none;
  display: inline-block;
}

ul.list_one li {
  position: relative;
}

ul.list_one li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}


/***トップページナビゲーションボタン***/

.indexnav li#gotoshop a::before,
.indexnav li#gotoshop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a" !important;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transform: scaleX(-1);
  margin-right: .3em;
}

.indexnav #gotoshop a {
  background-color: transparent !important;
}

@media only screen and (min-width: 1000px) {
  .indexnav ul.button li.spcontent {
    display: none !important;
  }
}

@media only screen and (max-width: 999px) {
  .indexnav ul.button li.spcontent {
    display: inline-block;
  }
}


/***オンラインショップメニュー***/
li.gotostore,
.gotostore a,
li.gotoshop,
.gotoshop a {
  color: #fff !important;
  background-color: #171C61;
}

li.gotostore:hover,
.gotostore a:hover,
li.gotoshop:hover,
.gotoshop a:hover {
  color: #fff !important;
  background-color: #272D6E;
}

#mobmenuright li.gotoshop a::before,
.gotoshop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  /*←ココ！！！！！！！*/
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transform: scaleX(-1);
  margin-right: .3em;
}



#mobmenuright li.gotostore a::before,
.gotostore a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f54e";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transform: scaleX(-1);
  margin-right: .3em;
}


/***オンラインショップメニュー***/

.red {
  color: #ff0000;
}

.blue {
  color: #2D74B6;
}

.red_box {
  background-color: #ff0000;
  color: #fff;
  padding: 3px 5px;
}

.blue_box {
  background-color: #2D74B6;
  color: #fff;
  padding: 3px 5px;
}


/*追加コンテンツSDGS*/

.spbr::before {
  content: "\A";
  white-space: pre;
  margin-left: -5px;
}




ul.sdgs {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}


div.center {
  text-align: centerter;
}


h2.sdgs {
  line-height: 1.4em;
}


h2.sdgs {
  font-size: 36px;
  font-weight: bold;
}

.post ul.sdgs li {
  list-style-position: outside;
  margin-left: 2em;
  padding-left: 0;
}



ul.sdgsimg {
  width: 100%;
  margin: 0 0 0px 0px;
}

ul.sdgsimg:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 0;
}

ul.sdgsphoto li {
  width: 32.5%;
}

ul.sdgsicons li {
  width: 16%;
}

ul.sdgsimg li {
  display: inline-block;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}


@media screen and (max-width:960px) {
  ul.sdgsicons li {
    width: 19.3%;
  }
}

@media screen and (max-width:640px) {
  ul.sdgsicons li {
    width: 32.5%;
  }
}



#store_news ul {
  margin: 0;
  background: none;
}

#store_news ul li {
  margin: 10px auto;
  padding-left: 18px;
  font-weight: normal;
  font-size: 100%;
  border-bottom: 1px solid #dadada;
  padding-bottom: 6px;
}



#store_news span.title {
  display: inline-block;
  font-weight: bold;
  padding: 2px 4px;
  margin-left: 20px;
  margin-right: 20px;
  color: #000;
  text-align: center;
}

table.chokuei td {
  vertical-align: middle;
}

#top_news img {
  width: 150px !important;
  height: auto !important;
}

#storeinfo h3:not(#shousaimap),
#storeinfo h2 {
  margin-top: 4em;
}














/*///////////////////////////////2025au新規CSS///////////////////////////////*/
/* 共通CSS */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0 !important;
}
img {
  width: 100%;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
}
ul,li,ol {
  list-style: none;
}
dl,dd,dt {
  margin: 0;
  padding: 0;
}
:where(figure, figcaption) {
  margin: 0;
}

.contents__inner {
  max-width: 980px;
  margin: 0 auto;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}


@media screen and (max-width:767px) {
  .contents__inner {
      max-width: 980px;
      width: 90%;
      margin: 0 auto;
    }
    .pc-only {
      display: none;
    }
    .sp-only {
      display: block;
    }
}


/* how-about */
.how-about {
  background: url("../img/bg_howabout.jpg") repeat;
  text-align: center;
  padding: 5rem 0;
}
@media screen and (max-width:767px) {
  .how-about {
      padding: 5rem 0 0;
    }
}

.how-about-inner {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .9);
  padding: 40px 30px;
  border-radius: 12px;
}

.how-about-title {
  padding: 3rem 0;
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .how-about-title {
      width: 90%;
     }
}

.how-about-text {
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 14px;
  color: #333;
}

.how-about-slider {
  margin-top: 36px;
  display: grid;
  gap: 0px;
}

.marquee {
  overflow: hidden;
}

.marquee__track {
  display: flex;
  width: max-content;
}

.marquee__group {
  display: flex;
}

.marquee__group img {
  width: 260px;
  height: 170px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}



@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* 方向とスピード */
.marquee-left .marquee__track {
  animation: scroll-left 100s linear infinite;
}

.marquee-right .marquee__track {
  animation: scroll-right 100s linear infinite;
}


/* レスポンシブ */
@media (max-width: 1024px) {
  .marquee__group img {
    width: 220px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .how-about-inner {
    padding: 22px 16px;
    margin: 4px;
  }

  .how-about-title {
    font-size: 1.6rem;
  }

  .how-about-text {
    font-size: .98rem;
  }

  .marquee__group img {
    width: 180px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .marquee__group img {
    width: 140px;
    height: 100px;
  }
}

/* ========== yoyaku_bnr ========== */
.yoyaku-bnr {
  padding: 72px 20px 10rem;
  background: #fff;
}

.yoyaku-bnr__inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* 見出し */
.yoyaku-bnr__head {
  text-align: center;
  margin-bottom: 28px;
}
.yoyaku-bnr__head {
  width: 100%;
  height: auto;
  display: block;
}
.title__logo {
  display: block;
  width: 15%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .title__logo {
      width: 25%;
 }
}


.yoyaku-bnr__title {
  display: inline-block;
  padding: 0 48px;
}


/* バナーのグリッド */
.yoyaku-bnr__list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
}

.yoyaku-bnr__item {
  margin: 0;
}

.yoyaku-bnr__link {
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.yoyaku-bnr__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.yoyaku-bnr__link:focus-visible {
  outline: 3px solid #0a3b6d;
  outline-offset: 3px;
}

/* 画像共通 */
.yoyaku-bnr picture,
.yoyaku-bnr img {
  display: block;
  width: 100%;
  height: auto;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .yoyaku-bnr__title {
    font-size: 1.8rem;
    padding: 0 40px;
  }

  .yoyaku-bnr__title::before,
  .yoyaku-bnr__title::after {
    width: 14px;
    height: 14px;
  }

  .yoyaku-bnr__list {
    gap: 22px 28px;
  }
}

@media (max-width: 767px) {
  .yoyaku-bnr {
    padding: 56px 16px;
  }

  .yoyaku-bnr__title {
    font-size: 1.5rem;
    padding: 0 32px;
  }

  .yoyaku-bnr__title::before,
  .yoyaku-bnr__title::after {
    width: 12px;
    height: 12px;
  }

  .yoyaku-bnr__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .yoyaku-bnr__logo {
    width: 72px;
  }
}

/* 動きが苦手なユーザー配慮（ホバー効果を弱める） */
@media (prefers-reduced-motion: reduce) {
  .yoyaku-bnr__link {
    transition: none;
  }

  .yoyaku-bnr__link:hover {
    transform: none;
  }
}

/* ====== event ====== */
:root {
  --navy: #0a3b6d;
  --navy-deep: #073e66;
  --blue: #1255a6;
  --ink: #0b2e3b;
  --gray: #f3f6f8;
  --peach: #f7e7de;
  --line: #e8c9c9;
  --accent: #eb8c90;
  --card: #ffffff;
  --mint: #19c4ae;
  --gold: #ead24f;
  --text: #14323f;
  --warn: #e14b44;
}

.event {
  background: linear-gradient(var(--navy), var(--navy-deep));
  padding: 64px 16px 80px;
  color: var(--text);
}

.event__inner {
  max-width: 900px;
  margin: 0 auto;
}

.event__title {
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 3.8vw, 2rem);
  letter-spacing: .08em;
  margin: 5rem auto 7rem;
  width: 60%;
}
@media screen and (max-width:767px) {
  .event__title {
      margin: 2rem auto 4rem;
      width: 90%; }
}

/* Day wrapper */
.event-day {
  background: var(--card);
  border-radius: 14px;
  padding: 28px 20px 36px;
  margin: 24px auto 80px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
}

/* タブ（Day1 / Day2） */
.event-day__tab {
  gap: 18px;
  color: #243200;
  padding: 1rem 2rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
}

.event-day__date {
  font-size: 2rem;
}

.event-day__date small {
  font-size: 1.6rem;
  margin-left: 6px;
}

/* 各イベントカード */
.event-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 18px 22px;
  margin: 4rem 0;
  position: relative;
  background: #fff;
}

.event-card+.event-card {
  margin-top: 28px;
}

.event-card__time {
  position: absolute;
  right: 20px;
  top: -40px;
  background: var(--navy);
  color: var(--card);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
  box-shadow: 0 6px 16px rgba(25, 196, 174, .25);
  font-size: 1.2rem;
}

.event-card__body {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 22px;
  align-items: start;
}

.event-card__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.event-card__title {
  font-size: clamp(1.2rem, 2.6vw, 1.5rem);
  margin: 2px 0 8px;
  color: #033333;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem 0;
}

.event-card__label-free {
  font-size: .85rem;
  color: #1f6f6b;
  margin-left: .3em;
}

.event-card__text {
  line-height: 1.9;
  margin-bottom: 8px;
}

.event-card__notes {
  margin: 6px 0 14px;
  padding-left: 0.4em;
}

.event-card__notes li {
  font-size: .95rem;
}

.event-card__caution {
  font-size: .92rem;
  margin: 0 0 12px;
}

.is-warn {
  color: var(--warn);
}

/* チケットボタン */
.btn-ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  padding: 12px 18px;
  background: #d6dc76;
  color: #033333;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(214, 220, 118, .35) inset, 0 3px 10px rgba(0, 0, 0, .08);
  transition: transform .18s ease, box-shadow .18s ease;
  position: relative;
  margin: 1.6rem 0;
}

.btn-ticket::after {
  content: "›";
  font-size: 1.2em;
  line-height: 1;
  margin-left: .3em;
}

.btn-ticket:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(214, 220, 118, .5) inset, 0 6px 16px rgba(0, 0, 0, .12);
}

/* フェード（フワッと） */
.fade-section {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s ease, transform .8s ease;
}

.fade-section.is-visible {
  opacity: 1;
  transform: none;
}

/* レスポンシブ */
@media (max-width: 860px) {
  .event-card__body {
    grid-template-columns: 1fr;
  }

  .event-card__time {
    width: 74px;
    height: 74px;
    right: 12px;
    top: -40px;
  }
}

@media (max-width: 560px) {
  .event {
    padding: 44px 12px 64px;
  }

  .event-day {
    padding: 22px 14px 24px;
  }

  .event-day__tab {
    padding: 1rem;
  }

  .event-card {
    padding: 14px;
    margin: 2rem 0;
  }
  .event-card+.event-card {
    margin-top: 3rem;
  }

  .btn-ticket {
    width: 90%;
  }
}

/* 動きが苦手なユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .fade-section {
    transition: none;
  }

  .btn-ticket {
    transition: none;
  }
}

/* ================== enjoy ================== */
#enjoy {
  position: relative;
  overflow: hidden;
}

/* 上部の柄を ::before で付与（下端を曲線に切り抜き） */
#enjoy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 220px;
  background: url("../img/bg_ume_pattern.png") center top / 100% auto no-repeat;
  z-index: 0;
  pointer-events: none;
}
  #enjoy .enjoy__inner {
    position: relative;
    z-index: 1;
    padding-top: 140px;
  }
  @media screen and (max-width:767px) {
    #enjoy .enjoy__inner {
        padding-top: 70px; }
  }


.enjoy__bg--top {
  top: 0;
}

.enjoy__bg--bottom {
  bottom: 0;
  transform: scaleY(-1);
}

.enjoy__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 64px 20px 0px;
}

/* 見出し */
.enjoy__head {
  text-align: center;
  margin-bottom: 28px;
}

.enjoy__logo {
  width: 84px;
  margin: 0 auto 10px;
  display: block;
}

.enjoy__title {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .enjoy__title {
      width: 90%;
 }
}

/* ステップ共通 */
.enjoy-step {
  padding: 8rem 0 7rem;
}
@media screen and (max-width:767px) {
  .enjoy-step {
      padding: 4rem 0 2rem; }
}

.enjoy-step__title {
  text-align: center;
  color: var(--ink);
  letter-spacing: .05em;
  margin-bottom: 6px;
  display: block;
  width: 260px; /*調整*/
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .enjoy-step__title {
      width: 50%;
}
}


.enjoy-step__lead {
  text-align: center;
  color: #567;
  margin: 1rem 0;
  font-size: .98rem;
}

/* 1.お酒を楽しむ：縦カード */
.enjoy-list {
  list-style: none;
  margin: 0;
  padding: 3rem 0;
  display: grid;
  gap: 24px;
}

.enjoy-item {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 60px;
  align-items: start;
}

.enjoy-item__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.enjoy-item__content h4 {
  line-height: 1.9;
  background: var(--accent);
  color: var(--card);
  text-align: center;
  border-radius: 12px;

  font-weight:bold;
}
.enjoy-item__content p {
  line-height: 1.9;

  margin:10px 0px;
}

@media screen and (max-width:767px) {
  .enjoy-item {
      gap: 6px;
  }
}

/* 2.学ぶ */
.enjoy-step--learn {
  background: #f7e7e2;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 6rem 0;
  position: relative;
}

.enjoy-step--learn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  transform: translate(-50%, -35%);
  width: clamp(60px, 14vw, 100px);
  height: clamp(45px, 14vw, 90px);
  background: url("../img/bg_ume.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}
.enjoy-step--learn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  transform: translate(-50%, -35%);
  width: clamp(60px, 14vw, 100px);
  height: clamp(45px, 14vw, 90px);
  background: url("../img/bg_ume.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.enjoy-step--learn>* {
  position: relative;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .enjoy-step--learn::after {
      right: 3%;
 }
}




@media screen and (max-width:767px) {
  .enjoy-step--learn {
      padding: 3rem 0; }
}

.enjoy-step--learn .enjoy-step__title {
  text-align: center;
  color: var(--ink);
  letter-spacing: .05em;
  margin-bottom: 6px;
  display: block;
  width: 260px; /*調整*/
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .enjoy-step--learn .enjoy-step__title {
    width: 48%;
  }
}

.enjoy-step--learn>* {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .enjoy-step--learn>* {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.learn-hero {
  width: 60%;
  display: block;
  margin: 3rem auto;
}
@media screen and (max-width:767px) {
  .learn-hero {
    width: 100%;
  }
}

.learn-row__content {
  padding: 0 3rem;
}
@media screen and (max-width:767px) {
  .learn-hero {
    width: 100%;
  }
  .learn-row__content {
      padding: 0 1rem;
    }
}

.learn-row {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
  align-items: start;
  margin: 12px 0 20px;
  padding-bottom: 4rem;
}

.learn-row__title {
  font-weight: 700;
  color: var(--card);
  background: var(--accent);
  border-radius: 12px;
  text-align: center;
  margin: 2px 0 6px;
  line-height: 1.9;
}

.learn-banner {
  margin-top: 6px;
}

.learn-banner__link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.learn-banner__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}


/* 3.食べる */
.enjoy-step--eat {
  background: var(--card);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 6rem 0;
  position: relative;
}
.enjoy-step--eat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  transform: translate(-50%, -35%);
  width: clamp(60px, 14vw, 100px);
  height: clamp(45px, 14vw, 90px);
  background: url("../img/bg_ume.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.enjoy-step--eat::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  transform: translate(-50%, -35%);
  width: clamp(60px, 14vw, 100px);
  height: clamp(45px, 14vw, 90px);
  background: url("../img/bg_ume.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.enjoy-step--eat>* {
  position: relative;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .enjoy-step--eat::after {
      right: 3%;
 }
}



.enjoy-step--eat .enjoy-step__title {
  text-align: center;
  color: var(--ink);
  letter-spacing: .05em;
  margin-bottom: 6px;
  display: block;
  width: 145px; /*調整*/
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .enjoy-step--eat {
      padding: 3rem 0;
    }
  .enjoy-step--eat .enjoy-step__title {
      width: 26%;
 }
}

/* ================= あらごしキッチン（フルブリード） ================= */
.aragoshi {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0c3d73;
  display: grid;
  grid-template-columns: minmax(0, 58vw) minmax(320px, 1fr);
  align-items: stretch;
  gap: 0;
  margin: 5rem 0;
}

.aragoshi__media {
  overflow: hidden;
}


/* 右テキストは濃紺背景の上にそのまま載せる */
.aragoshi__content {
  color: #fff;
  background: transparent;
  border-radius: 0;
  padding: clamp(18px, 3vw, 36px) clamp(16px, 3vw, 40px);
  display: grid;
  align-content: start;
  max-width: min(720px, 92%);
  margin-inline: auto;
}

.aragoshi__title {
  letter-spacing: .06em;
  margin: 0 0 5rem;
  //width: 55%;
  padding: 5rem 5rem 0 5rem;
}
@media screen and (max-width:767px) {
  .aragoshi__title {
      width: 75%;
      margin: 0 auto;
      padding: 1rem 0;
     }
}

.aragoshi__chip {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 10px;
  background: var(--gold);
  color: #033333;
  font-weight: 700;
  text-align: center;
  margin: 0 0 12px;
  font-size: 1.4rem;
}

.aragoshi__text {
  line-height: 1.9;
  opacity: .95;
}



/* ---------- SP：縦並び ---------- */
@media (max-width: 980px) {
  .aragoshi {
    grid-template-columns: 1fr;
    padding: 0 0 20px;
  }

  .aragoshi__media img {
    height: auto;
  }

  .aragoshi__content {
    max-width: 720px;
    padding: 18px 16px 24px;
  }

}
/* ============ マルシェ＆キッチンカー ============ */
.mk-box {
  background: #fff;
  border: 2px solid #9db9dc;
  border-radius: 12px;
  margin: 10rem auto 6rem;
  position: relative;
}

/* 見出し：中央テキスト＋左右ライン */
.mk-title {
  position: absolute;
  text-align: center;
  top: -40px;
  left: 0;
  right: 0;
}

.mk-title h4 {
  margin: 0;
  letter-spacing: .08em;
  display: inline-block;
  position: relative;
  width: 50%;
}
@media screen and (max-width:767px) {
  .mk-title h4 {
      width: 80%;
     }
     .mk-box {
      margin: 5rem auto 2rem;
    }
    .mk-title {
      top: -20px;
    }
}

.mk-box__body {
  padding: 0 20px;
}

/* 上段サムネ */
.mk-box__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 10px 0 20px;
  padding-top: 5rem;
}

.mk-box__thumbs img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.mk-box__wrap {
  padding: 3rem 0;
}

.mk-box__wrap .shop__list {
  margin: 1rem 0;
  width: 100%;
}

.mk-box__wrap dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.mk-box__wrap dl dt {
  background: #f2a0a6;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 8px 12px;
  border-radius: 12px;
  display: inline-block;
  height: 45px;
  width: 20%;
}
.mk-box__wrap dl dd {
  padding: 8px 12px;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.mk-box__wrap dl dd ul li {
  list-style: circle;
}

@media screen and (max-width:767px) {
  .mk-box__thumbs {
    padding-top: 2rem;
  }
  .mk-box__wrap {
    padding: 1rem 0;
  }
  .mk-box__wrap dl dt {
    width: 100%;
  }
  .mk-box__wrap dl dd {
    width: 100%;
  }
}



/* SPレイアウト */
@media (max-width: 860px) {

  .mk-box__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mk-box__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .mk-box__list div {
    grid-template-columns: 1fr;
  }

  .mk-box__text p {
    line-height: 1.9;
  }
}

@media (max-width: 560px) {

  .mk-title::before,
  .mk-title::after {
    width: 18%;
  }

  .mk-box {
    border-width: 1.5px;
  }

  .mk-box__body {
    padding: 0 14px 16px;
  }

  .mk-box__thumbs {
    gap: 10px;
  }
}
/* 4.買う */
.enjoy-step--buy {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 6rem 0;
  background: #e8f0f8;
}

.enjoy-step--buy::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 220px;
  background: url("../img/bg_ume_pattern.png") center top / 100% auto no-repeat;
  z-index: 0;
  pointer-events: none;
}

.enjoy-step--buy .enjoy-step__title {
  text-align: center;
  color: var(--ink);
  letter-spacing: .05em;
  margin-bottom: 6px;
  display: block;
  width: 100px;  /*調整*/
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .enjoy-step--buy {
    padding: 3rem 0;
  }
  .enjoy-step--buy .enjoy-step__title {
      width: 20%;
 }
}

.buy-cards {
  --col: clamp(280px, 32vw, 420px);
  display: grid;
  grid-template-columns: repeat(2, var(--col));
  justify-content: center;
  gap: 2rem;
  margin: 4rem auto;
}

@media (max-width: 720px) {
  .buy-cards {
    grid-template-columns: 1fr;
  }
}

.buy-card {
  background: var(--card);
  border: 1px solid var(--navy);
  border-radius: 12px;
  //display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.buy-card__media {
  overflow: hidden;
  padding: 1rem;
}

.buy-card__title {
  color: var(--card);
  background: var(--navy);
  border-radius: 4px;
  text-align: center;
  width: 63%;
  margin: 0 auto;
  padding: 12px 0;
}

.buy-card__content p {
  padding: 2rem;
}



/* さらに！ */
.enjoy-more {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 6rem 0;
  background: #fcecd3;
}
.enjoy-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  transform: translate(-50%, -35%);
  width: clamp(60px, 14vw, 100px);
  height: clamp(45px, 14vw, 90px);
  background: url("../img/bg_ume.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.enjoy-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  transform: translate(-50%, -35%);
  width: clamp(60px, 14vw, 100px);
  height: clamp(45px, 14vw, 90px);
  background: url("../img/bg_ume.svg") center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.enjoy-more>* {
  position: relative;
  z-index: 1;
}

.enjoy-more__title {
  width: 10%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .enjoy-more {
      padding: 3rem 0;
    }
  .enjoy-more::after {
    right: 3%;
  }
  .enjoy-more__title {
    width: 30%;
  }
}

.more-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  padding: 6rem 0;
}

.more-item {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 18px;
  align-items: center;
  grid-template-areas: "thumb content";
}
.more-grid>.more-item:nth-child(2) {
  display: grid;
  grid-template-columns: 60% 1fr;
}

.game {
  position: relative;
}

.capsule {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 13%;
}

.more-item__thumb {
  grid-area: thumb;
}

.more-item__content {
  grid-area: content;
  padding: 3rem;
}

.more-item:nth-child(even) {
  grid-template-areas: "content thumb";
}

@media (max-width: 768px) {
  .more-grid {
      gap: 80px;
      padding: 2rem 0;
    }
  .more-item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "thumb"
      "content";
    gap: 12px;
  }
  .more-grid>.more-item:nth-child(2) {
    grid-template-columns: 1fr;
    grid-template-areas:
      "thumb"
      "content";
    gap: 12px;
  }
  .more-item__content {
    padding: 1rem;
  }
  .capsule {
    right: 0;
    width: 25%;
  }
}

.more-item__content h4 {
  width: 60%;
  margin: 4px 0 6px;
}


/* レスポンシブ */
@media (max-width: 980px) {
  .enjoy-item {
    grid-template-columns: 280px 1fr;
  }

  .learn-row {
    grid-template-columns: 1fr;
  }

  .aragoshi {
    grid-template-columns: 1fr;
  }

  .aragoshi__bottle {
    position: static;
    display: block;
    width: 86px;
    margin: 10px 0 0 auto;
  }

  .mk-grid,
  .buy-cards,
  .more-grid {
    grid-template-columns: 1fr;
  }

  .more-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .enjoy__inner {
    padding: 56px 16px 80px;
  }

  .enjoy-item {
    grid-template-columns: 1fr;
  }

  .mk-box__list div {
    grid-template-columns: 90px 1fr;
  }

  .more-item__thumb {
    //border-width: 6px;
  }
}


.kurabiraki_2023f_caution .kurabiraki_2023f_caution_ttl h2 {
  color: var(--card);
  text-align: center;
  padding-bottom: 2rem;
}