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

.content_eyecatch {
  background: url(../products/images/mango/mango_main_bg.png) no-repeat;
  background-size: cover;
  height: 750px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1280px) {
  .content_eyecatch {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .content_eyecatch {
    height: 480px;
  }
}
@media screen and (max-width: 520px) {
  .content_eyecatch {
    height: 360px;
  }
}
.content_eyecatch .eyecatch_inner h3 {
  text-align: center;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  font-family: "quasimoda-2", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .content_eyecatch .eyecatch_inner h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .content_eyecatch .eyecatch_inner h3 {
    font-size: 21px;
    margin-top: 16px;
  }
}
.content_eyecatch .eyecatch_inner p {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
  .content_eyecatch .eyecatch_inner p {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .content_eyecatch .eyecatch_inner p {
    font-size: 17px;
  }
}

#mango_content {
  padding: 80px 0;
  background: url(../products/images/mango_bg.png) no-repeat;
  background-size: cover;
}
#mango_content .content_inner {
  width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1280px) {
  #mango_content .content_inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #mango_content .content_inner {
    display: block;
  }
}
#mango_content .content_inner .info_box {
  padding: 60px 40px;
  background: rgba(253, 214, 160, 0.7);
}
@media screen and (max-width: 520px) {
  #mango_content .content_inner .info_box {
    padding: 30px 20px;
  }
}
#mango_content .content_inner .info_box .icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #mango_content .content_inner .info_box .icon {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  #mango_content .content_inner .info_box .icon img {
    width: 75px;
    height: auto;
    vertical-align: bottom;
  }
}
#mango_content .content_inner .info_box h3 {
  font-size: 32px;
  font-weight: bold;
  color: #363636;
}
@media screen and (max-width: 1280px) {
  #mango_content .content_inner .info_box h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #mango_content .content_inner .info_box h3 {
    font-size: 16px;
  }
}
#mango_content .content_inner .info_box .sub {
  font-size: 24px;
  color: #363636;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  #mango_content .content_inner .info_box .sub {
    font-size: 21px;
  }
}
@media screen and (max-width: 520px) {
  #mango_content .content_inner .info_box .sub {
    font-size: 15px;
    text-align: center;
  }
}
#mango_content .content_inner .info_box .himitsu_list li {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1280px) {
  #mango_content .content_inner .info_box .himitsu_list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #mango_content .content_inner .info_box .himitsu_list li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #mango_content .content_inner .info_box .himitsu_list li {
    font-size: 16px;
  }
}
#mango_content .content_inner .info_box .himitsu_list li:last-child {
  margin-bottom: 0;
}
#mango_content .content_inner .info_box .himitsu_list li img {
  margin-right: 6px;
}
#mango_content .content_inner .link_box {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
}
#mango_content .content_inner .link_box .mango_image {
  width: auto;
  height: 220px;
  margin-bottom: 10px;
  display: inline-block;
}
#mango_content .content_inner .link_box .box_inner {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 4%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #mango_content .content_inner .link_box .box_inner {
    width: 100%;
    display: block;
  }
}
#mango_content .content_inner .link_box .box_inner .icon {
  height: 58px;
  text-align: center;
}
#mango_content .content_inner .link_box .box_inner .desc {
  text-align: center;
  font-size: 21px;
  margin-bottom: 10px;
}
#mango_content .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 .content_inner .link_box .box_inner a.detail {
  background: #FABE04;
}
@media screen and (max-width: 1100px) {
  #mango_content .content_inner .link_box .box_inner a.detail {
    display: inline-block;
    margin-bottom: 20px;
  }
}
#mango_content .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 .content_inner .link_box .box_inner a.buy {
  background: #FADE04;
}
#mango_content .content_inner .link_box .box_inner a.buy:hover {
  background: #fff;
  color: #FADE04;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

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