body {
  padding-top: 0 !important;
}

#header {
  opacity: 0;
}

#t_visual {
  position: relative;
  z-index: 1;
  width: 100%;
  background-image: url("https://file002.shop-pro.jp/PA01393/450/assets/img/top/t_visual_pc.jpg");
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  #t_visual {
    max-height: 60vh;
  }
}
#t_visual .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25%;
  max-width: 200px;
  margin: auto;
}
#t_visual .bg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 767px) {
  #t_concept {
    margin-top: 40px;
  }
}
#t_concept .contents .textArea .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
#t_concept .contents .img {
  width: 100%;
  max-width: 480px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #t_concept .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #t_concept .contents .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
  #t_concept .contents .textArea .text {
    font-size: 1.6rem;
  }
  #t_concept .contents .img {
    width: 350px;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  #t_concept .contents {
    margin-top: 150px;
  }
  #t_concept .contents .textArea {
    padding-right: 80px;
  }
  #t_concept .contents .img {
    width: 480px;
  }
}
@media screen and (min-width: 1334px) {
  #t_concept .contents .textArea {
    padding-right: 120px;
  }
}

#t_banner {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #t_banner {
    margin-top: 130px;
  }
}
@media screen and (min-width: 768px) {
  #t_banner .banner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#t_banner .link {
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_banner .link + .link {
  margin-top: 20px;
}
#t_banner .link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #t_banner .link {
    display: block;
    width: calc(50% - 20px);
  }
  #t_banner .link + .link {
    margin-top: 0;
  }
  #t_banner .link:nth-child(n+3) {
    margin-top: 40px;
  }
}

#t_season_fruits .contents .textArea .ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.26;
}
#t_season_fruits .contents .textArea .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
#t_season_fruits .contents .textArea .btnArea {
  margin-top: 20px;
}
#t_season_fruits .contents .img {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #t_season_fruits .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 80px;
  }
  #t_season_fruits .contents .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  #t_season_fruits .contents .textArea .ttl {
    font-size: 2.4rem;
  }
  #t_season_fruits .contents .textArea .text {
    font-size: 1.6rem;
  }
  #t_season_fruits .contents .textArea .btnArea {
    margin-top: 40px;
  }
  #t_season_fruits .contents .textArea .btnArea .btnStyle01 {
    margin-left: 0;
  }
  #t_season_fruits .contents .img {
    width: 350px;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  #t_season_fruits .contents .textArea {
    padding-left: 80px;
  }
  #t_season_fruits .contents .textArea .ttl {
    margin-bottom: 45px;
    font-size: 3rem;
  }
  #t_season_fruits .contents .img {
    width: 500px;
  }
}
@media screen and (min-width: 1334px) {
  #t_season_fruits .contents {
    margin-top: 150px;
  }
  #t_season_fruits .contents .textArea {
    padding-left: 200px;
  }
}

#t_item .lead_text {
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #t_item .lead_text {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1080px) {
  #t_item .lead_text {
    font-size: 1.6rem;
  }
}
#t_item .checkArea_short {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #t_item .checkArea_short {
    margin-bottom: 60px;
  }
}
#t_item .c_btnArea01 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #t_item .c_btnArea01 {
    margin-top: 80px;
  }
}

#t_japanese_sweets .lead_text {
  margin-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #t_japanese_sweets .lead_text {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1080px) {
  #t_japanese_sweets .lead_text {
    font-size: 1.6rem;
  }
}
#t_japanese_sweets .cautionArea {
  margin: 40px auto;
  text-align: center;
}
#t_japanese_sweets .cautionArea .text {
  display: block;
  width: 100%;
  padding: 30px 5vw;
  background-color: #FAF5F0;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
#t_japanese_sweets .cautionArea .color {
  color: #8C1E28;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #t_japanese_sweets .cautionArea .text {
    display: inline-block;
    width: auto;
    padding: 30px 50px;
    font-size: 1.6rem;
  }
}
#t_japanese_sweets .c_btnArea01 {
  margin-top: 40px;
}

#t_about .contents .textArea .ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
#t_about .contents .textArea .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
#t_about .contents .img {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #t_about .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
  }
  #t_about .contents .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
  #t_about .contents .textArea .ttl {
    font-size: 2.8rem;
  }
  #t_about .contents .textArea .text {
    font-size: 1.6rem;
  }
  #t_about .contents .img {
    width: 350px;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  #t_about .contents {
    margin-top: 150px;
  }
  #t_about .contents .textArea {
    padding-right: 80px;
  }
  #t_about .contents .textArea .ttl {
    margin-bottom: 45px;
    font-size: 3.4rem;
  }
  #t_about .contents .img {
    width: 500px;
  }
}
@media screen and (min-width: 1334px) {
  #t_about .contents .textArea {
    padding-right: 200px;
  }
  #t_about .contents .textArea .ttl {
    font-size: 4rem;
  }
}

#t_quality .contents .textArea .ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
#t_quality .contents .textArea .text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
#t_quality .contents .textArea .caution {
  margin-top: 15px;
}
#t_quality .contents .textArea .caution span {
  display: block;
  padding-left: 1.04em;
  text-indent: -1.04em;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}
#t_quality .contents .tableArea {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
}
#t_quality .contents .tableArea .ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
#t_quality .contents .tableArea table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
#t_quality .contents .tableArea th, #t_quality .contents .tableArea td {
  padding: 5px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: left;
}
#t_quality .contents .tableArea th {
  width: 25%;
  border-bottom: 1px solid #333333;
  font-weight: 500;
}
#t_quality .contents .tableArea th + th {
  border-left: 1px solid #ccc;
}
#t_quality .contents .tableArea td {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
#t_quality .contents .tableArea td + td {
  border-left: 1px solid #ccc;
}
#t_quality .contents .tableArea td:nth-child(4) {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #t_quality .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 80px;
  }
  #t_quality .contents .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 56px;
    padding-left: 40px;
  }
  #t_quality .contents .textArea .ttl {
    font-size: 1.8rem;
  }
  #t_quality .contents .textArea .text {
    font-size: 1.6rem;
  }
  #t_quality .contents .textArea .caution span {
    font-size: 1.4rem;
  }
  #t_quality .contents .tableArea {
    width: 350px;
    margin-top: 0;
  }
  #t_quality .contents .tableArea th, #t_quality .contents .tableArea td {
    padding: 10px;
    font-size: 1.3rem;
  }
  #t_quality .contents .tableArea th:nth-child(1) {
    width: 32%;
  }
  #t_quality .contents .tableArea th:nth-child(2) {
    width: 30%;
  }
  #t_quality .contents .tableArea th:nth-child(3) {
    width: 21.6%;
  }
}
@media screen and (min-width: 1080px) {
  #t_quality .contents {
    margin-top: 150px;
  }
  #t_quality .contents .textArea {
    padding-top: 80px;
    padding-left: 80px;
  }
  #t_quality .contents .textArea .ttl {
    margin-bottom: 35px;
    font-size: 2.3rem;
  }
  #t_quality .contents .tableArea {
    width: 500px;
  }
  #t_quality .contents .tableArea .ttl {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1334px) {
  #t_quality .contents .textArea {
    padding-left: 200px;
  }
  #t_quality .contents .textArea .ttl {
    margin-bottom: 55px;
    font-size: 3rem;
  }
  #t_quality .contents .tableArea .ttl {
    font-size: 2.5rem;
  }
}

#t_shop .shop_list .shop {
  max-width: 390px;
  margin: auto;
}
#t_shop .shop_list .shop + .shop {
  margin-top: 40px;
}
#t_shop .shop_list .textArea {
  margin-top: 10px;
}
#t_shop .shop_list .name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#t_shop .shop_list .detail {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#t_shop .shop_list .linkArea {
  margin-top: 10px;
  text-align: left;
}
#t_shop .shop_list .link {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_shop .shop_list .link .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#t_shop .shop_list .link:hover {
  opacity: 0.7;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #t_shop .shop_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #t_shop .shop_list .shop {
    width: 33.3333333333%;
    margin: 0;
  }
  #t_shop .shop_list .shop + .shop {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1080px) {
  #t_shop .shop_list .name {
    font-size: 2rem;
  }
  #t_shop .shop_list .textArea {
    margin-top: 20px;
  }
  #t_shop .shop_list .detail {
    margin-top: 20px;
  }
  #t_shop .shop_list .linkArea {
    margin-top: 20px;
  }
}
#t_shop .c_btnArea01 {
  margin-top: 60px;
}
@media screen and (min-width: 1080px) {
  #t_shop .c_btnArea01 {
    margin-top: 100px;
  }
}

#t_news .news_contents {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #t_news .news_contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  #t_news .news_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1080px) {
  #t_news .headlineArea {
    margin: 0;
    padding: 0 120px;
  }
  #t_news .headlineArea .headline01 {
    padding: 0;
  }
  #t_news .headlineArea .headline01::after {
    content: none;
  }
}
#t_news .news_list li + li {
  margin-top: 20px;
}
#t_news .news_list .date {
  margin-bottom: 5px;
}
#t_news .news_list .textArea p, #t_news .news_list .textArea a {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#t_news .news_list .textArea a {
  color: #8C1E28;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_news .news_list .textArea a:hover {
  color: #c32a38;
}
@media screen and (min-width: 768px) {
  #t_news .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #t_news .news_list .date {
    margin: 0;
  }
  #t_news .news_list .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  #t_news .news_list .textArea p, #t_news .news_list .textArea a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  #t_news .news_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  #t_other .other_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#t_other .other_detail .contents {
  padding: 30px 5vw;
  background-color: #FAF5F0;
  text-align: center;
}
#t_other .other_detail .contents + .contents {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #t_other .other_detail .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(50% - 20px);
    padding: 30px;
  }
  #t_other .other_detail .contents + .contents {
    margin-top: 0;
  }
}
@media screen and (min-width: 1334px) {
  #t_other .other_detail .contents {
    width: calc(50% - 40px);
    height: 164px;
    padding: 30px 0;
  }
  #t_other .other_detail .contents .box.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px;
  }
  #t_other .other_detail .contents .hide {
    display: none;
  }
}
#t_other .other_detail .ttl {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (min-width: 1080px) {
  #t_other .other_detail .ttl {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: 1;
  }
}
#t_other .other_detail .text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (min-width: 1080px) {
  #t_other .other_detail .text {
    font-size: 2rem;
  }
}
#t_other .other_detail .img {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 1334px) {
  #t_other .other_detail .textArea {
    padding-right: 40px;
    text-align: left;
  }
}
#t_other .other_detail .snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
#t_other .other_detail .snsArea .link {
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#t_other .other_detail .snsArea .link + .link {
  margin-left: 20px;
}
#t_other .other_detail .snsArea .link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1080px) {
  #t_other .other_detail .snsArea .link {
    width: 60px;
  }
  #t_other .other_detail .snsArea .link img {
    width: 100%;
  }
  #t_other .other_detail .snsArea .link + .link {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1334px) {
  #t_other .other_detail .snsArea {
    margin-top: 0;
  }
}