@charset "UTF-8";
main#index .pcv {
  display: none;
}
main#index img {
  display: block;
  max-width: 100%;
  height: auto;
}
main#index h1 {
  margin: 0;
}
main#index h2 {
  margin: 0;
  line-height: 1.5;
}
main#index h3 {
  margin: 0;
  line-height: 1.5;
}
main#index p {
  margin: 0;
  line-height: 1.8;
}
main#index .mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main#index .wrap {
  padding: 0 15px;
}
main#index .bg {
  background-color: #ede6dc;
  z-index: 1;
}
main#index .eng {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 600px) {
  main#index {
    overflow: hidden;
  }
  main#index .pcv {
    display: block;
  }
  main#index .spv {
    display: none;
  }
}
@media screen and (min-width: 1060px) {
  main#index .wrap {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    padding: 0;
  }
}
main#index .infomation {
  background-color: #001e03;
  color: #fff;
  overflow: hidden;
}
main#index .infomation a {
  color: #fff;
}
main#index .infomation .wrap {
  padding: 0;
}
main#index .infomation-ttl {
  font-size: 16px;
  font-weight: bold;
  flex: 0 0 600px;
  position: relative;
  z-index: 1;
  background: #001e03;
  padding-left: 15px;
}
main#index .infomation-ttl span {
  display: inline-block;
  margin: 0 0 0 5px;
}
main#index .infomation-txt {
  font-size: 15px;
}
main#index .infomation-flex {
  display: flex;
  align-items: center;
  padding: 5px 0;
  width: 1000px;
  -webkit-animation: scrollAnime 20s linear infinite;
          animation: scrollAnime 20s linear infinite;
}

@-webkit-keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 600px) {
  main#index .infomation-ttl {
    flex: 0 0 600px;
  }
  main#index .infomation-ttl span {
    margin: 0 10px 0 10px;
  }
  main#index .infomation-txt {
    -webkit-animation: none;
            animation: none;
  }
  main#index .infomation-flex {
    width: 100%;
    -webkit-animation: unset;
            animation: unset;
  }
  main#index .infomation .wrap {
    overflow: hidden;
  }
}
main#index .mv {
  top: 60px;
  left: 0;
  z-index: -1;
}
main#index .mv img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  main#index .mv {
    position: relative;
    top: 0;
  }
}
main#index .spintro {
  background-color: #3a4c26;
  padding: 35px 0;
}
main#index .spintro-img {
  max-width: 90px;
  width: 100%;
  margin: auto;
  margin-bottom: 25px;
}
main#index .spintro-txt {
  font-size: 12px;
  color: #bec577;
  text-align: center;
}

main#index .intro {
  padding: 42px 0;
  background-image: url(../img/index/about_bg.png);
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: top -10px left -20px;
  position: relative;
}
main#index .about-bg02-icon {
  display: none;
}
main#index .intro .wrap {
  padding-bottom: 35px;
  border-bottom: 1px solid #99a59a;
}
main#index .intro-icon {
  max-width: 73px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}
main#index .intro-ttl {
  font-size: 18px;
  color: #3a4c26;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
main#index .intro-txt {
  text-align: center;
}
main#index .intro-btn {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  color: #001e03;
  height: 53px;
  background-image: url(../img/index/btn_arrow01.png);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: center right 10px;
  border-radius: 5px;
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  main#index .intro {
    background-size: 460px 290px;
    background-position: top -2px left;
    padding-top: 110px;
  }
  main#index .intro .wrap {
    padding-bottom: 70px;
  }
  main#index .intro-icon {
    max-width: 120px;
  }
  main#index .intro-ttl {
    margin-top: 40px;
    font-size: 35px;
    margin-bottom: 25px;
  }
  main#index .intro-txt {
    font-size: 16px;
  }
  main#index .intro-btn {
    max-width: 295px;
    margin: auto;
    margin-top: 50px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  main#index .about-bg02-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
main#index .about-flex-lft-ttl {
  font-size: 18px;
  color: #3a4c26;
  margin-bottom: 25px;
}
main#index .about-flex-lft-txt {
  font-size: 12px;
}
main#index .about-flex-rig {
  max-width: 128px;
  width: 100%;
  margin-top: -55px;
  margin-left: auto;
}

@media screen and (min-width: 600px) {
  main#index .about {
    padding-bottom: 50px;
  }
  main#index .about-flex {
    display: flex;
    align-items: center;
  }
  main#index .about-flex-lft-ttl {
    font-size: 34px;
  }
  main#index .about-flex-lft-txt {
    font-size: 16px;
  }
  main#index .about-flex-rig {
    margin-top: 0;
    max-width: 340px;
    position: relative;
    right: -50px;
  }
}
main#index .rigarea {
  margin-top: 35px;
}
main#index .rigarea-bg {
  background-color: #3a4c26;
}
main#index .rigarea-back {
  background-image: url(../img/index/plini_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-left: 15px;
  position: relative;
  top: -25px;
  padding: 0 25px 18px;
}
main#index .rigarea-eng {
  color: #b3c13c;
  font-size: 42px;
  text-align: right;
  position: relative;
  top: -40px;
  right: 0;
}
main#index .rigarea-ttl {
  color: #fff;
  padding-top: 170px;
  margin-bottom: 20px;
}
main#index .rigarea-txt {
  color: #fff;
  font-size: 12px;
  padding-bottom: 5px;
}

@media screen and (min-width: 1000px) {
  main#index .rigarea {
    padding-left: 50%;
    margin-left: -520px;
    position: relative;
  }
  main#index .rigarea-bg {
    background: none;
  }
  main#index .rigarea-bg-pc {
    background: #3a4c26;
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    margin-left: 20px;
  }
  main#index .rigarea-back {
    padding: 0;
    margin-left: 0;
    height: 510px;
    background-image: url(../img/index/plini.jpg);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  main#index .rigarea-eng {
    font-size: 80px;
    top: -80px;
  }
  main#index .rigarea-ttl {
    font-size: 32px;
    padding-top: 0;
  }
  main#index .rigarea-txt {
    font-size: 15px;
  }
  main#index .rigarea-wrap {
    position: relative;
    margin-left: auto;
    margin-right: 200px;
  }
  main#index .rigarea-eng {
    position: absolute;
    top: -210px;
    right: -50px;
  }
}
main#index .study {
  padding: 35px 0;
  position: relative;
}
main#index .study-ttl {
  font-size: 18px;
  line-height: 1.7;
  color: #3a4c26;
}
main#index .study_icon {
  display: none;
}
main#index .study-ttl-flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
main#index .study-ttl {
  flex: 0 0 60%;
  font-size: 18px;
  margin-right: 20px;
}
main#index .study-txt {
  font-size: 12px;
  margin-bottom: 35px;
}
main#index .study-txt a {
  color: #001e03;
  text-decoration: underline;
}
main#index .study-note {
  font-size: 10px;
}
main#index .study-rig {
  display: none;
}

@media screen and (min-width: 600px) {
  main#index .study {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  main#index .study-ttl {
    font-size: 35px;
  }
  main#index .study-rig-img {
    max-width: 270px;
    width: 100%;
  }
  main#index .study-txt {
    font-size: 16px;
    margin-top: -50px;
  }
  main#index .study-note {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  main#index .study_icon {
    display: block;
    position: absolute;
    top: -350px;
    left: 0;
  }
}
main#index .product-first {
  margin-bottom: 45px;
}
main#index .product-first-img {
  width: 100%;
  margin-bottom: 23px;
}
main#index .product-first-rig-sub {
  font-size: 12px;
}
main#index .product-first-rig-eng {
  font-size: 16px;
}
main#index .product-first-rig-eng a {
  font-size: 16px;
  color: #001e03 !important;
}
main#index .product-first-rig-jp {
  margin-bottom: 15px;
}
main#index .product-first-rig-jp a {
  margin-bottom: 15px;
  color: #001e03 !important;
}
main#index .product-first-rig-price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
main#index .product-first-rig-price span {
  font-size: 11px;
}
main#index .product-btn {
  margin-top: 20px;
  z-index: 10;
}
main#index .product-btn a {
  display: flex;
}
main#index .product-first-rig-jp {
  font-size: 12px;
}
main#index .product-btn-item01 {
  background-color: #3a4c26;
  color: #fff;
  text-align: center;
  height: 57px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-image: url(../img/index/btn_arrow02.png);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: center right 15px;
}
main#index .product-btn-item02 {
  background-color: #b3c13c;
  color: #001e03;
  text-align: center;
  height: 57px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-image: url(../img/index/btn_arrow03.png);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: center right 15px;
  margin-top: 10px;
}
main#index .product-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
main#index .product-flex-item {
  position: relative;
  flex: 0 0 47%;
  display: flex;
  flex-direction: column;
}
main#index .product-flex-item-fig-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #b83d4f;
  color: #fff;
  border-radius: 3px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: bold;
}
main#index .product-flex-item-eng {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
}
main#index .product-flex-item-eng a {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #001e03 !important;
}
main#index .product-flex-item-fig {
  margin-bottom: 23px;
}
main#index .product-flex-item-jp {
  font-size: 12px;
}
main#index .product-flex-item-jp {
  font-size: 12px;
  color: #001e03;
}
main#index .product-flex-item-jp a {
  font-size: 12px;
  color: #001e03 !important;
}
main#index .product-flex-item-jp-set {
  font-size: 16px;
}
main#index .product-flex-item a {
  height: 40px;
}
main#index .product-flex-item .product-btn-item02 span {
  display: none;
}
main#index .product-btn {
  flex: 1 auto;
}
main#index .product-flex-item-price {
  font-weight: bold;
}
main#index .product-flex-item-price span {
  font-size: 10px;
}
main#index .product_icon {
  display: none;
}

@media screen and (min-width: 600px) {
  main#index .product {
    position: relative;
  }
  main#index .product-first {
    display: flex;
    align-items: flex-end;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #99a59a;
  }
  main#index .product-first-img {
    flex: 0 0 46.674%;
    margin-right: 90px;
    margin-bottom: 0;
  }
  main#index .product-first-rig-sub {
    font-size: 17px;
  }
  main#index .product-first-rig-eng {
    font-size: 24px;
  }
  main#index .product-first-rig-eng a {
    font-size: 24px;
    color: #001e03;
  }
  main#index .product-first-rig-jp {
    font-size: 15px;
  }
  main#index .product-first-rig-jp a {
    font-size: 15px;
    color: #001e03;
  }
  main#index .product-first-rig-price {
    font-size: 22px;
    font-weight: bold;
  }
  main#index .product-first-rig {
    width: 100%;
  }
  main#index .product-first-rig-price {
    margin-bottom: 110px;
  }
  main#index .product-flex-item-fig-tag {
    font-size: 20px;
    padding: 5px 10px;
    top: 15px;
    left: 15px;
  }
  main#index .product-flex-item-fig {
    margin-bottom: 40px;
  }
  main#index .product-flex-item-jp {
    font-size: 15px;
  }
  main#index .product-flex-item-jp a {
    font-size: 15px;
    color: #001e03;
  }
  main#index .product-flex-item-eng {
    font-size: 24px;
    margin-bottom: 0;
  }
  main#index .product-flex-item-eng a {
    font-size: 24px !important;
    margin-bottom: 0;
    color: #001e03;
  }
  main#index .product-flex-item-price {
    font-size: 22px;
    font-weight: bold;
  }
  main#index .product-flex-item-price span {
    font-size: 15px;
  }
  main#index .product-first-rig-price span {
    font-size: 15px;
  }
  main#index .product-flex-item-jp {
    margin-top: 5px;
  }
  main#index .product-flex-item-jp-set {
    font-size: 22px;
    margin-top: 0;
  }
  main#index .product-flex-item a {
    font-size: 15px;
    height: 57px;
  }
  main#index .product-flex-item .product-btn-item02 span {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  main#index .product_icon {
    display: block;
    position: absolute;
    bottom: -600px;
    right: 0;
  }
}
main#index .lftarea {
  margin-top: 70px;
}
main#index .lftarea-bg {
  background-color: #3a4c26;
}
main#index .lftarea-back {
  background-image: url(../img/index/history_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-right: 15px;
  position: relative;
  top: -25px;
  padding: 0 25px 18px;
}
main#index .lftarea-eng {
  color: #b3c13c;
  font-size: 42px;
  text-align: right;
  position: relative;
  top: -37px;
  right: 0;
}
main#index .lftarea-ttl {
  color: #fff;
  padding-top: 230px;
  margin-bottom: 12px;
  font-size: 18px;
}
main#index .lftarea-txt {
  color: #b3c13c;
  font-size: 13px;
  font-weight: bold;
}
main#index .lftarea-btn {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  color: #001e03;
  height: 53px;
  background-image: url(../img/index/btn_arrow01.png);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: center right 10px;
  border-radius: 5px;
  font-size: 12px;
  max-width: 290px;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  main#index .lftarea {
    margin-top: 150px;
    padding-right: 50%;
    margin-right: -520px;
    position: relative;
  }
  main#index .lftarea-bg {
    background: none;
  }
  main#index .lftarea-bg-pc {
    background: #3a4c26;
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 20px;
    width: 100%;
    margin-right: 20px;
  }
  main#index .lftarea-back {
    padding: 0;
    margin-left: 0;
    height: 510px;
    background-image: url(../img/index/history.jpg);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  main#index .lftarea-eng {
    font-size: 80px;
    top: -80px;
  }
  main#index .lftarea-ttl {
    font-size: 32px;
    padding-top: 0;
  }
  main#index .lftarea-txt {
    font-size: 15px;
  }
  main#index .lftarea-wrap {
    position: relative;
    margin-left: auto;
    margin-right: 60px;
  }
  main#index .lftarea-eng {
    position: absolute;
    top: -200px;
    right: -50px;
  }
  main#index .lftarea-ttl {
    font-size: 25px;
  }
  main#index .lftarea-txt {
    font-size: 18px;
  }
  main#index .lftarea-btn {
    max-width: 295px;
    font-size: 15px;
    margin: 0;
    margin-top: 50px;
  }
}
main#index .forum {
  padding-top: 50px;
  padding-bottom: 50px;
}
main#index .com-ttl {
  text-align: center;
}
main#index .com-ttl-eng {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #3a4c26;
}
main#index .com-ttl-jp {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
main#index .forum-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
main#index .forum-flex-item {
  flex: 0 0 48%;
  color: #001e03;
  display: block;
  margin-bottom: 20px;
}
main#index .forum-flex-item-flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px 0;
}
main#index .forum-flex-item-fig img {
  width: 100%;
  height: 117px;
  -o-object-fit: cover;
     object-fit: cover;
}
main#index .forum-flex-item-flex-tag {
  background-color: #3a4c26;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 1;
}
main#index .forum-flex-item-flex-time {
  font-size: 12px;
  font-weight: bold;
}
main#index .forum-flex-item-ttl {
  font-size: 12px;
  line-height: 1.5;
}
main#index .forum-btn-link {
  font-size: 10px;
}
main#index .forum-flex-item-readmore {
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  text-decoration: underline;
}
main#index .forum-btn-link {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  color: #001e03;
  height: 53px;
  background-image: url(../img/index/btn_arrow01.png);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: center right 10px;
  border-radius: 5px;
  font-size: 15px;
}

@media screen and (min-width: 600px) {
  main#index .com-ttl-eng {
    font-size: 30px;
  }
  main#index .com-ttl-jp {
    font-size: 15px;
    margin-bottom: 50px;
  }
  main#index .forum {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  main#index .forum-flex-item {
    flex: 0 0 23.5%;
  }
  main#index .forum-flex-item-fig img {
    height: 160px;
  }
  main#index .forum-flex-item-flex-time {
    font-size: 16px;
  }
  main#index .forum-flex-item-flex-tag {
    font-size: 13px;
    padding: 3px 10px;
  }
  main#index .forum-flex-item-flex {
    padding: 12px 0;
  }
  main#index .forum-flex-item-ttl {
    font-size: 15px;
    padding-bottom: 20px;
  }
  main#index .forum-flex-item-readmore {
    font-size: 13px;
    font-weight: bold;
  }
  main#index .forum-btn-link {
    max-width: 290px;
    width: 100%;
    margin: auto;
    margin-top: 60px;
  }
}
main#index .news {
  margin-bottom: 50px;
}
main#index .new-box {
  margin-bottom: 15px;
}
main#index .new-box-dl {
  padding: 15px;
  margin: 0;
  background-color: #fff;
  margin-bottom: 1px;
}
main#index .new-box-dl:first-child {
  border-radius: 15px 15px 0 0;
}
main#index .new-box-dl:last-child {
  border-radius: 0 0 15px 15px;
}
main#index dt {
  font-weight: bold;
  margin-bottom: 5px;
}
main#index dd {
  font-size: 12px;
  margin: 0;
}
main#index .new-box-dl a {
  color: #001e03;
}
main#index .new-box-btn {
  text-align: right;
  font-weight: bold;
}
main#index .new-box-btn-link {
  color: #001e03;
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  main#index .new-box-dl {
    display: flex;
    align-items: center;
    padding: 23px 40px;
    margin-bottom: 1px;
  }
  main#index .new-box-dl dt {
    margin-bottom: 0;
    margin-right: 60px;
    font-size: 14px;
  }
  main#index .new-box-dl dd {
    font-size: 15px;
  }
  main#index .new-box-btn-link {
    font-size: 13px;
  }
}
main#index .insta-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
main#index .insta-flex-item {
  flex: 0 0 30%;
  margin-bottom: 17px;
}
main#index .insta-btn-link {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  color: #001e03;
  height: 53px;
  background-image: url(../img/index/btn_arrow01.png);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: center right 10px;
  border-radius: 5px;
  font-size: 15px;
}
main#index .insta {
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  main#index .insta {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  main#index .insta-flex-item {
    flex: 0 0 15%;
  }
  main#index .insta-btn-link {
    max-width: 290px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
}
main#index .sns-flex {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 40px;
}
main#index .sns-flex-item {
  flex: 0 0 45px;
  display: block;
  margin: 0 10px;
}

@media screen and (min-width: 600px) {
  main#index .sns-flex {
    margin-top: 100px;
    padding-bottom: 80px;
  }
  main#index .sns-flex-item {
    flex: 0 0 50px;
  }
}/*# sourceMappingURL=index.css.map */