@charset "UTF-8";
html {
  font-size: 62.5%;
  color: #707070;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

body {
  margin: 0;
  text-align: center;
  line-height: 2;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: calc(1rem + (1vw - 0.32rem) * 0.9375);
  /*10-25*/
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 25px;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: .8;
}

.bleatop_wrapper {
  height: calc(100vw / 16 * 9);
  position: relative;
  max-width: 1920px;
  max-height: 1080px;
  margin: auto;
}

.bleatop {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about article {
  margin-top: calc(4rem + (1vw - 0.32rem) * 4.3750);
  /* 40-110 */
}

.about article p {
  margin: calc(3rem + (1vw - 0.32rem) * 0.6250) auto;
  /* 30-40 */
}

.about a {
  padding: 1em 1.2em;
  border: 1px solid #707070;
  display: inline-block;
  line-height: 1;
}

@media screen and (min-width: 1920px) {
  .about article {
    margin-top: 110px;
  }
  .about article p {
    margin: 40px auto;
  }
}

h1 {
  margin: 0;
}

h2 {
  color: #C3C3C3;
  margin-top: 0;
  padding-top: 2.8em;
  margin-bottom: calc(6rem + (1vw - 0.32rem) * 7.5000);
  /*60-180*/
  position: relative;
  font-weight: normal;
  letter-spacing: .05em;
}

h2::after {
  position: absolute;
  content: '';
  width: 40vw;
  max-width: 400px;
  height: 1px;
  background-color: #707070;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(-3rem - (1vw - 0.32rem) * 3.75);
  /*30-90*/
  font-size: calc(1.7rem + (1vw - 0.32rem) * 2.0625);
  /*17-50*/
}

@media screen and (min-width: 1920px) {
  h2 {
    margin-bottom: 180px;
    font-size: 50px;
  }
  h2::after {
    bottom: -90px;
  }
}

h3 {
  font-weight: normal;
}

.products article:hover {
  opacity: .8;
}

.products article a {
  padding: 2em 0;
}

.products article a.rich {
  background-color: #FBEBF3;
}

.products article a.happiness {
  background-color: rgba(154, 203, 229, 0.38);
}

.products article a.lady {
  background-color: rgba(119, 199, 168, 0.51);
}

.products article a h3 {
  width: auto;
  height: calc(2rem + (1vw - 0.32rem) * 5.0000);
  /*20-100*/
  max-height: 100px;
  margin: 0 auto 2em;
}

.products article a h3 img {
  width: auto;
  height: 100%;
}

.products article a .imgwrapper {
  position: relative;
}

.products article a .imgwrapper .product_img {
  width: 70%;
}

.products article a .imgwrapper .girl_icon {
  position: absolute;
  width: 45%;
  right: 0;
  bottom: 0;
}

.products article a .product_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}

.products article a .product_text p:first-child {
  font-size: calc(1rem + (1vw - 0.32rem) * 3.3482);
  /*10-25*/
  letter-spacing: .1em;
  margin: 1.5em auto;
}

.products article a .product_text p:last-child {
  font-size: calc(1rem + (1vw - 0.32rem) * 2.2321);
  /*10-20*/
  letter-spacing: .1em;
}

.products article {
  position: relative;
}

.products article:not(:last-child) {
  margin-bottom: calc(5rem + (1vw - 0.32rem) * 6.8750);
  /* 50-160 */
}

.products article:nth-of-type(even) a .imgwrapper .girl_icon {
  left: 0;
}

.products article:nth-of-type(even) .product_img {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .products {
    position: relative;
    width: 75%;
    margin: auto;
    max-width: 1330px;
  }
  .products article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .products article a .imgwrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .products article a .imgwrapper .product_img {
    width: auto;
  }
  .products article a .product_text p:first-child {
    font-size: calc(1rem + (1vw - 0.77rem) * 0.8681);
    /* 10-20 */
  }
  .products article a .product_text p:last-child {
    font-size: calc(1rem + (1vw - 0.77rem) * 0.4340);
    /* 10-15 */
  }
  .products article:nth-of-type(even) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .products article:nth-of-type(even) .girl_icon {
    left: -16%;
  }
  .products .girl_icon {
    position: absolute;
    bottom: 0;
    right: -16%;
    width: 28%;
  }
}

@media screen and (min-width: 1920px) {
  .products article {
    margin-bottom: 160px !important;
  }
  .products article a .product_text p:first-child {
    font-size: 20px;
  }
  .products article a .product_text p:last-child {
    font-size: 15px;
  }
}

.story > p {
  margin-bottom: 1em;
}

.story .story_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(7.5rem + (1vw - 0.32rem) * 15.0000);
  /*75-315*/
  max-height: 31.5rem;
  position: relative;
}

.story .story_bg:hover {
  opacity: .8;
}

.story .story_bg p {
  font-size: calc(1.4rem + (1vw - 0.32rem) * 2.8750);
  /* 14-60*/
  color: #000;
  background-color: #fff;
  margin: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #707070;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1920px) {
  .story .story_bg p {
    font-size: 60px;
  }
}

.media dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 82%;
  margin: 0 auto calc(4.5rem + (1vw - 0.32rem) * 13.4943);
  /*45-140px*/
}

.media dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  margin-right: 4%;
  border: 1px solid #707070;
}

.media dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77%;
          flex: 0 0 77%;
  margin: 0;
  text-align: left;
}

.media dt:not(:last-of-type), .media dd:not(:last-of-type) {
  margin-bottom: 2em;
}

.media .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.media .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .media dl {
    width: 92%;
  }
  .media .youtube {
    max-width: 1000px;
    max-height: 562.5px;
    margin: auto;
    padding-bottom: 562.5px;
  }
}

@media screen and (min-width: 1024px) {
  .media dl {
    width: 82%;
    max-width: 1250px;
    margin-bottom: 140px;
  }
}

.insta .instagram {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68%;
  overflow: hidden;
  margin-bottom: 50px;
}

.insta .instagram iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .insta .instagram {
    max-width: 1000px;
    max-height: 680px;
    margin: auto;
    padding-bottom: 680px;
  }
}

.blea_border_bg {
  background-repeat: repeat-y;
  background-size: 100%;
  padding-bottom: 30px;
}

.blea_w_bg {
  background-color: #ffffff;
  width: 75%;
  margin: auto;
  max-width: 1400px;
  padding-left: calc(1rem + (1vw - 0.77rem) * 5.2083);
  /*10-70*/
  padding-right: calc(1rem + (1vw - 0.77rem) * 5.2083);
  /*10-70*/
}

@media screen and (min-width: 768px) {
  .blea_w_bg {
    width: 85%;
  }
}

@media screen and (min-width: 1920px) {
  .blea_w_bg {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.blea_page2 {
  color: black;
}

.blea_page2 h1 {
  width: 45%;
  margin: 0 auto 2em;
  padding-top: 3em;
  max-width: 650px;
}

.product_story > p {
  margin-bottom: calc(6rem + (1vw - 0.32rem) * 7.5000);
  /*60-180*/
}

@media screen and (min-width: 1920px) {
  .product_story > p {
    margin-bottom: 180px;
  }
}

.story_part {
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  margin-bottom: 7rem;
}

.story_part_text {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.story_part_text p:first-child {
  letter-spacing: .1em;
  font-size: calc(1.4rem + (1vw - 0.32rem) * 1.3125);
  /*14-35*/
  line-height: 1;
}

.story_part_text h3 {
  font-size: calc(2.5rem + (1vw - 0.32rem) * 2.1875);
  /*25-60*/
  margin-top: 0rem;
  margin-bottom: 0;
  line-height: 1;
}

.story_part_text p:last-child {
  font-size: calc(1rem + (1vw - 0.32rem) * 0.6250);
  /*10-20*/
}

@media screen and (min-width: 768px) {
  .story_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .story_part:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .story_part > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story_part_text {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .story_part_text p:first-child {
    font-size: 3.5rem;
  }
  .story_part_text h3 {
    font-size: 6.0rem;
  }
  .story_part_text p:last-child {
    font-size: 2rem;
  }
}

.event {
  position: relative;
  padding-top: 120%;
  padding-bottom: 100%;
}

.event.box {
  height: auto;
}

.event h2 {
  position: absolute;
  width: 133%;
  left: -16.5%;
  top: 0;
}

.event h2::after {
  content: none;
}

.event p {
  font-size: calc(1.15rem + (1vw - 0.32rem) * 1.1563);
  /*11-30*/
}

.event .event_photo {
  position: absolute;
  width: 133%;
  left: -16.5%;
  bottom: 0;
  max-width: 1300px;
}

@media screen and (min-width: 768px) {
  .event {
    padding-top: 0;
    padding-bottom: 0;
  }
  .event h2, .event .event_photo {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
}

@media screen and (min-width: 1920px) {
  .event h2 {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .event p {
    font-size: 30px;
  }
  .event .event_photo {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  article.box2 {
    height: auto;
  }
}

/*TOPに戻るボタン*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 120px;
  background: rgba(203, 216, 237, 0.7);
  /*  opacity: 0.6;*/
  border-radius: 50%;
  z-index: 100;
}

#page_home {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: rgba(203, 216, 237, 0.7);
  /*  opacity: 0.6;*/
  border-radius: 50%;
  z-index: 100;
}

#page_top a,
#page_home a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_home a::after {
  content: 'BACK';
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  color: #FFF;
}

/*animation*/
.fadeInTrigger, .fadeInUpTrigger {
  opacity: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  a:hover, .products article:hover {
    opacity: 1;
  }
  .story .story_bg {
    opacity: 1;
  }
}
/*# sourceMappingURL=bleastyle.css.map */