@import "../fonts/FontAwesome/v470/font-awesome.css";
/* Filetype Web Font **********************************************************/
@font-face {
  font-family: TeXGyreAdventorRegular;
  src: url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TeXGyreAdventorItalic;
  src: url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TeXGyreAdventorBold;
  src: url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TeXGyreAdventorBolditalic;
  src: url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBolditalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
.btn {
  border-radius: 5px;
  display: block;
  margin-top: 0.5em;
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(183, 164, 97);
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  opacity: 0.8;
}
.btn.disable {
  background-color: #7f7f7f;
  color: #fff;
}
.btn.disable:hover {
  cursor: default;
}

/* homeformat ********************************************************/
html, body {
  height: 100%;
}

#wrapper {
  height: 100%;
}

#home header {
  position: relative;
  /*border-top: solid 10px $mainColor;*/
  min-height: 900px;
  height: 100%;
  box-sizing: border-box;
  background-image: url(../images/main-img_run.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 600px) {
  #home header {
    background-image: url(../images/main-img_run-sp.jpg);
  }
}
#home header #titleObi {
  width: 100%;
  background-image: url(../images/main-img_kome-wide.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (max-width: 960px) {
  #home header #titleObi {
    background-image: url(../images/main-img_kome.png);
    background-size: 70% auto;
  }
}
@media only screen and (max-width: 600px) {
  #home header #titleObi {
    background-size: 100% auto;
  }
}
#home header #titleObi h1 {
  padding-top: 60px;
  margin: 0 10px 60px;
}
#home header #titleObi p {
  text-align: center;
  font-feature-settings: "palt" 1;
  /* &.hatubaibi {
  	font-size: 50px;
  	@include acumin-pro-bold;
  	color: rgba(150,150,150,1);
  } */
}
#home header #titleObi p.copy {
  font-size: 40px;
  color: rgb(183, 164, 97);
  font-family: maru-maru-gothic-blr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#home header #titleObi img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#home header #titleObi img.logo {
  max-width: 305px;
}
@media only screen and (max-width: 600px) {
  #home header #titleObi img.logo {
    width: 80%;
  }
}
#home header #titleObi .package {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
#home header #titleObi .package .new {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 10%;
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #e17aa1;
  width: 5em;
  height: 5em;
  line-height: 1em;
  border-radius: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home header #titleObi .package .new span > {
  font-weight: bold;
}
#home header #titleObi .package .mainItemArea > img {
  max-width: 569px;
  transform: rotate(-15deg);
}
#home header #titleObi .package .conventionalFlavor {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  #home header #titleObi .package .conventionalFlavor {
    display: inherit;
  }
}
#home header #titleObi .package .conventionalFlavor img {
  max-width: 46%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #home header #titleObi .package .conventionalFlavor img {
    max-width: 50%;
  }
}

#introduction {
  padding-bottom: 0;
  width: 100%;
  background-color: rgb(173, 23, 43);
}
#introduction .intoroTxt {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 120px 10px 180px;
  box-sizing: border-box;
  background-image: url(../images/forEndurance.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  #introduction .intoroTxt {
    padding-bottom: 200px;
    background-image: url(../images/forEndurance-sp.png);
    background-size: 70% auto;
  }
}
@media screen and (max-width: 400px) {
  #introduction .intoroTxt {
    background-size: 100% auto;
  }
}
#introduction .intoroTxt p {
  color: white;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #introduction .intoroTxt p {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: justify;
  }
}
#introduction .announce {
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  padding: 20px 5%;
  width: 60%;
  margin: 80px auto 0;
}
@media only screen and (max-width: 600px) {
  #introduction .announce {
    width: 90%;
  }
}
#introduction .announce .announce__title {
  color: black;
}
#introduction .announce p {
  margin-top: 20px;
}
#introduction .announce p .bold {
  font-weight: bold;
}

#latest h2 {
  color: rgb(77, 77, 77);
}
#latest .latest__body {
  max-width: 950px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#latest .latest__body li {
  display: grid;
  grid-template-columns: 160px auto;
  grid-template-rows: minmax(0, auto);
  grid-gap: 20px;
  border-bottom: 1px solid rgb(77, 77, 77);
  padding: 20px;
  padding-bottom: 20px;
}
#latest .latest__body li:last-child {
  border-bottom: none;
}
#latest .latest__body li a {
  color: rgb(173, 23, 43);
}

#currentProblem {
  text-align: center;
}
#currentProblem .section-intro {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#currentProblem .section-intro h2 {
  color: rgb(77, 77, 77);
}
#currentProblem .section-intro p {
  font-size: 1.8rem;
  line-height: 1.66;
  text-align: justify;
  color: rgb(77, 77, 77);
}
@media only screen and (max-width: 600px) {
  #currentProblem .section-intro p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#currentProblem .section-point {
  margin-top: 80px;
}
#currentProblem .section-point .Subtitle {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: maru-maru-gothic-blr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  #currentProblem .section-point #point img {
    max-width: 100%;
  }
}
#currentProblem .section-point #point .point-plusBox {
  margin: 0 auto -40px;
  height: 80px;
}
#currentProblem .section-point #point .two {
  height: 250px;
}
@media only screen and (max-width: 600px) {
  #currentProblem .section-point #point .two img {
    width: 48%;
  }
}

#taste {
  position: relative;
  background-color: rgb(183, 164, 97);
  text-align: center;
  overflow: hidden;
}
#taste img.package-open {
  margin: -190px auto 0;
}
@media only screen and (max-width: 600px) {
  #taste img.package-open {
    position: initial;
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
#taste .basicWrap {
  position: relative;
  text-align: justify;
}
#taste .basicWrap > p {
  color: white;
  margin-bottom: 60px;
  font-size: 1.8rem;
  line-height: 1.66;
}
@media only screen and (max-width: 600px) {
  #taste .basicWrap > p {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#taste .basicWrap .links {
  text-align: center;
}
#taste .basicWrap .links p {
  color: white;
  margin-bottom: 0;
}

#paratinose {
  background-color: rgb(173, 23, 43);
}
#paratinose .basicWrap {
  text-align: justify;
}
#paratinose .basicWrap p {
  margin-bottom: 60px;
  font-size: 1.8rem;
  line-height: 1.66;
  color: white;
}
@media only screen and (max-width: 600px) {
  #paratinose .basicWrap p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#paratinose .links {
  text-align: center;
}
#paratinose .links img {
  display: inline-block;
  vertical-align: top;
  margin: 8px;
}
#paratinose .links p {
  display: inline-block;
  text-align: left;
  color: white;
}
#paratinose .links p a {
  display: block;
}

#imageVisual {
  position: relative;
  padding-top: 350px;
  text-align: center;
  background-image: url(../images/usu.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: black;
}
@media only screen and (max-width: 600px) {
  #imageVisual {
    padding-top: 60%;
    background-size: 200% auto;
  }
}
#imageVisual > h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 350px;
  background-image: url(../images/steam.png);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
}
#imageVisual > h2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  #imageVisual > h2 {
    padding-top: 60%;
    background-size: 150% auto;
    font-size: 44px;
  }
}
#imageVisual .seibun > dl {
  padding-top: 1027px;
  background-image: url(../images/fireRun.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  color: white;
}
@media only screen and (max-width: 600px) {
  #imageVisual .seibun > dl {
    padding-top: 150%;
    background-size: 200% auto;
  }
}
#imageVisual .seibun > dl dt {
  font-size: 30px;
  line-height: 1.4;
}
#imageVisual .seibun > dl dt small {
  display: block;
  font-size: 14px;
}
#imageVisual .seibun > dl ul {
  display: inline-block;
  max-width: 500px;
  margin: 10px;
  padding: 0.5em 0;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  text-align: left;
}
#imageVisual .seibun > dl ul li {
  display: inline;
  list-style: none;
}
#imageVisual dl.price {
  margin-top: 80px;
}
#imageVisual dl.price dt {
  color: rgb(173, 23, 43);
  font-size: 35px;
}
#imageVisual dl.price dt span {
  font-size: 48px;
}
#imageVisual dl.price dt small {
  font-size: 25px;
}
#imageVisual dl.price dd {
  color: rgb(183, 164, 97);
}

.new {
  color: #e17aa1;
}

.specArea > h4 > .new {
  display: inline-block;
  border: 2px solid #e17aa1;
  line-height: 1;
  padding: 3px 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 1em;
}

#products {
  margin: 0 auto 60px;
  max-width: 750px;
}
#products .itemBlock {
  margin-bottom: 120px;
}
#products .itemBlock:last-child {
  margin-bottom: 0;
}
#products .itemBlock > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#products dl {
  text-align: center;
}
#products dl dt {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 0 12px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #products dl dt {
    width: 100%;
    margin: 0;
  }
}
#products dl dt > img {
  max-width: 480px;
}
@media only screen and (max-width: 960px) {
  #products dl dt > img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #products dl dt > img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #products dl dt .specArea {
    width: 90%;
    margin: 0 auto;
  }
}
#products dl dt .specArea h4 {
  font-size: 28px;
  color: rgb(173, 23, 43);
}
#products dl dt .specArea p.price {
  font-size: 18px;
  margin-bottom: 10px;
}
#products dl dt .specArea p.naiyou {
  margin-bottom: 10px;
}
#products dl dt .specArea div.simpleBT {
  display: block !important;
  margin-top: 0.5em;
  margin-left: 0;
  margin-right: 0;
}
#products dl dt .specArea div.simpleBT .option {
  color: #333 !important;
  display: block !important;
  text-align: left !important;
  padding: 5px 0 5px 70px !important;
}
#products dl dt .specArea div.simpleBT .option.lumina {
  background: url(../images/icon-lumina.png) no-repeat 30px 0;
}
#products dl dt .specArea div.simpleBT .option.amazon {
  background: url(../images/icon-amazon.png) no-repeat 30px 0;
}
#products dl dt .specArea div.simpleBT a:hover {
  opacity: 0.5;
  display: block;
}
#products dl dd {
  display: inline-block;
  max-width: 350px;
  text-align: justify;
  vertical-align: bottom;
}
@media only screen and (max-width: 600px) {
  #products dl dd {
    width: 90%;
  }
}
#products dl .materialBox {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #000;
}
#products dl .materialBox p {
  font-size: 13px;
  line-height: 1.3;
}
#products dl .materialBox h5.separator {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #000;
}

#ask {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 50px;
}
#ask dl {
  display: inline-block;
  padding: 0 10px;
  width: 49%;
  box-sizing: border-box;
  vertical-align: middle;
}
#ask dl dt {
  font-size: 21px;
}
#ask dl a {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 1em;
  border-radius: 10px;
  border: solid 3px rgb(173, 23, 43);
  color: rgb(173, 23, 43);
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 600px) {
  #ask dl a {
    font-size: 21px;
  }
}
#ask dl a:hover {
  background-color: rgb(173, 23, 43);
  color: white;
  transition: all 1s;
}
#ask dl.byTel address {
  font-style: normal;
}
#ask dl.byTel address .tel {
  font-size: 35px;
  color: rgb(173, 23, 43);
}
#ask dl.byTel address .tel script {
  color: rgb(173, 23, 43);
}
#ask dl.byTel address .tel small {
  display: block;
  color: black;
  font-size: 12px;
}
#ask dl.byTel address .time {
  font-size: 14px;
}
#ask dl.byMail {
  margin-top: 40px;
}
#ask dl.byMail p {
  margin-top: 10px;
  font-size: 14px;
}
/*# sourceMappingURL=home.css.map */