@charset "UTF-8";
@font-face {
    font-family: "Roboto";
    font-weight: bold;
    font-style: italic;
    src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-MediumItali.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "grandam";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/grandam.ttf") format("truetype");
}

@font-face {
    font-family: "grandam";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/grandam.ttf") format("truetype");
}

html {
    font-size: calc(100vw / 192);
    color: var(--color-black1);
}

.vdl-v7mincho {
    font-family: vdl-v7mincho, sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.grandam {
    font-family: serif, sans-serif;
}

body {
    font-family: vdl-v7mincho, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

.sp-show {
    display: none;
}


.for-pc { display:block; }
.for-sp { display:none; }

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


.osagasi {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 340px;
    height: 75px;
    right: 100px;
    bottom: 100px;
    color: #fff;
    cursor: pointer;
    background: var(--color-main);
    border-radius: 100px;
    font-size: 18px;
    z-index: 2;
}

.osagasi img {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-right: 10px;
}

.header__nav_sp {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    /* background-color: #FFF; */
    width: 100%;
    z-index: 999;
}

#header.scrolled {
    background-color: #fff;
    color: var(--color-black1);
}

.onTop {
    display: block;
}

.scrolled .onTop {
    display: none;
}

.onScroll {
    display: none;
}

.scrolled .onScroll {
    display: block;
}

.afterScrollHeader {
    background-color: #fff;
}

.header__wrap {
    max-width: 1840px;
    width: 100%;
    margin: 0 auto;
    height: 90px;
}

.header__logo {
    max-width: 133px;
    min-width: 120px;
    margin-right: 35px;
    -webkit-flex-basis: 405px;
    flex-basis: 405px;
}

.headerLeft .header__logo {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header__nav.header__nav_pc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header__wrap.afterScrollHeader {
    transition: ease-out .3s;
    transform: translateY(-100%);
}

.scrolled .header__wrap.afterScrollHeader {
    transition: ease-in .2s;
    transform: translateY(0);
}

.header__wrap.beforeScrollHeader {
    margin-top: -90px;
}

.scrolled .header__wrap.beforeScrollHeader {
    display: none;
}

.headerLeft {
    display: flex;
    width: 525px;
    height: 100%;
}

.headerRight {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.header__nav.header__nav_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header__nav__list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    text-decoration: none;
    list-style: none;
    align-items: center;
    font-size: 15px;
    white-space: nowrap;
}

.header__nav__list__item {
    margin-right: 40px;
    position: relative;
}

.scrolled .header__nav__list__item.radiusBtn a:hover {
    color: var(--color-main);
    color: #FFF;
}

.header__nav__list__item.radiusBtn {
    background-color: var(--color-main);
    padding: 5px 15px;
    border-radius: 15px;
    color: #FFF;
}

.scrolled .header__nav__list__item.radiusBtn a {
    color: #FFF;
}

.langLinkWrap {
    display: flex;
    align-items: center;
}

.langLinkTitle {
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.header__nav__list.langLink .header__nav__list__item {
    margin-right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    color: #FFF;
}

.header__nav__list.langLink .header__nav__list__item.active {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.footer .header__nav__list.langLink .header__nav__list__item {
    border: 1px solid var(--color-black1);
}

.footer .header__nav__list.langLink .header__nav__list__item a {
    color: var(--color-black1);
}

.footer .header__nav__list.langLink .header__nav__list__item.active,
.footer .header__nav__list.langLink .header__nav__list__item:hover {
    background-color: var(--color-black1);
}

.footer .header__nav__list.langLink .header__nav__list__item.active a,
.footer .header__nav__list.langLink .header__nav__list__item:hover a {
    color: #FFF;
}

.header__nav__list.langLink .header__nav__list__item:not(:last-child) {
    border-right: 0px;
}

.header__nav__list.border {
    margin-left: 30px;
}

.header__nav__list.border .header__nav__list__item:not(:last-child) {
    border-right: 1px solid #FFF;
    padding-right: 20px;
    margin-right: 20px;
}

.header__nav__list__item a:hover {
    color: var(--color-gray1);
    transition: 0.2s;
}

.scrolled .header__nav__list__item a {
    color: var(--color-black1);
}

.scrolled .header__nav__list__item a:hover {
    color: var(--color-main);
}

.header__nav__list__item a {
    transition: 0.2s;
    color: #FFF;
}

.header_world {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.headerUnderline {
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    padding-bottom: 22px;
    padding-top: 2px;
}

.headerUnderline:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
}

.headerUnderline:before {
    right: -50px;
    /* border-right: 50px solid transparent; */
    border-bottom: 3px solid var(--color-main);
    transform: translateX(-100%);
    z-index: -1;
}

.headerUnderline:hover:before {
    transform: translateX(0%);
    transition: 0.3s ease-in-out;
}

.commonTitle.lg {
    font-size: 35px;
    line-height: 1.4;
}

.hoverColorGreen:hover {
    transition: 0.3s ease-in-out;
    color: var(--color-main);
}

.mainVisual .slideImg {
    height: 100vh;
    width: 100%;
    position: relative;
    object-fit: cover;
}

.virtualFactoryBtnWrap {
    padding: 36px 30px 30px 30px;
}

.virtualFactoryBtnWrap.noButton .hiddenText {
    font-size: 16px;
    margin-top: 0;
    color: #FFF;
    text-align: center;
    line-height: 1.4;
    transition: ease-out .3s;
    opacity: 0;
}

.virtualFactoryBtnWrap.noButton:hover .hiddenText {
    font-size: 16px;
    margin-top: 30px;
    transition: ease-in .2s;
    opacity: 1;
}

.mainVisual .virtualFactoryBtnWrap .logo {
    width: 90px;
    height: 24px;
    margin-bottom: 15px;
}

.mainVisual .virtualFactoryBtnWrap .virtualLogo {
    width: 160px;
    height: 72px;
    margin-bottom: 8px;
}

.mainVisual .virtualFactoryBtnWrap .eng {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 13px;
}

.mainVisual .virtualFactoryBtnWrap {
    position: absolute;
    bottom: 100px;
    /* left: 60px; */
    right: 166px;
    width: 260px;
    height: 255px;
    background: #FFF;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}

.noButton.virtualFactoryBtnWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.noButton.virtualFactoryBtnWrap .logo {
    margin-bottom: 18px;
}

.noButton.virtualFactoryBtnWrap .virtualLogo {
    margin-bottom: 20px;
}

.noButton.virtualFactoryBtnWrap .eng {
    padding: 3px 15px;
    color: #FFF;
    border-radius: 3px;
    background-color: var(--color-red1);
    font-size: 18px;
    font-weight: 200;
}

.mainVisual .text {
    position: absolute;
    color: #FFF;
    width: 443px;
    top: 55%;
    /* left: 21%; */
}

.mainVisualTextWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.mainVisualTextWrap .desc {
    font-size: 8.5rem;
    font-weight: 300;
    line-height: calc(70/55);
}

.mainVisualTextWrap .desc {
    font-size: 22px;
    line-height: calc(27.2/16);
    font-weight: 500;
    letter-spacing: 0.1em;
}

.mainVisualTextWrap .eng {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 30px;
}

.main {
    margin-top: 0px;
}

.mainVisualNewsWrap {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.6;
    color: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
    font-size: 1.5rem;
}

.mainVisualNewsWrap .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 109px;
    padding-left: 60px;
    padding-right: 60px;
}

.mainVisualNewsWrap .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainVisualNewsWrap .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #FFF;
    letter-spacing: 0.1em;
}

.mainVisualNewsWrap .date {
    font-size: 14px;
    line-height: 1.4;
    margin-right: 10px;
    letter-spacing: 0.1em;
}

.mainVisualNewsWrap .cate {
    background-color: #FFF;
    border-radius: 100px;
    color: #595656;
    font-size: 12px;
    line-height: 1.4;
    padding: 3px 13px;
    margin-right: 10px;
    letter-spacing: 0.1em;
}

.mainVisualNewsWrap .desc {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.mainVisualNewsWrap .toList {
    display: flex;
    align-items: center;
}

.mainVisualNewsWrap .toList i {
    margin-left: 10px;
}

.italic {
    font-style: italic;
}

.commonBtn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.7px;
    padding-right: 10px;
    padding-left: 10px;
}

.commonBtn1.radius5 {
    border-radius: 5px;
}

.justBlank {
    max-width: 1800px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: #fff;
    height: 60px;
    position: absolute;
    bottom: calc(0% - 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.indexTitleWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.indexTitleWrap.borderBottom {
    border-bottom: 1px solid var(--color-gray1);
    padding-bottom: 30px;
}

.indexTitleWrap .eng {
    font-size: 30px;
    line-height: 1.4;
}

.indexTitleWrap .jap {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}

.indexTitleWrap .link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexTitleWrap .link img {
    margin-right: 10px;
}

#sectionBusiness {
    padding-top: 200px;
    padding-bottom: 120px;
}

#sectionPickup {
    padding-top: 150px;
}

#sectionProducts {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: var(--color-gray2);
}

#sectionCompany {
    /* background: url(../img/top/bg_company.png); */
    background: url(../img/top/company.png);
    height: 650px;
    color: #FFF;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center center;
}

#sectionGreen {
    background: url(../img/top/bg_green.png);
    height: 650px;
    color: #FFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bannerSection .catch {
    font-size: 35px;
    line-height: 1.7;
}

.bannerSection .desc {
    font-size: 16px;
    line-height: 1.7;
}

.bannerLinksWrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.bannerLinksWrap .col {
    margin-right: 30px;
}

.bannerLinksWrap a {
    width: 180px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FFF;
}

.bannerLinksWrap a img {
    transition: ease-out .3s;
}

.bannerLinksWrap a:hover img {
    transition: ease-in .2s;
    transform: translateX(10px);
}

.commonBtn1.bgBlack1 {
    background-color: var(--color-black1);
    color: #FFF;
}

.commonBtn1.bgBlack2 {
    background-color: var(--color-black2);
    color: #FFF;
}

.commonBtn1.bgMain {
    background-color: var(--color-main);
    color: #FFF;
}

.fullWidth {
    width: 100%;
}

.w200 {
    width: 200px;
}

.w260 {
    width: 260px;
}

.w700 {
    width: 700px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.marginAlign {
    margin-right: auto;
    margin-left: auto;
}

.searchFormContainer {
    max-width: 1100px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.searchFormContainer .titleWrap {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 55px;
}

.searchFormContainer .titleWrap .eng {
    font-size: 14px;
    color: var(--color-main);
}

.searchFormContainer .titleWrap .jap {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--color-main);
}

.searchForm {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    max-width: 700px;
    display: flex;
    justify-content: space-between;
}

.searchForm .col {
    text-align: left;
}

.commonSelect {
    height: 50px;
    font-family: 'Noto Sans JP';
    padding: 15px;
    border-radius: 5px;
    border-color: #DDDDDD;
}

.searchForm .label {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.4;
}

.searchFormBtnWrap {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    max-width: 700px;
    display: flex;
}

.bgVirtual {
    /* background: url(../img/top/bg_virtual.png); */
    height: 800px;
    min-height: 700px;
}

.bgVirtual_flex {
    display: flex;
}

.posrel {
    position: relative;
}

.col2Wrap.business .col {
    margin-bottom: 60px;
}

.col2Wrap.business .image {
    height: 430px;
    margin-bottom: 20px;
}

.col2Wrap.business .image img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.col2Wrap.business .eng {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
}

.col2Wrap.business .jap {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.col2Wrap.business .desc {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.4;
}

.productCardsWrap .content {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 17px;
}

.productCardsWrap .card {
    max-width: 430px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.proItem .card .image {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.proItem .card .image:before {
    content: '';
    width: 100%;
    height: 30%;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    opacity: 0;
    z-index: 2;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    transition: ease-out .3s;
}

.proItem .card:hover .image:before {
    transition: ease-in .2s;
    opacity: 1;
}

.productCardsWrap .card .image img,
.sliderCase .card .image img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
}

.productCardsWrap .card .image .btnViewmore {
    border-radius: 10px;
    width: 30px;
    height: 30px;
}

.cateWrap {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.productCardsWrap .title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.productCardsWrap .image img {
    border-radius: 10px;
}

.productCardsWrap .card .commonText,
.card .desc {
    margin-bottom: 20px;
    height: 70px;
}

.sliderProducts .desc {
    font-size: 14px;
    line-height: 1.4;
}

.productCardsWrap .commonText {
    font-size: 1.5rem;
}

.cateWrap span,
.cateWrap a {
    width: auto;
    padding-right: 7px;
    padding-left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-black1);
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: lighter;
    height: 20px;
    color: #FFF;
}

.fwBold {
    font-weight: bold;
}

.fwMedium {
    font-weight: 500;
}

.fwLight {
    margin-top: 20px;
    font-weight: lighter;
}

.productCardsWrap .card .btnViewmore {
    width: auto;
    display: flex;
    margin-left: auto;
}

.col4Wrap.pickup .col {
    margin-bottom: 60px;
}

.col4Wrap.pickup .image {
    margin-bottom: 15px;
}

.col4Wrap.pickup .image img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.col4Wrap.pickup .title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
}

.col4Wrap.pickup .desc {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
}

.categoryImgContainer .row {
    display: flex;
    flex-wrap: wrap;
}

.categoryImgContainer .col.fb33 {
    flex-basis: 33.33%;
    width: 33.33%;
}

.categoryImgContainer .col {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.categoryImgContainer .col::before {
    content: ' ';
    background-color: rgba(1, 1, 1, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.categoryImgContainer.topSmall .col a.lg {
    height: 650px;
}

.categoryImgContainer .col a {
    display: block;
    width: 100%;
}

.categoryImgContainer .textWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    padding: 100px 105px;
    z-index: 3;
}

.categoryImgContainer .textWrap .eng {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.categoryImgContainer .textWrap .jap {
    font-size: 16px;
    line-height: 1.4;
}

.categoryImgContainer .col::before {
    content: '';
    background-color: rgba(1, 1, 1, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-out;
    z-index: 2;
}

.categoryImgContainer .col:hover::before {
    background-color: rgba(1, 1, 1, 0.1);
    transition: 0.2s ease-in;
}

.categoryImgContainer .col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transform: scale(1.05, 1.05);
    transition: 0.3s ease-out;
}

.categoryImgContainer .col:hover img {
    transform: scale(1, 1);
    transition: 0.2s ease-in;
}

.newsListWrap .row {
    margin-bottom: 45px;
}

.newsListWrap .row .up {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.newsListWrap .row time {
    font-size: 16px;
    margin-right: 10px;
}

.newsListWrap .row .cate {
    padding: 3px 13px;
    background-color: var(--color-gray3);
    border-radius: 10px;
}

.newsListWrap .row .desc {
    font-size: 14px;
    line-height: 1.4;
}

.onHoverBlue:hover {
    color: var(--color-main);
}

.col2Wrap.banner .col a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}

.col2Wrap.banner #virtual {
    background-color: var(--color-black2);
    transition: .2s;
}

.col2Wrap.banner #virtual:hover {
    background-color: var(--color-main);
    transition: .2s;
}

.col2Wrap.banner #virtual img {
    width: 400px;
    padding: 20px;
}

.col2Wrap.banner #contact {
    color: #FFF;
    background-color: var(--color-main);
    transition: .2s;
}

.col2Wrap.banner #contact:hover {
    background-color: var(--color-black2);
    transition: .2s;
}

.col2Wrap.banner #contact a {
    display: flex;
    flex-direction: column;
}

.col2Wrap.banner #contact .eng {
    font-size: 28px;
    margin-bottom: 5px;
}

.col2Wrap.banner #contact .jap {
    font-size: 16px;
}

footer {
    margin-top: 190px;
}

footer a:hover {
    color: var(--color-main);
}

.footerLinkArea {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--color-gray1);
}

.footerLinkArea .left {
    display: flex;
}

.footerLinkArea .footerLinkAreaBox:not(:last-child) {
    margin-right: 100px;
}

.footerLinkAreaLg {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 200;
    line-height: 1.4;
}

.footerLinkAreaLg.fwMedium {
    font-weight: 500;
    font-size: 16px;
}

.footerLinkAreaLg>a,
.footerLinkAreaSm>a {
    color: #404040;
    margin-bottom: 15px;
}

.homeLink {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeLink img {
    margin-right: 7px;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-gray1);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.to-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.to-top img {
    margin-right: 10px;
}

.copyRightWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.copyRightWrap .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyRightWrap .left .image {
    margin-right: 30px;
}

.copyRightWrap .left .copyRight {
    font-size: 12px;
    font-weight: 200;
    display: flex;
    gap: 0 25px;
}

.privacyLink {
    font-size: 12px;
    color: var(--color-black1);
}

.privacyLink:hover {
    color: #595656;
}

.lowerMainVisualImage {
    position: relative;
    height: 550px;
    width: 100px;
}

.lowerMainVisual .titleTextWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}

.lowerMainVisual .titleTextWrap .eng {
    font-size: 50px;
    line-height: 1.4;
}

.lowerMainVisual .titleTextWrap .jap {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}

.lowerMainVisualImage img {
    height: 650px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.pankuzuWrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    margin-bottom: 20px;
}

.pankuzuWrap div {
    margin-right: 10px;
}

.pankuzuWrap .homeIcon {
    margin-right: 7px;
}

.withSideBarContainer {
    max-width: 1006px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    margin-top: -100px;
    position: relative;
}

.mainContent {
    width: 700px;
    margin-right: auto;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 16%);
    border-radius: 20px;
    background-color: #fff;
}

.sideBar {
    width: 250px;
    margin-top: 23px;
}

.sideBar div {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 16%);
    background-color: #fff;
}

.lowerContent {
    margin-top: 160px;
}

.withSidebarContainer {
    display: flex;
}

.withSidebarContainer .TextWrap {
    max-width: 1040px;
    margin-right: 50px;
    width: calc(100% - 320px);
}

.withSidebarContainer .sidebar {
    width: 100%;
    max-width: 270px;
}

ul.menu {
    list-style: none;
    width: 270px;
    position: sticky;
    top: 120px;
    margin-top: 0px;
    margin-bottom: 30px;
}

ul.menu .list {
    /* color: #FFF; */
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    vertical-align: sub;
    /* background: var(--color-blue2); */
    clear: both;
    position: relative;
    line-height: 1.6;
}

ul.menu .list.dark a {
    background-color: #971011;
    color: #FFF;
}

ul.menu .lista {
    /* color: #FFF; */
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    vertical-align: sub;
    /* background: var(--color-blue2); */
    clear: both;
    position: relative;
    line-height: 1.6;
}

ul.menu .lista.dark a {
    background-color: #971011;
    color: #FFF;
}




ul.menu .list a {
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    width: 90%;
    height: 60px;
    background-color: #fff;
    border: 1px solid var(--color-grey2);
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #090000;
}

ul.menu .lista a {
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 1px solid var(--color-grey2);
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
}

ul.menu .list2 {
    /* color: #FFF; */
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 60px;
    vertical-align: sub;
    /* background: var(--color-blue2); */
    clear: both;
    position: relative;
    line-height: 1.6;
}

ul.menu .list2.dark a {
    background-color: #b2741d;
    color: #FFF;
}

ul.menu .list2 a {
    text-decoration: none;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 1px solid var(--color-grey2);
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #090000;
}




/*---------------スライドショー-----------------------*/

.slider {
    position: relative;
}

.slick-next:before {
    position: absolute;
    right: 40px;
    font-size: 70px !important;
}

.slick-prev:before {
    position: absolute;
    left: 70px;
    font-size: 70px !important;
}

.slick-prev:before,
.slick-next:before {
    top: -40px;
}

.slick-next.slick-arrow {
    right: 15px;
}

.globalMenuSp .slick-next:before {
    position: absolute;
    right: 0px;
    font-size: 40px !important;
    color: #707070;
}

.globalMenuSp .slick-prev:before {
    position: absolute;
    left: 0px;
    font-size: 40px !important;
    color: #707070;
}

.globalMenuSp .slick-prev:before,
.slick-prev:before {
    top: -40px;
}

.globalMenuSp .slick-next.slick-arrow {
    right: 15px;
}


/*---------------ここから-----------------------*/

.reserve_qr {
    border: 1px solid #999;
    padding-left: 5px;
}

.menuList {
    font-size: 1.4rem;
    margin-top: 5rem;
    padding: 3rem 5rem 3rem 5rem;
    border: 0.5rem solid #F5F5F5;
}

.menuListTop {
    display: flex;
    list-style-type: none;
}

.menuListText {
    margin-right: 4rem;
}

.Listmargin {
    margin-left: 1.2rem;
}

.setsumei {
    margin-bottom: 6rem;
    /* line-height: 2; */
}

.setsumei_last {
    line-height: 2;
}

.setsumei_Top {
    font-size: 2.5rem;
    padding: 0 5rem 3rem 0;
    font-weight: normal;
}

.setsumei_Text {
    padding-bottom: 2rem;
    color: #003CB4;
}

.setsumei_span {
    color: #595656;
}

.titleBorder_bottom {
    margin: 10rem 10rem 10rem 0;
    font-size: 2.5rem;
}

.titleBorder_bottom::after {
    content: "";
    display: block;
    width: 5.5rem;
    height: 0.3rem;
    margin-top: 1.5rem;
    background-color: #003CB4;
    bottom: 0;
    left: 0.1rem;
}


/*-------------製品一覧--------------*/

.seihinIchiran {
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    margin-bottom: 11.8rem;
}

.seihin {
    position: relative;
    margin-right: 3rem;
    margin-left: 0;
    margin-top: -4.5rem;
    padding: 1em;
    /* width: 40rem; */
    flex-basis: calc(33.333% - 3rem);
    margin: 0 1.5rem 1rem 1.5rem;
    height: 6rem;
    background-color: #fff;
    border: 1px solid #DDDDDD;
}

.seihin::before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 2rem;
    position: absolute;
    background-color: #003CB4;
    top: 1.5rem;
    left: -0.2rem;
}


/*------------------　-----------------------*/

.mc01 {
    display: flex;
    width: 100%rem;
    /* height: 36rem; */
    height: auto;
    margin-left: -15rem;
    margin-bottom: 6.2rem;
    /*-----background-image: url()-----*/
}

.mc01_1 {
    display: flex;
    width: 100%;
    height: 50rem;
    margin-left: -15rem;
    margin-bottom: 6.2rem;
}

.mc_img {
    width: 61.5rem;
    height: auto;
    /* background-color: #F5F5F5; */
}

.mc_img02 {
    width: 41.5rem;
}

.mc_img p {
    font-size: 1.4rem;
    margin: 17rem;
}

.text {
    width: 61.5rem;
    /* height: 11.6rem; */
    display: block;
    margin-left: 3rem;
}

.topText {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    /* font-size: 2rem; */
    font-size: 20px;
    font-weight: lighter;
}

.topText_number {
    font-size: 1.4rem;
    font-weight: normal;
    font-style: italic;
    margin-right: 0.5rem;
    color: #003CB4;
}

.botoom_Text {
    font-size: 1.4rem;
    line-height: 1.7;
}

.mc02 {
    width: 100%;
    /*height: 36rem;*/
    /* height: 30rem; */
    height: auto;
    display: flex;
    margin-right: 10rem;
    margin-bottom: 12rem;
    /*-----background-image: url()-----*/
}

.mc_img2 {
    width: 61.5rem;
    height: 36rem;
    /* background-color: #F5F5F5; */
}

.mc_img2 p {
    font-size: 1.4rem;
    margin: 17rem;
}

.text2 {
    display: block;
    /* width: 61.5rem; */
    width: 50%;
    /* height: 7.25rem; */
    margin-right: 3rem;
}

.topText2 {
    /* width: 61.5rem; */
    width: auto;
    /* height: 7.2rem; */
    font-weight: normal;
    font-size: 20px;
}

.topText span {
    font-family: "Roboto";
}

.botoom_Text2 {
    font-size: 1.4rem;
    line-height: 1.7;
}

.two_img {
    display: flex;
    margin-bottom: 22.3rem;
}

.left_img {
    width: 60.5rem;
    height: 80rem;
    background-color: #F5F5F5;
    /* margin-left: 2.5rem; */
    /*-----background-image: url()-----*/
}

.right_img {
    width: 60.5rem;
    height: 80rem;
    background-color: #F5F5F5;
    margin-right: 2.5rem
    /*-----background-image: url()-----*/
}

.right {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.7;
    background-color: #ffff;
    border-radius: 50%;
    margin-right: 0.4rem;
    border: 0.23rem solid #003CB4;
    color: #003CB4;
    text-align: center;
}

.seihin_imgText {
    margin-top: 28rem;
}

.seihin_img_6 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    margin-bottom: 20rem;
}

.seihin_img {
    width: 40rem;
    height: 26rem;
    margin-bottom: 2.5rem;
    background-color: #F5F5F5;
    /*-----background-image: url()-----*/
    flex-basis: calc(33.333% - 3rem);
    margin-left: 0;
    margin-right: 3rem;
    margin-bottom: 6rem;
}

.seihin_banner6 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    margin-bottom: 23.8rem;
}

.seihin_banner {
    width: 40rem;
    height: 20rem;
    margin-right: 3rem;
    margin-bottom: 2.5rem;
    background-color: #F5F5F5;
    flex-basis: calc(33.333% - 3rem);
    margin-left: 0;
    /*-----background-image: url()-----*/
}

.seihin_bannerText {
    font-size: 1.4rem;
    /*-----color: #FFFFFF;-----*/
    text-align: center;
    margin: 6.5rem;
    line-height: 1.7;
}

.seihin_bannerText span {
    font-size: 1.8rem;
}

.clean_room {
    width: 100%;
    height: 36rem;
    display: flex;
    margin-bottom: 10.2rem;
}

.clean_img {
    width: 61.5rem;
    height: 36rem;
    background-color: #F5F5F5;
    /*-----background-image: url()-----*/
}

.clean_text {
    width: 61.5rem;
    height: 21.2rem;
    line-height: 1.7;
    margin-left: 3rem;
    margin-top: 3rem;
}

.clean_topText {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 2.6rem;
}

.clean_img p {
    font-size: 1.4rem;
    margin: 17.2rem;
}

.insert {
    font-size: 2rem;
    position: relative;
    margin-right: 3rem;
    margin-left: 0;
    padding: 1em;
    margin-bottom: 18.6rem;
}

.insert_top {
    margin-bottom: 4rem;
}

.insert p {
    margin-left: -1rem;
}

.insert::before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 2rem;
    margin-top: 0.8rem;
    positi on: absolute;
    background-color: #003CB4;
    top: 1.5rem;
    left: -0.2rem;
}

.insert_suv {
    font-size: 2rem;
    /* width: 126.4rem; */
    width: 100%;
    height: 4rem;
    color: #003CB4;
    background-color: #F5F5F5;
    border-radius: 10rem;
    margin-bottom: 2rem;
    margin-bottom: 2rem;
}

.insert_suvText {
    padding-left: 2.7rem;
    padding-top: 0.9rem;
}

.insert_suv span {
    font-size: 1.6rem;
    margin-left: -1.2rem;
    color: #595656;
}

.insert_animation {
    width: 100%rem;
    height: 40.2rem;
    border: 0.1rem solid #DDDDDD;
}

.insert_animation p {
    font-size: 1.4rem;
    margin: 19.2rem;
}

.printer_title {
    margin-bottom: 1rem;
    margin-left: 4rem;
}

.printer_point {
    color: #003CB4;
    font-size: 2rem;
}

.printer_TopText {
    margin-left: -1.3rem;
    font-size: 1.6rem;
    color: #595656;
}

.printer {
    display: flex;
    margin-bottom: 8.1rem;
}

.printer_img {
    width: 60.5rem;
    height: 40.2rem;
    background-color: #F5F5F5;
    /*-----background-image: url()-----*/
}

.printer_img p {
    margin: 23rem;
}

.printer_imgText {
    display: block;
    line-height: 1.7;
}

.printer_block {
    margin: 0 auto;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-basis: calc(55.555% -1rem);
}

.sample_imgs {
    display: flex;
    margin: 0 auto;
    margin-bottom: 20.1rem;
    width: 100%rem;
    height: 20.4rem;
    flex-basis: calc(33.333% - 3rem);
}

.sample_block {
    display: block;
    margin-right: 3rem;
}

.sample_img {
    width: 22.8rem;
    height: 15.0rem;
    margin-bottom: 1rem;
    background-color: #F5F5F5;
    /*-----background-image: url()-----*/
}

.sample_img p {
    margin: 7rem;
}

.sample_imgText {
    width: 22.8rem;
    height: 4.3rem;
    line-height: 1.7;
}

.seihin_set {
    display: flex;
    width: 100%rem;
    height: 30.9rem;
    margin-bottom: 7.4rem;
    flex-basis: calc(33.3333% - 3rem);
}

.seihinset_img {
    /* width: 40.0rem; */
    /* height: 26.0rem; */
    margin-bottom: 2.5rem;
    background-color: #F5F5F5;
}

.seihin_set_block {
    display: block;
    margin-right: 3rem;
    flex-basis: calc(33.333% - 3rem);
    margin: 0 1.5rem 1rem 1.5re;
    height: 6rem;
}

.maruright {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.7;
    background-color: #ffff;
    border-radius: 50%;
    margin-right: 0.5rem;
    border: 0.23rem solid #003CB4;
    color: #003CB4;
    text-align: center;
}

.seihin_set_bottomText {
    margin-left: 1.5rem;
    width: 100%rem;
    height: 5.5rem;
    margin-bottom: 24.6rem;
}

.seihin_set_bottomText li {
    color: #003CB4;
    line-height: 1.7;
}

.seihin_set_bottomText span {
    color: #595656;
    margin-left: -1rem;
}

.plastic {
    width: 100%rem;
    height: 70.0rem;
    background-color: #F5F5F5;
    margin-bottom: 3rem;
}

.plastic_text {
    width: 100%rem;
    height: 13.0rem;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 10rem;
}

.plastic_topText {
    font-size: 2rem;
    margin-bottom: 2.6rem;
}

.Bioplastic {
    width: 100%rem;
    height: 50.0rem;
    background-color: #F5F5F5;
    margin-bottom: 3rem;
}

.Bioplastic_text {
    width: 100%rem;
    height: 13.0rem;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 10.0rem;
}

.Bioplastic_topText {
    font-size: 2rem;
    margin-bottom: 2.6rem;
}

.biomassPET {
    display: flex;
    margin-bottom: 8rem;
}

.biomassPET_img {
    width: 61.5rem;
    height: 70.0rem;
    background-color: #F5F5F5;
    /*-----background-image: url()-----*/
}

.biomassPET_text {
    width: 61.5rem;
    height: 10.2rem;
    line-height: 1.7;
    margin-left: 3rem;
    margin-top: 3rem;
}

.biomassPET_topText {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 2.6rem;
}

.biomassPET_img {
    font-size: 1.4rem;
}

.biomassPET2 {
    width: 100%rem;
    height: 36.0rem;
    display: flex;
    margin-bottom: 21.8rem;
}

.biomassPET2_img {
    width: 61.5rem;
    height: 36.0rem;
    background-color: #F5F5F5;
    /*-----background-image: url()-----*/
}

.biomassPET2_text {
    width: 61.5rem;
    height: 21.2rem;
    line-height: 1.7;
    margin-right: 3rem;
    margin-top: 3rem;
}

.biomassPET2_topText {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 2.6rem;
}

.biomassPET2_img {
    font-size: 1.4rem;
}

.biomassPlastic {
    width: 100%rem;
    height: 70.0rem;
    background-color: #F5F5F5;
    margin-bottom: 17.0rem;
}

.news {
    display: inline-block;
    width: 54.7rem;
    height: 15.0rem;
    margin-bottom: 17.8rem;
}

.news_Block {
    margin-bottom: 4rem;
    font-size: 16px;
}

.news_Top {
    margin-right: 1.4rem;
    margin-bottom: 1.6rem;
}

.news_Tsxt {
    line-height: 1.7;
    font-size: 16px;
}

.news_Top time {
    margin-right: 1.4rem;
    font-size: 14px;
}

.category {
    display: inline-block;
    padding: 0.2rem 2.5rem 0.3rem 1.3rem;
    background-color: #EEEEEE;
    border-radius: 10rem;
    font-size: 1.1rem;
    margin: 0 auto;
}

.suuji {
    display: flex;
    margin-bottom: 8.6rem;
    margin-left: 7.5rem;
}

.buttanIcon {
    width: 5rem;
    height: 5rem;
    text-align: center;
    margin-right: 1rem;
    padding: 2rem;
}

.buttan {
    width: 5rem;
    height: 5rem;
    border: 0.1rem solid #DDDDDD;
    text-align: center;
    margin-right: 1rem;
    padding: 2rem;
    border-radius: 50%;
}

.management {
    font-size: 3rem;
    line-height: 1.7;
}

.Philosophy {
    font-size: 1.6rem;
    margin-bottom: 8.5rem;
}

.management_block {
    margin-bottom: 0.6rem;
}

.management_text {
    font-size: 2.2rem;
    padding-top: 2.4rem;
    width: 100%rem;
    height: 8rem;
    margin-bottom: 2rem;
    background-color: #F5F5F5;
    border-radius: 0.8rem;
}

.management_text_number {
    font-size: 3rem;
    margin-right: 20rem;
    margin-left: 3rem;
    font-weight: bold;
    font-style: italic;
    color: #003CB4;
}

.Legal_compliance {
    width: 100%rem;
    height: 40.0rem;
    border: 0.1rem solid #DDDDDD;
    /* margin-bottom: 8.5rem; */
    margin-bottom: 0;
}

.Legal_compliance_border {
    width: 10.0rem;
    height: 0.3rem;
    background-color: #003CB4;
    margin: 0 auto;
}

.Legal_compliance_top {
    font-size: 2.2rem;
    text-align: center;
    color: #003CB4;
    margin-top: 4.2rem;
    margin-bottom: 2.2rem;
}

.Legal_compliance_suv {
    font-size: 1.6rem;
}

.Legal_compliance_bottom {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}

.compliance_text_number {
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    color: #003CB4;
    margin-right: 2rem;
}

.Legal_compliance_bottom_text {
    margin-bottom: 2rem;
}

.Legal_compliance_text {
    margin-left: 5rem;
}

.Legal_compliance_bottom_right {
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.7;
    margin-right: 5rem;
}

.overview {
    display: flex;
    padding: 2.4rem;
    border-bottom: 0.2rem solid #DDDDDD;
}

.overview_block {
    width: 20%;
}

.overview_block2 {
    width: 80%;
}

.overview_wrap {
    margin-bottom: 13.0rem;
}

.overview_img_block {
    display: flex;
    width: 100%rem;
    height: 25.0rem;
    margin-bottom: 5rem;
}

.overview_img_block2 {
    display: flex;
    width: 100%rem;
    height: 40.0rem;
    margin-bottom: 5rem;
}

.overview_name_right {
    margin-left: 17.2rem;
}

.overview_NIPPO_COright {
    margin-left: 14.4rem;
}

.overview_img {
    width: 41.0rem;
    height: 25.0rem;
    background-color: #F5F5F5;
    /*-----background-image: url()-----*/
}

.overview_text {
    width: 80.0rem;
    height: 19.7rem;
    line-height: 1.7;
    margin-left: 3rem;
    margin-top: 0.5rem;
}

.overview_text .text_red {
    color: #971011;
}

.overview_topText {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 1.1rem;
    font-weight: bold;
}

.overview_text2 {
    width: 100%;
    /*width: 80.0rem;*/
    height: 19.7rem;
    line-height: 1.7;
    margin-left: 3rem;
}
.overview_topText2{
    font-size: 2rem;
    font-weight: bold;
}

.overview_img {
    font-size: 1.4rem;
}

.overview_googleMap {
    width: 30rem;
    height: 3.5rem;
    background-color: #971011;
    border-radius: 3rem;
    margin-bottom: 30px;
}

.overview_googleMap.black {
    background: #000;
}

.overview_googleMap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.googleMap_text {
    font-size: 13px;
    color: #ffff;
    text-align: center;
    /* padding-top: 7px; */
}

.overview_Text_p {
    margin-bottom: 2.0rem;
}

.overview_bottom_text {
    margin-bottom: 1rem;
}

.browser {
    margin-left: 0.4rem;
}

.overview_bottom {
    margin-bottom: 11.2rem;
}

.overview_numberText {
    width: 100%rem;
    height: 5.3rem;
    border-bottom: 0.1rem solid #DDDDDD;
}

.overview_Text {
    display: flex;
    padding-top: 1.2rem;
}

.management_text_overview_bottom_number {
    font-size: 3rem;
    font-weight: normal;
    font-style: normal;
    margin-right: 5.36rem;
    margin-left: 2rem;
    color: #003CB4;
}

.iso {
    width: 103.6rem;
    height: 43.1rem;
}

.iso_block_img {
    width: 28.5rem;
    height: 40.1rem;
    /* background-color: #F5F5F5; */
    margin-bottom: 1.1rem;
}

.iso_block {
    display: flex;
    margin-left: 5rem;
}

.iso_block_img {
    margin-right: 5rem;
}

.iso_block_img {
    margin-bottom: 24.9rem;
}

.update {
    width: 100%33rem;
    height: 30.0rem;
    background-color: #F5F5F5;
    margin-bottom: 3.4rem;
}

.update_imgText_block {
    width: 40rem;
    height: 7.3rem;
    padding-top: 8.8rem;
    margin-left: 45.3rem;
}

.update_imgText {
    margin-left: 3.5rem;
}

.warning {
    font-size: 4.5rem;
    color: #FFF57E;
    margin-right: 1.2rem;
}

.iconText {
    font-size: 2.2rem;
    margin-bottom: 1.1rem;
}

.iconText_bottom {
    font-size: 1.4rem;
}

.midashi_text {
    font-size: 1.4rem;
    padding-top: 2.4rem;
}

.midashi_img_block {
    display: flex;
    width: 100%rem;
    height: 25.0rem;
    margin-bottom: 2rem;
}

.midashi_img {
    width: 60.5rem;
    height: 45.0rem;
    background-color: #F5F5F5;
    /*-----background-image: url()-----*/
}

.midashi_text {
    width: 60.5rem;
    height: 45.0rem;
    line-height: 1.7;
    margin-left: 5rem;
}

.midashi_toptext {
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 3.1rem;
}

.midashi_Text_p {
    margin-top: 3rem;
}

.midashi_img4 {
    width: 60.5rem;
    height: 14.0rem;
    background-color: #F5F5F5;
    margin-top: 22rem;
    margin-bottom: 8rem;
}

.img4_block {
    display: flex;
    padding-top: 2rem;
    margin-left: 5.8rem;
}

.img4_block_4 {
    width: 10rem;
    height: 10rem;
    background-color: #fff;
    margin-left: 2rem;
}

.item {
    margin-bottom: 17.3rem;
}

.item_block {
    width: 31.3rem;
    height: 4.5rem;
    background-color: #F5F5F5;
    border-radius: 4rem;
    margin: 0 auto;
}

.item_text {
    display: inline-block;
    margin-right: 2rem;
    font-size: 1.4rem;
    padding-top: 1.3rem;
}

.item_down {
    margin-left: 1rem;
    color: #003CB4;
}

.item_text_p {
    margin-left: 2.3rem;
}

.item_bottom_img {
    width: 100%rem;
    height: 45.0rem;
    background-color: #F5F5F5;
    margin-bottom: 10rem;
}

.inquiry {
    width: 85.0rem;
    height: 18.0rem;
    background-color: #F5F5F5;
}

.inquiry_block {
    display: flex;
}

.inquiry_text {
    width: 37.0rem;
    height: 6.5rem;
    margin: 0 auto;
    padding-top: 5rem;
    line-height: 1.7;
    margin-left: 5rem;
}

.inquiry_buttom {
    margin-top: 6rem;
    width: 35.0rem;
    height: 6rem;
    background-color: #003CB4;
    margin-right: 5rem;
}

.inquiry_buttom_text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    padding-top: 1.9rem;
}

.related_Links {
    width: 100%rem;
    height: 5rem;
    background-color: #003CB4;
    margin-top: 15.6rem;
    margin-bottom: 4rem;
}

.Links_text {
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    margin-left: 2.5rem;
    /* padding-top: 1.1rem; */
}

.related_Links_img {
    width: 61.5rem;
    height: 15.0rem;
    border: 0.1rem solid #DDDDDD;
    margin-bottom: 3rem;
    margin-right: 3rem;
}

.related_Links_img_text {
    width: 12.0rem;
    height: 12.0rem;
    background-color: #F5F5F5;
}

.relatedLinks_imgblock {
    display: flex;
}

.related_Linksimg_text_p {
    margin-left: 3.1rem;
    margin-top: 5rem;
    font-size: 1.4rem;
}

.Linksimg_textIcom {
    margin-right: 0.5rem;
    color: #003CB4;
}

.relatedLinks_imgblock {
    padding: 1.5rem;
}

.related_Links_img2 {
    display: flex;
}

.related_Links_img4 {
    margin-bottom: 130.1rem;
}


/*---------------ここから-----------------------*/

.TopBottom_border {
    width: 180.0rem;
    height: 7rem;
    background-color: #F5F5F5;
}

.common_h2 {
    font-size: 2rem;
    font-weight: bold;
    font-size: 5.1rem;
    margin-bottom: 6rem;
}

.commonTitle_suv {
    font-size: 2.5rem;
    height: 5.3rem;
    border-bottom: 0.1rem solid #F5F5F5;
    font-weight: bold;
    margin-bottom: 4.5rem;
}

.commonTitle_suv::after {
    content: "";
    display: block;
    width: 5.5rem;
    height: 0.3rem;
    margin-top: 2.5rem;
    background-color: #003CB4;
    bottom: 0;
    left: 0.1rem;
}

.commonTitle_suvText {
    line-height: 1.7;
    margin-bottom: 10rem;
}

.management_suv {
    font-size: 2.5rem;
    height: 5.3rem;
    border-bottom: 0.1rem solid #F5F5F5;
    font-weight: bold;
    margin-bottom: 4.5rem;
}

.management_suv2 {
    font-size: 2.5rem;
    height: 9.3rem;
    border-bottom: 0.1rem solid #F5F5F5;
    font-weight: bold;
    margin-bottom: 4.5rem;
}

.management_suv::after {
    content: "";
    display: block;
    width: 5.5rem;
    height: 0.3rem;
    margin-top: 2.5rem;
    background-color: #003CB4;
    bottom: 0;
    left: 0.1rem;
}

.management_imgBlock {
    height: 70rem;
    width: 100%;
    background-color: #F5F5F5;
    margin-bottom: 4rem;
}

.management_suvText {
    line-height: 1.7;
    margin-bottom: 10rem;
}

.management_img {
    width: 95.8rem;
    height: 39.4rem;
    border: 0.1rem solid #F5F5F5;
    padding: 19rem;
}

.management_imgBlock2 {
    height: 70rem;
    width: 100%;
    background-color: #F5F5F5;
    margin-bottom: 16.0rem;
}

.imgBlock2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13.0rem;
}

.management_img3 {
    width: 30rem;
    height: 40.2rem;
    margin-right: 4rem;
    margin-bottom: 2.1rem;
}


/*------------サイドバーなし---------------*/

.contentWrap {
    max-width: 1540px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.management_border {
    max-width: none;
    margin-bottom: 23.8rem;
    border: 0.1rem solid #DDDDDD;
}


/* .pickup {
width: 158.0rem;
height: 35.1rem;
display: flex;
} */

.pickup_blk {
    width: 38.0rem;
    height: 35.1rem;
    margin-right: 2rem;
    width: calc(25% – 15px);
}

.pickup_img4 {
    width: 38.0rem;
    height: 22.0rem;
    background-color: #F5F5F5;
    margin-bottom: 1.6rem;
}

.pickup_text_pTop {
    margin-bottom: 0.5rem;
}

.pickup_img4Text {
    text-align: center;
    padding-top: 11.0rem;
}

.videoWrap.over {
    position: relative;
}

.videoWrap {
    height: 100vh;
}

.objImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.videoWrap.over:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1530px) {
    .headerRight {
        justify-content: end;
        flex-wrap: wrap;
    }
    .header__nav__list .header__nav__list__item:last-child {
        margin-right: 0;
    }
    .header__nav__list__item {
        margin-right: 25px;
    }
    .header__nav__list.border {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1420px) {
    html {
        font-size: calc(100vw / 142);
    }
}


/* @media screen and (max-width: 991px) { */

@media screen and (max-width: 1229px) {
    .sp-hide {
        display: none;
    }
    .sp-show {
        display: block;
    }
    .header__nav_sp {
        display: block;
    }
    .header__nav.header__nav_pc {
        display: none;
    }
    .header__wrap {
        height: 60px;
        align-items: center;
        display: flex;
    }
    .header__logo {
        max-width: 133px;
        margin-left: 10px;
    }
    .main {
        /* margin-top: 60px; */
    }
    .mainVisual .slideImg {
        height: 100vh;
    }
    .mainVisual .text {
        padding-left: 0;
        left: 0%;
    }
    .mainVisualTextWrap .mainTitle {
        font-size: 27px;
    }
    .mainVisualTextWrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .osagasi {
        bottom: 5%;
        right: 20px;
        width: 300px;
        height: 60px;
    }
    .mainVisualTextWrap .mainTitle {
        font-size: 60px;
    }
    .mainVisual .text {
        top: 45%;
        width: 50%;
    }
    .mainVisual .virtualFactoryBtnWrap {
        bottom: 160px;
        /* left: calc(50% - 127px); */
    }
    .mainVisualNewsWrap .row {
        flex-basis: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        flex-wrap: wrap;
    }
    .mainVisualNewsWrap .title {
        padding-right: 10px;
        margin-right: 10px;
    }
    .mainVisualNewsWrap .col {
        flex-wrap: wrap;
    }
    .mainVisualNewsWrap .col .desc {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .virtualFactoryBtnWrap {
        padding: 36px 0px 30px 0px;
        text-align: center;
    }
    #sectionBusiness {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .headerBottomMenuArea {
        width: 100%;
        height: auto;
        padding: 0;
        display: block;
        margin-bottom: 0;
    }
    .headerBottomMenuAreaLink {
        padding: 15px 20px;
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 2px solid #EEE;
        font-size: 12px;
    }
    .spLinkAlc {
        position: relative;
    }
    .spLinkAlc:before {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .spLinkAlc:before,
    .spLinkAlc:after {
        content: "";
        background-color: var(--color-main);
        position: absolute;
        right: 15px;
        width: 17px;
        height: 2px;
        transition: .2s;
    }
    .scopen .spLinkAlc:before {
        transform: rotate(-180deg);
        transition: .2s;
    }
    .scopen .spLinkAlc:after {
        top: 49%;
        margin: auto;
        transform: rotate(-180deg);
        transition: .2s;
    }
    .spLinkAlc:after {
        transform: rotate(-90deg);
        top: 49%;
    }
    .spLinkAlc:before,
    .spLinkAlc:after {
        content: "";
        background-color: var(--color-main);
        position: absolute;
        right: 15px;
        width: 17px;
        height: 2px;
        transition: .2s;
    }
    .headerBottomMenuAreaLinkSp {
        display: block;
        text-decoration: none;
        margin-bottom: 20px;
        color: #707070;
        white-space: pre;
        font-size: 11px;
    }
    .headerBottomMenuAreaLinkSp>i {
        color: var(--color-main);
    }
    .headerBottomMenuAreaLinkSpWrap {
        padding: 35px 25px 15px 25px;
    }
    .copyRightWrap {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .copyRightWrap .left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-basis: 100%;
    }
    .categoryImgContainer .col.fb33 {
        flex-basis: 100%;
        width: 100%;
    }
    .categoryImgContainer.topSmall .col a.lg {
        height: 280px;
    }
    #sectionCompany {
        height: 650px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #sectionGreen {
        height: 650px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .categoryImgContainer .textWrap {
        padding: 100px 30px;
        justify-content: center;
    }
    #sectionPickup {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #sectionProducts {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col2Wrap.business .image {
        height: auto;
    }
    .noButton.virtualFactoryBtnWrap {
        position: absolute;
        top: 38%;
    }
    .indexTitleWrap {
        margin-bottom: 30px;
    }
    .bannerLinksWrap {
        margin-bottom: 0px;
    }
    .bannerLinksWrap .col {
        margin-right: 10px;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: calc(100vw / 150);
    }
    .contentWrap {
        width: 100%;
        max-width: none;
    }
    .sidebar {
        width: 100%;
        max-width: none;
    }
    .searchForm {
        flex-wrap: wrap;
    }
    .searchForm .col {
        text-align: left;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .searchFormContainer {
        padding: unset;
    }
    .searchFormContainer .titleWrap {
        padding: 30px 10px;
    }
    .w260 {
        width: 100%;
    }
    .w200 {
        width: 100%;
    }
    .searchForm .commonBtn1.bgBlack2 {
        margin-top: 10px;
    }
    .osagasi {
        bottom: 2%;
        right: 20px;
        width: 220px;
        height: 40px;
        font-size: 12px;
    }
    .osagasi img {
        width: 25px;
        height: 25px;
    }
    .withSidebarContainer {
        width: 100%;
        max-width: none;
        flex-wrap: wrap;
    }
    .sidebar {
        flex-basis: 100%;
        order: 2;
    }
    .TextWrap {
        flex-basis: 100%;
        order: 1;
    }
    .menuListTop {
        display: block;
    }
    .menuList {
        line-height: 1.7;
        font-size: 4.2rem;
        border-style: none;
    }
    .setsumei_Top {
        font-size: 3rem;
        margin-bottom: 4.5rem;
    }
    .setsumei {
        font-size: 3rem;
    }
    .titleBorder_bottom {
        font-size: 4rem;
    }
    .titleBorder_bottom::after {
        border: 0.5rem
    }
    .seihinIchiran {
        flex-wrap: wrap;
    }
    .seihin::before {
        margin: 2rem 0;
        padding-top: 4rem;
    }
    .seihin {
        font-size: 2em;
        padding-top: 4rem;
        height: 10rem;
        flex-basis: 100%;
    }
    .mc01 {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0;
        margin-bottom: 50rem;
    }
    .mc_img {
        text-align: center;
        /* height: 45rem; */
        height: auto;
        flex-basis: 100%;
    }
    .mc_img p {
        padding: 4rem;
        font-size: 3rem;
    }
    .text {
        width: 100%;
        font-size: 3rem;
        line-height: 1.7;
    }
    .topText_number {
        font-size: 3.5rem;
    }
    .topText {
        font-size: 3rem;
    }
    .botoom_Text {
        font-size: 3rem;
    }
    .mc02 {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 35rem;
    }
    .mc_img2 {
        text-align: center;
        height: 45rem;
        flex-basis: 100%;
        margin-bottom: 5rem;
    }
    .mc_img2 p {
        font-size: 3rem;
        padding: 4rem;
    }
    .topText2 {
        font-size: 3rem;
    }
    .botoom_Text2 {
        font-size: 2.5rem;
    }
	.overview_Text2 {
	    width: 100%;
	    line-height: 1.2;
    }
    .text2 {
        flex-basis: 100%;
        order: 2;
        margin-left: 4rem;
    }
    .botoom_Text {
        line-height: 1.7;
    }
    .two_img {
        justify-content: center;
        flex-wrap: wrap;
    }
    .right_img {
        flex-basis: 70%;
        order: 2;
        margin-right: 0;
    }
    .left_img {
        flex-basis: 70%;
        margin-bottom: 10rem;
    }
    .seihin_img_6 {
        flex-wrap: wrap;
    }
    .right {
        margin-right: 2rem;
        width: 3rem;
        height: 3rem;
        font-size: 3.5rem;
        line-height: 0.8;
    }
    .seihin_img {
        height: 40.0rem;
        margin-bottom: 10rem;
        flex-basis: calc(50.000% - 3rem);
    }
    .seihin_imgText {
        font-size: 3rem;
        margin-top: 42rem;
    }
    .seihin_banner6 {
        flex-wrap: wrap;
    }
    .seihin_banner {
        height: 40rem;
        flex-basis: calc(50.000% - 3rem)
    }
    .seihin_bannerText {
        font-size: 3rem;
        padding: 10rem;
        line-height: 1.5;
    }
    .clean_room {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 55rem;
    }
    .clean_img {
        height: 50rem;
        text-align: center;
        flex-basis: 100%;
    }
    .clean_topText {
        font-size: 3rem;
    }
    .clean_text {
        font-size: 3rem;
        line-height: 1.7;
        flex-basis: 100%;
    }
    .insert::before {
        width: 0.7rem;
        height: 4rem;
    }
    .insert_suv {
        height: 6.5rem;
        font-size: 3.5rem;
    }
    .insert_animation p {
        font-size: 3rem;
    }
    .insert_suvText span {
        font-size: 3rem;
    }
    .printer {
        flex-wrap: wrap;
    }
    .printer_block {
        flex-basis: 50%;
    }
    .printer_img {
        width: 95%;
        margin-bottom: 3rem;
    }
    .printer_imgText {
        width: 90%;
        font-size: 3rem;
    }
    .printer_img_p {
        padding: 1rem;
        font-size: 3rem;
    }
    .printer_point {
        margin-bottom: 3rem;
    }
    .printer_imgText {
        line-height: 1.7;
    }
    .sample_imgs {
        width: auto;
        margin-bottom: 80rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sample_block {
        margin-bottom: 10rem;
        flex-basis: calc(33.333% - 3rem)
    }
    .sample_img {
        width: 98%;
        height: 30rem;
        margin-bottom: 3rem;
    }
    .sample_imgText {
        font-size: 3rem;
        line-height: 1.7;
    }
    .sample_img_p {
        padding: 8rem;
        font-size: 3rem;
    }
    .insert_top {
        font-size: 3.5rem;
    }
    .insert_suv {
        width: 100%;
    }
    .insert_animation {
        text-align: center;
        width: 100%;
    }
    .printer_title li {
        font-size: 3rem;
    }
    .printer_title span {
        font-size: 3rem;
    }
    .sample_imgText {
        width: auto;
        line-height: 1.7;
    }
    .seihin_set {
        margin-bottom: 12rem;
        width: 100%;
    }
    .seihinset_imgText {
        font-size: 2.5rem;
    }
    .maruright {
        margin-right: 2rem;
        width: 3.5rem;
        height: 3.5rem;
        font-size: 3.5rem;
        line-height: 0.9;
    }
    .seihinset_img {
        height: 30rem;
        width: 100%;
    }
    .seihin_set_bottomText {
        font-size: 3rem;
        margin-bottom: 10rem;
    }
    .plastic_topText {
        font-size: 3rem;
    }
    .plastic {
        width: 100%;
    }
    .plastic_text {
        font-size: 3rem;
        width: 100%;
        line-height: 1.7;
        margin-bottom: 25rem;
    }
    .Bioplastic {
        width: 100%;
    }
    .Bioplastic_text {
        font-size: 3rem;
        width: 100%;
        line-height: 1.7;
        margin-bottom: 35rem;
    }
    .Bioplastic_topText {
        font-size: 3rem;
    }
    .biomassPET {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 15rem;
    }
    .biomassPET_text {
        font-size: 3rem;
        line-height: 1.7;
        flex-basis: 100%;
    }
    .biomassPET_topText {
        font-size: 3rem;
    }
    .biomassPET_img {
        width: 100%;
    }
    .biomassPET2 {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
        margin-bottom: 55rem;
    }
    .biomassPET2_text {
        font-size: 3rem;
        line-height: 1.7;
        flex-basis: 100%;
        order: 2;
    }
    .biomassPET2_img {
        width: 100%;
        order: 1;
    }
    .biomassPET2_topText {
        font-size: 3rem;
    }
    .biomassPlastic {
        margin-bottom: 10rem;
        width: 100%;
    }
    .news_Block {
        font-size: 3rem;
        line-height: 1.7;
    }
    .news {
        margin-bottom: 30rem;
    }
    .news_Tsxt {
        line-height: 1.7;
    }
    .suuji {
        justify-content: center;
    }
    .buttanIcon {
        width: 7rem;
        height: 7rem;
        padding: 2rem;
    }
    .buttan {
        width: 7rem;
        height: 7rem;
        padding: 2rem;
    }
    .management_text {
        font-size: 3rem;
        padding-left: 5rem;
        width: 100%;
    }
    .management {
        line-height: 1.3;
        font-size: 4rem;
    }
    .management_text_number {
        margin-right: 20rem;
        font-size: 4rem;
    }
    .management_block {
        margin-bottom: 7rem;
    }
    .Philosophy {
        font-size: 2.8rem;
    }
    .Legal_compliance {
        height: 50rem;
        width: 100%;
    }
    .Legal_compliance_top {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .Legal_compliance_suv {
        margin-bottom: 2rem;
        font-size: 3rem;
    }
    .Legal_compliance_bottom {
        margin-bottom: 5rem;
        font-size: 2.5rem;
    }
    .Legal_compliance_bottom_right {
        font-size: 2.5rem;
    }
    .overview_block {
        font-size: 3rem;
    }
    .overview_block2 {
        line-height: 1.7;
        font-size: 3rem;
    }
    .overview_img_block {
        width: 100%;
        margin-bottom: 75rem;
        flex-wrap: wrap;
    }
    .overview_topText {
        font-size: 3rem;
    }
    .overview_text {
        margin-bottom: 50rem;
        font-size: 2.8rem;
        line-height: 1.7;
        flex-basis: 100%;
    }
    .overview_img {
        margin-bottom: 5rem;
        height: 50rem;
        width: 100%;
    }
    .overview_googleMap {
        width: 21.5rem;
        height: 4.1rem;
    }
    .overview_bottom {
        width: 100%;
    }
    .overview_numberText {
        font-size: 2.6rem;
        width: 100%;
        margin-bottom: 3rem;
    }
    .iso_block {
        height: 100rem;
        justify-content: center;
    }
    .iso_block_img {
        flex-basis: calc(33.333% - 3rem);
    }
    .iso_block_img {
        height: 80rem;
    }
    .iso_text {
        font-size: 3rem;
        margin-top: 40rem;
    }
    .update {
        height: 40rem;
        margin-bottom: 10rem;
    }
    .update_imgText_block {
        width: 100%;
        line-height: 1.7;
        text-align: center;
        margin: 0 auto;
        padding-top: 13rem;
    }
    .midashi_img_block {
        width: auto;
        margin-bottom: 70rem;
        flex-wrap: wrap;
    }
    .midashi_img {
        height: 50rem;
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 5rem;
    }
    .midashi_text {
        line-height: 1.7;
        font-size: 3rem;
        flex-basis: 100%;
    }
    .midashi_toptext {
        font-size: 3rem;
    }
    .midashi_img4 {
        height: 30rem;
        width: 100%;
    }
    .img4_block {
        margin: 0 auto;
        padding: 5rem;
    }
    .img4_block_4 {
        height: 20rem;
        flex-basis: 40%;
    }
    .item_block {
        height: 6rem;
        width: 40%;
    }
    .item_text {
        font-size: 3rem;
        padding-left: 2.3rem;
    }
    .item_bottom_img {
        height: 60rem;
        width: 100%;
    }
    .inquiry {
        height: 28rem;
        width: 100%;
    }
    .inquiry_text {
        font-size: 2.8rem;
        line-height: 1.7;
        width: 46%;
    }
    .inquiry_buttom {
        align-items: center;
        height: 10rem;
        width: 43%;
    }
    .inquiry_buttom_text {
        font-size: 3rem;
        padding: 3rem;
    }
    .related_Links {
        height: 9.5rem;
        width: 100%;
    }
    .Links_text {
        font-size: 3.5rem;
    }
    .related_Links_img4 {
        flex-wrap: wrap;
    }
    .related_Links_img {
        flex-basis: 100%;
    }
    .related_Linksimg_text_p {
        font-size: 3rem;
    }
}

@media screen and (max-width: 500px) {
    html {
        font-size: calc(100vw / 150);
    }
    .mainVisualTextWrap .mainTitle {
        font-size: 35px;
    }
    .titleBorder_bottom::after {
        width: 9rem;
    }
    .titleBorder_bottom {
        font-size: 7rem;
    }
    .mc01 {
        margin-bottom: 100rem;
    }
    .mc_img {
        margin-bottom: 5rem;
        height: 55rem;
    }
    .botoom_Text {
        line-height: 1.7;
    }
    .mc02 {
        margin-bottom: 50rem;
    }
    .mc_img2 {
        height: 55rem;
    }
    .right {
        margin-right: 2rem;
        width: 4.5rem;
        height: 4.5rem;
        font-size: 4.5rem;
        line-height: 0.9;
    }
    .seihin_banner6 {
        display: block;
    }
    .seihin_banner {
        height: 50rem;
        width: 100%;
    }
    .seihin_bannerText {
        font-size: 4.8rem;
        padding: 9rem;
        line-height: 1.7;
    }
    .clean_room {
        margin-bottom: 120rem;
    }
    .clean_img {
        height: 60rem;
    }
    .clean_text {
        font-size: 4.8rem;
        line-height: 1.7;
    }
    .insert_animation {
        height: 60rem;
    }
    .printer_title {
        margin-bottom: 3rem;
    }
    .printer_imgText {
        line-height: 1.7;
    }
    .sample_imgText {
        line-height: 1.7;
    }
    .sample_block {
        margin-bottom: 13rem;
    }
    .seihin_set {
        display: block;
        margin-bottom: 190rem;
    }
    .seihin_set_block {
        margin-bottom: 67rem;
    }
    .seihinset_img {
        height: 60rem;
    }
    .maruright {
        margin-right: 2rem;
        width: 4.2rem;
        height: 4.2rem;
        font-size: 4.5rem;
        line-height: 0.8;
    }
    .seihin_set_bottomTex {
        width: 100%;
    }
    .plastic_text {
        margin-bottom: 95rem;
    }
    .plastic_topText {
        font-size: 5rem;
        margin-bottom: 8rem;
    }
    .plastic_suvText {
        font-size: 4.8rem;
        line-height: 1.7;
    }
    .Bioplastic_topText {
        font-size: 5rem;
        margin-bottom: 8rem;
    }
    .Bioplastic_text {
        margin-bottom: 95rem;
    }
    .qcs {
        margin-bottom: 35rem;
    }
    .Bioplastic_suvText {
        font-size: 4.8rem;
        line-height: 1.7;
    }
    .biomassPET {
        margin-bottom: 40rem;
    }
    .biomassPET_topText {
        width: 100%;
        font-size: 5rem;
        margin-bottom: 6rem;
    }
    .biomassPET_Text {
        font-size: 4.8rem;
    }
    .biomassPET2_topText {
        font-size: 5rem;
        margin-bottom: 6rem;
    }
    .biomassPET2 {
        width: 100%;
        margin-bottom: 150rem;
    }
    .biomassPET_Text {
        line-height: 1.7;
    }
    .biomassPET2_Text {
        font-size: 4.8rem;
        line-height: 1.7;
    }
    .biomassPET_img {
        height: 100rem;
        width: 100%;
        margin-bottom: 4rem;
    }
    .biomassPET2_img {
        height: 70rem;
        width: 100%;
        margin-bottom: 4rem;
    }
    .biomassPlastic {
        width: 100%;
        height: 80rem;
    }
    .news {
        width: 100%;
    }
    .news_Tsxt {
        font-size: 4.8rem;
        line-height: 1.7;
    }
    .news_Block {
        margin-bottom: 8rem;
    }
    .news_Top {
        font-size: 4.8rem;
    }
    .suuji {
        margin-top: 8rem;
    }
    .buttanIcon {
        font-size: 2rem;
        padding: 1.7rem;
        width: 8rem;
        height: 8rem;
    }
    .buttan {
        padding: 1.7rem;
        width: 8rem;
        height: 8rem;
    }
    .management {
        font-size: 4.8rem;
        line-height: 1.7;
    }
    .management_block {
        margin-bottom: 6rem;
    }
    .management_text {
        font-size: 3.8rem;
        height: 8rem;
        margin-bottom: 4.8rem;
    }
    .management_text_number {
        margin-right: 5rem;
    }
    .Legal_compliance {
        height: 95rem;
    }
    .Legal_compliance_suv {
        margin-bottom: 4rem;
    }
    .Legal_compliance_top {
        margin-bottom: 9rem;
        font-size: 4.8rem;
    }
    .compliance_text_number {
        font-size: 4rem;
    }
    .Legal_compliance_bottom_text {
        line-height: 1.6;
        font-size: 4rem
    }
    .Legal_compliance_suv {
        font-size: 4rem;
    }
    .Legal_compliance_bottom_right {
        font-size: 3.5rem;
        line-height: 1.7;
    }
    .Legal_compliance_bottom {
        width: 95%;
    }
    .overview_block {
        width: 30%;
        font-size: 4.8rem;
    }
    .overview_block2 {
        line-height: 1.7;
        font-size: 4.8rem;
    }
    .overview_img_block {
        margin-bottom: 130rem;
    }
    .overview_topText {
        font-size: 4.8rem;
    }
   .overview_topText2{
       font-size: 7rem;
   }

    .overview_img {
        height: 60rem;
    }
    .overview_Text {
        font-size: 4.8rem;
        line-height: 1.7;
    }
    .overview_googleMap {
        width: 33rem;
        height: 8rem;
    }
    .googleMap_text {
        font-size: 4rem;
    }
    .overview_bottom {
        margin-bottom: 20rem;
    }
    .overview_numberText {
        height: 80rem;
    }
    .overview_numberText {
        line-height: 1.7;
        width: 100%;
        height: 25rem;
        font-size: 4.8rem;
        margin-bottom: 15rem;
    }
    .iso_block {
        display: block;
        margin-bottom: 350rem;
    }
    .iso_block_img {
        height: 120rem;
        width: 100%;
    }
    .iso_Textbox {
        font-size: 4.8rem;
        margin-top: 80rem;
    }
    .management_text_overview_bottom_number {
        font-size: 4.8rem;
    }
    .midashi_img {
        height: 65rem;
    }
    .midashi_img_block {
        margin-bottom: 130rem;
    }
    .midashi_toptext {
        font-size: 5rem;
    }
    .midashi_Text {
        font-size: 4.8rem;
        line-height: 1.7;
    }
    .item_block {
        width: 55%;
    }
    .item_down {
        margin-left: 2.5rem;
    }
    .item_text_p {
        font-size: 4rem;
        text-align: center;
    }
    .inquiry_block {
        display: block;
    }
    .inquiry_text {
        font-size: 4rem;
        margin: 0 auto;
        width: 85%;
        margin-bottom: 25rem;
    }
    .inquiry_buttom_text {
        font-size: 4rem;
    }
    .inquiry {
        height: 50rem;
    }
    .inquiry_buttom {
        margin: 0 auto;
        width: 70%;
    }
    .related_Links {
        height: 12.5rem;
    }
    .Links_text {
        font-size: 5rem;
    }
    .update_imgText_block {
        width: auto;
        line-height: 1;
        padding: 13rem;
    }
    .iconText {
        margin-bottom: 6rem;
    }
    .seihin::before {
        padding-top: 1.5rem;
    }
    .seihin {
        padding-top: 2.5rem;
    }
    .menuListText {
        font-size: 6rem;
    }
    .setsumei_Top {
        line-height: 1.7;
        margin-bottom: 3rem;
        font-size: 6rem;
    }
    .setsumei_Text {
        line-height: 1.7;
        font-size: 4.8rem;
    }
    .topText2 {
        margin-bottom: 3rem;
        width: 100%;
        font-size: 4.8rem;
    }
    .botoom_Text2 {
        font-size: 4.8rem;
    }
    .seihinIchiran {
        display: block;
        width: 100%;
    }
    .seihin {
        padding-top: 3.5rem;
        font-size: 5rem;
        height: 15rem;
    }
    .seihin::before {
        width: 1rem;
        height: 5.5rem;
    }
    .topText_number {
        font-size: 6rem;
    }
    .topText {
        margin-bottom: 6rem;
        font-size: 5rem;
    }
    .botoom_Text {
        line-height: 1.4;
        font-size: 4.8rem;
    }
    .seihin_img_6 {
        display: block;
    }
    .seihin_imgText {
        margin-top: 62rem;
        font-size: 4.8rem;
    }
    .seihin_img {
        margin-bottom: 15rem;
        height: 60rem;
        width: 100%;
    }
    .clean_topText {
        font-size: 5.5rem;
        margin-bottom: 3rem;
    }
    .clean_botoom_Text {
        line-height: 1.7;
        font-size: 4.8rem;
    }
    .insert_top {
        line-height: 1.5;
        margin-left: 3rem;
        font-size: 5rem;
    }
    .insert_suv {
        font-size: 5rem;
    }
    .insert::before {
        width: 1rem;
        height: 5rem;
    }
    .insert_suv {
        margin-bottom: 5rem;
        height: 8rem;
    }
    .insert_suv span {
        font-size: 4rem;
    }
    .printer {
        margin-bottom: 20rem;
    }
    .printer_point {
        font-size: 6rem;
    }
    .printer_TopText {
        font-size: 6rem;
    }
    .printer_img_p {
        text-align: center;
        font-size: 4.8rem;
    }
    .printer_imgText {
        font-size: 4.8rem;
    }
    .printer_block {
        flex-basis: 100%;
        margin-bottom: 5rem;
    }
    .printer_title li {
        font-size: 6rem;
    }
    .printer_title span {
        font-size: 5rem;
    }
    .seihinset_imgText {
        font-size: 4.8rem;
    }
    .seihin_set_bottomText {
        width: 100%;
        font-size: 4.8rem;
        margin-bottom: 30rem;
    }
    .set_bottomText {
        margin-bottom: 3rem;
    }
    .sample_imgs {
        width: 100%;
        display: block;
        margin-bottom: 350rem;
    }
    .sample_block {
        margin-bottom: 10rem;
    }
    .sample_img {
        height: 55rem;
    }
    .sample_img_p {
        padding: 17rem;
        text-align: center;
        font-size: 4.8rem;
    }
    .sample_imgText {
        font-size: 4.8rem;
    }
    .inquiry_buttom {
        flex-basis: 100%;
    }
    /*    .slick-prev:before,
    .slick-next:before {
        display: none;
    }*/
    /* .his_p>br {
        display: none;
    } */
}


/*******************
* 追加部分
****************/


/***************************
*   template_noSidebar_parts
****************************/

.noSideBarWrap {
    /* max-width: 100%; */
    padding: 0;
}

.mc01_noSideBar {
    margin-left: 0;
}

.seihin_img_6_noSidebar {
    justify-content: space-between;
    margin: 0 0 20rem 0;
}

.seihin_img_noSidebar {
    margin-right: 0;
}

.insert_noSidebar {
    padding: 0;
}

.insert::before {
    width: 0;
    height: 0;
    margin: 0;
    position: inherit;
    background-color: inherit;
    top: 0;
    left: 0;
}

.insert_top::before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 2rem;
    margin-top: 0.8rem;
    position: absolute;
    background-color: #003CB4;
    top: 1.3rem;
    left: 0;
}

.insert_top {
    margin-left: 2rem;
}

.printer_title_noSidebar {
    margin-left: 0;
}

.printer_noSidebar {
    justify-content: space-between;
    gap: 2rem;
}

.printer_block_noSidebar {
    margin: 0;
    width: 100%;
}

.seihin_set_bottomText_noSidebar {
    margin-left: 0;
}

.suuji_noSidebar {
    justify-content: center;
    list-style-type: none;
    margin-left: 0;
}

.buttan {
    display: inline-block;
    padding: 0;
    position: relative;
    transition: .3s;
}

.buttan:hover {
    background-color: #B74949;
    transition: .3s;
}

.buttan:hover .buttanIcon_text {
    color: #fff;
    transition: .3s;
}

.buttan_link {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
}

.buttanIcon_text {
    display: table-cell;
    vertical-align: middle;
    transition: .3s;
}

.buttan_active {
    background-color: #971011;
}

.buttan_active .buttanIcon_text {
    color: #fff;
}

.iso_block_noSidebar {
    justify-content: center;
}

.iso_noSidebar {
    width: 100%;
}

.inquiry_noSidebar {
    margin: 0 auto;
}

.inquiry_noSidebar .inquiry_block {
    align-items: center;
}

.inquiry_noSidebar .inquiry_block .inquiry_text {
    padding-top: 0;
}

.item_noSidebar {
    display: flex;
}

.item_noSidebar .item_block {
    width: auto;
}

@media screen and (max-width: 1341px) {
    .header__nav__list__item {
        margin-right: 14px;
    }
    .overview_googleMap {
        width: 100%;
        height: 35px;
    }
    .googleMap_text {
        /* line-height: 3.5; */
        font-size: 14px;
        padding-top: 9px;
    }
}

@media screen and (max-width: 1240px) {
    .overview_googleMap {
        width: 100%;
        height: 35px;
    }
    .googleMap_text {
        font-size: 14px;
    }
}


/* サイドバーあり */

.withSidebarContainer {
    max-width: 1580px;
}

.withSidebarContainer .sidebar {
    margin-right: 5rem;
}

ul.menu .list a {
    width: 100%;
}

.withSidebarContainer .TextWrap {
    max-width: 100%;
    margin-right: 0;
    /* width: auto; */
}

.osagasi_sidebar {
    position: inherit;
    width: 100%;
    margin-top: 3rem;
}

@media screen and (max-width: 991px) {
    .withSidebarContainer {
        flex-wrap: wrap;
        display: flex;
    }
    .withSidebarContainer .sidebar {
        width: 100%;
        max-width: inherit;
        margin-right: 0;
    }
    .withSidebarContainer ul.menu {
        width: 100%;
    }
    .withSidebarContainer .TextWrap {
        flex-basis: 100%;
        order: 1;
        max-width: inherit;
    }
    .withSidebarContainer .sidebar {
        flex-basis: 100%;
        order: 2;
    }
    .withSidebarContainer .mc01 {
        margin: 0 auto 6.2rem;
    }
    .withSidebarContainer .mc02 {
        margin: 0 auto 12rem;
    }
    .withSidebarContainer .two_img {
        justify-content: center;
    }
    .withSidebarContainer .clean_room {
        justify-content: center;
    }
    .withSidebarContainer .insert_suv {
        width: 100%;
    }
    .withSidebarContainer .insert_animation {
        width: 100%;
    }
    .withSidebarContainer .seihin_set {
        /* width: 100%; */
    }
    .withSidebarContainer .plastic {
        width: 100%;
    }
    .withSidebarContainer .plastic_text {
        width: 100%;
    }
    .withSidebarContainer .Bioplastic {
        width: 100%;
    }
    .withSidebarContainer .Bioplastic_text {
        width: 100%;
    }
    .withSidebarContainer .biomassPET {
        justify-content: center;
    }
    .withSidebarContainer .biomassPET2 {
        justify-content: center;
        width: 100%;
    }
    .withSidebarContainer .biomassPlastic {
        width: 100%;
    }
    .withSidebarContainer .news {
        width: 100%;
    }
    .withSidebarContainer .management_text {
        width: 100%;
    }
    .withSidebarContainer .Legal_compliance {
        width: 100%;
    }
    .withSidebarContainer .overview_img_block {
        width: 100%;
        justify-content: center;
    }
    .withSidebarContainer .overview_numberText {
        width: 100%;
    }
    .withSidebarContainer .update {
        width: 100%;
    }
    .withSidebarContainer .midashi_wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .withSidebarContainer .item_bottom_img {
        width: 100%;
    }
    .withSidebarContainer .related_Links {
        width: 100%;
    }
    .withSidebarContainer .related_Links_img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .withSidebarContainer .mc01 {
        margin-bottom: 35rem;
    }
    .withSidebarContainer .mc02 {
        margin-bottom: 35rem;
    }
}

@media screen and (max-width: 500px) {
    .withSidebarContainer .mc01 {
        margin-bottom: 50rem;
    }
    .withSidebarContainer .mc02 {
        margin-bottom: 50rem;
    }
}


/* footer */

.right {
    width: auto;
    height: auto;
    border: inherit;
}

@media screen and (max-width: 991px) {
    .right {
        display: none;
    }
}


/* header */

@media screen and (max-width: 500px) {
    .justBlank {
        height: 6rem;
    }
    .lowerMainVisualImage {
        /*height: 66rem;*/
    }
    .search_result_num_wrap {
        margin-top: 14rem;
    }
    .contentWrap.lg {
        display: none;
    }
}

.mv-show {
    display: none;
}

.mv-hide {
    display: block;
}

@media screen and (max-width: 414px) {
    .mv-show {
        display: block;
    }
    .mv-hide {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .management_text_number {
        margin-right: 40rem;
    }
}


/* 1210tsuiki */

@media screen and (max-width: 631px) {
    .mainVisual .virtualFactoryBtnWrap {
        left: calc(50% - 127px);
        right: inherit;
    }
}


/* 0111tsuiki */

.virtual_slider_IconText_stop {
    width: 136px;
    height: 60px;
    background-color: #9E0027;
    font-size: 1.8rem;
    color: #ffff;
    position: relative;
    z-index: -1;
}


/* 0322tsuiki */

@media screen and (max-width: 500px) {
    #sectionCompany {
        height: 740px;
    }
}

.Bioplastic_text {
    font-size: 14px;
    height: auto;
}

.mainVisualTextWrap .mainTitle {
    font-size: 11.5rem;
    text-shadow: 1px 1px 3px #333;
}

.mainVisual .virtualFactoryBtnWrap {
    bottom: 75px;
    right: 86px;
    width: 230px;
    height: 235px;
}

.virtualFactoryBtnWrap {
    padding: 26px 30px 30px 30px;
}

@media screen and (max-width: 500px) {
    .mainVisualTextWrap {
        top: -100px;
    }
    .mainVisual .virtualFactoryBtnWrap {
        height: 206px;
        display: none;
    }
    .virtualFactoryBtnWrap {
        padding: 13px 0px 30px 0px;
    }
    .topText2 {
        margin-top: 5rem;
    }
    .management_suv p {
        line-height: 1.7;
    }
}


/* -----------tendan_imgBloc-------------- */

.tendan_ImgText {
    font-size: 14px;
    line-height: 1.7;
}

.tendan_img {
    margin-bottom: 10px;
}

.tendan_imgBloc {
    display: flex;
    margin-bottom: 30px;
}

#commitment_01,
#commitment_02,
#commitment_03,
#commitment_04,
#commitment_05,
#commitment_06 {
    /* padding-top: 100px;
    margin-top: -100px; */
}

.mc02 .text2 {
    margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
    .mc01 {
        height: auto;
    }
    .mc_img {
        height: auto;
    }
    .text {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .withSidebarContainer .mc01 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .googleMap_text {
        padding-top: 0;
    }
}

.tendan_commonBtn {
   /* width: 33rem;*/
}

.tendan_commonBtnText {
    /* padding-top: 6px; */
}

.direct_reservationText {
    font-size: 17px;
    font-weight: bold;
}

.direct_reservationBtn {
    width: 17rem;
    margin: 0 auto;
}

.direct_reservationBtnText {
    /* padding-top: 10px; */
}

.direct_reservationText {
    margin-bottom: 2rem;
}

.direct_reservationImg {
    margin-bottom: 2rem;
    /* margin-left: 25px; */
    display: flex;
    justify-content: center;
}

.direct_reservationBloc {
    text-align: center;
    width: 160px;
    margin-left: 40px;
    margin-bottom: 30px;
}

.direct_reservation_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.Tendan {
    justify-content: flex-start;
}

.to_link_text {
    font-size: 14px;
}

@media screen and (max-width: 1300px) {
    .direct_reservationBtnText {
        padding-top: 0;
    }
    .direct_reservationBtn {
        width: 18rem;
    }
}

.fa-caret-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/* -----------/tendan_imgBloc-------------- */


/* -----------takeout-------------- */

.takeout_bloc {
    margin-left: 0;
    width: 24%;
    margin-right: 30px;
}

.takeout_IconBtn {
    width: 100%;
    height: 70px;
    border: 1px solid #AF3132;
    border-radius: 3px;
    margin-bottom: 5px;
}

.takeout_topText {
    text-align: center;
}

.takeout_blocflex {
    display: flex;
    margin-bottom: 85px;
    width: 100%;
}

.takeout_BtnText {
    text-align: left;
    margin-left: 10%;
    font-size: 14px;
    font-weight: bold;
    padding-top: 19px;
}

.takeout_bloc02 {
    width: 37.5%;
}

.takeout_BtnTextgray {
    background-color: #F2F2F2;
}

.takeout_BtnText02 {
    padding-top: 5px;
    line-height: 1.7;
}

.about_meatText {
    margin-left: 0;
}

.TENDAN_border::after {
    background-color: #603801;
}

.menu_titletext_en {
    font-size: 20px;
    color: #971011;
    margin-bottom: 10px;
}

.menu_titletext_jp {
    font-size: 30px;
    color: #595656;
    font-weight: bold;
}

.menu_title {
    text-align: center;
    margin-bottom: 111px;
}

.menu_right {
    margin-right: 15%;
}

.menu_botnText {
    padding: 21px;
    margin-left: 7%;
    display: flex;
    align-items: center;
    height: 100%;
}

.menu_btnBloc {
    color: #971011;
    transition: .3s all;
}

.menu_btnBloc {
    margin-bottom: 10px;
}

.menu_btnBloc:hover {
    background-color: #971011;
    color: #fff;
}

.Tendan_menuBloc {
    width: 25%;
    margin-right: 0.5%;
}

.menu_shoptitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.menu_TENDANtop {
    margin-top: 100px;
}


/*---------------------------------------
header
---------------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.header__logo {
    padding-top: 40px;
    margin-left: 30px;
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
}

.header__nav {
    background-color: #fff;
    border-radius: 45px;
    display: flex;
    align-items: center;
    gap: 0 40px;
    padding: 25px 34px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 110px;
    line-height: 1.4;
    position: absolute;
    top: 57px;
    right: 40px;
}

.header__shopLink {
    display: flex;
    align-items: center;
    background: url(../img/header/cart.svg) no-repeat;
    padding-left: 30px;
    display: block;
    background-position: left;
    transition: .3s all;
}

.header__shopLink:hover {
    background: url(../img/header/cart_hover.svg) no-repeat;
    background-position-y: 1px;
}

.header__link {
    transition: .3s all;
}

.header__link:hover {
    color: #D61918;
}

.header__link:hover svg {
    fill: #D61918;
}


/*　ハンバーガーボタン　*/

.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 56px;
    cursor: pointer;
    text-align: center;
    background-color: #000;
    width: 125px;
    height: 125px;
    border-radius: 50%;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    left: 37px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 56px;
}

.hamburger span:nth-child(2) {
    top: 70px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}


/*　予約ボタン　*/

body.reserveBtn_hidden .reserveBtn {
    display: none!important;
}

.reserveBtn {
    position: absolute;
    right: 13px;
    top: 200px;
    width: 125px;
}

.reserveBtn a {
    background-color: #971011;
    color: #FFF;
    display: flex;
    height: 30px;
    
    align-items: center;
    justify-content: space-around;
    /* border-radius: 100px; */
    letter-spacing: .3px;
    font-size: 15px !important;
    padding: 1.5em;
    border-radius: 5px;
    /* font-size: 20px; */
    line-height: 1.3;
    text-align: center;
}


.reserveBtn a.w_jpn {
    margin-top:5px;
    background-color: #000;
}

@media (max-width:640px){
  .reserveBtn a.w_jpn {
    display: none;
  }
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
    top: 63px;
    left: 39px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 63px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 38px;
}

.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #F8F8F8;
    background-size: cover;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
}

.globalMenuSp ul {
    margin: 0 auto;
    margin-top: 80px;
    padding: 0;
    max-width: 1469px;
    width: 100%;
}

.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 110px;
    /* border-bottom: 1px solid #fff; */
}

.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.globalMenuSp ul li:hover {
    /* background: #ddd; */
}

.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
}

.globalMenuSp ul li a img {
    margin: 0 auto;
    transition: .3s all;
    background-repeat: no-repeat;
    background-position: right top;
    transition: .3s all;
}

.globalMenuSp ul li a:hover img {
    background-image: url(../img/header/star.svg);
}

.globalMenuSp .footer_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* このクラスを、jQueryで付与・削除する */

.globalMenuSp.active {
    transform: translateX(0%);
    overflow-y: scroll;
}

.globalMenuSp.active::-webkit-scrollbar {
    display: none;
}

.globalMenuSp_wrap {
    max-width: 1449px;
    margin: 18px auto 0;
    width: 100%;
    padding: 0 10px;
}

.globalMenuSp_nav {
    display: flex;
    align-items: center;
    margin-bottom: 53px;
}

.gm_tag_block {
    display: flex;
    align-items: center;
}

.gm_tag {
    margin-right: 35px;
}

.gm_tag:last-child {
    margin-right: 0;
}

.gm_tag a {
    font-size: 16px;
    color: #333;
    transition: .3s all;
}

.gm_tag a:hover {
    opacity: .8;
}

.ham_line {
    margin-right: 142px;
}


/* TODO iida 22.07.14 edit */

.globalMenuSp_tempo_block {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 58px;
}

.globalMenuSp_tempo_box {
    width: 477px;
    padding: 0 10px;
}

.gm_sns_box {
    display: flex;
    gap: 0 15px;
    justify-content: start;
}

@media screen and (max-width:1423px) {
    .gm_link_block {
        width: 50%;
        margin: 0 auto;
    }
    .gm_sns_box {
        justify-content: center;
    }
}


/* TODO iida 22.07.14 edit end*/

.globalMenuSp_main {
    margin-bottom: 40px;
}

.gm_ttl {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    transition: .3s all;
}

.gm_ttl .text_red {
    color: #971011;
    margin-left: 10px;
}

.gm_ttl2 {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: .3s all;
}

.gm_ttl2 .text_red {
    color: #971011;
    margin-left: 10px;
}


.globalMenuSp_tempo_box:hover .gm_ttl {
    color: #971011;
}

.gm_bottom {
    display: flex;
    align-items: flex-end;
}

.gm_img {
    margin-right: 16px;
}

.gm_info p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.gm_info p:last-child {
    margin-bottom: 0;
}

.text_flex {
    display: flex;
    line-height: 1.4;
}

.gm_logo_small {
    margin-bottom: 30px;
}

.gm_link_block {
    width: 49%;
}

.gm_link_box {
    display: flex;
    gap: 0 30px;
    margin-bottom: 20px;
}

.gm_link_box .btn_arrow p span {
    font-size: 13px;
}

.gm_link_box .btn_arrow p {
    font-size: 16px;
    color: #333;
    width: 150px;
}

.gm_link_box .top_newsleft_sp {
    margin-right: 30px;
}

.gm_link_box .top_newsleft_sp:last-child {
    margin-right: 0;
}

.gm_link_box .btn_arrow {
    padding: 30px 84px;
    justify-content: center;
}

@media screen and (max-width: 1423px) {
    .ham_line {
        margin-right: 42px;
    }
    .gm_link_box {
        display: flex;
        flex-direction: column;
    }
    .gm_link_box .top_newsleft_sp {
        margin-right: 0;
    }
}

@media screen and (max-width: 1300px) {
    .gm_link_box .top_newsleft_sp {
        width: 100%;
    }
    .globalMenuSp_nav {
        flex-direction: column;
    }
    .globalMenuSp_nav .ham_line {
        margin-bottom: 30px;
    }
    .top_newsleft_sp_eng {
        width: 100% !important;
    }
}

@media screen and (max-width: 1219px) {
    .globalMenuSp_tempo_box {
        width: 30%;
    }
    .globalMenuSp_tempo_block::after {
        content: "";
        display: block;
        width: 30%;
    }
    .globalMenuSp_tempo_block_end {
        justify-content: flex-start;
        gap: 0 63px;
    }
}

@media screen and (max-width: 1000px) {
    .gm_tag_block {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .gm_tag {
        width: 30%;
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .globalMenuSp_tempo_box {
        width: 43%;
    }
    .globalMenuSp_tempo_block_end {
        justify-content: space-between;
        gap: 34px 30px;
    }
    .gm_sns_box {
        justify-content: center;
    }
}

@media screen and (max-width: 500px) {
	 .gm_ttl2 {
	    text-align: left;
	    font-size: 16px;
	    font-weight: normal;
	    border-bottom: 1px solid #333;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	    transition: .3s all;
	}
    .hamburger {
        width: 75px;
        height: 75px;
    }
    .hamburger span {
        left: 13px;
        width: 28px;
    }
    .hamburger span:nth-child(1) {
        top: 23px;
    }
    .hamburger span:nth-child(2) {
        top: 33px;
    }
    .hamburger.active span:nth-child(1) {
        top: 27px;
        left: 13px;
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 27px;
        left: 13px;
    }
    .reserveBtn {
        right: 0;
        left: 0;
        top: 25px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        width: 50%;
        max-width: 130px;
    }
    .reserveBtn a {
        width: 100%;
        height: 36px;
        font-size: 15px ;
    }
    .globalMenuSp_tempo_box {
        /* width: 100%; */
        width: 45%;
    }
    .gm_img {
        margin: inherit;
        margin-right: 10px;
    }
    .gm_link_block {
        width: 100%;
    }
    .gm_link_block .btn_arrow:hover .yazirusi {
        right: -32px;
    }
    .gm_tag {
        width: 50%;
        margin-right: 0;
    }
    .globalMenuSp_nav .ham_line {
        margin-right: 0;
    }
    .gm_tag_block {
        gap: 20px;
    }
    .header__logo {
        min-width: inherit;
        max-width: 63px;
        margin-left: 16px;
        padding-top: 12px;
    }
    .hamburger {
        top: 14px;
        width: 55px;
        height: 55px;
    }
}


/* footer  */

footer .contentWrap {
    padding-top: 105px;
}

.footerLinkArea .left {
    gap: 55px 30px;
    flex-wrap: wrap;
    width: 70%;
}

.footer_nav {
    border-top: 1px solid #636363;
    padding-top: 4.5px;
    width: 20%;
}

.left ul li {
    list-style: none;
}

.footer_nv_ttl {
    margin-bottom: 12px;
}

.footer_nv_ttl p {
    font-size: 23px;
    color: #B7B7B7;
}

.footer_nv_link {
    margin-bottom: 10px;
}

.footer_nv_link:last-child {
    margin-bottom: 0;
}

.footer_nv_link a {
    font-size: 14px;
    color: #636363;
}

.footer_right .top_newsleft_sp p {
    font-size: 16px;
    color: #636363;
    text-align: center;
}

.footer_right .top_newsleft_sp .btn_arrow {
    width: 260px;
}

.footer_right .top_newsleft_sp:first-child .btn_arrow {
    margin-top: 0;
}

.top_newsleft_sp_eng {
    background-color: #B7B7B7;
}

.top_newsleft_sp_eng .btn_arrow {
    border: 0px solid transparent;
}

.top_newsleft_sp_eng .btn_arrow p {
    color: #fff;
}

.footer_nv_link_flex {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

@media screen and (max-width: 1300px) {
    .top_newsleft_sp_eng {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .footer_nav {
        width: 40%;
    }
}

@media screen and (max-width: 800px) {
    .footerLinkArea {
        flex-direction: column;
        align-items: center;
    }
    .footerLinkArea .left {
        margin-bottom: 80px;
        justify-content: space-between;
    }
    /* .footer_right .top_newsleft_sp {
        width: 100%;
    }
    .footer_right .top_newsleft_sp .btn_arrow {
        width: 100%;
    } */
}

@media screen and (max-width: 500px) {
    .footerLinkArea .left {
        width: 100%;
    }
    .footer_nav {
        width: 45%;
    }
    .copyRightWrap .left {
        flex-direction: column;
        gap: 20px;
    }
    .right_ad_flex_ten {
        flex-direction: row !important;
        gap: 0 20px !important;
    }
    .footer_nv_link_flex img {
        margin: 0;
    }
}

.tenpo_img {
    height: 1080px;
    object-fit: cover;
}

.common_suvp {
    font-size: 20px;
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 500px) {
    .lowerMainVisual .titleTextWrap {
        top: -30%;
    }
    .tendan_tenpo {
        margin-bottom: 60px;
    }
}

.tendan_tenpo {
    margin-top: -30px;
    margin-bottom: 60px;
}


/* history */

.parallax_bg_top {
    background-image: url('../img/tendan/enkaku_bg01.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-color: rgba(60, 60, 60, 1);
}

.parallax_bg {
    background-image: url('../img/tendan/enkaku_img1.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: .3s all;
}

.parallax_bg.img_2 {
    background: url('../img/tendan/enkaku_img2.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax_bg.img_3 {
    background: url('../img/tendan/enkaku_img3.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*  Œ ̏ꍇ */

.history_main {
    background: url('../img/tendan/enkaku_img1.png') no-repeat center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hm_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.hm_block img {
    margin: 0 auto 40px;
}

.hm_block P {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 2;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.history_red {
    background-image: url(../img/tendan/enkaku_bg02.png);
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
}

.history_white {
    background-color: #fff;
    height: 100vh;
    width: 100%;
    position: relative;
    background: url(../img/tendan/enkaku_img4.png);
    /*background-attachment: fixed;*/
    background-position-x: center;
}

.history_white h1 {
    color: #971011;
    font-size: 60px;
    margin-bottom: 83px;
    text-align: center;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.history_white p {
    color: #971011;
    margin-bottom: 55px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.history_white p:last-child {
    margin-bottom: 0;
}

.hm_red img {
    margin: 0 auto 60px;
}

.hm_red p {
    font-size: 20px;
    margin-bottom: 58px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hm_red p:last-child {
    margin-bottom: 0;
}

.history_block {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 250px;
}

.his_ttl {
    font-size: 140px;
    color: #B2763A;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.small_his {
    color: #B2763A;
}

.timeline {
    width: 96%;
    margin: 28px auto;
}

.timeline-list {
    padding: 40px 0;
}

.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}

.timeline-list-item .date {
    width: 40%;
    padding: 0 40px 0 20px;
    color: #971011;
    font-weight: bold;
    font-size: 80px;
    text-align: right;
    margin-top: -40px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.timeline-list-item .date p:last-child {
    font-size: 18px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.timeline-list-item .content {
    position: relative;
    width: 80%;
    padding: 0 20px 140px 50px;
    border-left: 1px solid #971011;
    color: #fff;
}

.timeline-list-item .content p {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.timeline-list-item .content p:last-of-type {
    margin-bottom: 60px;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #971011;
    border-radius: 10px;
}

.timeline-list-item .content_ttl::before {
    content: none;
}

.tl_content_ad {
    margin-top: -10px;
}

.tl_small_text {
    font-size: 16px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.tl_img {
    margin-bottom: 15px;
}

.tl_img_text {
    margin-bottom: 58px;
    padding-right: 140px;
}

.tl_img_text p {
    font-size: 16px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: right;
}

.tl_img_text:last-child {
    margin-bottom: 0;
}

.timeline-list-item .end_content {
    border-left: 0px solid transparent;
}

.shop_section {
    display: flex;
    flex-wrap: wrap;
}

.shop_box {
    position: relative;
    width: 33.3333%;
    overflow: hidden;
}

.shop_box img {
    filter: brightness(50%);
    transition: .3s all;
}

.shop_box p {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.shop_box:hover img {
    filter: brightness(100%);
    transform: scale(1.1);
}

.term_block {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 110px;
}

.term_box {
    background-color: #971011;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.his_ttl_first {
    margin-left: 70px;
}

.action_anker {
    background: #fff;
    color: #971011;
}

.sp_dis {
    display: none;
}

@media screen and (max-width: 1382px) {
    .timeline-list-item .content {
        width: 50%;
    }
}

@media screen and (max-width: 1008px) {
    .content_ttl.content_ttl_term {
        border-left: 0px solid transparent;
    }
    .timeline-list-item_term {
        display: none;
    }
    .timeline-list-item .content_term {
        padding-bottom: 0;
        margin-bottom: 80px;
    }
    .his_ttl {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    .history_block {
        padding-top: 80px;
    }
    .his_ttl_first {
        margin-left: 28px;
        margin-bottom: 0;
    }
    .timeline {
        width: 94%;
    }
    .timeline-list-item .content {
        padding-bottom: 40px;
    }
    .his_ttl {
        font-size: 40px;
        margin-bottom: 0;
    }
    .timeline-list-item .date {
        font-size: 30px;
        margin-top: 0;
        border-left: 1px solid #971011;
        text-align: left;
        width: 100%;
        padding-bottom: 24px;
    }
    .timeline-list-item .date p:last-child {
        font-size: 12px;
    }
    .timeline-list-item {
        display: block;
    }
    .timeline-list-item_term {
        display: none;
    }
    .timeline-list-item .content {
        width: 100%;
        padding-left: 20px;
    }
    .timeline-list-item .content p {
        font-size: 14px;
    }
    .content_ttl.content_ttl_term {
        display: none;
    }
    .tl_img_text {
        padding-right: 0;
    }
    .term_block {
        display: flex;
        right: inherit;
        width: 100%;
    }
    .term_box {
        font-size: 15px;
    }
    .hm_red p {
        font-size: 14px;
    }
    .timeline-list-item .content_term {
        padding-bottom: 0;
    }
    .timeline-list-item .content::before {
        top: -75px;
    }
    .timeline-list-item .date_ad {
        border-left: 0px solid transparent;
    }
    .hm_block P {
        margin: 0 auto;
        width: 90%;
    }
    .sp_dis {
        display: block;
    }
    .shop_section {
        flex-direction: column;
    }
    .shop_box {
        width: 100%;
        height: 140px;
    }
    .direct_reservation_wrap {
        justify-content: space-between;
    }
    /*スマホ表示で改行外す*/
    /* .hm_block P>br {
        display: none;
    }

    .d_text p>br {
        display: none;
    }

    .d_text p>br {
        display: none;
    } */
}

@media screen and (max-width: 500px) {
    .management_suv {
        margin-bottom: 23.5rem;
    }
    .lowerMainVisual .titleTextWrap .eng {
        font-size: 30px;
    }
    .lowerMainVisual .titleTextWrap {
        top: 50%;
    }
    .gm_bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px 0;
    }
}

@media screen and (max-width: 764px) {
    .overview_googleMap {
        width: 100%;
    }
    .text {
        margin-left: 0;
    }
}

.top_newsleft_sp_eng {
    transition: .3s all;
}

.top_newsleft_sp_eng:hover {
    background-color: #fff;
}

.top_newsleft_sp_eng p {
    transition: .3s all;
}

.footer_right .top_newsleft_sp_eng a {
    border: 1px solid #B7B7B7;
}

.top_newsleft_sp_eng:hover p {
    color: #000;
}

.lowerMainVisualImage {
    width: 100%;
    object-fit: cover;
}

.mc01_1 {
    height: auto;
}

.topText {
    font-size: 30px;
}

.text_detail_flex_ad {
    display: flex;
    gap: 0 5px;
}

.text_detail_flex_ad span:first-child {
    width: 100px;
}

@media screen and (max-width: 600px) {
    .text_detail_flex_ad {
        flex-direction: column;
    }
    .text_detail_flex_ad span:last-child {
        margin-bottom: 10px;
    }
    /* 
    .tenpo_imgPa_kitayama,
    .tenpo_imgPa_saiin,
    .tenpo_imgPa_katsura,
    .tenpo_imgPa,
    .tenpo_imgPa_kusatsu,
    .tenpo_imgPa_ginza,
    .tenpo_imgPa_akasaka {
        padding-top: 80px !important;
    } */
    .overview_blockcp_adjust {
        width: 40% !important;
    }
}

.lh_ad {
    line-height: 1.4;
}

body {
    font-family: vdl-v7mincho, serif;
}

.gm_info {
    line-height: 1.2;
}

@media screen and (max-width: 500px) {
    header {
        height: 80px;
    }
}


/*
お問い合せ　予約ボタン
___________________*/

.reserveLinkBlock {
    width: 300px;
    margin: 0 auto 100px;
}

.reserveLinkBlock a {
    color: #971011;
    transition: .3s;
}

.reserveLinkBlock a.menu_btn_common .takeout_IconBtn {
    width: 100%;
    height: 70px;
    border: 1px solid #AF3132;
    border-radius: 3px;
    margin-bottom: 5px;
    transition: .3s;
}

.reserveLinkBlock a:hover {
    color: #fff;
}

.reserveLinkBlock a:hover.menu_btn_common .takeout_IconBtn {
    background: #971011;
}


.reserveLinkBlock2 {
    width: 300px;
    margin: 0 auto 50px;
}

.reserveLinkBlock2 a {
    color: #971011;
    transition: .3s;
}

.reserveLinkBlock2 a.menu_btn_common .takeout_IconBtn {
    width: 100%;
    height: 70px;
    border: 1px solid #AF3132;
    border-radius: 3px;
    margin-bottom: 5px;
    transition: .3s;
}

.reserveLinkBlock2 a:hover {
    color: #fff;
}

.reserveLinkBlock2 a:hover.menu_btn_common .takeout_IconBtn {
    background: #971011;
}





.reserveBtn a {
    padding: 1.5em !important;
}
@media screen and (max-width: 500px) {
    .reserveBtn a {
        font-size: 15px !important;
    }
}


.link_w{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.f_to_link {
    width: 290px;
    height: 40px;
    background-color: #971011;
    border-radius: 3rem;
    margin-bottom: 30px;
}

.f_to_link a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.f_to_link a p{
  padding-top:0;
}

.link_w .f_to_link{
  display: block;
}
@media (max-width:640px){
  .link_w .f_to_link{
    display: none;
  }
}

