@charset "utf-8";

@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  /*background-color: #fffee9;*/
}

header {
  width: 100%;
}

#product header {
  border-bottom: 1px solid #ebebeb;
}

header img {
  display: block;
  width: 64px;
  height: 46.5px;
  margin-left: 6.5px;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

section {
  width: 100%;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.contents {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.contents-inner {
  padding: 0 0 2px 0;
  text-align: center;
}

.disp_pc {
  display: none;
}

.fv .slider_pc {
  display: none;
}

.fv .slide_items::before {
  content: "";
  display: flex;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  aspect-ratio: 750 / 628;
  background-image: url('../images/slider_cover_sp.png');
}

#index .sec01 {
  padding-top: 14.5px;
}

.lineup_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.lineup_box li {
  width: calc(50% - 10px);
}

.lineup_box li:nth-child(odd) {
  margin-left: 10px;
}

.lineup_box li:nth-child(even) {
  margin-right: 10px;
}

.lineup_box li.nv_corn {
  width: 100%;
  margin: 0;
}

.lineup_box li a {
  text-decoration: none;
}

.lineup_box li a span {
  color: #333;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
  display: block;
  width: calc(100% - 25px);
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}
.lineup_box li:nth-child(1) a span {
  margin-top: 5%;
}
.lineup_box li:nth-child(1) a span, 
.lineup_box li:nth-child(3) a span,
.lineup_box li:nth-child(4) a span {
  width: calc(60% - 25px);
}

.lineup_box li:nth-child(5) a span {
  width: calc(80% - 25px);
}

.lineup_box li a span::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #333;
}

.lineup_box li a span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #333;
}

.lineup_box li a:hover span {
  color: #ff0024;
}

.lineup_box li a:hover img {
  opacity: 0.7;
}

.lineup_box li a:hover span::before {
  background-color: #ff0024;
}

.lineup_box li a:hover span::after {
  background-color: #ff0024;
}

.txt {
  font-size: 14px;
  text-align: left;
  line-height: 1.75;
}

.contents_wi {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

#index .sec02 {
  padding-top: 72px;
}

.tit01 {
  margin-bottom: 25px;
}

.img01 {
  margin-top: 15px;
}

.tit02 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.img02 {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22.5px;
}

.tit03 {
  margin-top: 65px;
  margin-bottom: 19px;
}

.tit04 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.float_box .flex_box {
  display: flex;
  justify-content: left;
  align-items: center;
}

.float_box .flex_box img {
  margin: 0 13.5px 0 0;
  width: 46.65%;
}

.float_box .flex_box p {
  margin-right: 16px;
}

.float_box .contents_wi {
  margin-top: 20px;
}

.tit05 {
  margin-top: 65px;
  margin-bottom: 17.5px;
}

.img05 {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26.5px;
}

#index .sec03,
#product .sec03 {
  padding-top: 65px;
}

#product .sec03 {
  padding-bottom: 75px;
}

.tit_lineup {
  margin-bottom: 6px;
}

#index .sec04,
#nv_corn .sec04 {
  padding-top: 65px;
  padding-bottom: 73.5px;
}

.tit06 {
  margin-bottom: 20px;
}

.accordion {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.75;
}

.accordion dt {
  border: 1px solid #cccccc;
  padding: 12.5px 11.5px 14px 11.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion dt::after {
  content: "＋";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cccccc;
  font-weight: bold;
}

.accordion dt.open::after {
  content: "－";
}

.accordion dd + dt {
  margin-top: 12.5px;
}

.accordion dd {
  display: none;
  margin-left: 0;
  margin-top: 14px;
}

.product_img01 {
  margin-bottom: 35px;
}

.nv_corn {
  padding-top: 16px;
}

.nv_corn a {
  display: block;
}

.nv_corn a:hover {
  opacity: 0.7;
}

.sec01 .product_txt {
  position: relative;
}

.sec01 .product_txt .txt {
  text-align: center;
  width: 90%;
  position: absolute;
  left: 5%;
  top: 41%;
}

.sec01 .product_txt .txt.set {
  top: 40%;
}

#product .sec02 {
  padding-top: 50px;
}

.sec02 .product_txt {
  position: relative;
}

.sec02 .product_txt .txt {
  font-size: 13px;
  width: 60%;
  position: absolute;
  right: 1.5%;
}

.sec02 .product_txt .txt span {
  font-weight: bold;
}

.sec02 .product_txt .txt.corn {
  top: 47%;
}

.sec02 .product_txt .txt.corn span {
  color: #fea700;
}

.sec02 .product_txt .txt.tomato {
  top: 38%;
}

.sec02 .product_txt .txt.tomato span {
  color: #ea4a16;
}

.sec02 .product_txt .txt.pumpkin {
  top: 38%;
}

.sec02 .product_txt .txt.pumpkin span {
  color: #fa8708;
}

.sec02 .product_link {
  position: relative;
  margin-top: 118px;
}

.sec02 .product_link .product_img03 {
  width: 100%;
  position: absolute;
  left: 0;
  top: -23%;
}

.sec02 .product_link ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 7.5px;
}

.sec02 .product_link ul li {
  width: calc((100% / 3) - 3.75px);
}

.sec02 .product_link ul li a {
  text-decoration: none;
}

.sec02 .product_link ul li span.name {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.sec02 .product_link ul li a:hover span.name {
  color: #ff0024;
}

.sec02 .product_link ul li:nth-child(2) span.name,
.sec02 .product_link ul li:nth-child(3) span.name {
  margin-top: 1.25rem;
  display: block;
}

.sec02 .product_link ul li a span.detail {
  color: #333;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
  display: block;
  width: calc(67% - 25px);
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  font-weight: bold;
  margin-top: 8px;
}

.sec02 .product_link ul li a span.detail::before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #333;
}

.sec02 .product_link ul li a span.detail::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #333;
}

.sec02 .product_link ul li a:hover span.detail {
  color: #ff0024;
}

.sec02 .product_link ul li a:hover img {
  opacity: 0.7;
}

.sec02 .product_link ul li a:hover span.detail::before {
  background-color: #ff0024;
}

.sec02 .product_link ul li a:hover span.detail::after {
  background-color: #ff0024;
}

.tit_product01 {
  margin-top: 52.5px;
  margin-bottom: 20px;
}

.nv_corn_tit01,
.nv_corn_tit02,
.nv_corn_tit03 {
  margin-top: 50px;
  margin-bottom: 10px;
}

#insta_wrapper,
#youtube_wrapper {
  width: 93.3333%;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}
#insta_wrapper {
  position: relative;
}
#insta_wrapper .slick-arrow {
  appearance: none;
  text-indent: -9999px;
  border: none;
  background-color:transparent;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 28px;
  height: 107.5px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
#insta_wrapper .slick-arrow.slick-prev {
  background-image: url('../images/sp_left_arrow.png');
  left: 0;
}
#insta_wrapper .slick-arrow.slick-next {
  background-image: url('../images/sp_right_arrow.png');
  right: 0;
}

@media screen and (min-width:651px) {
  #insta_wrapper:not(.slick-initialized) {
    display: flex;
    overflow-x: auto;
  }

  #insta_wrapper .slick-list {
    margin: 0 -10px;
  }

  #insta_wrapper .slick-slide {
    margin: 0 10px;
  }

  #insta_wrapper .insta_item {
    position: relative;
    overflow-y: auto;
    height: 700px;
  }

  #insta_wrapper .insta_item .instagram-media {
    min-width: auto !important;
    width: calc(100% - 2px) !important;
  }
}

@media screen and (max-width:650px) {

  #insta_wrapper .slick-list {
    margin: 0 -5px;
  }

  #insta_wrapper .slick-slide {
    margin: 0 5px;
  }

  #insta_wrapper .insta_item {
    position: relative;
    overflow-y: auto;
    height: 500px;
  }

  #insta_wrapper .insta_item .instagram-media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
  }
}
#youtube_wrapper .youtube_item {
  position: relative;
}

#youtube_wrapper .youtube_item::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../nv_corn/images/play.png');
  width: 50px;
  height: 34px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 17px)
}

#nv_corn .online_link {
  display: block;
  width: 93.3333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}

.nv_corn_img03 {
  margin-top: 65px;
}

.nv_corn_tit04 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.article_wrapper {
  width: 93.3333%;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.article_wrapper .article_item {
  width: 100%;
}

.article_wrapper .article_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

.article_wrapper .article_item a:hover {
  opacity: 0.7;
}

.article_wrapper .article_item a .img {
  width: 150px;
  flex-shrink: 0;
}

.article_wrapper .article_item a .txt {
  font-size: 14px;

}

.article_wrapper .article_item a .txt p {
  font-size: 13px;
  text-align: right;
  text-decoration: underline;
}

#nv_corn .sec03 {
  padding-top: 65px;
}

.modal-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}

.modal-video::before,
.modal-video::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

#product .accordion {
  margin-bottom: 12.5px;
}

.allergy_tit {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 7.5px;
  margin-top: 20px;
}

.allergy_tit + .allergy {
  margin-top: 0;
}

.allergy {
  margin-top: 17.5px;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #000;
}

.allergy dt {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 7px 0px 8.5px 0px;
}

.allergy dd {
  margin-left: 0;
  color: #e60012;
  font-size: 13px;
  padding: 10px 0 13px 0;
}

.allergy_note {
  font-size: 8px;
  text-align: left;
  margin-top: 6.5px;
}

.tit_product02 {
  margin-top: 65px;
  margin-bottom: 20px;
}

.shop_list {
  background-color: #f9f9f9;
  padding: 30px 0;
}

.shop_list ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.shop_list ul li a:hover {
  opacity: 0.7;
}

.shop_list ul li + li {
  margin-top: 15px;
}

.bck_top {
  margin-top: 65px;
  font-size: 13px;
}

.bck_top a {
  color: #000;
}

.bck_top a:hover {
  opacity: 0.7;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}



.footer {
  /*padding: 32px 0 0;*/
  background: #fff;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer ul,
.footer ol,
.footer dl,
.footer dt,
.footer dd,
.footer form,
.footer fieldset,
.footer hr,
.footer sup,
.footer figure {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.footer ul {
  list-style: none;
}

.footer img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.footer img.jadma {
  width: 150px;
  height: auto;
  vertical-align: top;
}

.footer a {
  display: inline-block;
}

.footer .footer_inner {
  max-width: 750px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer .fc_red {
  color: #ed0012;
}

.footer .list_indent > li {
  padding-left: 1em;
  text-indent: -1em;
}

.footer .footer_info {
  padding: 0 5px;
  color: #4b301b;
  text-align: left;
  list-style: none;
}

.footer .footer_info > li {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 33px;
}

.footer .footer_info h2 {
  height: 40px;
  margin: 0 0 15px;
  padding-left: 33px;
  color: #fff;
  background-color: #4b301b;
  background-repeat: no-repeat;
  background-position: left 12px center;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.footer .footer_info_shipping h2 {
  background-image: url("../images/footer_icon_track.png");
  background-size: 24px auto;
  background-position: 8px center;
  padding-left: 38px;
}

.footer .footer_info_payment h2 {
  background-image: url("../images/footer_icon_yen.png");
  background-size: 13px auto;
  background-position: 8px center;
  padding-left: 28px;
}

.footer .footer_info_return h2 {
  background-image: url("../images/footer_icon_return.png");
  background-size: 18px auto;
  background-position: 8px center;
}

.footer .footer_info_contact h2 {
  background-image: url("../images/footer_icon_tel.png");
  background-size: 19px auto;
  background-position: 8px center;
}

.footer .footer_info_cont {
  padding-right: 10px;
  padding-left: 10px;
}

.footer .footer_tel_01 {
  display: block;
  width: 300px;
  margin: 30px auto 0;
}

.footer .footer_info_contact dl {
  margin: 30px auto 0;
}

.footer .footer_info_contact dt {
  margin-bottom: 10px;
  background: url("../images/dot_line.gif") repeat-x center center;
  font-size: 14px;
}

.footer .footer_info_contact dt span {
  padding: 0 16px 0 0;
  background: #fff;
}

.footer .footer_info_contact dd {
  padding-bottom: 30px;
}

.footer .footer_info_contact .footer_link {
  padding-bottom: 0px;
}

.footer .footer_tel_02 {
  width: 300px;
  margin: 0 auto;
}

.footer .footer_tel_02 a + a {
  margin-top: 20px;
}



.footer .footer_btm_wrapper {
  -webkit-box-shadow: 0 -5px 8px rgba(215, 215, 215, 0.65);
  box-shadow: 0 -5px 8px rgba(215, 215, 215, 0.65);
}

.footer .footer_btm {
  width: 100%;
}

.footer .footer_nav {
  margin: 0 0px 15px;
  max-width: 700px;
  text-align: center;
}

.footer .footer_nav a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.footer .footer_nav li {
  display: inline-block;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #bcb4ae;
  line-height: 40px;
  padding: 0;
  border-right: 0;
}

.footer .footer_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 3%;
  background: url(../images/sp_footer_arrow.png) no-repeat center right 2.5%;
  background-size: auto 30%;
  text-align: center;
  padding-bottom: 3%;
}

.footer .footer_logo_area {
  padding: 0 3% 10px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer_logo_aji {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.footer .footer_logo_aji img {
  width: 30%;
  max-width: 109px;
}

.footer .footer_logo_jdma {
  width: 80%;
  max-width: 130px;
  min-width: 30mm;
}

.footer .footer_logo_norton {
  width: 130px;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 0 3% 20px;
}

#index {
  position: relative;
}

#index main,
#index footer {
  opacity: 0;
}

#index .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../images/loading_sp.jpg');
  z-index: 1000000;
}

#nv_corn .nv_corn_fv {
  position: relative;
  font-size: 0;
}

#nv_corn .nv_corn_fv p {
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  width: 90%;
  left: 5%;
  bottom: 8%;
}

#nv_corn .nv_corn_fv a {
  position: absolute;
    width: 90%;
    left: 5%;
    bottom: 2%;
}

#nv_corn .nv_corn_fv a:hover {
  opacity: 0.7;
} 

@media screen and (min-width: 768px) {
  header img {
    width: 128px;
    height: 93px;
    margin-left: 15px;
    margin-top: 13px;
    margin-bottom: 13px;
  }

  section {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }

  .contents_wi {
    width: 93.75%;
  }

  .fv .slider_pc {
    display: block;
  }

  .fv .slider_sp {
    display: none;
  }

  .fv .slide_items::before {
    aspect-ratio: 960 / 650;
    background-image: url('../images/slider_cover_pc.png');
  }

  .disp_sp {
    display: none;
  }

  .disp_pc {
    display: block;
  }

  .nv_corn {
    padding-top: 30px;
  }

  .nv_corn a {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }

  .lineup_box li:not(.nv_corn) {
    width: calc( 25% - 10px );
  }

  .lineup_box li:nth-child(even) {
    margin-right: 0;
  }

  .lineup_box li:nth-child(odd) {
    margin-left: 0;
  }

  .lineup_box li a span {
    font-size: 16px;
    padding-right: 50px;
    width: calc(100% - 50px);
  }
  .lineup_box li:nth-child(1) a span {
    margin-top: 3%;
    width: calc(40% - 50px);
  }
  .lineup_box li:nth-child(3) a span,
  .lineup_box li:nth-child(4) a span {
    width: calc(62% - 50px);
  }

  .lineup_box li:nth-child(5) a span {
    width: calc(83% - 50px);
  }

  .lineup_box li a span::after {
    width: 40px;
  }

  #index .sec01 {
    padding-top: 39px;
  }

  .txt {
    font-size: 20px;
  }

  #index .sec02 {
    padding-top: 121px;
  }

  .tit01 {
    margin-bottom: 50px;
  }

  .img01 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
  }

  .tit02 {
    margin-top: 130px;
    margin-bottom: 50px;
  }

  .flex_box {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .img02 {
    margin: 0;
    width: 50%;
    margin-right: 41px;
  }

  .tit03 {
    margin-top: 124px;
    margin-bottom: 50px;
  }

  .tit04 {
    margin-top: 130px;
    margin-bottom: 50px;
  }

  .img04 {
    margin-right: 43px;
  }

  .tit05 {
    margin-top: 130px;
    margin-bottom: 50px;
  }

  .img05 {
    margin-bottom: 0px;
    margin-left: 18px;
  }

  #index .sec03,
  #product .sec03 {
    padding-top: 133px;
  }

  #product .sec03 {
    padding-bottom: 160px;
  }

  .tit_lineup {
    margin-bottom: 27px;
  }

  #index .sec04 {
    padding-top: 131px;
    padding-bottom: 150px;
  }

  .tit06 {
    margin-bottom: 51px;
  }

  .accordion {
    font-size: 18px;
  }

  .accordion dt {
    padding: 26px 20px 27px 20px;
  }

  .accordion dd + dt {
    margin-top: 20px;
  }

  .accordion dd {
    margin-top: 21px;
  }

  .product_img01 {
    margin-bottom: 69px;
  }

  .sec01 .product_txt .txt {
    font-size: 22px;
    top: 49%;
  }

  .sec01 .product_txt .txt.set {
    top: 47%;
  }

  #product .sec02 {
    padding-top: 100px;
  }

  .sec02 .product_txt .txt {
    font-size: 22px;
    width: 58%;
    right: 6.5%;
  }

  .sec02 .product_txt .txt.corn {
    top: 49%;
  }

  .sec02 .product_txt .txt.tomato {
    top: 44%;
    right: 6%;
  }

  .sec02 .product_txt .txt.pumpkin {
    top: 44%;
    right: 6%;
  }

  .sec02 .product_link {
    margin-top: 244px;
  }

  .sec02 .product_link ul {
    gap: 21px;
  }

  .sec02 .product_link ul li {
    width: calc((100% / 3) - 10.5px);
  }

  .sec02 .product_link ul li span.name {
    display: block;
    font-size: 20px;
    margin-top: 27px !important;
  }

  .sec02 .product_link ul li a span.detail {
    font-size: 16px;
    padding-right: 50px;
    margin-top: 22px;
    width: calc(44% - 50px);
  }

  .sec02 .product_link ul li a span.detail::after {
    width: 40px;
  }

  .tit_product01 {
    margin-top: 100px;
    margin-bottom: 42px;
  }

  .nv_corn_tit01,
  .nv_corn_tit02,
  .nv_corn_tit03 {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  #insta_wrapper {
    width: 74.16666%;
  }
  #insta_wrapper .slick-arrow {
    width: 50px;
    height: 166px;
    top: 36%;
  }
  #insta_wrapper .slick-arrow.slick-prev {
    background-image: url('../images/left_arrow.png');
    left: -80px;
  }
  #insta_wrapper .slick-arrow.slick-next {
    background-image: url('../images/right_arrow.png');
    right: -80px;
  }

  #youtube_wrapper {
    width: 93.75%;
  }

  #youtube_wrapper .youtube_item::after {
    width: 88px;
    height: 60px;
    left: calc(50% - 44px);
    top: calc(50% - 30px)
  }

  #nv_corn .online_link {
    width: 93.75%;
    margin-bottom: 130px;
  }

  .nv_corn_img03 {
    margin-top: 130px;
  }

  .nv_corn_tit04 {
    margin-top: 130px;
    margin-bottom: 50px;
  }

  .article_wrapper {
    width: 70.625%;
    gap: 40px;
  }

  .article_wrapper .article_item a {
    gap: 30px;
  }

  .article_wrapper .article_item a .img {
    width: 300px;
  }

  .article_wrapper .article_item a .txt {
    font-size: 18px;
  }

  .article_wrapper .article_item a .txt p {
    font-size: 16px;
  }

  #nv_corn .sec03 {
    padding-top: 130px;
  }

  .allergy_tit {
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 14px;
  }

  .allergy {
    margin-top: 30px;
  }

  .allergy dt {
    font-size: 20px;
    padding: 13px 0px 16px 0px;
  }

  .allergy dd {
    font-size: 20px;
    padding: 20px 0 21px 0;
  }

  .allergy_note {
    font-size: 12px;
    margin-top: 14px;
  }

  .tit_product02 {
    margin-top: 130px;
    margin-bottom: 40px;
  }

  .shop_list {
    padding: 50px 0;
  }

  .shop_list ul {
    width: 87.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px 40px;
    flex-wrap: wrap;
  }

  .shop_list ul li {
    width: calc(50% - 20px);
  }

  .shop_list ul li + li {
    margin-top: 0;
  }

  .bck_top {
    margin-top: 130px;
    font-size: 20px;
  }

  .footer {
    /*padding-top: 64px;*/
    margin-top: -2px;
  }

  .footer .footer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer_info > li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    /*padding: 0 1% 33px;*/
  }

  .footer .footer_info_contact .footer_link {
    padding-bottom: 30px;
  }

  .footer .footer_btm {
    padding: 24px 20px;
  }

  .footer .footer_nav {
    margin: 0 auto 15px;
  }

  .footer .footer_nav a {
    font-size: 20px;
  }

  .footer .footer_nav li {
    padding: 0 13px;
    border-bottom: 0;
    border-right: 1px solid #685b4f;
    line-height: 1;
    width: auto;
    height: auto;
  }

  .footer .footer_nav li a {
    display: inline-block;
    background: none;
    padding-left: 0;
    padding-bottom: 0;
  }

  .footer .footer_nav li:last-child {
    border-right: none;
  }

  .footer .footer_logo_area {
    padding: 0;
  }

  .footer .copyright {
    padding: 0;
  }

  #index .loading {
    background-image: url('../images/loading_pc.jpg');
  }

  #nv_corn .nv_corn_fv p {
    font-size: 51px;
    bottom: 6.5%;
  }
}

@media screen and (max-width: 380px) {
  .footer .footer_info_contact h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {
  .footer .footer_info_contact h2 {
    font-size: 12px;
  }
}

.footer_link a {
  word-break: break-all;
}



@media screen and (max-width: 767px) {
  .footer_link {
    text-align: center;
  }

  .footer_link__pc {
    display: none;
  }

  .footer_link__sp {
    display: inline !important;
  }
}

@media screen and (min-width: 959px) {

  #index .contents-inner,
  #nv_corn .contents-inner {
    background-position: 50% 16%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../images/bg_index.png');
    background-attachment: fixed;
    background-color: #fff9df;
  }

  #index .contents-inner section,
  #nv_corn .contents-inner section {
    box-shadow: 0 20px 20px rgba(61, 0, 0, 0.1);
  }

  #product .contents-inner {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../images/bg_product.jpg');
    background-attachment: fixed;
  }

  .contents-inner {
    overflow: hidden;
  }

  .fv .slider_pc .slick-list {
    overflow: visible;
  }

  .fv .slider_pc .slide_items li {
    width: 100%;
    max-width: 960px;
  }

  .fv .slider_pc .slide_items li img {
    width: 100%;
  }
}

img.disp_pc.nv_corn_bnr {
  margin-top: 60px;
}

img.disp_sp.nv_corn_bnr {
  margin-top: 30px;
}

section.lineup_box.nv_corn a:hover {
  opacity: 0.7;
}

ul.lineup_box.nv_corn a:hover {
  opacity: 0.7;
}
