<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-video-wrap {
  background: url(../imgs/kv_bg.jpg) no-repeat center;
  background-size: cover;
}
#main_content .main_content_inner .low_content_inner.bg01 {
  padding-bottom: 0;
}

  .cap {
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.8;
  }

  .photo {
    position: relative;
  }
  .kakoi {
    display: block;
    border: solid 1px #ccc;
    text-align: center;
  }
  .photo .cap {
    position: absolute;
    line-height: 1.5;
  }
  .cap--inLeft {
    bottom: 0;
    left: 0;
    padding: 8px;
    text-align: left;
  }
  .cap--outLeft {
    top: 100%;
    left: 0;
    padding: 8px 0;
    text-align: left;
  }
  .cap--inRight {
    bottom: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
  .cap--outRight {
    top: 100%;
    right: 0;
    padding: 8px 0;
    text-align: right;
  }

  [data-bg="white"] {
    background: #fff;
  }
  [data-bg="black"] {
    background: #000;
  }
  [data-color="white"] {
    color: #fff;
  }
  [data-color="black"] {
    color: #000;
  }
  [data-color="shadowWhite"] {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8);
  }
  [data-color="shadowBlack"] {
    color: #000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8);
  }

/* layout */
  .layoutCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .is-reverse {
    flex-direction: row-reverse;
  }
  .is-center {
    align-items: center;
  }

  .clmTwo__item {
    width: calc(496/1024*100%);
  }
  .clmTwo__item .clmTwo__item {
    width: calc(243/496*100%);
  }

  .clmThree__item {
    width: calc(320/1024*100%);
  }
  .clmThree__item--double {
    width: calc(672/1024*100%);
  }

  .clmFour__item {
    width: calc(232/1024*100%);
  }
@media only screen and (max-width: 767px) {
  .clmTwo__item {
    width: 100%;
  }
  .clmTwo__item .clmTwo__item {
    width: calc(50% - 5px);
  }

  .clmThree__item {
    width: 100%;
  }
  .clmThree__item--double {
    width: 100%;
  }

  .clmFour__item {
    width: calc(50% - 10px);
  }
}

/* sNav */
  .sNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sNav__list--top {
    margin-bottom: 10rem;
    border-bottom: solid 1px #16241d;
  }
  .sNav__list--btm {
    margin-top: 10rem;
    border-top: solid 1px #16241d;
  }

  .sNav__item {
    width: 33.33%;
  }
  .sNav__link {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  .sNav__link::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background: #a7a7a7;
  }
  .sNav__link::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 4px;
    background: #a09268;
    transition: all .5s ease;
  }
  .sNav__item:last-child .sNav__link::before {
    display: none;
  }

  .sNav__list--top .sNav__link {
    padding-bottom: 1.7rem;
  }
  .sNav__list--top .sNav__link::before {
    top: 8px;
  }
  .sNav__list--top .sNav__link::after {
    bottom: -1px;
  }

  .sNav__list--btm .sNav__link {
    padding-top: 1.5rem;
  }
  .sNav__list--btm .sNav__link::before {
    top: 8px;
  }
  .sNav__list--btm .sNav__link::after {
    top: -4px;
  }

  .sNav__link .font__en {
    display: block;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1;
    color: #0b6539;
  }
  .sNav__link .font__ja {
    display: block;
    margin-top: 8px;
    font-size: 1.6rem;
    letter-spacing: .14em;
    line-height: 1;
    color: #a09268;
  }

  .sNav__link.is-active::after {
    width: 100%;
  }
@media only screen and (min-width: 768px) {
  .sNav__link:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sNav__list {
  }
  .sNav__list--top {
    margin-bottom: 6rem;
    border-bottom: none;
  }
  .sNav__list--btm {
    margin-top: 6rem;
    border-top: none;
  }

  .sNav__item {
    width: 100%;
  }
  .sNav__link {
  }
  .sNav__link::before {
    display: none;
  }

  .sNav__list--top .sNav__link {
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #16241d;
  }
  .sNav__list--top .sNav__item:nth-child(n+2) .sNav__link {
    padding-top: 1.5rem;
  }

  .sNav__list--btm .sNav__link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: solid 1px #16241d;
  }
  .sNav__list--btm .sNav__item:last-child .sNav__link {
    padding-bottom: 0;
  }

  .sNav__link .font__en {
    font-size: 1.2rem;
  }
  .sNav__link .font__ja {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

/* heading */
  .sttl {
    overflow: hidden;
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #0b6539;
  }
  .sttl span {
    position: relative;
    display: inline-block;
  }
  .sttl span::after {
    content: "";
    width: 336px;
    height: 1px;
    position: absolute;
    background: -moz-linear-gradient(left, #0b6539 0%, rgba(11, 101, 57, 0) 100%);
    background: -webkit-linear-gradient(left, #0b6539 0%, rgba(11, 101, 57, 0) 100%);
    background: linear-gradient(to right, #0b6539 0%, rgba(11, 101, 57, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6539', endColorstr='#000b6539',GradientType=1 );
    top: 50%;
    right: -10px;
    transform: translateX(100%);
  }
  .sttl small {
    font-size: 80%;
  }
  .sttl + .text {
    margin-top: 2rem;
  }

  .subHeading {
    margin-bottom: 6rem;
    font-size: 2.4rem;
    letter-spacing: .14em;
    line-height: 1;
    text-align: center;
    color: #a09268;
  }

  .qualityHeading {
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.375;
    color: #0b6539;
  }
  .qualityHeading small {
    font-size: 1.4rem;
  }
  .photo + .qualityHeading {
    margin-top: 2rem;
  }
  .qualityHeading + .text {
    margin-top: 1rem;
  }

  .number {
    position: relative;
    padding-left: 3.5rem;
  }
  .iconNumber {
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #666464;
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    text-align: center;
  }
@media screen and (max-width: 767px) {
  .sttl {
    font-size: 1.4rem;
  }

  .subHeading {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    letter-spacing: .1em;
  }
  .subHeading + .text {
    margin-top: 2rem;
  }

  .qualityHeading {
    font-size: 1.4rem;
  }
  .qualityHeading small {
    font-size: 1.2rem;
  }

  .number {
    padding-left: 3rem;
  }
  .iconNumber {
    top: -2px;
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}
  .qualityHeading::before,
  .qualityHeading::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .qualityHeading::before {
    margin-top: calc((1 - 1.375) * 0.5em);
  }
  .qualityHeading::after {
    margin-bottom: calc((1 - 1.375) * 0.5em);
  }

  .text {
    font-size: 1.4rem;
    letter-spacing: .14em;
    line-height: 2;
  }

  .text__small {
    font-size: 1.2rem;
  }

  .text + .cap {
    margin-top: 1rem;
  }
@media screen and (max-width: 767px) {
  .text {
    font-size: 1.2rem;
  }
}
  .text::before,
  .text::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .text::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .text::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }

/* Section */
  .kitchenSection {
  }

  .kitchenSection .photo + .sttl {
    margin-top: 5rem;
  }

  .kitchenSection__row {
    margin-top: 6rem;
  }
  .kitchenSection__item:nth-child(n+4) {
    margin-top: 6rem;
  }

  .tokyokitchen {
    position: relative;
  }
  .tokyokitchen__logo {
    position: absolute;
    top: -15px;
    right: 0;
  }
@media screen and (max-width: 767px) {
  .kitchenSection {
  }

  .kitchenSection .photo + .sttl {
    margin-top: 3rem;
  }

  .kitchenSection__row {
    margin-top: 4rem;
  }
  .kitchenSection__item:nth-child(n+2) {
    margin-top: 4rem;
  }

  .tokyokitchen__logo {
    position: static;
    display: block;
    margin-bottom: 1rem;
  }
}

  .bathSection {
    margin-top: 10rem;
  }
  .bathSection .subHeading {
    margin-bottom: 4rem;
  }

  .bathSection__row {
    margin-top: 6rem;
  }

  .bathBlock + .bathBlock {
    margin-top: 6rem;
  }

  .bathSection__box {
    position: relative;
    margin-top: 8rem;
    padding: 4.8rem;
    background: #fff;
    border: solid 2px #aa8420;
  }
  .bathSection__box::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    width: auto;
    height: auto;
    border: solid 1px #e1d5b4;
  }

  .bathBox__row {
  }
  .bathBox__item {
    width: calc(446/924*100%);
  }
  .bathBox__item .photo {
    width: calc(223/446*100%);
  }

  .mist__row {
    width: calc(213/446*100%);
  }
  .mistLabel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 38px;
    border-top: solid 1px #aa8420;
    border-bottom: solid 1px #aa8420;
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-align: center;
  }

  .mist__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .mist__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(50% - 2.5px);
    height: 49px;
    background: #f6f2e8;
    font-size: 1.4rem;
    letter-spacing: .1em;
    text-align: center;
    white-space: nowrap;
  }
  .mist__item:nth-child(n+3) {
    margin-top: .5rem;
  }
@media screen and (max-width: 767px) {
  .bathSection {
    margin-top: 8rem;
  }
  .bathSection .subHeading {
    margin-bottom: 3rem;
  }

  .bathSection__row {
    margin-top: 4rem;
  }
  .bathSection__item:nth-child(n+2) {
    margin-top: 4rem;
  }

  .bathBlock + .bathBlock {
    margin-top: 4rem;
  }

  .bathSection__box {
    margin-top: 6rem;
    padding: 2.8rem;
  }

  .bathBox__row {
  }
  .bathBox__item {
    width: 100%;
  }
  .bathBox__item .photo {
    width: 100%;
    margin-top: 3rem;
  }

  .mist__row {
    width: 100%;
    margin-top: 3rem;
  }
  .mistLabel {
    font-size: 1.2rem;
  }

  .mist__item {
    font-size: 1.2rem;
  }
}

  .powderSection {
    margin-top: 10rem;
  }
  .powderSection .subHeading {
    margin-bottom: 4rem;
  }

  .powderSection__row {
    margin-top: 6rem;
  }
  .powderSection__item:nth-child(n+3) {
    margin-top: 6rem;
  }
@media screen and (max-width: 767px) {
  .powderSection {
    margin-top: 8rem;
  }
  .powderSection .subHeading {
    margin-bottom: 3rem;
  }

  .powderSection__row {
    margin-top: 4rem;
  }
  .powderSection__item {
    margin-top: 4rem;
  }

  .powderSection__item:nth-of-type(1) {
    order: 2;
  }
  .powderSection__item:nth-of-type(2) {
    order: 1;
    margin-top: 0;
  }
  .powderSection__item:nth-of-type(3) {
    order: 3;
  }
  .powderSection__item:nth-of-type(4) {
    order: 4;
  }
  .powderSection__item:nth-of-type(5) {
    order: 5;
  }
}

  .toiletSection {
    margin-top: 10rem;
  }
  .toiletSection .subHeading {
    margin-bottom: 4rem;
  }

  .toiletSection__row {
    margin-top: 6rem;
  }
@media screen and (max-width: 767px) {
  .toiletSection {
    margin-top: 8rem;
  }
  .toiletSection .subHeading {
    margin-bottom: 3rem;
  }

  .toiletSection__row {
    margin-top: 4rem;
  }
  .toiletSection__item:nth-child(n+2) {
    margin-top: 4rem;
  }
}

  .otherSection {
    margin-top: 10rem;
  }

  .otherSection__row {
  }

  .otherSection__box {
    position: relative;
    margin-top: 8rem;
    padding: 4.8rem;
    background: #fff;
    border: solid 2px #aa8420;
  }
  .otherSection__box::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    width: auto;
    height: auto;
    border: solid 1px #e1d5b4;
  }

  .otherBox__row {
  }
  .otherBox__item {
    width: calc(288/924*100%);
  }
@media screen and (max-width: 767px) {
  .otherSection {
    margin-top: 8rem;
  }

  .otherSection__row {
  }
  .otherSection__item:nth-child(n+2) {
    margin-top: 4rem;
  }

  .otherSection__box {
    margin-top: 6rem;
    padding: 2.8rem;
  }

  .otherBox__row {
  }
  .otherBox__item {
    width: calc(50% - 5px);
  }
  .otherBox__item:first-child {
    width: 100%;
  }
  .otherBox__item:nth-child(n+2) {
    margin-top: 3rem;
  }
}

  .storageSection {
    margin-top: 10rem;
  }
  .storageSection__row {
    margin-top: 6rem;
  }

  .storagePhotos__row + .qualityHeading {
    margin-top: 2rem;
  }
@media screen and (max-width: 767px) {
  .storageSection {
    margin-top: 8rem;
  }
  .storageSection__row {
    margin-top: 4rem;
  }
  .storageSection__item:nth-child(n+2) {
    margin-top: 4rem;
  }
}


  .securitySection {
  }
  .securitySection__row {
    margin-top: 2rem;
  }
  .securitySection__item:nth-child(n+3) {
    margin-top: 6rem;
  }
  .securitySection__item:last-child {
    margin-right: calc(352/1024*100%);
  }

  .securityBlock + .securityBlock {
    margin-top: 6rem;
  }
@media screen and (max-width: 767px) {
  .securitySection {
  }
  .securitySection__row {
    margin-top: 2rem;
  }
  .securitySection__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .securitySection__item:nth-child(n+3) {
    margin-top: 4rem;
  }

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

  .securityBlock + .securityBlock {
    margin-top: 4rem;
  }
}


  .structureSection {
  }
  .structureSection__row {
  }
  .structureSection__item:nth-child(n+4) {
    margin-top: 6rem;
  }

  .structureBlock + .structureBlock {
    margin-top: 6rem;
  }
@media screen and (max-width: 767px) {
  .structureSection {
  }
  .structureSection__row {
  }
  .structureSection__item:nth-child(n+2) {
    margin-top: 4rem;
  }
  .structureSection__item:nth-child(n+7) {
    margin-top: 2rem;
  }
  .structureSection__item:nth-child(n+8) {
    margin-top: 4rem;
  }

  .structureBlock + .structureBlock {
    margin-top: 4rem;
  }
}

  .disasterSection {
    margin-top: 10rem;
  }
  .disasterSection__row {
    margin-top: 6rem;
  }
  .sttl + .disasterSection__row {
    margin-top: 2rem;
  }
  .disasterSection__item:nth-child(n+3) {
    margin-top: 6rem;
  }

  .disasterBlock + .disasterBlock {
    margin-top: 6rem;
  }

  .disaster__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .disaster__item {
    font-size: 12px;
    letter-spacing: .14em;
    line-height: 2;
  }
  .disasterSection__item--border {
    padding-top: 3.4rem;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .disaster__item span {
    color: #aba09a;
  }
@media screen and (max-width: 1024px) {
  .disasterSection__item--border {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .disasterSection {
    margin-top: 8rem;
  }
  .disasterSection__row {
    margin-top: 4rem;
  }
  .sttl + .disasterSection__row {
    margin-top: 2rem;
  }
  .disasterSection__item:nth-child(n+2) {
    margin-top: 2rem;
  }

  .disasterBlock + .disasterBlock {
    margin-top: 4rem;
  }

  .disasterSection__item--border {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
</pre></body></html>