@charset "utf-8";

/*==================================================
---COMMON
====================================================*/
body {
    line-height: 28px;
    animation-duration: 1.8s;
    overflow: auto;
    position: relative;
    z-index: -2;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    color: #3e3a39;
    background: #ECECE5;
    word-wrap: break-word;
    font-weight: 500;
    font-style: normal;
    animation-name: opacity;
    min-width: 1164px;
    font-family: YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

body a {
    color: #3e3a39;
    display: block;
}

img {
    -webkit-backface-visibility: hidden;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

.enFont {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.spheader {
    display: none;
}

@keyframes befobtn {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(38px);
        opacity: 0;
    }
}

@keyframes afterbtn {
    0% {
        transform: translateX(-38px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



.HerosameFade .titleFlex {
    opacity: 0;
    transform: translate(0, 4px);
    transition: 2s cubic-bezier(0.36, 0.14, 0, 1) 1s;
}

.HerosameFade.scrollin .titleFlex {
    opacity: 1;
    transform: translate(0);
}

.scroll-indicator {
    opacity: 0;
    transform: translate(0, 4px);
    transition: 2s cubic-bezier(0.36, 0.14, 0, 1) 1s;
}

.HerosameFade.scrollin .scroll-indicator {
    opacity: 1;
    transform: translate(0);
}

.sameFade {
    opacity: 0;
    transform: translate(0, 4px);
    transition: 1.4s cubic-bezier(0.36, 0.1, 0, 1) 0s;
    filter: blur(1px);
}

.sameFade.scrollin {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
}

.sameFade2 {
    opacity: 0.5;
    transform: translate(0, 20px);
    transition: 4s cubic-bezier(0.36, 0.14, 0, 1);
}

.sameFade2.scrollin {
    opacity: 1;
    transform: translate(0);
}

.rightFade {
    opacity: 0;
    transform: translate(20px, 0);
    transition: 4s cubic-bezier(0.76, 0, 0.24, 1);
}

.rightFade.scrollin {
    opacity: 1;
    transform: translate(0);
}

.heroWrap .swiper-pagination {
    z-index: 2 !important;
}

.hero .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: var(--viewport-height);
}

.heroWrap {
    position: relative;
    height: var(--viewport-height);
    overflow: hidden;
}

.fadezoom {
    overflow: hidden;
}

.fadezoom img {
    transform: scale(1.08);
    transition: 1.4s;
    opacity: 0;
}

.fadezoom.scrollin img {
    animation: fadeopa 1.4s cubic-bezier(0.36, 0.14, 0, 1) forwards;
    transform: scale(1);
}

.fadezoomN {
    overflow: hidden;
}

.fadezoomN img {
    transform: scale(1.08);
    transition: 1.4s;
    opacity: 0;
}

.fadezoomN.scrollin img {
    transform: scale(1);
}

.productBoxWrap {
    margin-top: 32px;
}

.sameFadeUdhero02 {
    opacity: 0;
    transform: translate(-14px, 0);
    transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1s;
}



.sameFadeUdhero03 {
    opacity: 0;
    transform: translate(-14px, 0);
    transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.3s;
}

@keyframes colorEffect {
    0% {
        color: #fff;
    }

    100% {
        color: #000;
    }
}

@keyframes colorEffect2 {
    0% {
        color: #fff;
    }

    100% {
        color: #000;
    }
}

@keyframes maskEffect {
    0% {
        transform: translateX(-100%);
    }

    30% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(101%);
    }
}

@keyframes fadeopa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes titleBtmFade {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}

@keyframes pulseMotion {
    0% {
        transform: translate(-50%, -50%) scale(1, 1);
        background: rgba(255, 255, 255, 0.7);
    }

    100% {
        transform: translate(-50%, -50%) scale(4.8, 4.8);
        background: rgba(255, 255, 255, 0);
    }
}

.pcHeader {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    z-index: 3;
    background: #F9F9F7;
}


.change-color {}

.heroWrap .titleFlex {
    position: absolute;
    bottom: 64px;
    z-index: 3;
    color: #fff;
    left: 4%;
}

.heroWrap .titleFlex .flexBox {
    align-items: end;
    column-gap: 40px;
    display: flex;
    position: relative;
}

.heroWrap .titleFlex .flexBox::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 24px;
    left: 488px;
    opacity: .3;
    bottom: 13px;
}

.Mincho {
    font-family: "Zen Old Mincho", serif;
}

.heroWrap .titleFlex h2 {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 8px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
}

.heroWrap .titleFlex p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.9px;
    top: -13px;
    position: relative;
}

.heroWrap .subTitle {
    position: absolute;
    top: 19%;
    right: 3%;
    z-index: 3;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
}


.pcHeader nav ul {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.pcHeader nav ul a {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px rgba(54, 54, 54, 0.2);

}

header .h_nav p {
    position: relative;
    display: inline-block;
}

header .h_nav p::before {
    content: attr(data-replace);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e3a39;
    transform: rotateX(90deg);
    opacity: 0;
    transform-origin: 50% 100%;
    transform: translate(0, 30%);
    transition: 0.5s, transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

header .h_nav:hover p::before {
    transform: translate(0, 0);
    opacity: 1;
    color: #3e3a39;
}

header .h_nav:hover .text {
    transform: translate(0, -40%);
    transform: translateY(-40%) scaleY(0);
}

header .h_nav:hover {
    color: transparent;
}

header .h_nav .line::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #3e3a39;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

header .h_nav:hover .line::after {
    width: 100%;
}

header .h_nav .text {
    display: inline-block;
    transition: 0.5s, transform 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}




.pcHeader {
    overflow: hidden;
    z-index: 9;
    min-width: 1164px;
    transition: opacity 0.6s ease;
    /* フェード用 */
}

.pcHeader.hidden {
    opacity: 0;
    pointer-events: none;
}

.pcHeader .hCtaBox {
    display: flex;
    align-items: center;
}

.pcHeader .hCtaBox svg {
    display: block;
    margin: 0 auto;
}

.pcHeader .hCtaBox a {
    width: 158px;
    font-size: 13px;
    text-align: center;
    padding: 20px 0 17px 0;
    transition: .35s;
    font-weight: 400;
    border-left: solid 1px rgba(54, 54, 54, 0.2);
}

.pcHeader .hCtaBox a:hover {
    background: #333;
    color: #fff;
    transition: .35s;
}

.pcHeader .hCtaBox a svg path {
    transition: .35s;
}

.pcHeader .hCtaBox a:hover svg path {
    fill: #fff;
    transition: .35s;
}

.pcHeader .logo {
    position: relative;
    width: 316px;
    text-align: center;

}

.pcHeader .logo a {
    transition: .4s;
}

.pcHeader .logo a:hover {
    opacity: .6;
}

.pcHeader .logo::after {
    content: "";
    position: absolute;
    background: rgba(54, 54, 54, 0.2);
    width: 1px;
    height: 85px;
    right: 0;
    top: -29px;
}

.pcHeader .logo img {
    width: 218px;
}

.scroll-indicator {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 70px;
    z-index: 3;
    right: 4%;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 10px;
}

.scroll-indicator span {
    margin-top: 4px;
    display: inline-block;
}

@keyframes fillFade {
    from {
        fill: black;
    }

    to {
        fill: white;
    }
}

.scroll-indicator .icon-circle {
    stroke: white;
    fill: transparent;
    transition: fill 1s cubic-bezier(0, 0, 0, 1), stroke 1s cubic-bezier(0, 0, 0, 1);
}

.scroll-indicator .icon-arrow {
    stroke: white;
    transition: stroke 1s cubic-bezier(0, 0, 0, 1);
}

.scroll-indicator:hover .icon-circle {
    fill: white;
}

.scroll-indicator:hover .icon-arrow {
    stroke: black;
}

@keyframes strokeFade {
    from {
        stroke: white;
    }

    to {
        stroke: black;
    }
}

.pickup-section {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 75px;
    padding: 54px 84px;
    background: #ECECE5;
    position: relative;
}

.pickup-section::after {
    content: "";
    position: absolute;
    background: #BDBDB7;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: 2.4s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}

.pickup-section.scrollin::after {
    width: 100%;
}

.pickup-title-wrapper {
    display: flex;
    align-items: center;
    gap: 75px;
}

.pickup-title {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.divider {
    background-image: repeating-linear-gradient(to bottom, #BDBDB7, #BDBDB7 2px, transparent 2px, transparent 5px);
    height: 100px;
    width: 1px;
}




.pickup-section {}

.pickup-content {
    display: flex;
    align-items: center;
    gap: 25px;
    text-decoration: none;
    color: inherit;
    transition: opacity 1s ease;
}

.pickup-section .linkWrap:hover .imgBox {
    opacity: 0.7;
}

.pickup-section .linkWrap:hover .pickup-image {
    transform: scale(1.08);

}

.pickup-content .imgBox {
    overflow: hidden;
    transition: 1s cubic-bezier(0.36, 0.14, 0, 1);
}

.pickup-image {
    width: 98px;
    height: 98px;
    object-fit: cover;
    transition: 1s cubic-bezier(0.36, 0.14, 0, 1);
}

.pickup-text .date {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 13px;
    line-height: normal;
}

.pickup-text .title {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.arrow-button {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.arrow-button:hover {
    background-color: #fff;
}

.arrow-button svg {
    width: 16px;
    height: 16px;
}

.soloArrowLink {
    position: relative;
    margin-left: auto;
}

.soloArrowLink .arrowLink {
    content: "";
    position: absolute;
    top: 9px;
    right: 8px;
    width: 43px;
    height: 19px;
    border-radius: 100vw;
    border: 1px solid #C8C8C8;
    background: #fff;
    overflow: hidden;
    transition: 0.5s;
}

.soloArrowLink .arrowLink::before,
.soloArrowLink .arrowLink::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 18px;
    width: 15px;
    height: 11px;
    background: url(../img/btnArrow.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}

.soloArrowLink .arrowLink::before,
.soloArrowLink .arrowLink::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 16px;
    width: 10px;
    height: 7px;
    background: url(../img/btnArrow.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}

.pickup-section .linkWrap:hover .arrowLink {
    background: #E8E1B8;
    border: solid 1px rgba(255, 255, 255, 0);
}

.soloArrowLink .arrowLink::after {
    transform: translateX(-38px);
}

.pickup-section .linkWrap:hover .arrowLink::before {
    animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.pickup-section .linkWrap:hover .arrowLink::after {
    animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}



.pickup-section .linkWrap {
    display: flex;
    width: 100%;
    align-items: center;
}

@keyframes befobtn {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(38px);
        opacity: 0;
    }
}

@keyframes afterbtn {
    0% {
        transform: translateX(-38px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

#material {
    padding-top: 148px;
    background: #ECECE5;
}

#material .imgBoxWrap {
    display: flex;
    width: 60%;
    column-gap: 1px;
}

#material .textBoxWrap {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#material .imgBoxWrap img {
    width: 100%;
}

#material .mainFlexBox {
    display: flex;
    align-items: center;
}

.commonTitle {
    margin-bottom: 43px;
}

.commonTitle .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 5.04px;
}

.commonDesBox .des {
    margin-bottom: 27px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.96px;
}

.commonDesBox .des:last-child {
    margin-bottom: 0;
}

.commonBtn a {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 100vw;
    width: 227px;
    height: 64px;
    background: #E8E1B8;
    font-weight: 400;
    padding: 0 35px;
    box-sizing: border-box;
    letter-spacing: 0.06em;
    transition: 0.4s;
    font-size: 17px;
}

.commonBtn .arrowLink {
    content: "";
    position: absolute;
    top: 9px;
    right: 8px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: .5s;
}

.commonBtn .arrowLink::before,
.commonBtn .arrowLink::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 18px;
    width: 15px;
    height: 11px;
    background: url(../img/btnArrow.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}

.commonBtn .arrowLink::before,
.commonBtn .arrowLink::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 18px;
    width: 15px;
    height: 11px;
    background: url(../img/btnArrow.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}

.commonBtn .arrowLink::after {
    transform: translateX(-38px);
}

.commonBtn .arrowLink::before,
.commonBtn .arrowLink::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 16px;
    width: 12px;
    height: 8px;
    background: url(../img/btnArrow.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}

.commonBtn a:hover {
    background: #d9d3af;
}

#material .commonBtn {
    margin-top: 46px;
}

.commonBtn a:hover .arrowLink {
    transform: scale(1.08);
    transition: .5s;
}

.commonBtn a:hover .arrowLink::after {
    animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.commonBtn a:hover .arrowLink::before {
    animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}







.imgBoxfade {
    transform: translateY(28px);
    transition: 1.8s cubic-bezier(0.36, 0, 0, 1) 0s;
}

.imgBoxfade.scrollin {
    transform: scale(1);
}

.fadezoom2 {
    overflow: hidden;
}

.fadezoom2 img {
    transform: scale(1.06) translateY(-28px);
    opacity: 0;
    transition: transform 1.8s cubic-bezier(0.36, 0, 0, 1),
        opacity 1.8s cubic-bezier(0.36, 0, 0, 1);
}

.fadezoom2.scrollin img {
    transform: scale(1) translateY(0);
    opacity: 1;
}

@keyframes fadeopa2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#material {}

.materialDetail {
    padding: 48px 48px 48px 48px;
}

.materialDetailInner {
    display: flex;
    justify-content: space-around;
    position: relative;
    padding: 88px 34px;
}

.materialDetailInner {
    position: relative;
    background: #E2E2D5;
    overflow: hidden;
}

/*
.materialDetailInner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #E2E2D5;
    transition: height 1.4s cubic-bezier(0.36, 0.14, 0, 1); 
    z-index: -1; 
}
*/

.materialDetailInner.scrollin::after {
    height: 100%;
}

.materialDetail a {
    width: 33%;
    text-align: center;
}

.materialDetail a:nth-child(2n) {
    border-right: #BDBDB7 solid 1px;
    border-left: #BDBDB7 solid 1px;
}

.materialDetail .soloArrowLink {
    height: 19px;
}

.materialDetail .soloArrowLink .arrowLink {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 43px;
    height: 19px;
    border-radius: 100vw;
    border: 1px solid #C8C8C8;
    background: #fff;
    overflow: hidden;
    transition: background-color 0.5s;
}

.materialDetail h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;
}

.materialDetail .enFont {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.2;
    margin-bottom: 22px;
}

.materialDetail a:hover .arrowLink::before {
    animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.materialDetail a:hover .arrowLink::after {
    animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.materialDetail a:hover .arrowLink {
    background: #E8E1B8;
    transform: scale(1.1);
    transition: .5s;
    border: solid 1px rgba(255, 255, 255, 0.30);
}

#products {
    background: #ECECE5;
    padding-top: 148px;
    padding-bottom: 118px;
}

#products .TitleBox {
    text-align: center;
}

#products .flexBox {
    display: flex;
    column-gap: 39px;
    max-width: 1104px;
    margin: 0 auto;
    margin-top: 46px;
    padding: 0 40px;
}

#products .flexBox .imgBox img {
    width: 100%;
}

#products a .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 31px;
}

#products a .soloArrowLink .arrowLink {
    right: auto;
    top: 7px;
    margin-left: 14px;
}

#products a .soloArrowLink {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

#products .commonBtn {
    margin-top: 58px;
}

#products .commonBtn a {
    margin: 0 auto;
}

#products .flexBox a:hover .imgBox {
    opacity: .7;
}

#products .flexBox a:hover .imgBox img {
    transform: scale(1.038);
}

#products .flexBox a:hover .arrowLink::before {
    animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

#products .flexBox a:hover .arrowLink::after {
    animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

#products .flexBox a:hover .arrowLink {
    background: #E8E1B8;
    transform: scale(1.1);
    transition: .5s;
    border: solid 1px rgba(255, 255, 255, 0.30);
}


.fixBg {
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
}

.fixBg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;

}

.atSection {
    height: 781px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.atSection p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;

    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    margin-top: 32px;
    line-height: 30px;
    letter-spacing: 5px;
}

.atSection p span {
    display: block;
}

.atSection p span:last-child {
    margin-right: 27px;
    margin-top: 32px;
}





#history {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 149px 137px;
    padding: 98px 0;
    background-image: url(../img/Bnoise.jpg);
}




#history .mainTextBox {
    width: 628px;
    margin: 0 auto;
    margin-top: 177px;
    padding-left: 8vw;
}

#history .mainTextBox .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 8px;
    margin-bottom: 37px;
}

#history .mainTextBox .title span {
    display: inline-block;
    position: relative;
}

#history .mainTextBox .title span::after {
    content: "";
    position: absolute;
    background: #3e3a39;
    width: 91%;
    height: 1px;
    left: 0;
    bottom: 11px;
}


#history .commonDesBox .des {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.8px;

}

#history .day {
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    /* Mac Safari/Chrome */
    -moz-osx-font-smoothing: grayscale;
    /* Firefox (Mac) */
    text-rendering: optimizeLegibility;
    /* より滑らかに */
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 30px;
    margin-bottom: 58px;
}

#history .day svg {
    margin-top: 1px;
    margin-right: 4px;
}


#history .enFont {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
}

#history .historyimg01 {
    position: absolute;
    right: 18px;
    top: -27%;
    text-align: right;
}

.historyInner {
    position: relative;
}

#history .historyimg01 img {
    width: 23vw;
}


#history .historyimg02 {
    position: absolute;
    left: 0;
    top: 17%;
}

.historyimg02Inner {
    position: relative;
}

.historyimg02Inner > div:first-child {
    text-align: left;

}

.historyimg02Inner > div:last-child {
    margin-top: -70px;
    margin-left: 16vw;
}

.historyimg02Inner > div:last-child img {
    width: 13vw;
}

.historyimg02Inner > div:first-child img {
    width: 23vw;
}

#blog {
    padding-top: 8vw;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 149px 137px;
    background-image: url(../img/Bnoise.jpg);
}

#blog .blogInner {
    background: #F1F1EA;
    padding-top: 12vw;
    padding: 8vw 80px 128px 80px;
}

.blogcom a {
    display: flex;
    align-items: center;
    column-gap: 43px;
    padding: 36px 0;
    border-top: solid 1px rgba(189, 189, 183, 0.58);
}

.blogcom a .inFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.blogInside {
    max-width: 772px;
    margin: 0 auto;
}

.blogcom:last-child {
    border-bottom: solid 1px rgba(189, 189, 183, 0.58);
}

.soloArrowLink .arrowLink {
    top: auto;
    right: 0;
    height: 19px;
}

#blog .commonTitle {
    text-align: center;
}

#blog .commonDesBox {
    text-align: center;
}

.blogcom .imgBox img {
    width: 128px;
    height: 128px;
    object-fit: cover;
}

.blogcom a:hover .imgBox img {
    transform: scale(1.08);
}

.blogcom a:hover .imgBox {
    opacity: .7;
}

.blogcom .imgBox {
    width: 22%;
    transition: .35s;
}

#blog .commonDesBox {
    margin-bottom: 59px;
}

.blogcom .title {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blogcom .date {
    font-size: 13px;
    font-style: normal;
    opacity: .5;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: normal;
}



.blogcom a:hover .arrowLink::before {
    animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.blogcom a:hover .arrowLink::after {
    animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}


.blogcom a:hover .arrowLink {
    background: #E8E1B8;
    transform: scale(1.1);
    transition: .5s;
    border: solid 1px rgba(255, 255, 255, 0.30);
}

#blog .commonBtn {
    margin-top: 54px;
}

#blog .commonBtn a {
    margin: 0 auto;
}





.commonCta {
    position: relative;
}

.commonCta .imgBox img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.commonCta .textBox {
    position: absolute;
    color: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 37%;
    text-align: center;
}

.commonCta .textBox .enFont {
    text-transform: uppercase;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.commonCta .textBox a {
    display: inline-block;
}

.commonCta .textBox h2 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 3.2px;
    margin-bottom: 30px;
}

.icon-link svg circle,
.icon-link svg path {
    opacity: 1;
}

/* 円：白に変化 */
@keyframes circle-fill {
    from {
        fill: transparent;
    }

    to {
        fill: #fff;
        opacity: 1;
    }
}

/* 円：元に戻る */
@keyframes circle-unfill {
    from {
        fill: #fff;
        opacity: 1;
    }

    to {
        fill: transparent;
    }
}

/* 封筒アイコン：黒に変化 */
@keyframes path-fill {
    from {
        fill: currentColor;
    }

    to {
        fill: #242424;
    }
}

/* 封筒アイコン：元に戻る */
@keyframes path-unfill {
    from {}

    to {}
}

/* ホバー時 */
.icon-link:hover svg circle {
    animation: circle-fill 0.4s forwards ease-in-out;
}

.icon-link:hover svg path {
    animation: path-fill 0.4s forwards ease-in-out;
}

/* ホバーを外した時 */
.icon-link:not(:hover) svg circle {
    animation: circle-unfill 0.4s forwards ease-in-out;
}

.icon-link:not(:hover) svg path {
    animation: path-unfill 0.4s forwards ease-in-out;
}




.site-footer {
    width: 100%;
    padding: 114px 128px 34px 128px;
    box-sizing: border-box;
    background-color: #fdfdfd;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 149px 137px;
    background-image: url(../img/Bnoise.jpg);
}

.footer-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* フッター左側 */
.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.footer-left::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 134%;
    right: -164px;
    top: -115px;
}

footer .company-name {
    margin: 0 0 20px 0;
}

footer .company-name img {
    width: 100%;
    max-width: 299px;
}

footer .info-list {
    margin: 0;
    font-size: 0.9rem;
}

footer .info-list {
    display: flex;
    align-items: center;
}

footer .info-list dt,
.info-list dd {

    margin-bottom: 4px;
}

footer .info-list dd {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
}


.info-list dt {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 80px;
    opacity: .5;
    letter-spacing: 0;
}

.catchphrase {
    margin: 40px 0 0 0;
    font-family: "Zen Old Mincho";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 2.4px;
}

.copyright {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.footer-nav > ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    gap: 86px;
}

.footer-nav a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .35s;
}

.footer-nav a:hover {
    opacity: .6;
}

.sub-menu {
    list-style: none;
    padding: 26px 0 0 0;
    margin: 0;
    font-size: 14px;
    font-style: normal;

    font-weight: 300;
    line-height: normal;
    opacity: .8;
}





.sub-menu li {
    margin-bottom: 8px;
}

.sub-menu a {
    color: #555;
    font-size: 0.85rem;
}

.footer-buttons {
    display: flex;
    gap: 8px;
    margin-left: auto;
    margin-bottom: 60px;
}

footer .btn {
    display: inline-block;
    padding: 12px 40px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: background-color 0.35s, color 0.35s;
}

footer .btn:hover {
    background-color: #333;
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: right;
    width: 100%;
    column-gap: 86px;
    align-items: end;
    padding-top: 116px;
}

.policy-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.policy-links a {
    text-decoration: none;
    color: #666;
    text-decoration: underline;
    font-size: 12px;
    opacity: .6;
}

.page-top {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-top span {
    opacity: .5;
}

.arrow-icon {
    width: 20px;
    height: 10px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    transform: rotate(45deg);
    margin-bottom: 5px;
}

.spcatchphrase {
    display: none;
}


.spsub-menu {
    display: none;
}

.spBr {
    display: none;
}

.pcbr {
    display: block;
}

.BlogSingleContInner {
    max-width: 720px;
    margin: 0 auto;
}

.blog-main {
    width: auto;
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-main .image-wrapper {
    margin-bottom: 29px;
}

.blog-main img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.BlogSingleContInner .mainContents {
    margin-top: 50px;
}

.blog-main .meta-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: normal;
    opacity: .5;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: normal;
}

#postnavi {
    border-top: solid 1px #d1d1caa3;
    border-bottom: solid 1px #d1d1caa3;
    margin-top: 136px;
    margin-bottom: 90px;
    background: #ffffff21;
}

.post_page_navi {
    list-style: none !important;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 0;
    border-radius: 6px;
    padding: 51px 25px 47px 25px;
    max-width: 1180px;
    column-gap: 171px;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.Related h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 26px;
}

section.Related {
    margin-bottom: 160px;
}

.Related .flexBox {
    display: flex;
    gap: 0 30px;
}

.blog-main img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.Related .blog-main img {
    aspect-ratio: 1 / 1;
}

.Related .article-title {
    font-size: 15px;
    font-weight: 500;
}

.RelatedInner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 80px;
}

.Related .blog-main {
    width: 25%;
}

section.BlogSingleCont {
    padding-top: 148px;
}

.BlogSingleContInner .blog-main .article-title {
    font-size: 30px;
    line-height: 46px;
    font-weight: 500;
    letter-spacing: .08em;
}

.BlogSingleContInner .mainContents ul {
    list-style-position: inside;
    margin-top: 30px;
}

.BlogSingleContInner .mainContents img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.BlogSingleContInner .mainContents ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.BlogSingleContInner .mainContents p {
    font-size: 16px;
    margin-top: 26px;
    font-weight: 400;
    line-height: 30px;
}

.BlogSingleContInner .mainContents h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 70px;
    line-height: 46px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.inactive {
    opacity: .2;
}

#blog.udBlogWrap {
    padding-top: 0;
}

#blog.udBlogWrap .blogInner {
    padding-top: 131px;
}

.archive_page_navi .wp-pagenavi {
    display: flex;
    column-gap: 23px;
    font-weight: 600;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}

.archive_page_navi .nextpostslink {
    margin-top: -3px;
}

.archive_page_navi .previouspostslink {
    margin-top: -3px;
}

.archive_page_navi {
    padding-top: 80px;
}

.archive_page_navi .current {
    opacity: .4;
}


.page-template-archive .menu__line {
    background: #3e3a39;
}

.page-template-archive .menu::after {
    color: #3e3a39;
}




.page-id-99 .menu::after {
    color: #3e3a39;
}
.page-id-107 .menu::after {
    color: #3e3a39;
}
.page-id-103 .menu::after {
    color: #3e3a39;
}


.page-id-99 .menu__line {
    background: #3e3a39;
}
.page-id-107 .menu__line {
    background: #3e3a39;
}
.page-id-103 .menu__line {
    background: #3e3a39;
}

.page-id-99 .spheader {
    border-bottom: solid 1px rgb(29 29 29 / 25%);
}
.page-id-107 .spheader {
    border-bottom: solid 1px rgb(29 29 29 / 25%);
}
.page-id-103 .spheader {
    border-bottom: solid 1px rgb(29 29 29 / 25%);
}



.page-id-99 .change-color .menu::after {
    color: #fff;
}
.page-id-107 .change-color .menu::after {
    color: #fff;
}
.page-id-103 .change-color .menu::after {
    color: #fff;
}



.page-id-99.change-color .menu__line {
    background: #fff;
}
.page-id-107 .change-color .menu__line {
    background: #fff;
}
.page-id-103 .change-color .menu__line {
    background: #fff;
}








.page-template-archive .change-color .menu__line {
    background: #fff;
}

.page-template-archive .change-color .menu::after {
    color: #fff;
}

.page-id-28 .menu__line {
    background: #3e3a39;
}

.page-id-41 .menu__line {
    background: #3e3a39;
}

.page-id-41 .menu::after {
    color: #3e3a39;
}

.page-id-41 .change-color .menu__line {
    background: #fff;
}

.page-id-41 .change-color .menu::after {
    color: #fff;
}

.page-id-41 .spheader {
    border-bottom: none;
}


.page-id-73 .menu__line {
    background: #3e3a39;
}

.page-id-73 .menu::after {
    color: #3e3a39;
}

.page-id-73 .change-color .menu__line {
    background: #fff;
}

.page-id-73 .change-color .menu::after {
    color: #fff;
}

.page-id-73 .spheader {
    border-bottom: none;
}




.page-id-28 .menu::after {
    color: #3e3a39;
}




.page-id-28 .change-color .menu__line {
    background: #fff;
}

.page-id-28 .change-color .menu::after {
    color: #fff;
}



.page-id-28 .spheader {
    border-bottom: none;
}






.page-id-49 .menu::after {
    color: #3e3a39;
}

.page-id-49 .change-color .menu__line {
    background: #fff;
}

.page-id-49 .change-color .menu::after {
    color: #fff;
}

.page-id-49 .spheader {
    border-bottom: none;
}

.page-id-49 .menu__line {
    background: #3e3a39;
}

.privacyWrap {
    padding: 0 34px;
    padding-top: 180px;
    padding-bottom: 120px;

}

.privacyWrap .commonTitle {
    text-align: center;
}

.privacyInner {
    max-width: 840px;
    margin: 0 auto;
}

.privacyWrap .poliBox {
    margin-top: 36px;
}

.privacyWrap ul {
    list-style-position: inside;
}

.privacyWrap .commonDesBox {
    margin-bottom: 60px;
}

.privacyWrap ul li {
    letter-spacing: 0.12em;
    font-weight: 400;
    line-height: 2em;
    font-size: 14px;
}

.privacyWrap .des {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 2em;
}

.privacyWrap h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.singleProdWrapInner {
    max-width: 1138px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    column-gap: 82px;
}

.topSpacer {
    padding-top: 160px;
}

.singleProdWrap .slider-thumbnail .swiper-slide {
    opacity: .5;
    transition: opacity .5s;
    /*  width: calc(100% / 3);*/
    width: 70px;
}

.singleProdWrap .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.singleProdWrap .swiper3 {
    max-width: 450px;
    width: 100%;
}

.singleProdWrap .swiper-slide img {
    height: auto;
    width: 100%;
}

.singleProdWrap {
    margin-top: 108px;
}

.singleProdWrap .slider-thumbnail img {
    height: 70px;
    width: 70px;
    cursor: pointer;
    object-fit: cover;
}

.singleProdWrap .textBox {
    width: 53%;
}

.singleProdWrap .imgBoxWrap {
    overflow: hidden;
}

.slider-thumbnail .swiper-wrapper {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 16px;
}

.breack {
    font-size: 13px;
    margin-bottom: 56px;
}

.breack a {
    display: inline-block;
    color: #000;
}

.breack span a span {
    color: #242424;
}

.breack span span {
    color: #B6B6B1;
}

.udcontactInner {
    padding-top: 131px;
    padding-bottom: 144px;
}

#udcontact {
    padding: 0 80px;
}

.contactMainBox {
    max-width: 788px;
    margin: 0 auto;
}

.contactMainBox .mainTitleBox {
    text-align: center;
}

.atenBox {
    border-bottom: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    padding: 32px 0;
    margin-top: 40px;
    margin-bottom: 16px;
}

.atenBox p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.rqDes span {
    display: inline-block;
    color: #EC2B2B;
}

.rqDes {
    font-size: 10px;
    margin-bottom: 12px;
}






/*==================================================
---form
====================================================*/
.form {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 11px;
    box-sizing: content-box;
    position: relative;
    border-radius: 3px;
}

.form .radioBox {
    display: flex;
    align-items: center;
    column-gap: 28px;
}

.form .radioBox input {
    width: 26px;
    font-size: 16px;
    height: 26px;
    background: #f5f5f5;
    border: 1px solid #deebf5;
    border-radius: 100vw;
    padding: 0;
    margin: 0;
}

.form .radioBox span {
    font-size: 16px;
    color: #000;
    margin-top: 0px;
    margin-left: 3px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.inputBg input[type="radio"] {
    appearance: none;
    /* デフォルトのスタイルをリセット */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f5f5f5;
    /* 背景色を変更 */
}

.inputBg input[type="radio"]:checked {
    background-color: #0485d9;
    border: solid 5px #f5f5f5;
}

.formOpBox {
    text-align: center;
    margin-bottom: 62px;
}

.formOpBox h3 {
    font-size: 32px;
    color: #364c8e;
    margin-bottom: 24px;
}

.formOpBox p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.formSchoolBox {
    width: 100%;
}

.formSchoolBox .inputBg {
    margin-bottom: 10px;
}

.form .des {
    line-height: 30px;
    margin-top: 34px;
    margin-bottom: 45px;
    font-weight: 400;
    font-size: 16px;
}

.form_flexBox {
    padding-bottom: 32px;
    margin-bottom: 24px;
}

.form_flexBox:first-child {
    padding-top: 42px;
}

.form_flexBox_list {
    position: relative;
    font-weight: 400;
    letter-spacing: 0.06em;
    padding-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
}

.mandatory {
    position: absolute;
    right: 25px;
    color: #fff;
    top: 16px;
    font-size: 13px;
    border-radius: 3px;
    background: #0072c4;
    padding: 1px 20px;
}

.any {
    position: absolute;
    right: 25px;
    color: #fff;
    top: 16px;
    font-size: 13px;
    border-radius: 3px;
    background: #949da5;
    padding: 1px 20px;
}

.inputBg {
    width: 100%;
}

input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    height: 70px;
    font-weight: 400;
    border: solid 1px #E6E6E6;
    background: #fff;
    padding: 0 27px;
}

::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: solid 1px #E6E6E6;
    font-size: 16px;
    padding: 20px 27px;
}

.privacypBox {
    text-align: center;
}

.form .privacyp {
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 31px;
}

.form .privacyp a {
    text-decoration: underline;
    color: #364c8e;
}

input::placeholder {
    font-weight: 400;
}

textarea::placeholder {
    font-weight: 400;
}

select::placeholder {
    color: #3e3a39;
}


.form .nmber {
    font-size: 25px;
    color: #011640;
}

.checkbox a {
    display: inline-block;
    text-decoration: underline;
    color: #18A5EF;
}

.checkbox input {
    width: 24px;
    height: 24px;
    padding: 0;
    margin-top: 0px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #E6E6E6;
    background: #ffffff;
    position: relative;
    cursor: pointer;
    margin-left: 0;
}

.checkbox input:checked::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 4px;
    width: 3px;
    height: 10px;
    border: solid #272727;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox p {
    font-weight: 400;
    margin-bottom: 6px;
}

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

.form_contentBox {
    margin-bottom: 50px;
    max-width: 873px;
    margin: 0 auto;
    font-size: 15px;
}

.submitBox {
    margin: 0 auto;
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 62px;
}

.submitBox input {
    font-size: 16px;
    height: 84px;
    letter-spacing: 0.06em;
    max-width: 416px;
    cursor: pointer;
    font-weight: 400;
    transition: 0.4s;
    margin: 0 auto;
    background: #E8E1B8;
}

.submitBox input:hover {
    opacity: 0.6;
}

.mw_wp_form .error {
    font-size: 13px;
    margin-top: 3px;
}

.thanyouMail {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 156px;
    padding: 0 25px;
    padding-top: 90px;
}

.thanyouMail .commonBtn a {
    margin: 0 auto;
}

.thanyouMail h3 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #0072c4;
}

.thanyouMail p {
    line-height: 30px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.mw_wp_form_complete {
    background: #f7f5ef;
}

.thanyouMail .blackBtn {
    margin: 0 auto;
    margin-top: 25px;
}

.thanyouMail .cmmnBtn {
    text-align: center;
    margin-top: 25px;
}

.mw_wp_form .error {
    font-size: 78% !important;
    position: absolute;
}

input[type="text"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 5px;
}

select {
    width: 100%;
    box-sizing: border-box;
    height: 70px;
    background: #fff;
    border: solid 1px #E6E6E6;
    font-weight: 400;

    padding: 0 27px;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
}



form .aten {
    font-size: 13px;
    line-height: 25px;
    color: #525252;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

.mwform-radio-field-text {
    font-weight: 600;
    color: #525252;
}

.submitBox .button_back {
    background: #afafaf;
    border: solid 1px #d3d2d2;
    margin: 0 5px;
    color: #fff;
}

.mw_wp_form_preview .form_flexBox_list {
    padding-top: 0;
}

.mw_wp_form_preview .mandatory {
    top: -3px;
}

.mw_wp_form_preview .any {
    top: -3px;
}

.mw_wp_form_preview .submitBox {
    width: auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

#privacyPolicy {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 25px;
}

.birthBgBox {
    display: flex;
}

.birthBgBox > div {
    width: 50%;
}

.birthBgBox input {
    width: 90%;
}

.selectinner {
    position: relative;
}

.selectinner::after {
    position: absolute;
    position: absolute;
    content: "";
    background-image: url(../img/selectArrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 8px;
    top: 53%;
    left: 77%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.selectinnerEntry::after {
    left: auto;
    right: 18px;
}

/*
.selectinner span {
    position: absolute;
}
*/

.birthBgBox select {
    width: 90%;
}

select {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mw_wp_form_preview .privacypBox {
    display: none;
}

.mw_wp_form_preview .checkbox p {
    position: relative;
    -webkit-backface-visibility: hidden;
    font-weight: 500;
}

.mw_wp_form_preview .checkbox p::before {
    position: absolute;
    content: "";
    background-image: url(../img/privacypolicyCheck.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 42px;
    top: 50%;
    left: 13px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.privacyAge {
    text-align: right;
    font-weight: bold;
    text-decoration: underline;
}

.inactive {
    color: #d8d8d8;
}

.radioiinput input {
    width: 6%;
    height: 22px;
    margin-bottom: 7px;
}

.documentinput label {
    display: flex;
    justify-content: left;
    margin-bottom: -16px !important;
}

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

.mw_wp_form_preview .selectinner::after {
    display: none;
}

.priLinkP {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
    font-weight: 400;
}

.priLinkP a {
    display: inline-block;
    text-decoration: underline;
}

.redC {
    display: inline-block;
    color: #ff0000;
    position: absolute;
    font-size: 10px;
    top: -4px;
    letter-spacing: 0.06em;
    margin-left: 4px;
}

.mw_wp_form_preview .inputBg {
    width: 100%;
    color: #6b7748;
    text-decoration: underline;
}

.mw_wp_form_preview .checkbox {
    display: none;
}

.mw_wp_form_preview .priLinkP {
    display: none;
}

.mw_wp_form_preview .submitBox input {
    height: 67px;
}

.mw_wp_form .error {
    color: #b70000 !important;
    letter-spacing: 0.06em;
}


#udcontact .commonTitle {
    margin-bottom: 31px;
}

.udHeroimgBox img {
    width: 100%;
    object-fit: cover;
    height: 364px;
}

.udProWrap .breack {
    padding: 19px 80px 0 80px;
}

#productList {
    max-width: 1100px;
    margin: 0 auto;
}

.udProWrap h1 {
    text-align: center;
}

.udProWrap .commonBtn {
    margin-bottom: 78px;
}

.udProWrap .commonBtn a {
    width: 368px;
    height: 74px;
    padding: 1px 19px 0 0;
    border-radius: 6px;
    margin: 0 auto;
    justify-content: center;
}

.udProWrap .commonBtn .arrowLink {
    content: "";
    position: absolute;
    top: 15px;
    right: 22px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;

    overflow: hidden;
    transition: .5s;
}

.udProWrap .commonBtn a:hover .arrowLink::before {
    animation: none;
}

.udProWrap .commonBtn a:hover .arrowLink::after {
    animation: none;
}

.udProWrap .commonBtn .arrowLink::before,
.udProWrap .commonBtn .arrowLink::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 14px;
    height: 16px;
    background: url(../img/udbtnshop.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}



.udProWrap #products {
    padding-top: 0;
    padding-bottom: 118px;
}

.udProWrap #products .flexBox {
    flex-wrap: wrap;
}

.udProWrap #products .flexBox a {
    width: 31.4%;
}

.udProWrap #products .flexBox {
    gap: 104px 2.9%;
    max-width: none;
}

.udProWrap {
    padding-bottom: 88px;
}


.udProWrap #products .flexBox .imgBox img {
    width: 100%;
    aspect-ratio: 341 / 358;
    object-fit: cover;
    height: auto;
}


#material .mateAten {
    display: block;
    opacity: .7;
    font-size: 12px;
}






.udmaterial .breack {
    padding: 19px 80px 0 80px;
}




.udmaterial .mainTitleBox {
    text-align: center;
    padding: 0 80px;
    margin-bottom: 75px;
}







.materialListBoxInner {
    max-width: 989px;
    margin: 0 auto;
    display: flex;
    gap: 0 85px;
}

.materialListBoxInner h2 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.materialListBox {
    padding: 72px 80px 88px 80px;
    box-sizing: border-box;
    background-color: #fdfdfd;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 149px 137px;
    background-image: url(../img/Bnoise.jpg);
}


.materialListBox .listBox {
    width: 100%;
    flex-grow: 1;
}

.material-table {
    width: 100%;
    border-collapse: collapse;
}

.material-table caption {
    display: none;
}

.material-table th,
.material-table td {
    border: 1px solid #E2E2D5;
    text-align: left;
    vertical-align: middle;
}

.material-table td {
    text-align: center;
    font-weight: 400;
    background: #fff;
    height: 55px;
}

.material-table .section-header {
    background-color: #E2E2D5;
    font-weight: bold;
    font-size: 20px;
}

.material-table .section-header td {
    background-color: #E2E2D5;
}

.material-table .section-header td {
    height: 55px;
    line-height: 1;
    padding: 0;
}

.material-table .spec-header {
    text-align: center;
    width: 566px;

}

.material-table tbody td:first-child {
    width: 38%;
}

.material-table .section-header td:first-child {
    border-right: solid 1px #fff;
}

.materialListBox tbody {
    margin-bottom: 6px;
    display: block;
}


.materialListBox .image-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.materialListBox .image-gallery figure {
    margin: 0;
}

.materialListBox .image-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.materialListBox .image-gallery figcaption {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
}

.materialListBox .contactDes {
    text-align: center;
    margin-top: 57px;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 400;
}



.udAbout .breack {
    padding: 19px 40px 0 40px;
}

.udAbout .aboutOpBox {
    margin-top: 108px;
    padding: 0 48px;
}

.udAbout .aboutOpBox .aboutOpBoxInner {
    margin: 0 auto;
    max-width: 1288px;

}

.udAbout .flexBox {
    display: flex;
    column-gap: 6%;
    align-items: center;
}

.udAbout .flexBox .textBox {
    width: 80%;
}

.udAboutflexBox {
    display: flex;
}

.udAboutflexBox > div {
    width: 50%;
}

.udAboutflexBox img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.udAbout .aboutOpBox .imgBox img {
    width: 100%;
}

.udAbout .aboutOpBox .title span {
    display: inline-block;
    position: relative;
}

.udAbout .aboutOpBox .title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 8px;
    margin-bottom: 37px;
}

.udAbout .aboutOpBox .title span::after {
    content: "";
    position: absolute;
    background: #3e3a39;
    width: 91%;
    height: 1px;
    left: 0;
    bottom: 11px;
}

.udAbout .aboutOpBox .desBox p {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 24px;
    font-weight: 400;
}

.udAbout .aboutOpBox .desBox p:last-child {
    margin-bottom: 0;
}

.udAbout .day {
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 23px;
    margin-bottom: 58px;
}

.udAbout .materialDetail h3 {
    font-size: 22px;
}





#outline {
    padding: 164px 80px 144px 80px;
    box-sizing: border-box;
    background-color: #fdfdfd;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 149px 137px;
    background-image: url(../img/Bnoise.jpg);
}

.site-footer {}

.company-profile-wrapper {
    display: flex;
    align-items: flex-start;
    max-width: 960px;
    column-gap: 172px;
    margin: 0 auto;
}

.profile-title {
    writing-mode: vertical-rl;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding-top: 10px;
    white-space: nowrap;
}

.profile-content {
    flex-grow: 1;
}

.profile-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.profile-table th {
    font-size: 17px;
}

.profile-table td {
    font-size: 16px;
}

.profile-table th,
.profile-table td {
    border-bottom: 1px solid #CBCBCA;
    padding: 22px 10px;
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

.profile-table th {
    white-space: nowrap;
    width: 194px;
    color: #555;
}

.business-hours {
    margin-left: 8px;
}



.historyInnerud h2 {
    writing-mode: vertical-rl;
    font-size: 32px;
    font-weight: 400;
    position: sticky;
    letter-spacing: 0.2em;
    padding-top: 10px;
    white-space: nowrap;
    top: 31%;
}

.history-timeline {
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
}

.history-item {
    padding-bottom: 53px;
    position: relative;
}

.history-item::after {
    content: '';
    position: absolute;
    top: 10px;
    height: 100%;
    bottom: 0;
    left: 8px;
    width: 1px;
    background-color: #ccc;
    z-index: 1;
}

.history-item:last-child::after {
    display: none;
}

.history-item:last-child {
    padding-bottom: 0;
}

.history-item:last-child {
    margin-bottom: 0;
}

.history-year::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 2;
}

.history-item:last-child .history-year::after {
    display: none;
}

.history-content {
    display: flex;
}

.history-year {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Zen Old Mincho", serif;
    position: relative;
    width: 223px;
    padding-left: 38px;
}

.historyInner {
    display: flex;
    column-gap: 172px;
}

.historyInnerud {
    max-width: 960px;
    margin: 0 auto;
    column-gap: 172px;
    align-items: flex-start;
}



.historyInner .commonBtn {
    margin-top: 30px;
}

.history-year span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #242424;
    margin-left: 8px;
    display: inline-block;
}

.history-details {
    display: flex;
    align-items: center;
}

.history-year time {
    font-size: 28px;
    font-weight: 400;
}

.history-details p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .06em;
    font-weight: 400;
    margin-top: 8px;
}

.history-details img {
    height: auto;
    margin-top: 15px;
    border: 1px solid #eee;
}

.BlogSingleContInner .mainContents a {
    text-decoration: underline;
    display: inline-block;
    color: #1e7cbc;
}


#history.udhistory {
    background: #F2F2EC;
    padding-top: 144px;
    padding-bottom: 144px;
}



#access {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 149px 137px;
    padding: 144px 0 144px 0;
    background-image: url(../img/Bnoise.jpg);
}

#access .accessInner {
    max-width: 960px;
    margin: 0 auto;
    column-gap: 172px;
    display: flex;
    align-items: flex-start;
}

#access .accessInner h2 {
    writing-mode: vertical-rl;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.2em;
}

#access .mapBox {
    width: 100%;
}

#access .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
}

#access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#access .inFlex {
    display: flex;
    align-items: center;
    margin-top: 28px;
    justify-content: space-between;
}

#access .inFlex p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}


.udmaterialSingle {
    padding-top: 128px;
}

.udmaterialSingleTitle .commonTitle .title {
    font-size: 45px;
}

.udmaterialSingleTitle .subTitle {
    font-size: 18px;
    margin-bottom: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .1em;
}

.udmaterialSingleTitle .commonDesBox strong {
    font-weight: 600;
}

.titleVtLine {
    width: 88px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 29px;
    background: #3E3A39;
}

.udmaterialSingleTitle {
    margin-top: 88px;
}

.lSinglematerialDetail .materialDetailInner {
    justify-content: center;
}

.materialDetail.lSinglematerialDetail a:nth-child(2n) {
    border-right: none;
    border-left: #BDBDB7 solid 1px;
}

.materialDetail.lSinglematerialDetail a {
    max-width: 400px;
}

.materialDetail.lSinglematerialDetail {
    padding: 0 48px 48px 48px;
    margin-top: -20px;
}
















.udMmfOutWrap {
    padding: 160px 80px 120px 80px;
    box-sizing: border-box;
    background-color: #fdfdfd;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 149px 137px;
    background-image: url(../img/Bnoise.jpg);
}



.udMmf-container > div {
    max-width: 1038px;
    margin: 0 auto;
    display: flex;
    gap: 24%;
}

.udMmf-container .mf-sidebar {
    flex-shrink: 0;
}

.udMmf-container .mf-title {
    writing-mode: vertical-rl;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0;
    position: sticky;
    top: 30%;
}

.udMmf-container .mf-title span {
    display: block;
    letter-spacing: .2em;
}

.udMmf-container .mf-section p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.udMmf-container .mf-title .enFont {
    font-size: 16px;
    margin-left: 10px;
    letter-spacing: 0.05em;
    color: #3E3A39;
    opacity: .4;
    text-orientation: mixed;
    margin-top: 3px;
}

.udMmf-container .mf-content {
    flex-grow: 1;
    min-width: 0;
}

.udMmf-container .mf-section {
    margin-bottom: 55px;
    border-bottom: 1px solid rgba(62, 58, 57, 0.20);
    padding-bottom: 55px;
}

.udMmf-container .mf-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.udMmf-container {
    margin-bottom: 164px;
}

.udMmf-container:last-child {
    margin-bottom: 0;
}

.udMmf-container .mf-heading {
    font-family: "Zen Old Mincho", serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.udMmf-container .mf-heading::before {
    content: "◯";
    margin-right: 10px;
    font-size: 16px;
    color: #B2B2B2;
    font-weight: normal;
}

.udMmfOutWrap .imgBoxfade {
    margin-top: 28px;
}

.udMmf-container .mf-image {
    width: 100%;
    height: auto;
    display: block;

    object-fit: cover;
}

.udMmf-container .mf-sub-heading {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 6px;
}

.udMmf-container .mf-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    border-collapse: separate;
    font-weight: 400;
    border-spacing: 0 1px;
}

.udMmf-container .mf-table tr {
    margin-bottom: 1px;
}

.udMmf-container .mf-table th,
.mf-table td {
    border: 1px solid #ddd;
    padding: 6px 15px;
    text-align: left;
    vertical-align: middle;
}

.udMmf-container .mf-table th {
    background-color: #E2E2D5;
    width: auto;
    min-width: 145px;
    font-weight: normal;
    color: #444;
    text-align: center;
    padding: 6px 8px;
}

.udMmf-container .mf-table td {
    background-color: #fff;
}


.udMmf-container .product-header {
    background-color: #E2E2D5;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 10px 10px;
    letter-spacing: 0.05em;
}

.udMmf-container .product-body {
    padding: 25px 36px;
    background: #fff;
    border: solid 1px #E2E2D5;
    margin-bottom: 8px;
}

.udMmf-container .product-body p {
    line-height: 28px;
    font-size: 16px;
}






@media screen and (max-width: 1550px) {
    .heroWrap .titleFlex {
        bottom: 49px;
    }

    .udmaterialSingleTitle {
        margin-top: 70px;
    }

    #access {
        padding: 96px 0 108px 0;
    }

    #outline {
        padding: 144px 80px 112px 80px;
    }

    #history.udhistory {
        padding-top: 100px;
        padding-bottom: 96px;
    }

    .udAboutflexBox img {
        height: auto;
        object-fit: cover;
    }

    #blog.udBlogWrap .blogInner {
        padding-top: 114px;
    }

    #history .historyimg01 {
        top: -21%;
    }

    .scroll-indicator {
        bottom: 59px;
    }

    .materialDetail h3 {
        font-size: 19px;
    }

    .atSection {
        height: 641px;
    }

    #history .mainTextBox {
        padding-left: 19vw;
        margin-top: 108px;
    }

    .historyimg02Inner > div:last-child {
        margin-top: -54px;
        margin-left: 20vw;
    }

    .historyimg02Inner > div:last-child img {
        width: 11vw;
    }

    .historyimg02Inner > div:first-child img {
        width: 24vw;
    }

    #products {
        padding-bottom: 110px;
    }

    #history .mainTextBox .title {
        font-size: 38px;
        line-height: 65px;
    }

    #blog .blogInner {
        padding: 8vw 80px 110px 80px;
    }

    .materialDetailInner {
        padding: 80px 34px;
    }

    #history .commonDesBox .des {
        font-size: 17px;
        line-height: 35px;
        letter-spacing: .14em;
        letter-spacing: .14em;
    }

    #history .historyimg01 img {
        width: 22vw;
    }

    .commonCta .imgBox img {
        height: 504px;
    }

    .commonCta .textBox {
        top: 33%;
    }

    #blog {
        padding-top: 5vw;
        background-size: 120px 120px;
    }

    .site-footer {
        padding: 114px 80px 34px 80px;
        background-size: 120px 120px;
    }

    .footer-bottom {
        padding-top: 68px;
    }

    .footer-left::after {
        right: -121px;
    }
}

@media screen and (max-width: 1294px) {
    .footer-left::after {
        right: -67px;
    }

    .udAbout .aboutOpBox .title {
        font-size: 31px;
        line-height: 64px;
        letter-spacing: .15em;
        margin-bottom: 37px;
    }

    #material .textBoxWrap {
        width: 46%;
    }

    .udAbout .aboutOpBox .desBox p {
        font-size: 15px;
        line-height: 31px;
        margin-bottom: 18px;
        font-weight: 400;
    }

    #material .imgBoxWrap {
        width: 57%;
    }

    #material .imgBoxWrap img {
        height: 436px;
        object-fit: cover;
    }

    #history .mainTextBox .title {
        font-size: 34px;
        line-height: 56px;
    }

    .site-footer {
        padding: 114px 32px 34px 32px;
    }

    #history .commonDesBox .des {
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 0.96px;
    }

    .commonCta .imgBox img {
        height: 456px;
    }

    #history .mainTextBox {
        padding-left: 29vw;
    }

}

@media screen and (max-width: 768px) {
    #history .mainTextBox {
        width: auto;
        padding-left: 0;
        padding: 0 40px;
    }

    .udMmf-container .mf-title {
        margin-bottom: 34px;
    }

    .udMmf-container .mf-title .enFont {
        font-size: 12px;
        margin-left: 0;
    }

    .udMmf-container .mf-heading {
        font-size: 21px;
    }

    .udMmf-container {
        margin-bottom: 120px;
    }

    .udMmf-container .mf-title {
        writing-mode: unset;
        font-size: 34px;
        position: unset;
    }

    .udMmf-container > div {
        display: block;
    }

    .udMmfOutWrap {
        padding: 88px 40px 60px 40px;
    }

    .udmaterialSingleTitle .commonTitle .title {
        font-size: 32px;
    }

    .materialDetail.lSinglematerialDetail a {
        max-width: none;
    }

    .udmaterialSingleTitle .subTitle {
        font-size: 13px;
        margin-bottom: 18px;
        letter-spacing: .06em;
    }

    .titleVtLine {
        width: 55px;
    }

    .materialDetail.lSinglematerialDetail a:nth-child(2n) {
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    .menu {
        height: 10px;
        right: 25px;
        top: 34px;
        position: relative;
        width: 46px;
        box-sizing: border-box;
    }

    .gnav {
        background-position: 0 0;
        background-repeat: repeat;
        background-size: 149px 137px;
        background-image: url(../img/Bnoise.jpg);
    }

    .menu_box {
        width: auto;
    }

    .menu::after {
        content: "Menu";
        position: absolute;
        font-family: "Comfortaa", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        left: -46px;
        font-size: 10px;
        color: #fff;
        top: -10px;
        transition: .35s;
    }

    .menu__line {
        height: 1px;
    }

    .menu_box {
        position: fixed;
    }

    .humFlow span:nth-of-type(2) {
        display: none;
    }

    .heroWrap .titleFlex .flexBox {
        display: block;
    }

    .spheader .logoBox img {
        width: 100%;
        max-width: 250px;
    }

    .menu_box {
        top: 4px;
    }

    body {
        min-width: auto;
    }

    .spheader .logoBox {
        display: inline-block;
    }

    .page-template-archive .spheader {
        border-bottom: none;
    }

    .spheader {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        transition: .4s;
        box-sizing: border-box;
        z-index: 9;
        padding: 25px 25px 30px 25px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    }

    .pcHeader {
        min-width: auto;
        display: none;
    }

    #material .imgBoxWrap {
        width: auto;
        padding-right: 16px;
        margin-bottom: 60px;
    }

    .materialDetailInner .soloArrowLink {
        position: absolute;
        right: 46px;
        top: 50%;
    }

    .commonTitle .title {
        font-size: 26px;
    }

    .materialDetail a {
        width: auto;
        padding: 42px 0;
        position: relative;
        text-align: left;
    }

    .materialDetail .enFont {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .materialDetail h3 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .materialDetail a:nth-child(2n) {
        border-right: none;
        border-left: none;
        border-top: #BDBDB7 solid 1px;
        border-bottom: #BDBDB7 solid 1px;
    }

    .materialDetail {
        padding: 48px 8px 8px 8px;
    }

    .materialDetailInner {
        display: block;
        padding: 0 34px;
    }

    .commonDesBox .des {
        margin-bottom: 17px;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.96px;
    }

    #material .commonBtn {
        margin-top: 33px;
    }

    #material {
        padding-top: 80px;
    }

    #material .textBoxWrap {
        width: auto;
        padding: 0 40px;
        display: block;
    }

    .pickup-title {
        font-size: 14px;
    }

    .pickup-content article {
        width: 71%;
    }

    #material .mainFlexBox {
        display: block;
    }

    .pickup-title-wrapper {
        margin-bottom: 25px;
    }

    .heroWrap .titleFlex h2 {
        font-size: 30px;
        line-height: 52px;
        font-weight: 400;
        margin-bottom: 64px;
    }

    .divider {
        display: none;
    }

    .heroWrap .subTitle {
        top: 13%;
        right: 30px;
        font-size: 9px;
        line-height: 14px;
    }

    .pickup-section {
        display: block;
        padding: 44px 34px;
    }

    .atSection p {
        font-size: 19px;
        margin-top: 27px;
        line-height: 12px;
    }

    .blogcom .title {
        font-size: 15px;
    }

    .commonCta .imgBox img {
        height: 417px;
    }

    .commonCta .textBox {
        top: 28%;
    }

    .footer-nav a {
        padding: 30px 0;
        position: relative;
        border-top: solid 1px rgba(112, 112, 112, 0.20);
    }

    .footer-nav .sub-menu a::after {
        display: none;
    }

    .footer-nav .sub-menu a {
        border: none;
        padding: 4px 0;
    }

    .footer-nav .sub-menu {
        padding-top: 0;
        padding-left: 40px;
        padding-bottom: 30px;
    }

    .footer-nav a::after {
        content: "";
        position: absolute;
        background-image: url(../img/ftArrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 9px;
        height: 6px;
        right: 0;
        top: 39px;
    }


    .footer-left::after {
        display: none;
    }

    .footer-left {
        display: block;
    }

    .site-footer {
        padding: 60px 40px 34px 40px;
    }

    footer .btn {
        display: block;
        padding: 18px 40px;
        border-radius: 100vw;
        width: 100%;
        text-align: center;
    }

    .footer-left {
        margin-bottom: 40px;
    }

    .footer-nav > ul {
        display: block;
    }

    .footer-right {
        display: block;
    }

    .commonCta .textBox h2 {
        font-size: 18px;
        line-height: 34px;
    }

    .footer-container {
        display: block;
    }

    #blog .commonDesBox {
        margin-bottom: 50px;
    }

    .historyimg02 {
        display: none;
    }

    .blogcom a {
        column-gap: 26px;
    }

    .atSection p span:last-child {
        margin-top: 27px;
    }

    .blogcom .date {
        font-size: 11px;
    }

    .blogcom a {
        padding: 28px 0;
    }

    .blogcom .imgBox {
        width: 128px;
    }

    .heroWrap .titleFlex .flexBox::after {
        width: 17px;
        height: 1px;
        left: 0;
        opacity: .3;
        bottom: 68px;
    }

    .commonTitle {
        margin-bottom: 37px;
    }

    .blogcom a .inFlex {
        width: 74%;
    }

    #products {
        padding-top: 120px;
    }

    #blog .textBox {
        width: 87%;
    }

    #blog {
        padding-top: 0;
    }

    #blog .blogInner {
        padding: 80px 40px 80px 40px;
    }

    #history {
        background-size: 120px 120px;
        padding: 80px 0;
        background-image: url(../img/Bnoise.jpg);
    }

    #history .historyimg01 {
        top: -38%;
    }

    #history .mainTextBox {
        margin-top: 51px;
    }

    #products {
        padding-bottom: 80px;
    }

    #products .flexBox {
        display: flex;
        column-gap: 19px;
    }

    #products a .title {
        font-size: 16px;
        margin-top: 18px;
        margin-bottom: 24px;
    }

    #history .historyimg01 img {
        width: 29vw;
    }

    .spcatchphrase {
        display: block;
    }

    .catchphrase {
        margin: 36px 0 0 0;
        font-size: 22px;
        font-weight: 400;
        line-height: 44px;
    }

    .pccatchphrase {
        display: none;
    }

    .open {
        overflow: hidden;
    }

    body.open .menu__line--bottom {
        bottom: 11px !important;
    }

    .Gnwlogo {
        display: inline-block;
        position: absolute;
        z-index: 9999999;
        top: 0;
        width: 232px;
        padding: 25px 25px 30px 25px;
    }

    .change-color .menu_box {
        transition: .4s;
    }

    .change-color .menu_box {
        top: -3px;
    }

    .open .menu::after {
        top: -15px;
    }

    .open .menu_box {
        top: 25px;
    }

    .open .menu__line {
        background: #3e3a39;
    }

    .change-color {
        mix-blend-mode: difference;
    }

    .open .menu::after {
        content: "Close";
        color: #3e3a39;
    }

    .gnav__menu li:last-child a {
        border-bottom: solid 1px rgba(112, 112, 112, 0.20);
    }

    .gnav__menu li .sub-menu a {
        border: none;
    }

    footer li:last-child a {
        border-bottom: solid 1px rgba(112, 112, 112, 0.20);
    }

    .gnav__menu li .lastbo {
        border-bottom: solid 1px rgba(112, 112, 112, 0.20);
    }

    .sub-menu a:last-child {
        padding-bottom: 0;
    }

    .Gnwlogo {
        display: inline-block;
    }

    .spsub-menu {
        display: block;
    }

    .footer-nav .inconMenu {
        padding-bottom: 16px;
    }

    .gnav__menu {
        padding: 0 34px;
        width: 100%;
        margin-top: 40px;
    }

    .gnav__menu .policy-links {
        justify-content: center;
    }

    .gnav__menu .policy-links li a {
        border: none;
    }

    .gnav__menu .policy-links li a::after {
        display: none;
    }

    section.BlogSingleCont {
        padding-top: 0;
        background: #ECECE5;
    }

    .BlogSingleContInner {
        max-width: none;
    }

    .BlogSingleContInner .mainContents {
        margin-top: 50px;
        padding: 0 40px;
    }

    .meta-info {
        padding: 0 40px;
    }

    .BlogSingleContInner .blog-main .article-title {
        font-size: 26px;
        line-height: 44px;
        padding: 0 40px;
    }

    .post_page_navi {
        padding: 34px 25px 26px 25px;
        column-gap: 143px;
        font-size: 13px;
    }

    .RelatedInner .blog-main {
        width: 48%;
    }

    .RelatedInner .meta-info {
        padding: 0;
    }

    .Related .flexBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px 0;
    }

    .RelatedInner {
        padding: 0 40px;
    }

    #postnavi {
        margin-top: 111px;
        margin-bottom: 75px;
    }

    .bodyWrap.scrollin {
        background: #ECECE5;
        z-index: -1;
        position: relative;
    }

    .breack {
        font-size: 11px;
        margin-bottom: 40px;
    }

    #udcontact {
        padding: 0 40px;
    }

    .udcontactInner {
        padding-top: 98px;
        padding-bottom: 100px;
    }

    #udcontact .commonTitle {
        margin-bottom: 17px;
    }

    .submitBox input {
        color: #333
    }

    .udProWrap {
        padding-bottom: 0;
    }

    .materialListBoxInner {
        max-width: auto;
        display: block;
    }

    .materialListBoxInner h2 {
        writing-mode: unset;
        font-size: 26px;
        margin-bottom: 37px;
        text-align: center;
    }

    .udmaterial .breack {
        padding: 19px 40px 0 40px;
    }

    .udmaterial .mainTitleBox {
        padding: 0 40px;
        margin-bottom: 60px;
    }

    .materialListBox .image-gallery figcaption {
        margin-top: 8px;
        font-size: 15px;
    }

    .materialListBox {
        padding: 60px 40px 60px 40px;
    }

    .material-table td {
        height: 55px;
        padding: 4px 24px;
        line-height: 25px;
        font-size: 15px;
    }

    .material-table .section-header td {
        font-size: 18px;
    }

    .udAbout .flexBox {
        display: block;
    }

    .udAbout .aboutOpBox {
        padding: 0 40px;
    }

    .udAbout .aboutOpBox {
        margin-top: 60px;
    }

    .udAbout .aboutOpBox .title {
        font-size: 34px;
        line-height: 56px;
        letter-spacing: 8px;
        margin-top: 28px;
    }

    .udAbout .flexBox .textBox {
        width: auto;
    }

    .udAbout .materialDetail h3 {
        font-size: 20px;
    }

    .udAbout .day {
        margin-bottom: 27px;
    }

    .company-profile-wrapper {
        display: block;
        max-width: auto;
    }

    .historyInnerud {
        max-width: auto;
        display: block;
        padding: 0 40px;
    }

    #outline {
        padding: 80px 40px 80px 40px;
    }

    .profile-title {
        writing-mode: unset;
        font-size: 24px;
        margin-bottom: 40px;
        letter-spacing: .06em;
        padding-top: 0;
    }

    #history.udhistory {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .profile-table th {
        width: 169px;
    }

    .historyInnerud h2 {
        writing-mode: unset;
        font-size: 24px;
        letter-spacing: .06em;
        margin-bottom: 40px;
        position: static;
        padding-top: 0;
    }

    .history-details p {
        font-size: 15px;
    }

    #access .accessInner h2 {
        writing-mode: unset;
        margin-bottom: 40px;
        font-size: 24px;
        letter-spacing: .06em;
        padding-top: 0;
    }

    .profile-table td {
        font-size: 15px;
    }

    .profile-table th {
        font-size: 15px;
    }

    #access {
        padding: 80px 0 98px 0;
    }

    #access .accessInner {
        max-width: auto;
        display: block;
        padding: 0 40px;
    }

    .profile-table th,
    .profile-table td {
        border-top: 1px solid #CBCBCA;
    }



    .materialDetail.lSinglematerialDetail {
        padding: 0 8px 40px 8px;
        margin-top: -20px;
    }


}

@media screen and (max-width: 650px) {
    .heroWrap .titleFlex h2 {
        font-size: 24px;
        line-height: 44px;
        font-weight: 400;
        letter-spacing: .2em;
        margin-bottom: 50px;
    }

    .BlogSingleContInner .mainContents ul li {
        font-size: 15px;
    }

    .menu_box {
        top: -3px;
    }

    .menu {
        height: 8px;
        right: 20px;
        top: 37px;
        width: 39px;
    }

    .heroWrap .subTitle {
        top: 17%;
        right: 20px;
        font-size: 8px;
        line-height: 13px;
    }

    .spheader .logoBox img {
        max-width: 192px;
    }

    .spheader {
        padding: 20px 25px 26px 20px;
    }

    .heroWrap .titleFlex p {
        font-size: 12px;
        line-height: 21px;
        letter-spacing: .1em;
        top: 0;
    }

    #material .imgBoxWrap img {
        height: 247px;
    }

    #material {
        padding-top: 70px;
    }

    .commonTitle .title {
        font-weight: 400;
    }

    .commonTitle {
        margin-bottom: 24px;
    }

    .menu::after {
        left: -45px;
        font-size: 10px;
        top: -11px;
    }

    .pickup-title-wrapper {
        margin-bottom: 18px;
    }

    .pickup-section {
        display: block;
        padding: 34px 34px;
    }

    .scroll-indicator {
        display: none;
    }

    #products .flexBox {
        margin-top: 36px;
        padding: 0 24px;
    }

    #products a .title {
        margin-top: 15px;
        margin-bottom: 11px;
    }

    .heroWrap .titleFlex .flexBox::after {
        bottom: 68px;
    }

    #products .TitleBox {
        text-align: left;
    }

    #products .flexBox {
        display: block;
    }

    #history .commonDesBox .des {
        font-size: 14px;
        line-height: 30px;
    }

    #history .day {
        font-size: 11px;
        margin-bottom: 48px;
    }

    .pickup-content {
        gap: 22px;
    }

    .heroWrap .titleFlex {
        bottom: 34px;
        left: 34px;
    }

    #history .historyimg01 img {
        width: 41vw;
    }

    #blog .blogInner {
        padding: 70px 34px 70px 34px;
    }

    .commonCta .textBox .enFont {
        font-size: 23px;
    }

    .commonCta .textBox {
        padding: 0 30px;
        top: 21%;
    }

    .commonCta .textBox h2 {
        font-size: 16px;
        line-height: 30px;
    }

    #history .historyimg01 {
        top: -24%;
        right: 16px;
    }

    .blogcom .imgBox {
        width: 85px;
    }

    .blogcom a .inFlex {
        width: 64%;
    }

    .commonCta .imgBox img {
        height: 378px;
    }

    .blogcom a .inFlex {
        display: block;
    }

    #blog .commonBtn {
        margin-top: 36px;
    }

    .blogcom .title {
        font-size: 14px;
        line-height: 23px;
    }

    #blog .textBox {
        width: 100%;
    }

    .blogcom a {
        column-gap: 20px;
    }

    .blogcom .date {
        margin-bottom: 9px;
    }

    .blogcom .imgBox img {
        width: 85px;
        height: 85px;
    }

    #blog .allowBox {
        display: none;
    }

    #blog .commonTitle .title {
        font-size: 22px;
    }

    #history {
        padding: 60px 0 70px 0;
    }

    #history .mainTextBox {
        padding: 0 34px;
    }

    #history .enFont {
        margin-bottom: 27px;
    }

    #history .mainTextBox .title {
        font-size: 24px;
        line-height: 44px;
    }

    .atSection {
        height: 488px;
    }

    .atSection p {
        font-size: 17px;
        margin-top: 24px;
        line-height: 9px;
    }

    .atSection p span:last-child {
        margin-top: 24px;
    }

    .productsInner {
        padding: 0 34px;
    }

    #products {
        padding-bottom: 70px;
    }

    #products .commonBtn {
        margin-top: 51px;
    }

    #products {
        padding-top: 70px;
    }

    .materialDetail {
        padding: 50px 8px 8px 8px;
    }

    .commonBtn .arrowLink {
        top: 8px;
        right: 8px;
        width: 44px;
        height: 44px;
    }

    .materialDetail a {
        padding: 40px 0;
    }

    .commonBtn .arrowLink::before,
    .commonBtn .arrowLink::after {
        top: 19px;
        right: 15px;
    }

    .pickup-text .title {
        font-size: 14px;
        line-height: 23px;
    }

    .commonBtn a {
        width: 212px;
        height: 59px;
        padding: 0 28px;
        font-size: 15px;
    }

    .pickup-text .date {
        font-size: 11px;
        opacity: .5;
        margin-bottom: 7px;
    }

    .pickup-image {
        width: 86px;
        height: 86px;
    }

    footer .info-list dt,
    .info-list dd {
        margin-bottom: 0;
    }

    .policy-links {
        gap: 18px;
    }

    .copyright {
        display: block;
        margin-top: 6px;
    }

    footer .policy-links a {
        border: none !important;
    }

    .footer-bottom {
        justify-content: space-between;
    }

    .footer-bottom {
        column-gap: 59px;
        padding-top: 40px;
    }

    .footer-buttons {
        gap: 4px;
        margin-bottom: 43px;
    }

    .footer-nav a::after {
        top: 38px;
    }

    .catchphrase {
        margin: 0 0 0 0;
        font-size: 18px;
        line-height: 36px;
    }

    .footer-left {
        margin-bottom: 34px;
    }

    .footer-nav a {
        padding: 27px 0;
    }

    .footer-nav .sub-menu {
        padding-left: 28px;
        padding-bottom: 27px;
    }

    footer .btn {
        padding: 12px 10px;
        font-size: 13px;
    }

    .pickup-section .soloArrowLink {
        display: none;
    }

    #material .textBoxWrap {
        padding: 0 34px;
    }

    .footer-nav a {
        font-size: 15px;
    }

    .footer-nav .sub-menu a {
        font-size: 13px;
    }

    .info-list dt {
        font-size: 12px;
    }

    footer .info-list dd {
        font-size: 12px;
    }

    #products a .soloArrowLink .arrowLink {
        margin-left: 0;
        top: 0;
    }

    #products .flexBox > a {
        margin-bottom: 88px;
    }

    .pickup-content article {
        width: 63%;
    }

    .pcbr {
        display: none;
    }

    .spBr {
        display: block;
    }

    .footer-nav .inconMenu {
        padding-bottom: 11px;
    }

    .Gnwlogo {
        width: 192px;
        padding: 20px 25px 26px 20px;
    }

    .gnav__menu {
        margin-top: 63px;
    }

    .site-footer {
        padding: 50px 34px 34px 34px;
    }

    body.open .menu__line--bottom {
        bottom: 10px !important;
    }

    .open .menu_box {
        top: 16px;
    }

    #products .soloArrowLink .text {
        display: none;
    }

    .gnav__wrap .footer-nav .sub-menu a {
        padding: 1px;
    }

    .gnav__wrap .sub-menu a:last-child {
        padding-bottom: 0;
    }

    .gnav__wrap .footer-nav a {
        padding: 22px 0;
        font-size: 14px;
    }

    section.Related {
        margin-bottom: 80px;
    }

    .BlogSingleContInner .blog-main .article-title {
        font-size: 24px;
        line-height: 41px;
        padding: 0 34px;
    }

    .RelatedInner .blog-main .image-wrapper {
        margin-bottom: 20px;
    }

    .RelatedInner {
        padding: 0 34px;
    }

    .Related .article-title {
        font-size: 13px;
        font-weight: 500;
        line-height: 23px;
    }

    #postnavi {
        margin-top: 68px;
        margin-bottom: 56px;
    }

    .gnav__wrap .footer-nav .sub-menu {
        padding-bottom: 22px;
    }

    .Related h2 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 22px;
    }

    .gnav__wrap .footer-nav .policy-links {
        margin-top: 10px;
    }

    .BlogSingleContInner .mainContents p {
        font-size: 15px;
        margin-top: 14px;
        font-weight: 400;
        line-height: 28px;
    }

    .blog-main .meta-info {
        display: block;
        margin-bottom: 10px;
        font-size: 11px;
        margin-bottom: 14px;
    }

    .BlogSingleContInner .mainContents {
        margin-top: 50px;
        padding: 0 34px;
    }

    .archive_page_navi {
        padding-top: 60px;
    }

    .gnav__wrap .footer-nav .policy-links a {
        font-size: 11px;
    }

    .gnav__wrap .footer-nav .inconMenu {
        padding-bottom: 11px;
    }

    .gnav__wrap .footer-nav a::after {
        top: 31px;
    }

    .post_page_navi {
        padding: 27px 25px 23px 25px;
        column-gap: 78px;
        font-size: 11px;
    }

    .privacyWrap .poliBox {
        margin-top: 27px;
    }

    .privacyWrap ul li {
        font-size: 13px;
        line-height: 21px;
    }

    .privacyWrap .des {
        font-size: 13px;
        line-height: 21px;
    }

    .form_flexBox_list {
        margin-bottom: 4px;
        font-size: 15px;
    }

    #blog.udBlogWrap .blogInner {
        padding-top: 75px;
        padding-bottom: 60px;
    }

    .checkbox {
        font-size: 14px;
    }

    .form_flexBox {
        padding-bottom: 21px;
        margin-bottom: 15px;
    }

    select {
        padding: 0 17px;
    }

    .priLinkP {
        font-size: 14px;
    }

    .submitBox input {
        font-size: 14px;
        height: 66px;
    }

    .checkbox {
        font-size: 14px;
        margin-top: -17px;
    }

    input {
        font-size: 16px;
        height: 64px;
        padding: 0 17px;
    }

    .privacyWrap .commonDesBox {
        margin-bottom: 42px;
    }

    .atenBox {
        border-bottom: solid 1px #CCCCCC;
        border-top: solid 1px #CCCCCC;
        padding: 16px 0;
        margin-top: 24px;
        margin-bottom: 11px;
    }

    .breack {
        font-size: 10px;
        margin-left: -12px;
        margin-bottom: 42px;
    }

    .atenBox p {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
    }

    .atenBox p {
        margin-bottom: 4px;
    }

    select {
        height: 64px;
        color: #3e3a39;
    }

    .atenBox p:last-child {
        margin: 0;
    }

    .privacyWrap h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    #udcontact {
        padding: 0 34px;
    }

    .udcontactInner {
        padding-top: 75px;
        padding-bottom: 62px;
    }

    .udProWrap .commonBtn {
        margin-bottom: 55px;
    }

    .udProWrap #products {
        padding-bottom: 44px;
    }

    #productList {
        padding: 0 34px;
    }

    .udProWrap #products .flexBox > a {
        margin-bottom: 72px;
    }

    .udProWrap .commonBtn .arrowLink {
        top: 15px;
        right: 14px;
        width: 40px;
        height: 40px;
    }

    .udProWrap #products .flexBox {
        padding: 0 24px;
    }

    .udProWrap .commonBtn .arrowLink::before,
    .udProWrap .commonBtn .arrowLink::after {
        top: 12px;
        right: 13px;
    }

    textarea {
        border-radius: 0;
        padding: 20px 17px;
    }

    .udHeroimgBox img {
        height: 233px;
    }

    .udProWrap .commonBtn a {
        width: auto;
        height: 68px;
        padding: 1px 13px 0 0;
    }

    .privacyWrap {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .udProWrap .breack {
        padding: 9px 34px 0 34px;
    }

    .udProWrap #products .flexBox a {
        width: auto;
    }

    .material-table .section-header td {
        height: 48px;
    }

    #material .mateAten {
        letter-spacing: .04em;
        font-size: 11px;
    }

    .materialListBoxInner h2 {
        margin-bottom: 28px;
    }

    .material-table .section-header td {
        font-size: 15px;
    }

    .material-table td {
        height: 50px;
        padding: 4px 14px;
        line-height: 18px;
        font-size: 13px;
    }

    .commonDesBox .des.thndes {
        margin-bottom: 17px;
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 0.96px;
    }

    .materialListBox {
        padding: 50px 32px 40px 32px;
    }

    .materialListBox .contactDes {
        margin-top: 32px;
        font-size: 15px;
        letter-spacing: .06em;
    }

    .materialListBox .image-gallery figcaption {
        margin-top: 6px;
        font-size: 14px;
    }

    .udmaterial .mainTitleBox {
        padding: 0 31px;
        margin-bottom: 50px;
    }

    .udAbout .aboutOpBox {
        padding: 0 32px;
    }

    .udAbout .materialDetail h3 {
        font-size: 18px;
    }

    .udAbout .aboutOpBox {
        margin-top: 0;
    }

    .materialListBox .image-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 6px;
        margin-top: 16px;
    }

    .udAbout .aboutOpBox .title {
        margin-top: 14px;
        margin-bottom: 22px;
        font-size: 24px;
        line-height: 44px;
    }

    .history-item {
        padding-bottom: 25px;
        position: relative;
    }

    .history-year {
        font-size: 22px;
        padding-left: 24px;
    }

    .history-details p {
        font-size: 13px;
        line-height: 24px;
        padding-left: 25px;
    }

    .history-year::before {
        top: 9px;
        width: 10px;
        height: 10px;
    }

    .history-item::after {
        left: 5px;
    }

    .history-content {
        display: block;
    }

    .history-year time {
        font-size: 20px;
    }

    #outline {
        padding: 60px 32px 60px 32px;
    }

    .historyInnerud {
        padding: 0 32px;
    }

    .profile-table td {
        font-size: 13px;
        line-height: 21px;
    }

    .udAboutflexBox img {
        height: 244px;
    }

    #history.udhistory {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #access {
        padding: 60px 0 70px 0;
    }

    #access .inFlex p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    #access .inFlex {
        display: block;
        margin-top: 18px;
    }

    #access .accessInner {
        padding: 0 32px;
    }

    .profile-table th,
    .profile-table td {
        padding: 22px 0;
    }

    .profile-table th {
        width: 118px;
    }

    .profile-title {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .history-year span {
        font-size: 12px;
        margin-left: 8px;
    }

    .historyInnerud h2 {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .titleVtLine {
        margin-bottom: 18px;
    }

    .udmaterialSingle {
        padding-top: 82px;
    }

    .udMmf-container .mf-table th {
        width: auto;
        min-width: 161px;
        padding: 6px 4px;
    }

    .udMmf-container .mf-table td {
        font-size: 13px;
        padding: 6px 10px;
        line-height: 21px;
    }

    #access .accessInner h2 {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .udMmf-container .mf-table {
        font-size: 13px;
    }

    .udMmf-container .mf-section p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    .udMmf-container .mf-sub-heading {
        font-size: 15px;
    }

    .udMmf-container .mf-section {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    .udMmf-container .mf-heading {
        font-size: 18px;
    }

    .udMmf-container .product-header {
        font-size: 16px;
        padding: 8px 10px;
    }

    #access .map {
        padding-top: 71%;
    }

    .udMmf-container {
        margin-bottom: 88px;
    }

    .udMmf-container .mf-title {
        font-size: 26px;
    }

    .breack span span {
        font-size: 11px;
        display: inline-block;
    }

    .udMmfOutWrap {
        padding: 55px 32px 34px 32px;
    }

    .udmaterialSingleTitle .commonTitle .title {
        font-size: 26px;
    }

    .udAbout .day svg {
        margin-left: -4px;
    }

    .udMmf-container .product-body {
        padding: 16px 21px;
        margin-bottom: 8px;
    }

    .materialDetail.lSinglematerialDetail {
        padding: 0 8px 8px 8px;
    }
    .udmaterial .breack {
    padding: 19px 40px 0 36px;
}

}
