@charset "UTF-8";
/*
	teaser css
**/
/*
	reset css
**/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%; }

.clearfix::after {
  content: '';
  clear: both;
  display: block; }

/*
$z-index:(
	tsr-footer__sns,
	tsr-btn--purchase
);

@function list-reverse($map) {
  $result: ();
  @for $i from length($map)*-1 through -1 {
    $result: append($result, nth($map, abs($i)), comma);
  }
  @return $result;
}
$z-index: list-reverse($z-index);
@function z($name) {
  @return index($z-index, $name);
}*/
.tsr-btn--amazon, .tsr-recipe__item .tsr-recipe__page, .tsr-example__list .tsr-grid__item {
  font-family: "FOT-筑紫A丸ゴシック Std R",TsukuARdGothicStd-R,sans-serif;
  letter-spacing: .1em; }

.modal h2, .tsr-heading, .tsr-recipe__item .tsr-heading, .tsr-comment .tsr-comment__name,
.tsr-comment .tsr-comment__profile, .tsr-example__list .tsr-example__heading, .tsr-purchase {
  font-family: "FOT-筑紫A丸ゴシック Std B",TsukuARdGothicStd-B,sans-serif;
  letter-spacing: .1em; }

/* text */
/*
	base css
**/
.clearfix::after {
  content: '';
  clear: both;
  display: block; }

a, a:hover {
  color: #40342f;
  text-decoration: underline; }

body, html {
  background: #fff;
  color: #362412;
  font-family: 'Yu Gothic',YuGothic,'游ゴシック','Helvetica Neue',Verdana, Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 2;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 768px) {
    body, html {
      font-weight: 300;
      font-size: 3.5vw; }
      body p, html p {
        letter-spacing: -0.04em; } }

body {
  overflow-x: hidden; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 700; }
@media screen and (max-width: 768px) {
  body, html {
    line-height: 2.33; } }
.u-mt10 {
  margin-top: 10px; }

.u-mt20 {
  margin-top: 20px; }

.u-mt30 {
  margin-top: 30px; }

.u-mt40 {
  margin-top: 40px; }

.u-mt50 {
  margin-top: 50px; }

.u-mt60 {
  margin-top: 60px; }

.u-mt70 {
  margin-top: 70px; }

.u-mt80 {
  margin-top: 80px; }

.u-mt90 {
  margin-top: 90px; }

.u-mt100 {
  margin-top: 100px; }

.u-mb10 {
  margin-bottom: 10px; }

.u-mb20 {
  margin-bottom: 20px; }

.u-mb30 {
  margin-bottom: 30px; }

.u-mb40 {
  margin-bottom: 40px; }

.u-mb50, .tsr-heading {
  margin-bottom: 40px; }

.u-mb60 {
  margin-bottom: 60px; }

.u-mb70 {
  margin-bottom: 70px; }

.u-mb80 {
  margin-bottom: 70px; }

.u-mb90 {
  margin-bottom: 70px; }

.u-mb100 {
  margin-bottom: 100px; }

@media screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 2.6666666667vw; }

  .u-mt20 {
    margin-top: 5.3333333333vw; }

  .u-mt30 {
    margin-top: 8vw; }

  .u-mt40 {
    margin-top: 10.6666666667vw; }

  .u-mt50 {
    margin-top: 13.3333333333vw; }

  .u-mt60 {
    margin-top: 16vw; }

  .u-mt70 {
    margin-top: 18.6666666667vw; }

  .u-mt80 {
    margin-top: 21.3333333333vw; }

  .u-mt90 {
    margin-top: 24vw; }

  .u-mt100 {
    margin-top: 26.6666666667vw; }

  .u-mb10 {
    margin-bottom: 2.6666666667vw; }

  .u-mb20 {
    margin-bottom: 5.3333333333vw; }

  .u-mb30 {
    margin-bottom: 8vw; }

  .u-mb40 {
    margin-bottom: 10.6666666667vw; }

  .u-mb60 {
    margin-bottom: 16vw; }

  .u-mb70 {
    margin-bottom: 18.6666666667vw; }

  .u-mb80 {
    margin-bottom: 18.6666666667vw; }

  .u-mb90 {
    margin-bottom: 18.6666666667vw; }

  .u-mb100 {
    margin-bottom: 26.6666666667vw; } }
.pc {
  display: block; }

.sp {
  display: none; }

/* loading */
.tsr-loading {
  background: #fff;
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 13; }
  .tsr-loading.is-active {
    display: block; }
  .tsr-loading .tsr-loading__logo {
    display: none;
    margin: 0 auto;
    width: 37px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .tsr-loading .tsr-loading__logo.is-active {
      display: block; }

.tsr-wrap {
  background: #fff;
  opacity: 0;
  transition: opacity 2s ease-in-out 1s; }
  .tsr-wrap.is-active {
    opacity: 1; }

.tsr-obi {
  position: absolute;
  top: 0;
  left: 0;
  width: 31vw;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .tsr-obi {
      width: 65vw; } }

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  overflow-y: auto;
  /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
  -webkit-overflow-scrolling: touch;
  z-index: 11; }

.modal_container {
  display: table;
  width: 100%;
  height: 100%; }

.modal_inner {
  display: table-cell;
  padding: 2.7em 2em;
  /* モーダル外側の余白 */
  vertical-align: middle; }

.modal {
  margin: 0 auto;
  padding: 1.9em 2em;
  /* モーダル内側の余白 */
  max-width: 550px;
  background-color: #fff;
  position: relative;
  text-align: left; }
  .modal h2 {
    color: #40342f;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 40px; }
  .modal tr {
    border-bottom: 1px solid #40342f; }
  .modal tr:last-child {
    border-bottom: none; }
  .modal th {
    width: 30%; }
  .modal th, .modal td {
    color: #40342f;
    text-align: left;
    padding: 10px; }
  .modal .btn--close {
    background: #40342f;
    border-radius: 25px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    z-index: 13; }
    .modal .btn--close:hover {
      cursor: pointer; }
    .modal .btn--close span {
      background: #fff;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      height: 2px;
      width: 16px; }
    .modal .btn--close span:nth-child(1) {
      top: 25px;
      transform: rotate(-45deg); }
    .modal .btn--close span:nth-child(2) {
      top: 25px;
      transform: rotate(45deg); }

/* layout */
.tsr-section {
  margin: 0 auto;
  padding: 70px 0;
  text-align: center; }

.tsr-inr {
  margin: 0 auto;
  max-width: 980px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative; }

.tsr-block {
  height: 100vh; }

.tsr-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /* Safari6.1以降 */
  flex-wrap: wrap; }

.tsr-grid--col2 > .tsr-grid__item {
  width: calc(50% - 30px);
  margin-right: 60px; }
.tsr-grid--col2 > .tsr-grid__item:nth-child(2n) {
  margin-right: 0; }

.tsr-grid--col3 .tsr-grid__item + .tsr-grid__item {
  margin-left: 15px; }

.tsr-grid--col4 {
  flex-wrap: wrap; }
  .tsr-grid--col4 .tsr-grid__item + .tsr-grid__item {
    margin-left: 34px; }

.tsr-grid--col5 > .tsr-grid__item {
  width: 18.26%; }
.tsr-grid--col5 > .tsr-grid__item + .tsr-grid__item {
  margin-left: 2.16%; }

.tsr-grid__item.tsr-nowrap {
  margin: 0;
  width: 100%; }

.tsr-footer {
  background: #40342f;
  color: #fff;
  margin: 0 auto;
  position: relative; }
  .tsr-footer .tsr-inr {
    padding: 4.4% 0;
    position: relative; }
  .tsr-footer .cmn-logo--bb {
    margin: 3% auto 0;
    max-width: 184px; }
    .tsr-footer .cmn-logo--bb img {
      width: 100%; }

.tsr-footer__sns {
  justify-content: center;
  max-height: 60px;
  margin-bottom: 54px; }
  .tsr-footer__sns .tsr-grid__item {
    max-width: 53px; }
    .tsr-footer__sns .tsr-grid__item img {
      width: 100%; }
    .tsr-footer__sns .tsr-grid__item a {
      display: block;
      height: 100%;
      width: 100%; }
      .tsr-footer__sns .tsr-grid__item a:hover {
        cursor: pointer;
        opacity: 0.6; }

.tsr-footer__nav {
  justify-content: center;
  font-size: 0.875em; }
  .tsr-footer__nav .tsr-grid__item a {
    color: #fff; }
  .tsr-footer__nav .tsr-grid__item a:hover {
    opacity: 0.6; }

/* btn */
.tsr-btn--amazon {
  background: #40342f;
  box-sizing: border-box;
  display: block;
  font-size: 1.437rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  padding: 10px 20px;
  position: relative;
  transition: opacity .2s ease-out;
  width: 80.4%; }
  .tsr-btn--amazon:hover {
    cursor: pointer;
    opacity: .6;
    text-decoration: none; }
  .tsr-btn--amazon, .tsr-btn--amazon:active, .tsr-btn--amazon:hover, .tsr-btn--amazon:visited {
    color: #fff; }
  .tsr-btn--amazon::after {
    background: url("../images/icon_arrow_bottom.png") no-repeat 0 0;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 9px;
    transform: rotate(-90deg); }

.tsr-btn--purchase {
  background: #40342f;
  color: #fff;
  font-size: 1.125rem;
  padding: 22px 0 44px;
  position: fixed;
  right: 0;
  top: 0;
  text-decoration: none;
  z-index: 10;
  transition: opacity .3s ease-out;
  width: 40px;
  height: 170px; }
  .tsr-btn--purchase span {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 2.33em;
    margin: auto;
    height: 170px; }
  .tsr-btn--purchase:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.6 !important; }
  .tsr-btn--purchase, .tsr-btn--purchase:active, .tsr-btn--purchase:hover, .tsr-btn--purchase:visited {
    color: #fff; }
  .tsr-btn--purchase::after {
    background: url("../images/icon_arrow_bottom.png") no-repeat 0 0;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 13px;
    height: 9px; }

/* heading */
.tsr-heading {
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: .3em; }

/* text */
.tsr-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.tsr-text--small {
  display: block;
  font-size: 0.875rem;
  text-align: left; }

/* contents */
.tsr-kv {
  height: 56.4vw;
  position: relative; }

.tsr-heading--kv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 37px;
  height: 450px;
  z-index: 10; }

.tsr-kv__item {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all;
  margin: auto;
  transition: opacity 2s ease-out;
  width: 100%;
  height: 56.4vw; }
  .tsr-kv__item.is-current {
    opacity: 1; }

.tsr-kv__item:nth-child(1) {
  background: url("../images/tsr_bg_kv.jpg") no-repeat;
  background-size: cover; }

.tsr-kv__item:nth-child(2) {
  background: url("../images/tsr_bg_kv02.jpg") no-repeat;
  background-size: cover; }

.tsr-kv__item:nth-child(3) {
  background: url("../images/tsr_bg_kv03.jpg") no-repeat;
  background-size: cover; }

.tsr-lead {
  position: relative; }
  .tsr-lead .tsr-section {
    background: url("../images/tsr_bg_lead.jpg") no-repeat 0 0;
    background-size: cover; }

.loopSliderWrap {
  top: 0;
  left: 0;
  height: 21vw;
  overflow: hidden;
  position: absolute; }

.loopSlider {
  height: 21vw;
  overflow: hidden;
  width: 100vw;
  position: relative; }

.tsr_lead__imglist {
  height: 21vw;
  overflow: hidden;
  float: left; }
  .tsr_lead__imglist li {
    display: inline;
    float: left;
    font-size: 0;
    overflow: hidden;
    width: 25vw; }

.tsr-recipe {
  background: #fff;
  padding-bottom: 0;
  position: relative; }
  .tsr-recipe p,
  .tsr-recipe small {
    max-width: 630px;
    text-align: left;
    margin: 0 auto; }

.tsr-recipe__list {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 70px;
  padding-bottom: 59.2%;
  position: relative; }

.tsr_slide_pager {
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 56px; }
  .tsr_slide_pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .tsr_slide_pager li {
    background: #96856f;
    width: 4px;
    height: 18px;
    margin-right: 15px; }
    .tsr_slide_pager li.is-current {
      background: #362412; }

.tsr-recipe__item {
  opacity: 0;
  height: 0;
  margin: auto;
  padding-left: 5.8%;
  padding-bottom: 60%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  width: 92vw;
  transition: opacity 2s ease-out; }
  .tsr-recipe__item.is-current {
    opacity: 1; }
  .tsr-recipe__item .tsr-heading {
    font-size: 3rem;
    position: absolute;
    top: -1.5rem;
    left: 5.8%; }
  .tsr-recipe__item:nth-child(2) .tsr-heading {
    width: 162px; }
  .tsr-recipe__item:nth-child(3) .tsr-heading {
    width: 162px; }
  .tsr-recipe__item:nth-child(4) .tsr-heading {
    width: 155px; }
  .tsr-recipe__item:nth-child(5) .tsr-heading {
    width: 160px; }
  .tsr-recipe__item:nth-child(6) .tsr-heading {
    width: 114px; }
  .tsr-recipe__item:nth-child(7) .tsr-heading {
    width: 292px; }
  .tsr-recipe__item .tsr-recipe__page {
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 24px; }
  .tsr-recipe__item .tsr-recipe__name {
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 44px; }
  .tsr-recipe__item .tsr-recipe__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .tsr-recipe__item.tsr-recipe__foodstaff .tsr-heading .slash {
    left: 0.1em;
    top: 0.1em; }
  .tsr-recipe__item.tsr-recipe__foodstaff .tsr-heading .category {
    left: 1.2em;
    top: 1em; }
  .tsr-recipe__item.tsr-recipe__foodstaff .tsr-recipe__text {
    right: 10.4%; }
  .tsr-recipe__item.tsr-recipe__foodstaff .tsr-recipe__name {
    font-size: 5rem;
    height: 10rem;
    position: absolute;
    top: -12rem;
    right: 0; }
  .tsr-recipe__item.tsr-recipe__foodstaff .tsr-text {
    height: 20rem;
    position: absolute;
    right: 0;
    top: 0; }
  .tsr-recipe__item.tsr-recipe__seasonless .tsr-heading .slash {
    left: 0.8em;
    top: 0.1em; }
  .tsr-recipe__item.tsr-recipe__seasonless .tsr-heading .category {
    left: 8vw;
    top: 1em; }
  .tsr-recipe__item.tsr-recipe__seasonless .tsr-recipe__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    /*IE10*/
    -webkit-box-direction: reverse;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-flex-direction: row-reverse;
    /* Safari6.1以降 */
    flex-direction: row-reverse;
    top: auto;
    bottom: 3.9%;
    left: 3.9%;
    width: 30rem;
    transform: translateY(0); }
  .tsr-recipe__item.tsr-recipe__seasonless .tsr-recipe__name {
    font-size: 1.812rem;
    height: 10rem;
    margin-left: 1rem; }
  .tsr-recipe__item.tsr-recipe__seasonless .tsr-text {
    height: 15rem; }
  .tsr-recipe__item:nth-child(2) {
    background: url("../images/tsr_img_season_spring.jpg") no-repeat 0 0;
    background-size: contain; }
  .tsr-recipe__item:nth-child(3) {
    background: url("../images/tsr_img_season_summer.jpg") no-repeat 0 0;
    background-size: contain; }
  .tsr-recipe__item:nth-child(4) {
    background: url("../images/tsr_img_season_autumn.jpg") no-repeat 0 0;
    background-size: contain; }
  .tsr-recipe__item:nth-child(5) {
    background: url("../images/tsr_img_season_winter.jpg") no-repeat 0 0;
    background-size: contain; }
  .tsr-recipe__item:nth-child(6) {
    background: url("../images/tsr_img_season_foodstuff.jpg") no-repeat 0 0;
    background-size: contain; }
  .tsr-recipe__item:nth-child(7) {
    background: url("../images/tsr_img_season_fourseasons.jpg") no-repeat 0 0;
    background-size: contain; }

.tsr-comment {
  position: relative; }
  .tsr-comment .tsr-grid {
    margin-bottom: 6.3%; }
    .tsr-comment .tsr-grid .tsr-grid__item:nth-child(1) {
      width: 34.3%; }
    .tsr-comment .tsr-grid .tsr-grid__item:nth-child(2) {
      width: 65.7%; }
  .tsr-comment .tsr-grid.img-left .tsr-comment__name {
    top: 40px;
    left: -55px; }
  .tsr-comment .tsr-grid.img-left .tsr-comment__copy,
  .tsr-comment .tsr-grid.img-left .tsr-comment__profile {
    padding-left: 10.7%; }
  .tsr-comment .tsr-grid.img-right {
    -ms-flex-direction: row-reverse;
    /*IE10*/
    -webkit-box-direction: reverse;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-flex-direction: row-reverse;
    /* Safari6.1以降 */
    flex-direction: row-reverse; }
    .tsr-comment .tsr-grid.img-right .tsr-comment__name {
      top: 40px;
      right: -55px; }
    .tsr-comment .tsr-grid.img-right .tsr-comment__profile {
      padding-right: 10.7%;
      text-align: right; }
    .tsr-comment .tsr-grid.img-right .tsr-comment__copy {
      padding-right: 10.7%; }
  .tsr-comment .tsr-grid__item {
    justify-content: flex-start;
    text-align: left;
    position: relative; }
  .tsr-comment .tsr-comment__name {
    font-size: 1.625rem;
    position: absolute; }
  .tsr-comment .tsr-comment__profile {
    font-size: 1.187rem;
    line-height: 1;
    padding-top: 22.8%;
    margin-bottom: 3.5%; }
    .tsr-comment .tsr-comment__profile a {
      font-size: 1rem;
      margin-left: 5%; }
  .tsr-comment .tsr-comment__copy {
    font-size: 1rem; }

.tsr-example__list {
  margin: 0 auto;
  padding: 60px 0 0; }
  .tsr-example__list .tsr-grid__item {
    background: #fff;
    border-radius: 50%;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    width: 33%;
    height: 70px;
    padding-top: 240px; }
  .tsr-example__list .tsr-grid__item:nth-child(1) {
    background: #fff url("../images/tsr_icon01.svg") no-repeat center 40%;
    background-size: 146px; }
    .tsr-example__list .tsr-grid__item:nth-child(1) span {
      position: relative;
      top: 12px; }
  .tsr-example__list .tsr-grid__item:nth-child(2) {
    background: #fff url("../images/tsr_icon02.svg") no-repeat center 40%;
    background-size: 98px; }
  .tsr-example__list .tsr-grid__item:nth-child(3) {
    background: #fff url("../images/tsr_icon03.svg") no-repeat center 40%;
    background-size: 129px; }
  .tsr-example__list .tsr-example__heading {
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

.tsr-stuff {
  padding-bottom: 0; }
  .tsr-stuff .tsr-heading {
    margin-bottom: 70px; }

.tsr-concept .tsr-grid {
  display: inline-block;
  text-align: center;
  width: 100%; }
  .tsr-concept .tsr-grid li {
    display: inline;
    border-bottom: 1px dotted #40342f; }
  .tsr-concept .tsr-grid li + li {
    margin-left: 6.1%; }
  .tsr-concept .tsr-grid li:nth-child(1) {
    width: 33.33%; }
  .tsr-concept .tsr-grid li:nth-child(2) {
    width: 33.33%; }
  .tsr-concept .tsr-grid li:nth-child(3) {
    width: 33.33%; }
  .tsr-concept .tsr-grid li:nth-child(4) {
    width: 50%; }
  .tsr-concept .tsr-grid li:nth-child(5) {
    width: 50%; }

.tsr-logo__amazon {
  margin: 0 auto;
  padding: 0 0 4.3%;
  width: 26.5%; }

.tsr-purchase {
  background: #fff;
  position: relative;
  text-align: left; }
  .tsr-purchase .tsr-inr {
    padding-top: 70px; }
  .tsr-purchase .tsr-purchase__heading {
    position: relative; }
    .tsr-purchase .tsr-purchase__heading > span {
      display: block;
      margin: 0 auto;
      position: absolute;
      top: -45px;
      left: 0;
      right: 0;
      width: 68px; }

.tsr-purchase__thumnail {
  margin: 0 auto;
  max-width: 350px;
  margin-bottom: 34px; }

.tsr-purchase__detail {
  padding: 8% 0; }
  .tsr-purchase__detail .tsr-grid {
    justify-content: inherit; }
  .tsr-purchase__detail .tsr-grid__item:first-child {
    margin-right: 0;
    padding-left: 18px;
    width: 122px; }
  .tsr-purchase__detail .tsr-grid__item:last-child {
    margin-right: 0;
    width: calc(100% - 140px); }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  /* loading */
  .tsr-loading .tsr-loading__logo {
    margin: auto;
    top: -15%;
    bottom: 0;
    height: 92vw;
    transform: translateY(0);
    width: 6.6vw; }

  /* layout */
  .tsr-section {
    padding: 12% 0; }

  .tsr-grid {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
    flex-wrap: wrap;
    justify-content: center; }

  .tsr-grid--col2 > .tsr-grid__item {
    width: 81.33%;
    margin-right: 0; }

  .tsr-grid--col3 .tsr-grid__item + .tsr-grid__item {
    margin-left: 0; }

  .tsr-grid--col4 .tsr-grid__item + .tsr-grid__item {
    margin-left: 0; }
  .tsr-grid--col4 .tsr-grid__item {
    width: 100%;
    margin: 0 auto 3%;
    text-align: center; }

  .tsr-grid__item .tsr-nowrap {
    width: 100%; }

  /* btn */
  .tsr-btn--purchase {
    display: none !important; }

  /* headings */
  .tsr-heading {
    letter-spacing: 0.27em;
    margin-bottom: 2rem;
    font-size: 4.9vw; }

  .tsr-heading--kv {
    height: 100vw;
    left: 5%;
    width: 6.7vw; }

  /* */
  .tsr-kv {
    height: 150vw; }

  .tsr-kv__item {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all;
    margin: auto;
    transition: opacity 2s ease-out;
    width: 100%;
    height: 150vw; }
    .tsr-kv__item.is-current {
      opacity: 1; }

  .tsr-kv__item:nth-child(1) {
    background-image: url("../images/tsr_bg_kv_sp.jpg");
    background-position: center top;
    background-size: cover; }

  .tsr-kv__item:nth-child(2) {
    background-image: url("../images/tsr_bg_kv_sp02.jpg");
    background-position: center top;
    background-size: cover; }

  .tsr-kv__item:nth-child(3) {
    background-image: url("../images/tsr_bg_kv_sp03.jpg");
    background-position: center top;
    background-size: cover; }

  .tsr-lead {
    box-sizing: border-box;
    line-height: 2; }
    .tsr-lead p {
      margin-bottom: 1rem; }
    .tsr-lead .tsr-section {
      background-image: url("../images/tsr_bg_lead_sp.jpg");
      background-position: center top;
      background-size: cover;
      padding: 12% 0; }

  .loopSlider, .loopSliderWrap, .tsr_lead__imglist {
    height: 44vw; }

  .tsr_lead__imglist > li {
    font-size: 0;
    width: 50vw; }

  .tsr-recipe {
    padding-bottom: 0; }
    .tsr-recipe > .tsr-heading, .tsr-recipe > .tsr-text--small, .tsr-recipe > p {
      padding-left: 6.6vw;
      padding-right: 6.6vw; }
    .tsr-recipe .tsr-text--small {
      margin-bottom: 21.8vw; }

  .tsr_slide_pager {
    top: -10px; }

  .tsr-recipe__list {
    padding: 0;
    height: 153vw; }

  .tsr-recipe__item {
    height: auto;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 0;
    position: absolute;
    width: 93.8%; }
    .tsr-recipe__item:nth-child(2) .tsr-heading {
      width: 110px; }
    .tsr-recipe__item:nth-child(3) .tsr-heading {
      width: 115px; }
    .tsr-recipe__item:nth-child(4) .tsr-heading {
      width: 109px; }
    .tsr-recipe__item:nth-child(5) .tsr-heading {
      width: 116px; }
    .tsr-recipe__item:nth-child(6) .tsr-heading {
      width: 80px; }
    .tsr-recipe__item:nth-child(7) .tsr-heading {
      width: 172px; }
    .tsr-recipe__item.tsr-recipe__foodstaff .tsr-heading .slash {
      left: 4vw;
      top: 5vw; }
    .tsr-recipe__item.tsr-recipe__foodstaff .tsr-heading .category {
      left: 10vw;
      top: 10vw;
      font-size: 25px;
      font-size: 6.6666666667vw; }
    .tsr-recipe__item.tsr-recipe__foodstaff .tsr-recipe__text {
      right: 0; }
      .tsr-recipe__item.tsr-recipe__foodstaff .tsr-recipe__text .tsr-text {
        position: relative;
        right: auto;
        top: auto; }
    .tsr-recipe__item.tsr-recipe__seasonless .tsr-heading .slash {
      left: 14vw;
      top: 5vw; }
    .tsr-recipe__item.tsr-recipe__seasonless .tsr-heading .category {
      left: 20vw;
      top: 10vw; }
    .tsr-recipe__item .tsr-recipe__text {
      padding-top: 85vw;
      position: relative;
      top: 0;
      transform: translateY(0); }
      .tsr-recipe__item .tsr-recipe__text .tsr-recipe__name {
        position: absolute;
        top: 18vw;
        left: 5.6vw;
        line-height: 0;
        margin-left: 0; }
        .tsr-recipe__item .tsr-recipe__text .tsr-recipe__name.tsr-vertical {
          writing-mode: inherit; }
      .tsr-recipe__item .tsr-recipe__text .tsr-text {
        background: #e1d9d4;
        line-height: 1.785;
        padding: 5.6vw 6.6vw;
        height: 17rem; }
        .tsr-recipe__item .tsr-recipe__text .tsr-text.tsr-vertical {
          writing-mode: inherit; }
    .tsr-recipe__item.is-current {
      display: block; }

  .tsr-recipe__item.tsr-recipe__foodstaff .tsr-recipe__name,
  .tsr-recipe__item.tsr-recipe__seasonless .tsr-recipe__name {
    font-size: 1.5625rem; }

  .tsr-recipe__item.tsr-recipe__seasonless .tsr-recipe__text {
    display: block;
    left: 0; }

  .tsr-recipe__item.tsr-recipe__seasonless .tsr-recipe__text {
    width: auto; }

  .tsr-recipe__item:nth-child(2) {
    background: url("../images/tsr_img_season_spring_sp.jpg") no-repeat 0 0;
    background-size: contain; }

  .tsr-recipe__item:nth-child(3) {
    background: url("../images/tsr_img_season_summer_sp.jpg") no-repeat 0 0;
    background-size: contain; }

  .tsr-recipe__item:nth-child(4) {
    background: url("../images/tsr_img_season_autumn_sp.jpg") no-repeat 0 0;
    background-size: contain; }

  .tsr-recipe__item:nth-child(5) {
    background: url("../images/tsr_img_season_winter_sp.jpg") no-repeat 0 0;
    background-size: contain; }

  .tsr-recipe__item:nth-child(6) {
    background: url("../images/tsr_img_season_foodstuff_sp.jpg") no-repeat 0 0;
    background-size: contain; }

  .tsr-recipe__item:nth-child(7) {
    background: url("../images/tsr_img_season_fourseasons_sp.jpg") no-repeat 0 0;
    background-size: contain; }

  .tsr-example > p {
    margin-bottom: 8.5vw; }

  .tsr-example__list {
    padding: 0;
    position: relative; }
    .tsr-example__list::after {
      background: #40342f;
      content: "";
      display: block;
      height: 1px;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 75.8%; }
    .tsr-example__list .tsr-example__heading {
      position: relative;
      font-size: 16px;
      font-size: 4.2666666667vw; }
    .tsr-example__list .tsr-grid__item {
      border-radius: 0;
      padding-top: 5.6%;
      padding-bottom: 5.6%;
      padding-left: 40%;
      height: auto;
      width: 100%; }
      .tsr-example__list .tsr-grid__item span {
        font-size: 13px;
        font-size: 3.4666666667vw; }
      .tsr-example__list .tsr-grid__item p {
        text-align: left;
        font-size: 13px;
        font-size: 3.4666666667vw; }
      .tsr-example__list .tsr-grid__item .tsr-example__heading {
        margin-bottom: .2em;
        font-size: 16px;
        font-size: 4.2666666667vw; }
      .tsr-example__list .tsr-grid__item::after {
        background: #40342f;
        content: "";
        display: block;
        height: 1px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 75.8%; }
    .tsr-example__list .tsr-grid__item:nth-child(1) {
      background-size: 26.2vw;
      background-position: 8% 45%; }
    .tsr-example__list .tsr-grid__item:nth-child(2) {
      background-size: 15.3vw;
      background-position: 15% 45%; }
    .tsr-example__list .tsr-grid__item:nth-child(3) {
      background-size: 22.6vw;
      background-position: 10% 45%; }

  .tsr-comment .tsr-grid {
    justify-content: flex-start;
    margin-bottom: 8.5vw;
    position: relative; }
    .tsr-comment .tsr-grid .tsr-grid__item:nth-child(1),
    .tsr-comment .tsr-grid .tsr-grid__item:nth-child(2),
    .tsr-comment .tsr-grid .tsr-grid__item:nth-child(3),
    .tsr-comment .tsr-grid .tsr-grid__item:nth-child(4) {
      width: 100%; }
    .tsr-comment .tsr-grid .tsr-grid__item {
      position: static; }
      .tsr-comment .tsr-grid .tsr-grid__item.tsr-comment__img {
        font-size: 0;
        margin-bottom: 7vw;
        width: 65.8%; }
      .tsr-comment .tsr-grid .tsr-grid__item .tsr-comment__name {
        top: 5vw;
        left: auto;
        right: 6.6vw;
        line-height: 1.53;
        font-size: 20px;
        font-size: 5.3333333333vw; }
      .tsr-comment .tsr-grid .tsr-grid__item .tsr-comment__profile {
        margin-bottom: 4vw;
        padding-left: 6.6vw;
        padding-right: 6.6vw;
        padding-top: 0;
        font-size: 16.5px;
        font-size: 4.4vw; }
        .tsr-comment .tsr-grid .tsr-grid__item .tsr-comment__profile a {
          position: absolute;
          top: 24vw;
          right: 5.5vw;
          font-size: 13px;
          font-size: 3.4666666667vw; }
          .tsr-grid__item:nth-child(4) .tsr-comment__profile .tsr-comment .tsr-grid .tsr-grid__item .tsr-comment__profile a {
            top: 20vw; }
      .tsr-comment .tsr-grid .tsr-grid__item .tsr-comment__copy {
        box-sizing: border-box;
        line-height: 1.96;
        padding-left: 6.6vw;
        padding-right: 6.6vw;
        width: 100%;
        font-size: 14px;
        font-size: 3.7333333333vw; }
      .tsr-comment .tsr-grid .tsr-grid__item .tsr-comment__text {
        font-size: 14px;
        font-size: 3.7333333333vw; }
  .tsr-comment .tsr-grid:nth-child(4) .tsr-comment__profile a {
    top: 20vw; }
  .tsr-comment .tsr-grid.img-right .tsr-grid__item .tsr-comment__name {
    left: 6.6vw;
    right: auto; }
  .tsr-comment .tsr-grid.img-right .tsr-grid__item .tsr-comment__profile a {
    left: 1.6vw;
    right: auto; }

  .tsr-stuff {
    padding: 0; }
    .tsr-stuff .tsr-inr {
      padding: 0; }
    .tsr-stuff .tsr-heading {
      font-size: 22px;
      font-size: 5.8666666667vw;
      margin-bottom: 50px; }

  .tsr-concept {
    margin-bottom: 18.6vw; }
    .tsr-concept .tsr-grid li {
      display: inline-block;
      text-align: left; }
    .tsr-concept .tsr-grid li + li {
      margin-left: 0; }
    .tsr-concept .tsr-grid li:nth-child(1),
    .tsr-concept .tsr-grid li:nth-child(2),
    .tsr-concept .tsr-grid li:nth-child(3),
    .tsr-concept .tsr-grid li:nth-child(4),
    .tsr-concept .tsr-grid li:nth-child(5) {
      width: 100%; }

  .tsr-purchase {
    padding-top: 0;
    padding-bottom: 0; }
    .tsr-purchase .tsr-inr {
      padding: 0; }
    .tsr-purchase .tsr-grid__item {
      width: 100%; }
    .tsr-purchase .tsr-purchase__heading {
      position: relative; }
      .tsr-purchase .tsr-purchase__heading > span {
        display: block;
        margin: 0 auto;
        position: absolute;
        top: -45px;
        left: 0;
        right: 0;
        width: 65px; }

  .tsr-purchase__detail {
    padding: 8vw 12.3vw;
    font-size: 14px;
    font-size: 3.7333333333vw; }
    .tsr-purchase__detail .tsr-grid__item:nth-child(1) {
      padding-left: 0;
      width: 35%; }
    .tsr-purchase__detail .tsr-grid__item:nth-child(2) {
      width: 65%; }

  .tsr-btn--amazon {
    margin-bottom: 20vw;
    font-size: 19px;
    font-size: 5.0666666667vw; }

  .tsr-footer .cmn-logo--bb {
    margin-bottom: 7.5%; }
  .tsr-footer .tsr-inr {
    padding-top: 10vw;
    padding-left: 0;
    padding-right: 0;
    width: 81.33%; }
    .tsr-footer .tsr-inr:before {
      background-size: 42.22%; }
    .tsr-footer .tsr-inr:after {
      width: 100%;
      height: 100%; }

  .tsr-logo__amazon {
    padding-bottom: 0; }

  .tsr-footer:after {
    background-size: 40%;
    left: 0;
    bottom: -5%; }

  .tsr-footer__sns {
    margin: 0 auto 10vw; }
    .tsr-footer__sns .tsr-grid__item + .tsr-grid__item {
      margin-left: 10px; }

  .tsr-footer__nav {
    margin-bottom: 10vw; } }
/* news */
.tsr-news {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2%;
  margin: auto;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .tsr-news {
      line-height: 1.6;
      font-size: 12px; } }
