@charset "utf-8";
/*
 * ==========================================================================
 *
 * ベースレイアウトCSS
 *
 * ==========================================================================
 */
/**
 * ---------------------------------------------------
 * Web font setting
 * ---------------------------------------------------
 */
/**
 * ---------------------------------------------------
 * reset
 * ---------------------------------------------------
 */
body, h1, h2, h3, h4, h5, h6, p, li, dl, dd, pre, form, blockquote, fieldset, input, address, figure, figcaption {
  margin: 0;
  padding: 0;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
/**
 * ---------------------------------------------------
 * img
 * ---------------------------------------------------
 */
img {
  border: none;
}
/**
 * ---------------------------------------------------
 * default
 * ---------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, caption {
  font-weight: normal;
  font-size: 100%;
}
a {
  outline: none;
}
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
caption {
  text-align: left;
}
fieldset {
  border: none;
}
legend {
  display: none;
}
input[type=radio], input[type=checkbox], select {
  vertical-align: middle;
}
*, *::before, *::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * ---------------------------------------------------
 * link
 * ---------------------------------------------------
 */
a {
  color: #231815;
  text-decoration: none;
}
a:link {
  color: #231815;
  text-decoration: none;
}
a:visited {
  color: #231815;
  text-decoration: none;
}
a:hover {
  color: #231815;
  text-decoration: none;
}
a:active {
  color: #231815;
  text-decoration: none;
}
/**
 * ---------------------------------------------------
 * html
 * ---------------------------------------------------
 */
html {
  font-size: 62.5%;
}
/**
 * ---------------------------------------------------
 * body
 * ---------------------------------------------------
 */
body {
  line-height: 1.6;
  font-size: 1.4rem;
  font-family:
    'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #231815;
  background-color: #fefdf8;
  position: relative;
  width: 100%;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
}
/**
 * ---------------------------------------------------
 * wrapper
 * ---------------------------------------------------
 */
#wrapper {
  width: 100%;
  /*height: 100%;*/
  position: relative;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
/**
 * ---------------------------------------------------
 * header
 * ---------------------------------------------------
 */
#siteHeader {}
#siteHeader .shInner {
  position: relative;
  padding: 32px 22px 24px 55px;
}
#siteHeader .infoVox {
  position: absolute;
  top: 0;
  right: 2.2%;
  width: 50%;
  height: 100%;
}
#siteHeader .infoVox .brand {
  position: absolute;
  top: 15px;
  right: 5px;
}
#siteHeader .infoVox .movie {
  position: absolute;
  top: 0;
  right: 92px;
}
#siteHeader .infoVox .sns {
  position: absolute;
  right: -7px;
  bottom: 22px;
  text-align: center;
}
#siteHeader .infoVox .sns li {
  display: inline-block;
  text-align: center;
  margin: 0 7px;
}
/**
 * ---------------------------------------------------
 * gNav
 * ---------------------------------------------------
 */
#gNav {}
#gNav ul {
  font-family: 'Times New Roman', 'Cambria', 'Georgia', sans-serif;
  font-size: 1.4rem;
  overflow: hidden;
}
/**
 * ---------------------------------------------------
 * gNavOpener
 * ---------------------------------------------------
 */
#gNavOpener {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 2%;
  z-index: 200;
}
#gNavOpener span {
  width: 24px;
  height: 2px;
  background: #898989;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#gNavOpener span:nth-child(1) {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}
#gNavOpener span:nth-child(3) {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}
#gNavOpener.open {}
#gNavOpener.open span {}
#gNavOpener.open span:nth-child(2) {
  opacity: 0;
}
#gNavOpener.open span:nth-child(1) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#gNavOpener.open span:nth-child(3) {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
/**
 * ---------------------------------------------------
 * gNavClose
 * ---------------------------------------------------
 */
#gNavClose {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 2%;
  z-index: 200;
}
#siteHeader.activeSP #gNavClose {
  top: 0;
}
#gNavClose span {
  width: 24px;
  height: 2px;
  background: #898989;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#gNavClose span:nth-child(1) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#gNavClose span:nth-child(2) {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
/**
 * ---------------------------------------------------
 * gNavSP
 * ---------------------------------------------------
 */
#gNavSPVox {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  background: #F3EFDC;
}
body.navOpen #gNavSPVox {
  min-width: auto;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#gNavSP {
  width: 100%;
  /*height: 100vh;*/
  background: #F3EFDC;
  font-size: 1.5rem;
  font-family: 'Georgia', 'Times New Roman', 'Cambria', sans-serif;
  padding: 65px 2.67%;
}
#gNavSP .menu {
  text-align: center;
}
#gNavSP .menu li {
  border-bottom: 1px solid #9C9B96;
}
#gNavSP .menu li:first-child {
  border-top: 1px solid #9C9B96;
}
#gNavSP .menu li a {
  display: block;
  padding: 1em 0;
}
#gNavSP .infoVoxSP {
  display: flex;
  justify-content: space-between;
  padding: 50px 7.5% 0;
}
#gNavSP .infoVoxSP .store {
  width: 130px;
}
#gNavSP .infoVoxSP .sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gNavSP .infoVoxSP .sns li {
  display: inline-block;
  margin: 0 10px;
}
#gNavSP .infoVoxSP .sns li img {
  width: 30px;
}
/**
 * ---------------------------------------------------
 * container
 * ---------------------------------------------------
 */
#container {
  width: 100%;
}
/**
 * ---------------------------------------------------
 * main
 * ---------------------------------------------------
 */
#main {}
/**
 * ---------------------------------------------------
 * content
 * ---------------------------------------------------
 */
#content {}
/**
 * ---------------------------------------------------
 * siteFooter
 * ---------------------------------------------------
 */
#siteFooter {
  background: #595757;
  color: #FFF;
}
#siteFooter .sp_content {
  display: none;
}
#siteFooter .sfInner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 20px;
  position: relative;
}
#siteFooter .mainVox {
  display: flex;
  justify-content: space-between;
}
#siteFooter .seriesVox {
  padding: 0 55px 0 30px;
  position: relative;
}
#siteFooter .seriesVox h2 {
  text-align: center;
  margin-bottom: 18px;
  line-height: 1;
}
#siteFooter .seriesVox h2 img {
  width: 166px;
}
#siteFooter .itemWrap {
  text-align: center;
}
#siteFooter .itemWrap figure {
  display: inline-block;
}
#siteFooter .itemWrap figure img {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
#siteFooter .itemWrap figure .assort {
  width: 43px;
}
#siteFooter .itemWrap figure .ethiopia {
  width: 152px;
}
#siteFooter .itemWrap figure .mandheling {
  width: 152px;
}
#siteFooter .itemWrap figure .gatemara {
  width: 152px;
}
#siteFooter .copyright {
  text-align: right;
  font-size: 1.0rem;
  margin-top: 35px;
}
#siteFooter .others {
  text-align: center;
  padding: 33px 20px 0 0;
}
#siteFooter .others h2 {
  font-size: 1.2rem;
  margin-bottom: 35px;
}
/**
 * ---------------------------------------------------
 * pageTopVox
 * ---------------------------------------------------
 */
#pageTopVox {
  position: absolute;
  top: -80px;
  right: 30px;
  width: 50px;
  height: 50px;
}
#pageTopVox a {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../../images/global/pagetop_pc.png) center no-repeat;
}
/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  #gNavSP, #gNavOpener {
    display: none !important;
  }
}
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.3rem;
  }
  body.navOpen {
    overflow: hidden;
  }
  #siteHeader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fefdf8;
  }
  #siteHeader .shInner {
    padding: 22px 0 20px;
  }
  #siteHeader .sl {
    text-align: center;
  }
  #siteHeader .sl a {
    display: inline-block;
    width: 190px;
    height: 54px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #siteHeader .sl img {}
  #siteHeader .infoVox {
    position: static;
    top: inherit;
    right: inherit;
    width: 100%;
  }
  #siteHeader .infoVox .brand {
    left: 4.67%;
    width: 36px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #siteHeader .infoVox .movie, #siteHeader .infoVox .sns {
    display: none;
  }
  #siteHeader.activeSP {}
  #siteHeader.activeSP #gNavOpener {
    top: 0;
  }
  #siteHeader.activeSP .shInner {
    padding: 12px 0 11px;
  }
  #siteHeader.activeSP .sl {}
  #siteHeader.activeSP .sl a {
    width: 95px;
    height: 27px;
  }
  #siteHeader.activeSP .infoVox .brand {
    width: 22px;
    top: 5px;
  }
  #gNav {
    display: none;
  }
  body.navOpen #wrapper {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    min-height: 100vh;
  }
  #container {
    padding-top: 96px;
  }
  #main {}
  #content {}
  #siteFooter {}
  #siteFooter .sfInner {
    width: 100%;
    padding: 40px 0 15px;
  }
  #siteFooter .mainVox {
    display: block;
  }
  #siteFooter .seriesVox {
    padding: 0 0 45px;
    margin-bottom: 45px;
  }
  #siteFooter .seriesVox::after {
    content: '';
    position: absolute;
    top: 435px;
    right: 0;
    background: #FFF;
    bottom: 0;
    left: 50%;
    width: 60.8%;
    height: 1px;
    margin-left: -30.4%;
  }
  #siteFooter .seriesVox h2 {
    margin-bottom: 25px;
  }
  #siteFooter .seriesVox h2 img {
    width: 215px;
  }
  #siteFooter .pc_spbox {
    display: none;
  }
  #siteFooter .sp_content {
    display: block;
  }
  #siteFooter .itemWrap {
    text-align: center;
  }
  #siteFooter .itemWrap figure {}
  #siteFooter .itemWrap figure:not(:last-child) {
    margin-bottom: 20px;
  }
  #siteFooter .itemWrap figure img {
    margin: 0 20px;
  }
  #siteFooter .itemWrap figure .assort {
    width: 37px;
  }
  #siteFooter .itemWrap figure .ethiopia, #siteFooter .itemWrap figure .mandheling, #siteFooter .itemWrap figure .gatemara {
    width: 128px;
  }
  #siteFooter .others {
    padding: 0;
  }
  #siteFooter .others h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  #siteFooter .others .market {}
  #siteFooter .others .market img {
    width: 186px;
  }
  #siteFooter .copyright {
    margin-top: 40px;
    text-align: center;
  }
  #pageTopVox {
    top: inherit;
    right: 3%;
    bottom: 25px;
  }
  #pageTopVox a {
    background: url(../../images/global/pagetop_sp.png);
    background-size: 100% auto;
  }
}
/**
 ****************************************************
 *
 * screens smaller than 359
 *
 ****************************************************
 */
@media only screen and (max-width: 359px) {
  #siteFooter {}
  #siteFooter .itemWrap figure img {
    margin: 0 12px;
  }
}