@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
brand_koji.scss
00.基本設定
01.mv
02.anchor link
03.about
04.sec01 入門
05.sec02 塩糀/旨辛塩糀/しょうゆ糀
10.塩糀/しょうゆ糀/旨辛糀 color set
11.甘麹
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* =============================================================================
00.基本設定
============================================================================= */
.ax_brand_koji_wrp {
  max-width: 960px;
  margin: 0 auto;
}
.ax_brand_koji_wrp p,
.ax_brand_koji_wrp ul,
.ax_brand_koji_wrp li {
  padding: 0;
  margin: 0;
}
.ax_brand_koji_wrp .ax_bland_koji_min {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* =============================================================================
01.mv
============================================================================= */
.ax_brand_koji_mv_vi {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 0 0;
  background: none;
  background-position: top center;
  background-size: cover;
}
.ax_brand_koji_mv h1 {
  text-align: center;
}
.ax_brand_koji_mv h1 img {
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .ax_brand_koji_mv_vi {
    padding: 0;
  }
}
@media screen and (max-width: 639px) {
  .ax_brand_koji_mv_vi {
    height: 100%;
    padding: 5vw 0 0;
  }
  .ax_brand_koji_mv h1 img {
    width: 100%;
  }
}

/* =============================================================================
02.anchor link
============================================================================= */
.ax_brand_koji_anc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px auto 30px;
  padding: 0;
}
.ax_brand_koji_anc ul li {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.ax_brand_koji_anc ul li:not(:last-child) {
  margin-right: 15px;
}
.ax_brand_koji_anc ul li:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ax_brand_koji_anc ul li:nth-child(n+2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ax_brand_koji_anc ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 35px 20px 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ax_brand_koji_anc ul li a i.fas {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
.ax_brand_koji_anc ul li a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 10px;
  width: 20%;
  height: 110%;
  min-width: 70px;
}
.ax_brand_koji_anc ul li a:hover, .ax_brand_koji_anc ul li a:active {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.ax_brand_koji_anc ul li.koji_anc01 a {
  background-color: #c9a662;
}
.ax_brand_koji_anc ul li.koji_anc01 a::before {
  background: url(/uploads/koji-anc-img-shio-2024ss.png) no-repeat;
  background-size: contain;
  height: 120px;
}
.ax_brand_koji_anc ul li.koji_anc02 a {
  background-color: #da5d5d;
}
.ax_brand_koji_anc ul li.koji_anc02 a::before {
  background: url(/uploads/koji-anc-img-umakara.png) no-repeat;
  background-size: contain;
}
.ax_brand_koji_anc ul li.koji_anc03 a {
  background-color: #6966b5;
}
.ax_brand_koji_anc ul li.koji_anc03 a::before {
  background: url(/uploads/koji-anc-img-shoyu-2024aw.png) no-repeat;
  background-size: contain;
  height: 120px;
}

@media screen and (max-width: 905px) {
  .ax_brand_koji_anc {
    padding: 0 10px;
  }
  .ax_brand_koji_anc ul {
    display: block;
  }
  .ax_brand_koji_anc ul li {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 479px) {
  .ax_brand_koji_anc ul li.koji_anc01 a {
    font-size: 18px;
  }
  .ax_brand_koji_anc ul li.koji_anc01 a::before {
    width: 15%;
    min-width: 58px;
    background-position: bottom;
  }
  .ax_brand_koji_anc ul li.koji_anc03 a {
    font-size: 18px;
  }
  .ax_brand_koji_anc ul li.koji_anc03 a::before {
    width: 15%;
    min-width: 58px;
    background-position: bottom;
  }
}
/* =============================================================================
03.about
============================================================================= */
.ax_brand_koji_about {
  background-color: #fff;
  border: 1px solid #c9a662;
  padding: 50px 50px;
  text-align: left;
  border-radius: 0px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.ax_brand_koji_about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/uploads/bg_koji-about-01.png) no-repeat;
  background-position: bottom -50px left 15px;
}
.ax_brand_koji_about_img {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  z-index: 1;
}
.ax_brand_koji_about h2 {
  position: relative;
  font-size: 22px;
  line-height: 1.8;
  width: 50%;
  z-index: 2;
}
.ax_brand_koji_about p {
  position: relative;
  font-size: 16px;
  padding: 10px 0 0;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .ax_brand_koji_about {
    margin: 0 10px 30px;
    padding: 30px;
    text-align: center;
  }
  .ax_brand_koji_about h2 {
    width: 100%;
  }
  .ax_brand_koji_about_img {
    position: relative;
    margin-top: 1.5em;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ax_brand_koji_about::before {
    background-position: top 10px left 20px;
  }
}
/* =============================================================================
04.sec01 入門
============================================================================= */
#ax_brand_koji_sec01 {
  background-color: #fef7de;
  text-align: center;
  padding: 20px 0 80px;
  position: relative;
}
#ax_brand_koji_sec01 .point h2 {
  margin-bottom: 30px;
  text-align: center;
}
#ax_brand_koji_sec01 .point .pointList {
  width: 100%;
  font-size: 0;
  margin: 40px 0 0;
  padding: 0;
}
#ax_brand_koji_sec01 .point .pointList > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 422px;
  margin: 0 10px 10px 0;
  background-color: #fff;
  border: 1px solid #f5f1ea;
  border-radius: 5px;
  padding: 20px 20px 20px 10px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#ax_brand_koji_sec01 .point .pointList > li:nth-child(2),
#ax_brand_koji_sec01 .point .pointList li:nth-child(4) {
  margin-right: 0;
}
#ax_brand_koji_sec01 .point .pointList .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 10px;
}
#ax_brand_koji_sec01 .point .pointList h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-margin-before: 0.9em;
          margin-block-start: 0.9em;
}
#ax_brand_koji_sec01 .point .pointList h3 span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  color: #4f3d18;
}

@media screen and (max-width: 959px) {
  #ax_brand_koji_sec01 {
    padding: 10px;
  }
  #ax_brand_koji_sec01 .point ul.pointList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #ax_brand_koji_sec01 .point ul.pointList li {
    width: calc((100% - 12px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 15px;
  }
  #ax_brand_koji_sec01 .point ul.pointList li h3 {
    margin: 0;
    font-size: 14px !important;
  }
  #ax_brand_koji_sec01 .point ul.pointList li h3 br {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #ax_brand_koji_sec01 .point h2 {
    text-align: center;
    margin: 5vw 0 2vw;
  }
  #ax_brand_koji_sec01 .point ul.pointList li {
    width: 100vw;
    margin-right: 0;
  }
}
/* =============================================================================
05.sec02 塩糀/旨辛塩糀/しょうゆ糀
============================================================================= */
.ax_brand_koji_sec02 {
  padding: 0 50px 100px;
}
.ax_brand_koji_sec02 h2 {
  font-size: 40px;
  margin: 0 -50px;
  padding: 0.5vw 0 0.5vw;
  color: #fff;
  text-align: center;
}
.ax_brand_koji_sec02 h3 {
  font-size: 30px;
  padding: 0 0 10px;
  margin-top: 20px;
  text-align: left;
  position: relative;
}
.ax_brand_koji_sec02 h3::after {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .ax_brand_koji_sec02 {
    padding: 0 20px 80px;
  }
  .ax_brand_koji_sec02 h2 {
    margin: 0 -20px;
  }
}
.ax_brand_koji_sec02 .howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 20px 0 30px;
}
.ax_brand_koji_sec02 .howto .box_l {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  vertical-align: top;
  margin-right: 27px;
}
.ax_brand_koji_sec02 .howto .box_l .info {
  margin-top: 30px;
  width: 100%;
}
.ax_brand_koji_sec02 .howto .box_l .info .txt01 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
}
.ax_brand_koji_sec02 .howto .box_l .info .txt01 span {
  font-size: 30px;
  font-weight: bold;
}
.ax_brand_koji_sec02 .howto .box_l .info .txt02 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.ax_brand_koji_sec02 .howto .box_l .info .txt02 span {
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.ax_brand_koji_sec02 .howto .box_l .detailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.ax_brand_koji_sec02 .howto .box_l .detailList > li {
  width: calc(50% - 5px);
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.ax_brand_koji_sec02 .howto .box_l .detailList > li h4 {
  display: block;
  margin: 0;
  padding: 8px 0 10px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  line-height: 1;
  font-size: 20px;
}
.ax_brand_koji_sec02 .howto .box_l .detailList > li .txt {
  padding: 20px 5px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.ax_brand_koji_sec02 .howto .box_l .detailList > li:nth-child(1) {
  margin-right: 10px;
}
.ax_brand_koji_sec02 .howto .box_r {
  width: 240px;
  vertical-align: top;
  margin: 20px 0;
}
.ax_brand_koji_sec02 .howto .box_r a:hover {
  opacity: 0.8;
}
.ax_brand_koji_sec02 .howto .cap {
  margin-top: 24px;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .ax_brand_koji_sec02 .howto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ax_brand_koji_sec02 .howto .box_l {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .ax_brand_koji_sec02 .howto .box_l .detailList {
    display: block;
  }
  .ax_brand_koji_sec02 .howto .box_l .detailList > li {
    width: 100%;
  }
  .ax_brand_koji_sec02 .howto .box_l .detailList > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.ax_brand_koji_sec02 .pickup {
  text-align: center;
}
.ax_brand_koji_sec02 .pickup h4 {
  font-size: 22px;
  font-weight: bold;
  padding: 110px 0 20px;
  position: relative;
}
.ax_brand_koji_sec02 .pickup h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/uploads/bg_koji-pickup-01.png) no-repeat;
  background-position: top center;
}
.ax_brand_koji_sec02 .pickup h4::after {
  content: "";
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/uploads/koji-line01.png) repeat-x;
  background-position: bottom 0 left 0;
}
.ax_brand_koji_sec02 .recommend {
  text-align: left;
  padding: 30px 0;
}
.ax_brand_koji_sec02 .recommend h4 {
  font-size: 24px;
  padding: 0 0 16px;
  position: relative;
}
.ax_brand_koji_sec02 .recommend h4::after {
  content: "";
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ax_brand_koji_sec02 .recommend h4.spr::after {
  background: url(/uploads/koji-line-spr.png) repeat-x;
  background-position: bottom 0 left 0;
}
.ax_brand_koji_sec02 .recommend h4.smr::after {
  background: url(/uploads/koji-line-smr.png) repeat-x;
  background-position: bottom 0 left 0;
}
.ax_brand_koji_sec02 .recommend h4.aut::after {
  background: url(/uploads/koji-line-aut.png) repeat-x;
  background-position: bottom 0 left 0;
}
.ax_brand_koji_sec02 .recommend h4.win::after {
  background: url(/uploads/koji-line-win.png) repeat-x;
  background-position: bottom 0 left 0;
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList {
  margin-left: 0;
  margin-bottom: 60px;
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList > div {
  padding: 0;
  width: calc((100% - 60px) / 4);
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList > div:not(:nth-child(4n)) {
  margin-right: 20px;
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList .ax_recipeItem {
  border-radius: 3px;
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList .ax_recipeItem .uk-card-body {
  padding: 20px 15px;
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList .ax_recipeItem h3 {
  font-size: 0.8em;
  color: #222;
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList .ax_recipeItem h3::after {
  display: none;
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe-col2 .ax_recipeList > div {
  width: calc((100% - 20px) / 2);
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe-col2 .ax_recipeList > div:not(:nth-child(4n)) {
  margin-right: 0;
}
.ax_brand_koji_sec02 .ax_brand_koji_recipe-col2 .ax_recipeList > div:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList > div {
    width: calc((100% - 20px) / 2);
  }
  .ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList > div:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .ax_brand_koji_sec02 .ax_brand_koji_recipe .ax_recipeList > div:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .ax_brand_koji_sec02 .ax_brand_koji_recipe-col2 .ax_recipeList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ax_brand_koji_sec02 .ax_brand_koji_recipe-col2 .ax_recipeList > div {
    width: 100%;
    max-width: 460px;
  }
  .ax_brand_koji_sec02 .ax_brand_koji_recipe-col2 .ax_recipeList > div:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

/* =============================================================================
10.塩糀/しょうゆ糀/旨辛糀 color set
============================================================================= */
.color_01 {
  background-color: #f5f0e5;
}
.color_01 h2 {
  background-color: #c9a662;
}
.color_01 h3,
.color_01 h4 {
  color: #4f3d18;
}
.color_01 h3::after {
  background-position: top 0 left 0;
  background: url(/uploads/koji-line01.png) repeat-x;
}
.color_01 .box_l .detailList > li h4 {
  background-color: #c9a662;
}
.color_01 .howto .info .txt01 span {
  color: #ad3000;
}
.color_01 .recommend h4::after {
  background: url(/uploads/koji-line01.png) repeat-x;
  background-position: bottom 0 left 0;
}

.color_02 {
  background-color: #f8e9ee;
}
.color_02 h2 {
  background-color: #da5d5d;
}
.color_02 h3,
.color_02 h4 {
  color: #a71b1b;
}
.color_02 h3::after {
  background-position: top 0 left 0;
  background: url(/uploads/koji-line02.png) repeat-x;
}
.color_02 .box_l .detailList > li h4 {
  background-color: #da5d5d;
}
.color_02 .howto .info .txt01 span {
  color: #8f1313;
}
.color_02 .recommend h4::after {
  background: url(/uploads/koji-line02.png) repeat-x;
  background-position: bottom 0 left 0;
}

.color_03 {
  background-color: #f1f4ff;
}
.color_03 h2 {
  background-color: #6966b5;
}
.color_03 h3,
.color_03 h4 {
  color: #302364;
}
.color_03 h3::after {
  background-position: top 0 left 0;
  background: url(/uploads/koji-line03.png) repeat-x;
}
.color_03 .box_l .detailList > li h4 {
  background-color: #6966b5;
}
.color_03 .howto .info .txt01 span {
  color: #2f1b82;
}
.color_03 .recommend h4::after {
  background: url(/uploads/koji-line03.png) repeat-x;
  background-position: bottom 0 left 0;
}

/* =============================================================================
11.甘麹
============================================================================= */
.ax_brand_amakoji {
  margin: 80px auto 120px;
}
.ax_brand_amakoji a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .ax_brand_amakoji {
    margin: 60px 15px 80px;
  }
}