@charset "UTF-8";
:root {
  --color-01: #303030;
  --color-01-hv: #4D4D4D;
  --red: #FF0174;
  --text: #303030;
  --bg: #E3E3E3;
  --font-family-base: YuGothic, "Yu Gothic Medium", "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pane-contents {
  overflow: hidden;
}

#bea {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: var(--text);
  font-family: YuGothic, Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka Meiryo, メイリオ, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-family: var(--font-family-base);
  /*【PC】*/
  /*【SP】*/
}
#bea .mv_area {
  background: #ebedec;
}
#bea .mv_color_02 {
  background: #d7d7d9;
}
@media screen and (max-width: 768px) {
  #bea .feature_area .fl_side_list .img {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #bea .technology_area .fl .img {
    height: 200px;
    text-align: center;
  }
  #bea .technology_area .fl .img img {
    height: 100%;
    width: auto;
  }
}
#bea .main_text_set {
  text-align: center;
}
#bea .fl_side_list ul {
  display: flex;
  grid-gap: 30px;
  justify-content: center;
}
#bea .fl_side_list li {
  width: 100%;
  text-align: center;
}
#bea .fl_side_list .img {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #bea .fl_side_list ul {
    display: block;
  }
  #bea .fl_side_list .img {
    margin: 0 0 10px 0;
  }
  #bea .fl_side_list.sp_grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 30px;
  }
  #bea .fl_side_list.sp_grid ul p {
    font-size: 0.8em;
  }
}
#bea .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#bea .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bea .number_list .number_title {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  font-weight: bold;
  font-size: 1.3em;
  margin: 20px 0;
}
#bea .number_list .number_title .number {
  background: var(--color-01);
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #bea .number_list .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
  }
  #bea .number_list .img {
    width: 30%;
  }
  #bea .number_list p {
    width: 70%;
    font-size: 0.8em;
  }
}
#bea .howto_area .howto_box {
  border: 1px solid var(--color-01);
  padding: 50px;
  position: relative;
}
#bea .howto_area .howto_box .title {
  background: var(--color-01);
  color: #fff;
  position: absolute;
  left: 50%;
  top: -20px;
  padding: 5px 20px;
  font-size: 1.2em;
  letter-spacing: 2px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #bea .howto_area .howto_box {
    padding: 20px 5%;
  }
  #bea .howto_area .howto_box .title {
    font-size: 1em;
    text-align: center;
    padding: 5px 10px;
    white-space: nowrap;
  }
  #bea .howto_area .howto_box .fl.ac {
    display: block;
  }
}
#bea .faq_area .title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--color-01);
  margin: 100px 0 30px 0;
  padding: 10px 0;
  position: relative;
}
#bea .faq_area .title:before {
  content: "";
  width: 50px;
  height: 1px;
  background: var(--color-01);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #bea .faq_area {
    margin: 50px 0;
  }
  #bea .faq_area .title {
    margin: 50px 0 20px 0;
  }
}
#bea .faq_area .accordion dt,
#bea .faq_area .accordion dd {
  position: relative;
}
#bea .faq_area .accordion dt {
  font-weight: bold;
  font-size: 1.2em;
  color: var(--color-01);
  border-bottom: 1px solid var(--bg);
  padding: 20px 20px 20px 40px;
  cursor: pointer;
  transition: all 300ms linear;
}
@media screen and (max-width: 768px) {
  #bea .faq_area .accordion dt {
    font-size: 1em;
    line-height: 1.3;
  }
}
#bea .faq_area .accordion dt:before, #bea .faq_area .accordion dt:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 1px;
  right: 10px;
  top: 50%;
  background: var(--color-01);
}
#bea .faq_area .accordion dt:before {
  transform: translateY(-50%);
}
#bea .faq_area .accordion dt:after {
  transform: translateY(-50%) rotate(90deg);
}
#bea .faq_area .accordion dt.open:after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
#bea .faq_area .accordion dt:hover {
  background: #f2f2f2;
}
#bea .faq_area .accordion dd {
  padding: 0 0 0 40px;
}
#bea .faq_area .accordion .dd {
  padding: 20px 0;
}
#bea .faq_area .accordion .i {
  position: absolute;
  color: var(--color-01);
  left: 10px;
  top: 14px;
  font-size: 20px;
  font-weight: bold;
}
#bea .comp_area table {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  max-width: 1000px;
  margin: 50px auto;
}
#bea .comp_area th,
#bea .comp_area td {
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
}
#bea .comp_area th:nth-child(odd),
#bea .comp_area td:nth-child(odd) {
  background: #f5f5f5;
}
#bea .comp_area tr:last-child td {
  border: none;
}
#bea .comp_area td {
  text-align: center;
}
#bea .comp_area th {
  font-weight: bold;
}
#bea .comp_area .product th {
  text-align: center;
  line-height: 1.3;
  position: relative;
  padding: 70px 0 30px 0;
}
#bea .comp_area .btn {
  background: var(--color-01);
  display: block;
  font-size: 0.9em;
  padding: 8px 0;
  color: #fff;
  border-radius: 100px;
}
#bea .comp_area .btn:hover {
  background: var(--color-01-hv);
}
#bea .comp_area [class*=item_] {
  padding: 15px 0;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
#bea .comp_area .item_01 {
  background: #EAEDEF;
}
#bea .comp_area .item_02 {
  background: #383838;
  color: #fff;
}
#bea .comp_area .item_03 {
  background: #FD7C7C;
  color: #fff;
}
#bea .comp_area .item_04 {
  background: #9472D3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #bea .comp_area table {
    width: 800px;
    border-left: none;
    border-collapse: separate;
    margin: 0;
    /* sticky */
  }
  #bea .comp_area table th {
    font-size: 0.8em;
    vertical-align: middle;
  }
  #bea .comp_area table td {
    font-size: 0.7em;
    padding: 5px;
    vertical-align: middle;
    max-width: 150px;
  }
  #bea .comp_area table .prd {
    padding: 10px 0;
    font-size: 0.7em;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
  }
  #bea .comp_area table .img img {
    width: 50%;
  }
  #bea .comp_area table .product th {
    padding: 70px 0 10px 0;
  }
  #bea .comp_area table [class*=item_] {
    font-size: 1em;
    padding: 10px 0;
    top: 10px;
  }
  #bea .comp_area .scroll-hint-icon-wrap {
    z-index: 100;
  }
  #bea .comp_area .js-scrollable {
    padding: 0 20px 0 0;
    margin-right: calc(50% - 50vw);
  }
  #bea .comp_area .scroll-hint-icon-wrap {
    z-index: 100;
  }
}
#bea .history_area .fl_img .img {
  margin: 0 0 20px 0;
}
#bea .history_area .fl_img .w40 {
  width: 50%;
  margin: 0 auto 20px;
}
#bea .red_number p {
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
}
#bea .red_number p span {
  background: var(--red);
  color: #fff;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #bea .red_number li + li {
    margin-top: 30px;
  }
}
#bea .airlight_area {
  margin: 100px 0;
  background: #9272D1;
}
#bea .airlight_area .img_bg .inner {
  background: url(/goods/bea/72070101/imt_airlite_about_pc_jpg.jpg) no-repeat scroll center center/cover;
  height: 700px;
}
#bea .airlight_area .img_bg .main_title {
  padding: 100px 0;
}
#bea .airlight_area .img_bg .text {
  height: 350px;
  display: flex;
  align-items: center;
  width: 45%;
  color: #fff;
  line-height: 2;
  padding: 0 0 0 40px;
}
#bea .airlight_area .airlite_area {
  padding: 100px 0;
}
#bea .airlight_area .airlite_area .grid_02 li {
  border: 1px solid #fff;
  padding: 30px;
}
#bea .airlight_area .airlite_area .grid_02 li .title {
  margin: 0 0 30px 0;
}
#bea .airlight_area .airlite_area .grid_02 li p {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  #bea .airlight_area {
    margin: 30px 0;
  }
  #bea .airlight_area .img_bg .inner {
    background: url(/goods/bea/72070101/imt_airlite_about_sp.jpg) no-repeat scroll center top/100% auto;
    height: auto;
  }
  #bea .airlight_area .img_bg .main_title {
    padding: 50px 0;
  }
  #bea .airlight_area .img_bg .text {
    height: auto;
    width: 100%;
    padding: 220px 0 0 0;
  }
  #bea .airlight_area .airlite_area {
    padding: 50px 0;
  }
  #bea .airlight_area .airlite_area .grid_02 {
    display: block;
  }
  #bea .airlight_area .airlite_area .grid_02 li {
    padding: 20px 5%;
  }
  #bea .airlight_area .airlite_area .grid_02 li + li {
    margin-top: 30px;
  }
}
#bea .detail_area {
  background: url(/goods/bea/72073101/bg_p_petite.png) no-repeat scroll right center/60% auto #FD7C7C;
  padding: 70px 0 20px 0;
}
#bea .detail_area p {
  font-size: 1.2em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #bea .detail_area {
    background: url(/goods/bea/72073101/bg_p_petite.png) no-repeat scroll right -240px bottom -70px/180% 80% #FD7C7D;
    padding: 40px 0 40px 0;
  }
  #bea .detail_area p {
    font-size: 1em;
    line-height: 1.5;
  }
}
#bea .title_bg {
  font-size: 1.5em;
  background: #F3F3F3;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #bea .title_bg {
    font-size: 1.2em;
    padding: 20px 5%;
  }
}
#bea .point_title {
  display: flex;
  align-items: center;
  grid-gap: 25px;
  font-size: 1.5em;
  font-weight: bold;
  margin: 50px 0;
}
#bea .point_title .point {
  background: var(--color-01);
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 14px;
}
#bea .point_title .point span {
  font-size: 2em;
  display: contents;
}
@media screen and (max-width: 768px) {
  #bea .point_title {
    font-size: 1em;
    grid-gap: 10px;
    margin: 20px 0;
  }
  #bea .point_title .point {
    font-size: 10px;
    width: 70px;
    height: 70px;
  }
  #bea .point_title .t {
    width: 75%;
  }
}
#bea .af {
  align-items: flex-end;
}
#bea .fl {
  display: flex;
  grid-gap: 30px;
}
#bea .fl .box {
  width: 100%;
}
#bea .fl .box.box.w_small {
  width: 50%;
}
#bea .fl.rev {
  flex-direction: row-reverse;
}
#bea .fl img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #bea .fl {
    display: block;
  }
  #bea .fl.ac {
    display: block;
  }
  #bea .fl .box {
    margin: 20px 0;
  }
  #bea .fl .box.box.w_small {
    width: 100%;
  }
  #bea .fl .img {
    margin: 0 0 10px 0;
  }
}
#bea .fl .w30 {
  width: 30%;
}
#bea .fl .w40 {
  width: 40%;
}
#bea .fl .w50 {
  width: 50%;
}
#bea .fl .w60 {
  width: 60%;
}
#bea .fl .w70 {
  width: 70%;
}
#bea .fl .w80 {
  width: 80%;
}
#bea .fl .w90 {
  width: 90%;
}
#bea .fl .w100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #bea .fl .w30,
  #bea .fl .w40,
  #bea .fl .w50,
  #bea .fl .w60,
  #bea .fl .w70,
  #bea .fl .w80,
  #bea .fl .w90,
  #bea .fl .w100 {
    width: 100%;
  }
}
#bea .fl.gap0,
#bea [class*=grid_].gap0 {
  grid-gap: 0px;
}
#bea .fl.gap10,
#bea [class*=grid_].gap10 {
  grid-gap: 10px;
}
#bea .fl.gap20,
#bea [class*=grid_].gap20 {
  grid-gap: 20px;
}
#bea .fl.gap30,
#bea [class*=grid_].gap30 {
  grid-gap: 30px;
}
#bea .fl.gap40,
#bea [class*=grid_].gap40 {
  grid-gap: 40px;
}
#bea .fl.gap50,
#bea [class*=grid_].gap50 {
  grid-gap: 50px;
}
#bea .fl.gap60,
#bea [class*=grid_].gap60 {
  grid-gap: 60px;
}
#bea .fl.gap70,
#bea [class*=grid_].gap70 {
  grid-gap: 70px;
}
#bea .fl.gap80,
#bea [class*=grid_].gap80 {
  grid-gap: 80px;
}
#bea .fl.gap90,
#bea [class*=grid_].gap90 {
  grid-gap: 90px;
}
#bea .fl.gap100,
#bea [class*=grid_].gap100 {
  grid-gap: 100px;
}
#bea .bg {
  background: var(--bg);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #bea .bg {
    padding: 30px 0;
  }
}
#bea .ac {
  display: flex;
  align-items: center;
}
#bea .grid_02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
#bea .grid_03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
#bea .grid_04 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
#bea .bold {
  font-weight: bold;
}
#bea .kome {
  text-indent: -1em;
  padding-left: 1em;
}
#bea .center {
  text-align: center;
}
#bea .red {
  color: var(--red);
}
#bea sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#bea .hv:hover {
  opacity: 0.7;
}
#bea .note {
  margin: 10px 0;
}
#bea .mini {
  font-size: 0.8em;
}
#bea .white {
  color: #fff;
}
#bea .big {
  font-size: 1.3em;
}
#bea .right {
  text-align: right;
}
#bea .bold {
  font-weight: bold;
}
#bea a,
#bea :before,
#bea :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#bea .k {
  font-size: 0.7em;
}
#bea img {
  vertical-align: bottom;
}
#bea a:hover {
  text-decoration: none;
}
#bea .hv:hover {
  opacity: 0.7;
}
#bea h1,
#bea h2,
#bea h3,
#bea h4 {
  background: none;
  margin: 0;
  padding: 0;
}
#bea .m {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
}
#bea .size_1 {
  font-size: 1em;
}
#bea .size_1_2 {
  font-size: 1.2em;
}
#bea .size_1_4 {
  font-size: 1.4em;
}
#bea .size_1_6 {
  font-size: 1.6em;
}
#bea .size_1_8 {
  font-size: 1.8em;
}
#bea .size_2 {
  font-size: 2em;
}
#bea .size_2_2 {
  font-size: 2.2em;
}
#bea .size_2_4 {
  font-size: 2.4em;
}
#bea .size_2_6 {
  font-size: 2.6em;
}
#bea .size_2_8 {
  font-size: 2.8em;
}
#bea .size_3 {
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  #bea .size_1,
  #bea .size_1_2 {
    font-size: 1em;
  }
  #bea .size_1_4,
  #bea .size_1_6,
  #bea .size_1_8,
  #bea .size_2,
  #bea .size_2_2,
  #bea .size_2_4,
  #bea .size_2_6,
  #bea .size_2_8,
  #bea .size_3 {
    font-size: 1.2em;
  }
}
#bea .mt10 {
  margin-top: 10px;
}
#bea .mt20 {
  margin-top: 20px;
}
#bea .mt30 {
  margin-top: 30px;
}
#bea .mt40 {
  margin-top: 40px;
}
#bea .mt50 {
  margin-top: 50px;
}
#bea .mt60 {
  margin-top: 60px;
}
#bea .mt70 {
  margin-top: 70px;
}
#bea .mt80 {
  margin-top: 90px;
}
#bea .mt90 {
  margin-top: 90px;
}
#bea .mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #bea .mt10,
  #bea .mt20,
  #bea .mt30 {
    margin-top: 20px;
  }
  #bea .mt40,
  #bea .mt50,
  #bea .mt60 {
    margin-top: 30px;
  }
  #bea .mt70,
  #bea .mt80,
  #bea .mt90,
  #bea .mt100 {
    margin-top: 50px;
  }
}
#bea .mb10 {
  margin-bottom: 10px;
}
#bea .mb20 {
  margin-bottom: 20px;
}
#bea .mb30 {
  margin-bottom: 30px;
}
#bea .mb40 {
  margin-bottom: 40px;
}
#bea .mb50 {
  margin-bottom: 50px;
}
#bea .mb60 {
  margin-bottom: 60px;
}
#bea .mb70 {
  margin-bottom: 70px;
}
#bea .mb80 {
  margin-bottom: 90px;
}
#bea .mb90 {
  margin-bottom: 90px;
}
#bea .mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #bea .mb10,
  #bea .mb20,
  #bea .mb30 {
    margin-bottom: 20px;
  }
  #bea .mb40,
  #bea .mb50,
  #bea .mb60 {
    margin-bottom: 30px;
  }
  #bea .mb70,
  #bea .mb80,
  #bea .mb90,
  #bea .mb100 {
    margin-bottom: 50px;
  }
}
#bea .pt10 {
  padding-top: 10px;
}
#bea .pt20 {
  padding-top: 20px;
}
#bea .pt30 {
  padding-top: 30px;
}
#bea .pt40 {
  padding-top: 40px;
}
#bea .pt50 {
  padding-top: 50px;
}
#bea .pt60 {
  padding-top: 60px;
}
#bea .pt70 {
  padding-top: 70px;
}
#bea .pt80 {
  padding-top: 90px;
}
#bea .pt90 {
  padding-top: 90px;
}
#bea .pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #bea .pt10,
  #bea .pt20,
  #bea .pt30 {
    padding-top: 20px;
  }
  #bea .pt40,
  #bea .pt50,
  #bea .pt60 {
    padding-top: 30px;
  }
  #bea .pt70,
  #bea .pt80,
  #bea .pt90,
  #bea .pt100 {
    padding-top: 50px;
  }
}
#bea .pb10 {
  padding-bottom: 10px;
}
#bea .pb20 {
  padding-bottom: 20px;
}
#bea .pb30 {
  padding-bottom: 30px;
}
#bea .pb40 {
  padding-bottom: 40px;
}
#bea .pb50 {
  padding-bottom: 50px;
}
#bea .pb60 {
  padding-bottom: 60px;
}
#bea .pb70 {
  padding-bottom: 70px;
}
#bea .pb80 {
  padding-bottom: 90px;
}
#bea .pb90 {
  padding-bottom: 90px;
}
#bea .pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #bea .pb10,
  #bea .pb20,
  #bea .pb30 {
    padding-bottom: 20px;
  }
  #bea .pb40,
  #bea .pb50,
  #bea .pb60 {
    padding-bottom: 30px;
  }
  #bea .pb70,
  #bea .pb80,
  #bea .pb90,
  #bea .pb100 {
    padding-bottom: 50px;
  }
}
#bea .color_01 {
  color: var(--color-01);
}
@media screen and (min-width: 769px) {
  #bea .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #bea .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #bea .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #bea .inner,
  #bea .inner_mini {
    padding: 0 5%;
  }
  #bea .pc {
    display: none;
  }
}/*# sourceMappingURL=bea_style.css.map */