@media screen and (min-width: 769px), print {
  .container {
    position: relative;
  }
  .product {
    padding-bottom: 144px;
  }
  .product .ttl {
    margin-bottom: 55px;
  }
  .product .product_ttl {
    border-bottom: 2px solid #d80c18;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 5px;
  }
  .product .list_prd .box ul {
    display: block;
  }
  .product .list_prd .box ul li {
    width: 100%;
  }
  .product .list_prd .box ul li a:before {
    top: 8px;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .product .list_prd + .product_ttl {
    margin-top: 60px;
  }
  .detail {
    padding: 7px 0 0;
  }
  .detail h3 {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 16px;
  }
  .detail .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 33px;
  }
  .detail .title span {
    height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 18px;
    color: #000000;
    letter-spacing: 0.7px;
    text-align: center;
    padding: 0 7px;
  }
  .detail .title span.note_01 {
    background: #ccecff;
  }
  .detail .title span.note_02 {
    background: #8b8b8b;
    min-width: 89px;
  }
  .detail article {
    margin-bottom: 65px;
  }
  .detail article h4 {
    height: 48px;
    background: #515151;
    font-size: 2rem;
    line-height: 50px;
    color: #fff;
    letter-spacing: 2px;
    padding: 0 14px;
  }
  .detail article .info {
    padding: 20px 75px 0;
  }
  .detail article .info .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px 19px;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detail article .info .left figure {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px;
  }
  .detail article .info .left .text_part {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .detail article .info .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .detail article .info .right figure {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px;
  }
  .detail article .info .right .text_part {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .detail article .info .bottom figure {
    margin-top: 19px;
  }
  .detail article .info figure {
    width: 100%;
    margin-bottom: 19px;
  }
  .detail article .info figure img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .detail article .info p {
    font-size: 1.5rem;
    line-height: 24px;
  }
  .topics {
    padding: 3px 0 30px;
  }
  .topics .ttl {
    margin-bottom: 17px;
  }
  .faq {
    padding: 25px 0 50px;
  }
  .faq .ttl {
    margin-bottom: 16px;
  }
  .manual {
    padding: 4px 0 13px;
  }
  .manual .ttl {
    margin-bottom: 16px;
  }
  .manual .block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
  }
  .manual .block .lf {
    width: -webkit-calc(100% - 402px);
    width: -moz-calc(100% - 402px);
    width: calc(100% - 402px);
  }
  .manual .block .rg {
    width: 402px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .manual .block .rg .col {
    border-left: 1px solid #dcdcdc;
  }
  .manual .block .rg .col:nth-of-type(1) {
    width: 131px;
  }
  .manual .block .rg .col:nth-of-type(2) {
    width: 135px;
  }
  .manual .block .rg .col:nth-of-type(3) {
    width: 136px;
  }
  .manual .block .rg .col .bot {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  }
  .manual .block .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .manual .block .bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 17px 10px;
  }
  .manual .block .bot a {
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
    position: relative;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .manual .block .bot a:hover {
    opacity: 0.8;
  }
  .manual .block .bot a.link {
    padding-right: 15px;
  }
  .manual .block .bot a.link::after {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    background: url("../images/ic_link.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .manual .block .bot a.cms {
    padding-left: 33px;
  }
  .manual .block .bot a.cms::before {
    content: "";
    display: block;
    width: 22px;
    height: 26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 0;
    top: -4px;
  }
  .manual .block .bot a.cms.doc::before {
    background-image: url("/common/images/cms/doc.png");
  }
  .manual .block .bot a.cms.xls::before {
    background-image: url("/common/images/cms/xls.png");
  }
  .manual .block .bot a.cms.ppt::before {
    background-image: url("/common/images/cms/ppt.png");
  }
  .manual .block .bot a.cms.pdf::before {
    background-image: url("/common/images/cms/pdf.png");
  }
  .manual .block .bot a.cms.text::before {
    background-image: url("/common/images/cms/text.png");
  }
  .manual .video {
    padding-bottom: 25px;
  }
  .manual .video h5 {
    width: 100%;
    height: 32px;
    background: #f3f3f3;
    font-size: 1.2rem;
    line-height: 32px;
    text-align: center;
    margin-bottom: 13px;
  }
  .manual .video .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 2px;
  }
  .manual .video .list .box {
    width: 190px;
    display: block;
    text-decoration: none;
    margin-right: 62px;
    margin-bottom: 20px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .manual .video .list .box:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .manual .video .list .box:hover {
    opacity: 0.8;
  }
  .manual .video .list .box figure {
    width: 100%;
    height: 126px;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
  }
  .manual .video .list .box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .manual .video .list .box strong {
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 22px;
    letter-spacing: -1px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .manual .video .list .box p span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 16px;
    color: #a1a1a1;
    letter-spacing: 0.7px;
  }
  .contactus {
    background: #ebebeb;
    padding: 30px 100px 25px;
    margin-bottom: 100px;
  }
  .contactus h3 {
    height: 38px;
    background: #606060;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 38px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 14px;
  }
  .contactus .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactus .box:nth-of-type(2) {
    border-top: 1px solid #c2c2c2;
    padding-top: 15px;
    margin-top: 3px;
    margin-bottom: 15px;
  }
  .contactus .box .lf {
    width: 240px;
  }
  .contactus .box .lf span {
    display: block;
    width: 100%;
    height: 32px;
    background: #fafafa;
    font-size: 1.396rem;
    line-height: 32px;
    color: #000;
    letter-spacing: 1px;
    text-align: right;
    padding-right: 22px;
    position: relative;
  }
  .contactus .box .lf span::before {
    content: "";
    display: block;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 21px;
  }
  .contactus .box .lf span.phone::before {
    width: 20px;
    height: 22px;
    background-image: url("../images/phone.png");
  }
  .contactus .box .lf span.mail {
    height: 42px;
    line-height: 42px;
  }
  .contactus .box .lf span.mail::before {
    width: 22px;
    height: 16px;
    background-image: url("../images/mail.png");
  }
  .contactus .box .rg {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
  }
  .contactus .box .rg p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .contactus .box .rg p small {
    display: block;
    font-size: 1.6rem;
    line-height: 28px;
    color: #005ead;
    margin-right: 8px;
  }
  .contactus .box .rg p a.tel {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 28px;
    color: #000;
    letter-spacing: 1px;
  }
  .contactus .box .rg p span {
    display: block;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 6px;
    width: 100%;
  }
  .contactus .box .rg p em {
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 24px;
    color: #000;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
    margin: 6px 0 4px;
  }
  .contactus > p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 24px;
  }
  .modal_bg {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .modal {
    display: none;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 800px;
    z-index: 10;
  }
  .modal .modal_mv video {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product {
    padding-top: 7.03125vw;
    padding-bottom: 7.42188vw;
  }
  .product .ttl {
    margin-bottom: 7.42188vw;
  }
  .product .product_ttl {
    border-bottom: 2px solid #d80c18;
    font-size: 4.16667vw;
    font-weight: bold;
    margin-bottom: 5.20833vw;
    padding-bottom: 1.30208vw;
  }
  .product .list_prd .box ul {
    display: block;
  }
  .product .list_prd .box ul li {
    width: 100%;
  }
  .product .list_prd .box ul li a:before {
    top: 2px;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .product .list_prd + .product_ttl {
    margin-top: 7.8125vw;
  }
  .detail {
    padding: 6.90104vw 0 0;
  }
  .detail h3 {
    font-family: akrobat_semibold;
    font-size: 9.375vw;
    line-height: 9.375vw;
    letter-spacing: 0.91146vw;
    text-align: center;
    margin-bottom: 2.47396vw;
  }
  .detail .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8.33333vw;
  }
  .detail .title span {
    height: 4.6875vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.125vw;
    line-height: 4.6875vw;
    color: #000000;
    letter-spacing: 0.13021vw;
    text-align: center;
    padding: 0 1.95312vw;
  }
  .detail .title span.note_01 {
    background: #ccecff;
  }
  .detail .title span.note_02 {
    background: #8b8b8b;
    min-width: 23.95833vw;
  }
  .detail article {
    margin-bottom: 11.71875vw;
  }
  .detail article:last-of-type {
    margin-bottom: 0;
  }
  .detail article h4 {
    height: 9.89583vw;
    background: #515151;
    font-size: 4.16667vw;
    line-height: 9.89583vw;
    color: #fff;
    letter-spacing: 0.39062vw;
    padding: 0 3.90625vw;
  }
  .detail article .info {
    padding: 3.90625vw 3.125vw 0;
  }
  .detail article .info .left figure {
    float: left;
    margin-right: 3.38542vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 52.08333vw;
    max-width: 200px;
  }
  .detail article .info .right figure {
    float: right;
    margin-left: 3.38542vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 52.08333vw;
    max-width: 200px;
  }
  .detail article .info .bottom figure {
    margin-top: 3.38542vw;
  }
  .detail article .info figure {
    width: 100%;
    margin-bottom: 3.38542vw;
  }
  .detail article .info figure img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  .detail article .info p {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
  }
  .topics {
    padding: 0 0 5.20833vw;
  }
  .topics .ttl {
    margin-bottom: 4.94792vw;
  }
  .faq {
    padding: 3.64583vw 0 3.90625vw;
  }
  .faq .ttl {
    margin-bottom: 4.81771vw;
  }
  .manual {
    padding: 9.76562vw 0 0;
  }
  .manual .ttl {
    margin-bottom: 4.16667vw;
  }
  .manual .block {
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 6.25vw;
  }
  .manual .block .rg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #dcdcdc;
  }
  .manual .block .rg .col {
    border-left: 1px solid #dcdcdc;
    width: 33.33%;
  }
  .manual .block .rg .col:first-of-type {
    border-left: none;
  }
  .manual .block .rg .col .bot {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.22135vw;
  }
  .manual .block .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 13.15104vw;
    font-size: 3.125vw;
    line-height: 3.90625vw;
    letter-spacing: 0.13021vw;
  }
  .manual .block .bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    font-size: 3.64583vw;
    line-height: 3.90625vw;
    padding: 5.07812vw 1.30208vw;
  }
  .manual .block .bot a {
    color: #000;
    text-decoration: none;
    position: relative;
    text-align: left;
  }
  .manual .block .bot a.link {
    padding-right: 2.60417vw;
  }
  .manual .block .bot a.link::after {
    content: "";
    display: block;
    width: 3.38542vw;
    height: 2.86458vw;
    background: url("../images/ic_link.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0.52083vw;
    right: 0;
  }
  .manual .block .bot a.cms {
    padding-left: 8.59375vw;
    letter-spacing: -0.26042vw;
  }
  .manual .block .bot a.cms::before {
    content: "";
    display: block;
    width: 5.72917vw;
    height: 6.77083vw;
    text-indent: -9999px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 0;
    top: -1.5625vw;
  }
  .manual .block .bot a.cms.doc::before {
    background-image: url("/common/images/cms/doc.png");
  }
  .manual .block .bot a.cms.xls::before {
    background-image: url("/common/images/cms/xls.png");
  }
  .manual .block .bot a.cms.ppt::before {
    background-image: url("/common/images/cms/ppt.png");
  }
  .manual .block .bot a.cms.pdf::before {
    background-image: url("/common/images/cms/pdf.png");
  }
  .manual .block .bot a.cms.text::before {
    background-image: url("/common/images/cms/text.png");
  }
  .manual .video {
    padding-bottom: 8.46354vw;
  }
  .manual .video h5 {
    width: 100%;
    height: 8.33333vw;
    background: #f3f3f3;
    font-size: 3.125vw;
    line-height: 8.33333vw;
    text-align: center;
    margin-bottom: 5.33854vw;
  }
  .manual .video .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .manual .video .list .box {
    width: 44.79167vw;
    display: block;
    text-decoration: none;
    margin-bottom: 4.16667vw;
  }
  .manual .video .list .box figure {
    width: 100%;
    height: 29.6875vw;
    border: 1px solid #dcdcdc;
    margin-bottom: 1.95312vw;
  }
  .manual .video .list .box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .manual .video .list .box strong {
    display: block;
    font-weight: 400;
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    letter-spacing: -0.13021vw;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 1.30208vw;
    margin-bottom: 1.82292vw;
  }
  .manual .video .list .box p span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.125vw;
    line-height: 4.16667vw;
    color: #a1a1a1;
    letter-spacing: 0.16927vw;
  }
  .contactus {
    background: #ebebeb;
    padding: 8.33333vw 2.60417vw 6.90104vw;
    margin-bottom: 13.28125vw;
    margin-top: 6.38021vw;
  }
  .contactus h3 {
    height: 9.89583vw;
    background: #606060;
    font-weight: bold;
    font-size: 4.16667vw;
    line-height: 9.89583vw;
    color: #fff;
    letter-spacing: 0.13021vw;
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .contactus .box:nth-of-type(2) {
    border-top: 1px solid #c2c2c2;
    padding-top: 5.20833vw;
    margin-top: 3.90625vw;
    margin-bottom: 5.46875vw;
  }
  .contactus .box .lf span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 8.33333vw;
    background: #fafafa;
    font-size: 3.64583vw;
    line-height: 1;
    color: #000;
    letter-spacing: 0.13021vw;
    margin-bottom: 3.51562vw;
  }
  .contactus .box .lf span::before {
    content: "";
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2.60417vw;
  }
  .contactus .box .lf span.phone::before {
    width: 5.07812vw;
    height: 5.59896vw;
    background-image: url("../images/phone.png");
  }
  .contactus .box .lf span.mail::before {
    width: 5.72917vw;
    height: 4.16667vw;
    background-image: url("../images/mail.png");
  }
  .contactus .box .rg p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .contactus .box .rg p small {
    display: block;
    font-size: 4.16667vw;
    line-height: 7.29167vw;
    color: #005ead;
    margin-right: 2.60417vw;
  }
  .contactus .box .rg p a.tel {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 7.29167vw;
    line-height: 7.29167vw;
    color: #000;
    letter-spacing: 0.13021vw;
  }
  .contactus .box .rg p span {
    display: block;
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    margin-top: 1.30208vw;
    width: 100%;
  }
  .contactus .box .rg p em {
    text-align: center;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 5.72917vw;
    line-height: 6.25vw;
    color: #000;
    letter-spacing: 0.26042vw;
    margin: 0.78125vw auto 3.125vw;
    border-bottom: 1px solid #000;
  }
  .contactus > p {
    width: 100%;
    font-size: 3.64583vw;
    line-height: 5.72917vw;
  }
  .modal_bg {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .modal {
    display: none;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80vw;
    z-index: 10;
  }
  .modal .modal_mv video {
    height: auto;
    width: 100%;
  }
}
