/*---------------------------------------------------------------------------*/
.main-visual {
  position: relative;
  /*picture{
    line-height: 0;
    display: block;
    img{
      width: 100%;
      height: auto;
    }
  }*/
}

.main-visual-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -webkit-calc((100% - 1100px) / 2);
  left: -moz-calc((100% - 1100px) / 2);
  left: calc((100% - 1100px) / 2);
}

@media screen and (max-width: 768px) {
  .main-visual-txt {
    left: 3.90625vw;
  }
}

.main-visual-txt .ttlMv {
  margin-bottom: 40px;
  margin-left: -20px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .main-visual-txt .ttlMv {
    margin-bottom: 20px;
    margin-left: -10px;
  }
}

.main-visual-txt .ttlMv img {
  width: 592px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .main-visual-txt .ttlMv img {
    width: 65.10417vw;
  }
}

.main-visual-txt .txtDes {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-style: normal;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .main-visual-txt .txtDes {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual .sliderMain-item {
    height: 60vh;
  }
  .main-visual .sliderMain-item img {
    display: none;
  }
}

.main-visual .slick-slide {
  border: none;
  outline: none;
}

.bCartId {
  width: 100%;
  height: 15.625vw;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.bCartId:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0055c8;
  background: -webkit-gradient(linear, left top, right top, from(#0055c8), to(#0bc5e4));
  background: -webkit-linear-gradient(left, #0055c8 0%, #0bc5e4 100%);
  background: -moz- oldlinear-gradient(left, #0055c8 0%, #0bc5e4 100%);
  background: linear-gradient(90deg, #0055c8 0%, #0bc5e4 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  z-index: -1;
}

.bCartId a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 4.16667vw;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.13021vw;
}

.bCartId a span {
  display: inline-block;
  position: relative;
  padding-top: 0;
  padding-left: 10.41667vw;
  padding-right: 7.8125vw;
  z-index: 3;
}

.bCartId a span:before {
  content: "";
  width: 7.29167vw;
  height: 6.77083vw;
  background: url("../../assets/img/icon-cart.svg") no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.bCartId a span:after {
  content: "";
  width: 5.20833vw;
  height: 2.08333vw;
  background: url("../../assets/img/arrow-white.svg") no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.page-main .bBkg {
  position: relative;
  overflow: hidden;
}

.page-main .bBkg:after {
  content: "";
  width: 200%;
  height: 70%;
  background-color: #4FD5EC;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -1;
  -webkit-transform: skewY(-30deg);
     -moz-transform: skewY(-30deg);
      -ms-transform: skewY(-30deg);
          transform: skewY(-30deg);
}

@media screen and (max-width: 768px) {
  .page-main .bBkg:after {
    width: 200%;
    height: 52.08333vw;
    top: 75.52083vw;
    left: 0;
  }
}

.page-main .bAbout {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 40px 0 70px;
}

@media screen and (max-width: 768px) {
  .page-main .bAbout {
    padding: 0 0 6.51042vw;
    display: block;
  }
}

.page-main .bAbout .bVideo {
  width: -webkit-calc(820/1500 * 100%);
  width: -moz-calc(820/1500 * 100%);
  width: calc(820/1500 * 100%);
  max-width: 82rem;
  position: relative;
  z-index: 99;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .page-main .bAbout .bVideo {
    width: 100%;
  }
}

.page-main .bAbout .bVideo iframe {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .page-main .bAbout .bVideo iframe {
    height: 56.25vw;
  }
}

.page-main .bAbout_pos {
  width: -webkit-calc(680/1500 * 100%);
  width: -moz-calc(680/1500 * 100%);
  width: calc(680/1500 * 100%);
  max-width: 68rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  .page-main .bAbout_pos {
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0 3.90625vw;
  }
}

.page-main .bAbout_m.row {
  max-width: 48rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .page-main .bAbout_m.row {
    max-width: 100%;
  }
}

.page-main .bAbout_m_w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .page-main .bAbout_m_w {
    width: 100%;
    margin-top: 3.90625vw;
    padding-right: 0;
  }
}

.page-main .bAbout_m .ttlBox {
  font-size: 25px;
  line-height: 50px;
  color: #0043AA;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page-main .bAbout_m .ttlBox {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.page-main .bAbout_m .btnDefault {
  margin-top: 95px;
}

@media screen and (max-width: 768px) {
  .page-main .bAbout_m .btnDefault {
    margin: 3.90625vw auto 0;
  }
}

.bNews {
  background-color: #0043AA;
  padding: 45px 0 50px;
}

@media screen and (max-width: 768px) {
  .bNews {
    padding: 6.51042vw 0 9.11458vw;
  }
}

.bNews .ttlSt {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .bNews .ttlSt {
    margin-bottom: 2.60417vw;
  }
}

.bNews .lNews {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bNews .lNews {
    width: 100%;
  }
}

.bNews .lNews li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.bNews .lNews li a {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .bNews .lNews li a {
    padding: 2.60417vw 0;
    display: block;
  }
}

.bNews .lNews li time {
  font-weight: bold;
  color: #fff;
  width: 175px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .bNews .lNews li time {
    width: 100%;
    padding-right: 0;
  }
}

.bNews .lNews li em {
  width: -webkit-calc(100% - 175px);
  width: -moz-calc(100% - 175px);
  width: calc(100% - 175px);
  color: #fff;
  display: block;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .bNews .lNews li em {
    width: 100%;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .bNews .btnDefault {
    margin: 5.20833vw auto 0;
  }
}

.bSocial {
  background-color: #F0F1F2;
  padding: 27px 0;
}

@media screen and (max-width: 768px) {
  .bSocial {
    padding: 6.51042vw 0;
  }
}

.bSocial__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bSocial__list li:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .bSocial__list li:not(:last-child) {
    margin-right: 5.20833vw;
  }
}

.bSocial__list li a {
  display: block;
}

.bSocial__list li a img {
  width: 45px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bSocial__list li a img {
    width: 10.41667vw;
  }
}

.bPost {
  padding: 60px 0 85px;
}

@media screen and (max-width: 768px) {
  .bPost {
    padding: 9.11458vw 0 13.02083vw;
  }
}

.bPost .item:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .bPost .item:not(:last-child) {
    margin-bottom: 10.41667vw;
  }
}

.bPost .item .bLeft {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  .bPost .item .bLeft {
    display: block;
  }
}

.bPost .item .bLeft figure {
  width: -webkit-calc(820/1500 * 100%);
  width: -moz-calc(820/1500 * 100%);
  width: calc(820/1500 * 100%);
  max-width: 82rem;
}

@media screen and (max-width: 768px) {
  .bPost .item .bLeft figure {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
}

.bPost .item .bLeft figure img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .bPost .item .bLeft figure img {
    max-height: 45.57292vw;
  }
}

.bPost .item .bLeft_pos {
  /*position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;*/
  width: -webkit-calc(680/1500 * 100%);
  width: -moz-calc(680/1500 * 100%);
  width: calc(680/1500 * 100%);
  max-width: 68rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  .bPost .item .bLeft_pos {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
  }
}

.bPost .item .bLeft_m {
  height: 100%;
  /*p{
          font-size: 17px;
          line-height: 34px;
          @include sp {
            font-size: vw(28);
            line-height: vw(48);
          }
        }*/
}

.bPost .item .bLeft_m.row {
  max-width: 48rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bPost .item .bLeft_m.row {
    max-width: 100%;
  }
}

.bPost .item .bLeft_m_w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .bPost .item .bLeft_m_w {
    width: 100%;
    padding-right: 0;
  }
}

.bPost .item .bLeft_m .btnDefault {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .bPost .item .bLeft_m .btnDefault {
    margin: 25px auto 0;
  }
}

.bPost .item .bRight {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  .bPost .item .bRight {
    display: block;
  }
}

.bPost .item .bRight figure {
  width: -webkit-calc(820/1500 * 100%);
  width: -moz-calc(820/1500 * 100%);
  width: calc(820/1500 * 100%);
  max-width: 82rem;
}

@media screen and (max-width: 768px) {
  .bPost .item .bRight figure {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
}

.bPost .item .bRight figure img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .bPost .item .bRight figure img {
    max-height: 45.57292vw;
  }
}

.bPost .item .bRight_pos {
  /*position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;*/
  width: -webkit-calc(680/1500 * 100%);
  width: -moz-calc(680/1500 * 100%);
  width: calc(680/1500 * 100%);
  max-width: 68rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 1.5rem;
}

@media screen and (max-width: 768px) {
  .bPost .item .bRight_pos {
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
  }
}

.bPost .item .bRight_m {
  /*p{
          font-size: 17px;
          line-height: 34px;
          @include sp {
            font-size: vw(28);
            line-height: vw(48);
          }
        }*/
}

.bPost .item .bRight_m.row {
  max-width: 48rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bPost .item .bRight_m.row {
    max-width: 100%;
  }
}

.bPost .item .bRight_m_w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .bPost .item .bRight_m_w {
    width: 100%;
    padding-left: 0;
  }
}

.bPost .item .bRight_m .btnDefault {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .bPost .item .bRight_m .btnDefault {
    margin: 6.51042vw auto 0;
  }
}
