@charset "UTF-8";

/* CSS Document */
/*--- common ---*/
* {
  margin: 0;
  padding: 0;
  font-family: 'Kiwi Maru', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
  font-size: 100%;
  color: #6e5c23;
}

section {
  line-height: 0;
}

a:link {
  text-decoration: none;
}


/*--- SP ---*/
@media screen and (max-width:767px) {
  body {
    width: 100%;
    max-width: 767px;
    text-align: center;
    color: #6e5c23;
    position: relative;
  }

  #top-head {
    position: absolute;
  }

  .inner {
    width: 100%;
    padding: 0;
  }

  #mobile-head {
    width: 100%;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 20%;
    line-height: 0;
    margin: 20px 0 0 5%;
  }

  .logo a {
    display: block;
  }

  .logo a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }

  .logo a img:hover {
    opacity: 0.7;
  }
/* 20250325修正 */
  #global-nav {
    position: absolute;
    top: -566px;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9;
    padding-top: 100px;
  }

  #global-nav ul {
    list-style: none;
    margin-bottom: 50px;
  }

  #global-nav ul li {}

  #global-nav ul li a {
    width: 100%;
    display: block;
    color: #6e5c23;
    padding: 18px 0;
    text-decoration: none;
    transition: all 0.3s;
  }

  #global-nav ul li a:hover {
    background: #6e5c23;
    color: #fff;
  }

  #nav-toggle {
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 101;
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    margin: 20px 5% 0 0;
  }

  #nav-toggle div {
    position: relative;
    background: #fff;
  }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #c1a33f;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 11px;
  }

  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .open #global-nav {
    -moz-transform: translateY(566px);
    -webkit-transform: translateY(566px);
    transform: translateY(566px);
  }

  section {
    width: 100%;
    margin: 0;
  }

  .headline {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-weight: 400;
    color: #c1a33f;
    margin-bottom: 25px;
  }

  .headline span {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 2.0em;
    font-weight: normal;
  }

  .sp_none {
    display: none;
  }

  #fv {
    position: relative;
  }

  .fv_pc {
    display: none;
  }

  .fv_sp img {
    width: 100%;
  }

  .fv_logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fv_logo img {
    width: 70%;
  }

  #introduction {
    margin-top: 125px;
  }

  .introduction_wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .introduction_txt {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 2.0em;
    text-align: left;
  }

  /* 11/27 追加 SP start */
  #news {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(243, 242, 237, 1) 10px, rgba(243, 242, 237, 1) 20px);

  }

  .news_wrapper {
    width: 92%;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 8px;
    /* position: relative; */
    padding: 0.5em 0 0 0.5em;

  }

  /* .news_wrapper::after {
    content: " ";
    position: absolute;
    right: -6px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-size: auto auto;
    background-color: rgba(232, 228, 216, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(110, 92, 35, 1) 10px, rgba(110, 92, 35, 1) 20px);
    z-index: -1;
  } */

  .news_item {
    margin-bottom: 50px;
  }

  .news_inner {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }

  .news_inner ul {
    list-style: none;
  }

  .news_subtitle {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    display: inline-block;
    /* margin-bottom: 25px; */
    padding-bottom: 10px;
  }

  .news_subtitle a {
    color: #6e5c23;
  }

  .news_subtitle a:hover {
    opacity: 0.7;
  }

  .news_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    padding-bottom: 25px;
  }

  /* 11/27 追加 SP end */

  #crops {
    /* margin-top: 50px; */
    /* 11/27 追加 start */
    padding-top: 50px;
    padding-bottom: 50px;
    /* 11/27 追加 end */
  }

  .crops_wrapper {
    width: 60%;
    margin: 0 auto;
  }

  .crops_item {
    margin-bottom: 50px;
  }

  .crops_item:last-of-type {
    margin-bottom: 0;
  }

  .crops_item ul {
    list-style: none;
  }

  .crops_item ul li {}

  .crops_item ul li img {
    width: 100%;
  }

  .crops_item ul li a img {
    transition: all 0.3s;
  }

  .crops_item ul li a img:hover {
    opacity: 0.7;
  }

  .crops_product {
    margin-top: 25px;
  }

  .crops_more {
    width: 45%;
    border-top: 1px solid #c1a33f;
    border-bottom: 1px solid #c1a33f;
    margin: 25px auto 0;
  }

  .crops_more a {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #c1a33f;
    padding: 15px 0;
    display: block;
    transition: all 0.3s;
  }

  .crops_more a:hover {
    color: #fff;
    background: #c1a33f;
  }

  #event {
    /* margin-top: 100px; */
    padding-top: 50px;
  }

  .event_wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .event_wrapper img {
    width: 100%;
  }

  .event_wrapper a img {
    transition: all 0.3s;
  }

  .event_wrapper a img:hover {
    opacity: 0.7;
  }

  .event_wrapper_half {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .event_wrapper_half p {
    margin-top: 25px;
  }

  .event_wrapper_half img {
    width: 100%;
  }

  .event_wrapper_half a img {
    transition: all 0.3s;
  }

  .event_wrapper_half a img:hover {
    opacity: 0.7;
  }

  .event_more {
    width: 30%;
    border-top: 1px solid #c1a33f;
    border-bottom: 1px solid #c1a33f;
    margin: 25px auto 0;
  }

  .event_more a {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #c1a33f;
    padding: 15px 0;
    display: block;
    transition: all 0.3s;
  }

  .event_more a:hover {
    color: #fff;
    background: #c1a33f;
  }

  #movie {
    margin-top: 100px;
    padding-top: 50px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(243, 242, 237, 1) 10px, rgba(243, 242, 237, 1) 20px);
  }

  .movie_wrapper {
    width: 70%;
    margin: 0 auto;
  }

  .movie_item {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 75px;
  }

  .movie_item:last-of-type {
    margin-bottom: 0;
  }

  .movie_item iframe {
    width: 100%;
    height: 100%;
  }

  .movie_item img {
    width: 100%;
  }

  .movie_title {
    width: 70%;
    margin: 25px auto 0;
  }

  .movie_title img {
    width: 100%;
  }

  #recipe {
    background: #e8e4d8;
    border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
    border-bottom-right-radius: 0 0;
    border-bottom-left-radius: 0 0;
    margin-top: 75px;
    padding-top: 50px;
  }

  .recipe_wrapper {
    width: 80%;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding-bottom: 70px;
  }

  .recipe_subheadline {
    width: 70%;
    margin: 0 auto 25px;
  }

  .recipe_subheadline img {
    width: 100%;
  }

  .recipe_inner {
    width: 60%;
    margin: 0 auto;
  }

  .recipe_item {
    width: 100%;
    margin-bottom: 50px;
  }

  .recipe_item:last-of-type {
    margin-bottom: 0;
  }

  .recipe_item img {
    width: 100%;
  }

  .recipe_item a img {
    transition: all 0.3s;
  }

  .recipe_item a img:hover {
    opacity: 0.7;
  }

  .recipe_detail {
    width: 80%;
    border: 1px solid #6e5c23;
    margin: 25px auto 0;
    background: #fff;
    border-radius: 30px;
  }

  .recipe_detail a {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #6e5c23;
    padding: 15px 0;
    display: block;
    border-radius: 30px;
    transition: all 0.3s;
  }

  .recipe_detail a:hover {
    color: #fff;
    background: #6e5c23;
    border-radius: 30px;
  }

  .advisor_wrapper {
    width: 100%;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 20px;
    position: relative;
  }

  .advisor_wrapper::after {
    content: " ";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(232, 228, 216, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(110, 92, 35, 1) 10px, rgba(110, 92, 35, 1) 20px);
    z-index: -1;
  }

  .advisor_img {
    width: 60%;
    margin: 0 auto;
    padding: 25px 0;
  }

  .advisor_img img {
    width: 100%;
  }

  .advisor_inner {
    width: 72%;
    text-align: left;
    margin: 0 auto;
  }

  .advisor_inner ul {
    list-style: none;
  }

  .advisor_title {
    width: 50%;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #fff;
    background: #6E5C23;
    display: inline-block;
    text-align: center;
    margin: 0 0 25px 5%;
    padding: 15px 5%;
    border-radius: 40px;
  }

  .advisor_subtitle {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    border-bottom: 1px solid #6e5c23;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }

  .advisor_name {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 25px;
  }

  .advisor_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    padding-bottom: 25px;
  }

  #shop {
    margin-top: 100px;
  }

  .shop_wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .shop_inner {
    width: 85%;
    margin: 0 auto 75px;
  }

  .shop_inner:nth-of-type(2) {
    margin-bottom: 0;
  }

  .shop_subheadline {
    width: 80%;
    margin: 0 auto 25px;
  }

  .shop_subheadline img {
    width: 100%;
  }

  .shop_item {
    margin-bottom: 75px;
  }

  .shop_item:last-of-type {
    margin-bottom: 0;
  }

  .shop_item img {
    width: 100%;
  }

  .shop_item a img {
    transition: all 0.3s;
  }

  .shop_item a img:hover {
    opacity: 0.7;
  }

  .shop_introduction {
    width: 50%;
    border-top: 1px solid #c1a33f;
    border-bottom: 1px solid #c1a33f;
    margin: 25px auto 0;
  }

  .shop_introduction a {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #c1a33f;
    padding: 15px 0;
    display: block;
    transition: all 0.3s;
  }

  .shop_introduction a:hover {
    color: #fff;
    background: #c1a33f;
  }

  .market_wrapper {
    width: 100%;
    margin: 50px auto 0;
    position: relative;
    background: #e8e4d8;
    border-radius: 20px;
  }

  .market_wrapper::after {
    content: " ";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(110, 92, 35, 1) 10px, rgba(110, 92, 35, 1) 20px);
    z-index: -1;
  }

  .market_subheadline {
    font-size: 1.0rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    border-bottom: 1px solid #6e5c23;
    display: inline-block;
    margin: 25px 0;
    padding-bottom: 5px;
    position: relative;
  }

  .market_subheadline::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #6e5c23;
    top: 20px;
    left: 0;
    width: 100%;
  }

  .market_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: left;
    margin: 0 10%;
  }

  .market_txt:nth-of-type(2) {
    margin: 0 10% 25px;
  }

  .market_inner {
    padding-bottom: 25px;
  }

  .market_adress {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }

  .market_adress ul {
    text-align: left;
    list-style: none;
  }

  .adress_txt {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 10px;
  }

  .adress_txt:last-of-type {
    margin-bottom: 0;
  }

  .market_instagram {
    display: flex;
    justify-content: center;
  }

  .market_instagram ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
  }

  .instagram_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    display: inline-block;
    margin-right: 5%;
  }

  .instagram_img {
    width: 15%;
    display: inline-block;
  }

  .instagram_img a img {
    width: 100%;
    display: block;
    transition: all 0.3s;
  }

  .instagram_img a img:hover {
    opacity: 0.7;
  }

  footer {
    background: #e8e4d8;
    margin-top: 110px;
  }

  .footer_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
  }

  .footer_img {
    width: 20%;
    margin-bottom: 25px;
  }

  .footer_img a {
    display: block;
  }

  .footer_img a img {
    width: 100%;
    transition: all 0.3s;
  }

  .footer_img a img:hover {
    opacity: 0.7;
  }

  .footer_inner {}

  .footer_inner ul {
    list-style: none;
    text-align: left;
  }

  .footer_name {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
  }

  .footer_txt {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }

  .footer_tel {
    text-align: center;
  }

  .footer_tel a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
    color: #6e5c23;
    transition: all 0.3s;
  }

  .footer_tel a:hover {
    opacity: 0.7;
  }

  .footer_logo {
    width: 30%;
    margin: 30px auto;
  }

  .footer_logo img {
    width: 100%;
  }

  .footer_copyright {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.5rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    padding-bottom: 10px;
  }
}

/*--- PC ---*/
@media screen and (min-width:768px) {
  body {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    color: #6e5c23;
    position: relative;
  }

  #top-head {
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 1;
  }

  .inner {
    margin: 20px 4%;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .inner:after {
    content: "";
    clear: both;
    display: block;
  }

  #mobile-head {
    width: 7%;
    margin-right: 18%;
    position: relative;
  }

  .logo {
    text-align: left;
    line-height: 0;
    margin: 0;
  }

  .logo a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }

  .logo a img:hover {
    opacity: 0.7;
  }

  #global-nav {
    width: 75%;
    background: #fff;
    border-radius: 20px;
  }

  #global-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  #global-nav ul li {
    flex: 1;
    flex-basis: auto;
    padding: 10px 0 12px;
  }

  #global-nav ul li a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #6e5c23;
    transition: all .3s;
  }

  #global-nav ul li a:hover {
    opacity: 0.7;
  }

  #nav-toggle {
    display: none;
  }

  section {
    width: 100%;
    margin: 0;
  }

  .headline {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.2vw;
    letter-spacing: 0.2em;
    line-height: 1em;
    color: #c1a33f;
    font-weight: 400;
    margin-bottom: 75px;
  }

  .headline span {
    display: block;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 2.0em;
  }

  .pc_none {
    display: none;
  }

  #fv {
    position: relative;
  }

  .fv_pc img {
    width: 100%;
    max-width: 1920px;
  }

  .fv_sp {
    display: none;
  }

  .fv_logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fv_logo img {
    width: 50%;
  }

  #introduction {
    margin-top: 300px;
  }

  .introduction_wrapper {
    width: 74%;
    margin: 0 auto;
  }

  .introduction_txt {
    font-size: 1.7vw;
    letter-spacing: 0.05em;
    line-height: 2.0em;
    text-align: left;
  }

  /* 11/27 追加 PC start */
  #news {
    /* margin-top: 200px; */
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(243, 242, 237, 1) 10px, rgba(243, 242, 237, 1) 20px);

  }

  .news_wrapper {
    width: 84%;
    margin: 100px auto 0;
    background: #ffffff;
    /* display: flex;
    flex-direction: row;
    align-items: center; */
    border-radius: 16px;
    position: relative;
  }

  /* .news_wrapper::after {
    content: " ";
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-size: auto auto;
    background-color: rgba(232, 228, 216, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(110, 92, 35, 1) 10px, rgba(110, 92, 35, 1) 20px);
    z-index: -1;
  } */

  .news_item {
    /* margin-right: 20%; */
  }

  .news_inner {
    text-align: left;
    margin: 20px 5% 20px 0;
    padding-top: 2%;
  }

  .news_inner ul {
    list-style: none;
  }

  .news_subtitle {
    width: 100%;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    /* border-bottom: 1px solid #6e5c237a; */
    display: inline-block;
    /* margin-bottom: 40px; */
    padding-bottom: 16px;
    margin-left: 2%;
  }

  .news_subtitle a {
    color: #6e5c23;
  }

  .news_subtitle a:hover {
    opacity: 0.7;
  }

  .news_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    padding: 0 5% 0 0;
  }

  /* 11/27 追加 PC end */

  #crops {
    /* margin-top: 100px; */
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .crops_wrapper {
    width: 70%;
    display: flex;
    margin: 0 auto;
  }

  .crops_item {
    margin-right: 20%;
  }

  .crops_item:last-of-type {
    margin-right: 0;
  }

  .crops_item ul {
    list-style: none;
  }

  .crops_item ul li {}

  .crops_item ul li img {
    width: 100%;
  }

  .crops_item ul li a img {
    transition: all 0.3s;
  }

  .crops_item ul li a img:hover {
    opacity: 0.7;
  }

  .crops_product {
    margin-top: 25px;
  }

  .crops_more {
    width: 40%;
    border-top: 1px solid #c1a33f;
    border-bottom: 1px solid #c1a33f;
    margin: 50px auto 0;
  }

  .crops_more a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #c1a33f;
    padding: 20px 0;
    display: block;
    transition: all 0.3s;
  }

  .crops_more a:hover {
    color: #fff;
    background: #c1a33f;
  }

  #event {
    /* margin-top: 200px; */
    padding-top: 100px;
  }

  .event_wrapper {
    width: 65%;
    margin: 0 auto;
  }

  .event_wrapper img {
    width: 100%;
  }

  .event_wrapper a img {
    transition: all 0.3s;
  }

  .event_wrapper a img:hover {
    opacity: 0.7;
  }

  .event_wrapper_half {
    width: 65%;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    /* 2024.03.13 1カラム対応 */
    /*    justify-content: space-between;*/
    justify-content: center;
  }

  .event_wrapper_half p {
    width: calc(calc(100% - 5%) / 2);

    /* 2024.03.13 1カラム対応 */
    /*	margin-right: 5%; */
    margin-right: 0;
  }

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

  .event_wrapper_half img {
    width: 100%;
  }

  .event_wrapper_half a img {
    transition: all 0.3s;
  }

  .event_wrapper_half a img:hover {
    opacity: 0.7;
  }

  .event_more {
    width: 20%;
    border-top: 1px solid #c1a33f;
    border-bottom: 1px solid #c1a33f;
    margin: 75px auto 0;
  }

  .event_more a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #c1a33f;
    padding: 20px 0;
    display: block;
    transition: all 0.3s;
  }

  .event_more a:hover {
    color: #fff;
    background: #c1a33f;
  }

  #movie {
    margin-top: 100px;
    padding-top: 100px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(243, 242, 237, 1) 10px, rgba(243, 242, 237, 1) 20px);
  }

  .movie_wrapper {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-boxwrap;
  }

  .movie_item {
    width: 44%;
    aspect-ratio: 16 / 9;
    margin-top: 3vw;
    margin-right: 12%;
    margin-bottom: 100px;
  }

  .movie_item:first-of-type {
    margin-top: 0;
    margin-right: 28%;
    margin-left: 28%;
  }

  .movie_item:nth-last-of-type(2) {
    margin-right: 0;
  }

  .movie_item:last-of-type {
    margin-right: 28%;
    margin-left: 28%;
  }

  .movie_item iframe {
    width: 100%;
    height: 100%;
  }

  .movie_item img {
    width: 100%;
  }

  .movie_title {
    width: 70%;
    margin: 50px auto;
  }

  .movie_title img {
    width: 100%;
  }

  #recipe {
    background: #e8e4d8;
    border-top-left-radius: 50% 20%;
    border-top-right-radius: 50% 20%;
    border-bottom-right-radius: 0 0;
    border-bottom-left-radius: 0 0;
    padding-top: 120px;
  }

  .recipe_wrapper {
    position: relative;
    z-index: 0;
    padding-bottom: 120px;
  }

  .recipe_subheadline {
    width: 30%;
    margin: 0 auto 50px;
  }

  .recipe_subheadline img {
    width: 100%;
  }

  .recipe_inner {
    display: flex;
    margin: 0 16%;
  }

  .recipe_item {
    width: 100%;
    margin-right: 30%;
  }

  .recipe_item:last-of-type {
    margin-right: 0;
  }

  .recipe_item img {
    width: 100%;
  }

  .recipe_item a img {
    transition: all 0.3s;
  }

  .recipe_item a img:hover {
    opacity: 0.7;
  }

  .recipe_detail {
    width: 50%;
    border: 1px solid #6e5c23;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 30px;
  }

  .recipe_detail a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #6e5c23;
    padding: 20px 0;
    display: block;
    border-radius: 30px;
    transition: all 0.3s;
  }

  .recipe_detail a:hover {
    color: #fff;
    background: #6e5c23;
    border-radius: 30px;
  }

  .advisor_wrapper {
    width: 68%;
    margin: 100px auto 0;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20px;
    position: relative;
  }

  .advisor_wrapper::after {
    content: " ";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(232, 228, 216, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(110, 92, 35, 1) 10px, rgba(110, 92, 35, 1) 20px);
    z-index: -1;
  }

  .advisor_img {
    width: 50%;
    margin: 40px 5%;
  }

  .advisor_img img {
    width: 100%;
  }

  .advisor_inner {
    text-align: left;
    margin: 40px 5% 40px 0;
  }

  .advisor_inner ul {
    list-style: none;
  }

  .advisor_title {
    width: 32%;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #fff;
    background: #6E5C23;
    display: inline-block;
    text-align: center;
    margin: 0 0 40px 7%;
    padding: 15px 5%;
    border-radius: 40px;
  }

  .advisor_subtitle {
    width: 100%;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    border-bottom: 1px solid #6e5c23;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .advisor_name {
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 40px;
  }

  .advisor_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    padding: 0 5% 0 0;
  }

  #shop {
    margin-top: 200px;
  }

  .shop_wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .shop_inner {
    width: 41%;
    margin-right: 18%;
  }

  .shop_inner:nth-of-type(2) {
    margin-right: 0;
  }

  .shop_subheadline {
    width: 80%;
    margin: 0 auto 50px;
  }

  .shop_subheadline img {
    width: 100%;
  }

  .shop_item {
    margin-bottom: 100px;
  }

  .shop_item:nth-child(n+3) {
    margin-bottom: 0;
  }

  .shop_item img {
    width: 100%;
  }

  .shop_item a img {
    transition: all 0.3s;
  }

  .shop_item a img:hover {
    opacity: 0.7;
  }

  .shop_introduction {
    width: 40%;
    border-top: 1px solid #c1a33f;
    border-bottom: 1px solid #c1a33f;
    margin: 50px auto 0;
  }

  .shop_introduction a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #c1a33f;
    padding: 20px 0;
    display: block;
    transition: all 0.3s;
  }

  .shop_introduction a:hover {
    color: #fff;
    background: #c1a33f;
  }

  .market_wrapper {
    width: 80%;
    margin: 100px auto 0;
    position: relative;
    background: #e8e4d8;
    border-radius: 20px;
  }

  .market_wrapper::after {
    content: " ";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(110, 92, 35, 1) 10px, rgba(110, 92, 35, 1) 20px);
    z-index: -1;
  }

  .market_subheadline {
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    border-bottom: 1px solid #6e5c23;
    display: inline-block;
    margin: 50px 0;
    padding-bottom: 10px;
    position: relative;
  }

  .market_subheadline::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #6e5c23;
    top: 45px;
    left: 0;
    width: 100%;
  }

  .market_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
  }

  .market_txt:last-of-type {
    margin-bottom: 0;
  }

  .market_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 75px 10% 50px;
  }

  .market_adress {}

  .market_adress ul {
    text-align: left;
    list-style: none;
  }

  .adress_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 10px;
  }

  .adress_txt:last-of-type {
    margin-bottom: 0;
  }

  .market_instagram {}

  .market_instagram ul {
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    align-items: center;
    list-style: none;
  }

  .instagram_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    display: inline-block;
    margin-right: 10%;
  }

  .instagram_img {
    width: 40%;
    display: inline-block;
  }

  .instagram_img a img {
    width: 100%;
    display: block;
    transition: all 0.3s;
  }

  .instagram_img a img:hover {
    opacity: 0.7;
  }

  footer {
    background: #e8e4d8;
    margin-top: 220px;
  }

  .footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
  }

  .footer_img {
    width: 10%;
    margin-right: 3%;
  }

  .footer_img img {
    width: 100%;
  }

  .footer_img a img {
    transition: all 0.3s;
  }

  .footer_img a img:hover {
    opacity: 0.7;
  }

  .footer_inner {}

  .footer_inner ul {
    list-style: none;
    text-align: left;
  }

  .footer_name {
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 25px;
  }

  .footer_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin-bottom: 25px;
  }

  .footer_tel {}

  .footer_tel a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: bold;
    color: #6e5c23;
    transition: all 0.3s;
  }

  .footer_tel a:hover {
    opacity: 0.7;
  }

  .footer_logo {
    width: 15%;
    margin: 100px auto;
  }

  .footer_logo img {
    width: 100%;
  }

  .footer_copyright {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding-bottom: 25px;
  }
}