@charset "UTF-8";
#header {
  height: 625px !important;
  background: none !important;
}
#container {
  position: relative;
  padding: 50px 0;
}
#order_section {
  display: flex;
  flex-direction: column;
}
/* #main_image
------------------------------ */
#main_image {
  width: 100%;
	min-width:1050px;
  position: absolute;
  z-index: 0;
  top: 25px;
  height: 625px;
}
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.wideslider ul, .wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
}
.wideslider ul li img {
  width: 100%;
  display: none;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
/*
.slider_prev,
.slider_next{
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev{
  background: #fff url(../images/top/prev.jpg) no-repeat right center;
}
.slider_next{
  background: #fff url(../images/top/next.jpg) no-repeat left center;
}
*/
.pagination {
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 10px;
  text-align: center;
  position: absolute;
  z-index: 200;
}
.pagination a {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  background: #b38300;
}
.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
  overflow: hidden;
}
/* #info_group
------------------------------ */
#info_group {
  width: 100%;
	min-width:1050px;
  background: #1a2f60 url(../images/top/bg_info.png) no-repeat 50% 0%;
  padding: 30px 0;
  color: #fff;
}
#info_group a {
  color: #fff;
  text-decoration: none;
}
#info_group .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#info_group .header_title {
  width: 150px;
}
#info_group .contents {
  width: calc(100% - 150px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#info_group .inner h2 span {
  color: #b7aa00;
}
#info_group .inner header h1 {
  margin-bottom: 30px;
  text-align: center;
}
#info_group .inner header ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
#info_group #bnr_250 {
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}
#info_group #topics_group {
  width: 430px;
}
#info_group #blog_group {
  width: 430px;
}
#info_group .inner h2 {
  margin: 10px;
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
#info_group .inner div ul {
  margin: 5px 10px 10px 10px;
  color: #ccc;
  font-size: 13px;
}
#info_group .inner div ul li {
  margin-bottom: 1em;
}
#info_group .inner div ul li time {
  display: inline-block;
  margin-right: 1em;
  font-weight: bold;
}
#info_group .inner div .link a {
  margin: 1em 0;
  padding-left: 20px;
  background: url(../images/listmark.png) no-repeat 0% 50%;
  color: #fff;
  text-decoration: none;
}
/* #pr_group
------------------------------ */
#pr_group {
  width: 100%;
	min-width:1050px;
  height: 400px;
  background: #ccd9e3 url(../images/top/bg_pr.jpg) no-repeat 50% 0%;
}
#pr_group .inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 0;
}
#intro_group {
  float: right;
  width: 560px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#intro_en_group {
  float: left;
  width: 560px;
}
#intro_group h1 {
  margin: 0 150px 0 0;
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  font-size: 30px;
  line-height: 1.9;
  letter-spacing: 0.3em;
}
#intro_group p {
  margin: 50px 30px 0 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
#intro_en_group {
  float: left;
  width: 560px;
}
#intro_en_group h1 {
  margin: 0 30px 0 0;
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  font-size: 30px;
  line-height: 1.9;
  letter-spacing: 0.3em;
}
#intro_en_group p {
  margin: 30px 30px 0 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
#movie_group {
  float: left;
  width: 490px;
  text-align: center;
}
#movie_group iframe {
  margin-top: 50px;
}
#movie_en_group iframe {
  margin-top: 15px;
}
/* #products_group
------------------------------ */
#products_group {
  width: 100%;
	min-width:1050px;
  padding: 30px 0;
  background: url(../images/top/bg_products.jpg) repeat-x 50% 100%;
  border-bottom: 3px solid #b38300;
}
#products_group .inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#ichioshi_group {
  position: relative;
  float: left;
  width: 350px;
  height: 480px;
}
#ichioshi_group h1 {
  position: relative;
  margin-left: 20px;
  z-index: 100;
}
#ichioshi_group a {
  display: block;
  color: #000;
  text-decoration: none;
}
#ichioshi_group .image {
  position: absolute;
  width: 328px;
  height: 328px;
  top: 40px;
  z-index: 0;
}
#ichioshi_group .image img {
  width: auto;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #b38300;
}
#ichioshi_group .product_name {
  position: relative;
  top: 200px;
  width: 100%;
  text-align: center;
}
#osusume_group {
  float: left;
  width: 700px;
}
#osusume_group a {
  color: #000;
  text-decoration: none;
}
#osusume_group .box {
  position: relative;
  float: left;
  width: 214px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#osusume_group .box span.new {
  position: absolute;
  z-index: 100;
}
#osusume_group .image {
  width: 214px;
  margin: 0;
}
#osusume_group .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #b38300;
}
#osusume_group .product_name {
  padding: 7px 0 3px;
  font-weight: bold;
  line-height: 1.3;
}
#osusume_group .comment {
  font-size: 12px;
  line-height: 1.3;
}
#search_p_group form {
  height: 72px;
  padding-left: 150px;
  background: #17245c url(../images/top/bg_search.png) no-repeat;
  border-radius: 7px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search_p_group form div {
  font-size: 12px;
  padding: 0 10px 0 0;
}
#search_p_group form input[type="submit"] {
  width: 93px;
  height: 72px;
  margin: 0 !important;
  padding: 0 !important;
  background: #0c143e url(../images/top/btn_search.png) no-repeat;
  border: none;
  border-radius: 7px;
  text-indent: -9999px;
  cursor: pointer;
}
#search_p_group .link {
  margin-top: 15px;
}
#search_p_group .link a {
  margin: 1em 0;
  padding-left: 20px;
  background: url(../images/listmark.png) no-repeat 0% 50%;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#search_r_group {
  clear: both;
  width: 100%;
  padding-top: 30px;
}
#search_r_group form {
  height: 72px;
  padding-left: 150px;
  background: #cb3b4e url(../images/top/bg_search.png) no-repeat;
  border-radius: 7px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search_r_group form div {
  padding: 0 10px 0 0;
  font-size: 12px;
}
#search_r_group form input[type="text"] {
  width: 180px;
}
#search_r_group form input[type="submit"] {
  float: right;
  width: 93px;
  height: 72px;
  margin: 0 !important;
  padding: 0 !important;
  background: #b82534 url(../images/top/btn_search.png) no-repeat;
  border: none;
  border-radius: 7px;
  text-indent: -9999px;
  cursor: pointer;
}
#search_r_group .link {
  padding-top: 15px;
}
#search_r_group .link a {
  margin: 1em 0;
  padding-left: 20px;
  background: url(../images/listmark.png) no-repeat 0% 50%;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
/* #recipe_group
------------------------------ */
#recipe_group .inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recipe_group .box {
  float: left;
  width: 250px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#recipe_group .box img {
  width: 100%;
  height: auto;
}
#recipe_group .image {
  margin: 0;
}
#recipe_group .cate {
  margin: 7px 0;
  font-size: 11px;
  color: #fff;
}
#recipe_group .cate span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 7px;
  background: #42537a;
}
#recipe_group .recipe_name {
  margin: 0;
}
#recipe_group .recipe_name a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}