@charset "UTF-8";
.page > .contents1 {
  background-color: #ffffff;
  padding: 0;
}

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

main {
  background-color: #fbfbfb;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "メイリオ", sans-serif;
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
main a {
  color: #333333;
}
main a:active, main a:focus, main a:hover, main a:active img, main a:focus img, main a:hover img {
  opacity: 1;
}
main .icn {
  font-size: 1.575rem;
  position: absolute;
  background-color: #333;
  color: #fff;
  bottom: 8px;
  left: 8px;
  width: 56px;
  height: 56px;
  line-height: 1;
  justify-content: center;
  display: -ms-box;
  display: flex;
  -webkit-box-items: center;
  align-items: center;
  border-radius: 50%;
}
main .icn.type {
  background-color: #ea6751;
  font-size: 1.125rem;
}
main .hide,
main .timerHidden {
  display: none;
}
main .visible,
main .timerVisible {
  display: block;
}
main img {
  width: 100%;
  height: auto;
}
main .figureSquareCard img {
  height: 100%;
}
main h2 {
  font-size: 1.375rem;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 0;
  line-height: 1;
}
main thead {
  background: transparent;
  color: initial;
}
main tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}
main tbody,
main tfoot,
main thead {
  background-color: transparent;
}
main .note {
  font-size: 1rem;
  padding: 0.4rem 0 0;
}
main .note:before {
  content: "※";
  padding: 0 0 0 0.4rem;
}
main .section-ttl {
  padding-top: 0px;
}
main #recipe .inner {
  padding-bottom: 0px;
}
main .recipe-item__name {
  font-size: 15.3px;
}

@media screen and (min-width: 769px) {
  main {
    margin-bottom: 80px;
  }
}
/*テキスト装飾
*-------------------------------------*/
.en {
  font-family: "Aleo", serif;
  letter-spacing: -1px;
}

.jpn {
  font-family: "BIZ UDPMincho", serif;
}

.bg-wht {
  background-color: #ffffff;
}

.txt-c {
  text-align: center !important;
}
.txt-r {
  text-align: right !important;
}
.txt-l {
  text-align: left !important;
}
.txt-u {
  text-decoration: underline;
}

.fnt-s {
  font-size: 75% !important;
}
.fnt-m {
  font-size: 100% !important;
}
.fnt-l {
  font-size: 140% !important;
}
.fnt-b {
  font-weight: 700 !important;
}
.fnt-red {
  color: #940e07 !important;
}
.fnt-ylw {
  color: #ffd553 !important;
}
.fnt-org {
  color: #ffa826 !important;
}
.fnt-ble {
  color: #5eabca !important;
}
.fnt-grn {
  color: #007906 !important;
}
.fnt-pnk {
  color: #ea6751 !important;
}
.fnt-pup {
  color: #cab8d9 !important;
}
.fnt-brw {
  color: #753328 !important;
}
.fnt-wht {
  color: #ffffff !important;
}
.fnt-gry {
  color: #797065 !important;
}
.fnt-border {
  text-shadow: #ffffff 2px 0px 0px, #ffffff 1.75517px 0.958851px 0px, #ffffff 1.0806px 1.68294px 0px, #ffffff 0.141474px 1.99499px 0px, #ffffff -0.832294px 1.81859px 0px, #ffffff -1.60229px 1.19694px 0px, #ffffff -1.97998px 0.28224px 0px, #ffffff -1.87291px -0.701566px 0px, #ffffff -1.30729px -1.5136px 0px, #ffffff -0.421592px -1.95506px 0px, #ffffff 0.567324px -1.91785px 0px, #ffffff 1.41734px -1.41108px 0px, #ffffff 1.92034px -0.558831px 0px;
}

/*-----------------------
margin 
-----------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

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

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/*-----------------------
padding 
-----------------------*/
.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/*-----------------------
リストスタイル
-----------------------*/
.list-circle li {
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 8px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.list-disc li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 8px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.list-decimal li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 8px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

/*-----------------------
\ 装飾 /
-----------------------*/
.slash {
  position: relative;
}
.slash:before, .slash:after {
  content: "|";
  display: inline-block;
  font-size: 1rem;
  padding: 0 0.4rem;
}
.slash:before {
  transform: rotate(-45deg);
}
.slash:after {
  transform: rotate(45deg);
}

.arw-t, .arw-b, .arw-r, .arw-l {
  position: relative;
}
.arw-t:before, .arw-b:before, .arw-r:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: unset;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 3;
}
.arw-l:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: unset;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 3;
  left: 4px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 6px solid transparent;
  border-right: 6px solid currentColor;
  left: 0;
}
.arw-l:hover:before {
  border-right: 6px solid currentColor;
}
.arw-r:before {
  left: 4px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  border-left: 6px solid currentColor;
  right: 0;
  left: 90%;
}
.arw-r:hover:before {
  border-left: 6px solid currentColor;
}
.arw-t:before {
  left: 4px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  border-bottom: 6px solid currentColor;
  right: 0;
  left: 0;
  bottom: 0;
  top: unset;
}
.arw-t:hover:before {
  border-bottom: 6px solid currentColor;
}
.arw-b:before {
  left: 4px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  border-top: 6px solid currentColor;
  right: 0;
  left: 0;
  bottom: 0;
  top: unset;
}
.arw-b:hover:before {
  border-top: 6px solid currentColor;
}
.arw-solid {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arw-solid:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  position: absolute;
  left: 10px;
  top: 8px;
}
.arw-solid.top:before {
  transform: rotate(-45deg);
  top: 8px;
  left: 50%;
}
.arw-solid.bottom:before {
  transform: rotate(135deg);
  top: unset;
  left: 50%;
  bottom: 8px;
}
.arw-solid.left:before {
  transform: rotate(-135deg);
  top: 50%;
  margin-top: -5px;
  left: 12px;
}
.arw-solid.right:before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  left: unset;
  right: 12px;
}

/*-----------------------
吹き出し
-----------------------*/
.balloon {
  background-color: #797065;
  position: relative;
  padding: 20px;
}
.balloon.top {
  margin-top: 25px;
}
.balloon.top:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #797065;
  border-left: 15px solid transparent;
}
.balloon.bottom {
  margin-bottom: 25px;
}
.balloon.bottom:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 25px solid #797065;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon.left {
  margin-left: 25px;
}
.balloon.left:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 25px solid #797065;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon.right {
  margin-right: 25px;
}
.balloon.right:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 25px solid #797065;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.content {
  margin: 0 auto;
  padding-top: 0;
}
.content.bg {
  background-color: #f3f3f3;
}
.content > .inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 80px;
  position: relative;
  z-index: 0;
}
.content-slogan {
  font-size: 1.25rem;
  margin-bottom: 14px;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}
.content-txt {
  font-size: 1.125rem;
  margin-bottom: 32px;
  line-height: 2;
}
.content-list {
  margin-bottom: 0;
}
.content-list dt {
  background-color: #940e07;
  color: #ffffff;
  align-items: left;
  padding: 16px 20px 14px;
  width: 100%;
  font-weight: 700;
  font-size: 1.175rem;
  margin-bottom: 0;
}
.content-list dt.en {
  font-size: 1.75rem;
}
.content-list dd {
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
}
.content-list dd:last-of-type {
  margin-bottom: 0;
}
.content section {
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .content {
    margin: 0 auto;
    padding-top: 0;
  }
  .content.bg {
    padding-bottom: 100px;
  }
  .content > .inner {
    padding: 0 20px 100px;
  }
  .content-slogan {
    font-size: 2rem;
    margin-bottom: 28px;
  }
  .content-txt {
    margin-bottom: 40px;
  }
  .content-list dt {
    width: 100px;
    margin-bottom: 40px;
    padding: 44px 0 0;
    align-items: center;
  }
  .content-list dt:last-of-type {
    margin-bottom: 0;
  }
  .content-list dd {
    width: calc(100% - 100px);
    padding: 40px 20px;
  }
  .content-list dd:last-of-type {
    margin-bottom: 0;
  }
  .content section {
    margin-bottom: 80px;
  }
}
/*ボタン
 *-------------------------------------*/
main .btn {
  display: block;
  border: 2px solid currentColor;
  text-align: center;
  font-weight: 700;
  max-width: 100%;
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 60px;
  padding: 4px 0 8px 0;
  line-height: 1.4;
  transition: 0.25s;
}
main .btn-recipe {
  background-color: #ffffff;
  display: block;
  color: #ae6c62;
  border: 2px solid currentColor;
  text-align: center;
  font-weight: 700;
  max-width: 100%;
  font-size: 1rem;
  width: 71.79%;
  margin: 0 auto;
  padding: 21px 0 20px 0;
  transition: 0.25s;
}
main .btn-prod {
  background-color: #ffffff;
  display: block;
  color: #ffa826;
  border: 2px solid currentColor;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  max-width: 100%;
  width: 71.79%;
  margin: 0 auto;
  padding: 21px 0 20px 0;
  transition: 0.25s;
}
main .btn-link {
  background-color: #ffffff;
  display: block;
  color: #ea6751;
  border: 2px solid currentColor;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  max-width: 100%;
  width: 71.79%;
  margin: 0 auto;
  padding: 21px 0 20px 0;
  transition: 0.25s;
}
main .add-cart__btn {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  padding: 17px 5px;
  font-size: 0.875rem;
  background-color: #ffd553;
  color: #333333;
  font-size: 0.75rem;
  padding: 21px 0 20px 0;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  position: relative;
}
main .add-cart--products {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .add-cart--products select {
  width: 40px;
  height: 57px;
  padding: 0 20px 0 9px;
  margin: 0;
}

@media screen and (min-width: 769px) {
  main .btn {
    padding: 20px 0 21px 0;
  }
}
@media screen and (min-width: 769px) {
  main .checkbox_all .check_all {
    max-width: 100%;
  }
  main .btn-recipe:hover, main .btn-recipe:active, main .btn-recipe:focus {
    opacity: 1;
    border: 2px solid #ae6c62;
    color: #fff;
    background-color: #ae6c62;
  }
  main .btn-prod:hover, main .btn-prod:active, main .btn-prod:focus {
    opacity: 1;
    border: 2px solid #ffa826;
    color: #fff;
    background-color: #ffa826;
  }
  main .btn-link:hover, main .btn-link:active, main .btn-link:focus {
    opacity: 1;
    border: 2px solid #ea6751;
    color: #fff;
    background-color: #ea6751;
  }
  .checkbox_all .checktext {
    font-size: 21px;
  }
  .add-cart__btn {
    padding: 20px 5px;
    font-size: 1rem;
    max-width: 280px;
  }
  .add-cart__btn:hover {
    opacity: 1;
    border: 2px solid #ffd553;
    color: #ffd553;
    background-color: #fff;
  }
  .add-cart__btn select {
    height: 56px;
    width: 60px;
  }
  .add-cart__btn--products .add-cart__btn__btn {
    font-size: 1rem;
    padding: 18px 5px;
  }
  .add-cart__btn--products select {
    padding: 0 26px 0 17px;
  }
}
/*フェードイン
 *-------------------------------------*/
.fadein {
  visibility: hidden;
}

.scrollin {
  visibility: visible;
  animation: fadeInUp 1s ease 0s 1 normal;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*コンテンツ
 *-------------------------------------*/
.pcsize {
  display: none !important;
}

.spsize,
.tabsize {
  display: block !important;
}

.column-box {
  display: -ms-box;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.column-box > .item {
  flex-direction: column;
  display: -ms-box;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.column-box > .item > * {
  flex-grow: 1;
  height: 100%;
}
.column-box.start {
  -webkit-box-items: start;
  align-items: flex-start;
}
.column-box.center {
  -webkit-box-items: center;
  align-items: center;
}
.column-box.col06 .item, .column-box.col05 .item, .column-box.col04 .item, .column-box.col03 .item, .column-box.col02 .item {
  width: 100%;
  max-width: 48%;
  margin-left: auto;
  margin-right: auto;
}
.column-box .photo {
  padding: 0;
  font-size: 0;
}
.column-box img {
  flex-grow: unset;
}

.kv {
  font-size: 0;
  margin-bottom: 32px;
}
.kv .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .spsize,
  .tabsize {
    display: none !important;
  }
  .pcsize {
    display: block !important;
  }
  .column-box.col06 .item {
    max-width: 15.5%;
  }
  .column-box.col05 .item {
    max-width: 19.5%;
  }
  .column-box.col04 .item {
    max-width: 23.5%;
  }
  .column-box.col03 .item {
    max-width: 31.5%;
  }
  .column-box.col02 .item {
    max-width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .pcsize {
    display: none !important;
  }
  #about .inner {
    padding-bottom: 0px;
  }
}
/*アコーディオン
 *-------------------------------------*/
.acd .ttl {
  position: relative;
  padding-bottom: 4px;
  padding-left: 32px;
}
.acd .ttl span:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #333;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.acd .ttl span:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #333;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.acd .ttl span .active:after {
  transform: rotate(0);
  transition: 0.5s;
}

/*角丸
 *-------------------------------------*/
.radius-box {
  background-color: #f5f1e4;
  width: 100%;
  margin: 0 auto 40px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.radius-box:last-of-type {
  margin-bottom: 0;
}
.radius-inner {
  font-size: 0.875rem;
  padding: 20px 16px 20px;
  line-height: 2;
}
.radius .photo,
.radius .detail {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}
.radius .radius-photo + .radius-inner {
  padding: 0 16px 32px;
}
.radius-ttl {
  background-color: #797065;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  padding: 16px 12px 12px;
  margin: 0;
}
.radius-ttl .num {
  font-size: 1.275rem;
  font-weight: 700;
}
.radius-photo {
  font-size: 0;
  margin: 0;
}
.radius-txt {
  font-size: 1rem;
  text-align: left;
}
.radius-txt strong {
  background: #333333 linear-gradient(transparent 60%, #ea6751 0%) repeat scroll 0 0;
  font-size: 120%;
}

@media screen and (min-width: 769px) {
  .radius-ttl {
    font-size: 1.5rem;
    padding: 24px 0 20px;
  }
  .radius-box {
    border-radius: 20px;
    margin-bottom: 80px;
  }
  .radius-box .photo,
  .radius-box .detail {
    width: 300px;
    margin: 0;
    font-size: 1.125rem;
  }
  .radius-box-photo + .radius-box-inner {
    padding: 0 28px 64px;
  }
  .radius-box-txt {
    font-size: 1.125rem;
    line-height: 2;
  }
  .radius-inner {
    font-size: 1.125rem;
    padding: 40px 28px 40px;
  }
}
/*メニュー
 *-------------------------------------*/
.lp-menu {
  background-color: transparent;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  -webkit-box-items: center;
  align-items: center;
  text-align: center;
  bottom: 65px;
  left: 0;
  z-index: 2;
  margin: 0;
}
.lp-menu .inner {
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 0.5s;
  margin: 0;
}
.lp-menu ul {
  padding-top: 8px;
}
.lp-menu .col03 .item {
  width: 31.5%;
}
.lp-menu .col04 .item {
  width: 23.5%;
}
.lp-menu .col05 .item {
  width: 19.5%;
}
.lp-menu .col06 .item {
  width: 15.5%;
}
.lp-menu .item {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 1.1;
  font-size: 1.125rem;
  cursor: pointer;
}
.lp-menu .item:nth-of-type(2n) {
  background: none;
}
.lp-menu .item .sub {
  font-size: 0.75rem;
}
.lp-menu .item a {
  background-color: #a09588;
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
  min-height: 60px;
  max-height: 60px;
  display: -ms-box;
  display: flex;
  justify-content: center;
  -webkit-box-items: center;
  align-items: center;
  padding: 8px;
}
.lp-menu .item .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%;
}
.lp-menu.fixed {
  background-color: transparent;
}
.lp-menu.fixed .inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 65px;
  left: 0;
  z-index: 2;
  position: fixed;
}
.lp-menu.fixed .arw-b:before {
  content: "";
  display: none;
}

@media screen and (min-width: 769px) {
  .lp-menu.fixed .inner {
    bottom: 65px;
    left: 0;
  }
}
@media screen and (min-width: 53.125em) {
  .lp-menu {
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
  }
  .lp-menu .inner {
    max-width: 100%;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 auto;
  }
  .lp-menu ul {
    max-width: 1020px;
    margin: 0 auto;
    padding-top: 0;
  }
  .lp-menu .item .en {
    font-size: 2rem;
  }
  .lp-menu .item .sub {
    font-size: 1.125rem;
  }
  .lp-menu .item a {
    background-color: #797065;
    text-align: center;
    font-size: 1.125rem;
  }
  .lp-menu.fixed .inner {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
/*タイトル
 *-------------------------------------*/
.section-ttl {
  font-size: 1.75rem;
  color: #000;
  padding: 0;
  font-weight: 700;
  margin: 0 auto 40px;
  padding: 40px 0 0;
  position: relative;
  text-align: center;
  line-height: 1.1;
}

.sub-ttl {
  font-size: 1.575rem;
  color: #797065;
  border-bottom: 4px double currentColor;
  text-align: left;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 32px;
}
.sub-ttl .sub {
  font-size: 1.125rem;
}

@media screen and (min-width: 769px) {
  .section-ttl {
    font-size: 2rem;
    margin: 0 auto 56px;
    padding: 40px 0 0;
  }
  .sub-ttl {
    padding-bottom: 10px;
    margin-bottom: 32px;
  }
  .sub-ttl .sub {
    font-size: 1.125rem;
  }
}
/*イントロ
 *-------------------------------------*/
.intro-slogan {
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
}
.intro-txt {
  font-size: 1.125rem;
  line-height: 2;
  padding: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .intro-slogan {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
/*1枚画像＋テキスト
 *-------------------------------------*/
.exp-list_side:last-of-type .exp-detail {
  margin-bottom: 0;
}
.exp-list_side .exp-photo {
  width: 100%;
  margin-bottom: 20px;
  order: 1;
}
.exp-list_side .exp-photo img {
  height: auto;
}
.exp-detail {
  order: 2;
  margin-bottom: 56px;
}
.exp-detail .add-cart,
.exp-detail .btn-prod,
.exp-detail .btn-recipe {
  width: 71.79%;
  margin-left: auto;
  margin-right: auto;
}
.exp-detail .exp-photo {
  margin-bottom: 16px;
}
.exp-detail .exp-txt {
  margin-bottom: 32px;
}
.exp-txt {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .exp-list_side {
    align-items: center;
  }
  .exp-list_side:last-of-type {
    margin-bottom: 0;
  }
  .exp-list_side .exp-photo {
    width: 50%;
    margin: 0 auto;
  }
  .exp-list_side .exp-detail {
    width: 50%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .exp-list_side .exp-photo:nth-of-type(1) {
    order: 1;
  }
  .exp-list_side .exp-photo:nth-of-type(2) {
    order: 2;
  }
  .exp-list_side .exp-photo:nth-of-type(3) {
    order: 4;
  }
  .exp-list_side .exp-photo:nth-of-type(4) {
    order: 3;
  }
  .exp-list_side .exp-txt {
    margin-bottom: 0;
    line-height: 2;
    margin-bottom: 28px;
  }
  .exp-list_side .exp-txt {
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 64px;
    line-height: 2;
  }
}
/*
*-------------------------------------*/
.exp-list:last-of-type {
  padding-bottom: 0;
}
.exp-list-photo {
  width: 50%;
}
.exp-detail {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.exp-photo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 0;
}
.exp-txt {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 20px;
}

/*レシピ
 *-------------------------------------*/
.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 {
  width: 100%;
  margin: 0 auto 48px;
  flex-direction: column;
  display: -ms-box;
  display: flex;
}
.recipe-list > * {
  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: 1rem;
  color: #333333;
  text-align: left;
  line-height: 1.5;
}
.recipe-item__name .sub {
  font-size: 0.875rem;
}
.recipe-item__txt {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .recipe-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .recipe-list:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .recipe-item__name {
    margin: 0;
  }
}
/*関連商品
*-------------------------------------*/
.prod-list {
  display: -ms-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.prod-list:last-child {
  margin-bottom: 0;
}
.prod-item {
  max-width: 45.83%;
  margin: 0 auto 48px;
  width: 100%;
  flex-direction: column;
  display: -ms-box;
  display: flex;
}
.prod-item > * {
  flex-grow: 1;
  height: 100%;
}
.prod-item__img-wrap {
  margin-bottom: 10px;
  position: relative;
  vertical-align: top;
  height: auto;
}
.prod-item__img-wrap a {
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 0;
}
.prod-item__img-wrap .figureSquareCard {
  background-color: #ffffff;
  overflow: hidden;
}
.prod-item__link::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.prod-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;
}
.prod-item__name {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 10px;
}
.prod-item__price {
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 10px;
  height: auto;
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
.prod-item__price .__sales_price {
  font-size: 1.125rem;
  font-family: "Aleo", serif;
  font-size: 2rem;
  letter-spacing: -1px;
  text-align: right;
  line-height: 1;
  padding: 0 0 0 4px;
}
.prod-item__tax {
  padding: 0 0 0 4px;
}

@media screen and (min-width: 768px) {
  .prod-txt {
    text-align: center;
    font-size: 1.125rem;
    line-height: 2;
  }
  .prod-list {
    padding: 0;
  }
  .prod-item__name {
    margin: 0 0 8px;
  }
  .prod-item__price {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .prod .__sales_price {
    font-size: 1.251rem;
  }
}
/*キャッチ
*-------------------------------------*/
.catch {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.catch-photo {
  width: 33.3333%;
}

/*アウトロ
*-------------------------------------*/
.outro .item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  font-size: 0;
}
.outro p {
  font-size: 1.375rem;
  margin-bottom: 0.8rem;
  text-align: center;
  color: #797065;
}

@media screen and (min-width: 769px) {
  .outro .item {
    width: 48%;
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 53.125em) {
  .globalFooter .informationColumn--m20 {
    margin-left: 0;
    margin-right: 0;
  }
}
/*      #yotsubabutter用     */
#yotsubabutter .section-ttl {
  line-height: 1.4;
}
#yotsubabutter .section-ttl:after {
  content: "";
  background-color: #f2a900;
  display: block;
  margin: 16px auto 0;
  width: 80px;
  height: 8px;
  border-radius: 4px;
}
#yotsubabutter .sub-ttl {
  border-left: 8px solid #797065;
  border-bottom: 1px solid #797065;
  padding: 12px 12px 12px 16px;
  color: #333333;
}
#yotsubabutter .btn-recipe {
  border-color: #333333;
  color: #333333;
}
#yotsubabutter .icn.bar {
  background-color: #ffffff;
  position: unset;
  width: 160px;
  height: auto;
  padding: 8px;
  font-size: 0.8rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 8px;
}
#yotsubabutter .icn.bar.pup {
  background-color: #ffa826;
}
#yotsubabutter .icn.bar.sale {
  background-color: #940e07;
}
#yotsubabutter .lineup-cat_menu {
  margin-bottom: 65px;
}
#yotsubabutter .lineup-cat_menu .item {
  max-width: 32%;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #f2a900;
  border-radius: 8px;
  overflow: hidden;
}
#yotsubabutter .lineup-cat_menu .item a {
  color: #f2a900;
  background-position: left 50% top 12px;
  background-size: 48px;
  background-repeat: no-repeat;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 56px 8px 24px 8px;
  justify-content: center;
  -webkit-box-items: center;
  align-items: center;
  text-align: center;
  display: -ms-box;
  display: flex;
}
#yotsubabutter .lineup-cat_menu .item:nth-of-type(1) a {
  background-image: url(../../contents/yotsubabutter/butter-icn_no-salt.png);
}
#yotsubabutter .lineup-cat_menu .item:nth-of-type(2) a {
  background-image: url(../../contents/yotsubabutter/butter-icn_salt.png);
}
#yotsubabutter .lineup-cat_menu .item:nth-of-type(3) a {
  background-image: url(../../contents/yotsubabutter/butter-icn_ferment.png);
}
#yotsubabutter .lineup-cat_menu.bottom .item a {
  background-position: top 16px left 50%;
  padding: 64px 8px 16px 8px;
}
#yotsubabutter .content.lineup .lineup-item {
  margin-bottom: 100px;
  /*---------------------------
        各種配色
  ----------------------------*/
}
#yotsubabutter .content.lineup .lineup-item:last-child {
  margin-bottom: 0;
}
#yotsubabutter .content.lineup .lineup-item__prod {
  max-width: 480px;
  margin: 0 auto 80px;
}
#yotsubabutter .content.lineup .lineup-item__name {
  font-size: 1.375rem;
  display: block;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
#yotsubabutter .content.lineup .lineup-item__photo {
  flex: 100%;
  margin: 0 auto 40px;
}
#yotsubabutter .content.lineup .lineup-item__detail {
  flex: 100%;
}
#yotsubabutter .content.lineup .lineup-item__detail .add-cart {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
#yotsubabutter .content.lineup .lineup-item__detail .prod-item__price {
  text-align: center;
  display: block;
  margin-bottom: 16px;
}
#yotsubabutter .content.lineup .lineup-item__chart {
  flex: 100%;
  margin-bottom: 40px;
}
#yotsubabutter .content.lineup .lineup-item__chart dt {
  background-color: #333333;
  width: 40%;
  padding: 8px 8px 12px;
  font-size: 0.9rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  font-weight: normal;
}
#yotsubabutter .content.lineup .lineup-item__chart dd {
  width: 60%;
  font-size: 1.375rem;
  text-align: center;
  padding: 8px 8px 12px;
  color: #f2a900;
  border-bottom: 1px solid #ffffff;
}
#yotsubabutter .content.lineup .lineup-item .prod-list .icn {
  width: 120px;
  height: 40px;
  font-size: 1rem;
  border-radius: unset;
  top: 0;
  left: 0;
}
#yotsubabutter .content.lineup .lineup-item.no-salt .btn-recipe {
  border-color: #56bf5c;
  color: #56bf5c;
}
#yotsubabutter .content.lineup .lineup-item.salt .btn-recipe {
  border-color: #1237a4;
  color: #1237a4;
}
#yotsubabutter .content.lineup .lineup-item.ferment .btn-recipe {
  border-color: #fa6c12;
  color: #fa6c12;
}
#yotsubabutter .content.lineup .review-list {
  border: 2px solid #f2a900;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px 16px 20px;
}
#yotsubabutter .content.lineup .review-list .face {
  flex: 0 1 20%;
  margin-right: 4%;
  padding: 0;
}
#yotsubabutter .content.lineup .review-list .face__image {
  margin-bottom: 8px;
}
#yotsubabutter .content.lineup .review-list .face__name {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
#yotsubabutter .content.lineup .review-list .detail {
  flex: 1;
}
#yotsubabutter .content.lineup .review-list .detail .content-txt {
  font-size: 0.9rem;
}
#yotsubabutter .content.about .sub span {
  border: 2px solid currentColor;
  color: #f2a900;
  padding: 8px 12px 4px;
  margin-bottom: 8px;
  border-radius: 8px;
  display: inline-block;
}
#yotsubabutter .content.about .sub-ttl {
  border-left: 0;
  border-bottom: 0;
  padding: 0;
  color: #333333;
  margin-bottom: 16px;
}
#yotsubabutter .content.about .exp-photo {
  flex: 100%;
}
#yotsubabutter .content.about .exp-detail {
  flex: 100%;
}
#yotsubabutter .content.recipe .recipe-cat.no-salt .sub-ttl {
  border-color: #56bf5c;
}
#yotsubabutter .content.recipe .recipe-cat.salt .sub-ttl {
  border-color: #1237a4;
}
#yotsubabutter .content.recipe .recipe-cat.ferment .sub-ttl {
  border-color: #fa6c12;
}

@media screen and (min-width: 769px) {
  #yotsubabutter .section-ttl {
    font-size: 2.375rem;
  }
  #yotsubabutter .section-ttl:after {
    content: "";
    width: 120px;
    margin-top: 24px;
  }
  #yotsubabutter .sub-ttl {
    border-left: 8px solid #797065;
    color: #333333;
    border-bottom: 1px solid #797065;
    margin-bottom: 20px;
  }
  #yotsubabutter .btn-recipe {
    border-color: #333333;
    color: #333333;
  }
  #yotsubabutter .btn-recipe:hover, #yotsubabutter .btn-recipe:focus {
    background-color: #333333;
    color: #ffffff;
  }
  #yotsubabutter .lineup-cat_menu {
    margin-bottom: 120px;
  }
  #yotsubabutter .lineup-cat_menu .item {
    border-width: 3px;
  }
  #yotsubabutter .lineup-cat_menu .item a {
    background-position: left 16px top 50%;
    background-size: 72px;
    background-repeat: no-repeat;
    font-size: 1.125rem;
    padding: 24px 16px 32px 64px;
  }
  #yotsubabutter .lineup-cat_menu.bottom .item a {
    padding: 88px 16px 16px 16px;
  }
  #yotsubabutter .content.lineup .lineup-item {
    margin-bottom: 160px;
    /*---------------------------
            各種配色
      ----------------------------*/
  }
  #yotsubabutter .content.lineup .lineup-item:last-child {
    margin-bottom: 0;
  }
  #yotsubabutter .content.lineup .lineup-item__prod {
    max-width: 100%;
    margin-bottom: 100px;
  }
  #yotsubabutter .content.lineup .lineup-item__name {
    font-size: 1.375rem;
  }
  #yotsubabutter .content.lineup .lineup-item .prod-list {
    margin-bottom: 20px;
  }
  #yotsubabutter .content.lineup .lineup-item .prod-list .icn {
    width: 120px;
    height: 40px;
    font-size: 1rem;
  }
  #yotsubabutter .content.lineup .lineup-item__photo {
    max-width: 100%;
    flex: 0 1 40%;
    margin: 0 4% 40px 0;
  }
  #yotsubabutter .content.lineup .lineup-item__detail {
    flex: 0 1 56%;
    margin: 0 0 40px;
  }
  #yotsubabutter .content.lineup .lineup-item__detail .prod-item__price {
    margin-bottom: 20px;
  }
  #yotsubabutter .content.lineup .lineup-item__chart {
    margin: 0 4% 0 0;
    flex: 0 1 40%;
  }
  #yotsubabutter .content.lineup .lineup-item__chart dt {
    padding: 16px 16px 14px;
    margin: 0;
  }
  #yotsubabutter .content.lineup .lineup-item__chart dd {
    padding: 16px 16px 14px;
    margin: 0;
  }
  #yotsubabutter .content.lineup .lineup-item__other {
    flex: 0 1 56%;
    margin-bottom: 0;
  }
  #yotsubabutter .content.lineup .lineup-item .review-list {
    border-radius: 16px;
    padding: 20px;
  }
  #yotsubabutter .content.lineup .lineup-item .review-list .face {
    flex: 0 1 14.28571%;
    margin-right: 2.5641%;
    padding: 0 10px;
  }
  #yotsubabutter .content.lineup .lineup-item .review-list .face__image {
    margin-bottom: 16px;
  }
  #yotsubabutter .content.lineup .lineup-item .review-list .detail {
    flex: 1;
  }
  #yotsubabutter .content.lineup .lineup-item .review-list .detail .content-txt {
    font-size: 1rem;
  }
  #yotsubabutter .content.lineup .lineup-item.no-salt .btn-recipe {
    border-color: #56bf5c;
    color: #56bf5c;
  }
  #yotsubabutter .content.lineup .lineup-item.no-salt .btn-recipe:hover, #yotsubabutter .content.lineup .lineup-item.no-salt .btn-recipe:focus {
    background-color: #56bf5c;
    color: #ffffff;
  }
  #yotsubabutter .content.lineup .lineup-item.salt .btn-recipe {
    border-color: #1237a4;
    color: #1237a4;
  }
  #yotsubabutter .content.lineup .lineup-item.salt .btn-recipe:hover, #yotsubabutter .content.lineup .lineup-item.salt .btn-recipe:focus {
    background-color: #1237a4;
    color: #ffffff;
  }
  #yotsubabutter .content.lineup .lineup-item.ferment .btn-recipe {
    border-color: #fa6c12;
    color: #fa6c12;
  }
  #yotsubabutter .content.lineup .lineup-item.ferment .btn-recipe:hover, #yotsubabutter .content.lineup .lineup-item.ferment .btn-recipe:focus {
    background-color: #fa6c12;
    color: #ffffff;
  }
  #yotsubabutter .content.about .sub span {
    padding: 10px 16px 6px;
    margin-bottom: 8px;
  }
  #yotsubabutter .content.about .exp-photo {
    flex: 0 1 40%;
    margin-right: auto;
    margin-left: auto;
  }
  #yotsubabutter .content.about .exp-detail {
    flex: 1;
    padding: 28px 28px 0;
  }
  #yotsubabutter .content.about .exp-list_side:nth-of-type(even) .exp-photo {
    order: 2;
  }
  #yotsubabutter .content.about .exp-list_side:nth-of-type(even) .exp-detail {
    order: 1;
  }
  #yotsubabutter .content.recipe .sub-ttl {
    border-left-width: 16px;
    padding: 18px 18px 18px 20px;
  }
}/*# sourceMappingURL=yotsubabutter_test.css.map */