@charset "UTF-8";
/* top.css
=================================================================== */
/* pc */
/* sp */
@media screen and (min-width: 1025px), print {
  .mv__logo img,
  .header__sns,
  .mv__sc,
  .lead__txt_st,
  .lead__txt_nm,
  #gnav {
    opacity: 0;
  }
  .lead__txt_st,
  .lead__txt_nm {
    margin-top: -10px;
  }
  .header__sns {
    margin-right: -20px;
  }
  #gnav {
    right: -20px;
  }
  #content {
    background: #f2efeb;
    overflow: hidden;
    min-width: 1100px;
  }
  .sec__tt {
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin: 0 auto 50px;
    letter-spacing: 0.1em;
  }
  .sec__tt span {
    display: block;
  }
  .sec__tt .en {
    font-size: 3.2rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #7b4613;
  }
  .sec__tt .jp {
    font-size: 2rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #77695b;
  }
  .content__pan {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .content__pan_pos {
    position: absolute;
  }
  .animated-pan img {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    opacity: 0;
  }
  .animated-panel li {
    opacity: 0;
  }
  .bg-01 {
    height: 450px;
  }
  .bg-02 {
    height: 450px;
    position: relative;
    z-index: 30;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .header__logo h1 {
    display: none;
  }
  .header__sns {
    margin: 30px;
    float: right;
  }
  .header__sns ul {
    display: inline-block;
  }
  .header__sns ul::before {
    content: "FOLLOW US";
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #fff;
    font-size: 1.3rem;
    float: left;
    padding-top: 0.4em;
    padding-right: 13px;
  }
  .header__sns ul > li {
    float: left;
  }
  .header__sns ul > li + li {
    margin-left: 10px;
  }
  .header__sns ul > li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    /* transition base */
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    transition: all 180ms ease;
  }
  .header__sns ul > li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .header__sns ul > li a:hover {
    margin-top: -5px;
  }
  .header__sns ul > li:nth-of-type(1) a img {
    width: 52%;
  }
  .header__sns ul > li:nth-of-type(2) a img {
    width: 52%;
  }
  .header__sns ul > li:nth-of-type(3) a img {
    width: 50%;
  }
  .header__sns ul > li:nth-of-type(4) a img {
    width: 60%;
  }
  .header__sns.col_cng ul::before {
    color: #7b4613;
  }
  .header__nav {
    position: fixed;
    right: 25px;
  }
  .header__nav__inr {
    height: 100vh;
    position: relative;
  }
  .header__nav ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  .header__nav ul > li {
    position: relative;
  }
  .header__nav ul > li + li {
    margin-top: 8px;
  }
  .header__nav ul > li .bal {
    visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: -140px;
    display: inline-block;
    padding: 11px 0;
    width: 155px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #7b4613;
  }
  .header__nav ul > li .bal::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
  }
  .header__nav ul > li .bal > span {
    font-size: 1.2rem;
    display: block;
  }
  .header__nav ul > li a {
    width: 10px;
    height: 82px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    color: #7b4613;
    padding: 0 10px 0 30px;
  }
  .header__nav ul > li a > i {
    width: 5px;
    height: 100%;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #fff;
    margin: 0 auto;
    /* transition base */
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    transition: all 180ms ease;
  }
  .header__nav ul > li a:hover > i {
    width: 10px;
    background: #7b4613;
  }
  .header__nav ul > li a:hover .bal {
    -webkit-animation: balanime 0.15s ease;
    -moz-animation: balanime 0.15s ease;
    animation: balanime 0.15s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes balanime {
    0% {
      visibility: hidden;
      left: -120px;
    }
    100% {
      visibility: visible;
      left: -140px;
    }
  }
  @-moz-keyframes balanime {
    0% {
      visibility: hidden;
      left: -120px;
    }
    100% {
      visibility: visible;
      left: -140px;
    }
  }
  @keyframes balanime {
    0% {
      visibility: hidden;
      left: -120px;
    }
    100% {
      visibility: visible;
      left: -140px;
    }
  }
  .header__nav ul > li.link_shop {
    margin-top: 47px;
  }
  .header__nav ul > li.link_shop a {
    display: block;
    height: 55px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: -140px;
    padding: 7px 0;
    width: 180px;
    padding-left: 3em;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #7b4613;
    border: 3px solid #7b4613;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* transition base */
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    transition: all 180ms ease;
  }
  .header__nav ul > li.link_shop a::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: 10px;
    font-family: "icomoon";
    content: "\e901";
    color: #fff;
    font-size: 3rem;
  }
  .header__nav ul > li.link_shop a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    right: 3px;
    font-family: "icomoon";
    content: "\e900";
    color: #fff;
    font-size: 1.2rem;
  }
  .header__nav ul > li.link_shop a:hover {
    border: 3px solid #7b4613;
    background: #fff;
    color: #7b4613;
  }
  .header__nav ul > li.link_shop a:hover::before,
  .header__nav ul > li.link_shop a:hover::after {
    color: #7b4613;
  }
  .header__nav ul > li.link_shop a > span {
    position: relative;
    display: block;
  }
  .header__nav ul > li.link_shop a > span > span {
    font-size: 1.2rem;
    display: block;
    letter-spacing: -0.08em;
  }
  .header__nav ul > li.current .bal {
    visibility: visible;
  }
  .header__nav ul > li.current a i {
    width: 10px;
    background: #7b4613;
  }
  .header__nav ul > li.current a:hover .bal {
    -webkit-animation: balanime_current 0.15s ease;
    -moz-animation: balanime_current 0.15s ease;
    animation: balanime_current 0.15s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes balanime_current {
    0% {
      visibility: visible;
      left: -140px;
    }
    100% {
      visibility: visible;
      left: -140px;
    }
  }
  @-moz-keyframes balanime_current {
    0% {
      visibility: visible;
      left: -140px;
    }
    100% {
      visibility: visible;
      left: -140px;
    }
  }
  @keyframes balanime_current {
    0% {
      visibility: visible;
      left: -140px;
    }
    100% {
      visibility: visible;
      left: -140px;
    }
  }
  .header__cv {
    display: none;
  }
  .mv {
    width: 100%;
    height: 100vh;
    background: #fff url(../../imgs/top/mv_pc.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
  }
  .mv__logo {
    width: 490px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .mv__logo img {
    width: 100%;
    opacity: 0;
  }
  .mv__sc {
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    bottom: 0;
    text-align: center;
  }
  .mv__sc span {
    display: block;
    width: 3px;
    margin: 0 auto;
  }
  .mv__sc span > img {
    width: 100%;
  }
  .mv__sc::before {
    content: "SCROLL";
    font-size: 1.3rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #fff;
  }
  .lead__txt {
    width: 290px;
    height: 400px;
    position: absolute;
    top: 9%;
    left: 5%;
  }
  .lead__txt > div {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    color: #fff;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
  }
  .lead__txt_st {
    font-size: 4rem;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    line-height: 1.5;
    float: right;
  }
  .lead__txt_st > span {
    display: block;
  }
  .lead__txt_nm {
    font-size: 2.4rem;
    float: left;
    line-height: 2;
  }
  .lead__txt_nm > span {
    display: block;
  }
  .lead__img {
    display: none;
  }
  .news__inr {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
  }
  .news__tt::before {
    content: "";
    width: 60px;
    height: 52px;
    background: url(../../imgs/top/svg/megafon.svg) center no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    margin: 0 auto 10px;
  }
  .news__wp {
    overflow: hidden;
  }
  .news__box {
    background: #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .news__box_tt {
    background: #7b4613;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    font-size: 2rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #fff;
    padding: 12px;
    line-height: 1;
  }
  .news__cal {
    width: 760px;
    float: left;
  }
  .news__cal_wp {
    padding: 10px;
  }
  .news__topic {
    width: 300px;
    float: right;
  }
  .news__topic_txt {
    padding: 25px;
  }
  .about__inr {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 90px;
    position: relative;
  }
  .about__tt::before {
    content: "";
    width: 42px;
    height: 67px;
    background: url(../../imgs/top/svg/rice.svg) center no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    margin: 0 auto 10px;
  }
  .about__copy {
    text-align: center;
    margin: 0 auto 90px;
    position: relative;
    z-index: 10;
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
  .about__copy_tt {
    font-size: 3rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    line-height: 1.8;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
  .about__copy_tt span {
    border-bottom: 3px solid #7b4613;
    padding-bottom: 10px;
  }
  .about__material {
    overflow: hidden;
    padding-top: 40px;
    margin-top: -40px;
  }
  .about__material__box {
    width: 340px;
    float: left;
  }
  .about__material__box_img {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  .about__material__box_img img {
    width: 100%;
  }
  .about__material__box_img::before {
    position: absolute;
    content: "";
  }
  .about__material__box_tt {
    position: relative;
    margin: -30px auto 20px;
    font-size: 2.7rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    text-align: center;
  }
  .about__material__box_tt span {
    display: block;
    line-height: 1;
  }
  .about__material__box_tt span::before {
    content: "";
    margin: 0 auto 20px;
    display: block;
    height: 52px;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  .about__material__box_txt {
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
  .about__material__box-rice .about__material__box_img::before {
    width: 54px;
    height: 60px;
    background: url(../../imgs/top/svg/tx_rice.svg) 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    top: -21px;
    left: 15px;
  }
  .about__material__box-rice .about__material__box_tt span::before {
    background: url(../../imgs/top/svg/rice.svg) center no-repeat;
  }
  .about__material__box-milk {
    margin: 0 40px;
  }
  .about__material__box-milk .about__material__box_img::before {
    width: 54px;
    height: 61px;
    background: url(../../imgs/top/svg/tx_milk.svg) 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    top: -21px;
    left: 15px;
  }
  .about__material__box-milk .about__material__box_tt span::before {
    background: url(../../imgs/top/svg/milk.svg) center no-repeat;
  }
  .about__material__box-nature .about__material__box_img::before {
    width: 80px;
    height: 88px;
    background: url(../../imgs/top/svg/tx_nature.svg) 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    top: -34px;
    left: 0px;
  }
  .about__material__box-nature .about__material__box_tt span::before {
    background: url(../../imgs/top/svg/tree.svg) center no-repeat;
  }
  .about__pan {
    width: 100%;
  }
  .about__pan .france {
    top: 40px;
    left: -380px;
  }
  .about__pan .croissant {
    top: 360px;
    left: -90px;
  }
  .about__pan .ice {
    top: 60px;
    right: 10px;
  }
  .about__image {
    width: 100%;
    position: relative;
    z-index: 11;
  }
  .about__image_list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__image_list > li {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
  }
  .about__image_list > li img {
    width: 100%;
  }
  .products {
    position: relative;
  }
  .products__inr {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    z-index: 10;
  }
  .products__tt::before {
    content: "";
    width: 102px;
    height: 65px;
    background: url(../../imgs/top/svg/pan.svg) center no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    margin: 0 auto 10px;
  }
  .products__copy {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
    z-index: 20;
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
  .products__area {
    width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
  }
  .products__area__box {
    background: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .products__area__box_img {
    width: 400px;
    min-height: 323px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
  }
  .products__area__box_img img {
    display: none;
  }
  .products__area__box_img.ricepan {
    background: url(../../imgs/top/products_img_ricepan_pc.jpg) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .products__area__box_img.yakigashi {
    background: url(../../imgs/top/products_img_yakigashi_pc.jpg) center
      no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .products__area__box_img.coffee {
    background: url(../../imgs/top/products_img_coffee_pc.jpg) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .products__area__box_img.ice {
    background: url(../../imgs/top/products_img_ice_pc.jpg) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .products__area__box_txt {
    width: 420px;
    margin: 40px;
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
  }
  .products__area__box_txt_tt {
    color: #7b4613;
    font-size: 2rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    line-height: 1;
    margin-bottom: 16px;
  }
  .products__area__box_txt > p {
    line-height: 2;
  }
  .products__area__box_txt .ans {
    font-size: 1.3rem;
    line-height: 1.8;
    display: block;
    margin-top: 5px;
  }
  .products__area__box_txt_menu {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #77695b;
    padding: 15px;
    margin-top: 25px;
  }
  .products__area__box_txt_menu_tt {
    color: #77695b;
    font-size: 1.8rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    padding-left: 5px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .products__area__box_txt_menu > ul {
    overflow: hidden;
  }
  .products__area__box_txt_menu > ul li {
    width: 50%;
    display: table;
    float: left;
  }
  .products__area__box_txt_menu > ul li span {
    display: table-cell;
  }
  .products__area__box_txt_menu > ul li .name {
    width: 70%;
  }
  .products__area__box_txt_menu > ul li .price {
    width: 30%;
    text-align: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products__area__box_txt_menu > ul li:nth-child(2n + 1) .price {
    padding-right: 30px;
  }
  .products__area__box_txt_menu.ice > ul li:nth-child(3),
  .products__area__box_txt_menu.ice > ul li:nth-child(4) {
    width: 100%;
    float: none;
  }
  .products__area__box_txt_menu.ice > ul li:nth-child(3) .name,
  .products__area__box_txt_menu.ice > ul li:nth-child(4) .name {
    width: 80%;
  }
  .products__area__box_txt_menu.ice > ul li:nth-child(3) .price,
  .products__area__box_txt_menu.ice > ul li:nth-child(4) .price {
    width: 20%;
  }
  .products__area__box_txt_menu.ice > ul li:nth-child(3) .price {
    padding-right: 0;
  }
  .products__area__box + .products__area__box {
    margin-top: 40px;
  }
  .products__btn {
    margin-top: 25px;
  }
  .products__btn a {
    display: inline-block;
    position: relative;
    padding: 8px 1.8em 8px 3em;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #7b4613;
    border: 3px solid #7b4613;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* transition base */
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    transition: all 180ms ease;
  }
  .products__btn a::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: 10px;
    font-family: "icomoon";
    content: "\e901";
    color: #fff;
    font-size: 2.6rem;
  }
  .products__btn a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    right: 6px;
    font-family: "icomoon";
    content: "\e900";
    color: #fff;
    font-size: 1.2rem;
  }
  .products__btn a:hover {
    border: 3px solid #7b4613;
    background: #fff;
    color: #7b4613;
  }
  .products__btn a:hover::before,
  .products__btn a:hover::after {
    color: #7b4613;
  }
  .products__btn a > span {
    position: relative;
    display: block;
  }
  .products__pan .pan {
    top: 75px;
    left: -130px;
  }
  .products__pan .corn {
    top: -45px;
    right: -60px;
  }
  .products__pan .pan02 {
    top: 904px;
    right: -280px;
  }
  .products__pan .chiffon {
    top: 1120px;
    left: -110px;
  }
  .products__pan .melon {
    top: 1610px;
    right: -130px;
  }
  .products__pan .corn02 {
    top: 1980px;
    left: -1%;
  }
  .image__area__inr {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .image__area__pan .corn02 {
    top: -650px;
    left: -180px;
  }
  .image__area .bg-02 {
    z-index: 30 !important;
  }
  .access {
    position: relative;
  }
  .access__inr {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 0;
    position: relative;
    z-index: 10;
  }
  .access__tt::before {
    content: "";
    width: 75px;
    height: 75px;
    background: url(../../imgs/top/svg/caw.svg) center no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    margin: 0 auto 10px;
  }
  .access__map {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
  .access__map #mapCanvas1 {
    width: 100%;
    height: 400px;
    border: 3px solid #fff;
    margin: 0 auto;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 20;
  }
  .access__map #mapCanvas2 {
    width: 100%;
    height: 400px;
    border: 3px solid #fff;
    margin: 0 auto;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 20;
  }
  .access__map #mapCanvas3 {
    width: 100%;
    height: 400px;
    border: 3px solid #fff;
    margin: 0 auto;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 20;
  }
  .access__map__pan_pos.nuts {
    position: absolute;
    top: -260px;
    left: -200px;
  }
  .access__map__pan_pos.ice {
    position: absolute;
    top: -200px;
    right: 65px;
  }
  .access__map__pan_pos.danish {
    position: absolute;
    top: -260px;
    right: -140px;
  }
  .access__info {
    margin: 30px auto 0;
    text-align: center;
    position: relative;
  }
  .access__info_tt {
    width: 215px;
    height: 135px;
    margin: 0 auto 25px;
    line-height: 1;
  }
  .access__info_tt img {
    width: 100%;
  }
  .access__info_tel {
    color: #7b4613;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin-top: 5px;
  }
  .access__info_tel a {
    font-size: 3.6rem;
    text-decoration: none;
    color: #7b4613;
  }
  .access__info_mail {
    color: #7b4613;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin: 10px auto 20px;
  }
  .access__info_mail a {
    font-size: 2.8rem;
    color: #7b4613;
  }
  .access__info_sns ul {
    margin-top: 10px;
    display: inline-block;
  }
  .access__info_sns ul > li {
    float: left;
  }
  .access__info_sns ul > li + li {
    margin-left: 10px;
  }
  .access__info_sns ul > li a {
    width: 36px;
    height: 36px;
    display: block;
    background: #fff;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    /* transition base */
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    transition: all 180ms ease;
  }
  .access__info_sns ul > li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .access__info_sns ul > li a:hover {
    margin-top: -5px;
  }
  .access__info_sns ul > li:nth-of-type(1) a img {
    width: 52%;
  }
  .access__info_sns ul > li:nth-of-type(2) a img {
    width: 52%;
  }
  .access__info_sns ul > li:nth-of-type(3) a img {
    width: 50%;
  }
  .access__info_sns ul > li:nth-of-type(4) a img {
    width: 60%;
  }
  .access__info__pan_pos.okazu {
    position: absolute;
    bottom: 30px;
    left: -40px;
  }
  .access__info__pan_pos.cornpan {
    position: absolute;
    bottom: -53px;
    left: 92px;
  }
  .access__info__pan_pos.sweets {
    position: absolute;
    bottom: 123px;
    right: -70px;
  }
  .access__info__pan_pos.corn03 {
    position: absolute;
    bottom: -240px;
    right: 80px;
  }
}

@media screen and (max-width: 1024px) {
  #content {
    background: #f2efeb;
    overflow: hidden;
  }
  .mask {
    display: none;
  }
  .bg-01 {
    height: 11rem;
    background: url(../../imgs/top/bg_01.jpg) center -3.5rem no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .bg-02 {
    height: 11rem;
    background: url(../../imgs/top/bg_02.jpg) center -3.5rem no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .sec__tt {
    text-align: center;
    line-height: 1.4;
    position: relative;
    margin: 0 auto 3rem;
  }
  .sec__tt span {
    display: block;
  }
  .sec__tt .en {
    font-size: 2.2rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #7b4613;
  }
  .sec__tt .jp {
    font-size: 1.35rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #77695b;
  }
  .content__pan {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .content__pan_pos {
    position: absolute;
  }
  .content__pan_pos > img {
    width: 100% !important;
  }
  .header {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: -50px;
    z-index: 10000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .header.is-show {
    top: 0;
  }
  .header__logo {
    width: 100%;
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 100;
  }
  .header__logo h1 {
    padding: 10px 10px 0;
  }
  .header__logo a {
    display: block;
    width: 170px;
    height: 30px;
    padding-bottom: 1px;
    background: url(../../imgs/common/svg/logo_yoko.svg) 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: -5260px;
  }
  .header__menu {
    width: 100%;
    height: 100%;
    float: none;
    clear: both;
    display: none;
    overflow-scrolling: touch;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f2efeb;
  }
  .header__menu.open {
    display: block;
  }
  .header__nav {
    padding-top: 1.8rem;
  }
  .header__nav__inr {
    padding: 0 1.5rem;
  }
  .header__nav__inr ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__nav__inr ul li {
    width: -webkit-calc(100% / 2 - 0.4em);
    width: -moz-calc(100% / 2 - 0.4em);
    width: calc(100% / 2 - 0.4em);
  }
  .header__nav__inr ul li a {
    width: 100%;
    padding: 0.5em 0px;
    margin-top: 0.6em;
    display: block;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    text-align: center;
    color: #7b4613;
    line-height: 1.3;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__nav__inr ul li a i {
    display: none;
  }
  .header__nav__inr ul li a .bal span {
    display: block;
    font-size: 1rem;
  }
  .header__nav__inr ul li:nth-of-type(5) {
    width: 100%;
  }
  .header__nav__inr ul li.link_shop {
    width: 100%;
    margin-top: 1em;
  }
  .header__nav__inr ul li.link_shop a {
    padding-left: 3em;
    background: #7b4613;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .header__nav__inr ul li.link_shop a > span {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  .header__nav__inr ul li.link_shop a > span > span {
    display: block;
    font-size: 1rem;
  }
  .header__nav__inr ul li.link_shop a > span::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: -4rem;
    font-family: "icomoon";
    content: "\e901";
    color: #fff;
    font-size: 3rem;
  }
  .header__nav__inr ul li.link_shop a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    right: 1rem;
    font-family: "icomoon";
    content: "\e900";
    color: #fff;
    font-size: 1.2rem;
  }
  .header__sns {
    margin-top: 3rem;
  }
  .header__sns ul {
    text-align: center;
  }
  .header__sns ul::before {
    content: "FOLLOW US";
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    font-size: 1.5rem;
    display: block;
    color: #7b4613;
    margin-bottom: 15px;
  }
  .header__sns ul > li {
    display: inline-block;
  }
  .header__sns ul > li + li {
    margin-left: 10px;
  }
  .header__sns ul > li a {
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    background: #fff;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    position: relative;
    /* transition base */
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    transition: all 180ms ease;
  }
  .header__sns ul > li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .header__sns ul > li a:hover {
    margin-top: -5px;
  }
  .header__sns ul > li:nth-of-type(1) a img {
    width: 52%;
  }
  .header__sns ul > li:nth-of-type(2) a img {
    width: 52%;
  }
  .header__sns ul > li:nth-of-type(3) a img {
    width: 50%;
  }
  .header__sns ul > li:nth-of-type(4) a img {
    width: 60%;
  }
  .header__cv {
    margin-top: 2rem;
    text-align: center;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #7b4613;
    line-height: 1.5;
    padding-bottom: 2rem;
  }
  .header__cv__tel a {
    color: #7b4613;
    font-size: 2.5rem;
    text-decoration: none;
  }
  .header__cv__mail a {
    color: #7b4613;
    font-size: 1.9rem;
  }
  .header #nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #7b4613;
  }
  .header #nav-toggle > div {
    width: 25px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .header #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header #nav-toggle span:nth-child(1) {
    top: 0;
  }
  .header #nav-toggle span:nth-child(2) {
    top: 9px;
  }
  .header #nav-toggle span:nth-child(3) {
    top: 18px;
  }
  .header.open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .header.open #nav-toggle span:nth-child(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
    -moz-animation: active-menu-bar02 0.8s forwards;
    animation: active-menu-bar02 0.8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @-moz-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .header.open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .mv {
    width: 100%;
    height: 100vh;
    background: #fff url(../../imgs/top/mv_sp.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
  }
  .mv__copy {
    display: none;
  }
  .mv__logo {
    width: 27rem;
    max-width: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .mv__logo img {
    width: 100%;
  }
  .mv__sc {
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    bottom: 0;
    text-align: center;
  }
  .mv__sc span {
    display: block;
    width: 0.15rem;
    margin: 0 auto;
  }
  .mv__sc span > img {
    width: 100%;
  }
  .mv__sc::before {
    content: "SCROLL";
    font-size: 1rem;
    line-height: 1;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #fff;
  }
  .lead {
    padding: 5rem 1.5rem;
    text-align: center;
    position: relative;
    background: #fff;
  }
  .lead__txt {
    color: #7b4613;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    line-height: 1.5;
  }
  .lead__txt_st {
    font-size: 2.5rem;
  }
  .lead__txt_st span {
    display: block;
  }
  .lead__txt_nm {
    margin-top: 1.6rem;
    font-size: 1.7rem;
  }
  .lead__txt_nm span {
    display: block;
  }
  .lead__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
  }
  .lead__img > img {
    position: absolute;
  }
  .lead__img .rice {
    width: 2.35rem;
    top: 3rem;
    left: 3rem;
  }
  .lead__img .caw {
    width: 4.3rem;
    top: 5rem;
    right: 2.5rem;
  }
  .lead__img .fork_knife {
    width: 2.3rem;
    top: 20rem;
    left: 2rem;
  }
  .lead__img .pan {
    width: 5.1rem;
    top: 22.5rem;
    right: 1.5rem;
  }
  .news__inr {
    padding: 5rem 1.5rem;
  }
  .news__tt::before {
    content: "";
    height: 3.1rem;
    background: url(../../imgs/top/svg/megafon.svg) center no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .news__wp {
    overflow: hidden;
  }
  .news__box {
    background: #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .news__box_tt {
    background: #7b4613;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    font-size: 1.4rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    color: #fff;
    padding: 0.7em;
    line-height: 1;
  }
  .news__topic {
    margin-bottom: 2rem;
  }
  .news__topic_txt {
    padding: 1em;
    line-height: 1.8;
  }
  .news__cal_wp {
    min-width: 300px;
    margin: 2.0833% auto;
    padding: 0 0.7em 0.7em;
  }
  .news__cal .googlecal {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
  .news__cal .googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .about {
    position: relative;
  }
  .about__inr {
    padding: 5rem 1.5rem;
    position: relative;
    z-index: 10;
  }
  .about__tt::before {
    content: "";
    height: 3.9rem;
    background: url(../../imgs/top/svg/rice.svg) center no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .about__copy {
    text-align: center;
    margin: -0.5rem auto 5rem;
  }
  .about__copy_tt {
    font-size: 1.9rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    line-height: 2;
    margin-bottom: 2.5rem;
  }
  .about__copy_tt span {
    border-bottom: 3px solid #7b4613;
    padding-bottom: 8px;
  }
  .about__copy p {
    text-align: left;
    line-height: 1.8;
  }
  .about__material {
    overflow: hidden;
    padding-top: 40px;
    margin-top: -40px;
  }
  .about__material__box_img {
    width: 22.5rem;
    margin: 0 auto;
    position: relative;
  }
  .about__material__box_img img {
    width: 100%;
  }
  .about__material__box_img::before {
    position: absolute;
    content: "";
  }
  .about__material__box_tt {
    position: relative;
    margin: -30px auto 20px;
    font-size: 2rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    text-align: center;
  }
  .about__material__box_tt span {
    display: block;
    line-height: 1;
  }
  .about__material__box_tt span::before {
    content: "";
    margin: 0 auto 20px;
    display: block;
    height: 3.6rem;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  .about__material__box_txt {
    line-height: 1.8;
  }
  .about__material__box-rice .about__material__box_img::before {
    width: 4rem;
    height: 4.5rem;
    background: url(../../imgs/top/svg/tx_rice.svg) 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    top: -21px;
    left: 15px;
  }
  .about__material__box-rice .about__material__box_tt span::before {
    background: url(../../imgs/top/svg/rice.svg) center no-repeat;
  }
  .about__material__box + .about__material__box {
    margin-top: 4.5em;
  }
  .about__material__box-milk .about__material__box_img::before {
    width: 4rem;
    height: 4.5rem;
    background: url(../../imgs/top/svg/tx_milk.svg) 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    top: -21px;
    left: 15px;
  }
  .about__material__box-milk .about__material__box_tt span::before {
    height: 4rem;
    background: url(../../imgs/top/svg/milk.svg) center no-repeat;
  }
  .about__material__box-nature .about__material__box_img::before {
    width: 6rem;
    height: 6.5rem;
    background: url(../../imgs/top/svg/tx_nature.svg) 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    top: -29px;
    left: 0px;
  }
  .about__material__box-nature .about__material__box_tt span::before {
    height: 4.3rem;
    background: url(../../imgs/top/svg/tree.svg) center no-repeat;
  }
  .about__image {
    width: 100%;
    position: relative;
    z-index: 11;
  }
  .about__image_list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__image_list > li {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
  }
  .about__image_list > li img {
    width: 100%;
  }
  .about__pan_pos.france {
    width: 18rem;
    top: 1.5rem;
    left: -8rem;
  }
  .about__pan_pos.croissant {
    width: 5.4rem;
    top: 12rem;
    left: -1rem;
  }
  .about__pan_pos.ice {
    width: 5.4rem;
    top: 5rem;
    right: 1rem;
  }
  .products {
    position: relative;
  }
  .products__inr {
    padding: 5rem 1.5rem;
    position: relative;
    z-index: 10;
  }
  .products__tt::before {
    content: "";
    height: 3.9rem;
    background: url(../../imgs/top/svg/pan.svg) center no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .products__copy {
    margin: 0 auto 3rem;
    line-height: 1.8;
  }
  .products__area {
    margin: 0 auto;
  }
  .products__area__box {
    background: #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .products__area__box_img {
    width: 100%;
    height: 15rem;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
  }
  .products__area__box_img.ricepan {
    background: url(../../imgs/top/products_img_ricepan_sp.jpg) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .products__area__box_img.yakigashi {
    background: url(../../imgs/top/products_img_yakigashi_pc.jpg) center
      no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .products__area__box_img.coffee {
    background: url(../../imgs/top/products_img_coffee_pc.jpg) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .products__area__box_img.ice {
    background: url(../../imgs/top/products_img_ice_pc.jpg) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
  }
  .products__area__box_txt {
    margin: 1.5em 1.5em 0;
    padding-bottom: 1.5em;
  }
  .products__area__box_txt_tt {
    color: #7b4613;
    font-size: 1.5rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .products__area__box_txt > p {
    line-height: 2;
  }
  .products__area__box_txt .ans {
    font-size: 1rem;
    line-height: 1.8;
    display: block;
    margin-top: 5px;
  }
  .products__area__box_txt_menu {
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #77695b;
    padding: 1em;
    margin-top: 1em;
  }
  .products__area__box_txt_menu_tt {
    color: #77695b;
    font-size: 1.3rem;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .products__area__box_txt_menu > ul li {
    width: 100%;
    display: table;
  }
  .products__area__box_txt_menu > ul li span {
    display: table-cell;
  }
  .products__area__box_txt_menu > ul li .name {
    width: 75%;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1px;
  }
  .products__area__box_txt_menu > ul li .price {
    width: 25%;
    text-align: right;
  }
  .products__area__box + .products__area__box {
    margin-top: 40px;
  }
  .products__btn {
    margin-top: 1em;
  }
  .products__btn a {
    width: 100%;
    display: block;
    position: relative;
    padding: 0.8em 0.8em 0.8em 3.5em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #7b4613;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* transition base */
    -webkit-transition: all 180ms ease;
    -moz-transition: all 180ms ease;
    transition: all 180ms ease;
  }
  .products__btn a::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: 0.7em;
    font-family: "icomoon";
    content: "\e901";
    color: #fff;
    font-size: 2rem;
  }
  .products__btn a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    right: 0.6em;
    font-family: "icomoon";
    content: "\e900";
    color: #fff;
    font-size: 1.2rem;
  }
  .products__btn a > span {
    position: relative;
    display: block;
  }
  .products__image {
    width: 100%;
  }
  .products__image_list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products__image_list > li {
    width: -webkit-calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: calc(100% / 5);
  }
  .products__image_list > li img {
    width: 100%;
  }
  .products__pan_pos.pan {
    width: 8.5rem;
    top: 3rem;
    left: -0.3rem;
  }
  .products__pan_pos.corn {
    width: 10.3rem;
    top: -1rem;
    right: -1.7rem;
  }
  .products__pan_pos.pan02 {
    display: none;
  }
  .products__pan_pos.chiffon {
    display: none;
  }
  .products__pan_pos.melon {
    display: none;
  }
  .image__area__pan .corn02 {
    display: none;
  }
  .access {
    position: relative;
  }
  .access__inr {
    padding: 5rem 1.5rem;
    position: relative;
    z-index: 10;
  }
  .access__tt::before {
    content: "";
    height: 4rem;
    background: url(../../imgs/top/svg/caw.svg) center no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .access__map {
    position: relative;
    margin: 0 auto;
  }
  .access__map #mapCanvas1 {
    width: 100%;
    height: 16rem;
    border: 3px solid #fff;
    margin: 0 auto;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 20;
  }
  .access__map #mapCanvas2 {
    width: 100%;
    height: 16rem;
    border: 3px solid #fff;
    margin: 0 auto;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 20;
  }
  .access__map #mapCanvas3 {
    width: 100%;
    height: 16rem;
    border: 3px solid #fff;
    margin: 0 auto;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 20;
  }
  .access__map__pan_pos.nuts {
    width: 9.8rem;
    position: absolute;
    top: -12.5rem;
    left: -3rem;
  }
  .access__map__pan_pos.ice {
    width: 6.4rem;
    position: absolute;
    top: -8rem;
    right: 1rem;
  }
  .access__map__pan_pos.danish {
    width: 6.4rem;
    position: absolute;
    top: -16rem;
    right: -2.5rem;
  }
  .access__info {
    text-align: center;
    position: relative;
    margin-top: 1.8em;
  }
  .access__info_tt {
    width: 16rem;
    margin: 0 auto 1.5em;
    line-height: 1;
  }
  .access__info_tt img {
    width: 100%;
  }
  .access__info_tel {
    color: #7b4613;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.5em;
  }
  .access__info_tel a {
    font-size: 2.5rem;
    text-decoration: none;
    color: #7b4613;
  }
  .access__info_mail {
    color: #7b4613;
    font-family: "秀英丸ゴシック B", "DNPShueiMGoStd-B", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0.5em auto 1em;
  }
  .access__info_mail a {
    font-size: 1.9rem;
    color: #7b4613;
  }
  .access__info_sns ul {
    margin-top: 1.5em;
    display: inline-block;
  }
  .access__info_sns ul > li {
    float: left;
  }
  .access__info_sns ul > li + li {
    margin-left: 1em;
  }
  .access__info_sns ul > li a {
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    background: #fff;
    -moz-border-radius: 1.8rem;
    border-radius: 1.8rem;
    position: relative;
  }
  .access__info_sns ul > li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .access__info_sns ul > li:nth-of-type(1) a img {
    width: 52%;
  }
  .access__info_sns ul > li:nth-of-type(2) a img {
    width: 52%;
  }
  .access__info_sns ul > li:nth-of-type(3) a img {
    width: 50%;
  }
  .access__info_sns ul > li:nth-of-type(4) a img {
    width: 60%;
  }
  .access__info__pan_pos.okazu {
    width: 6.2rem;
    position: absolute;
    bottom: -5.8rem;
    left: -2.5rem;
  }
  .access__info__pan_pos.cornpan {
    width: 4.8rem;
    position: absolute;
    bottom: -9.5rem;
    left: 2.5rem;
  }
  .access__info__pan_pos.sweets {
    width: 6.2rem;
    position: absolute;
    top: 5.7rem;
    right: -3rem;
  }
  .access__info__pan_pos.corn03 {
    width: 10rem;
    position: absolute;
    top: 38rem;
    right: -2.2rem;
  }
}
