@charset "utf-8";
/* CSS Document */

.size10 {
  font-size: 77% !important;
}

.size11 {
  font-size: 85% !important;
}

.size12 {
  font-size: 93% !important;
}

.size13 {
  font-size: 100% !important;
}

.size14 {
  font-size: 108% !important;
}

.size15 {
  font-size: 116% !important;
}

.size16 {
  font-size: 123.1% !important;
}

.size17 {
  font-size: 131% !important;
}

.size18 {
  font-size: 138.5% !important;
}

.size19 {
  font-size: 146.5% !important;
}

.size20 {
  font-size: 153.9% !important;
}

.size21 {
  font-size: 161.6% !important;
}

.size22 {
  font-size: 167% !important;
}

.size23 {
  font-size: 174% !important;
}

.size24 {
  font-size: 182% !important;
}

.size25 {
  font-size: 189% !important;
}

.size26 {
  font-size: 197% !important;
}

.sectionBlock {
  overflow: hidden;
  /*height:1%;*/
  clear: both;
  margin: 0 0 20px 0;
}

.img_l {
  float: left;
  margin: 0;
  padding: 5px 25px 0 0;
}

.text_r {
  overflow: hidden;
  margin: 0;
}

.text_l {
  overflow: hidden;
  margin: 0;
}

.img_r {
  float: right;
  margin: 0;
  padding: 5px 0 0 30px;
}

p img {
  vertical-align: bottom
}

.bg_m_yellow {
  background: #fff0a9;
  text-align: center;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
}

.arrow3 {
  margin: 25px 0 10px;
  padding-left: 30px;
  font-size: 18px;
  color: #522806;
  background: url("../image/arrow4.gif") no-repeat;
}

#article ul.normal li {
  margin-bottom: 6px;
  padding-left: 0px;
  list-style: url("../../index.html");
}

#article ul.normal {
  margin: 0 0 20px 25px;
}


/*----------------*/
#brandBox {
  margin-top: 60px;
  border: 1px solid #e60012;
  background: #FFFFFF;
}

#brandBox .brandTitle {
  position: relative;
  padding: 5px 20px;
  background: #fbd6d5;
}

#brandBox .brandTitle .right {
  position: absolute;
  top: 0;
  right: 20px;
}

#brandBox ul {
  overflow: hidden;
  padding: 8px;
}

#brandBox ul li {
  float: left;
  margin: 10px 4px;
}



/*----------------*/
#list_recipe_block {
  overflow: hidden;
  margin-top: 23px;
  margin-left: -60px;
  margin-bottom: 23px;
}

#list_recipe_block li {
  border: 1px solid #e0e0e0;
  padding: 5px 5px 12px;
  width: 268px;
  position: relative;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 55px;
  background: #fff;
  text-align: center;
}

#list_recipe_block li .recipe_pin {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -13px;
  z-index: 100;
}

#list_recipe_block li figure {
  margin-bottom: 10px;
}

.hover_item figure .kurozu_tuyu {
  position: relative;
}

.hover_item figure .kurozu_tuyu::before {
  background: url("../image/arrow1.gif") no-repeat;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 8px;
  /*画像の幅*/
  height: 16px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 3px;
  left: 35px;
}

#list_recipe_block li p a {
  background: url("../image/arrow1.gif") 2px 4px no-repeat;
  padding-left: 14px;
  line-height: 1.4;
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}

#list_recipe_block li p a:hover {
  text-decoration: underline;
}

#list_recipe_block.type02 {
  margin-left: -29px;
}

#list_recipe_block.type02 li {
  margin-left: 29px;
}

/*-----campaign-----*/
#article.brand_article .bg_campaign {
  background: url("../../brand/image/bg_campaign.gif");
}

#article.brand_article .bg_w {
  margin: 0 20px 20px;
  padding: 30px 15px;
  background: #FFFFFF;
}

#article.brand_article .campaign_list {
  overflow: hidden;
  border-bottom: 1px dotted #000;
}

#article.brand_article .campaign_list li {
  float: left;
  width: 420px;
  padding: 10px;
}

#article.brand_article .campaign_list02 {
  overflow: hidden;
}

#article.brand_article .campaign_list02 li {
  float: left;
  padding: 20px 30px 0 10px;
}

#article.brand_article .orange {
  color: #e34f22;
}

#article.brand_article .campaign_shouhin {
  position: relative;
}

#article.brand_article .campaign_shouhin h2 {
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -58px;
}

/*-----kontsuyu-----*/
section.kontsuyu_section {
  margin-bottom: 50px;
  background: url("../../recipe/kontsuyu/image/bg_kontsuyu.gif") repeat-x;
}

section.kontsuyu_section h1 {
  text-align: center;
}

#article.kontsuyu_article .tab {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}

#article.kontsuyu_article .tab li {
  float: left;
  width: 480px;
}

#article.kontsuyu_article .tab li a {
  display: block;
  height: 108px;
  text-indent: -9999px;
}

/*--off----*/
#article.kontsuyu_article .tab li a {
  background: url("../../recipe/kontsuyu/image/tab.gif") no-repeat;
}

#article.kontsuyu_article .tab li#tab01 a {
  background-position: 0px -108px;
}

#article.kontsuyu_article .tab li#tab02 a {
  background-position: -480px -108px;
}

/*--hover----*/
#article.kontsuyu_article .tab li#tab01 a:hover {
  background-position: 0 0px;
}

#article.kontsuyu_article .tab li#tab02 a:hover {
  background-position: -480px 0;
}

/*--crent----*/
#article.kontsuyu_article .tab li#tab01 a.cr,
#article.kontsuyu_article .tab li#tab01 a.parentsLink {
  background-position: 0 0;
}

#article.kontsuyu_article .tab li#tab02 a.cr,
#article.kontsuyu_article .tab li#tab02 a.parentsLink {
  background-position: -480px 0;
}


#article.kontsuyu_article section.kontsuyu_area {
  padding: 30px;
  background: #fff5d9;
  border: 1px solid #ffecb7;
  border-top: 0;
}

#article.kontsuyu_article .t_brown {
  margin: 30px 0 10px;
  color: #78384c;
  font-size: 18px;
  font-weight: normal;
}

#article.kontsuyu_article .sectionBlock.kodawari {
  padding-left: 10px;
  background: url("../../recipe/kontsuyu/image/bg_01.gif");
}

#article.kontsuyu_article .sectionBlock.kodawari ul {
  padding: 20px 0 0 20px;
  font-size: 18px;
}

#article.kontsuyu_article .sectionBlock.kodawari li {
  padding: 5px 0 20px 40px;
}

#article.kontsuyu_article .sectionBlock.kodawari li.no01 {
  background: url("../../recipe/kontsuyu/image/no_01.gif") no-repeat;
}

#article.kontsuyu_article .sectionBlock.kodawari li.no02 {
  background: url("../../recipe/kontsuyu/image/no_02.gif") no-repeat;
}

#article.kontsuyu_article .sectionBlock.kodawari li.no03 {
  background: url("../../recipe/kontsuyu/image/no_03.gif") no-repeat;
}

#article.kontsuyu_article .sectionBlock.kodawari li.no04 {
  background: url("../../recipe/kontsuyu/image/no_04.gif") no-repeat;
}

#article.kontsuyu_article ul.menu {
  overflow: hidden;
  margin-left: -30px;
}

#article.kontsuyu_article ul.menu li {
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

#article .hover_item {
  margin-top: 50px;
}

#article.kontsuyu_article .hover_item figure a {
  color: #000000;
}

#article.kontsuyu_article .hover_item figure {
  width: 446px;
  height: 246px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid #cdbe98;
}

#article.kontsuyu_article .hover_item figure img {
  position: absolute;
  left: 0;
  top: 0;
}

#article.kontsuyu_article .hover_item figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 446px;
  height: 246px;
  display: none;
  box-sizing: border-box;
  background: url("../../recipe/kontsuyu/image/bg_02.png");
  padding: 25px;
}

#article.kontsuyu_article .hover_item figure figcaption.orange_bg {
  background: url("../../recipe/kontsuyu/image/bg_03.png.gif") !important;
}

#article.kontsuyu_article .hover_item figure figcaption h4 {
  position: absolute;
  left: 50%;
  margin-left: -100px;
}

#article.kontsuyu_article .hover_item figure figcaption p {
  margin-top: 30px;
}

#article.kontsuyu_article .t_green {
  margin: 30px 0 10px;
  color: #008d2d;
  font-size: 18px;
  font-weight: normal;
}

#article .hover_item ul {
  overflow: hidden;
}

#article .hover_item li {
  float: left;
}

#article.kontsuyu_article ul.menu.type02 {
  margin-left: -8px;
}

#article.kontsuyu_article ul.menu.type02 li {
  margin-left: 8px;
}

#article.brand_article .hover_item figure a {
  color: #FFFFFF;
}

#article.brand_article .hover_item figure {
  width: 317px;
  height: 247px;
  position: relative;
  overflow: hidden;
  border: 1px solid #cdbe98;
}

#article.brand_article .hover_item figure.border {
  border-top: 1px solid #cdbe98;
  border-right: 2px solid #cdbe98;
  border-bottom: 1px solid #cdbe98;
  border-left: 1px solid #cdbe98;
}

#article.brand_article .hover_item figure img {
  position: absolute;
  left: 0;
  top: 0;
}

#article.brand_article .hover_item figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 317px;
  height: 247px;
  display: none;
  box-sizing: border-box;
  background: url("../../brand/image/bg_japan.png");
  padding: 25px;
}

#article.brand_article .hover_item figure figcaption h4 {
  position: absolute;
  left: 50%;
  margin-left: -100px;
}

#article.brand_article .hover_item figure figcaption p {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.3;
}

#article.kontsuyu_article .recipe_B_List {
  text-align: center;
}

#article.kontsuyu_article .recipe_B_List li {
  display: inline-block;
  margin: 15px 15px 0;
}

#article.kontsuyu_article .recipe_B_List a {
  display: block;
}

/*-----okowa-----*/
#okowa {
  background: url("../../brand/image/bg_okowa.gif");
}

section.okowa_section {
  position: relative;
  overflow: hidden;
  /zoom: 1;
  min-width: 960px;
}

section.okowa_section h1 {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -900px;
  width: 1800px;
}

#article.brand_article .kodawari {
  font-size: 18px;
  margin-top: 80px;
}

#article.brand_article .kodawari table {
  margin-bottom: 20px;
}

#article.brand_article .kodawari table th,
#article.brand_article .kodawari table td {
  padding: 10px;
}

#article.brand_article .mintyou {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 30px;
  color: #e60012;
  font-weight: bold;
}

#article.brand_article .bg_okowa02 {
  position: relative;
  padding: 30px 20px;
  background: url("../../brand/image/bg_okowa_02.gif");
}

#article.brand_article .bg_okowa02 ul {
  overflow: hidden;
  margin-top: 20px;
  font-size: 15px;
}

#article.brand_article .bg_okowa02 ul li {
  float: left;
  width: 300px;
}

#article.brand_article .bg_okowa02 .no01 {
  padding: 8px 0 8px 55px;
  background: url("../../brand/image/okowa_no01.gif") no-repeat;
}

#article.brand_article .bg_okowa02 .no02 {
  padding: 8px 0 8px 55px;
  background: url("../../brand/image/okowa_no02.gif") no-repeat;
}

#article.brand_article .bg_okowa02 .no03 {
  padding: 8px 0 8px 55px;
  background: url("../../brand/image/okowa_no03.gif") no-repeat;
}

#article.brand_article .bg_okowa02 .no04 {
  padding: 8px 0 8px 55px;
  background: url("../../brand/image/okowa_no04.gif") no-repeat;
}

#article.brand_article .bg_okowa02 ul.cook2 li {
  width: 460px;
}

#article.brand_article .bg_okowa02 .okowa_fukidashi {
  position: absolute;
  right: 60px;
  bottom: -110px;
}

#article.brand_article .kaihatu {
  overflow: hidden;
  margin-top: 160px;
  padding-top: 70px;
  border-top: 2px dotted #daaea4;
}

#article.brand_article .kaihatu .okowaLeft {
  float: left;
  width: 140px;
}

#article.brand_article .kaihatu .okowaRight {
  float: right;
  width: 780px;
  /*background:url("../../brand/image/p_okowa_05.jpg") no-repeat right 200px;*/
}

#article.brand_article .kaihatu .okowaRight .sekihanimg {
  margin-top: 15px;
  text-align: right;
}

#article.brand_article .kaihatu .okowaTitle {
  font-weight: bold;
  font-size: 16px;
  color: #974245;
}

#article.brand_article .cm {
  width: 804px;
  height: 708px;
  padding-top: 100px;
  margin: 0 auto;
  background: url("../../brand/image/bg_okowa_cm.gif") no-repeat;
}

#article.brand_article .cm .v {
  padding: 50px 0 0 80px;
}

#okowa #article.brand_article .hover_item figure figcaption {
  background: url("../../brand/image/bg_okowa.png");
}

#okowa #article.brand_article .hover_item figure figcaption h3 {
  position: absolute;
  left: 50%;
  margin-left: -140px;
}

#okowa #article.brand_article .hover_item figure figcaption p {
  line-height: 1.6;
}

/*-----brand-----*/


/*-----choitashi-----*/
#choitashi .mvWrap {
  width: 960px;
  margin: 50px auto 0;
  position: relative;
}

#choitashi .mvWrap p {
  position: absolute;
  bottom: 20px;
  right: 582px;
  top: 350px;
}

#choitashi .mvWrap #mame {
  position: absolute;
  bottom: 85px;
  right: 270px;
  top: 254px;
}

#article.choitashi_article .glayBox {
  padding: 15px;
  border: 1px solid #d9d8d8;
  margin: 30px 0 70px;
  background: #FFFFFF url("../../brand/image/p_choi_02.jpg") no-repeat 800px;
}

#article.choitashi_article ul.normal {
  font-size: 16px;
  margin: 0 160px 20px 25px;
}


/*-----namadashi-----*/

#namadashi .mvWrap {
  width: 960px;
  margin: 50px auto 0;
  position: relative;
}

#namadashi .mvWrap p:nth-child(2) {
  position: absolute;
  bottom: 60px;
  left: 177px;
}

#namadashi .mvWrap p:nth-child(3) {
  position: absolute;
  bottom: 60px;
  left: 485px;
}


#article.nama_article h2 {
  margin-bottom: 25px;
}

#article.nama_article h3 {
  margin-bottom: 10px;
}

#article.nama_article .namabox {
  background: #fcf2d8;
  border: 2px solid #edddb3;
  padding: 20px 25px;
  font-size: 15px;
  margin-top: 5px;
}

#article.nama_article .namabox p {
  line-height: 1.7;
}

#article.nama_article .bottleWrap {
  padding: 40px 0;
  background: url("../../brand/image/bg_nama_bottle.gif") no-repeat;
}

#article.nama_article .bottleWrap p {
  margin: 20px;
}

#nama_tab1 ul {
  text-align: center;
  letter-spacing: -.40em;
  background: url("../../brand/image/tab_btm1.gif") center bottom no-repeat;
  padding-bottom: 12px;
}

#nama_tab1 ul li {
  width: 450px;
  height: 65px;
  text-indent: -9999px;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}


#nama_tab1 ul li a,
#nama_tab2 ul li a {
  display: block;
  width: 450px;
  height: 65px;
}

#nama_tab1 ul li:nth-child(1) {
  background: url("../../brand/image/tab_bt1.gif") no-repeat;
}

#nama_tab1 ul li:nth-child(2) {
  background: url("../../brand/image/tab_bt2_off.gif") no-repeat;
}

#nama_tab1 ul li:nth-child(1) {
  background: url("../../brand/image/tab_bt1.gif") no-repeat;
}

#nama_tab1 ul li:nth-child(2) a:hover {
  background: url("../../brand/image/tab_bt2.gif") no-repeat;
}

#nama_tab2 ul {
  text-align: center;
  letter-spacing: -.40em;
  background: url("../../brand/image/tab_btm2.gif") center bottom no-repeat;
  padding-bottom: 12px;
}

#nama_tab2 ul li {
  width: 450px;
  height: 65px;
  text-indent: -9999px;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}

#nama_tab2 ul li:nth-child(1) {
  background: url("../../brand/image/tab_bt1_off.gif") no-repeat;
}

#nama_tab2 ul li:nth-child(1) a:hover {
  background: url("../../brand/image/tab_bt1.gif") no-repeat;
}

#nama_tab2 ul li:nth-child(2) {
  background: url("../../brand/image/tab_bt2.gif") no-repeat;
}

/*-----spacila-----*/
section.special_section.allergie {
  margin-bottom: 50px;
  background: url("../../special/image/bg_allergie.gif");
}

section.special_section p {
  text-align: center;
}

#article.special_article ul {
  overflow: hidden;
  position: relative;
}

#article.special_article ul li {
  float: left;
}

#article.special_article ul .new_icon {
  position: absolute;
  width: 105px;
  height: 105px;
  top: 210px;
  left: 50%;
  margin-left: -55px;
  z-index: 99999;
}

#article.special_article ul.allergielist {
  text-align: center;
}

#article.special_article ul.allergielist li {
  float: none;
  display: block;
}

section.special_section.genen {
  margin-bottom: 50px;
  background: #bd9c65;
}

#article.special_article ul.genen {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

#article.special_article h3 {
  margin: 40px 0 30px;
}

#article.special_article .genen .arrow1 a {
  color: #000000;
  padding-left: 15px;
  background: url("../image/arrow1.gif") 0 8px no-repeat;
  text-decoration: none;
}

#article.special_article .genen .arrow1 a:hover {
  text-decoration: underline;
}

/*-- kunkou --*/
#kunkou_mv {
  position: relative;
  width: 960px;
  margin: 20px auto;
}

#kunkou_mv p {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.kunkou_recipe_section {
  margin-bottom: 70px !important;
}

.kunkou_recipe_section ul {
  letter-spacing: -.40em;
  text-align: center;
  margin-top: 10px;
}

.kunkou_recipe_section ul li {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 116%;
}

.kunkou_recipe_section ul li a {
  color: #333;
  text-decoration: none;
}

.kunkou_recipe_section ul li a:hover {
  color: #666;
}

.kunkou_recipe_section ul li:nth-child(2) {
  margin: 0 20px;
}

.kunkou_recipe_section ul li figure {
  border: 3px solid #fff;
  box-shadow: 1px 1px 8px #bbb;
  display: block;
  margin-bottom: 10px;
}

/*-----knowledge-----*/
#article.knowledge_article .learnList {
  overflow: hidden;
  margin-left: -30px;
}

#article.knowledge_article .learnList li {
  float: left;
  margin-left: 30px;
  margin-top: 30px;
}

#article.knowledge_article .textBox {
  overflow: hidden;
}

#article.knowledge_article .textBox li {
  float: left;
  margin-bottom: 10px;
}

#article.knowledge_article .textBox li span,
#article.eat_article .textBox li {
  display: block;
  margin-bottom: 5px;
  padding: 8px 15px 5px;
  margin-right: 15px;
  background: #f0e7d2;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  font-size: 14px;
  color: #522806;
}

#article.knowledge_article .textBox.type02 li span,
#article.eat_article .textBox.type02 li {
  margin-right: 45px;
}

#article.knowledge_article .whiteBox {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
  vertical-align: middle;
  margin-top: 60px;
}

#article.knowledge_article .whiteBox th {
  font-size: 14px;
  padding: 0 30px 0 10px;
}

#article.knowledge_article .bg_yellow,
#article.eat_article .bg_yellow {
  padding: 8px 15px 5px;
  background: #fff5c8;
  font-weight: bold;
}

#article.knowledge_article .shokuikuBox {
  background: #FFFFFF;
  border: 1px solid #f1ebde;
  padding: 15px;
  box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.1);
}

#article.knowledge_article .shokuikuList {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

#article.knowledge_article .shokuikuList li {
  width: 354px;
  text-align: right;
  margin-top: 45px
}

#article.knowledge_article table.none th,
#article.knowledge_article table.none td {
  background: none;
  border: none;
  text-align: left;
  padding: 0;
}


/*-----eat-----*/
#article.eat_article table td {
  text-align: center;
}

#article.eat_article .tableList {
  overflow: hidden;
  margin-right: -35px;
}

#article.eat_article .tableList li {
  float: left;
  width: 450px;
  margin-right: 35px;
}

#article.eat_article .textBox li {
  display: inline;
}

#article.eat_article .eatRecipe li {
  position: relative;
}

#article.eat_article .eatRecipe .tag {
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: 999;
}

#article.eat_article .fukidashi {
  position: absolute;
  top: 70px;
  left: 130px;
  margin-left: 40px;
  width: 300px;
}

/*-----topics-----*/
#article.topics_article {
  margin-top: 40px;
}

#article.topics_article #topics_left_area {
  float: left;
  width: 740px;
}

#article.topics_article #topics_right_area {
  float: right;
  width: 180px;
}

#article.topics_article #topics_right_area li {
  width: 180px;
  background: #f0e7d2;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 2px dotted #d1b87d;
}

#article.topics_article #topics_right_area li a {
  display: block;
  padding: 10px;
  color: #000000;
  text-decoration: none;
  background: url("../image/arrow1.gif") no-repeat 20px center;
}

#article.topics_article #nav {
  border-bottom: 3px solid #e60012;
  padding-left: 10px;
}

#article.topics_article #nav li {
  width: 180px;
  height: 42px;
  float: left;
  text-indent: -9999px;
  margin-right: 2px;
}

#article.topics_article #nav #topics_tab1 {
  background: url("../../topics/image/tab_01.gif") no-repeat;
}

#article.topics_article #nav #topics_tab1.select {
  background: url("../../topics/image/tab_01_on.gif") no-repeat;
}

#article.topics_article #nav #topics_tab2 {
  background: url("../../topics/image/tab_02.gif") no-repeat;
}

#article.topics_article #nav #topics_tab2.select {
  background: url("../../topics/image/tab_02_on.gif") no-repeat;
}

#article.topics_article #nav #topics_tab3 {
  background: url("../../topics/image/tab_03.gif") no-repeat;
}

#article.topics_article #nav #topics_tab3.select {
  background: url("../../topics/image/tab_03_on.gif") no-repeat;
}

#article.topics_article #nav #topics_tab4 {
  background: url("../../topics/image/tab_04.gif") no-repeat;
}

#article.topics_article #nav #topics_tab4.select {
  background: url("../../topics/image/tab_04_on.gif") no-repeat;
}

#article.topics_article .topics_list {
  margin: 15px 10px 0 10px;
}

#article.topics_article .topics_list li {
  border-bottom: 1px dotted #d8d8d8;
  padding: 10px 0 9px 5px;
}

#article.topics_article .topics_date {
  color: #745604;
  width: 105px;
  float: left;
}

#article.topics_article .topics_txt {
  width: 87px;
  float: left;
  width: 490px;
  padding-left: 95px;
}

#article.topics_article .topics_txt a {
  text-decoration: none;
  color: #454545;
}

#article.topics_article .topics_txt a:hover {
  text-decoration: underline;
}

#article.topics_article .cat1 {
  background: url("../image/icon_cat1.gif") no-repeat;
}

#article.topics_article .cat2 {
  background: url("../image/icon_cat2.gif") no-repeat;
}

#article.topics_article .cat3 {
  background: url("../image/icon_cat3.gif") no-repeat;
}

#article.topics_article .link01 {
  padding-left: 20px;
  background: url("../image/arrow1.gif") no-repeat 5px center;
}

#article.topics_article .link02 {
  padding-left: 20px;
  background: url("../image/arrow2.gif") no-repeat 5px center;
}

#article.topics_article .notes {
  overflow: hidden;
}

#article.topics_article .topicsDate {
  float: right;
  font-size: 14px;
}

#article.topics_article .topicsCat {
  float: left;
}

/*-----site-----*/
#article.sitemap_article h2 {
  margin-top: 30px;
}

#article.sitemap_article h2 a {
  display: block;
  text-decoration: none;
  color: #000000;
}

#article.sitemap_article ul {
  overflow: hidden;
  margin: 20px;
}

#article.sitemap_article li {
  float: left;
  padding-left: 20px;
  margin-right: 30px;
  background: url("../image/arrow2.gif") no-repeat left center;
}

#article.sitemap_article li a {
  color: #000000;
}

/*2019 1119 add*/
#article.sitemap_article li.red {
  color: #e60012;
}

/*-----mippu cam-----*/

.taishou {
  margin-top: 70px;
}

.taishou h2 {
  text-align: center;
}


.taishou p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.taishou p span {
  font-size: 12px;
}

.taishou ul {
  margin-top: 40px;
}

.taishou ul li {
  float: left;
  margin-right: 41px;
}

.taishou ul li p {
  line-height: 1.5;
}

.taishou ul .pdt01 {
  width: 171px;
}

.taishou ul .pdt02 {
  width: 116px;
}

.taishou ul .pdt03 {
  width: 118px;
}

.taishou ul .pdt04 {
  width: 170px;
}

.taishou ul .pdt05 {
  width: 81px;
}

.taishou ul .pdt06 {
  width: 96px;
  margin-right: 0;
}

.taishou .mihon_box {
  border: solid #29b49b 5px;
  margin: 55px auto 55px auto;
  padding-bottom: 25px;
}

.taishou .mihon_box .mihon_tx {
  background-color: #29b49b;
  color: #fff;
  width: auto;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}

.taishou .mihon_box .mihon_img {
  text-align: center;
  padding: 35px 0 10px 0;
}



.shouhin ul .ashou .a_icon {
  position: absolute;
  top: 20px;
  left: 180px;
}


.shou_tx .shouhin_tx {
  text-align: left;
}

.shouhin ul .ashou {
  position: relative;
  width: 470px;
  float: left;
}

.shouhin ul .ashou .shou_tx {
  width: 240px;
  float: left;

}

.shouhin ul .ashou .shou_img {
  width: 201px;
  float: right;
}




.shouhin ul .bshou .b_icon {
  position: absolute;
  top: 20px;
  left: 130px;
}

.shouhin ul .bshou {
  position: relative;
  width: 400px;
  float: right;
}

.shouhin ul .bshou .shou_tx {
  width: 240px;
  float: left;
}

.shouhin ul .bshou .shou_img {
  width: 127px;
  float: right;
}




.shouhin ul .cshou .c_icon {
  position: absolute;
  top: 20px;
  left: 290px;
}

.shouhin ul .cshou {
  margin-top: 50px;
  position: relative;
  width: 500px;
  float: left;
}

.shouhin ul .cshou .shou_tx {
  width: 300px;
  float: left;
}

.shouhin ul .cshou .shou_img {
  width: 115px;
  float: right;
}

.graph h2 {
  text-align: center;
}





/*-----okowa cam-----*/


.okowa_taishou {
  margin-top: 70px;
}

.okowa_taishou h2 {
  text-align: center;
}


.okowa_taishou p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.okowa_taishou .okowa_btn {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 40px;
}

.okowa_taishou p span {
  font-size: 12px;
}

.okowa_taishou .okowa_shouhinbox {
  margin: 40px auto 0 auto;
  width: 590px;
}

.okowa_taishou .okowa_shouhinbox li {
  float: left;
  margin-right: 70px;
}

.okowa_taishou .okowa_shouhinbox .okowa01 {
  width: 144px;
}

.okowa_taishou .okowa_shouhinbox .okowa02 {
  width: 154px;
}

.okowa_taishou .okowa_shouhinbox .okowa03 {
  width: 148px;
  margin-right: 0;
}


.okowa_taishou .okowa_shouhinbox li p {
  line-height: 1.5;
}

.okowa_mihon {
  text-align: center;
  margin: 25px auto 55px auto;
}

.okowa_shouhin {
  margin-top: 40px;
}



/*-----kaneka 170726-----*/
.size14 {
  font-size: 14px;
}

.center {
  text-align: center;
}

ul.kanekaPro {
  width: 100%;
  padding: 20px 20px 10px 20px;
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  margin-bottom: 20px;
}

ul.kanekaPro2 {
  width: 100%;
  padding: 20px;
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  margin-bottom: 20px;
}

ul.kanekaPro3 {
  width: 100%;
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  margin-top: 15px;
}

ul.bg1 {
  background-image: url("../../brand/image/kaneka_bg03.png");
}

ul.bg2 {
  background-image: url("../../brand/image/kaneka_bg02.png");
}

ul.bg3 {
  background-image: url("../../brand/image/kaneka_bg01.png");
}

ul.bg4 {
  background-color: #fff;
  border: 1px #f3efe7 solid;
  border-radius: 4px;
}

ul.kanekaPro p.bg {
  position: absolute;
  top: 20px;
  right: 60px;
}

ul.kanekaPro p.bg.special {
  top: 150px !important;
}

ul.kanekaPro li {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
  z-index: 9999;
  vertical-align: top;
}

ul.kanekaPro li .name {
  font-size: 14px;
  line-height: 1.7;
}

a ul.kanekaPro li .name {
  color: #333 !important;
  text-decoration: none !important;
}

ul.kanekaPro2 p.bg {
  position: absolute;
  top: 20px;
  right: 60px;
}

ul.kanekaPro2 {
  width: 100%;
  font-size: 0;
}

ul.kanekaPro2 li {
  text-align: center;
  z-index: 9999;
  vertical-align: top;
  display: inline-block;
  width: 24%;
}

ul.kanekaPro2 li.clm2 {
  width: 39%;
  margin-bottom: 15px;
}

ul.kanekaPro2 li .name {
  font-size: 14px;
  line-height: 1.7;
  color: #333;


}

.btn {
  text-align: center;
  margin: 20px auto 45px;
}

.btn a:hover {
  opacity: 0.6;
}

.secret {
  width: 100%;
  border: #f97341 solid 1px;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;


}

.secret .ttl {
  padding: 1px 25px 0;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background-color: #f97341;
  background-image: url("../../brand/image/kaneka_img17.png"), url("../../brand/image/kaneka_img17.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 5px top 5px, right 5px top 5px;
  margin-bottom: 10px;
  display: inline-block;
}

/*-----akakara-----*/
section.akakara {
  background: #e60012;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

section.akakara h1 {
  line-height: 0;
}

section.akakara .yellowArea {
  width: 890px;
  border-radius: 5px;
  background: #efe901;
  padding: 40px 0 20px;
  margin: 0 auto;
  position: relative;
}

section.akakara .yellowArea .ribon {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateY(-0) translateX(-50%);
  -webkit- transform: translateY(-0) translateX(-50%);
}

section.akakara .yellowArea ul {
  width: 100%;
  font-size: 0;
}

section.akakara .yellowArea ul li {
  width: 49%;
  text-align: center;
  display: inline-block;
}

section.akakara .yellowArea ul li.border {
  border-left: 1px dotted #e60113;
}

section.akakara .yellowArea ul li .name {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

section.akakara .yellowArea ul li .name span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}

section.akakara .whiteTx {
  color: #fff;
  text-align: right;
  margin-right: 25px;
  margin-bottom: 20px;
}

section.akakara .whiteArea {
  width: 890px;
  border-radius: 5px;
  background: #fffef1;
  border: 5px #fbe7c6 solid;
  padding: 45px 35px 35px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

}

section.akakara .whiteArea .h2 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateY(-0) translateX(-50%);
  -webkit- transform: translateY(-0) translateX(-50%);
}

section.akakara .whiteArea .proList {
  width: 100%;
  font-size: 0;
  text-align: center;
}

section.akakara .whiteArea .proList li {
  width: 30%;
  display: inline-block;
  text-align: center;
}

section.akakara .whiteArea .proList li .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.3;
}

section.akakara .whiteArea .proList li .name span {
  font-size: 32px;
  color: #e60113;
  display: block;
}

section.akakara .whiteArea .caution2 {
  padding-top: 22px;
  margin-top: 22px;
  border-top: #ddd5c7 1px dotted;
  text-align: left;
}

section.akakara .whiteArea .tx {
  font-size: 14px;
  text-align: left;
}

section.akakara .whiteArea .tx .oboList {
  width: 100%;
}

section.akakara .whiteArea .tx .oboList li {
  display: inline-block;
  margin-right: 30px;
}

section.akakara .whiteArea .tx p span {
  color: #e60113;
  font-weight: bold;
}

section.akakara .whiteArea .btn {
  margin: 0;
}

section.akakara .whiteArea .btn a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 50px;
  height: 50px;
  width: 350px;
  background: #f16e16;
  border-radius: 2px;
  margin: 0 auto;
  text-decoration: none;
}

section.akakara .whiteArea .btn a:hover {
  background: #bc5712;
  transition: all 0.3s ease;
  opacity: 1;
}

section.akakara .whiteArea .bigTx {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

section.akakara .whiteArea .bigTx2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

section.akakara .whiteArea .dayTx {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

section.akakara .whiteArea .dayTx span.small {
  font-size: 32px;
}

section.akakara .whiteArea .dayTx span.red2 {
  color: #e60113;
}

section.akakara .whiteArea .dayTx span.redsmall {
  font-size: 32px;
  color: #e60113;
}

section.akakara .whiteArea .dayTx span.small2 {
  font-size: 14px;
}

section.akakara .whiteArea ul.tel {
  text-align: left;
}

section.akakara .whiteArea ul.tel li {
  font-weight: bold;
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
}

section.akakara .whiteArea ul.tel .cas {
  font-size: 16px;
  color: #fff;
  background: #e60113;
  padding: 3px 5px 0;
  border-radius: 2px;
}

section.akakara .whiteArea ul.tel .num {
  font-size: 30px;
  margin: 0 5px;
  line-height: 0.7;
}

section.akakara .whiteArea .tel .small2 {
  font-size: 14px;
}

section.akakara .whiteArea .cationArea {
  padding-top: 22px;
  margin-top: 22px;
  border-top: #ddd5c7 1px dotted;
  text-align: left;
}

/*170105追加*/
table.special {
  font-size: 11px;
}

table td.center {
  text-align: center;
}

/*180408追加*/
ul.snsIndentList li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

.accordion.snsArea {
  margin-bottom: 30px;
}

dt.tss2 {
  position: relative;
}

dt.tss2 span {
  line-height: 1;
  font-weight: bold;
}

dt.tss2::after {
  content: "";
  position: absolute;
  background: url("../image/arw1.png") no-repeat left center;
  right: 10px;
  top: 18px;
  width: 15px;
  height: 8px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

dt.tss2 .opened::after {
  transform: rotateX(180deg);
}

/*200729追加*/
.kurokara-shirokara-wrp{
  display: flex;
  flex-wrap: nowrap;
}

.kurokara-shirokara-wrp > div{
  width: 480px;
  height: 490px;
}

.kurokara-shirokara-wrp div p img.zoom:hover,
.kurokara-shirokara-wrp div p img.zoom:active{
  transition: transform 0.2s linear;
  transform: scale(1.1);
}

.kurokara-shirokara-wrp div p{
  position: relative;
  margin-left: 22px;
}

.kurokara-shirokara-wrp div p span{
  position: absolute;
  top: -58px;
  left: -2px;
}

.kurokara-shirokara-wrp .kurokara{
  background-image: url("../../brand/image/akakara_kurokara_bg.jpg");
}

.kurokara-shirokara-wrp .shirokara{
  background-image: url("../../brand/image/akakara_shirokara_bg.jpg");
}

.kurokara-shirokara-wrp .kurokara p > img{
  filter: drop-shadow(0 0 10px rgba(231,60,20,1));
  margin: -2px 15px 0 0;
}

.kurokara-shirokara-wrp .shirokara p > img{
  filter: drop-shadow(0 0 10px rgba(0,0,0,1));
  margin: -2px 15px 0 0;
}

section.section#akakara #ct04 ul.proList>li{
  width: 275px!important;
}

section.section#akakara #ct04 ul.proList>li:nth-child(-n+3){margin-bottom: 45px;}

section.section#akakara #ct04 ul.proList>li:nth-child(4){padding-top: 9px;}

section.section#akakara #ct04 ul.proList>li:nth-child(5) .name span img,
section.section#akakara #ct04 ul.proList>li:nth-child(6) .name span img{width: 84px;}

section.section#akakara #ct04 ul.proList2>li:nth-child(-n+2){margin-bottom: 40px;}

.h_alpha section p a:hover img{opacity: 1!important;}

/*-----鬼鍋-----*/

.oninabe h1 {
  line-height: 0;
}

section.section#oninabe span.enW {
  font-family: 'Times New Roman', 'Garamond', 'Sylfaen', 'Tunga', 'Palatino Linotype', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

section.section#oninabe {
  float: none;
  width: 100%;
  letter-spacing: 0.01em;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

section.section#oninabe .min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

section.section#oninabe #ct01 {
  background-image: url("../../brand/image/oninabe_ct01_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0;
  font-weight: bold;
  text-align: center;
}

section.section#oninabe #ct01 .mainTx {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

section.section#oninabe #ct01 .mainTx span {
  display: block;
  font-size: 32px;
}

section.section#oninabe #ct02 {
  background-image: url("../../brand/image/oninabe_ct02_img04.png"), url("../../brand/image/oninabe_ct02_bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  background-size: 802px 705px, cover;
  padding-bottom: 385px;
}

section.section#oninabe #ct03 {
  background-image: url("../../brand/image/oninabe_ct03_img04.png"), url("../../brand/image/oninabe_ct03_bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  background-size: 802px 705px, cover;
  padding-bottom: 385px;
}

section.section#oninabe #ct05 {
  background-image: url("../../brand/image/oninabe_ct05_img04.png"), url("../../brand/image/oninabe_ct05_bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  background-size: 802px 705px, cover;
  padding-bottom: 385px;
}

section.section#oninabe .temp {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 20px;
}

section.section#oninabe .h2 {
  text-align: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
}

section.section#oninabe .h2 span.big {
  font-size: 30px;
}

section.section#oninabe .h2 span.ylw {
  color: #eed375;
}

section.section#oninabe .temp .ctArea {
  padding: 50px 50px 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

section.section#oninabe .temp .ctArea .boxL {
  width: 550px;
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
}

section.section#oninabe .temp .ctArea .boxR {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../../brand/image/oninabe_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
  padding: 25px 10px 50px 10px;
}

section.section#oninabe .temp .ctArea .boxL .whiteBox {
  background: url("../../brand/image/oninabe_ptn.png") repeat;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin-top: 10px;
  font-weight: bold;
}

section.section#oninabe .temp .ctArea .boxL .whiteBox .ttl {
  font-size: 28px;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  line-height: 1;
  padding-bottom: 5px;
}

section.section#oninabe .temp .ctArea .boxL .whiteBox .infoList {
  width: 100%;
}

section.section#oninabe .temp .ctArea .boxL .whiteBox .infoList>li {
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

section.section#oninabe .temp .ctArea .boxL .whiteBox .infoList>li span.cau {
  display: block;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

section.section#oninabe .temp .ctArea .boxL .whiteBox .infoList>li span.mini {
  font-size: 13px;
}

section.section#oninabe .temp .ctArea .boxR .linkBox a:hover {
  opacity: 0.8;
}

section.section#oninabe .temp .ctArea .boxR .linkBox a {
  text-decoration: none;
}

section.section#oninabe .temp .ctArea .boxR .linkBox a .name {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.5;
}

section.section#oninabe .temp .ctArea .goldBigTx {
  text-align: center;
  margin-top: 30px;
}

section.section#oninabe .ctArea .boxL .whiteBox .infoList>li span.color {
  color: #ab0900;
}

section.section#oninabe #ct04 {
  background-image: url("../../brand/image/oninabe_ct04_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 20px;
}

section.section#oninabe #ct04>.ctArea {
  padding: 50px !important;
}

section.section#oninabe #ct04 .shimeList {
  width: 100%;
}

section.section#oninabe #ct04 .shimeList>li {
  width: 415px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

section.section#oninabe #ct04 .shimeList>li img {
  width: 100%;
}

section.section#oninabe #ct04 .shimeList>li .txBox {
  padding: 25px;
}

section.section#oninabe #ct04 .shimeList>li:nth-child(1) {
  margin-right: 20px;
}

section.section#oninabe #ct04 .shimeList>li .h3 {
  font-weight: bold;
  font-size: 28px;
  border-bottom: 1px solid #555;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: center;
}

section.section#oninabe #ct04 .shimeList>li .h3 span {
  color: #ab0900;
  font-size: 16px;
  display: block;
}

section.section#oninabe #ct04 .shimeList>li:nth-child(2) .h3 span {
  color: #ff7e00 !important;
}

section.section#oninabe #ct04 .shimeList>li:nth-child(3) {
  margin-top: 25px;
}

section.section#oninabe #ct04 .shimeList>li:nth-child(3) .h3 span {
  color: #560800 !important;
}



section.section#oninabe #ct04 .shimeList>li .tx {
  font-size: 14px;
  font-weight: bold;
}

/*-----赤から鍋スープ-----*/
section#akakara {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

section.akakara {
  padding-bottom: 0;
}

section.akakara h1 {
  position: relative;
}

section.akakara h1 .mvImg01 {
  position: absolute;
  left: 10px;
  bottom: 70px;
}

section.akakara h1 .mvImg02 {
  position: absolute;
  left: 170px;
  bottom: 150px;
}

section.akakara h1 .mvImg03 {
  position: absolute;
  left: 350px;
  bottom: 230px;
}

section.akakara h1 .mvImg04 {
  position: absolute;
  right: 50px;
  top: 60px;
}

section.akakara h1 .mvImg05 {
  position: absolute;
  right: 250px;
  bottom: 60px;
}

section.akakara h1 img.zoom {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}

section.akakara h1 img.zoom:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

section.section#akakara #ct02 .h2 {
  position: relative;
}

section.section#akakara #ct02 .h2::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -40px;
  background-image: url("../../brand/image/akakara_ct02_img03.png");
  background-repeat: no-repeat;
  width: 95px;
  height: 144px;
}

section.section#akakara .h2 {
  margin-bottom: 20px;
}

section.section#akakara #ct01 {
  background-image: url("../../brand/image/akakara_ct01_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 80px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

section.section#akakara #ct01 .pointList>li {
  font-size: 20px;
  font-weight: bold;
  text-shadow:
    #fff 1px 1px 0, #fff -1px -1px 0,
    /*右下、左上*/
    #fff -1px 1px 0, #fff 1px -1px 0,
    /*右上、左下*/
    #fff 0px 1px 0, #fff 0-1px 0,
    /*右、左*/
    #fff -1px 0 0, #fff 1px 0 0;
  /*上、下*/
  background-image: url("../../brand/image/akakara_ct04_icon.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
}

section.section#akakara #ct01 .pointList>li span {
  font-size: 32px;
}

section.section#akakara #ct01 .pointList>li:nth-child(1) {
  margin-bottom: 25px;
}

section.section#akakara #ct02 {
  background: url("../../brand/image/akakara_ct02_bg.png") repeat;
  padding: 60px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

section.section#akakara #ct02 .boxL {
  width: 331px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

section.section#akakara #ct02 .boxR {
  width: 475px;
  display: inline-block;
  vertical-align: top;
}

section.section#akakara #ct02 .boxR .ctBox {
  margin-bottom: 15px;
}

section.section#akakara #ct02 .boxR .ctBox .h3 {
  padding-bottom: 5px;
  border-bottom: 1px dotted #be685e;
  width: 100%;
  margin-bottom: 20px;
}

section.section#akakara #ct02 .boxR .ctBox .akakaraTable {
  border-top: 1px solid #a22718;
  border-left: 1px solid #a22718;
  font-weight: bold;
  display: inline-block;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  vertical-align: top;
}

section.section#akakara #ct02 .boxR .ctBox .akakaraTable th,
section.section#akakara #ct02 .boxR .ctBox .akakaraTable td {
  border-bottom: 1px solid #a22718;
  border-left: 1px solid #a22718;
  padding: 5px 10px;
}

section.section#akakara #ct02 .boxR .ctBox .akakaraTable th {
  background-color: #f0b7b1;
}

section.section#akakara #ct02 .boxR .ctBox .akakaraTable td {
  background-color: #fff;
}

section.section#akakara #ct02 .boxR .ctBox .table_01 {
  width: 255px;
  margin-right: 10px;
}

section.section#akakara #ct02 .boxR .ctBox .table_01 th {
  width: 190px;
}

section.section#akakara #ct02 .boxR .ctBox .table_01 td {
  width: 70px;
}

section.section#akakara #ct02 .boxR .ctBox .table_02 th {
  width: 100px;
}

section.section#akakara #ct02 .boxR .ctBox .table_02 td {
  width: 100px;
}

section.section#akakara #ct02 .boxR .ctBox .table_02 {
  width: 200px;
}

section.section#akakara #ct02 .boxR .ctBox .stepList>li {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

section.section#akakara #ct02 .boxR .ctBox .stepList>li span {
  font-size: 11px;
  color: #901000;
  background-color: #f2dd77;
  line-height: 1;
  padding: 3px 6px;
  margin-right: 5px;
}

section.section#akakara #ct03 {
  text-align: center;
}

section.section#akakara #ct03 .bg01 {
  background: url("../../brand/image/akakara_ct03_bg1.png") repeat;
  padding: 30px 50px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

section.section#akakara #ct03 .bg02 {
  background: url("../../brand/image/akakara_ct03_bg2.png") repeat;
  padding: 30px 50px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

section.section#akakara #ct03 .clm4List {
  width: 100%;
  font-size: 0;
}

section.section#akakara #ct03 .clm4List>li {
  float: left;
  width: 211px;
  border: 1px solid #000;
  background-color: #000;
  position: relative;
}

section.section#akakara #ct03 .clm4List.ptn2>li {
  background-color: #fa5e00;
  position: static;
  border: 1px solid #fa5e00;
}

section.section#akakara #ct03 .clm4List>li .posi {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 81px;
  height: 82px;
}

section.section#akakara #ct03 .clm4List>li img {
  width: 100%;
}

section.section#akakara #ct03 .clm4List>li a {
  text-decoration: none;
}

section.section#akakara #ct03 .clm4List>li .name {
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-right: 1px solid #999;
}

section.section#akakara #ct03 .clm4List.ptn2>li .name {
  border-right: 1px solid #ff8135;
  background-image: url("../../brand/image/akakara_ct03_icon05.png");
  background-repeat: no-repeat;
  background-position: right 2px bottom 2px;
}

section.section#akakara #ct03 .clm4List>li:nth-child(4) .name {
  border: none;
}

section.section#akakara #ct04 {
  background: url("../../brand/image/akakara_ct04_bg.png") repeat;
  padding: 50px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

section.section#akakara #ct04 ul.infoList {
  margin-bottom: 20px;
}

section.section#akakara #ct04 ul.infoList>li {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

section.section#akakara #ct04 ul.infoList>li.tx {
  padding-left: 30px;
  background-image: url("../../brand/image/akakara_ct04_icon.png");
  background-repeat: no-repeat;
  background-position: left center;
}

section.section#akakara #ct04 ul.proList {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #000;
}

section.section#akakara #ct04 ul.proList>li {
  text-align: center;
  width: 205px;
  display: inline-block;
  vertical-align: top;
}

section.section#akakara #ct04 ul.proList>li a {
  text-decoration: none;
}

section.section#akakara #ct04 ul.proList>li .name {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

section.section#akakara #ct04 ul.proList>li .name span {
  display: block;
  line-height: 0;
}

section.section#akakara #ct04 ul.proList>li:nth-child(3) .name span img {
  width: 54px;
}

section.section#akakara #ct04 ul.proList>li:nth-child(4) .name span img {
  width: 84px;
}

section.section#akakara #ct04 ul.proList2 {
  position: relative;
}

section.section#akakara #ct04 ul.proList2>li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

section.section#akakara #ct04 ul.proList2>li.imgB {
  text-align: center;
}

section.section#akakara #ct04 ul.proList2>li.imgB a {
  text-decoration: none;
}

section.section#akakara #ct04 ul.proList2>li.imgB a .name {
  color: #fff;
  font-weight: bold;
}

section.section#akakara #ct04 ul.proList2>li ul.txList>li {
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  background-image: url("../../brand/image/akakara_ct04_icon.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 20px;
  font-weight: bold;
}

section.section#akakara #ct04 ul.proList2>li.posi {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 185px;
  height: 250px;
}

section.section#akakara #ct05 {
  background: url("../../brand/image/akakara_ct05_bg.png") repeat;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

section.section#akakara #ct05 .read {
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

section.section#akakara #ct05 .read span {
  font-size: 14px;
  display: block;
}

section.section#akakara #ct05 ul.proList {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

section.section#akakara #ct05 ul.proList>li {
  text-align: center;
  width: 213.75px;
  display: inline-block;
  vertical-align: bottom;
}

section.section#akakara #ct05 ul.proList>li a {
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}

section.section#akakara #ct05 ul.proList>li a .tx {
  margin-top: 5px;
  font-weight: bold;
}

/*--あま酒--*/
section.section#amazake {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

section.section#amazake #ct01 {
  padding-bottom: 50px;
}

section.section#amazake #ct01 ul.pointList {
  width: 100%;
  text-align: center;
}

section.section#amazake #ct01 ul.pointList>li {
  width: 285px;
  height: 260px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.section#amazake #ct01 ul.pointList>li span {
  font-size: 10px;
}

section.section#amazake #ct01 ul.pointList>li .liWrap {
  padding-top: 55px;
}

section.section#amazake #ct01 ul.pointList>li .liWrap .tx {
  font-weight: bold;
}

section.section#amazake #ct01 ul.pointList>li:nth-child(1) {
  background-image: url("../../brand/image/amazake_ct01_bg01.png");
}

section.section#amazake #ct01 ul.pointList>li:nth-child(2) {
  background-image: url("../../brand/image/amazake_ct01_bg02.png");
}

section.section#amazake #ct01 ul.pointList>li:nth-child(3) {
  background-image: url("../../brand/image/amazake_ct01_bg03.png");
}

section.section#amazake #ct01 ul.pointList>li:nth-child(4) {
  background-image: url("../../brand/image/amazake_ct01_bg04.png");
}

section.section#amazake #ct01 ul.pointList>li:nth-child(5) {
  background-image: url("../../brand/image/amazake_ct01_bg05.png");
}

section.section#amazake #ct01 .glayTx {
  font-size: 11px;
  color: #aaaaaa;
  text-align: center;
  margin-top: 30px;
}

section.section#amazake #ct02 {
  background: url("../../brand/image/amazake_ct02_bg01.png") repeat;
  padding: 50px;
}

section.section#amazake #ct02 .recipeList {
  width: 100%;
}

section.section#amazake #ct02 .recipeList>li,
section.section#amazake #ct06 .recipeList>li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 203px;
  margin-right: 10px;
  margin-bottom: 20px;
}

section.section#amazake #ct02 .recipeList>li:nth-child(4n),
section.section#amazake #ct06 .recipeList>li:nth-child(4n) {
  margin-right: 0;
}

section.section#amazake #ct02 .recipeList>li a,
section.section#amazake #ct06 .recipeList>li a {
  text-decoration: none;
  color: #000;
}

section.section#amazake #ct02 .recipeList>li img,
section.section#amazake #ct06 .recipeList>li img {
  width: 100%;
}

section.section#amazake #ct02 .recipeList>li .name span,
section.section#amazake #ct06 .recipeList>li .name span {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 16px;
}

section.section#amazake #ct02 .recipeList.drink>li .name span,
section.section#amazake #ct06 .recipeList.drink>li .name span {
  background-image: url("../../brand/image/amazake_arw01.png");
}

section.section#amazake #ct02 .recipeList.sweet>li .name span {
  background-image: url("../../brand/image/amazake_arw02.png");
}

section.section#amazake #ct02 .recipeList.food>li .name span {
  background-image: url("../../brand/image/amazake_arw03.png");
}

section.section#amazake #ct03 {
  padding: 50px;
}

section.section#amazake #ct03 .blueBox {
  padding: 50px;
  background: url("../../brand/image/amazake_ct03_bg01.png") repeat;
  border: 2px solid #c5e2fb;
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

section.section#amazake #ct03 .howBox {
  width: 690px;
  margin: 0 auto;
  font-size: 0;
}

section.section#amazake #ct03 .howBox .boxL {
  display: inline-block;
  width: 435px;
  vertical-align: middle;
  margin-right: 20px;
}

section.section#amazake #ct03 .howBox .boxR {
  display: inline-block;
  width: 225px;
  vertical-align: middle;
}

section.section#amazake #ct03 .howBox .boxL .h2 {
  text-align: center;
}

section.section#amazake #ct03 .howBox .boxL .tx {
  background: url("../../brand/image/amazake_ct03_bg02.png") repeat;
  font-size: 14px;
}

section.section#amazake #ct03 .howBox .boxL .tx p {
  line-height: 3.7;
}

section.section#amazake #ct03 .howBox .boxL .tx span {
  color: #999999;
}

section.section#amazake #ct04 {
  padding: 50px;
  background-color: #fff;
  border: 1px dashed #71645a;
}

section.section#amazake #ct04 .recipeList,
section.section#amazake #ct04 .boxL .recipeList,
section.section#amazake #ct04 .recipeList,
section.section#amazake #ct04 .boxR .recipeList {
  width: 100%;
  font-size: 0;
  text-align: center;
  background-image: url("../../brand/image/amazake_ct04_bg01.png");
  background-repeat: no-repeat;
  background-position: top 90px center;
  background-size: 100%;
}

section.section#amazake #ct04 .boxL .recipeList {
  background-image: url("../../brand/image/amazake_ct04_bg02.png");
  background-position: top 150px center;
}

section.section#amazake #ct04 .boxR .recipeList {
  background-image: url("../../brand/image/amazake_ct04_bg03.png");
  background-position: top 150px center;
}

section.section#amazake #ct04 .recipeList li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

section.section#amazake #ct04 .recipeList.list_01 li:nth-child(5) {
  margin-right: 0;
}

section.section#amazake #ct04 .recipeList.list_01 li:nth-child(2),
section.section#amazake #ct04 .recipeList.list_01 li:nth-child(4) {
  padding-top: 50px;
}

section.section#amazake #ct04 .recipeList li .name {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

section.section#amazake #ct04 .recipeList li .name span {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left top 3px;
}

section.section#amazake #ct04 .recipeList li a {
  text-decoration: none;
  color: #000;
}

section.section#amazake #ct04 .recipeList.list_01 li .name span {
  background-image: url("../../brand/image/amazake_arw01.png");
}

section.section#amazake #ct04 .recipeList.list_02 li .name span {
  background-image: url("../../brand/image/amazake_arw02.png");
}

section.section#amazake #ct04 .recipeList.list_03 li .name span {
  background-image: url("../../brand/image/amazake_arw03.png");
}

section.section#amazake #ct04 .boxL {
  width: 415px;
  margin-right: 20px;
  display: block;
  vertical-align: top;
  margin: auto;
  margin-top: 30px;
}

section.section#amazake #ct04 .boxR {
  width: 415px;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}

section.section#amazake #ct04 .boxL .recipeList li:nth-child(2n),
section.section#amazake #ct04 .boxR .recipeList li:nth-child(2n) {
  padding-top: 50px;
}

section.section#amazake #ct04 .boxR .recipeList li {
  margin-right: 2px;
}

section.section#amazake #ct04 .boxL .recipeList li {
  margin-right: 10px;
}

section.section#amazake #ct04 .blueBox {
  width: 780px;
  margin: 60px auto 0 auto;
  text-align: center;
  position: relative;
  padding: 50px;
  background-color: #e0f9ff;
  border: 1px solid #bae6f1;
}

section.section#amazake #ct04 .blueBox::before {
  content: "";
  background-image: url("../../brand/image/amazake_ct04_img12.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 32px;
  height: 35px;
  top: -35px;
  right: 200px;
}

section.section#amazake #ct04 .blueBox .txBox {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 15px;
}

section.section#amazake #ct04 .blueBox .imgBox {
  display: inline-block;
  vertical-align: middle;
}

section.section#amazake #ct04 .blueBox .imgBox img {
  max-width: 280px;
  height: auto;
  width: 100%;
}

section.section#amazake #ct06 .arrange-houzicha {
  background: url("../../brand/image/amazake_ct02_bg02.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 50px;
  margin-top: 50px;
}

section.section#amazake #ct06 .arrange-chai {
  background: url("../../brand/image/amazake_ct02_bg03.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 50px;
  margin-top: 50px;
}

section.section#amazake #ct06 .recipeList>li:nth-child(1) img {
  width: 70%;
  margin: auto;
}

section.section#amazake #ct06 .recipeList>li {
  margin-bottom: 0;
}

/*-----sugutoke-----*/

.sugutoke {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.sugutoke {
  position: relative;
}

.sugutoke .suguMV01 {
  position: absolute;
  left: 183px;
  bottom: 60px;

}

.sugutoke .suguMV02 {
  position: absolute;
  left: 500px;
  bottom: 60px;
}

.sugutoke>#ct01 {
  margin-top: -4px !important;
}

.sugutoke>#ct01 .ct01Wrap {
  padding: 50px;
  border: solid 2px #ba1119;
  background-image: url("../../brand/image/sugutoke_pat01.png");
}

.sugutoke #ct02 .ct02Wrap {
  padding: 50px;
  border: solid 2px #a0821e;
  background-image: url("../../brand/image/sugutoke_pat02.png");
}

.sugutoke>#ct01 .ct01Wrap .ct01tx,
.sugutoke #ct02 .ct02Wrap .ct02tx {
  padding: 40px;
  background-color: #fff;
  position: relative;
}

.sugutoke>#ct01 .ct01Wrap .ct01tx .leftbox,
.sugutoke #ct02 .ct02Wrap .ct02tx .leftbox {
  width: 65%;
}

.sugutoke>#ct01 .ct01Wrap .ct01tx .leftbox p.notx,
.sugutoke #ct02 .ct02Wrap .ct02tx .leftbox p.notx {
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: normal;
}

.sugutoke>#ct01 .ct01Wrap .ct01tx .leftbox p span,
.sugutoke #ct02 .ct02Wrap .ct02tx .leftbox p span {
  font-size: 11px;
  color: #767676;
}

.sugutoke>#ct01 .ct01Wrap .ct01tx .leftbox p.ttl,
.sugutoke #ct02 .ct02Wrap .ct02tx .leftbox p.ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}

.sugutoke>#ct01 .ct01Wrap .ct01tx .leftbox .ttl span,
.sugutoke #ct02 .ct02Wrap .ct02tx .leftbox .ttl span {
  color: #cd0001;
  font-size: 16px;
}

.sugutoke #ct02 .ct02Wrap .ct02tx .leftbox .ttl span {
  color: #c19f3f;
}

.sugutoke>#ct01 .ct01Wrap .ct01tx .rightbox {
  position: absolute;
  top: -28px;
  right: 0;
}

.sugutoke #ct02 .ct02Wrap .ct02tx .rightbox {
  position: absolute;
  top: -13px;
  right: 0;
}

.sugutoke ul {
  font-size: 0;
  margin-top: 20px;
}

.sugutoke ul.ct01_list_01 {
  border-bottom: solid 1px #cd0001;
  padding-bottom: 20px;
}

.sugutoke ul.ct02_list_01 {
  border-bottom: solid 1px #a0821e;
  padding-bottom: 20px;
}

.sugutoke ul li {
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-left: 15px;
}

.sugutoke ul.ct01_list_01 li:nth-child(n+2),
.sugutoke ul.ct01_list_02 li:nth-child(n+2) {
  vertical-align: top !important;
  padding-top: 10px;
}

.sugutoke ul li:nth-child(1) {
  margin-left: 0;
}

.sugutoke ul li:nth-child(1) img {
  width: 90%;
}

.sugutoke ul li:nth-child(5) {
  margin-left: 0;
}

.sugutoke ul li a {
  font-size: 13px;
  color: black;
  position: relative;
  margin-top: 10px;
}

.sugutoke ul li p.name {
  line-height: 1.5em;
}

/*---.sugutoke ul li p.name span {
    background-image: url("../../brand/image/sugutoke_arw_red.png");
	background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px;
}
---*/
.sugutoke ul li p.name span {}

.sugutoke ul li p.name span::after {
  content: '▶︎';
  display: inline-block;
  /*忘れずに！*/
  font-size: 9px;
  color: #ca0002;
  margin-left: 5px;
  text-decoration: none;
}

.sugutoke #ct02 {
  margin-top: 60px;
}

.sugutoke #ct02 li:nth-child(5) {
  padding-top: 20px;
}

.sugutoke ul li:nth-child(1) img {
  margin-bottom: 5px;
}


/*-----kurozu-----*/
.kurozu {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.kurozu h1 {
  position: relative;

}

.kurozu h1 .kurozu_btnlink {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.kurozu #ct01 {
  background-image: url("../../brand/image/kurozu_bg_01.gif");
  padding: 30px;
  font-size: 0;
  margin-top: -4px;
}

.kurozu #ct01 .leftbox {
  width: 277px;
  vertical-align: bottom;
  float: left;
  margin-right: 120px;
}

.kurozu #ct01 .leftbox img {
  width: 100%;
}

.kurozu #ct01 .rightbox {
  font-size: 18px;
  float: left;
  margin-top: 20px;
}

.kurozu #ct01 .rightbox li {
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}

.kurozu #ct01 .rightbox li:nth-child(3) {
  margin-bottom: 0px;
}

.kurozu #ct01 .rightbox li::before {
  margin-bottom: 0px;
  position: absolute;
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../../brand/image/kurozu_ct01_02.png");
  background-size: contain;
  vertical-align: middle;
  top: 0px;
  left: -50px;
}

.kurozu #ct01 .rightbox li:nth-child(2)::before {
  background-image: url("../../brand/image/kurozu_ct01_03.png");
  top: 20%;
}

.kurozu #ct01 .rightbox li:nth-child(3)::before {
  background-image: url("../../brand/image/kurozu_ct01_04.png");
  top: 20%;
}

.clear {
  clear: both;
}


.kurozu #ct03 {
  background-image: url("../../brand/image/kurozu_bg_02.gif");
  padding: 20px;
  text-align: center;
  font-size: 0;
}

.kurozu #ct03 .pat01 {
  margin-bottom: 8px;
}

.kurozu #ct03 .pat01 a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}

.kurozu #ct03 .pat01 .leftbox {
  width: 611px;
  float: left;
}

.kurozu #ct03 .pat01 .rightbox {
  width: 300px;
  display: inline-block;
  float: right;
}

.kurozu #ct03 .pat01 .rightbox .btm {
  margin-top: 8px;
}


.kurozu #ct03 .pat02 {
  margin-bottom: 8px;
}

.kurozu #ct03 .pat02 a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}

.kurozu #ct03 .pat02 .leftbox {
  width: 300px;
  float: left;
}

.kurozu #ct03 .pat02 .rightbox {
  width: 611px;
  display: inline-block;
  float: right;
}

.kurozu #ct03 .pat02 .leftbox .btm {
  margin-top: 8px;
}


.kurozu #ct03 .pat03 {
  margin-bottom: 8px;
}

.kurozu #ct03 .pat03 a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}

.kurozu #ct03 .pat03 ul li {
  float: left;
  width: 300px;
  margin-right: 9px;
}

.kurozu #ct03 .pat03 ul li:nth-child(3) {
  margin-right: 0px;
}


.kurozu #ct03 .arw {
  background-color: #3d0400;
  padding: 3px 0;
}

.kurozu #ct03 a p.arw {}

.kurozu #ct03 a p.arw::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../../brand/image/kurozu_arw.png");
  background-size: contain;
  vertical-align: middle;
  padding-right: 5px;
  background-repeat: no-repeat;
}

section.section ul.kurozu-link {
  font-size: 0;
  letter-spacing: 0;
}

section.section ul.kurozu-link li {
  display: inline-block;
  width: 470px;
}

section.section ul.kurozu-link li:nth-child(2) {
  margin-left: 16px;
}



/*-----kamameshi-----*/


.stkamameshi {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


.stkamameshi #ct01 {
  margin-top: -6px;
  background-image: url("../../brand/image/kamameshi_ct01_bg.png");
  position: relative;
  z-index: 1;
  /* z-indexを書き加えた */
  height: 458px;

}

.stkamameshi #ct01::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 361px;
  height: 485px;
  background-image: url("../../brand/image/kamameshi_ct01_02.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: -80px;
  left: 0;
}

.stkamameshi #ct01::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 418px;
  height: 400px;
  background-image: url("../../brand/image/kamameshi_ct01_03.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}

.stkamameshi #ct01 .top {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 1;

}

.stkamameshi #ct01 .bottom {
  margin: 0 auto;
  margin-bottom: 150px;
  width: 392px;
  position: relative;
  z-index: 1;
}

.stkamameshi #ct01 .bottom li {
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  border-bottom: dotted 1px #000;
  font-weight: bold;
}

.stkamameshi #ct01 .bottom li.gray {
  font-size: 13px;
  color: #858585;
  font-weight: normal;
}


.stkamameshi #ct02 {
  background-image: url("../../brand/image/kamameshi_ct02_bg.png");
  padding: 70px;
}

.stkamameshi #ct02 .leftbox {
  float: left;
}

.stkamameshi #ct02 .rightbox {
  text-align: center;
  float: right;
  width: 413px;
}

.stkamameshi #ct02 .rightbox ul {
  margin: 25px 0;
  font-size: 16px;
}

.stkamameshi #ct02 .rightbox ul li {
  padding: 5px 0;
  border-bottom: dotted 1px #000;
}


.stkamameshi #ct03 {
  background-image: url("../../brand/image/kamameshi_ct03_bg01.png");
  padding-top: 60px;
  border: solid 2px #b89b00;
}

.stkamameshi #ct03 p.ttl {
  text-align: center;
  padding-bottom: 20px;
}

.stkamameshi #ct03 li {
  position: relative;
}

.stkamameshi #ct03 li:nth-child(odd) {
  background-image: url("../../brand/image/kamameshi_ct03_bg02.png");
}

.stkamameshi #ct03 li a {
  display: block;
}

.stkamameshi #ct03 li.pat01 .floatwrap {
  margin-left: 60px;
}

.stkamameshi #ct03 li.pat01 a {
  padding: 50px 0 30px 0;
}

.stkamameshi #ct03 li.pat01 .leftbox {
  float: left;
  width: 123px;
  margin-top: -10px;
}

.stkamameshi #ct03 li.pat01 .rightbox {
  width: 520px;
  float: left;
}

.stkamameshi #ct03 li.pat01 .rightbox p.ttl {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #000;
}

.stkamameshi #ct03 li.pat01 .rightbox p.tx {
  font-size: 14px;
  color: #000;
}

.stkamameshi #ct03 li:nth-child(odd)::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 333px;
  height: 125px;
  background-image: url("../../brand/image/kamameshi_ct03_04.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 10px;
  right: 0;
}

.stkamameshi #ct03 li:nth-child(3)::after {
  width: 335px;
  height: 136px;
  background-image: url("../../brand/image/kamameshi_ct03_10.png");
}

.stkamameshi #ct03 li:nth-child(5)::after {
  width: 332px;
  height: 133px;
  background-image: url("../../brand/image/kamameshi_ct03_16.png");
}

.stkamameshi #ct03 li:nth-child(7)::after {
  width: 295px;
  height: 136px;
  top: 20px!important;
  background-image: url("../../brand/image/kamameshi_ct03_22.png");
}

.stkamameshi #ct03 li.pat02 .floatwrap {
  margin-right: 70px;
}

.stkamameshi #ct03 li.pat02 a {
  padding: 50px 0 30px 0;
}

.stkamameshi #ct03 li.pat02 .leftbox {
  width: 123px;
  float: right;
  margin-top: -10px;
}

.stkamameshi #ct03 li.pat02 .rightbox {
  float: right;
  width: 473px;
}

.stkamameshi #ct03 li.pat02 .rightbox p.ttl {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #000;
}

.stkamameshi #ct03 li.pat02 .rightbox p.tx {
  font-size: 14px;
  color: #000;
}

.stkamameshi #ct03 li:nth-child(even)::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 287px;
  height: 128px;
  background-image: url("../../brand/image/kamameshi_ct03_05.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 40px;
  left: 0;
}

.stkamameshi #ct03 li:nth-child(4)::after {
  background-image: url("../../brand/image/kamameshi_ct03_11.png");
}

.stkamameshi #ct03 li:nth-child(6)::after {
  background-image: url("../../brand/image/kamameshi_ct03_19.png");
}

.stkamameshi #ct04 {
  background-image: url("../../brand/image/kamameshi_ct04_bg.png");
  border: solid 2px #b89b00;
  padding: 60px 50px 50px 50px;
}

.stkamameshi #ct04 p.ttl {
  text-align: center;
  margin-bottom: 20px;
}

.stkamameshi #ct04 p.answer {
  position: relative;
  margin: 20px 0 20px 0;
  font-size: 14px;
  padding-left: 70px;
}

.stkamameshi #ct04 p.answer::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../../brand/image/kamameshi_ct04_06.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  left: 20px;
}

.stkamameshi #ct04 p.answer span {
  color: #858585;
  padding-left: 20px;
}

/*190225追加*/
.cmMovie .fancybox {
  position: relative;
  width: 100%;
  height: 450px;
}

.cmMovie .fancybox a {
  width: 800px;
  height: 450px;
  display: block;
  background: no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.cmMovie .fancybox.movie_01 a {
  background-image: url("../../corporate/image/cm_img01_on.jpg");
}

.cmMovie .fancybox.movie_02 a {
  background-image: url("../../corporate/image/cm_img02_on.jpg");
}

.cmMovie .fancybox.movie_03 a {
  background-image: url("../../corporate/image/cm_img03_on.jpg");
}

.cmMovie .fancybox.movie_04 a {
  background-image: url("../../corporate/image/cm_img04_on.jpg");
}

.cmMovie .fancybox.movie_05 a {
  background-image: url("../../corporate/image/cm_img05_on.jpg");
}

.cmMovie .fancybox a:hover {
  opacity: 0.8;
}

/*
.cmMovie .fancybox.movie_01 a:hover{
	background-image: url("../../corporate/image/cm_img01_on.jpg");
}
.cmMovie .fancybox.movie_02 a:hover{
	background-image: url("../../corporate/image/cm_img02_on.jpg");
}
.cmMovie .fancybox.movie_03 a:hover{
	background-image: url("../../corporate/image/cm_img03_on.jpg");
}
*/

/*-----know mamemiso-----*/

.eat_mamemiso ul.miso-anc {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 40px;
  width: 960px;
}

.eat_mamemiso ul.miso-anc li {
  display: inline-block;
  width: 232px;
  margin-left: 10px;
}

.eat_mamemiso ul.miso-anc li:first-child {
  margin-left: 0;
}

/*--タイトルのスタイル--*/
.eat_mamemiso .ttl {
  position: relative;
  color: #5f481d;
  background: #ead297;
  text-align: center;
  display: inline-block;
  padding: 5px 30px 5px 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 32px;
  border-radius: 33px;
  margin-bottom: 40px;
}

.eat_mamemiso .ttl p {
  font-size: 24px;
  font-weight: bold;
}

.eat_mamemiso .ttl p span {
  font-size: 18px;
}

.eat_mamemiso .ttl:before {
  content: "";
  position: absolute;
  background: #614a39;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.eat_mamemiso .ttl02 p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.8em;
}

.eat_mamemiso p.ttl03 {
  font-size: 24px;
  text-align: center;
  color: #614a39;
  font-weight: bold;
  margin-bottom: 10px;
}

.eat_mamemiso p span.under-line {
  background: linear-gradient(transparent 50%, #e9b870 50%);
}

.eat_mamemiso section {
  margin-top: 60px;
  width: 100%;
}

.eat_mamemiso section .inr {
  width: 960px;
}

/*--section01--*/
.eat_mamemiso section.sec01 {
  padding: 0 0 60px 0;
}

.eat_mamemiso section.sec01 p.siz16 {
  text-align: center;
  font-size: 16px;
}

.eat_mamemiso section.sec01 ul.miso-list {
  margin: 30px 0 60px;
}

.eat_mamemiso section.sec01 ul.miso-list li {
  width: 225px;
  display: inline-block;
  margin-left: 10px;
}

.eat_mamemiso section.sec01 ul.miso-list li:first-child {
  margin-left: 0;
}

.eat_mamemiso section.sec01 ul.bunpu li {
  width: 48%;
  margin-left: 4%;
}

.eat_mamemiso section.sec01 ul.bunpu li {
  width: 470px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.eat_mamemiso section.sec01 ul.bunpu li:first-child {
  margin-left: 0;
}

.eat_mamemiso section.sec01 ul.bunpu li p {
  font-size: 14px;
}

.eat_mamemiso section.sec01 ul.bunpu li p.top {
  color: #5f481d;
  font-weight: bold;
  text-align: center;
  background: #ead297;
  padding: 20px 0;
  margin-bottom: 10px;
}

/*--section02--*/

.eat_mamemiso section.sec02,
.eat_mamemiso section.sec04 {
  margin-left: calc(((100vw - 960px) / 2) * -1);
  margin-right: calc(((100vw - 960px) / 2) * -1);
  padding: 1.5em calc((100vw - 960px) / 2);
  background: #fff6df;
}

.eat_mamemiso section.sec02 .inr {
  width: 960px;
  margin: auto;
  padding: 60px 0;
}

/*--.eat_mamemiso section.sec02 {
  background: #fff6df;
}
.eat_mamemiso section.sec02 .inr {
  width: 960px;
  margin: auto;
  padding: 60px 0;
}--*/
.eat_mamemiso section.sec02 .ttl02 {
  margin-bottom: 60px;
}

.eat_mamemiso section.sec02 .pointBox {
  background-image: url("../../eat/image/miso-bg.jpg");
  background-repeat: repeat;
  padding: 50px 30px 30px;
  margin-bottom: 80px;
  position: relative;
}

.eat_mamemiso section.sec02 .pointBox::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../../eat/image/miso-point-01.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  top: 0;
  left: 50%;
}

.eat_mamemiso section.sec02 .pointBox.pb02::before {
  background-image: url("../../eat/image/miso-point-02.png");
}

.eat_mamemiso section.sec02 .pointBox.pb03::before {
  background-image: url("../../eat/image/miso-point-03.png");
}

.eat_mamemiso section.sec02 .pointBox.pb04::before {
  background-image: url("../../eat/image/miso-point-04.png");
}

.eat_mamemiso section.sec02 .pointBox ul {
  font-size: 0 !important;
}

.eat_mamemiso section.sec02 .pointBox ul li {
  display: inline-block;
  vertical-align: top;
}

.eat_mamemiso section.sec02 .pointBox ul li.leftbox {
  width: 435px;
}

.eat_mamemiso section.sec02 .pointBox ul li.rightbox {
  margin-left: 20px;
  width: 440px;
}

.eat_mamemiso section.sec02 .pointBox ul li img {
  width: 100%;
}

.eat_mamemiso section.sec02 p.pointP {
  font-size: 14px;
  text-align: left;
}

.eat_mamemiso section.sec02 p.pointP.center {
  text-align: center;
  margin-bottom: 20px;
}

.eat_mamemiso section.sec02 p.pointP span {
  color: #e84c00;
}

.eat_mamemiso section.sec02 .pointBox.pb04 ul {
  margin: auto;
  text-align: center;
}

.eat_mamemiso section.sec02 .pointBox.pb02 ul {
  margin-bottom: 20px;
}

.eat_mamemiso section.sec02 .pointBox.pb04 {
  margin-bottom: 0;
}

.eat_mamemiso section.sec02 .pointBox.pb04 ul li {
  display: block;
}

.eat_mamemiso section.sec02 .pointBox.pb04 ul li img {
  width: 600px;
}

/*--section03--*/
.eat_mamemiso section.sec03 p.sec03ttl {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.eat_mamemiso section.sec03 .sec03ttl-02 {
  margin-bottom: 20px;
}

.eat_mamemiso section.sec03 .recipeList {
  background: #c0977e;
  padding: 30px 20px;
  overflow: hidden;
  margin-bottom: 60px;
}

.eat_mamemiso section.sec03 .recipeList li {
  display: inline-block;
  width: 290px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.eat_mamemiso section.sec03 .recipeList li.nagoya {
  position: relative;
}

.eat_mamemiso section.sec03 .recipeList li.nagoya::before {
  position: absolute;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 84px;
  /*画像の幅*/
  height: 77px;
  /*画像の高さ*/
  background-image: url("../../eat/image/miso-nagoya.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: -10px;
  left: -10px;
  z-index: 20;
}

.eat_mamemiso section.sec03 .recipeList li:nth-child(3n) {
  margin-right: 0px;
}

.eat_mamemiso section.sec03 .recipeList.re01 li:nth-child(9),
.eat_mamemiso section.sec03 .recipeList.re01 li:nth-child(8),
.eat_mamemiso section.sec03 .recipeList.re01 li:nth-child(7),
.eat_mamemiso section.sec03 .recipeList.re02 li:nth-child(1),
.eat_mamemiso section.sec03 .recipeList.re02 li:nth-child(2),
.eat_mamemiso section.sec03 .recipeList.re02 li:nth-child(3) {
  margin-bottom: 0px;
}

.eat_mamemiso section.sec03 .recipeList li a {
  text-decoration: none;
}

.eat_mamemiso section.sec03 .arw {
  background-color: #614a39;
  padding: 3px 0;
  text-align: center;
  color: #fff;
}

.eat_mamemiso section.sec03 .arw::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../../eat/image/miso_arw.png");
  background-size: contain;
  vertical-align: middle;
  padding-right: 5px;
  background-repeat: no-repeat;
}

.eat_mamemiso section.sec03 .recipeList.re02 {
  background: #e9b870;
}

.eat_mamemiso section.sec03 .recipeList.re03 {
  background: #f2e3bd;
}



.eat_mamemiso section.sec03 .recipeList li.sozai {
  position: relative;
}

.eat_mamemiso section.sec03 .recipeList li.sozai::before {
  position: absolute;
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 86px;
  /*画像の幅*/
  height: 86px;
  /*画像の高さ*/
  background-image: url("../../eat/image/miso-tyoi-01.png");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: -15px;
  left: -10px;
  z-index: 20;
}

.eat_mamemiso section.sec03 .recipeList li.sozai.so02::before {
  background-image: url("../../eat/image/miso-tyoi-02.png");
}

.eat_mamemiso section.sec03 .recipeList li.sozai.so03::before {
  background-image: url("../../eat/image/miso-tyoi-03.png");
}

.eat_mamemiso section.sec03 .recipeList li.sozai.so04::before {
  background-image: url("../../eat/image/miso-tyoi-04.png");
}

.eat_mamemiso section.sec03 .recipeList li.sozai.so05::before {
  background-image: url("../../eat/image/miso-tyoi-05.png");
}



.eat_mamemiso section.sec04 .inr {
  padding: 60px 0;
}

.eat_mamemiso section.sec04 p.pointP {
  margin-top: 20px;
  font-size: 14px;
}

.eat_mamemiso section.sec04 .sec04wrap {
  background-image: url("../../eat/image/miso-bg.jpg");
  background-repeat: repeat;
  padding: 30px;

}

.eat_mamemiso section.btm-sec ul {
  margin: 60px auto;
  width: 680px;
  padding: 50px 0;
  font-size: 0;
  border: solid 1px #e2e2e2;
  background: #fff;
}

.eat_mamemiso section.btm-sec ul li.b-left {
  padding-left: 50px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 160px;
  vertical-align: middle;
  color: #5f481d;
}

.eat_mamemiso section.btm-sec ul li.b-right {
  display: inline-block;
  width: 460px;
  font-size: 14px;
  vertical-align: middle;
}

/*-----mippuusyouyu2020-----*/
.big {
  font-size: 17px;
  background: linear-gradient(transparent 70%, #fee793 70%);
}

.article_bottle p,
.article_bottle li {
  font-family: "游ゴシック",
    "YuGothic",
    "Hiragino Kaku Gothic ProN",
    "Meiryo",
    Verdana,
    sans-serif;
  font-weight: 500;
}

.article_bottle h2 {
  font-size: 0;
}

.article_bottle h2 img {
  max-width: 100%;
}

.bottoleMV {
  background-image: url("../../brand/image/syouyuMV_BG.jpg");
  width: 100%;
  height: 532px;
  margin-top: 30px;
  padding: 5px 0;
}

.bottoleMV h1 {
  text-align: center;
}

.bottoleMV h1 img {
  max-width: 100%;
}

.bottole_contents01 {
  background-image: url("../../brand/image/sec01BG.png");
  background-repeat: repeat-y;
  width: 100%;
  padding: 50px 0;
  margin: 40px 0 30px 0;
  position: relative;
}

.bottole_contents02 {
  background-image: url("../../brand/image/sec02BG.png");
  background-repeat: repeat-y;
  width: 100%;
  padding-bottom: 34px;
  padding-top: 40px;
  position: relative;
}

.bottole_contents01::before {
  content: '';
  background-image: url("../../brand/image/sec01_topBG.png");
  position: absolute;
  top: 0;
}

.bottole_contents01 .bottle_container {
  max-width: 785px;
  margin: 0 auto;
}

.bottole_contents01 section h2 {
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}

.bottole_contents01 section h2::before {
  content: '';
  background-image: url("../../brand/image/toha.png");
  background-repeat: no-repeat;
  width: 45px;
  height: 22px;
  top: 55px;
  position: absolute;
}

.bottole_contents01 section h2.title01::before {
  content: '';
  left: 460px;
}

.bottole_contents01 section h2.title02::before {
  content: '';
  left: 495px;
}

.bottole_contents01 section h2::after {
  content: '';
  background-image: url("../../brand/image/sec01_ashirai.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec01Box {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 100px 0;
}

.sec01Box .info {
  width: 73%;
  font-size: 14px;
  color: #3e2300;
}

.sec01Box .img {
  width: 27%;
}

.bottole_contents01 .sec02Txt {
  width: 77%;
  margin: 0 auto;
  font-size: 14px;
  margin-top: 60px;
}

.descriptionBox {
  display: flex;
  justify-content: space-between;
  width: 58%;
  margin: 50px auto 0 auto;
}

.descriptionBoxList {
  width: 46%;
  font-size: 14px;
}

.description_Title {
  background-color: #ffed8b;
  padding: 10px 0;
  text-align: center;
}

.description_Content {
  border: 1px solid #ffed8b;
  padding: 20px;
}

.description_Content li {
  margin-bottom: 20px;
}

.description_Content li:last-child {
  margin-bottom: 0;
}

.description_Content .brown {
  background-color: #5f2f00;
  color: #fff;
  padding: 9px 11px;
  margin-right: 10px;
  border-radius: 50%;
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .description_Content .brown {
    padding: 9px 12px 6px;
  }

  /* IE11 */
}

@media all and (-ms-high-contrast:none) {
  .description_Content .brown {
    padding: 9px 12px 6px;
  }

  /* IE10 */
}

.fun {
  padding: 40px 0;
  width: 100%;
  text-align: center;
  border: dotted 5px #dac181;
  margin-top: 40px;
  font-size: 14px;
}

.fun p {
  margin-top: 30px;
  color: #3e2300;
}

.bottole_contents02 h3 img {
  max-width: 100%;
}

.sec02_container {
  max-width: 925px;
  margin: 0 auto;
}

.flextBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.flextBox:last-child {
  margin-bottom: 0;
}

.flextBox.reverse {
  flex-direction: row-reverse;
}

.syouyuimg {
  width: 367px;
}

.syouyuimg.line2 {
  margin-top: 30px;
}

.syouyuimg.line3 {
  margin-top: 50px;
}

.syouyuimg.takuzyou {
  margin-top: 60px;
}

.syouyuinfo {
  width: 524px;
}

.syouyuinfo.txR {
  margin-left: 30px;
}

.syouyuinfo.txL {
  margin-right: 30px;
}

.syouyuinfo .dot {
  letter-spacing: 1px;
  line-height: 40px;
}

.syouyuinfo .dot.syouyu01 {
  border-bottom: dotted 2px #e9aa7d;
}

.syouyuinfo .dot.syouyu02 {
  border-bottom: dotted 2px #b6d1aa;
}

.syouyuinfo .dot.syouyu03 {
  border-bottom: dotted 2px #d3a5bf;
}

.syouyuinfo .dot.syouyu04 {
  border-bottom: dotted 2px #c4d5bc;
}

.syouyuinfo .dot.syouyu05 {
  border-bottom: dotted 2px #9cbddf;
}

.syouyuinfo .dot.syouyu06 {
  border-bottom: dotted 2px #d7b3a1;
}

.syouyuinfo .dot.syouyu07 {
  border-bottom: dotted 2px #9dbaca;
}

.syouyuinfo .dot.syouyu08 {
  border-bottom: dotted 2px #93c1a7;
}

.syouyuinfo p {
  text-align: center;
}

.syouyuinfo p.txt {
  font-size: 14px;
  color: #3e2300;
  margin: 50px 0 40px 0;
}

.syouyuinfo p.txt.takuzyou {
  font-size: 14px;
  color: #3e2300;
  margin: 40px 0;
}

.syouyumenyu {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.syouyumenyu li {
  list-style: none;
}

.syouyumenyu li a {
  text-decoration: none;
}

.syouyumenyu .name {
  font-size: 13px;
  color: #3e2300;
}

.syouyumenyu .name span {
  position: relative;
}

.syouyumenyu .name span::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -15px;
  width: 12px;
  height: 11px;
  display: block;
}

.syouyumenyu .name.syouyu01 span::before {
  content: '';
  background-image: url("../../brand/image/syouyu01_icon.png");
}

.syouyumenyu .name.syouyu02 span::before {
  content: '';
  background-image: url("../../brand/image/syouyu02_icon.png");
}

.syouyumenyu .name.syouyu03 span::before {
  content: '';
  background-image: url("../../brand/image/syouyu03_icon.png");
}

.syouyumenyu .name.syouyu04 span::before {
  content: '';
  background-image: url("../../brand/image/syouyu04_icon.png");
}

.syouyumenyu .name.syouyu05 span::before {
  content: '';
  background-image: url("../../brand/image/syouyu05_icon.png");
}

.syouyumenyu .name.syouyu06 span::before {
  content: '';
  background-image: url("../../brand/image/syouyu06_icon.png");
}

.syouyumenyu .name.syouyu07 span::before {
  content: '';
  background-image: url("../../brand/image/syouyu07_icon.png");
}

.takuzyouTitle {
  margin: 90px 0 40px 0;
}

.syouyuBanner {
  text-align: center;
  margin: 70px 0;
}
