/* CSS Document */
body {
  letter-spacing: 0.1em;
}

/* animation
-------------------------------------------------------------- */
.ef-fade01 {
  opacity: 0;
  transform: translate(0, 25px);
  transition: 1.5s;
  transition-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.fade01 {
  transform: translate(0, 0);
  opacity: 1;
}

.ef-fade02 {
  opacity: 0;
  transform: translate(0, 25px);
  transition: 1.5s;
  transition-delay: 1.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.fade02 {
  transform: translate(0, 0);
  opacity: 1;
}

.new {
  padding: 0rem 0.3rem;
  line-height: 1.5;
  display: inline;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  background-color: rgba(184, 84, 84, 0.6);
  font-size: 0.8rem;
  color: #ffffff;
}

/* slick-
-------------------------------------------------------------- */
.slick_wp {
  margin: 1.5rem 0;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

img.slick-arrow {
  width: 30px;
}

.slick-slide:focus {
  outline: none;
}

.prev-arrow {
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .prev-arrow {
    left: 15px;
  }
}

.next-arrow {
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .next-arrow {
    right: 15px;
  }
}

.slider2 {
  line-height: 0;
}

/* background
-------------------------------------------------------------- */
.bg_01 {
  background-color: #ae4d40;
}

/* btn
-------------------------------------------------------------- */
.btn01 {
  padding: 1rem 3rem;
  border: 0;
  background-color: #777777;
  margin: 2rem 0;
  border-radius: 0;
}

a.btn01 {
  color: #ffffff;
}

a.btn01:hover {
  color: #333333;
  border: 0;
}

.smoothlink .btn02 {
  color: #ffffff;
}
.smoothlink .btn02:hover {
  color: #777777;
  border: solid 1px #777777;
}

.btn02 {
  padding: 1rem 2rem;
  border-radius: 0;
  background-color: transparent;
  border: solid 1px #ffffff;
  margin: 2rem 0;
  width: auto;
}

a.btn02 {
  color: #ffffff;
  font-size: 1.3rem;
}

a.btn02:hover {
  color: #777777;
  border: solid 1px #777777;
}

.btn03 {
  padding: 1rem 3rem;
  background-color: #a73f2f;
  margin: 2rem 0;
  border-radius: 0;
  width: 100%;
  line-height: 0;
}

a.btn03 {
  color: #ffffff;
}

a.btn03:hover {
  color: #333333;
  border: 0;
}

/* section
-------------------------------------------------------------- */
.section02 {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .section02 {
    padding: 5rem 0;
  }
}

.mg_img01 {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .mg_img01 {
    margin-top: 1.5rem;
  }
}

.mg_img02 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* font
-------------------------------------------------------------- */
.container p {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .container p {
    font-size: 1.2rem;
  }
}

.container ul li {
  color: #ffffff;
  line-height: 2;
  font-size: 1.2rem;
  word-break: break-all;
  padding-left: 1em;
  text-indent: -1em;
}

.text_date01 {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .text_date01 {
    font-size: 2rem;
  }
}

.text_title01 {
  margin: 3.5rem 0;
  display: flex;
  align-items: center;
}
.text_title01 img {
  width: 40%;
}
@media (min-width: 992px) {
  .text_title01 img {
    width: 25%;
  }
}

.text_title01::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
}

.text_title02 {
  margin: 3.5rem 0;
  display: flex;
  align-items: center;
}
.text_title02 img {
  width: 40%;
}
@media (min-width: 992px) {
  .text_title02 img {
    width: 25%;
  }
}

.text_title02::before {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
}

.text_title02 {
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.3rem;
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .text_title02 {
    font-size: 1.6rem;
  }
}

.text_title04 {
  color: #ffffff;
  line-height: 2;
  font-size: 1.4rem;
  text-align: center;
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .text_title04 {
    font-size: 2rem;
  }
}

.sns_02 {
  color: #ffffff;
  font-size: 1rem;
}

.text_read01 {
  color: #ffffff;
  margin: 1.5rem 0;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .text_read01 {
    font-size: 1.4rem;
  }
}

/* PICFA
-------------------------------------------------------------- */
.link_in {
  margin: 3rem 1.5rem;
  text-align: center;
}
.link_in img {
  width: 50px;
}
.link_in .sns {
  padding: 0;
}
.link_in .sns i {
  padding-left: 0.1rem;
}

@media (min-width: 992px) {
  .flex_end_pc {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .flex_start_pc {
    display: flex;
    justify-content: flex-start;
  }
}

/* product
-------------------------------------------------------------- */
.text_pro_limited_wp {
  text-align: center;
}

.text_pro_limited {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
  margin: 0.5rem 0;
  display: inline-block;
}

.text_pro_title01 {
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .text_pro_title01 {
    font-size: 1.4rem;
  }
}

.text_pro_plice01 {
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0;
  margin-top: 0.5rem;
  padding-bottom: 1.3rem;
}

.text_small02 {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.br_sp {
  display: block;
}
@media (min-width: 992px) {
  .br_sp {
    display: none;
  }
}

.br_pc {
  display: none;
}
@media (min-width: 992px) {
  .br_pc {
    display: block;
  }
}

.text_title_bnr_01 {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .text_title_bnr_01 {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=main.css.map */