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

.page_eyecatch {
  background: url(../products/images/thaicurry_bg.png) no-repeat;
  background-size: cover;
  height: 400px;
  display: grid;
  place-items: center;
}
.page_eyecatch .page_eyecatch_inner {
  text-align: center;
}
.page_eyecatch .page_eyecatch_inner .title {
  margin-bottom: 10px;
}
.page_eyecatch .page_eyecatch_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));
}
.page_eyecatch .page_eyecatch_inner .subtitle {
  margin-bottom: 18px;
}
.page_eyecatch .page_eyecatch_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%);
}
.page_eyecatch .page_eyecatch_inner .desc {
  color: #fff;
  font-family: serif;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .page_eyecatch .page_eyecatch_inner .desc {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
  }
}

.greencurry {
  display: grid;
  grid-template-columns: 50% 50%;
  background: #221E13;
}
@media screen and (max-width: 768px) {
  .greencurry {
    display: flex;
    flex-direction: column-reverse;
  }
}
.greencurry .info {
  padding: 40px 30px;
  display: grid;
  grid-template-columns: 40% 57%;
  column-gap: 3%;
}
@media screen and (max-width: 520px) {
  .greencurry .info {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .greencurry .info .info_pic {
    text-align: center;
    margin-bottom: 24px;
  }
}
.greencurry .info .info_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  .greencurry .info .info_pic img {
    width: 70%;
  }
}
.greencurry .info .info_main .badge {
  margin-bottom: 14px;
}
.greencurry .info .info_main .badge img {
  width: 90%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
.greencurry .info .info_main h3 {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.2;
  font-size: 38px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .greencurry .info .info_main h3 {
    font-size: 27px;
  }
}
.greencurry .info .info_main .name_ja {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
}
.greencurry .info .info_main .info_bn img {
  display: inline-block;
}
.greencurry .info .info_main .info_bn img.level {
  width: 130px;
  margin-right: 15px;
}
.greencurry .info .info_main .info_bn img.net {
  width: 70px;
}
.greencurry .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: 0 center;
}

.massamancurry {
  display: grid;
  grid-template-columns: 50% 50%;
  background: #221E13;
}
@media screen and (max-width: 520px) {
  .massamancurry {
    display: flex;
    flex-direction: column;
  }
}
.massamancurry .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: 100% center;
}
.massamancurry .info {
  padding: 40px 30px;
  display: grid;
  grid-template-columns: 57% 40%;
  column-gap: 3%;
}
@media screen and (max-width: 520px) {
  .massamancurry .info {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 520px) {
  .massamancurry .info .info_pic {
    text-align: center;
    margin-bottom: 20px;
  }
}
.massamancurry .info .info_pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  .massamancurry .info .info_pic img {
    width: 70%;
  }
}
.massamancurry .info .info_main .badge {
  margin-bottom: 14px;
}
.massamancurry .info .info_main .badge img {
  width: 90%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
.massamancurry .info .info_main h3 {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.2;
  font-size: 38px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .massamancurry .info .info_main h3 {
    font-size: 27px;
  }
}
.massamancurry .info .info_main .name_ja {
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
}
.massamancurry .info .info_main .info_bn img {
  display: inline-block;
}
.massamancurry .info .info_main .info_bn img.level {
  width: 130px;
  margin-right: 15px;
}
.massamancurry .info .info_main .info_bn img.net {
  width: 70px;
}

.sweetbasil_wrap {
  background: #C3D3C4;
  padding: 50px 0;
}
.sweetbasil_wrap .sweetbasil_inner {
  width: 1360px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .sweetbasil_wrap .sweetbasil_inner {
    width: 90%;
  }
}
.sweetbasil_wrap .sweetbasil_inner img.pc {
  display: inline-block;
  width: 70%;
  height: auto;
  vertical-align: bottom;
}
.sweetbasil_wrap .sweetbasil_inner img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sweetbasil_wrap .sweetbasil_inner img.pc {
    display: none;
  }
  .sweetbasil_wrap .sweetbasil_inner img.sp {
    display: inline-block;
    width: 70%;
    height: auto;
    vertical-align: bottom;
  }
}

.curry_bn {
  padding: 80px 0;
  background: url(../products/images/curry/curry_bottom_bg.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.curry_bn h3 {
  text-align: center;
}
.curry_bn h3 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));
}
.curry_bn .desc {
  text-align: center;
  color: #fff;
  font-family: serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.curry_bn .buy_btn {
  display: inline-block;
  padding: 10px 40px;
  font-size: 21px;
  color: #fff;
  background: #740A0F;
  outline: 1px solid #740A0F;
  transition: all 0.5s ease-in;
}
.curry_bn .buy_btn:hover {
  color: #740A0F;
  background: #fff;
  outline-offset: -4px;
}

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