@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 8, ../sass/top.scss */
.main__visual {
  width: 100%;
  margin-top: 73px;
  position: relative;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  /* line 8, ../sass/top.scss */
  .main__visual {
    margin-top: 0;
    max-height: 900px;
  }
}
/* line 19, ../sass/top.scss */
.main__visual .main__slider {
  width: 100%;
}
/* line 21, ../sass/top.scss */
.main__visual .main__slider .slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  height: 52.8vw;
}
@media screen and (min-width: 769px) {
  /* line 21, ../sass/top.scss */
  .main__visual .main__slider .slider__item {
    height: 52.73438vw;
    max-height: 900px;
  }
}
/* line 33, ../sass/top.scss */
.main__visual .message__box {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
@media screen and (min-width: 1100px) {
  /* line 33, ../sass/top.scss */
  .main__visual .message__box {
    width: 1100px;
    margin: 0 auto;
    right: 0;
  }
}
/* line 44, ../sass/top.scss */
.main__visual .message__box .main__mess {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  /* line 44, ../sass/top.scss */
  .main__visual .message__box .main__mess {
    font-size: 5.15625vw;
  }
}
@media screen and (min-width: 1100px) {
  /* line 44, ../sass/top.scss */
  .main__visual .message__box .main__mess {
    font-size: 66px;
  }
}
/* line 57, ../sass/top.scss */
.main__visual .message__box .sub__mess {
  font-size: 14px;
  color: #fff;
  display: block;
}
@media screen and (min-width: 769px) {
  /* line 57, ../sass/top.scss */
  .main__visual .message__box .sub__mess {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1100px) {
  /* line 57, ../sass/top.scss */
  .main__visual .message__box .sub__mess {
    font-size: 20px;
  }
}

/* line 75, ../sass/top.scss */
section .inner h2 {
  font-size: 30px;
  color: #E62334;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
/* line 81, ../sass/top.scss */
section .inner h2:after {
  content: "";
  display: block;
  width: 85px;
  height: 7px;
  background-image: url(../img/top/h2_border.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 101, ../sass/top.scss */
#sec01 {
  padding: 70px 0;
}
@media screen and (min-width: 769px) {
  /* line 101, ../sass/top.scss */
  #sec01 {
    padding: 60px 0 120px;
  }
}
/* line 107, ../sass/top.scss */
#sec01 .inner .news__box {
  background-color: #FAFAFA;
  padding: 1em;
  border-radius: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  /* line 107, ../sass/top.scss */
  #sec01 .inner .news__box {
    padding: 40px;
  }
}
/* line 115, ../sass/top.scss */
#sec01 .inner .news__box .news__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  /* line 115, ../sass/top.scss */
  #sec01 .inner .news__box .news__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
/* line 120, ../sass/top.scss */
#sec01 .inner .news__box .news__item .item__date {
  display: block;
  color: #E62334;
}
@media screen and (min-width: 769px) {
  /* line 120, ../sass/top.scss */
  #sec01 .inner .news__box .news__item .item__date {
    margin-right: 20px;
    width: 120px;
  }
}
/* line 128, ../sass/top.scss */
#sec01 .inner .news__box .news__item .item__tit {
  display: block;
  color: #333;
}

/* line 139, ../sass/top.scss */
#sec02 {
  padding: 70px 0;
  background-color: #FFE3E5;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 139, ../sass/top.scss */
  #sec02 {
    padding: 120px 0;
  }
}
/* line 146, ../sass/top.scss */
#sec02:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/top/pattern_1.jpg);
  background-repeat: repeat-x;
}
/* line 160, ../sass/top.scss */
#sec02 .inner p {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  /* line 163, ../sass/top.scss */
  #sec02 .inner .link__box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
  }
}
/* line 168, ../sass/top.scss */
#sec02 .inner .link__box .link__item {
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 600px) {
  /* line 168, ../sass/top.scss */
  #sec02 .inner .link__box .link__item {
    width: 31%;
    margin: 1%;
  }
}
@media screen and (min-width: 769px) {
  /* line 175, ../sass/top.scss */
  #sec02 .inner .link__box .link__item:hover {
    text-decoration: underline;
    text-decoration-color: #E62334;
  }
}
/* line 181, ../sass/top.scss */
#sec02 .inner .link__box .link__item .link__thmb {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  /* line 181, ../sass/top.scss */
  #sec02 .inner .link__box .link__item .link__thmb {
    height: 200px;
  }
}
/* line 193, ../sass/top.scss */
#sec02 .inner .link__box .link__item .link__tit {
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #E62334;
  position: relative;
}
/* line 202, ../sass/top.scss */
#sec02 .inner .link__box .link__item .link__tit:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #E62334;
  border-right: 2px solid #E62334;
  position: relative;
  margin-left: 10px;
  top: -2px;
  transform: rotate(45deg);
}
@media screen and (min-width: 600px) {
  /* line 202, ../sass/top.scss */
  #sec02 .inner .link__box .link__item .link__tit:after {
    top: 0;
  }
}
@media screen and (min-width: 600px) {
  /* line 193, ../sass/top.scss */
  #sec02 .inner .link__box .link__item .link__tit {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 769px) {
  /* line 193, ../sass/top.scss */
  #sec02 .inner .link__box .link__item .link__tit {
    font-size: 24px;
  }
}
/* line 226, ../sass/top.scss */
#sec02 .inner .link__bnr {
  text-align: center;
}
/* line 228, ../sass/top.scss */
#sec02 .inner .link__bnr .pc {
  display: none;
}
@media screen and (min-width: 460px) {
  /* line 228, ../sass/top.scss */
  #sec02 .inner .link__bnr .pc {
    display: inline-block;
  }
}
/* line 234, ../sass/top.scss */
#sec02 .inner .link__bnr .sp {
  display: inline-block;
}
@media screen and (min-width: 460px) {
  /* line 234, ../sass/top.scss */
  #sec02 .inner .link__bnr .sp {
    display: none;
  }
}

/* line 245, ../sass/top.scss */
#sec03 {
  padding: 70px 0;
  background-color: #FFF4EA;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 245, ../sass/top.scss */
  #sec03 {
    padding: 120px 0;
  }
}
/* line 252, ../sass/top.scss */
#sec03:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/top/pattern_2.jpg);
  background-repeat: repeat-x;
}
/* line 266, ../sass/top.scss */
#sec03 .inner .product__list {
  text-align: center;
  margin-bottom: 30px;
}

/* line 275, ../sass/top.scss */
#sec04 {
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  /* line 275, ../sass/top.scss */
  #sec04 {
    padding: 60px 0;
  }
}
/* line 281, ../sass/top.scss */
#sec04:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/top/pattern_3.jpg);
  background-repeat: repeat-x;
}
/* line 296, ../sass/top.scss */
#sec04 .inner .bnr__box .big__bnr {
  display: block;
  width: 98%;
  text-align: center;
  margin: 2% 1%;
}

/* line 308, ../sass/top.scss */
#sec05 {
  background-color: #FFF4EA;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  /* line 308, ../sass/top.scss */
  #sec05 {
    padding: 60px 0;
  }
}
/* line 315, ../sass/top.scss */
#sec05 .inner .bnr__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
/* line 317, ../sass/top.scss */
#sec05 .inner .bnr__box .sml__bnr {
  display: block;
  width: 48%;
  margin: 1%;
}
@media screen and (min-width: 600px) {
  /* line 317, ../sass/top.scss */
  #sec05 .inner .bnr__box .sml__bnr {
    width: 23%;
  }
}
