@charset "UTF-8";
/*! Avalanche | MIT License | @colourgarden */
/*全体
-------------------------------------*/
.contents1 {
  width: 100%;
  overflow-x: hidden;
}

.spHide {
  display: none !important;
}

.pcHide {
  display: initial !important;
}

.page > .contents1 {
  background-color: #fff;
  padding: 0;
}

.contents1__inner--small {
  padding: 0;
  max-width: 100%;
}

.column-box {
  display: -ms-box;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.column-box.start {
  -webkit-box-items: start;
  align-items: flex-start;
}
.column-box.center {
  -webkit-box-items: center;
  align-items: center;
}
.column-box .photo {
  padding: 0;
  font-size: 0;
}
.column-box .photo img {
  flex-grow: unset;
}

@media screen and (min-width: 769px) {
  .pcHide {
    display: none !important;
  }
  .spHide {
    display: initial !important;
  }
  .column-box > .item {
    flex-direction: column;
    display: -ms-box;
    display: flex;
  }
  .column-box > .item > * {
    flex-grow: 1;
    height: 100%;
  }
}
/*メニュー
-------------------------------------*/
.lp-menu {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  overflow: hidden;
  justify-content: center;
  -webkit-box-items: center;
  align-items: center;
  text-align: center;
  bottom: 65px;
  left: 0;
  margin: 0;
}
.lp-menu.fixed {
  position: fixed;
  z-index: 3;
}
.lp-menu .inner {
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.5s;
  margin: 0;
}
.lp-menu ul {
  padding-top: 8px;
}
.lp-menu li {
  width: 100%;
  margin: 0 auto 8px;
  padding: 0;
  text-align: center;
  line-height: 1.1;
  font-size: 1.125em;
  cursor: pointer;
  margin-bottom: calc(0.5% + 4px);
}
.lp-menu.even li {
  width: 24%;
}
.lp-menu li:nth-of-type(2n) {
  background: none;
  width: 100%;
}
.lp-menu li .sub {
  font-size: 0.75rem;
}
.lp-menu li a {
  background-color: #c45a42;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 8px;
  min-height: 64px;
  max-height: 64px;
  align-items: center;
  justify-content: center;
}
.lp-menu li:nth-of-type(2) a, .lp-menu li:nth-of-type(4) a {
  background-color: #723a2b;
}
.lp-menu li .sub {
  font-size: 0.75rem;
  display: -ms-box;
  display: flex;
  justify-content: center;
  -webkit-box-items: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 53.125em) {
  .lp-menu {
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .lp-menu.fixed {
    position: fixed;
    z-index: 3;
  }
  .lp-menu .inner {
    max-width: 1020px;
    padding-top: 12px;
    padding-bottom: 0px;
    margin: 0 auto;
  }
  .lp-menu ul {
    padding-top: 0;
  }
  .lp-menu li .en {
    font-size: 2em;
  }
  .lp-menu li .sub {
    font-size: 1.125em;
  }
  .lp-menu li a {
    background-color: #723a2b;
    text-align: center;
    font-size: 1.125em;
    border-radius: unset;
  }
  .lp-menu li:nth-of-type(odd) a {
    background-color: #c45a42;
  }
  .lp-menu li:nth-of-type(even) a {
    background-color: #723a2b;
  }
}
/*メインビジュアル（キービジュアル）
-------------------------------------*/
.keyVisual {
  max-width: 1020px;
  margin: 0 auto 30px;
}
.keyVisual img {
  width: 100%;
}

/*見出し
-------------------------------------*/
.mainHeading {
  font-size: 1.7em;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
}

.contentSection__innerGroup .mainHeading {
  font-size: 1.5em;
}

.slash:before, .slash:after {
  content: "|";
  display: inline-block;
  font-size: 120%;
  padding: 0 0.4rem;
}
.slash:before {
  transform: rotate(-45deg);
}
.slash:after {
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .mainHeading {
    font-size: 2em;
  }
  .slash:before, .slash:after {
    content: "|";
    padding: 0 0.8rem;
  }
}
.headingWithLine {
  line-height: 1.4;
}
.headingWithLine span {
  display: inline-block;
  background: linear-gradient(transparent 85%, #e2ada1 85%);
  padding: 0 1.5%;
  margin-bottom: 8px;
  padding: 0;
}
.headingWithLine.pink span {
  background: linear-gradient(transparent 75%, #e2ada1 75%);
  padding: 0;
}
.headingWithLine.yellow span {
  background: linear-gradient(transparent 75%, #fabf14 75%);
  padding: 0;
}

@media screen and (min-width: 769px) {
  .headingWithLine {
    line-height: 1.2;
    margin-bottom: -10px;
    margin: 0 auto 20px;
  }
  .headingWithLine span {
    display: inline-block;
    background: linear-gradient(transparent 80%, #e2ada1 80%);
    margin-bottom: 10px;
  }
  .headingWithLine .spHide {
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .headingWithLine span {
    padding: 0 1.5%;
  }
  .headingWithLine.pink span {
    background: linear-gradient(transparent 75%, #e2ada1 75%);
    padding: 0 1.5%;
  }
  .headingWithLine.yellow span {
    background: linear-gradient(transparent 75%, #fabf14 75%);
    padding: 0 1.5%;
  }
}
/*テキスト
-------------------------------------*/
.leadText {
  margin: 25px 15px;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .leadText {
    text-align: left;
    font-size: 1.125em;
    line-height: 2;
    margin: 0 0 64px;
  }
}
.imageWithText {
  width: 100%;
  height: auto;
  margin: 25px 0;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .imageWithText {
    padding: 0;
  }
}
.imageWithText__image {
  width: 100%;
}

.imageWithText__text {
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .imageWithText__text {
    padding-top: 10px;
  }
}
/*コンテンツ
-------------------------------------*/
.contentSection {
  margin-bottom: 75px;
}
.contentSection .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .contentSection {
    margin-bottom: 0px;
    padding: 0 16px;
  }
  .contentSection .inner {
    padding: 0 16px;
  }
}
.contentSection__innerGroup {
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.contentSection__innerGroup + .contentSection__innerGroup {
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .contentSection__innerGroup {
    max-width: 900px;
    padding: 80px 0;
    margin: 0 auto;
  }
}
.contentSection--pink {
  background: #eee0dc;
  left: -10px;
  margin-bottom: 40px;
}
.contentSection--pink .contentSection__infoWrapper {
  background: #fff;
  border-radius: 10px;
  padding: 35px 24px;
  margin-top: 10px;
}
.contentSection--pink .contentSection__infoWrapper .contentImage {
  padding: 0;
  margin: 0;
}
.contentSection--pink .contentSection__infoWrapper .leadText {
  margin: 0 0 32px;
}

.contentSection__infoWrapper--section {
  width: 100%;
  margin-bottom: 32px;
}

.contentSection--pink .contentSection__infoWrapper .contentImage {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .contentSection--pink {
    width: auto;
    z-index: 2;
  }
  .contentSection--pink .contentSection__infoWrapper {
    padding: 40px;
    margin-top: 30px;
    border-radius: 20px;
  }
  .contentSection--pink .contentSection__infoWrapper .leadText {
    text-align: left;
    font-size: 1em;
    margin: 0 0 28px;
  }
  .contentSection--pink .headingWithLine {
    margin: 0 0 30px;
  }
  .contentSection__infoWrapper--section {
    margin-bottom: 0;
  }
  .contentSection--pink .contentSection__infoWrapper--section {
    width: 60%;
    padding-right: 0;
  }
  .contentSection--pink .contentSection__infoWrapper--section.photo {
    width: 40%;
    padding-right: 20px;
  }
}
.contentSection--last {
  margin-bottom: 40px;
}

.headingSubText {
  font-size: 1em;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 64px;
}

@media screen and (min-width: 769px) {
  .headingSubText {
    font-size: 1.25em;
  }
}
/*チャート
-------------------------------------*/
.chart {
  text-align: center;
}
.chart .ttl {
  background: #fff;
  border: 2px solid #333;
  margin: 20px auto 25px;
  padding: 15px 24px 13px;
  color: #333;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.chart .contentImage {
  margin: -50px 0 0;
  border: 2px solid #333;
  padding: 20px 20px 20px 0;
}

@media screen and (min-width: 769px) {
  .chart .ttl {
    margin: 0 auto;
    padding: 12px 28px 10px;
    font-weight: 700;
    font-size: 1.75em;
    border: 3px solid #333;
  }
  .chart .contentImage {
    border: 3px solid #333;
    max-width: 720px;
    margin: -20px auto 0;
  }
}
.saleArea {
  text-align: center;
  margin: 40px 25px 50px;
  padding: 0 15px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .saleArea {
    text-align: center;
    margin: 40px 0;
    padding: 0;
    line-height: 1.5;
  }
}
.saleArea__heading {
  font-size: 1.375em;
  color: #c45a42;
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 1;
}
.saleArea__heading > span {
  font-family: arial;
  font-size: 2em;
}

.saleArea__text {
  font-size: 1.25em;
  margin-bottom: 20px;
  font-weight: 700;
}
.saleArea__text > span {
  color: #c45a42;
  display: inline-block;
  margin-bottom: 3%;
  background: linear-gradient(transparent 85%, #ffd418 85%);
  padding: 0 1.5%;
}

.saleArea__duration {
  border: 2px solid #c45a42;
  border-radius: 20px;
  background: #fffbef;
  margin: 20px auto 25px;
  padding: 15px 24px 13px;
  color: #c45a42;
  font-weight: 700;
}

.saleArea__attention {
  font-size: 1rem;
  padding-left: 1rem;
  text-indent: -1rem;
  text-align: left;
}
.saleArea__attention:before {
  content: "※";
  padding-right: 4px;
}

@media screen and (min-width: 769px) {
  .saleArea__heading {
    font-size: 2.5em;
    color: #c45a42;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .saleArea__heading > span {
    font-size: 1.5em;
  }
  .saleArea__text {
    font-size: 1.75em;
    margin-bottom: 15px;
  }
  .saleArea__text > span {
    line-height: 1.1;
    background: linear-gradient(transparent 80%, #ffd418 80%);
    padding: 0 1%;
  }
  .saleArea__duration {
    border-radius: 40px;
    margin: 0;
    margin: 0 0 21px;
    padding: 12px 28px 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 1.75em;
  }
  .saleArea__attention {
    text-align: center;
  }
}
/*商品
-------------------------------------*/
.item-list {
  margin: 25px 15px 0;
}

.item {
  width: 48%;
  padding-right: 15px;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto 30px;
}
.item:nth-child(even) {
  margin-right: -15px;
}
.item .prod-item__name {
  color: #555;
  font-weight: 700;
  font-size: 1.125em;
  word-break: break-all;
}
.item .prod-item__price {
  color: #c45a42;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: right;
}
.item .prod-item__price .icn-off {
  background-color: #c45a42;
  color: #fff;
  padding: 6px 10px 5px;
  margin-bottom: 0;
  font-size: 1em;
  display: inline-block;
}
.item .prod-item__price .price {
  display: inline-block;
  font-size: 1.75em;
  font-weight: 700;
}

.add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-cart select {
  margin-bottom: 0;
  height: 50px;
  width: 55px;
  padding: 0 25px 0 15px;
}

.add-cart__btn {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  padding: 17px 5px;
  font-size: 14px;
  background-color: #ffd553;
  color: #333;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  position: relative;
}

.add-cart--products select {
  width: 40px;
  height: 42px;
  padding: 0 20px 0 9px;
}
.add-cart--products .add-cart__btn {
  font-size: 0.75rem;
  padding: 13px 5px;
}

@media screen and (min-width: 769px) {
  .item {
    padding-right: 50px;
    font-size: 1.125em;
  }
  .item:nth-child(even) {
    margin-right: -50px;
  }
  .item .prod-item__price {
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .item .prod-item__price .icn-off {
    padding: 8px 8px 7px;
    font-size: 1.125em;
    margin-bottom: 8px;
  }
  .item .prod-item__price .price {
    font-size: 1.125em;
  }
  .add-cart {
    /*margin-left: auto;
    margin-right: auto;*/
  }
  .add-cart__btn {
    padding: 20px 5px;
    font-size: 1rem;
    max-width: 280px;
  }
  .add-cart__btn:hover {
    border: 2px solid #ffd553;
    color: #ffd553;
    background-color: #fff;
  }
  .add-cart select {
    height: 54px;
    width: 60px;
  }
  .add-cart--products .add-cart__btn {
    font-size: 1em;
    padding: 18px 5px;
  }
  .add-cart--products select {
    padding: 0 26px 0 17px;
  }
}
.contentImage {
  margin: 40px auto 0;
  padding: 0 15px;
  display: block;
}
.contentImage.largeSize, .contentImage.middleSize {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .contentImage {
    padding: 0;
    margin: 0 auto;
  }
  .contentImage.middleSize {
    max-width: 50%;
  }
  .contentImage.largeSize {
    max-width: 80%;
  }
}
.point {
  margin: 25px 0;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .point {
    margin: 64px 0 80px;
    padding: 0;
  }
}
.point__label {
  position: relative;
  background: #ffd553;
  border-radius: 0 10px 10px 0;
  padding: 12px 20px 8px;
  display: inline-block;
  font-weight: 700;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .point__label {
    font-size: 1.375em;
  }
}
.point__text {
  position: relative;
  top: -20px;
  font-size: 1em;
  line-height: 1.8;
  background: #fffbef;
  padding: 38px 28px 30px;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .point__text {
    font-size: 1.125em;
    padding: 58px 50px 35px;
  }
}
.subText {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 1em;
}
.subText.pink {
  color: #c45a42;
}
.subText.yellow {
  color: #fabf14;
}

@media screen and (min-width: 769px) {
  .subText {
    margin: 0 0 8px;
    font-size: 1.125em;
  }
}
/*おすすめレシピ
-------------------------------------*/
.recipeItems {
  position: relative;
}

.recipeItem {
  line-height: 1.8;
  width: calc(100% - 7px);
  padding-left: 7px;
}
.recipeItem > a {
  margin-left: 4px;
  text-decoration: underline;
  color: #000;
}
.recipeItem:before {
  content: "・";
  position: absolute;
  left: 0px;
}

@media screen and (min-width: 641px) {
  .recipeItem {
    line-height: 2;
    width: calc(100% - 10px);
  }
  .recipeItem > a {
    margin-left: 8px;
  }
}
/*レシピ一覧
-------------------------------------*/
.recipe-list {
  padding: 0;
  margin-bottom: 32px;
  justify-content: center;
  display: -ms-box;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.recipe-list .item {
  max-width: 45.83%;
  width: 100%;
  margin: 0 auto 48px;
  flex-direction: column;
  display: -ms-box;
  display: flex;
}

.recipe-item > * {
  flex-grow: 1;
  height: 100%;
}

.recipe-list .item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.recipe-item__img-wrap {
  width: 100%;
  margin: 0 auto 10px;
  position: relative;
  vertical-align: top;
}
.recipe-item__img-wrap a {
  background-color: #fff;
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 0;
}

.recipe-item__img {
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  top: 0;
  left: 0;
}

.recipe-item__name {
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 1.4;
}
.recipe-item__name .sub {
  font-size: 14px;
}

.recipe-item__txt {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .recipe-list {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .recipe-list .item {
    max-width: 32%;
    margin: 0 auto 48px;
  }
  .recipe-list .item:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .recipe-item__name {
    margin: 0;
  }
}
@media screen and (min-width: 53.125em) {
  .globalFooter .informationColumn--m20 {
    margin-left: 0;
    margin-right: 0;
  }
}
.item {
  padding: 0px;
}

.item .prod-item__price .price {
  font-size: 2rem;
  color: #333333;
}

.prod-item__tax {
  color: #333333;
  font-size: 1rem;
}

main.tomizawa_yeast {
  background-color: white;
}

main .lp-menu > .inner {
  max-width: 100%;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 auto;
}

.lp-menu li {
  margin-bottom: 0px;
}

.lp-menu li a {
  background-color: #c45a42;
  display: flex;
  color: #fff;
  text-align: center;
  font-size: 1.175rem;
  border-radius: 0px;
  min-height: 64px;
  max-height: 64px;
  align-items: center;
  justify-content: center;
}

main .lp-menu > .inner {
  max-width: 100%;
  width: 100%;
  padding-bottom: 8px;
  margin: 0 auto;
}

.column-box.col03 {
  padding-top: 0px;
}

/*--------------------------------------------------------------------------

        SPサイズのみ（480pxより小さいウィンドウサイズ）

--------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .lp-menu li a {
    background-color: #c45a42;
    display: flex;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    border-radius: 0px;
    min-height: 64px;
    max-height: 64px;
    align-items: center;
    justify-content: center;
  }
  main .lp-menu > .inner {
    max-width: 100%;
    width: 100%;
    padding-bottom: 8px;
    margin: 0 auto;
  }
  .column-box.col03 {
    padding-top: 0px;
  }
  .mainHeading {
    font-size: 1.6em;
    text-align: center;
    font-weight: 700;
  }
}/*# sourceMappingURL=tomizawa_yeast.css.map */