@charset "UTF-8";
.modalActive body {
  position: fixed;
  width: 100%;
}

.robocomContainer {
  background: url("../img/bg.jpg");
  font-family: "ヒラギノ角ゴ ProN W3";
  color: #444444;
  padding-top: 52px;
}
@media (max-width: 736px) {
  .robocomContainer{
    padding-top: 13px;
  }
}
.robocomContainer .txt {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 736px) {
  .robocomContainer .txt {
    font-size: 14px;
    line-height: 24px;
  }
}

.txt-bold {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 600;
}

.wrap-inner {
  width: 1020px;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}

html {
  min-width: 1250px;
  overflow: auto;
}
@media (max-width: 736px) {
  html {
    min-width: 0;
  }
}

.wrap {
  width: 1250px;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap .wrap-inner {
  width: 980px;
  padding: 0;
}

.photo {
  line-height: 0;
}

@media (min-width: 737px) {
  .u-pc-hide {
    display: none !important;
  }
}

@media (max-width: 736px) {
  .u-sp-hide {
    display: none !important;
  }
}

.btn {
  line-height: 1;
}
.btn a {
  display: inline-block;
  transition: all 0.35s ease;
}
.btn a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}
@media (max-width: 736px) {
  img {
    margin: 0 auto;
  }
}

.popup {
  cursor: pointer;
}

.kv {
  padding: 0 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 736px) {
  .kv {
    padding: 0 0 55px;
  }
}
.kv:before {
  content: "";
  position: absolute;
  top: 12px;
  right: -30px;
  left: 0;
  height: 472px;
  background: url("../img/kv_bg.png") center no-repeat;
  background-size: 1963px 472px;
  z-index: -1;
}
@media (max-width: 736px) {
  .kv:before {
    display: none;
  }
}
.kv h2 {
  width: 958px;
  margin: 0 auto 2px;
}
@media (max-width: 736px) {
  .kv h2 {
    width: 100%;
  }
  .kv h2 img {
    width: 100%;
  }
}
@media (max-width: 736px) {
  .kv .top {
    position: relative;
  }
}
.kv .txt {
  line-height: 32px;
}
@media (max-width: 736px) {
  .kv .txt {
    line-height: 24px;
  }
}
@media (max-width: 736px) {
  .kv .popupIcon:after {
    width: 5vw;
    height: 5vw;
    bottom: 2vw;
    right: 1vw;
  }
}
.kv .photo {
  margin: 0 -227px 57px -240px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 736px) {
  .kv .photo {
    margin: 0;
    position: absolute;
    bottom: 12vw;
    left: 4.2666666667vw;
    right: 3.7333333333vw;
  }
}
.kv .photo .photo1 {
  width: 435px;
  transform: rotate(5deg);
}
@media (max-width: 736px) {
  .kv .photo .photo1 {
    width: 29.0666666667vw;
  }
}
.kv .photo .photo2 {
  width: 435px;
  padding-top: 16px;
  position: relative;
  transform: rotate(-3deg);
}
.kv .photo .photo2:before {
  content: "";
  position: absolute;
  bottom: -54px;
  right: -75px;
  width: 127px;
  height: 147px;
  background: url("../img/kvphoto_deco.svg") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  transform: rotate(3deg);
}
@media (max-width: 736px) {
  .kv .photo .photo2 {
    padding-top: 0;
    width: 28.8vw;
  }
  .kv .photo .photo2:before {
    display: none;
  }
}
.kv .photo .photo3 {
  width: 415px;
  transform: rotate(3deg);
}
@media (max-width: 736px) {
  .kv .photo .photo3 {
    width: 28vw;
  }
}
@media (max-width: 736px) {
  .kv .wrap-inner {
    padding: 0;
  }
  .kv .wrap-inner .txt {
    padding: 0 14px;
    margin-top: -5px;
  }
}

.row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .row {
    flex-wrap: wrap;
  }
  .row > * {
    width: 100%;
  }
}

.box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 12px 0 0 #FCEF34;
  border: 6px solid #50CBBD;
}

.sec1 {
  margin-top: 154px;
  position: relative;
  z-index: 1;
}
@media (max-width: 736px) {
  .sec1 {
    margin-top: 0;
    z-index: 3;
  }
}
.sec1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1008px;
  background: url("../img/sec1_deco.png") center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .sec1:before {
    background-size: 1920px 100%;
  }
}
@media (max-width: 736px) {
  .sec1:before {
    display: none;
  }
}
.sec1 .wrap {
  width: 1240px;
}
@media (max-width: 736px) {
  .sec1 .wrap {
    width: 100%;
  }
}
.sec1 .wrap .right {
  width: 440px;
  align-self: flex-start;
  position: relative;
}
.sec1 .wrap .left {
  width: 500px;
}
.sec1 .box {
  padding: 66px 105px 74px;
}
@media (max-width: 736px) {
  .sec1 .box {
    padding: 24px 10px 20px;
  }
}
.sec1 .photo {
  margin-top: -134px;
}
@media (max-width: 736px) {
  .sec1 .photo {
    margin-top: 10px;
  }
}
.sec1 .btn {
  position: absolute;
  bottom: -50px;
  right: -41px;
  text-align: center;
}
@media (max-width: 736px) {
  .sec1 .btn {
    position: static;
    margin-top: 10px;
  }
}
.sec1 h2 {
  width: 458px;
  margin-bottom: 22px;
}
@media (max-width: 736px) {
  .sec1 h2 {
    width: 100%;
    margin-bottom: 12px;
  }
}

.sec2 {
  margin-top: 129px;
  position: relative;
  z-index: 2;
}
@media (max-width: 736px) {
  .sec2 {
    margin-top: 74px;
    position: relative;
  }
  .sec2:before {
    content: "";
    position: absolute;
    width: 100%;
    top: -56vw;
    height: 86.1333333333vw;
    background: url("../img/sec1_deco_sp.png") center no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
}
.sec2 h2 {
  width: 718px;
  margin: 0 auto 37px;
}
@media (max-width: 736px) {
  .sec2 h2 {
    width: auto;
    margin: 0 -7px 15px;
  }
}
.sec2 .box-shadow {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 7px 8px 0 0 #EBEBEB;
  margin-bottom: 35px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.sec2 .box-shadow p + p {
  margin-top: 11px;
}
@media (max-width: 736px) {
  .sec2 .box-shadow {
    padding: 25px 15px;
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media (min-width: 737px) {
  .sec2 .list-item {
    margin-right: -5px;
  }
}

.list-item .item {
  width: 474px;
  line-height: 0;
}
.list-item .item dd {
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 736px) {
  .list-item .item dd {
    line-height: 20px;
    font-size: 14px;
  }
}
@media (max-width: 736px) {
  .list-item .item + .item {
    margin-top: 24px;
  }
}
.list-item > p {
  width: 490px;
  line-height: 30px;
}
@media (max-width: 736px) {
  .list-item > p {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
  }
  .list-item > p + .item {
    margin-top: 30px;
  }
}

.sec3 {
  margin-top: 157px;
  padding-bottom: 290px;
  position: relative;
  z-index: 1;
}
@media (max-width: 736px) {
  .sec3 {
    margin-top: 97px;
    padding-bottom: 65px;
  }
}
.sec3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1251px;
  background: url("../img/sec3_bg.png") center bottom no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .sec3:before {
    background-size: 1920px 100%;
  }
}
@media (max-width: 736px) {
  .sec3:before {
    height: 260px;
    background: url("../img/sec3_bg_sp.png") center bottom no-repeat;
    background-size: 100% 100%;
  }
}
.sec3 .box {
  box-shadow: 10px 12px 0 0 #50CBBD;
}
@media (max-width: 736px) {
  .sec3 .box {
    box-shadow: none;
  }
}
.sec3 h2 {
  padding-top: 70px;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  text-align: center;
}
.sec3 h2 img {
  width: 798px;
  max-width: 100%;
}
.sec3 h2 span {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 496px;
}
@media (max-width: 736px) {
  .sec3 h2 {
    padding-top: 44px;
    width: 283px;
    margin: 0 auto 40px;
  }
  .sec3 h2 span {
    width: 287px;
  }
}
.sec3 .step {
  padding-bottom: 115px;
  padding-top: 58px;
  margin-bottom: -28px;
}
@media (max-width: 736px) {
  .sec3 .step {
    padding-top: 12px;
    padding-bottom: 45px;
    margin-bottom: 0;
  }
}
.sec3 .step h3 {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 736px) {
  .sec3 .step h3 {
    margin-bottom: 20px;
  }
}
.sec3 .step .txt {
  margin-bottom: 22px;
}
@media (min-width: 737px) {
  .sec3 .step .txt {
    line-height: 30px;
  }
}
.sec3 .step:nth-child(1) {
  padding-top: 0;
}
.sec3 .step:nth-child(1) h3 img {
  display: inline-block;
  margin-top: -17px;
}
@media (max-width: 736px) {
  .sec3 .step:nth-child(1) h3 img {
    margin-top: -12px;
  }
}
@media (min-width: 737px) {
  .sec3 .step:nth-child(1) .txt {
    line-height: 28px;
  }
}
@media (min-width: 737px) {
  .sec3 .step:nth-child(3) {
    padding-bottom: 83px;
  }
}
.sec3 .step:nth-last-child(1) {
  padding-bottom: 36px;
  margin-bottom: 0;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 736px) {
  .sec3 .step:nth-last-child(1) {
    padding-bottom: 23px;
    border-radius: 0 0 5px 5px;
  }
  .sec3 .step:nth-last-child(1) .list-item .item {
    margin-top: 24px;
  }
}
.sec3 .step:nth-last-child(1) h3 {
  margin-bottom: 27px;
}
@media (max-width: 736px) {
  .sec3 .step:nth-last-child(1) h3 {
    margin-bottom: 20px;
  }
}
.sec3 .step:nth-child(1) {
  background: url("../img/sec3_bg1.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .sec3 .step:nth-child(1) {
    background: url("../img/sec3_bg1_sp.png") center no-repeat;
    background-size: 100% 100%;
  }
}
.sec3 .step:nth-child(2) {
  background: url("../img/sec3_bg2.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .sec3 .step:nth-child(2) {
    background: url("../img/sec3_bg2_sp.png") center no-repeat;
    background-size: 100% 100%;
  }
}
.sec3 .step:nth-child(3) {
  background: url("../img/sec3_bg3.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .sec3 .step:nth-child(3) {
    background: url("../img/sec3_bg3_sp.png") center no-repeat;
    background-size: 100% 100%;
  }
}
.sec3 .step:nth-child(4) {
  background: url("../img/sec3_bg4.png") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .sec3 .step:nth-child(4) {
    background: url("../img/sec3_bg4_sp.png") center no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 736px) {
  .sec3 .wrap-inner {
    padding: 0 10px;
  }
}

.sec4 {
  padding-top: 55px;
  margin-bottom: 105px;
}
@media (max-width: 736px) {
  .sec4 {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}
.sec4 h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 736px) {
  .sec4 h2 {
    margin-bottom: 23px;
  }
}
.sec4 .commu {
  position: relative;
  z-index: 1;
}
.sec4 .commu .avartar {
  width: 422px;
}
@media (max-width: 736px) {
  .sec4 .commu .avartar {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.sec4 .commu .content {
  width: 542px;
}
.sec4 .commu .content .box-txt {
  background: #fff;
  padding: 24px 28px;
  border-radius: 20px;
  box-shadow: 4px 4px 0 0 #EBEBEB;
  letter-spacing: -0.03em;
}
@media (max-width: 736px) {
  .sec4 .commu .content .box-txt {
    padding: 18px 16px;
    letter-spacing: 0.03em;
  }
}
.sec4 .commu .content .ttl {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  padding: 19px 0 17px;
  margin-bottom: 16px;
  text-align: center;
  min-height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 736px) {
  .sec4 .commu .content .ttl {
    font-size: 20px;
    line-height: 28px;
    min-height: 0;
    letter-spacing: -0.03em;
    margin-bottom: -5px;
  }
}
.sec4 .commu:nth-child(2n+1) .content .ttl {
  background: url("../img/sec4_txt_bg1.png") center no-repeat;
  background-size: 100% 100%;
  margin-right: -44px;
  padding-right: 44px;
}
@media (max-width: 736px) {
  .sec4 .commu:nth-child(2n+1) .content .ttl {
    padding: 11px 15px 24PX;
    margin-left: 0;
    margin-right: 0;
    background: url("../img/sec4_txt_bg1_sp.png") center no-repeat;
    background-size: 100% 100%;
  }
}
.sec4 .commu:nth-child(2n) .content .ttl {
  background: url("../img/sec4_txt_bg2.png") center no-repeat;
  background-size: 100% 100%;
  margin-left: -44px;
  padding-left: 44px;
}
@media (max-width: 736px) {
  .sec4 .commu:nth-child(2n) .content .ttl {
    padding: 11px 15px 24px;
    margin-left: 0;
    margin-right: 0;
    background: url("../img/sec4_txt_bg2_sp.png") center no-repeat;
    background-size: 100% 100%;
  }
}
.sec4 .commu1 {
  margin-bottom: 30px;
}
@media (max-width: 736px) {
  .sec4 .commu1 {
    margin-bottom: 48px;
  }
}
.sec4 .commu1:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 552px);
  width: 2220px;
  height: 555px;
  background: url("../img/sec4_deco1.png") center left no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .sec4 .commu1:before {
    background-size: 2220px 100%;
  }
}
@media (max-width: 736px) {
  .sec4 .commu1:before {
    display: none;
  }
}
.sec4 .commu2 {
  margin-bottom: 20px;
}
@media (max-width: 736px) {
  .sec4 .commu2 {
    margin-bottom: 52px;
  }
}
.sec4 .commu2:before {
  content: "";
  position: absolute;
  top: -26px;
  right: calc(50% - 845px);
  width: 2220px;
  height: 540px;
  background: url("../img/sec4_deco2.png") center right no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .sec4 .commu2:before {
    background-size: 2220px 100%;
  }
}
@media (max-width: 736px) {
  .sec4 .commu2:before {
    display: none;
  }
}
.sec4 .commu2 .content {
  padding-top: 40px;
}
@media (max-width: 736px) {
  .sec4 .commu2 .content {
    padding-top: 0;
  }
}
.sec4 .commu3 {
  margin-bottom: 50px;
}
@media (max-width: 736px) {
  .sec4 .commu3 {
    margin-bottom: 45px;
  }
}
.sec4 .commu3:before {
  content: "";
  position: absolute;
  top: -91px;
  left: calc(50% - 589px);
  width: 1881px;
  height: 606px;
  background: url("../img/sec4_deco3.png") center left no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .sec4 .commu3:before {
    background-size: 1881px 100%;
  }
}
@media (max-width: 736px) {
  .sec4 .commu3:before {
    display: none;
  }
}
.sec4 .commu3 .content {
  padding-top: 48px;
}
@media (max-width: 736px) {
  .sec4 .commu3 .content {
    padding-top: 0;
  }
}
.sec4 .commu4 {
  margin-bottom: 58px;
}
@media (max-width: 736px) {
  .sec4 .commu4 {
    margin-bottom: 50px;
  }
}
.sec4 .commu4:before {
  content: "";
  position: absolute;
  top: 156px;
  right: calc(50% - 661px);
  width: 1692px;
  height: 501px;
  background: url("../img/sec4_deco4.png") center right no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .sec4 .commu4:before {
    background-size: 1692px 100%;
  }
}
@media (max-width: 736px) {
  .sec4 .commu4:before {
    display: none;
  }
}
.sec4 .commu4 .content {
  padding-top: 22px;
}
@media (max-width: 736px) {
  .sec4 .commu4 .content {
    padding-top: 0;
  }
}
.sec4 .commu4 .avartar {
  margin-bottom: -20px;
}
@media (max-width: 736px) {
  .sec4 .commu4 .avartar {
    margin-bottom: -30px;
  }
}
.sec4 .commu5:before {
  content: "";
  position: absolute;
  top: 216px;
  left: calc(50% - 552px);
  width: 1797px;
  height: 277px;
  background: url("../img/sec4_deco5.png") center left no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .sec4 .commu5:before {
    background-size: 1797px 100%;
  }
}
@media (max-width: 736px) {
  .sec4 .commu5:before {
    display: none;
  }
}
.sec4 .commu5 .content {
  padding-top: 30px;
}
@media (max-width: 736px) {
  .sec4 .commu5 .content {
    padding-top: 0;
  }
}

.sec5 .box {
  border-radius: 10px;
  padding-bottom: 47px;
}
@media (max-width: 736px) {
  .sec5 .box {
    padding-bottom: 8px;
    margin-left: -6px;
    margin-right: -6px;
  }
}
.sec5 h2 {
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  background: url("../img/sec4_box_ttlbg.jpg") center no-repeat;
  background-size: 100% 100%;
  padding: 20px 0;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 33px;
}
@media (max-width: 736px) {
  .sec5 h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    background: #50CBBD;
  }
}
.sec5 .item {
  width: 440px;
}
@media (max-width: 736px) {
  .sec5 .wrap-inner {
    padding: 0 15px;
  }
}
.sec5 .list-item > p {
  width: 500px;
  letter-spacing: 0.03em;
}
@media (max-width: 736px) {
  .sec5 .list-item > p {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0;
  }
}

.sec6 {
  padding-top: 176px;
  padding-bottom: 44px;
  position: relative;
  margin-top: 126px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 736px) {
  .sec6 {
    margin-top: 75px;
    padding-top: 54px;
    padding-bottom: 30px;
  }
}
.sec6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 990px;
  background: url("../img/sec6_bg.png") center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1920px) {
  .sec6:before {
    background-size: 1920px 100%;
  }
}
@media (max-width: 736px) {
  .sec6:before {
    height: 100%;
    background: url("../img/sec6_bg_sp.png") center top no-repeat;
    background-size: 100% auto;
    top: 0;
  }
}
.sec6 h2 {
  margin-bottom: 37px;
}
@media (max-width: 736px) {
  .sec6 h2 {
    margin-bottom: 20px;
  }
}
.sec6 .content {
  line-height: 36px;
  margin: 34px 0 50px;
}
.sec6 .content p + p {
  margin-top: 18px;
}
@media (max-width: 736px) {
  .sec6 .content p + p {
    margin-top: 24px;
  }
}
@media (max-width: 736px) {
  .sec6 .content {
    line-height: 24px;
    margin: 24px 0 20px;
    position: relative;
  }
  .sec6 .content:before {
    content: "";
    position: absolute;
    top: 94px;
    left: -20px;
    width: 25px;
    height: 197px;
    background: url("../img/sec6_deco-l_sp.svg") center no-repeat;
    background-size: 100% 100%;
  }
  .sec6 .content:after {
    content: "";
    position: absolute;
    top: 39px;
    right: -20px;
    width: 41px;
    height: 307px;
    background: url("../img/sec6_deco-r_sp.svg") center no-repeat;
    background-size: 100% 100%;
  }
}
.sec6 .photo:after {
  bottom: 22px;
  right: 22px;
}
.sec6 .wrap-inner {
  position: relative;
}
.sec6 .wrap-inner:before {
  content: "";
  position: absolute;
  top: 627px;
  left: -242px;
  width: 82px;
  height: 399px;
  background: url("../img/sec6_deco-l.svg") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .sec6 .wrap-inner:before {
    display: none;
  }
}
.sec6 .wrap-inner:after {
  content: "";
  position: absolute;
  top: 253px;
  right: -282px;
  width: 186px;
  height: 832px;
  background: url("../img/sec6_deco-r.svg") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .sec6 .wrap-inner:after {
    display: none;
  }
}
@media (max-width: 736px) {
  .sec6 .btn {
    margin: 0 -16px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  font-weight: normal;
  font-weight: 700;
  opacity: 0;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  display: none;
  transform: translate3d(0, 0, 0);
}
.modal .modal-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  position: relative;
  max-width: 100%;
  width: 700px;
}
@media (max-width: 736px) {
  .modal .modal-inner {
    max-width: 90%;
    margin: 0 auto;
  }
}
.modal .modal-inner .btn-close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 50px;
  cursor: pointer;
}
@media (max-width: 736px) {
  .modal .modal-inner .btn-close {
    left: auto;
    right: 0%;
    width: 30px;
  }
}
.modal .youtube_wrapper {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.modal .youtube_wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.modal.active {
  opacity: 1;
  display: flex;
  visibility: visible;
  transition-delay: 0s;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9;
  min-height: calc(100vh + 10px);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
}
.modal .modal-mv {
  z-index: 10;
  position: relative;
  max-width: 100%;
}

.popupIcon {
  position: relative;
  line-height: 0;
  cursor: pointer;
}
.popupIcon:after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  background: url("../img/zoom_icon.svg") center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .popupIcon:after {
    width: 12vw;
    height: 12vw;
    bottom: 4vw;
    right: 3vw;
  }
}/*# sourceMappingURL=style.css.map */