/* line 2, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics {
  margin: 20px auto 10px;
  padding-bottom: 0;
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 992px) {
  /* line 2, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics {
    width: 100%;
    margin: 0 auto 0px;
    padding: 0;
  }
}
/* line 12, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-container {
  width: 100%;
  height: 100%;
  margin: auto;
}
/* line 17, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-wrapper {
  max-width: 100%;
  margin: auto;
}
/* line 21, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics .swiper-slide {
    width: 100% !important;
  }
}
/* line 38, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-slide a {
  width: 100%;
}
/* line 40, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-slide a:hover {
  opacity: 0.6;
}
/* line 44, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 414px) {
  /* line 44, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics .swiper-slide img {
    width: inherit;
  }
}
/* line 55, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-pagination {
  position: absolute;
}
@media only screen and (max-width: 992px) {
  /* line 55, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics .swiper-pagination {
    margin-top: 5px;
  }
}
/* line 60, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
}
@media only screen and (max-width: 414px) {
  /* line 60, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
/* line 70, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-pagination .swiper-pagination-bullet-active {
  background: #190b03;
}
/* line 74, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-button-next, #contents.is-top .top-mainTopics .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  /* line 74, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics .swiper-button-next, #contents.is-top .top-mainTopics .swiper-button-prev {
    height: 24px;
    width: 24px;
  }
}
/* line 88, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-button-next {
  right: 16px;
  left: auto;
}
/* line 91, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-button-next:before {
  font-family: "fontello";
  text-align: center;
  color: #43200d;
  content: "\f0a9";
  font-size: 40px;
  line-height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: auto auto;
}
@media only screen and (max-width: 767px) {
  /* line 91, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics .swiper-button-next:before {
    font-size: 32px;
    line-height: 24px;
  }
}
/* line 110, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-button-prev {
  left: 16px;
  right: auto;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics .swiper-button-prev {
    left: 16px;
    right: auto;
  }
}
/* line 117, ../sass/pages/top/_main-topics.scss */
#contents.is-top .top-mainTopics .swiper-button-prev:before {
  font-family: "fontello";
  text-align: center;
  color: #43200d;
  content: "\f0a8";
  font-size: 40px;
  line-height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: auto auto;
}
@media only screen and (max-width: 767px) {
  /* line 117, ../sass/pages/top/_main-topics.scss */
  #contents.is-top .top-mainTopics .swiper-button-prev:before {
    font-size: 32px;
    line-height: 24px;
  }
}

/* line 1, ../sass/pages/top/_top-contents.scss */
#contents.is-top {
  padding-bottom: 0 !important;
}
/* line 3, ../sass/pages/top/_top-contents.scss */
#contents.is-top .top-picupContents {
  background: url(/common/img/top/bg_btn.png) repeat;
}
/* line 5, ../sass/pages/top/_top-contents.scss */
#contents.is-top .top-picupContents nav {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  /* line 5, ../sass/pages/top/_top-contents.scss */
  #contents.is-top .top-picupContents nav {
    width: 100%;
  }
}
/* line 11, ../sass/pages/top/_top-contents.scss */
#contents.is-top .top-picupContents nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding: 10px;
}
/* line 17, ../sass/pages/top/_top-contents.scss */
#contents.is-top .top-picupContents nav ul li {
  width: 30%;
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  /* line 17, ../sass/pages/top/_top-contents.scss */
  #contents.is-top .top-picupContents nav ul li {
    width: 33.3%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 17, ../sass/pages/top/_top-contents.scss */
  #contents.is-top .top-picupContents nav ul li {
    width: 100%;
  }
}
/* line 26, ../sass/pages/top/_top-contents.scss */
#contents.is-top .top-picupContents nav ul li a {
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #FFF;
  height: 80px;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../sass/pages/top/_top-contents.scss */
  #contents.is-top .top-picupContents nav ul li a {
    font-size: 20px;
  }
  /* line 40, ../sass/pages/top/_top-contents.scss */
  #contents.is-top .top-picupContents nav ul li a br {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  /* line 26, ../sass/pages/top/_top-contents.scss */
  #contents.is-top .top-picupContents nav ul li a {
    font-size: 16px;
    padding-left: 50px;
  }
  /* line 48, ../sass/pages/top/_top-contents.scss */
  #contents.is-top .top-picupContents nav ul li:nth-of-type(2) a br {
    display: inline;
  }
}
/* line 53, ../sass/pages/top/_top-contents.scss */
#contents.is-top .top-picupContents nav ul li a:before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(/common/img/top/btn_dog01.png) no-repeat 0 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top .top-picupContents nav ul li:nth-of-type(2) a:before {
  background: url(/common/img/top/btn_dog02.png) no-repeat 0 100%;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top .top-picupContents nav ul li:nth-of-type(3) a:before {
  background: url(/common/img/top/btn_dog03.png) no-repeat 0 100%;
}
/* line 68, ../sass/pages/top/_top-contents.scss */
#contents.is-top .top-picupContents nav ul li a:after {
  position: absolute;
  right: 10px;
  top: 20px;
  bottom: 20px;
  font-family: "fontello";
  text-align: center;
  color: #43200d;
  content: "\f0a9";
  font-size: 20px;
  margin: auto auto;
}
/* line 88, ../sass/pages/top/_top-contents.scss */
#contents.is-top section {
  padding-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  /* line 88, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section {
    width: 100%;
    padding-bottom: 40px;
  }
}
/* add 20190924 */
.tax-information{
  border: 2px solid #fe5000;
  background-color: #fff
}
.tax-information h2{
  background-color: #fe5000;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}

.tax-information a{
  color: #fff;
}

.tax-information p{
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px;
}
#contents.is-top section h2.bdr-none{
  border-top: 0;
}

/* line 94, ../sass/pages/top/_top-contents.scss */
#contents.is-top section h2 {
  background: rgba(243, 239, 232, 0.8);
  text-align: center;
  font-weight: bold;
  border-top: solid #9c887c 3px;
  font-size: 26px;
  padding: 1em;
}
@media only screen and (max-width: 992px) {
  /* line 94, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section h2 {
    padding: 0.8em 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 94, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section h2 {
    font-size: 22px;
  }
}
/* line 107, ../sass/pages/top/_top-contents.scss */
#contents.is-top section h2 span {
  display: block;
  font-family: 'Caveat', cursive ,'Lato', sans-serif;
  font-weight: normal;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  /* line 107, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section h2 span {
    font-size: 24px;
  }
}
/* line 117, ../sass/pages/top/_top-contents.scss */
#contents.is-top section p.btn_more {
  text-align: center;
}
/* line 119, ../sass/pages/top/_top-contents.scss */
#contents.is-top section p.btn_more a {
  background: #47a955;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 2.5em 0.2em 2em;
  border-radius: 50px;
  font-size: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 119, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section p.btn_more a {
    font-size: 20px;
  }
}
/* line 131, ../sass/pages/top/_top-contents.scss */
#contents.is-top section p.btn_more a:after {
  font-family: "fontello";
  text-align: center;
  font-weight: 100;
  color: #FFF;
  content: "\e802";
  font-size: 22px;
  margin: auto auto;
  position: absolute;
  line-height: 1;
  top: 13px;
  bottom: 13px;
  right: 0.8em;
}
@media only screen and (max-width: 767px) {
  /* line 131, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section p.btn_more a:after {
    font-size: 18px;
    top: 12px;
    bottom: 10px;
  }
}
/* line 153, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup {
  background: url(/common/img/top/bg_lineup.png) repeat;
}
/* line 157, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents {
  display: flex;
  justify-content: center;
  padding: 60px;
}
@media only screen and (max-width: 992px) {
  /* line 157, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
/* line 166, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content {
  width: 600px;
  margin: 0 20px;
  border: 6px solid #d4c9b9;
  border-radius: 10px 10px 10px 10px;
  background: #FFF;
}
@media only screen and (max-width: 992px) {
  /* line 166, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 176, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content h3 {
  background: #d4c9b9;
  width: 100%;
  padding: 0.2em 0.2em 0.5em;
}
/* line 180, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content h3 span {
  background: #f3efe8;
  color: #43200d;
  border-radius: 15px;
  padding: 0.2em 1em;
  font-size: 14px;
  margin-right: 1em;
}
/* line 189, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 414px) {
  /* line 189, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner {
    display: block;
  }
}
/* line 197, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img {
  width: 60%;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  /* line 197, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img {
    width: 50%;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 197, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img {
    padding: 10px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 197, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img {
    width: 100%;
    padding-bottom: 0;
  }
}
/* line 214, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img p {
  text-align: center;
  margin-bottom: 10px;
}
/* line 217, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img p:first-of-type {
  width: 60%;
}
/* line 220, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img p:nth-of-type(2) {
  width: 40%;
}
/* line 222, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img p:nth-of-type(2) img {
  padding: 10px 0;
}
@media only screen and (max-width: 414px) {
  /* line 220, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img p:nth-of-type(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  /* line 230, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img p:first-of-type {
    width: 50%;
  }
  /* line 233, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img p:nth-of-type(2) {
    width: 50%;
  }
  /* line 235, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__img p:nth-of-type(2) img {
    padding: 10px 0 10px 5px;
  }
}
/* line 242, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point {
  width: 40%;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 992px) {
  /* line 242, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point {
    width: 50%;
    display: flex;
    justify-content: space-around;
    padding: 20px 20px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 242, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point {
    width: 50%;
    /*display: flex;
    justify-content: center;
    flex-direction: column;*/
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  /* line 242, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point {
    width: auto;
    padding: 10px 10px 0 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
@media only screen and (max-width: 992px) {
  /* line 265, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 265, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul {
    width: auto;
    float: left;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 414px) {
  /* line 265, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul {
    width: 55%;
    float: none;
  }
}
/* line 278, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul li {
  font-size: 20px;
  border-bottom: 1px dotted #43200d;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 992px) {
  /* line 278, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul li {
    max-width: 10em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 278, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 278, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul li {
    font-size: 16px;
  }
}
/* line 294, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul li i {
  position: relative;
  margin-right: 1.5em;
}
@media only screen and (max-width: 992px) {
  /* line 294, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul li i {
    margin-right: 2em;
  }
}
/* line 300, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul li i:after {
  position: absolute;
  top: -2px;
  left: 0;
  color: #43200d;
  font-family: fontello;
  content: "\e819";
  transform: translateY(0px) rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  /* line 300, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point ul li i:after {
    top: -3px;
    left: 10px;
  }
}
/* line 317, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point p {
  text-align: center;
}
@media only screen and (max-width: 414px) {
  /* line 317, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__point p {
    width: 45%;
  }
}
/* line 324, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details {
  background: #f5f5f5;
  width: 100%;
  margin: 0 20px 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  /* line 324, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details {
    margin: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 414px) {
  /* line 324, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details {
    display: block;
    margin: 0;
  }
}
/* line 341, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details .top-product_lineup__detail p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  /* line 341, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details .top-product_lineup__detail p {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 341, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details .top-product_lineup__detail p {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
/* line 352, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details .top-product_lineup__detail p.price {
  font-size: 40px;
  color: #e60012;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  /* line 352, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details .top-product_lineup__detail p.price {
    font-size: 34px;
  }
}
/* line 360, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details .top-product_lineup__detail p.price span {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
/* line 364, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details .top-product_lineup__detail p.price span.yen {
  font-size: 20px;
  font-weight: bold;
  color: #e60012;
}
@media only screen and (max-width: 767px) {
  /* line 364, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details .top-product_lineup__detail p.price span.yen {
    font-size: 20px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 376, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange {
    text-align: center;
  }
}
/* line 380, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange a {
  background: #e99216;
  color: #FFF;
  font-weight: bold;
  display: block;
  padding: 0.2em 1em;
  border-radius: 3px 3px 3px 3px;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  /* line 380, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 380, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange a {
    font-size: 18px;
    padding: 0.2em 0.5em;
  }
}
@media only screen and (max-width: 414px) {
  /* line 380, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange a {
    font-size: 18px;
    display: inline-block;
    width: auto;
  }
}
/* line 400, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange a:after {
  font-family: "fontello";
  text-align: center;
  color: #FFF;
  content: "\f0a9";
  font-size: 18px;
  margin: 0 0 0 0.5em;
}
@media only screen and (max-width: 992px) {
  /* line 400, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange a:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 400, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange a:after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 400, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-product_lineup .top-product_lineup__contents .top-product_lineup__content .top-product_lineup__contentInner .top-product_lineup__details p.btn_orange a:after {
    font-size: 16px;
  }
}
/* line 424, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign {
  background: url(/common/img/top/bg_campaign.png) repeat;
  text-align: center;
}
/* line 428, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign h2 {
  background: rgba(255, 255, 255, 0.5);
}
/* line 431, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign p.msg {
  font-size: 22px;
  margin: 40px auto 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 431, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-campaign p.msg {
    font-size: 18px;
    margin: 20px auto 10px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 431, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-campaign p.msg {
    margin: 20px auto 0px;
    font-size: 17px;
  }
}
/* line 447, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign p.msg br {
  display: none;
}
@media only screen and (max-width: 414px) {
  /* line 447, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-campaign p.msg br {
    display: inline;
  }
}
/* line 454, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign p.msg:before {
  content: "";
  width: 40px;
  height: 1px;
  background: none;
  transform: translateY(0px) rotate(60deg);
  position: absolute;
  left: -2em;
  top: 1em;
  border-top: 3px dotted #190b03;
}
@media only screen and (max-width: 414px) {
  /* line 454, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-campaign p.msg:before {
    display: none;
  }
}
/* line 468, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign p.msg:after {
  content: "";
  width: 40px;
  height: 1px;
  background: none;
  transform: translateY(0px) rotate(-60deg);
  position: absolute;
  right: -2em;
  top: 1em;
  border-top: 3px dotted #190b03;
}
@media only screen and (max-width: 414px) {
  /* line 468, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-campaign p.msg:after {
    display: none;
  }
}
/* line 483, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents {
  display: flex;
  justify-content: center;
  padding: 0px 0 30px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  width: calc(100% - 80px);
}
@media only screen and (max-width: 992px) {
  /* line 483, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-campaign .top-campaign__contents {
    width: 100%;
  }
}
/* line 495, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .top-campaign__content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  /* line 495, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-campaign .top-campaign__contents .top-campaign__content {
    max-width: 100%;
    padding: 0 20px;
  }
}
/* line 505, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .top-campaign__content dl {
  width: 100%;
  margin: 20px auto;
}
/* line 508, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .top-campaign__content dl dt {
  background: #dfdad0;
  padding: 20px;
}
/* line 512, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .top-campaign__content dl dd {
  background: #FFF;
  padding: 20px 10px;
}
/* line 518, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-pagination {
  text-align: center;
}
/* line 521, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
  margin: 10px;
}
/* line 528, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-pagination .swiper-pagination-bullet-active {
  background: #190b03;
}
/* line 532, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-button-next, #contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-button-prev {
  position: absolute;
  top: 25%;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 992px) {
  /* line 532, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-button-next, #contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-button-prev {
    display: none;
  }
}
/* line 542, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-button-next {
  right: 0;
}
/* line 544, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-button-next:before {
  font-family: "fontello";
  text-align: center;
  color: #43200d;
  content: "\e802";
  font-size: 44px;
  padding: 0;
}
/* line 553, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-button-prev {
  left: 0;
}
/* line 555, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-campaign .top-campaign__contents .swiper-campaign-button-prev:before {
  font-family: "fontello";
  text-align: center;
  color: #43200d;
  content: "\e803";
  font-size: 44px;
  padding: 0;
}
/* line 568, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept {
  background: url(/common/img/top/bg_omoi.png) repeat;
  text-align: center;
  padding: 60px 0;
}
@media only screen and (max-width: 992px) {
  /* line 568, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept {
    width: 100%;
    padding: 30px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 568, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept {
    width: 100%;
    padding: 30px 0 40px;
  }
}
/* line 580, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept h3 {
  background: rgba(255, 255, 255, 0.6);
  padding: 2em 0;
}
@media only screen and (max-width: 992px) {
  /* line 580, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept h3 {
    padding: 2em 20px;
  }
}
/* line 587, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept .top-concept__contents {
  max-width: 1000px;
  margin: -30px auto 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  /* line 587, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept .top-concept__contents {
    max-width: 100%;
    margin: -20px auto 0;
    display: block;
  }
}
/* line 597, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept .top-concept__contents p.logo {
  width: 210px;
}
@media only screen and (max-width: 992px) {
  /* line 597, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept .top-concept__contents p.logo {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 597, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept .top-concept__contents p.logo {
    text-align: center;
    width: 50%;
    margin: 0 auto 10px;
  }
}
/* line 609, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept .top-concept__contents p.logo img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  /* line 609, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept .top-concept__contents p.logo img {
    width: auto;
  }
}
/* line 616, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept .top-concept__contents .top-concept__content {
  width: calc(100% - 210px);
  padding: 0 30px;
}
@media only screen and (max-width: 992px) {
  /* line 616, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept .top-concept__contents .top-concept__content {
    width: 100%;
    padding: 0 20px;
  }
}
/* line 623, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept .top-concept__contents .top-concept__content p {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  /* line 623, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept .top-concept__contents .top-concept__content p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 623, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept .top-concept__contents .top-concept__content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* line 637, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept p.btn {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  /* line 637, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept p.btn {
    padding: 0 20px;
  }
}
/* line 642, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept p.btn a {
  border: 4px solid #be8914;
  background: #FFF;
  color: #190b03;
  font-weight: bold;
  display: inline-block;
  padding: 0.6em 2.8em 0.6em 2em;
  border-radius: 50px;
  font-size: 22px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  /* line 642, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept p.btn a {
    font-size: 18px;
  }
}
/* line 655, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-concept p.btn a:after {
  font-family: "fontello";
  text-align: center;
  font-weight: 100;
  color: #be8914;
  content: "\e802";
  font-size: 28px;
  margin: auto auto;
  position: absolute;
  line-height: 1;
  top: 17px;
  bottom: 17px;
  right: 0.8em;
}
@media only screen and (max-width: 992px) {
  /* line 655, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-concept p.btn a:after {
    font-size: 24px;
    top: 13px;
    bottom: 13px;
  }
}
/* line 678, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice {
  background: url(/common/img/top/bg_voice.png) repeat;
  padding: 40px 60px 60px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  /* line 678, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice {
    padding: 20px 20px 40px;
  }
}
/* line 686, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 17px;
  background: url(/common/img/top/bg_nami_top.png) repeat-x;
}
@media only screen and (max-width: 992px) {
  /* line 686, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice:before {
    background-size: 40px 8px;
    height: 8px;
    top: -8px;
  }
}
/* line 700, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 17px;
  background: url(/common/img/top/bg_nami_under.png) repeat-x;
}
@media only screen and (max-width: 992px) {
  /* line 700, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice:after {
    background-size: 40px 8px;
    height: 8px;
    bottom: -8px;
  }
}
/* line 714, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice > p {
  text-align: center;
}
/* line 717, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice h2 {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  z-index: 80;
}
/* line 724, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container {
  z-index: 70;
  max-width: 1000px;
  margin: -40px auto 30px;
  border: 3px solid #c490bf;
  background: url(/common/img/top/bg_voiceBox.png) repeat;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
/* line 733, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 33px;
  border-color: transparent transparent #c490bf transparent;
}
/* line 745, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 0 33px;
  border-color: transparent transparent transparent #c490bf;
}
/* line 757, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents {
  border: 1px dotted #c490bf;
  position: relative;
  padding: 40px;
}
@media only screen and (max-width: 992px) {
  /* line 757, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice .top-voice__container .top-voice__contents {
    padding: 40px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 757, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice .top-voice__container .top-voice__contents {
    padding: 40px 10px 10px;
  }
}
/* line 767, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents:before {
  content: "";
  position: absolute;
  top: -11px;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 33px 33px 0;
  border-color: transparent #c490bf transparent transparent;
}
/* line 779, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents:after {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 33px 0 0;
  border-color: #c490bf transparent transparent transparent;
}
/* line 792, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px dashed #c490bf;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  /* line 792, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
/* line 802, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 15px;
}
/* line 807, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content h3 {
  font-size: 26px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0.8em;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  /* line 807, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content h3 {
    font-size: 20px;
  }
}
/* line 817, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content h3:after {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  color: #7ecef4;
  font-size: 40px;
  font-family: fontello;
  content: "\e819";
  transform: translateY(0px) rotate(-45deg);
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content h3.is-blue:after {
  color: #7ecef4;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content h3.is-orange:after {
  color: #f6b37f;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content h3.is-pink:after {
  color: #f19ec2;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content h3.is-green:after {
  color: #89c997;
}
@media only screen and (max-width: 767px) {
  /* line 817, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content h3:after {
    font-size: 30px;
    top: -5px;
  }
}
/* line 848, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content > p {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  /* line 848, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content > p {
    width: 100%;
    text-align: center;
  }
}
/* line 855, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content div.top-voice__content__inner {
  width: 75%;
  padding-left: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 855, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content div.top-voice__content__inner {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
  }
}
/* line 865, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content div.top-voice__content__inner p.top-voice__content__name {
  background: #FFF;
  padding: 0.2em 0.6em;
  margin-bottom: 1em;
  display: inline-block;
  font-size: 16px;
}
/* line 872, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content div.top-voice__content__inner p.top-voice__content__txt {
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 872, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content div.top-voice__content__inner p.top-voice__content__txt {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
}
/* line 886, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content div.top-voice__content__inner p.btn a {
  background: #FFF;
  color: #190b03;
  font-weight: bold;
  display: inline-block;
  padding: 0.1em 2em 0.1em 1.0em;
  border-radius: 50px;
  font-size: 17px;
  position: relative;
}
/* line 895, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-voice .top-voice__container .top-voice__contents .top-voice__content div.top-voice__content__inner p.btn a:after {
  font-family: "fontello";
  text-align: center;
  font-weight: 100;
  color: #190b03;
  content: "\e802";
  font-size: 14px;
  margin: auto auto;
  position: absolute;
  line-height: 1;
  top: 10px;
  bottom: 10px;
  right: 0.8em;
}
/* line 918, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-movie {
  background: url(/common/img/top/bg_movie.png) repeat;
  padding: 40px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  /* line 918, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie {
    padding: 20px 20px 30px;
  }
}
/* line 925, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-movie h2 {
  border-top: none;
  background: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  /* line 925, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie h2 {
    margin-bottom: 10px;
  }
}
/* line 933, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-movie h2:before {
  position: absolute;
  top: 30px;
  left: -20px;
  color: #43200d;
  font-size: 24px;
  font-family: fontello;
  content: "\e819";
  transform: translateY(0px) rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  /* line 933, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie h2:before {
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 933, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie h2:before {
    top: 18px;
    left: -30px;
  }
}
/* line 951, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-movie h2:after {
  position: absolute;
  top: 30px;
  right: -15px;
  color: #43200d;
  font-size: 24px;
  font-family: fontello;
  content: "\e819";
}
@media only screen and (max-width: 992px) {
  /* line 951, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie h2:after {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 951, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie h2:after {
    top: 18px;
    right: -30px;
  }
}
/* line 970, ../sass/pages/top/_top-contents.scss */

/* 20191220 変更 */
/* #contents.is-top section.top-movie .top-movie__content {
  max-width: 690px;
  margin: 20px auto;
  text-align: center;
  border: 3px dotted #947f70;
  border-radius: 10px;
  background: rgba(196, 181, 159, 0.3);
} */
#contents.is-top section.top-movie h2{
  padding-bottom: 40px;
}
.insta_movie{
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: center;
}
#contents.is-top section.top-movie .top-movie__content {
  text-align: center;
  width: 100%;
  height: calc(100% - 100px);
  border: 3px dotted #947f70;
  border-radius: 10px;
  background: rgba(196, 181, 159, 0.3);
}
.insta_movie .movie_area,.insta_movie .insta_area{
  width: 48%;
}
#contents.is-top section.top-movie .insta_movie .top-movie__content dt {
  margin: 20px 0 20px 0;
}
#contents.is-top section.top-movie .insta_movie .top-movie__content dd iframe{
  width: 90%;
  height: 410px;
}
@media only screen and (max-width: 1000px) {
  #contents.is-top section.top-movie .insta_movie .top-movie__content dd iframe{
    height: 34vw;
  }
}
@media only screen and (max-width: 767px) {
  .insta_movie{
    padding: 0;
  }
  #contents.is-top section.top-movie h2 {
    padding-bottom: 10px;
  }
  #contents.is-top section.top-movie .top-movie__content {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .insta_movie .movie_area,.insta_movie .insta_area{
    width: 100%;
  }
  .insta_movie .insta_area iframe{
    height: 70vw !important;
  }
  #contents.is-top section.top-movie .insta_movie .top-movie__content dd iframe{
    height: 50vw;
  }

}
/*************************************/
/* line 977, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-movie .top-movie__content dt {
  margin: -60px 0 10px 0;
}
@media only screen and (max-width: 767px) {
  /* line 977, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie .top-movie__content dt {
    margin: -50px 0 10px 0;
  }
}
@media only screen and (max-width: 414px) {
  /* line 977, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie .top-movie__content dt {
    margin: -30px 0 10px 0;
  }
}
/* line 986, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-movie .top-movie__content dd {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  /* line 986, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie .top-movie__content dd {
    padding: 0 20px;
  }
}
/* line 991, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-movie .top-movie__content dd iframe {
  width: 630px;
  height: 354px;
}
@media only screen and (max-width: 992px) {
  /* line 991, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-movie .top-movie__content dd iframe {
    width: 100%;
  }
}
/* line 1004, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health {
  background: url(/common/img/top/bg_column.png) repeat;
}
/* line 1007, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents {
  max-width: 1000px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  /* line 1007, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents {
    margin: 20px auto;
  }
}
/* line 1016, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl {
  width: calc(50% - 40px);
  margin: 20px;
  padding: 20px 30px;
  background: url(/common/img/top/bg_column02.png) repeat;
}
@media only screen and (max-width: 992px) {
  /* line 1016, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl {
    width: 100%;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 414px) {
  /* line 1016, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl {
    display: block;
  }
}
/* line 1032, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dt {
  font-size: 22px;
  font-weight: bold;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  /* line 1032, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1032, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dt {
    font-size: 18px;
  }
}
/* line 1044, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dt:before {
  position: absolute;
  top: -5px;
  left: 0;
  color: #43200d;
  font-size: 28px;
  font-family: fontello;
  content: "\e810";
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  /* line 1044, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dt:before {
    font-size: 24px;
  }
}
/* line 1059, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(1) {
  background: #FFF;
  max-width: 330px;
  height: 220px;
  margin: 0 auto;
  border: 10px solid #FFF;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
/* line 1069, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(1) a img {
  width: 320px;
  height: 200px;
  vertical-align: middle;
  object-fit: contain;
  font-family: "object-fit:contain;";
}
@media only screen and (max-width: 992px) {
  /* line 1069, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(1) a img {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1059, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(1) {
    width: 45%;
    height: 220px;
    margin: 0 0;
  }
}
@media only screen and (max-width: 414px) {
  /* line 1059, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(1) {
    width: 100%;
  }
}
/* line 1089, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  /* line 1089, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) {
    width: 55%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 1089, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }
}
/* line 1100, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.ttl {
  text-align: left;
  margin: 20px 0 5px;
}
/* line 1103, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.ttl span {
  font-size: 18px;
}
/* line 1105, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.ttl span.pet_health__category {
  font-weight: bold;
  background: #F5F5F5;
  padding: 0.3em 0.6em;
  line-height: 1;
  border-radius: 5px;
  margin-right: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  /* line 1105, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.ttl span.pet_health__category {
    font-size: 14px;
  }
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl.cat-01 dd:nth-of-type(2) p.ttl span.pet_health__category {
  background: #7ecef4;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl.cat-02 dd:nth-of-type(2) p.ttl span.pet_health__category {
  background: #f19ec2;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl.cat-03 dd:nth-of-type(2) p.ttl span.pet_health__category {
  background: #89c997;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl.cat-04 dd:nth-of-type(2) p.ttl span.pet_health__category {
  background: #c490bf;
}
@media only screen and (max-width: 767px) {
  /* line 1129, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.ttl span.pet_health__date {
    font-size: 13px;
  }
}
/* line 1137, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.txt {
  text-align: left;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 1137, ../sass/pages/top/_top-contents.scss */
  #contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.txt {
    font-size: 18px;
  }
}
/* line 1150, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.btn a {
  background: #FFF;
  color: #190b03;
  font-weight: bold;
  display: inline-block;
  padding: 0.1em 2em 0.1em 1.0em;
  border-radius: 50px;
  font-size: 17px;
  position: relative;
}
/* line 1159, ../sass/pages/top/_top-contents.scss */
#contents.is-top section.top-pet_health .top-pet_health__contents dl dd:nth-of-type(2) p.btn a:after {
  font-family: "fontello";
  text-align: center;
  font-weight: 100;
  color: #190b03;
  content: "\e802";
  font-size: 14px;
  margin: auto auto;
  position: absolute;
  line-height: 1;
  top: 10px;
  bottom: 10px;
  right: 0.8em;
}
/* line 1185, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.bnrArea {
  text-align: center;
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  /* line 1185, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.bnrArea {
    max-width: 100%;
    padding: 40px 20px;
  }
}
/* line 1193, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others {
  display: flex;
  align-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
@media only screen and (max-width: 992px) {
  /* line 1193, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others {
    display: block;
    padding: 20px;
    max-width: 100%;
  }
}
/* line 1205, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__bnr {
  width: 50%;
  margin-right: 40px;
}
@media only screen and (max-width: 992px) {
  /* line 1205, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__bnr {
    width: 100%;
    margin-right: 0px;
  }
}
/* line 1214, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__bnr ul li {
  margin-bottom: 40px;
}
/* line 1216, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__bnr ul li img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  /* line 1214, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__bnr ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 1223, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__bnr ul li img {
    width: auto;
  }
}
/* line 1228, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__bnr ul li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  /* line 1228, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__bnr ul li:last-of-type {
    margin-bottom: 20px;
  }
}
/* line 1237, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__shopping {
  width: 50%;
  background: #c4d6e1;
}
@media only screen and (max-width: 992px) {
  /* line 1237, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping {
    width: 100%;
    margin: 20px auto 0px;
  }
}
/* line 1244, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__shopping h3 {
  text-align: center;
  font-size: 24px;
  position: relative;
  border-top: solid 6px #2474b0;
  border-bottom: solid 6px #2474b0;
  padding: 10px 0 15px 0;
  color: #00192c;
}
@media only screen and (max-width: 767px) {
  /* line 1244, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping h3 {
    font-size: 19px;
    padding: 10px 25px 15px 0;
  }
}
/* line 1256, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__shopping h3 span {
  display: block;
  font-family: 'Caveat', cursive ,'Lato', sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #00192c;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  /* line 1256, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping h3 span {
    font-size: 24px;
  }
}
/* line 1267, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__shopping h3:after {
  content: "";
  background: url(/common/img/top/shopping_dog.png) no-repeat;
  background-size: cover;
  height: 140px;
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 5px;
}
@media only screen and (max-width: 992px) {
  /* line 1267, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping h3:after {
    bottom: -26px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 1267, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping h3:after {
    height: 93px;
    width: 80px;
    right: -5px;
    bottom: 0;
  }
}
/* line 1287, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__shopping ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 30px 10px;
}
@media only screen and (max-width: 414px) {
  /* line 1287, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul {
    display: block;
    padding: 20px;
  }
}
/* line 1297, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__shopping ul li {
  align-content: center;
  align-items: center;
  width: calc(33.3% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  /* line 1297, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul li {
    width: calc(33.3% - 10px);
    margin: 0 5px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 1297, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul li {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 1310, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-others .top-bnrArea__shopping ul li a {
  color: #00192c;
  text-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  /* line 1310, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 1310, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul li a {
    height: 60px;
    margin-bottom: 20px;
    font-size: 17px;
  }
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-others .top-bnrArea__shopping ul li:nth-child(1) a {
  background: url(/common/img/top/shopping-cart.png) no-repeat 50% 50% rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 414px) {
  /* line 120, ../sass/foundation/_mixin.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul li:nth-child(1) a {
    background-position: 5% 50%;
  }
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-others .top-bnrArea__shopping ul li:nth-child(2) a {
  background: url(/common/img/top/question.png) no-repeat 50% 50% rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 414px) {
  /* line 120, ../sass/foundation/_mixin.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul li:nth-child(2) a {
    background-position: 5% 50%;
  }
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-others .top-bnrArea__shopping ul li:nth-child(3) a {
  background: url(/common/img/top/mail.png) no-repeat 50% 50% rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 414px) {
  /* line 120, ../sass/foundation/_mixin.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul li:nth-child(3) a {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 414px) {
  /* line 120, ../sass/foundation/_mixin.scss */
  #contents.is-top div.top-others .top-bnrArea__shopping ul li:nth-child(3) a {
    background-position: 5% 50%;
  }
}
/* line 1356, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info {
  background: #FFF;
}
@media only screen and (max-width: 992px) {
  /* line 1356, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-info {
    background: none;
  }
}
/* line 1362, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  /* line 1362, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-info .top-info__container {
    width: 100%;
    display: block;
  }
}
/* line 1375, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section {
  width: calc( 50% - 20px);
  position: relative;
  margin: 0 20px 0 0;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  /* line 1375, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-info .top-info__container section {
    width: 100%;
    margin-bottom: 40px;
    background: #FFF;
    padding-bottom: 0;
  }
}
/* line 1387, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section.top-event {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 992px) {
  /* line 1387, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-info .top-info__container section.top-event {
    margin: 0 0 40px 0;
  }
}
/* line 1393, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section h2 {
  background: none;
  border-top: none;
  color: #00561f;
  text-align: left;
  border-left: solid 8px #00561f;
  padding: 10px 20px;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-info .top-info__container section.top-news h2 {
  color: #00561f;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-info .top-info__container section.top-event h2 {
  color: #0068b7;
  border-left: solid 8px #0068b7;
}
/* line 1408, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section p.btn_more {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 20px;
}
/* line 1413, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section p.btn_more a {
  background: #47a955;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 2em 0.2em 1em;
  border-radius: 50px;
  font-size: 14px;
  position: relative;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-info .top-info__container section.top-news p.btn_more a {
  background: #00561f;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-info .top-info__container section.top-event p.btn_more a {
  background: #0068b7;
}
/* line 1429, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section p.btn_more a:after {
  font-family: "fontello";
  text-align: center;
  font-weight: 100;
  color: #FFF;
  content: "\e802";
  font-size: 12px;
  margin: auto auto;
  position: absolute;
  line-height: 1;
  top: 9px;
  bottom: 8px;
  right: 0.8em;
}
/* line 1445, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section ul {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  /* line 1445, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-info .top-info__container section ul {
    padding: 20px;
    margin-top: 0;
  }
}
/* line 1451, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section ul li {
  margin: 0 0 1em;
}
@media only screen and (max-width: 992px) {
  /* line 1451, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-info .top-info__container section ul li {
    background: #F5F5F5;
    padding: 10px 25px 10px 10px;
    position: relative;
  }
  /* line 1457, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-info .top-info__container section ul li a {
    display: block;
  }
  /* line 1460, ../sass/pages/top/_top-contents.scss */
  #contents.is-top div.top-info .top-info__container section ul li a:after {
    font-family: "fontello";
    text-align: center;
    font-weight: 100;
    color: #666;
    content: "\f105";
    font-size: 20px;
    margin: auto auto;
    position: absolute;
    line-height: 1;
    top: 35%;
    right: 0.5em;
  }
}
/* line 1475, ../sass/pages/top/_top-contents.scss */
#contents.is-top div.top-info .top-info__container section ul li span.date {
  font-size: 14px;
  font-weight: bold;
  padding-right: 1em;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-info .top-info__container section.top-news ul li span.date {
  color: #00561f;
}
/* line 120, ../sass/foundation/_mixin.scss */
#contents.is-top div.top-info .top-info__container section.top-event ul li span.date {
  color: #0068b7;
}


/* 20201117 */
.top_bnr{
  max-width: 1240px;
  margin: 40px auto 0;
  text-align: center;
  padding: 0 20px;
}
