@charset "UTF-8";
/* ------------------------------------------------
setting
------------------------------------------------ */
/* ------------------------------------------------
slider
------------------------------------------------ */
.section-fair #swiper-fair {
  margin-bottom: 60px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section-fair #swiper-fair {
    margin-bottom: 40px !important;
    padding-bottom: 20px;
  }
  .section-fair #swiper-fair.full {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.section-fair #swiper-fair .swiper-custom-button {
  background-image: none !important;
  background-color: rgba(211, 211, 211, 0.6);
  color: #5f5f5f;
  font-size: 24px;
  text-align: center;
  width: 30px !important;
  height: 42px !important;
  line-height: 42px;
}
.section-fair #swiper-fair .swiper-button-prev {
  padding-right: 40px;
}
.section-fair #swiper-fair .swiper-button-prev {
  left: 0px !important;
  right: auto;
}
.section-fair #swiper-fair .swiper-button-next {
  padding-left: 15px;
  padding-right: 25px;
}
.section-fair #swiper-fair .swiper-button-next {
  right: 0px !important;
  left: auto;
}
.section-fair #swiper-fair .swiper-pagination-bullet {
  opacity: 0.7;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-color: #999;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.section-fair #swiper-fair .swiper-pagination-bullet-active {
  background-color: #57817d;
  border-color: #57817d;
  opacity: 0.9;
}
.section-fair #swiper-fair .swiper-pagination {
  position: relative !important;
  bottom: -20px;
}
.section-fair #swiper-fair .swiper-container {
  text-align: center;
}
.section-fair #swiper-fair .swiper-container .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* .section-fair */
/* ------------------------------------------------
object
------------------------------------------------ */
@media only screen and (min-width: 768px) {
  .section-fair .pc {
    display: block !important;
  }
  .section-fair .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-fair .pc {
    display: none !important;
  }
  .section-fair .sp {
    display: block !important;
  }
}
.section-fair img {
  max-width: 100%;
  margin: 0 auto;
}
.section-fair .mb60 {
  margin-bottom: 60px;
}
.section-fair .heading {
  position: relative;
  text-align: center;
  padding: 1em 0;
  color: #1a1a1a;
  font-size: 2.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .section-fair .heading {
    font-size: 2rem;
  }
}
.section-fair .heading:before, .section-fair .heading:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.section-fair .heading:before {
  top: 0;
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px dotted #1a1a1a;
}
@media only screen and (max-width: 767px) {
  .section-fair .heading:before {
    top: 0;
    border-top: 2px solid #1a1a1a;
    border-bottom: 2px dotted #1a1a1a;
  }
}
.section-fair .heading:after {
  bottom: 0;
  border-top: 2px dotted #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}
.section-fair .section-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 24px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-fair .section-title {
    font-size: 22px;
    text-align: center;
    line-height: 3rem;
  }
}
.section-fair .section-title2 {
  padding-top: 20px;
  font-size: 22px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-fair .section-title2 {
    font-size: 18px;
  }
}
.section-fair .catch {
  margin-bottom: 35px;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-fair .catch {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.section-fair .color-red {
  color: #d32e2e;
}
.section-fair .fz-s {
  font-size: small;
}
.section-fair .border01 {
  margin: 0 auto;
  width: 60%;
  padding: 0em .55em;
  border: 1px solid #1a1a1a;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-fair .border01 {
    width: 100%;
    font-size: 1.8rem;
  }
}
.section-fair a:hover {
  opacity: 0.7;
}
.section-fair .btn01 {
  width: 80%;
  margin: 0 auto;
  padding: 1.5em 1em;
  background: #fff;
  border: dotted 2px #999999;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-fair .btn01 {
    width: 85%;
  }
}
.section-fair .btn01 p {
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .section-fair .btn01 p {
    font-size: 1.4rem;
  }
}
.section-fair .btn-form {
  width: 46%;
  margin: 15px 0 25px 0;
  padding: 5px 20px;
  background: #e5e5e5;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-fair .btn-form {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
  }
}
.section-fair .bs-white {
  color: #fff;
}
.section-fair .line-text {
  margin-bottom: 40px;
  padding: 0.3em 0;
  border-bottom: solid 1px #1a1a1a;
  border-top: solid 1px #1a1a1a;
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .section-fair .line-text {
    margin-bottom: 20px;
    padding: 0.4em 0;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.1rem;
  }
}
.section-fair .sub {
  font-size: 18px;
  font-weight: 800;
}
.section-fair .sub_img {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-fair .sub_img {
    width: 230px;
    margin: 0 auto 10px;
  }
}
.section-fair .bg-gray {
  background-color: #f2f5f7;
  padding: 60px 39px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-fair .bg-gray {
    padding: 35px 15px 50px 15px;
  }
}
.section-fair .bg-white {
  margin-top: 80px;
  background-color: #fff;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .section-fair .bg-white {
    margin-top: 60px;
    padding: 20px 15px;
  }
}

/* .section-fair */
/* ------------------------------------------------
contents
------------------------------------------------ */
.section-fair {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
  color: #1a1a1a;
  margin-bottom: 60px;
  padding-bottom: 30px;
  /* box-recommend */
  /* box-text01 */
  /* box-about */
  /* box-photo-2col */
  /* box-product */
  /* box-step */
  /* box-border */
  /* box-flow*/
  /* box-photo-list__item */
}
.section-fair .mainvisual {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section-fair .mainvisual {
    margin: 0 -16px 30px -16px;
  }
}
.section-fair .box-recommend {
  position: relative;
  margin: 5em 0;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-recommend {
    margin: 3em 0;
  }
}
.section-fair .box-recommend__title {
  display: inline-block;
  padding: 5px 20px;
  background: #094260;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
.section-fair .box-recommend__col {
  padding: 1.5em;
  border: solid 1px #094260;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-fair .box-recommend__left {
  flex: 0 0 38%;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-recommend__left {
    flex: 0 0 100%;
    text-align: center;
  }
}
.section-fair .box-recommend__right {
  flex: 0 0 62%;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-recommend__right {
    flex: 0 0 100%;
    text-align: center;
  }
}
.section-fair .box-recommend__label {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-left: 0.8em;
  padding-bottom: 10px;
  border-bottom: solid 1px #393939;
  color: #094260;
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-recommend__label {
    font-size: 1.8rem;
  }
}
.section-fair .box-recommend__text {
  padding: 0 1em;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #ddd 97%, #ddd 100%);
  background-size: 100% 1.8em;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-recommend__text {
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.section-fair .box-text01 {
  margin-bottom: 75px;
}
.section-fair .box-about {
  margin-top: 80px;
  background-color: #fff;
  padding: 50px;
}
.section-fair .box-about__title {
  text-align: left;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c9c9;
}
.section-fair .box-photo-2col {
  margin: 5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-fair .box-photo-2col__item {
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-photo-2col__item {
    flex: 0 0 100%;
  }
}
.section-fair .box-product {
  width: 100%;
  background-color: #fff;
  padding-bottom: 10%;
  margin-bottom: 5%;
}
.section-fair .box-product__item {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-bottom: dotted 2px #393939;
  position: relative;
  padding: 20px 0 70px 0;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-product__item {
    padding: 20px 0 50px;
  }
}
.section-fair .box-product__left {
  width: 34%;
  position: absolute;
  top: 10%;
  order: 1;
}
.section-fair .box-product__right {
  width: 66%;
  margin-left: 34%;
  text-align: left;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-product__right {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    order: 1;
  }
}
.section-fair .box-product__right-under {
  width: 66%;
  margin-left: 34%;
  text-align: left;
  order: 3;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-product__right-under {
    width: 100%;
    margin: 0 auto;
  }
}
.section-fair .box-product__title {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-product__title {
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.section-fair .box-product__text {
  padding: 1.8rem 0 3rem 0;
  font-size: 18px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-product__text {
    width: 85%;
    margin: 0 auto;
    padding: 1.5rem 0 1.3rem 0;
    font-size: 16px;
    line-height: 2.2rem;
    text-align: left;
  }
}
.section-fair .box-product__label {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  margin: 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.section-fair .box-product__label:before, .section-fair .box-product__label:after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 8px;
}
.section-fair .box-product__label:before {
  border-top-color: #000000;
  margin-left: -8px;
}
.section-fair .box-product__label:after {
  border-top-color: #FFFFFF;
  margin: -1px 0 0 -8px;
}
.section-fair .box-product__label p {
  margin: 0;
  padding: 0;
}
.section-fair .box-product__btn {
  color: #fff;
  font-size: 18px;
  background: #094260;
  padding: 12px 20px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.section-fair .box-step {
  width: 100%;
  background-color: #f3f3f3;
  padding-bottom: 10%;
  margin-bottom: 20%;
}
.section-fair .box-step__item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #f3f3f3;
  padding: 10% 4% 0 4%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-step__item {
    padding: 15% 4% 0 4%;
  }
}
.section-fair .box-step__item.last {
  padding: 10% 4% 7% 4%;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-step__item.last {
    padding: 15% 4% 12% 4%;
  }
}
.section-fair .box-step__label {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-step__label {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
  }
}
.section-fair .box-step__left {
  width: 95px;
  height: 95px;
  background-color: #393939;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 3%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-step__left {
    width: 60px;
    height: 60px;
  }
}
.section-fair .box-step__right {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-step__right {
    width: 95%;
    margin: 0 auto;
  }
}
.section-fair .box-step__comment {
  color: #393939;
  margin-top: 2%;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-step__comment {
    padding: 0 8px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.section-fair .box-border {
  padding: 0.5em 0 0.5em 1.8em;
  margin: .5em 0 .5em 1em;
  border-left: solid 8px #e5e5e5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-border {
    padding: 0.2em 0 0.2em 1.3em;
    margin: .5em 0 .5em .3em;
  }
}
.section-fair .box-border__title {
  font-size: 20px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-border__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.section-fair .box-border p {
  font-size: 16px;
  line-height: 2.0rem;
  margin-bottom: 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-border p {
    font-size: 14px;
    line-height: 2.0rem;
    margin-bottom: 15px;
    padding: 0;
  }
}
.section-fair .box-flow__title {
  margin: 70px 0 40px 0;
  background-color: #094260;
  padding: 5px 0px;
  color: #fff;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-flow__title {
    margin: 40px 0 30px 0;
    background-color: #094260;
    padding: 5px 0px;
    color: #fff;
    font-size: 20px;
  }
}
.section-fair .box-flow__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-flow__col {
    position: relative;
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px 10px 10px 10px;
  }
}
.section-fair .box-flow__left {
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-flow__left {
    flex: 0 0 100%;
  }
}
.section-fair .box-flow__right {
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-flow__right {
    flex: 0 0 100%;
  }
}
.section-fair .box-flow__text {
  font-size: 18px;
  line-height: 2em;
  text-align: left;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-flow__text {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
  }
}
.section-fair .box-flow__label {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 3px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 22px;
  background: #094260;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-flow__label {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 1px 20px;
    color: #fff;
    font-size: 20px;
    background: #094260;
  }
}
.section-fair .box-flow__label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 10px solid #094260;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-flow__label:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 10px solid #094260;
  }
}
.section-fair .box-flow__label p {
  margin: 0;
  padding: 0;
}
.section-fair .box-flow__arrow {
  width: 100%;
  margin: 20px;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-flow__arrow {
    width: 100%;
    margin: 20px 0;
  }
}
.section-fair .box-photo-list {
  margin-top: 50px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-photo-list {
    margin-bottom: 50px;
  }
}
.section-fair .box-photo-list__item {
  flex: 0 0 48%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-photo-list__item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.section-fair .box-photo-list__item.full {
  flex: 0 0 100%;
}
.section-fair .box-photo-list__item p {
  padding: 10px 0;
  font-weight: 800;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .section-fair .box-photo-list__item p {
    padding: 10px 0;
    font-weight: 400;
    font-size: 16px;
  }
}

/* .section-fair */

/*# sourceMappingURL=fair.css.map */
