@charset "UTF-8";
.header .f_header {
  width: 100%;
  position: relative;
  z-index: 11;
  background: #D2D2D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.header .f_header_text {
  text-align: center;
  font-size: 13px;
}
.header .s_header {
  background: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 11;
}
.header .s_header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22222;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: white;
}
.header .s_header.is-fixed .nav_list .megamenu {
  background: white;
}
.header .toggle {
  display: none;
}
.header .s_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .h_logo {
  max-width: 87px;
  width: 100%;
  margin-right: 35px;
}
.header .s_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav_list {
  margin-right: 27px;
}
.header .nav_list:last-child {
  margin-right: 0;
}
/*�ޥ��������С�*/
/* .header .nav_list:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  padding: 10px 0 30px;
} */
.header .nav_list.clicked .megamenu.clicked {
  max-height: 9999px;
  opacity: 1;
  padding: 10px 0 30px;
}
/*�ޥ��������С�*/
.header .nav_list .megamenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 999;
  background: rgba(255, 255, 255, 0.4);
}
.header .nav_list .megamenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin-left: 240px;
}
.header .nav_list .magemenu-list,
.header .recommend_list .magemenu-list {
  width: 12%;
}
/*ブログコンテンツ幅調整*/
#open_news > div > ul > li {
  width: 19%;
}
.header .nav_list .magemenu-list a,
.header .recommend_list .magemenu-list a {
  display: block;
}
.header .nav_list .en_category_name,
.header .recommend_list .en_category_name {
  margin-top: 5px;
  font-size: 12px;
  color: #DA4D2C;
  font-weight: 600;
}
.header .nav_list .ja_category_name,
.header .recommend_list .ja_category_name {
  font-size: 12px;
  color: #000;
}
.header .nav_list .en_category_name {
	min-height: 3.4em;
}
.header .nav_list .ja_category_name {
	min-height: 3.4em;
}

.header .nav_list .item_size {
  margin-top: 15px;
  padding-top: 7px;
  border-top: 1px solid #000;
}
.header .nav_list .item_size_name,
.header .recommend_list .item_size_name {
  font-size: 12px;
}
.header .nav_list .item_size_name:before,
.header .recommend_list .item_size_name:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.header .nav_list .mega_text {
  font-size: 12px;
  margin-top: 20px;
}
.header .nav_list .nav_link {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}
.header .nav_list .nav_link .en_txt {
  display: block;
  color: #DA4D2C;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.header .s_right {
  margin-right: 25px;
}
.header .right_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .right_nav_list {
  margin-right: 25px;
}
.header .right_nav_list .fs-icon--cart {
  display: none;
}
.header .right_nav_list .search_btn.active .right_nav_icon {
  display: none;
}
.header .right_nav_list .search_btn.active [class*=fs-icon--] {
  display: block;
  text-align: center;
}
.header .right_nav_list .search_btn.active .fs-icon--cart {
  display: block;
}
.header .right_nav_list .search_btn.active .fs-icon--cart::before {
  font-family: "fs-icon";
  content: "?";
  color: #DA4D2C;
  font-size: 32px;
}
.header .right_nav_list:last-child {
  margin-right: 0;
}
.header .header_search_area {
  background: #fff;
  position: fixed;
  z-index: 2222;
  top: 130px;
  left: 0;
  color: #000;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
  padding: 20px;
}
.header .header_beer_area {
  background: #fff;
  position: fixed;
  z-index: 2222;
  top: 170px;
  left: 0;
  color: #000;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
  padding: 20px;
}

.header .header_beer_area .close_btn {
  height: 36px;
  position: absolute;
  right: 56px;
  top: 13px;
  cursor: pointer;
}
.header .header_beer_area .close_btn span {
  position: absolute;
  width: 31px;
  border-bottom: solid 3px #E0592A;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header .header_beer_area .close_btn span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .header_beer_area .close_btn span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .header_search_area.active,
.header .header_beer_area.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  display: block;
}
.header .header_search_area.is-fixed{
  top: 90px;
}
.header .header_beer_area.is-fixed {
  top: 62px;
}
.header .header_search_area .pc_h_searh_title {
  color: #502C1E;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.header .header_search_area .pc_h_searh_box {
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #502C1E;
  height: 41px;
}
.header .header_search_area .pc_h_searh_box button {
  background: url(../img/header/m_search_bnt.jpg);
  background-repeat: no-repeat;
  background-size: 39px 39px;
  border: none;
  padding: 0;
  width: 39px;
  height: 39px;
  border-radius: 0;
  font-size: 0;
  cursor: pointer;
}
.header .header_search_area .pc_h_searh_box input[type=text] {
  height: 39px;
  border: none;
  width: calc(100% - 39px);
}
.header .right_nav_link {
  display: block;
  font-size: 13px;
  color: #000;
}
.header .right_nav_link.search_btn {
  cursor: pointer;
}
.header .right_nav_icon {
  width: 27px;
  height: 27px;
  margin: 0 auto 5px;
}
.header .right_nav_icon.icon03 {
  width: 23px;
  height: 28px;
}
.header .right_nav_icon.icon04 {
  width: 31px;
  height: 28px;
}
.header .sp_h_menu {
  display: none;
  position: fixed;
  z-index: 2222;
  top: 140px;
  left: 0;
  color: #000;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  background: #fff;
  height: auto;
  height: calc(100% - 137px);
  overflow: hidden;
}
.header .sp_h_menu.active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.header .sp_h_menu.is-fixed {
  top: 89px;
  height: calc(100% - 86px);
}
.header .t_header {
  display: none;
}
 .header .header_search_area .close_btn {
    height: 36px;
    position: absolute;
    right: 56px;
    top: 13px;
    cursor: pointer;
  }
  .header .header_search_area .close_btn span {
    position: absolute;
    width: 31px;
    border-bottom: solid 3px #E0592A;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .header_search_area .close_btn span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .header_search_area .close_btn span:nth-child(2) {
    top: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

@media (min-width: 1px) and (max-width: 1350px) {
  .header .nav_list .megamenu-inner {
    margin: 0 auto;
  }
}
@media (min-width: 1px) and (max-width: 1024px) {
  .header .s_header {
    background: #fff;
  }
  .header .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22%;
    position: relative;
    margin-left: 25px;
    height: 36px;
  }
  .header .toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .toggle.active span:nth-child(2) {
    top: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .toggle span {
    display: block;
    position: absolute;
    width: 31px;
    border-bottom: solid 3px #E0592A;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
    color: #fff;
  }
  .header .toggle span:nth-child(1) {
    top: 9px;
    margin-left: 2px;
  }
  .header .toggle span:nth-child(2) {
    top: 18px;
    margin-left: 2px;
  }
  .header .toggle span:nth-child(3) {
    top: 27px;
    margin-left: 2px;
  }
  .header .s_nav {
    display: none;
  }
  .header .s_left {
    width: 30%;
    margin-left: 0;
  }
  .header .h_logo {
    margin: 0 auto;
  }
  .header .h_logo {
    width: 30%;
  }
  .header .right_nav_list.pcv {
    display: none;
  }
  .header .right_nav_list.spv {
    display: block;
  }
  .header .header_search_area {
    top: 208px;
  }
  .header .sp_h_menu {
    display: block;
    height: 100%;
    height: calc(100% - 137px);
    overflow-y: auto;
  }
  .header .sp_h_menu_bk_first {
    background: #fff;
  }
  .header .sp_h_searh_title {
    color: #502C1E;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
  }
  .header .sp_h_searh_box {
    width: 90%;
    margin: 10px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #502C1E;
    height: 41px;
  }
  .header .sp_h_searh_box button {
    background: url(../img/header/m_search_bnt.jpg);
    background-repeat: no-repeat;
    background-size: 39px 39px;
    border: none;
    padding: 0;
    width: 39px;
    height: 39px;
    border-radius: 0;
    font-size: 0;
  }
  .header .sp_h_searh_box input[type=text] {
    height: 39px;
    border: none;
    width: calc(100% - 39px);
  }
  .header .sp_h_bnr_area {
    width: 90%;
    margin: 22px auto 30px;
  }
  .header .sp_h_bnr_link {
    display: block;
  }
  .header .sp_h_bnr_link img {
    margin: auto;
  }
  .header .sp_h_menu_bk_second {
    background: #DFD6D4;
  }
  .header .sp_h_nav_link_title {
    background: url(../img/header/m_plus.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 96% center;
    border-bottom: 1px solid #502C1E;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .sp_h_nav_link_title.first {
    border-top: 1px solid #502C1E;
  }
  .header .sp_h_nav_link_title.clicked {
    background: url(../img/header/m_minus.png);
    background-repeat: no-repeat;
    background-size: 14px 1px;
    background-position: 96% center;
  }
  .header .sp_h_nav_link_title .sp_h_nav_title {
    font-size: 14px;
    font-weight: 600;
    color: #502C1E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 4%;
  }
  .header .sp_h_nav_link_title .title_img {
    width: 30px;
    height: 49px;
    margin-right: 15px;
  }
  .header .sp_h_nav_link_box {
    display: none;
    background: #fff;
  }
  .header .sp_h_nav_link_box .sp_h_nav_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 62px;
    color: #502C1E;
    background: url(../img/header/m_link_arrow.png);
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
    border-bottom: 1px solid #502C1E;
    padding-left: calc(4% + 50px);
    padding-right: 20px;
    line-height: 1.3;
  }
  .header .sp_h_logo {
    max-width: 160px;
    width: 100%;
    margin: 15px auto;
  }
  .header .sp_h_footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-top: 1px solid #502C1E;
  }
  .header a.sp_h_nav_link_list_a > img {
    width: 30px;
    height: 49px;
    margin-right: 15px;
  }

  .header a.sp_h_nav_link_list_a {
      font-size: 14px;
      font-weight: 600;
      color: #502C1E;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 4%;
  }
  .header a.sp_h_nav_link_list_a > p {
    padding: 10px;
    margin-left: 35px;
  }
  .header .sp_h_nav_link_box_a {
      background: url(../img/header/m_link_arrow.png);
      background-repeat: no-repeat;
      background-size: 8px 14px;
      background-position: 96% center;
      border-bottom: 1px solid #502C1E;
      padding-right: 20px;
      line-height: 1.3;
  }
  .header .sp_h_footer_nav_list {
    width: 50%;
    border-bottom: 1px solid #502C1E;
  }
  .header .sp_h_footer_nav_list:nth-child(even) {
    border-left: 1px solid #502C1E;
  }
  .header .sp_h_footer_nav_list:last-child {
    width: 100%;
  }
  .header .sp_h_footer_nav_list:last-child .sp_h_footer_nav_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .sp_h_footer_nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #502C1E;
    padding: 0 15px;
  }
  .header .sp_h_sns_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 25px;
  }
  .header .sp_h_sns_link .sp_h_sns_list {
    max-width: 31px;
  }
  .header .sp_h_sns_link .sp_h_sns_list:nth-child(2) {
    margin: 0 37px;
  }
  .header .sp_h_copy_right {
    font-size: 10px;
    text-align: center;
    padding-bottom: 12px;
  }
  .header .t_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    padding: 10px 25px;
  }
  .header .t_header_list:first-child .t_header_icon {
    width: 79px;
    height: 56px;
  }
  .header .t_header_list:nth-child(2) .t_header_icon {
    width: 34px;
    height: 58px;
  }
  .header .t_header_list:nth-child(3) .t_header_icon {
    width: 55px;
    height: 57px;
  }
  .header .t_header_list:nth-child(4) .t_header_icon {
    width: 45px;
    height: 55px;
  }
  .header .t_header_list:nth-child(5) .t_header_icon {
    width: 33px;
    height: 55px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .header .f_header {
    height: auto;
    min-height: 35px;
    font-size: 12px;
  }
  .header .s_header {
    height: 62px;
  }
  .header .sp_h_menu {
    top: 106px;
    height: calc(100% - 103px);
  }
  .header .sp_h_menu.is-fixed {
    top: 62px;
    height: calc(100% - 59px);
  }
  .header .header_search_area {
    top: 175px;
  }
  .header .header_search_area.is-fixed {
    top: 62px;
  }
  .header .header_search_area .pc_h_searh_title {
    font-size: 15px;
  }
  .header .toggle {
    width: 33%;
    margin-left: 0;
  }
  .header .toggle span:nth-child(1) {
    margin-left: 18px;
  }
  .header .toggle span:nth-child(2) {
    margin-left: 18px;
  }
  .header .toggle span:nth-child(3) {
    margin-left: 18px;
  }
  .header .s_right {
    width: calc(33% - 6px);
  }
  .header .right_nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .h_logo {
    max-width: 68px;
    width: auto;
  }
  .header .s_right {
    margin-right: 6px;
  }
  .header .right_nav_link {
    font-size: 10px;
  }
  .header .right_nav_list {
    margin-right: 5px;
  }
  .header .right_nav_icon.icon02 {
    width: 22px;
    height: 20px;
  }
  .header .right_nav_icon.icon03 {
    width: 17px;
    height: 21px;
  }
  .header .right_nav_icon.icon04 {
    width: 23px;
    height: 21px;
  }
}
@media (min-width: 1px) and (max-width: 420px) {
  .header .s_right {
    width: auto;
  }
}
@media (min-width: 1px) and (max-width: 367px) {
  .header .s_right {
    width: 36%;
    margin-right: 3px;
  }
}
@media (min-width: 1px) and (max-width: 360px) {
  .header .right_nav_list {
    margin-right: 2px;
  }
}
@media (min-width: 1px) and (max-width: 350px) {
  .header .right_nav_link {
    letter-spacing: -1px;
  }
}