#global-header {
  width: 100%;
}
#global-header .inner {
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-header .inner .logo {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#global-header .inner .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
#global-header .inner .logo a img {
  width: auto;
  height: 70%;
}
@media screen and (max-width: 768px) {
  #global-header .inner .logo {
    width: 100%;
    display: block;
  }
  #global-header .inner .logo h1 {
    width: 100%;
  }
  #global-header .inner .logo h1 a {
    text-align: center;
  }
}
#global-header .inner #global-navi {
  width: 80%;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  display: block;
  text-align: center;
  transition: all .7s ease;
  width: 100%;
  height: 100%;
  padding: 8px 0;
}
#global-header .inner #global-navi ul li a span {
  text-align: center;
  transition: all .7s ease;
  width: 100%;
}
#global-header .inner #global-navi ul li a span.ja {
  font-size: 1.4em;
  color: #232323;
}
#global-header .inner #global-navi ul li a span.en {
  font-size: 1.1em;
  color: #214f9e;
}
#global-header .inner #global-navi ul li a:hover {
  background: #214f9e;
}
#global-header .inner #global-navi ul li a:hover span.ja {
  color: #ffffff;
}
#global-header .inner #global-navi ul li a:hover span.en {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #global-header .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner {
    display: block;
    width: 100%;
    height: 70px;
  }
}

#key-visual {
  position: relative;
  margin-bottom: 100px;
}
#key-visual img.key-pic {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
#key-visual img.key-text {
  width: auto;
  height: 89px;
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 6%;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 1024px) {
  #key-visual img.key-text {
    height: 56px;
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  #key-visual img.key-text {
    height: 32px;
    top: 48%;
  }
}
@media screen and (max-width: 415px) {
  #key-visual img.key-text {
    height: 18px;
    top: 48%;
  }
}

#pankuzu {
  background: #ccc;
}
#pankuzu .inner {
  width: 1000px;
  margin: 0 auto;
}
#pankuzu .inner span.navi-list {
  display: inline-block;
}
#pankuzu .inner span.navi-list a {
  color: #ffffff;
  padding: 8px 0;
  display: inline-block;
  font-size: 1.4em;
}
#pankuzu .inner span.navi-list i {
  color: #ffffff;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  #pankuzu .inner {
    width: 90%;
  }
}

main#container {
  background-size: cover;
  padding-bottom: 100px;
}
main#container .main-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#container .main-inner {
    width: 100%;
  }
}

.content-header {
  width: 450px;
  height: 195px;
  background: #001a60;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  left: 40px;
}
.content-header div {
  padding-left: 64px;
  position: relative;
}
.content-header div h2 {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: .15em;
  margin-bottom: 8px;
  color: #ffffff;
}
.content-header div p {
  font-size: 1.5em;
  color: #cccccc;
}

div.tab-head {
  width: 1000px;
  margin: 0 auto;
}
div.tab-head #tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
div.tab-head #tab li {
  width: 100%;
  padding: 20px;
  background: #b2b2b2;
}
div.tab-head #tab li.present {
  background: #1a1a1a;
}
div.tab-head #tab li span.en {
  font-size: 1.1em;
  font-weight: bold;
  color: #ffffff;
}
div.tab-head #tab li span.ja {
  font-size: 1.2em;
  color: #cbcbcb;
}
@media screen and (max-width: 768px) {
  div.tab-head {
    width: 95%;
  }
  div.tab-head #tab {
    align-items: stretch;
  }
  div.tab-head #tab li {
    padding: 10px;
  }
  div.tab-head #tab li span.en {
    font-size: 1.2em;
  }
  div.tab-head #tab li span.ja {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 415px) {
  div.tab-head #tab {
    display: block;
  }
}

#tabbody {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #tabbody {
    width: 95%;
  }
}

#page1 {
  padding-top: 40px;
}
#page1 p.product-desc {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #454545;
  letter-spacing: .15em;
  line-height: 1.8;
  padding: 24px;
  border: 1px solid #cfcfcf;
  background: #efefef;
}
#page1 p.product-desc span {
  color: #EA788B;
  font-weight: bold;
}
#page1 figure {
  text-align: center;
  padding: 100px 0 64px;
}
#page1 p.wc-title,
#page1 p.wc-desc {
  text-align: center;
}
#page1 p.wc-title {
  margin-bottom: 64px;
}
#page1 p.wc-desc {
  margin-bottom: 64px;
}
#page1 p.wc-desc img:nth-child(1) {
  margin-bottom: 64px;
}
#page1 div.contact-box {
  text-align: center;
}
#page1 div.contact-box p.attention {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8;
  margin-bottom: 40px;
}
#page1 div.contact-box a.button {
  display: inline-block;
  font-size: 1.6em;
  border: 3px solid #d6dce1;
  background: #f1f3f6;
  color: #4d4d4d;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  #page1 p.product-desc {
    font-size: 1.4em;
  }
  #page1 div.contact-box p.attention {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 415px) {
  #page1 figure img {
    width: 100%;
    height: auto;
  }
  #page1 p.wc-title img,
  #page1 p.wc-desc img {
    width: 100%;
    height: auto;
  }
}

#page2 {
  padding-top: 40px;
}
#page2 p.product-desc {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #454545;
  letter-spacing: .15em;
  line-height: 1.8;
  padding: 24px;
  border: 1px solid #cfcfcf;
  background: #efefef;
}
#page2 p.product-desc span {
  color: #EA788B;
  font-weight: bold;
}
#page2 figure {
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
#page2 figure img {
  width: 80%;
  height: auto;
}
#page2 div.contact-box {
  text-align: center;
}
#page2 div.contact-box p.attention {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8;
  margin-bottom: 40px;
}
#page2 div.contact-box a.button {
  display: inline-block;
  font-size: 1.6em;
  border: 3px solid #d6dce1;
  background: #f1f3f6;
  color: #4d4d4d;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  #page2 p.product-desc {
    font-size: 1.4em;
  }
  #page2 div.contact-box p.attention {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 415px) {
  #page2 figure {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  #page2 figure img {
    width: 100%;
    height: auto;
  }
  #page2 div.contact-box a.button {
    font-size: 1.3em;
  }
}

#page3 {
  padding-top: 40px;
}
#page3 p.product-desc {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #454545;
  letter-spacing: .15em;
  line-height: 1.8;
  padding: 24px;
  border: 1px solid #cfcfcf;
  background: #efefef;
}
#page3 p.product-desc span {
  color: #EA788B;
  font-weight: bold;
}
#page3 .fine-cacao {
  margin-bottom: 120px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  width: 100%;
  overflow-x: hidden;
}
#page3 .fine-cacao .title-pic {
  text-align: center;
  padding: 40px;
  margin-bottom: 80px;
  position: relative;
  transition: all 1s .6s ease;
  top: 80px;
  opacity: 0;
}
#page3 .fine-cacao .title-pic img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
#page3 .fine-cacao .title-pic.active {
  top: 0;
  opacity: 1;
}
#page3 .fine-cacao .intro-area {
  position: relative;
}
#page3 .fine-cacao .intro-area .pic1 {
  position: relative;
  z-index: 3;
  transition: all 1s .6s ease;
  top: 0;
  left: 40px;
  opacity: 0;
}
#page3 .fine-cacao .intro-area .pic2 {
  position: relative;
  top: -100px;
  left: 50%;
  transition: all 1s .6s ease;
  opacity: 0;
}
#page3 .fine-cacao .intro-area .pic3 {
  position: relative;
  top: -180px;
  left: -15%;
  transition: all 1s .6s ease;
  opacity: 0;
}
#page3 .fine-cacao .intro-area .pic1.active {
  top: 0;
  left: 0;
  opacity: 1;
}
#page3 .fine-cacao .intro-area .pic2.active {
  top: -100px;
  left: 40%;
  opacity: 1;
}
#page3 .fine-cacao .intro-area .pic3.active {
  top: -140px;
  left: 5%;
  opacity: 1;
}
#page3 .fine-cacao .intro-area img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
#page3 .fine-cacao .award {
  margin-bottom: 80px;
  transition: all 1s .8s ease;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
}
#page3 .fine-cacao .award.active {
  opacity: 1;
}
#page3 .fine-cacao .award img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #page3 .fine-cacao {
    padding-bottom: 80px;
  }
}
#page3 .manuca {
  width: 100%;
  overflow-x: hidden;
}
#page3 .manuca h2 {
  text-align: center;
  margin-bottom: 100px;
}
#page3 .manuca h2 span {
  display: inline-block;
  border-radius: 2em;
  padding: 8px 40px;
  font-size: 1.7em;
  font-weight: bold;
  color: #343434;
  border: 1px solid #343434;
}
#page3 .manuca div.pic-area {
  margin-bottom: 80px;
}
#page3 .manuca div.pic-area p {
  text-align: center;
  position: relative;
  opacity: 0;
}
#page3 .manuca div.pic-area .pic1 {
  transition: all 1s .2s ease;
  top: 0;
  left: -40px;
}
#page3 .manuca div.pic-area .pic2 {
  transition: all 1s .4s ease;
  top: 0;
  left: 64px;
}
#page3 .manuca div.pic-area .pic3 {
  transition: all 1s .7s ease;
  top: 0;
  left: -32px;
}
#page3 .manuca div.pic-area .pic1.active {
  top: 0;
  left: 0;
  opacity: 1;
}
#page3 .manuca div.pic-area .pic2.active {
  top: 0;
  left: 0;
  opacity: 1;
}
#page3 .manuca div.pic-area .pic3.active {
  top: 0;
  left: 0;
  opacity: 1;
}
#page3 div.contact-box {
  text-align: center;
}
#page3 div.contact-box p.attention {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8;
  margin-bottom: 40px;
}
#page3 div.contact-box a.button {
  display: inline-block;
  font-size: 1.6em;
  border: 3px solid #d6dce1;
  background: #f1f3f6;
  color: #4d4d4d;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  #page3 p.product-desc {
    font-size: 1.4em;
  }
  #page3 .fine-cacao .title-pic img {
    width: 100%;
    height: auto;
  }
  #page3 .fine-cacao .intro-area {
    position: relative;
  }
  #page3 .fine-cacao .intro-area .pic1 {
    position: relative;
    z-index: 3;
  }
  #page3 .fine-cacao .intro-area .pic2 {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
  }
  #page3 .fine-cacao .intro-area .pic2 img {
    position: relative;
    top: -80px;
    left: 25%;
  }
  #page3 .fine-cacao .intro-area .pic3 {
    position: relative;
    top: auto;
    left: 0;
    z-index: 1;
  }
  #page3 .fine-cacao .intro-area .pic3 img {
    position: relative;
    top: -140px;
    left: 5%;
  }
  #page3 .fine-cacao .intro-area .pic1.active {
    top: 0;
    left: 0;
    opacity: 1;
  }
  #page3 .fine-cacao .intro-area .pic2.active {
    top: -20px;
    left: 2%;
    opacity: 1;
  }
  #page3 .fine-cacao .intro-area .pic3.active {
    top: 20px;
    left: 5%;
    opacity: 1;
  }
  #page3 .manuca div.pic-area .pic1.active {
    top: 0;
    left: 0;
    opacity: 1;
  }
  #page3 .manuca div.pic-area .pic2.active {
    top: 0;
    left: 0;
    opacity: 1;
  }
  #page3 .manuca div.pic-area .pic3.active {
    top: 0;
    left: 0;
    opacity: 1;
  }
  #page3 div.contact-box p.attention {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 415px) {
  #page3 .fine-cacao .title-pic {
    padding: 10px;
    margin-bottom: 40px;
  }
  #page3 .fine-cacao .title-pic img {
    width: 100%;
    height: auto;
  }
  #page3 .fine-cacao .intro-area {
    position: relative;
  }
  #page3 .fine-cacao .intro-area .pic1 img {
    width: 80%;
  }
  #page3 .fine-cacao .intro-area .pic2 {
    position: relative;
    top: auto;
    left: auto;
  }
  #page3 .fine-cacao .intro-area .pic2 img {
    width: 80%;
    height: auto;
    position: relative;
    top: -40px;
    left: 25%;
  }
  #page3 .fine-cacao .intro-area .pic3 {
    position: relative;
    top: auto;
    left: 0;
  }
  #page3 .fine-cacao .intro-area .pic3 img {
    width: 80%;
    height: auto;
    position: relative;
    top: -100px;
    left: 5%;
  }
  #page3 .fine-cacao .intro-area .pic1.active {
    top: 0;
    left: 0;
    opacity: 1;
  }
  #page3 .fine-cacao .intro-area .pic2.active {
    top: 0;
    left: 1%;
    opacity: 1;
  }
  #page3 .fine-cacao .intro-area .pic3.active {
    top: 60px;
    left: 5%;
    opacity: 1;
  }
  #page3 .manuca div.pic-area {
    margin-bottom: 80px;
  }
  #page3 .manuca div.pic-area p {
    text-align: center;
  }
  #page3 .manuca div.pic-area p img {
    width: 100%;
    height: auto;
  }
}

.backtop {
  text-align: center;
  border-top: 1px solid #dfdfdf;
}
.backtop a {
  display: block;
  width: 100%;
  padding: 16px 0;
  transition: all .4s ease;
}
.backtop a img {
  width: auto;
  height: 13px;
}
.backtop a:hover {
  background: #dfdfdf;
}

footer#global-footer {
  background: #f2f2f2;
}
footer#global-footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer#global-footer .footer-inner h1 {
  width: 24%;
  text-align: center;
}
footer#global-footer .footer-inner h1 a {
  padding: 12px 0;
  display: inline-block;
}
footer#global-footer .footer-inner h1 a img {
  vertical-align: bottom;
  width: auto;
  height: 60%;
}
footer#global-footer .footer-inner .footer-navi {
  width: 76%;
}
footer#global-footer .footer-inner .footer-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
footer#global-footer .footer-inner .footer-navi ul li {
  width: 100%;
}
footer#global-footer .footer-inner .footer-navi ul li a {
  font-size: 1.4em;
  letter-spacing: .15em;
  padding: 28px 0;
  line-height: 1;
  width: 100%;
  color: #333;
  display: inline-block;
  text-align: center;
  transition: all .5s ease;
}
footer#global-footer .footer-inner .footer-navi ul li a:hover {
  background: #001035;
  color: #ffffff;
}
footer#global-footer .copy {
  background: #4d4d4d;
}
footer#global-footer .copy small {
  display: block;
  width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  padding: 8px 0;
  font-size: 1.2em;
}
@media screen and (max-width: 1200px) {
  footer#global-footer .footer-inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  footer#global-footer .footer-inner {
    width: 95%;
  }
  footer#global-footer .footer-inner h1 {
    width: 15%;
  }
  footer#global-footer .footer-inner .footer-navi {
    width: 85%;
  }
  footer#global-footer .copy small {
    width: 90%;
  }
}
@media screen and (max-width: 415px) {
  footer#global-footer .footer-inner h1 {
    width: 100%;
  }
  footer#global-footer .footer-navi {
    display: none;
  }
  footer#global-footer .copy {
    text-align: center;
  }
  footer#global-footer .copy small {
    width: 100%;
  }
}

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