/* Newsfeed Category */
/*
mobile = ...(320)-767
tablet = 768-1365
screen = 1366-...
*/
.mobileonly {
  display: none;
}

@media only screen and (min-width: 1366px) {
  .div_topbanner {
    height: 24vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1364px) {
  header #menu-top-menu > li {
    margin-left: 30px;
  }
  header #icon_cart {
    margin-left: 30px;
  }
  #div_footer_carpet #div_footer {
    width: 744px;
    padding: 0px 20px;
  }
  #div_footer_carpet #div_footer #div_companyinfo {
    float: none;
    width: 100%;
  }
  #div_footer_carpet #div_footer #div_companyinfo p.address {
    float: left;
    margin-right: 100px;
  }
  #div_footer_carpet #div_footer #div_companyinfo p.tel {
    float: left;
    margin-top: 20px;
  }
  #div_footer_carpet #div_footer #div_companyinfo .map {
    display: none;
  }
  #div_footer_carpet #div_footer #div_footernavi {
    display: none;
  }
  #section_billboard > div {
    width: 1014px;
  }
  #section_billboard > div > div {
    height: 230px;
  }
  #section_eyecatchnews {
    width: 100%;
  }
  #section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_content p:first-child {
    font-size: 1.6rem;
  }
  #section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_content .div_lv_date {
    height: 60px;
  }
  #section_footbillboard #div_footbillboard {
    width: 1014px;
  }
  #section_footbillboard #div_footbillboard > div {
    height: 98px;
  }
  .main-subpages {
    width: 1014px !important;
  }
  .div_topbanner h1 {
    width: 894px;
    padding: 0px;
    border-left: 0px;
  }
  #div_1126_brandconcept {
    width: 1014px;
    height: 540px !important;
  }
  .div_specialty {
    height: 600px;
    background: #f5f5f5;
  }
  .div_specialty .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    margin-top: 110px;
  }
  .div_specialty .div_greybox p {
    line-height: 2.6rem;
  }
  .div_messageset h2 {
    font-size: 2rem;
  }
  .div_messageset p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .div_serviceflow > div:not(.image) > div,
  .div_ourstrength > div:not(.image) > div {
    padding: 50px 30px;
  }
  .div_serviceflow > div:not(.image) > div h3::after,
  .div_ourstrength > div:not(.image) > div h3::after {
    width: 100px;
  }
  .div_serviceflow > div:not(.image) > div h4,
  .div_ourstrength > div:not(.image) > div h4 {
    font-size: 1.5rem;
  }
  .div_serviceflow > div:not(.image) > div h4.smaller,
  .div_ourstrength > div:not(.image) > div h4.smaller {
    font-size: 1.2rem;
  }
  .div_serviceflow > div:not(.image) > div p,
  .div_ourstrength > div:not(.image) > div p {
    left: 180px;
    top: 70px;
    width: 60%;
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .div_serviceflow .image,
  .div_ourstrength .image {
    background-size: cover;
    background-position: center;
  }
  .div_serviceflow::after,
  .div_ourstrength::after {
    left: 20px;
  }
  .div_lifesupport .div_greybox h3::after {
    margin: 10px 0px 20px 0px;
  }
  .div_lifesupport .div_greybox p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .div_lifesupport .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .div_message_desk {
    width: 100%;
  }
  .div_message_desk .div_message {
    width: 50%;
  }
  .div_message_desk .div_message h3 {
    font-size: 1.8rem;
  }
  .div_message_desk .div_message img {
    width: 50%;
    height: auto;
    right: -24% !important;
  }
  .div_message_desk .div_message.right img {
    left: -24% !important;
  }
  #div_staffmsg_desk {
    width: 100%;
  }
  #div_staffmsg_desk .div_staffmsg_card {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .displaynone {
    display: none;
  }
  .mobileonly {
    display: unset;
  }
  .narrowbr {
    display: unset !important;
  }
  header {
    height: 60px;
  }
  header > div {
    transform: none;
    top: 10px;
  }
  header nav {
    padding: 0px 20px;
  }
  header nav #logo_header {
    height: 40px;
  }
  header nav #icon_cart {
    height: 40px;
    margin-left: 5px;
  }
  header nav #icon_menu {
    height: 40px;
    display: inline-block;
  }
  header nav .menu-top-menu-container {
    /*display: none*/
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0px;
    transition: top 0.5s;
  }
  header nav .menu-top-menu-container.display {
    display: block;
    top: 0%;
  }
  header nav .menu-top-menu-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  header nav .menu-top-menu-container ul li {
    float: none !important;
    margin-bottom: 20px;
  }
  header nav .menu-top-menu-container ul li:nth-child(1) {
    order: 6;
  }
  header nav .menu-top-menu-container ul li:nth-child(2) {
    order: 5;
  }
  header nav .menu-top-menu-container ul li:nth-child(3) {
    order: 4;
  }
  header nav .menu-top-menu-container ul li:nth-child(4) {
    order: 3;
  }
  header nav .menu-top-menu-container ul li:nth-child(5) {
    order: 2;
  }
  header nav .menu-top-menu-container ul li:nth-child(6) {
    order: 1;
  }
  header.front_page a {
    color: #292E59;
  }
  .div_breadcrumb {
    padding: 0px 10px;
  }
  #section_hero #div_heromsg {
    width: 180px;
    height: 180px;
    background-size: 180px 180px;
    background-repeat: no-repeat;
  }
  #section_message {
    padding: 60px 0px;
  }
  #section_message .screen {
    display: none !important;
  }
  #section_message .mobile {
    display: block !important;
  }
  #section_billboard > div {
    width: 100%;
    height: unset !important;
    aspect-ratio: 650/300;
    margin: 0px;
    display: block;
    background-size: cover !important;
  }
  #section_billboard > div .billboard_name .name_jpn {
    font-size: 1.2rem !important;
  }
  #section_billboard > div .billboard_name .name_eng {
    font-size: 2rem !important;
  }
  #section_billboard .billboard1,
  #section_billboard .billboard2,
  #section_billboard .billboard4,
  #section_billboard .billboard3 {
    border: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    margin-bottom: 5px;
  }
  #section_newsfeed {
    width: 100%;
    margin: 60px auto 0px auto;
  }
  #section_newsfeed .div_list {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
  }
  #main_newslist {
    width: 100%;
  }
  #div_category {
    display: none !important;
  }
  .div_newsfeed {
    display: block !important;
    overflow: auto;
  }
  .div_newsfeed div {
    display: block;
  }
  .div_newsfeed .newsfeed_date {
    display: block !important;
    float: left;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .div_newsfeed .newsfeed_category {
    display: block !important;
    float: left;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .div_newsfeed .newsfeed_category::after {
    display: none !important;
  }
  .div_newsfeed .newsfeed_text {
    padding: 0px 10px;
    position: relative;
    float: none;
    clear: both;
    display: block !important;
  }
  #section_eyecatchnews {
    width: calc(100% - 20px);
    padding: 0px 10px;
  }
  #section_eyecatchnews h1.heading {
    font-size: 2rem;
  }
  #section_eyecatchnews .div_eyecatchnews_slot {
    display: block !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0px auto 10px auto !important;
  }
  #section_eyecatchnews .div_eyecatchnews_slot .div_lv_img {
    height: 180px !important;
  }
  #section_eyecatchnews .div_eyecatchnews_slot .div_lv_content {
    position: relative !important;
    height: unset !important;
  }
  #section_eyecatchnews .div_eyecatchnews_slot .div_lv_content .div_lv_date {
    position: relative !important;
    width: 100% !important;
    bottom: unset !important;
  }
  #section_eyecatchnews .div_eyecatchnews_slot:nth-child(2) {
    border: none !important;
  }
  #section_footbillboard {
    margin: 60px auto 0px auto;
  }
  #section_footbillboard #div_footbillboard {
    display: block;
    width: 320px;
  }
  #section_footbillboard #div_footbillboard > div {
    width: 100%;
    height: 104px;
    display: block;
    margin-bottom: 5px;
  }
  #section_footbillboard #div_footbillboard > div .billboard_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section_footbillboard #div_footbillboard > div .billboard_name span:first-child {
    font-size: 1.2rem;
    letter-spacing: 0rem;
  }
  #section_footbillboard #div_footbillboard > div .billboard_name span:nth-child(3) {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #section_footbillboard #div_footbillboard > div:nth-child(2) {
    border: 0px !important;
  }
  #div_footer_carpet #div_footer {
    width: 300px;
    padding: 0px 10px;
  }
  #div_footer_carpet #div_footer #div_lv_logo {
    width: 100%;
    margin-bottom: 30px;
  }
  #div_footer_carpet #div_footer #div_lv_logo img {
    width: 200px;
  }
  #div_footer_carpet #div_footer #div_companyinfo {
    float: none;
    width: 100%;
  }
  #div_footer_carpet #div_footer #div_companyinfo iframe {
    border: 0;
    margin: 0px auto;
    display: block;
  }
  #div_footer_carpet #div_footer #div_footernavi {
    display: none;
  }
  #div_footer_carpet #div_footer #footer-banner-officialline-sp {
    margin: 30px auto 10px auto;
    display: block;
  }
  .div_topbanner {
    height: 50vw;
    margin-bottom: 120px;
  }
  .div_topbanner h1 {
    width: calc(100% - 20px) !important;
    height: 60px;
    padding-left: 20px;
    border-left: 0px;
    font-size: 1.8rem;
    bottom: -60px;
  }
  .div_topbanner h1 span {
    font-size: 1.2rem;
  }
  .main-subpages {
    width: 100% !important;
    max-width: 600px !important;
  }
  .div_section_heading h2::before {
    width: 70px;
  }
  .div_messageset {
    padding: 0px 10px;
  }
  .div_messageset h2 {
    font-size: 1.6rem;
  }
  .div_messageset p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 2.4rem;
  }
  .margin-b-120 {
    margin-bottom: 80px !important;
  }
  #div_1126_brandconcept {
    width: 100%;
    position: relative;
    height: auto !important;
  }
  #div_1126_brandconcept .div_greybox {
    float: none;
    width: 100%;
    margin-top: 270px;
  }
  #div_1126_brandconcept .div_greybox div {
    padding: 30px;
    font-size: 1.2rem;
  }
  #div_1126_brandconcept #div_halfright_logo {
    background-size: contain;
    background-repeat: no-repeat;
    width: 320px;
    height: 250px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .div_specialty {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    clear: both;
    margin-bottom: 10px !important;
  }
  .div_specialty .div_greybox {
    width: 100%;
    overflow: inherit;
    float: none;
  }
  .div_specialty .div_greybox div {
    padding: 20px 20px;
  }
  .div_specialty .div_greybox div h3 {
    font-size: 3.2rem;
  }
  .div_specialty .div_greybox div p {
    margin-top: 85vw;
    line-height: 2.6rem;
  }
  .div_specialty .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 200px;
    width: 100%;
    height: 70vw;
  }
  .div_serviceflow,
  .div_ourstrength {
    height: auto;
    position: relative;
  }
  .div_serviceflow .div_greybox,
  .div_ourstrength .div_greybox {
    overflow: inherit;
    float: none;
    width: 100%;
  }
  .div_serviceflow .div_greybox div,
  .div_ourstrength .div_greybox div {
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
  }
  .div_serviceflow .div_greybox div h3,
  .div_ourstrength .div_greybox div h3 {
    font-size: 3.2rem;
  }
  .div_serviceflow .div_greybox div h4 br,
  .div_ourstrength .div_greybox div h4 br {
    display: none;
  }
  .div_serviceflow .div_greybox div p,
  .div_ourstrength .div_greybox div p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.6rem;
    position: static;
    margin-top: 250px;
  }
  .div_serviceflow .image,
  .div_ourstrength .image {
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .div_serviceflow::after,
  .div_ourstrength::after {
    display: none;
  }
  #div_business_banner {
    grid-template-columns: 1fr;
  }
  #div_experts_table {
    display: block;
  }
  #div_experts_table .div_experts_slot {
    display: block;
    border-bottom: 1px solid #cccccc !important;
  }
  #div_experts_table .div_experts_slot .div_level_info {
    background: #ffffff;
  }
  #div_experts_table .div_experts_slot:nth-child(2) {
    border-width: 0px;
  }
  .div_jcls {
    width: 100%;
    height: unset !important;
  }
  .div_jcls > div:first-child {
    width: 100%;
    float: none;
    height: unset;
    overflow: unset;
  }
  .div_jcls > div:first-child > div {
    padding: 40px !important;
  }
  .div_jcls > div:first-child > div h3::after {
    margin: 10px 0px 10px 0px;
  }
  .div_jcls > div:first-child > div p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .div_jcls .image {
    width: 100%;
    float: none;
    height: unset;
    overflow: unset;
    padding-bottom: 30px;
  }
  .div_jcls .image img {
    position: static;
    transform: none;
    width: 300px;
    display: block;
    margin: 0px auto 0px auto;
  }
  .div_lifesupport {
    height: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .div_lifesupport > div:not(.image) {
    width: 100%;
    float: none;
    height: unset;
    overflow: unset;
    order: 2;
  }
  .div_lifesupport > div:not(.image) > div {
    padding: 20px;
  }
  .div_lifesupport > div:not(.image) > div p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .div_lifesupport .image {
    height: 250px;
    width: 100%;
    float: none;
    overflow: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    order: 1;
  }
  #section_company_info img#office {
    width: 100%;
  }
  #section_company_info .div_info_table {
    margin-top: 30px;
  }
  #section_company_info .div_info_table .div_info_row {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  #section_company_history .div_info_table {
    margin-top: 30px;
  }
  #section_company_history .div_info_table .div_info_row {
    display: flex;
    flex-direction: column;
    width: calc(100% - 10px);
    padding: 10px 10px;
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  #section_company_history .div_info_table .div_info_row .field {
    width: unset;
  }
  .div_message_desk {
    width: 100%;
  }
  .div_message_desk .div_message {
    width: calc(100% - 40px);
    padding: 20px !important;
  }
  .div_message_desk .div_message img {
    width: 100%;
    height: auto;
    position: static !important;
    margin-bottom: 10px;
  }
  .div_message_desk .div_message h3 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .div_message_desk .div_message p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .div_message_desk .div_message .p_message_foot span {
    font-size: 2.6rem !important;
  }
  #div_staffmsg_desk {
    width: 100%;
  }
  #div_staffmsg_desk .div_staffmsg_card {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-right: 0px;
    clear: both;
  }
  #div_staffmsg_desk .div_staffmsg_card .div_greybox {
    width: calc(100% - 40px);
    height: inherit;
    padding: 20px;
    margin-top: 0px;
  }
  #div_staffmsg_desk .div_staffmsg_card .div_greybox p:not(.p_name) {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  #div_staffmsg_desk .div_staffmsg_card .div_greybox p.p_name::after {
    margin: 20px 0px 30px 0px;
  }
  #div_staffmsg_desk .div_staffmsg_card .div_greybox img {
    position: static;
    width: 40%;
    max-width: 100px;
    margin: 0px auto 0px auto;
    display: block;
    border-radius: 50%;
    float: right;
  }
  #related-companies .div_info_table {
    margin-top: 30px;
  }
  #related-companies .div_info_table .div_info_row {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 1.2rem;
    line-height: 2.6rem;
    display: flex;
    flex-direction: column;
  }
  #related-companies .div_info_table .div_info_row .field {
    width: 100%;
  }
  #access {
    overflow: unset;
  }
  #access .div_1126 {
    width: 100%;
    height: unset;
    overflow: unset;
  }
  #access .div_1126 .div_greybox div {
    padding: 20px;
  }
  #access .div_1126 .div_half_left {
    width: 100%;
    height: unset;
    float: none;
  }
  .div_position_card {
    width: calc(100% - 40px);
    height: unset;
    padding: 20px;
    overflow: unset;
    display: flex;
    flex-direction: column;
  }
  .div_position_card .div_position_names {
    width: 100%;
    height: unset;
    margin-bottom: 20px;
  }
  .div_position_card .div_position_names h3 {
    font-size: 1.4rem;
    line-height: 4rem;
  }
  .div_position_card .div_position_names h3::after {
    margin-bottom: 10px;
  }
  .div_position_card .div_position_detail {
    width: 100%;
    height: unset;
  }
  .div_position_card .div_position_detail .div_position_detail_content {
    width: 100%;
  }
  .div_position_card .div_position_detail .div_position_detail_content p {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  .div_position_card .div_position_detail .div_position_detail_img {
    display: none;
  }
  #section_contact .div_info_table {
    margin-top: 30px;
  }
  #section_contact .div_info_table .div_info_row {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 1.2rem;
    line-height: 2.6rem;
    display: flex;
    flex-direction: column;
  }
  #section_contact .div_info_table .div_info_row .field {
    width: 100% !important;
  }
  #section_contact .div_info_table select {
    width: 100%;
  }
  #section_contact .div_info_table input[type=email],
  #section_contact .div_info_table input[type=text],
  #section_contact .div_info_table input[type=tel],
  #section_contact .div_info_table textarea {
    width: calc(100% - 40px);
  }
  #section_mediacontent_desk {
    width: 100%;
  }
  #section_mediacontent_desk #div_mediacontent_desk {
    width: 100%;
  }
  #section_mediacontent_desk #div_mediacontent_desk .div_mediacontent_grid {
    width: 100%;
  }
  #section_mediacontent_desk #div_mediacontent_sidebar {
    width: calc(100% - 40px);
    margin-top: 30px;
    padding: 0px 20px;
    float: none;
  }
  #section_mediacontent_desk #div_mediacontent_sidebar .div_sidebar_section margin-b-60 {
    margin-bottom: 30px !important;
  }
  .div_seriesname {
    line-height: 3rem;
    font-size: 1.2rem;
    padding: 0px 20px;
  }
  .div_seriesname span {
    font-size: 1.8rem;
  }
  #div_magazine_cover {
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
  }
  .div_author {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .div_author .avatar {
    display: block;
    margin: 0px auto;
    float: none;
  }
  .div_author .author_description {
    max-width: 100%;
    margin-top: 20px;
  }
  .div_author .div_author_alsowritten {
    margin-left: 0px;
  }
  .div_author .div_author_alsowritten .head {
    margin-bottom: 10px;
  }
  .div_author .div_author_alsowritten .div_alsowritten_gridder {
    max-width: unset;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .div_product_category {
    flex-direction: column-reverse;
    height: unset !important;
  }
  .div_product_category .div_half_left {
    width: 100%;
    height: unset !important;
    float: none;
  }
  .div_product_category .div_half_left img {
    width: 100%;
  }
  .div_businessprod {
    height: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .div_businessprod .div_half_left {
    width: 100%;
  }
  .div_businessprod .div_greybox > div {
    padding: 30px;
  }
  .div_businessprod .image {
    width: 100%;
  }
  .div_productgroup_table {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=mobile.css.map */