@charset "UTF-8";
#container {
  padding: 80px 0;
}

#global-footer {
  background: #2a2a2a;
  padding: 40px 0;
}
#global-footer .inner .footer-navi .logo-f {
  text-align: center;
  margin-bottom: 40px;
}
#global-footer .inner .footer-navi .logo-f a {
  width: 100px;
  height: auto;
  display: inline-block;
}
#global-footer .inner .footer-navi .logo-f a img {
  width: 100%;
  height: auto;
}
#global-footer .inner .footer-navi .inner {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
}
#global-footer .inner .footer-navi .inner li {
  width: 96%;
  text-align: center;
}
#global-footer .inner .footer-navi .inner li a {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 6% 2%;
  transition: all 0.5s ease;
  width: 96%;
}
#global-footer .inner .footer-navi .inner li a:hover {
  background: #fff;
  color: #E35C66;
}
@media screen and (max-width: 834px) {
  #global-footer .inner .footer-navi .inner {
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  #global-footer .inner .footer-navi .inner {
    display: none;
  }
}
#global-footer .copy {
  text-align: center;
}
#global-footer .copy small {
  font-size: 1.4em;
  color: #fff;
}

body {
  margin: 0;
}

#container {
  padding: 0;
}

.top-slit {
  width: 100%;
  height: 45vh;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-slit #global-header {
  width: 50%;
  height: 100%;
}
.top-slit #top-key-visual {
  width: 50%;
  height: 100%;
  background: #AC000E;
}
@media screen and (max-width: 834px) {
  .top-slit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .top-slit #global-header {
    width: 100%;
    height: 50%;
  }
  .top-slit #top-key-visual {
    width: 100%;
    height: 50%;
    background: #AC000E;
  }
}

#global-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#global-header .inner {
  width: 100%;
}

#top-key-visual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#top-key-visual .key-slide {
  width: 100%;
}
#top-key-visual .key-slide p {
  color: #ffffff;
  font-size: 2.3em;
  text-align: center;
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1280px) {
  #top-key-visual .key-slide p {
    font-size: 19px;
  }
}

#top-tw {
  width: 100%;
  height: 70vh;
}
#top-tw .content_wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
}
#top-tw .content_wrap .inner-left {
  background: #F7F7F7;
  height: 100%;
  padding: 32px 0;
  overflow: hidden;
}
#top-tw .content_wrap .inner-left .tw-widget {
  width: 70%;
  height: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
#top-tw .content_wrap .inner-left .tw-widget a {
  display: inline-block;
}
#top-tw .content_wrap .inner-right {
  display: grid;
  place-items: center;
  height: 100%;
}
#top-tw .content_wrap .inner-right header {
  text-align: center;
}
#top-tw .content_wrap .inner-right header h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #0086CA;
}
#top-tw .content_wrap .inner-right header .desc {
  font-size: 16px;
  line-height: 1.8;
}

#top-x2 {
  width: 100%;
  height: 70vh;
}
#top-x2 .content_wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  height: 100%;
}
#top-x2 .content_wrap .inner-left {
  order: 2;
  background: #F7F7F7;
  height: 100%;
  padding: 32px 0;
  overflow: hidden;
}
#top-x2 .content_wrap .inner-left .tw-widget {
  width: 70%;
  height: 100%;
  overflow-y: scroll;
  margin: 0 auto;
}
#top-x2 .content_wrap .inner-left .tw-widget a {
  display: inline-block;
}
#top-x2 .content_wrap .inner-right {
  order: 1;
  display: grid;
  place-items: center;
  height: 100%;
}
#top-x2 .content_wrap .inner-right header {
  text-align: center;
}
#top-x2 .content_wrap .inner-right header h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #740A0F;
}
#top-x2 .content_wrap .inner-right header .desc {
  font-size: 16px;
  line-height: 1.8;
}

#products .contents header h2 {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8em;
  color: #333;
}
#products .product_header {
  text-align: center;
  padding: 40px 0;
}
#products .product_header h2 {
  font-size: 24px;
  font-weight: bold;
}
#products .product_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  #products .product_inner {
    display: block;
  }
}
#products .product_inner .product_box {
  width: 50%;
  min-height: 400px;
  height: 70vh;
  position: relative;
}
#products .product_inner .product_box.curry {
  padding: 32px 0;
  background: url(../images/curry_bg.png) no-repeat center center;
  background-size: cover;
  display: grid;
  place-items: center;
}
#products .product_inner .product_box.curry .curry-inner .curry_picinfo_wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 32px;
}
#products .product_inner .product_box.curry .curry-inner .products-pic a {
  display: inline-block;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #B20030;
  color: #fff;
  transition: all 0.6s ease;
}
#products .product_inner .product_box.curry .curry-inner .products-pic a:hover {
  background: #fff;
  color: #B20030;
}
#products .product_inner .product_box.mango {
  padding: 32px 0;
  background: url(../images/top_mango_bg.png) no-repeat 50% 50%;
  background-size: cover;
}
#products .product_inner .product_box.mango .mango-inner {
  display: grid;
  grid-template-columns: 50% 50%;
  place-items: center;
  padding-top: 50px;
}
#products .product_inner .product_box.wine {
  background: url(../images/wine-bg@2x.jpg) no-repeat 50% 90%;
  background-size: cover;
}
#products .product_inner .product_box.wine .wine-inner {
  height: 100%;
}
#products .product_inner .product_box.wine .wine-inner .products-pic {
  display: block;
  place-items: unset;
}
#products .product_inner .product_box.shark {
  background: url(../images/shark-bg@2x.jpg) no-repeat center 10%;
  background-size: cover;
}
#products .product_inner .product_box .logo {
  text-align: center;
  margin-bottom: 40px;
}
#products .product_inner .product_box .logo img {
  width: auto;
  height: 120px;
}
#products .product_inner .product_box .logo img.logo_shark {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.45));
}
#products .product_inner .product_box .products-pic {
  text-align: center;
  display: grid;
  place-items: center;
}
#products .product_inner .product_box .products-pic img.curry_pic {
  width: 55%;
  height: auto;
  vertical-align: bottom;
}
#products .product_inner .product_box .products-pic img.curry_pic img {
  display: inline-block;
  margin-bottom: 16px;
}
#products .product_inner .product_box .products-pic img.mango_pic {
  width: auto;
  height: 90%;
  object-fit: contain;
}
#products .product_inner .product_box .products-pic img.wine_pic {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
#products .product_inner .product_box .products-pic img.shark_pic {
  width: auto;
  height: 100%;
  vertical-align: bottom;
  position: relative;
  top: 20px;
  left: 40px;
}
#products .product_inner .product_box .curry_info {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.75);
  width: 80%;
  text-align: center;
  margin: 30px auto;
}
#products .product_inner .product_box .curry_info .name {
  margin-bottom: 8px;
}
#products .product_inner .product_box .curry_info .name span {
  display: inline-block;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  background: -webkit-linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-weight: bold;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
}
#products .product_inner .product_box .curry_info .desc span {
  line-height: 1;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 2em;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: bold;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  background: -webkit-linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
#products .product_inner .product_box .mango_info {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#products .product_inner .product_box .mango_info .name {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
#products .product_inner .product_box .mango_info .date {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
#products .product_inner .product_box .mango_info .info_main {
  padding: 10px 15px;
  background: #FFEB00;
  border-radius: 10px;
  width: 85%;
  margin: 0 auto;
}
#products .product_inner .product_box .mango_info .info_main img {
  width: 50px;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 8px;
}
#products .product_inner .product_box .mango_info .info_main .desc {
  font-size: 18px;
  font-weight: bold;
  color: #3E3E3E;
  margin-bottom: 10px;
}
@media screen and (max-width: 1360px) {
  #products .product_inner .product_box .mango_info .info_main .desc {
    font-size: 15px;
  }
}
#products .product_inner .product_box .mango_info .info_main .sales_date {
  font-size: 18px;
  font-weight: bold;
  color: #3E3E3E;
}
@media screen and (max-width: 1360px) {
  #products .product_inner .product_box .mango_info .info_main .sales_date {
    font-size: 15px;
  }
}
#products .product_inner .product_box .wine-inner {
  height: 100%;
}
#products .product_inner .product_box .wine-inner p.logo {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
#products .product_inner .product_box .wine-inner p.logo img {
  display: inline-block;
  vertical-align: bottom;
}
#products .product_inner .product_box .drink-inner {
  height: 100%;
}
#products .product_inner .product_box .drink-inner p.logo {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
#products .product_inner .product_box .drink-inner p.logo img {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.25);
}
#products .product_inner .product_box .wine-inner .product_link, #products .product_inner .product_box .drink-inner .product_link {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
#products .product_inner .product_box .wine-inner .product_link a, #products .product_inner .product_box .drink-inner .product_link a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 24px 40px;
  transition: all 0.6s ease;
}
#products .product_inner .product_box .wine-inner .product_link a:hover, #products .product_inner .product_box .drink-inner .product_link a:hover {
  background: #C10013;
  color: #fdfdfd;
}
#products .product_inner .product_box .product_link {
  text-align: center;
  position: absolute;
  bottom: 70px;
  width: 100%;
}
#products .product_inner .product_box .product_link a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 18px;
  transition: all 0.6s ease;
}
#products .product_inner .product_box .product_link a:hover {
  background: #C10013;
  color: #fdfdfd;
}

/*# sourceMappingURL=index.css.map */
