/* mixin */
.guide {
  background-color: #1C3F40;
}
@media screen and (min-width: 1000px) {
  .guide {
    height: 694px;
  }
}
.guide_pg {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .guide_pg {
    height: 694px;
  }
}
@media screen and (min-width: 1000px) {
  .guide_tit {
    width: 836px;
    margin: 0 auto;
    padding: 98px 0 74px;
  }
  .guide_tx01 {
    width: 374px;
  }
  .guide_animal {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 661px;
  }
  .guide_tx02 {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 190px;
  }
}
@media screen and (max-width: 999px) {
  .guide_tit {
    width: 62.666%;
    padding: 56px 0 42px;
    margin: 0 auto;
  }
  .guide_tx01 {
    width: 80%;
    margin: 0 auto 30px;
  }
  .guide_animal {
    width: 88.1vw;
    margin-top: -10vw;
  }
}

.product {
  background-color: #CCB58A;
  color: #073737;
}
.product_tit {
  width: 550px;
  margin: 0 auto;
  padding: 100px 0 35px;
}
@media screen and (max-width: 999px) {
  .product_tit {
    width: 58.6%;
    padding: 55px 0 25px;
  }
}
.product_tx01 {
  text-align: center;
  line-height: 1.77;
  letter-spacing: 0.1em;
  padding-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .product_tx01 {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.product_animal {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .product_animal {
    position: relative;
    float: left;
    margin-top: -40px;
  }
  .product_animal img {
    position: absolute;
    left: -90px;
    width: 545px;
  }
}
@media screen and (max-width: 999px) {
  .product_animal img {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .product_spbg {
    background-color: #1C3F40;
  }
}
.product_recommend {
  background-color: #fff;
  position: relative;
  padding: 36px;
}
@media screen and (min-width: 1000px) {
  .product_recommend {
    width: 475px;
    float: right;
  }
}
@media screen and (max-width: 999px) {
  .product_recommend {
    width: 100%;
  }
}
.product_recommend .product_Pg {
  position: relative;
  min-height: 220px;
  cursor: pointer;
}
.product_recommend ul.product_PgSet {
  position: absolute;
  transition: all 0.2s;
}
.product_recommend ul.product_PgSet.first {
  opacity: 1;
}
.product_recommend ul.product_PgSet.sec {
  opacity: 0;
}
.product_recommend .product_Pg.active ul.product_PgSet.first {
  opacity: 0;
}
.product_recommend .product_Pg.active ul.product_PgSet.sec {
  opacity: 1;
}
.product_recommend .product_Btn {
  position: absolute;
  right: -10px;
  bottom: -10px;
  height: 36px;
  width: 36px;
  background-color: rgba(205, 183, 141, 0.5);
  border-radius: 18px;
  transition: all 0.2s;
  transform-style: preserve-3d;
  transition: 0.2s;
}
.product_recommend .product_Btn span {
  height: 5.78px;
  width: 25.29px;
  background: url(../images/arrow_right_gr.png) no-repeat left center;
  background-size: 25.27px 5.78px;
  display: block;
  margin-top: 15px;
  transition: all 0.2s;
}
.product_recommend .product_Btn.active {
  transform: rotateY(180deg);
}
.product_recommend .product_Pg:hover .product_Btn {
  background-color: #007F81;
}
.product_recommend .product_Pg:hover span {
  background: url(../images/arrow_right_wt.png) no-repeat left center;
  background-size: 25.27px 5.78px;
  display: block;
  animation: anim 0.2s forwards;
}
@keyframes anim {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}
.product_recommend ul {
  padding-top: 36px;
}
.product_recommend ul li {
  font-weight: bold;
  background: url(../images/check01.png) no-repeat left 7px;
  background-size: 20px auto;
  padding-left: 35px;
  margin-bottom: 20px;
  vertical-align: top;
  text-align: left;
  line-height: 1.7;
}
.product_recommend ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .product_recommend ul li {
    font-size: 16px;
    font-weight: normal;
  }
}
.product_recommend ul li.memai {
  background: url(../images/check01.png) no-repeat left center;
}

.productInfo {
  background-color: #2D4B4C;
}
@media screen and (min-width: 1000px) {
  .productInfo {
    min-height: 850px;
    margin-top: -124px;
    padding-top: 187px;
  }
  .productInfo .wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .productInfo_L {
    width: 47%;
  }
  .productInfo_R {
    width: 47%;
  }
}
@media screen and (max-width: 999px) {
  .productInfo {
    padding-top: 40px;
    padding-bottom: 5px;
    background-color: #1C3F40;
  }
}
.productInfo_tx01 {
  margin-bottom: 80px;
  line-height: 1.7;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.09em;
}
.productInfo_tx01 h3 {
  margin-bottom: 20px;
}
.productInfo_tx01 .brd {
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px 5px 0;
  font-size: 14px;
}
.productInfo_tx01 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.productInfo_tx01 .halfBox {
  display: flex;
}
.productInfo_tx01 .halfBox .halfBoxCon {
  width: 50%;
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  .productInfo_tx01 .halfBox .halfBoxCon {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  .productInfo_tx01 .halfBox {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .productInfo_tx01 {
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.btmSns {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .btmSns {
    margin-bottom: 40px;
  }
}
.btmSns ul li {
  display: inline-block;
  margin: 0 5px;
}

.marker-normal {
  background: linear-gradient(transparent 75%, #FFEA6D 75%);
}

.hikoukai01 {
  position: relative;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .hikoukai01 {
    width: 98%;
    margin: 0 1%;
  }
}
.hikoukai01_In {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 90, 90, 0.8);
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .hikoukai01_In {
    height: 60px;
  }
}
.hikoukai01 p.tx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hikoukai01 p.tx img {
  width: 200px;
}
@media screen and (max-width: 999px) {
  .hikoukai01 p.tx img {
    width: 120px;
  }
}

.hikoukai02 {
  position: relative;
  height: 100%;
  width: 100%;
}
.hikoukai02_In {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(64, 61, 61, 0.8);
  z-index: 1;
}
.hikoukai02 p.tx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hikoukai02 p.tx img {
  width: 200px;
}

.lHeight10 {
  line-height: 1;
}

.lHeight13 {
  line-height: 1.3;
}

.lHeight15 {
  line-height: 1.5;
}

.lHeight17 {
  line-height: 1.7;
}

.lHeight19 {
  line-height: 1.9;
}

.lHeight20 {
  line-height: 2;
}

.notice {
  font-size: 12px;
  color: red;
  text-align: left;
  padding: 10px 0 0px;
}

.aL {
  text-align: left;
}

.aC {
  text-align: center;
}

.aR {
  text-align: right;
}

.txS {
  font-size: 12px;
  line-height: 1.5;
}

.tx14 {
  font-size: 14px;
}

.txS14 {
  font-size: 14px;
  padding: 10px 0 0;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs22 {
  font-size: 22px;
  line-height: 2.7;
}

.colWhite {
  color: #fff;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

.bold {
  font-weight: 700;
}

.mB5 {
  margin-bottom: 5px;
}

.mB10 {
  margin-bottom: 10px;
}

.mB15 {
  margin-bottom: 15px;
}

.mB20 {
  margin-bottom: 20px;
}

.mB30 {
  margin-bottom: 30px;
}

.mB20sp10 {
  margin-bottom: 20px !important;
}

.mB25sp13 {
  margin-bottom: 25px !important;
}

.mB30sp15 {
  margin-bottom: 30px !important;
}

.mB40sp20 {
  margin-bottom: 40px !important;
}

.mB50sp25 {
  margin-bottom: 50px !important;
}

.mB60sp30 {
  margin-bottom: 60px !important;
}

.mB70sp35 {
  margin-bottom: 70px !important;
}

.mB80sp40 {
  margin-bottom: 80px !important;
}

.mB90sp45 {
  margin-bottom: 90px !important;
}

.mB100sp50 {
  margin-bottom: 100px !important;
}

.mB100sp25 {
  margin-bottom: 100px !important;
}

.pB20sp10 {
  padding-bottom: 20px !important;
}

.pB40sp20 {
  padding-bottom: 40px !important;
}

.pB50sp25 {
  padding-bottom: 50px !important;
}

.pB60sp30 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 999px) {
  .txBlueTit {
    font-size: 24px;
  }
  .txBlueTit2 {
    color: #5fc1c7;
    font-size: 20px;
  }
  .txWhiteTit {
    font-size: 24px;
  }
  .txWhiteTit span.yellowBig {
    font-size: 44px;
  }
  .txBk {
    font-size: 24px;
  }
  .sp14 {
    font-size: 14px;
  }
  .sp16 {
    font-size: 16px;
  }
  .fs17 {
    font-size: 12px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs22 {
    font-size: 18px;
    line-height: 1.8;
  }
  .mB20sp10 {
    margin-bottom: 10px !important;
  }
  .mB25sp13 {
    margin-bottom: 13px !important;
  }
  .mB30sp15 {
    margin-bottom: 15px !important;
  }
  .mB40sp20 {
    margin-bottom: 20px !important;
  }
  .mB50sp25 {
    margin-bottom: 25px !important;
  }
  .mB60sp30 {
    margin-bottom: 30px !important;
  }
  .mB70sp35 {
    margin-bottom: 35px !important;
  }
  .mB80sp40 {
    margin-bottom: 40px !important;
  }
  .mB90sp45 {
    margin-bottom: 45px !important;
  }
  .mB100sp50 {
    margin-bottom: 50px !important;
  }
  .mB100sp25 {
    margin-bottom: 25px !important;
  }
  .pB20sp10 {
    padding-bottom: 10px !important;
  }
  .pB40sp20 {
    padding-bottom: 20px !important;
  }
  .pB50sp25 {
    padding-bottom: 25px !important;
  }
  .pB60sp30 {
    padding-bottom: 30px !important;
  }
}
.anq {
  padding-top: 100px;
  margin-top: -100px;
}

.totop {
  background: #101010 url(../images/totop.png) no-repeat center center;
  background-size: 14px auto;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 999px) {
  .totop {
    bottom: 25px;
  }
}
.totop a {
  width: 35px;
  height: 35px;
  display: block;
}
.totop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 999px) {
  .sameheight01 {
    height: auto !important;
  }
}/*# sourceMappingURL=style.css.map */