#global-header {
  position: relative;
}
#global-header .inner {
  width: 100%;
}
#global-header .inner h1 {
  text-align: center;
}
#global-header .inner h1 a {
  padding: 24px 0;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #global-header .inner h1 a img {
    width: 120px;
    height: auto;
  }
}

#utility-navi {
  display: flex;
  justify-content: space-between;
  width: 120px;
  position: absolute;
  top: 64px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  #utility-navi {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 520px) {
  #utility-navi {
    top: 54px;
    right: 40px;
  }
}
#utility-navi a {
  display: inline-block;
  width: auto;
  height: 24px;
  text-align: center;
}
#utility-navi a img {
  width: auto;
  height: 100%;
}

#key-visual .key-slide {
  width: 100%;
  height: 220px;
  background: #f9f9f9;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide {
    height: 150px;
  }
}
#key-visual .key-slide .key-text {
  text-align: center;
}
#key-visual .key-slide .key-text .large-en {
  color: #525252;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide .key-text .large-en {
    font-size: 26px;
  }
}
#key-visual .key-slide .key-text .large-en.products-name {
  font-size: 3em;
  margin-bottom: 6px;
}
@media screen and (max-width: 1360px) {
  #key-visual .key-slide .key-text .large-en.products-name {
    font-size: 4.2em;
  }
}
@media screen and (max-width: 1112px) {
  #key-visual .key-slide .key-text .large-en.products-name {
    font-size: 3.8em;
  }
}
#key-visual .key-slide .key-text .small-ja {
  color: #e35c66;
  font-size: 15px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 834px) {
  #key-visual .key-slide .key-text {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide .key-text {
    font-size: 13px;
  }
}

#pankuzu {
  width: 100%;
  background: #e35c66;
}
#pankuzu .inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 5px 0;
}
#pankuzu .inner .list {
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}
#pankuzu .inner .list a {
  color: #ffffff;
  font-size: 1.1em;
}
#pankuzu .inner .list span {
  color: #ffffff;
  font-size: 1.1em;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    display: none;
  }
}

#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;
}

#container {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #container {
    width: 100%;
  }
}
@media screen and (max-width: 1112px) {
  #container {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #container {
    padding: 0;
  }
}

.main_content {
  padding: 80px 0;
}
.main_content#thaicurry {
  background: url(../products/images/thaicurry_bg.png) no-repeat;
  background-size: cover;
}
.main_content#thaicurry .content_inner {
  display: block;
}
.main_content#mango {
  background: url(../products/images/mango_bg.png) no-repeat;
  background-size: cover;
}
.main_content#justbe {
  background: url(../products/images/wine_bg.png) no-repeat;
  background-size: cover;
}
.main_content#shark {
  background: url(../products/images/shark_bg.png) no-repeat;
  background-size: cover;
}
.main_content .content_inner {
  width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1360px) {
  .main_content .content_inner {
    width: 90%;
  }
}

#thaicurry .content_inner .curry_box {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  #thaicurry .content_inner .curry_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#thaicurry .content_inner .curry_box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #thaicurry .content_inner .curry_box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #thaicurry .content_inner .curry_box .pic {
    margin-bottom: 20px;
  }
}
#thaicurry .content_inner .curry_box .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#thaicurry .content_inner .curry_box .info {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  #thaicurry .content_inner .curry_box .info .info_inner {
    width: 100%;
  }
}
#thaicurry .content_inner .curry_box .info .info_inner .title {
  margin-bottom: 18px;
}
@media screen and (max-width: 1360px) {
  #thaicurry .content_inner .curry_box .info .info_inner .title {
    text-align: center;
  }
}
#thaicurry .content_inner .curry_box .info .info_inner .title 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% 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: bold;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
}
@media screen and (max-width: 1360px) {
  #thaicurry .content_inner .curry_box .info .info_inner .subtitle {
    text-align: center;
  }
}
#thaicurry .content_inner .curry_box .info .info_inner .subtitle span {
  line-height: 1;
  display: inline-block;
  padding: 12px 36px;
  border-radius: 2em;
  color: #1a1a1a;
  font-size: 28px;
  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%);
}
#thaicurry .content_inner .curry_box .info .info_inner .desc {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #thaicurry .content_inner .curry_box .info .info_inner .desc {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #thaicurry .content_inner .curry_box .info .info_inner .desc {
    font-size: 21px;
  }
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group {
  display: flex;
  justify-content: space-between;
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div {
  width: 50%;
  padding: 14px 0;
  text-align: center;
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div p, #thaicurry .content_inner .curry_box .info .info_inner .btn_group > div a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div p {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #thaicurry .content_inner .curry_box .info .info_inner .btn_group > div p {
    font-size: 21px;
  }
}
@media screen and (max-width: 520px) {
  #thaicurry .content_inner .curry_box .info .info_inner .btn_group > div p {
    font-size: 14px;
  }
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div a {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 520px) {
  #thaicurry .content_inner .curry_box .info .info_inner .btn_group > div a {
    font-size: 13px;
  }
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div.detail_btn {
  text-align: center;
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div.detail_btn a {
  background: #0E3D00;
  outline: 1px solid #0E3D00;
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div.detail_btn a:hover {
  color: #0E3D00;
  background: #fff;
  outline-offset: -4px;
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div.buy_btn {
  text-align: center;
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div.buy_btn a {
  background: #740A0F;
  outline: 1px solid #740A0F;
}
#thaicurry .content_inner .curry_box .info .info_inner .btn_group > div.buy_btn a:hover {
  color: #740A0F;
  background: #fff;
  outline-offset: -4px;
}

@media screen and (max-width: 768px) {
  #mango {
    background-position: 75% center !important;
  }
}
@media screen and (max-width: 768px) {
  #mango .content_inner {
    display: block;
  }
}
#mango .content_inner .info_box {
  padding: 60px 40px;
  background: rgba(253, 214, 160, 0.7);
}
@media screen and (max-width: 520px) {
  #mango .content_inner .info_box {
    padding: 30px 20px;
  }
}
#mango .content_inner .info_box .icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #mango .content_inner .info_box .icon {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #mango .content_inner .info_box .icon img {
    width: 75px;
    height: auto;
    vertical-align: bottom;
  }
}
#mango .content_inner .info_box h3 {
  font-size: 32px;
  font-weight: bold;
  color: #363636;
}
@media screen and (max-width: 1360px) {
  #mango .content_inner .info_box h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  #mango .content_inner .info_box h3 {
    font-size: 16px;
  }
}
#mango .content_inner .info_box .sub {
  font-size: 24px;
  color: #363636;
  margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  #mango .content_inner .info_box .sub {
    font-size: 15px;
    text-align: center;
  }
}
#mango .content_inner .info_box .himitsu_list li {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1360px) {
  #mango .content_inner .info_box .himitsu_list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #mango .content_inner .info_box .himitsu_list li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #mango .content_inner .info_box .himitsu_list li {
    font-size: 16px;
  }
}
#mango .content_inner .info_box .himitsu_list li:last-child {
  margin-bottom: 0;
}
#mango .content_inner .info_box .himitsu_list li img {
  margin-right: 6px;
}
#mango .content_inner .link_box {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
}
#mango .content_inner .link_box .box_inner {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #mango .content_inner .link_box .box_inner {
    width: 100%;
    display: block;
  }
}
#mango .content_inner .link_box .box_inner .icon {
  height: 58px;
  text-align: center;
}
#mango .content_inner .link_box .box_inner .desc {
  text-align: center;
  font-size: 21px;
  margin-bottom: 10px;
}
#mango .content_inner .link_box .box_inner a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 14px 26px;
  color: #0b0b0b;
  line-height: 1;
  transition: all 0.4s ease-in;
}
#mango .content_inner .link_box .box_inner a.detail {
  background: #FABE04;
}
@media screen and (max-width: 1100px) {
  #mango .content_inner .link_box .box_inner a.detail {
    display: inline-block;
    margin-bottom: 20px;
  }
}
#mango .content_inner .link_box .box_inner a.detail:hover {
  background: #fff;
  color: #FABE04;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
#mango .content_inner .link_box .box_inner a.buy {
  background: #FADE04;
}
#mango .content_inner .link_box .box_inner a.buy:hover {
  background: #fff;
  color: #FADE04;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  #justbe .content_inner {
    display: block;
  }
}
#justbe .content_inner .info {
  background: rgba(130, 127, 105, 0.75);
  padding: 40px 60px;
}
@media screen and (max-width: 1100px) {
  #justbe .content_inner .info {
    padding: 20px;
  }
}
#justbe .content_inner .info .logo {
  text-align: center;
  margin-bottom: 20px;
}
#justbe .content_inner .info .logo img {
  width: 170px;
  height: auto;
  vertical-align: bottom;
}
#justbe .content_inner .info .desc {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: serif;
}
@media screen and (max-width: 520px) {
  #justbe .content_inner .info .desc {
    font-size: 14px;
  }
}
#justbe .content_inner .info dl dt, #justbe .content_inner .info dl dd {
  color: #fff;
}
#justbe .content_inner .info dl dt {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
}
@media screen and (max-width: 520px) {
  #justbe .content_inner .info dl dt {
    font-size: 17px;
  }
}
#justbe .content_inner .info dl dd {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #justbe .content_inner .info dl dd {
    font-size: 13px;
  }
}
#justbe .content_inner .info .btn_box a {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 1360px) {
  #justbe .content_inner .info .btn_box a {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  #justbe .content_inner .info .btn_box a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0;
  }
}
#justbe .content_inner .info .btn_box .secco {
  background: #655400;
  margin-right: 10px;
}
@media screen and (max-width: 520px) {
  #justbe .content_inner .info .btn_box .secco {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
#justbe .content_inner .info .btn_box .secco:hover {
  color: #655400;
  background: #fff;
}
#justbe .content_inner .info .btn_box .hugo {
  background: #B5BC1B;
  margin-right: 10px;
}
@media screen and (max-width: 520px) {
  #justbe .content_inner .info .btn_box .hugo {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
#justbe .content_inner .info .btn_box .hugo:hover {
  color: #B5BC1B;
  background: #fff;
}
#justbe .content_inner .info .btn_box .buy {
  background: #1C140D;
}
#justbe .content_inner .info .btn_box .buy:hover {
  color: #1C140D;
  background: #fff;
}
#justbe .content_inner .pic {
  background: rgba(0, 0, 0, 0.75);
  padding: 40px;
}
@media screen and (max-width: 520px) {
  #justbe .content_inner .pic {
    padding: 15px 10px;
  }
}
#justbe .content_inner .pic img {
  width: 80%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 1360px) {
  #justbe .content_inner .pic img {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #justbe .content_inner .pic img {
    width: 100%;
    top: auto;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #shark .content_inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
#shark .content_inner .pic {
  width: 100%;
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 1100px) {
  #shark .content_inner .pic {
    padding: 20px;
  }
}
#shark .content_inner .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  top: 70px;
}
#shark .content_inner .info .info_inner {
  margin-top: 15%;
  height: 70%;
  background: rgba(255, 255, 255, 0.75);
  padding: 40px;
}
@media screen and (max-width: 1100px) {
  #shark .content_inner .info .info_inner {
    padding: 20px;
    height: 80%;
    margin-top: 10%;
  }
}
#shark .content_inner .info .info_inner .logo {
  margin-bottom: 20px;
}
#shark .content_inner .info .info_inner .desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 1360px) {
  #shark .content_inner .info .info_inner .desc {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 520px) {
  #shark .content_inner .info .info_inner .desc {
    font-size: 12px;
  }
}
#shark .content_inner .info .info_inner .link_wrap {
  display: flex;
}
#shark .content_inner .info .info_inner .link_wrap .link_box:nth-child(1) {
  margin-right: 20px;
}
#shark .content_inner .info .info_inner .link_wrap .link_box:nth-child(1) a {
  background: #373674;
}
#shark .content_inner .info .info_inner .link_wrap .link_box:nth-child(1) a:hover {
  color: #373674;
  background: #fff;
}
#shark .content_inner .info .info_inner .link_wrap .link_box .btn_desc {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #shark .content_inner .info .info_inner .link_wrap .link_box .btn_desc {
    font-size: 14px;
  }
}
#shark .content_inner .info .info_inner .link_wrap .link_box a {
  display: inline-block;
  padding: 10px 24px;
  background: #0086CA;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.5s ease-in;
}
#shark .content_inner .info .info_inner .link_wrap .link_box a:hover {
  background: #fff;
  color: #0086CA;
}

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