.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

#footer {
  position: relative;
  z-index: 10;
  padding-top: 0;
}

.header-app-banner .link {
  height: 0;
  padding: 0;
}

.float-totop {
  display: none;
}

.beamsWrap {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .05em;
  word-wrap: break-word;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-display: swap;
  line-break: strict;
  overflow-wrap: break-word;
}

.beamsWrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.beamsWrap a {
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  color: inherit;
}

.beamsWrap a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .beamsWrap {
    position: relative;
    display: block;
  }
}

.crimson {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-style: italic;
}

.hind {
  font-family: "Hind", sans-serif;
  font-weight: 400;
}

.hind.fwb {
  font-weight: 600;
}

.inShow_on {
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .inShow_d1 {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .inShow_d2 {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .inShow_d3 {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

.beamsBody {
  overflow-x: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
}

.beamsCont {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .beamsCont {
    width: 100%;
    padding: 0 30px;
  }
}

.beamsSide {
  position: relative;
  width: 300px;
  background: #efefef;
  z-index: 1;
}

.beamsSide_logo {
  padding-left: 70px;
  position: fixed;
  top: 40%;
  -webkit-animation: logoShow 1s ease-in-out .3s 1 normal forwards;
          animation: logoShow 1s ease-in-out .3s 1 normal forwards;
  opacity: 0;
}

.beamsSide_logo img {
  width: 160px;
}

@media screen and (max-width: 960px) {
  .beamsSide {
    position: absolute;
    width: 250px;
    height: 250px;
    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;
  }
  .beamsSide_logo {
    position: relative !important;
    width: 70%;
    top: auto !important;
    padding-bottom: 0;
    padding-left: 0;
  }
  .beamsSide_logo img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .beamsSide {
    width: 188px;
    height: 188px;
  }
}

@media screen and (max-width: 374px) {
  .beamsSide {
    width: 160px;
    height: 160px;
  }
}

@-webkit-keyframes logoShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes logoShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.beamsMv {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #efefef;
}

.beamsMv::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-animation: coverAnime .7s ease .1s 1 normal forwards;
          animation: coverAnime .7s ease .1s 1 normal forwards;
  background: #efefef;
}

.beamsMv_arr {
  display: none;
}

@media screen and (max-width: 767px) {
  .beamsMv {
    padding-top: 0;
    padding-bottom: 0;
  }
  .beamsMv_arr {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: 12%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .beamsMv::before {
    display: none;
  }
}

@-webkit-keyframes coverAnime {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes coverAnime {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

.loopSlider {
  overflow-x: hidden;
  height: 630px;
}

.loopSlider ul li {
  margin: 0 30px 0 0 !important;
}

.loopSlider ul li img {
  width: 630px;
  height: 630px;
}

@media screen and (max-width: 767px) {
  .loopSlider {
    height: 90vh;
    max-height: 600px;
  }
  .loopSlider ul li {
    margin: 0 15px 0 0 !important;
  }
  .loopSlider ul li img {
    width: 90vh;
    max-width: 600px;
    height: 90vh;
    max-height: 600px;
  }
}

.releaseDate {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  width: 100%;
  max-width: 920px;
  height: 171px;
  margin: auto;
}

.releaseDate_cir {
  position: absolute;
  right: -3.5%;
  width: 171px;
  height: 171px;
  color: #fff;
  border-radius: 50%;
  background: #19284a;
}

.releaseDate_in {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.releaseDate_date {
  font-size: 50px;
  position: relative;
  padding-right: 20px;
  letter-spacing: .08em;
}

.releaseDate_date span {
  font-size: 17px;
  position: absolute;
  top: 3px;
  right: 4px;
  text-indent: .1em;
  letter-spacing: .1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.releaseDate_txt {
  font-size: 17px;
  white-space: nowrap;
  text-indent: .2em;
  letter-spacing: .2em;
}

@media screen and (max-width: 1220px) {
  .releaseDate_cir {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .releaseDate {
    height: 128px;
    bottom: 30px;
  }
  .releaseDate_cir {
    right: 15px;
    width: 128px;
    height: 128px;
  }
  .releaseDate_date {
    font-size: 38px;
  }
  .releaseDate_date span {
    font-size: 12px;
  }
  .releaseDate_txt {
    font-size: 12px;
  }
}

.beamsFamily {
  padding-top: 150px;
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.beamsFamily_ttl {
  width: 43.5%;
  padding-left: 10.5%;
}

.beamsFamily_ttl h2 {
  font-size: 26px;
  line-height: 1;
}

.beamsFamily_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.beamsFamily_deco {
  font-size: 17px;
  line-height: 1;
}

.beamsFamily_txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 50px;
  letter-spacing: .1em;
  white-space: nowrap;
}

.beamsFamily_txt p {
  margin-top: 20px;
}

@media screen and (max-width: 1220px) {
  .beamsFamily_ttl {
    padding-left: 0;
    width: 100%;
  }
  .beamsFamily_deco {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .beamsFamily {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .beamsFamily_ttl h2 {
    font-size: 20px;
  }
  .beamsFamily_deco {
    font-size: 14px;
  }
  .beamsFamily_txt {
    line-height: 1.9;
    margin-top: 50px;
    font-size: 12px;
    margin-top: 40px;
  }
  .beamsFamily_txt p {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .beamsFamily_txt {
    font-size: 2.7vw;
  }
}

.beamsCase > a {
  position: relative;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.beamsCase_cont {
  position: relative;
  width: 48%;
}

.beamsCase_ttl {
  line-height: 1;
  position: relative;
  top: -35px;
}

.beamsCase_ttl p {
  font-size: 30px;
  display: inline-block;
  padding: 18px 18px 10px 18px;
  background: #fff;
}

.beamsCase_ttl h2 {
  font-size: 24px;
  padding-left: 18px;
}

.beamsCase_txt {
  font-size: 14px;
  margin-top: -10px;
  padding-left: 18px;
}

.beamsCase_more {
  position: absolute;
  right: -5px;
  bottom: -15px;
}

.beamsCase_more img {
  width: 185px;
}

@media screen and (max-width: 1220px) {
  .beamsCase_more {
    bottom: -30px;
  }
}

.beamsCase_deco {
  font-weight: bold;
  position: absolute;
  top: 0;
  right: -26px;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.beamsCase_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.beamsCase_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  .beamsCase > a {
    display: block;
    margin-top: 30px;
  }
  .beamsCase_cont {
    width: 100%;
    padding-bottom: 33px;
  }
  .beamsCase_ttl {
    top: -30px;
  }
  .beamsCase_ttl p {
    font-size: 22px;
    display: inline-block;
    padding: 10px 15px 5px 15px;
    background: #fff;
  }
  .beamsCase_ttl h2 {
    font-size: 17px;
    padding-left: 15px;
  }
  .beamsCase_txt {
    font-size: 12px;
    margin-top: -20px;
    padding-left: 15px;
  }
  .beamsCase_more {
    position: absolute;
    right: 0;
    bottom: -5px;
  }
  .beamsCase_more img {
    width: 140px;
  }
  .beamsCase_sp {
    width: 84%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .beamsCase_deco {
    font-size: 12px;
    top: auto;
    left: 84%;
    right: auto;
    bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .beamsCont_02 .beamsCase_sp {
    position: relative;
    left: 16%;
  }
  .beamsCont_02 .beamsCase_deco {
    right: auto;
    left: 100%;
  }
}

.beamsGoods {
  position: relative;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #e4f0ee;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.beamsGoods::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../../images/lp/beamsdesign-familyoasis/goods_bg_01.png) repeat-x top left/contain;
}

.beamsGoods::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../../images/lp/beamsdesign-familyoasis/goods_bg_02.png) repeat-x bottom left/contain;
}

.beamsGoods h2 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.beamsGoods_txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 35px;
  text-align: center;
}

.beamsGoods_cau {
  width: 500px;
  margin: 60px auto 0;
  font-size: 12px;
  text-align: center;
}

.beamsGoods_shop {
  margin-top: 20px;
  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;
}

.beamsGoods_shop a {
  position: relative;
  width: 500px;
  height: 65px;
  background: #fff;
  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;
}

.beamsGoods_shop a img {
  position: absolute;
  right: 75px;
  width: 300px;
}

.beamsGoods_ft {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .beamsGoods {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beamsGoods h2 {
    font-size: 22px;
  }
  .beamsGoods_txt {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .beamsGoods_cau {
    width: 100%;
    margin-top: 30px;
    font-size: 10px;
    line-height: 1.5;
  }
  .beamsGoods_shop a {
    width: 290px;
    height: 30px;
  }
  .beamsGoods_shop a img {
    position: absolute;
    right: 15%;
    width: 70%;
  }
  .beamsGoods_ft {
    font-size: 12px;
  }
}

.beamsItems {
  margin-top: 85px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.beamsItems_sin {
  position: relative;
  width: calc(100% / 3);
  padding: 25px 15px 30px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.beamsItems_sin:hover {
  opacity: .7;
}

.beamsItems_sin::before {
  position: absolute;
  top: -2px;
  left: 7%;
  width: 85%;
  height: 1px;
  content: "";
  border-bottom: 4px dotted #fff;
}

.beamsItems_sin::after {
  position: absolute;
  top: 0;
  right: -2px;
  width: 1px;
  height: 99%;
  content: "";
  border-right: 4px dotted #fff;
}

.beamsItems_sin:nth-child(-n+3)::before {
  display: none;
}

.beamsItems_sin:nth-child(3n)::after {
  display: none;
}

.beamsItems_sin figure {
  position: relative;
  text-align: center;
}

.beamsItems_sin figure img {
  width: 95%;
}

.beamsItems_sin figure::before {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 15px;
  height: 15px;
  content: "";
  background: url(../../../images/lp/beamsdesign-familyoasis/plus.png.png) no-repeat center center/contain;
}

.beamsItems_num {
  font-size: 20px;
  padding-left: 15px;
  line-height: 1;
  margin-top: 5px;
}

.beamsItems_name {
  font-size: 14px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .beamsItems {
    margin-top: 30px;
    padding: 0;
  }
  .beamsItems_sin {
    position: relative;
    width: calc(100% / 2);
    padding: 10px 10px 20px;
  }
  .beamsItems_sin::before {
    top: -1px;
    border-bottom: 3px dotted #fff;
  }
  .beamsItems_sin::after {
    right: -1px;
    border-right: 3px dotted #fff;
  }
  .beamsItems_sin:nth-child(-n+3)::before {
    display: block;
  }
  .beamsItems_sin:nth-child(3n)::after {
    display: block;
  }
  .beamsItems_sin:nth-child(-n+2)::before {
    display: none;
  }
  .beamsItems_sin:nth-child(2n)::after {
    display: none;
  }
  .beamsItems_sin figure {
    position: relative;
  }
  .beamsItems_sin figure::before {
    right: 5px;
    bottom: 15px;
  }
  .beamsItems_num {
    font-size: 15px;
    padding-left: 5px;
  }
  .beamsItems_name {
    font-size: 10px;
    padding-left: 5px;
  }
}

.modalCont {
  position: relative;
  background: #e4f0ee;
}

.modalCont_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modalCont figure {
  width: 54%;
  padding-right: 30px;
}

.modalCont figure img {
  width: 100%;
}

.modalCont_det {
  width: 46%;
  padding-right: 10%;
  color: #000;
  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;
}

.modalCont_num {
  font-size: 20px;
}

.modalCont_txt {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: .03em;
}

.modalCont_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.modalCont_close::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}

.modalCont_close::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000;
}

@media screen and (max-width: 767px) {
  .modalCont figure {
    width: 100%;
    padding-right: 0;
  }
  .modalCont_det {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .modalCont_num {
    font-size: 15px;
  }
  .modalCont_txt {
    font-size: 12px;
  }
  .modalCont_close {
    width: 25px;
    height: 25px;
  }
}

.iziModal-content {
  position: relative;
}

.modalNum {
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 30px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modalNum::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}

.modalNum_now {
  padding-right: .7em;
}

.modalNum_total {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: .7em;
}

@media screen and (max-width: 767px) {
  .modalNum {
    font-size: 11px;
    height: 25px;
  }
}

.iziModal-navigate > button {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .iziModal-navigate > button {
    width: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .iziModal-navigate-prev {
    left: 58% !important;
  }
  .iziModal-navigate-next {
    right: 58% !important;
  }
}

.iziModal-navigate-caption {
  display: none !important;
}

.beamsShopper {
  padding-top: 120px;
  padding-bottom: 120px;
}

.beamsShopper h2 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.beamsShopper_in {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.beamsShopper_img {
  width: 50%;
  padding-right: 5%;
}

.beamsShopper_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5%;
}

.beamsShopper_ttl {
  font-size: 20px;
  line-height: 1;
}

.beamsShopper_txt {
  font-size: 14px;
  margin-top: 35px;
}

.beamsShopper_cau {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .beamsShopper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beamsShopper h2 {
    font-size: 22px;
  }
  .beamsShopper_in {
    display: block;
    margin-top: 25px;
  }
  .beamsShopper_img {
    width: 100%;
    padding: 0 15px;
  }
  .beamsShopper_cont {
    width: 100%;
    padding: 0 15px;
  }
  .beamsShopper_ttl {
    font-size: 14px;
    margin-top: 20px;
  }
  .beamsShopper_txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .beamsShopper_cau {
    font-size: 10px;
    margin-top: 5px;
    line-height: 1.5;
  }
}

.beamsAbout {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../../../images/lp/beamsdesign-familyoasis/about_bg.jpg) no-repeat top center/cover;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.beamsAbout h2 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.beamsAbout_in {
  width: 100%;
  max-width: 800px;
  margin: 45px auto 0;
}

.beamsAbout_lead {
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 15px;
  text-align: center;
}

.beamsAbout_txt {
  font-size: 14px;
  margin-top: 15px;
}

.beamsAbout_mid {
  font-size: 24px;
  position: relative;
  margin-top: 50px;
  padding-left: 40px;
}

.beamsAbout_mid::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  content: "";
  background: #000;
}

@media screen and (max-width: 767px) {
  .beamsAbout {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beamsAbout h2 {
    font-size: 22px;
  }
  .beamsAbout_in {
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
  }
  .beamsAbout_lead {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .beamsAbout_txt {
    font-size: 12px;
    margin-top: 0;
    line-height: 1.8;
    padding-bottom: 8px;
  }
  .beamsAbout_mid {
    font-size: 15px;
    margin-top: 15px;
    padding-left: 22px;
  }
  .beamsAbout_mid::before {
    width: 15px;
  }
}

.beamsColum {
  padding-top: 120px;
  padding-bottom: 120px;
}

.beamsColum_in {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.beamsColum_img {
  width: 70%;
}

.beamsColum_cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
  padding-left: 20px;
}

.beamsColum_ttl {
  font-size: 28px;
}

.beamsColum_txt {
  font-size: 17px;
  padding-top: 5px;
}

.beamsColum_more {
  margin-top: -25px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .beamsColum {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beamsColum_in {
    max-width: 290px;
    margin: 0 auto;
  }
  .beamsColum_img {
    width: 68%;
  }
  .beamsColum_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 15px;
    padding-left: 3%;
  }
  .beamsColum_ttl {
    font-size: 14px;
  }
  .beamsColum_txt {
    font-size: 10px;
    padding-top: 0;
    line-height: 1.5;
    letter-spacing: .01em;
    white-space: nowrap;
  }
  .beamsColum_more {
    margin-top: -15px;
    padding-right: 10px;
  }
}
