*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}
html body .clearfix {
  display: inline-block;
  height: 1%;
}
html body .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
html body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  html body .pc {
    display: block;
  }
  html body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  html body .sp {
    display: block;
  }
  html body .pc {
    display: none !important;
  }
}
html body .scroll-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
html body .scroll-in.show {
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transform: none;
          transform: none;
}
@font-face {
  html body {
    font-family: "HelveticaNeue-Bold";
    src: url(../font/helvetica-neue/HelveticaNeue-Bold.eot);
  }
}

:root {
  --disp-height: 100vh;
  --text-color: #000;
  --bg: #fff;
  --theme-color: #f2f2b2;
  --blue: #025fa0;
}

html {
  background-color: var(--bg);
}
html body {
  -webkit-font-smoothing: auto;
  opacity: 1;
  padding-top: 0;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: var(--text-color);
  background-color: var(--bg);
}
html body [data-flip-pic] {
  position: relative;
}
html body [data-flip-pic] > * {
  opacity: 0;
  position: relative;
}
html body [data-flip-pic] > *:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
}
html body [data-flip-pic] > *.show {
  opacity: 1;
}
html body.show {
  opacity: 1;
  transition: 0.3s ease;
}
html body #main {
  position: relative;
  display: block;
}
html body #main-visual {
  width: 100%;
  height: var(--disp-height);
  position: relative;
  color: var(--blue);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}
html body #main-visual .ph {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--disp-height);
  overflow: hidden;
}
html body #main-visual .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  scale: 1.1;
}
html body #main-visual hgroup {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 8.1333333333%;
}
@media screen and (min-width: 980px) {
  html body #main-visual hgroup {
    margin-top: 52.5px;
  }
}
html body #main-visual hgroup .brand {
  font-size: 1.2rem;
  line-height: 1.2916666667;
  opacity: 0;
  translate: 0 10px;
}
@media screen and (min-width: 980px) {
  html body #main-visual hgroup .brand {
    font-size: 1.4rem;
  }
}
html body #main-visual hgroup h1 {
  font-size: 6.6rem;
  line-height: 0.9545454545;
  margin-top: 18px;
}
@media screen and (min-width: 980px) {
  html body #main-visual hgroup h1 {
    font-size: 7.8rem;
    margin-top: 20px;
  }
}
html body #main-visual hgroup h1 span {
  display: block;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  translate: 0 100%;
}
html body #main-visual .list {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.15rem;
  z-index: 2;
  line-height: 1.7391304348;
}
@media screen and (min-width: 980px) {
  html body #main-visual .list {
    font-size: 1.4rem;
    line-height: 1.75;
    bottom: 50px;
  }
}
html body #main-visual .list span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  opacity: 0;
  translate: 0 10px;
}
html body #main-visual.show .ph img {
  scale: 1;
  opacity: 1;
  transition: 2s ease 0s;
}
html body #main-visual.show hgroup .brand {
  opacity: 1;
  translate: 0 0;
  transition: 1s ease 1s;
}
html body #main-visual.show hgroup h1 span {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 1s ease 1.5s;
  translate: 0 0;
}
html body #main-visual.show hgroup h1 span:nth-child(2) {
  transition-delay: 1.7s;
}
html body #main-visual.show hgroup h1 span:nth-child(3) {
  transition-delay: 1.9s;
}
html body #main-visual.show .list span {
  opacity: 1;
  translate: 0 0;
  transition: 1s ease 2.2s;
}
html body #main-visual.show .list span:nth-child(2) {
  transition-delay: 2.3s;
}
html body #main-visual.show .list span:nth-child(3) {
  transition-delay: 2.4s;
}
html body #main-visual.show .list span:nth-child(4) {
  transition-delay: 2.5s;
}
html body #main-visual.show .list span:nth-child(5) {
  transition-delay: 2.6s;
}
html body #main-visual.show .list span:nth-child(6) {
  transition-delay: 2.7s;
}
html body #main-visual.show .list span:nth-child(7) {
  transition-delay: 2.8s;
}
html body #intro {
  color: var(--blue);
  padding-top: 40px;
}
@media screen and (min-width: 980px) {
  html body #intro {
    padding-top: 119px;
  }
}
html body #intro .lead {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  text-align: center;
}
@media screen and (min-width: 980px) {
  html body #intro .lead {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
html body .credit-box {
  margin-top: 20px;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html body .credit-box ul li {
  font-size: 1.2rem;
  margin-bottom: 7px;
}
@media screen and (min-width: 980px) {
  html body .credit-box ul li {
    margin-bottom: 8px;
  }
}
html body .credit-box ul li:has(a[href=""]).show, html body .credit-box ul li.coming.show {
  opacity: 0.5;
}
html body .credit-box ul li:has(a[href=""]) a, html body .credit-box ul li.coming a {
  pointer-events: none;
}
html body .credit-box ul li:has(a[href=""]) a::after, html body .credit-box ul li.coming a::after {
  opacity: 0;
}
html body .credit-box ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html body .credit-box ul li a:hover {
  text-decoration: underline;
}
html body .credit-box ul li a span {
  font-size: 1rem;
}
html body .credit-box ul li a::after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  display: block;
  background-image: url("../img/doors_2025aw_living/yajirushi.png");
  background-size: 100% 100%;
  margin-left: 5px;
}
html body .credit-box ul li a.color2::after {
  background-image: url("../img/doors_2025aw_living/yajirushi2.png");
}
html body .credit-box ul li a.color3::after {
  background-image: url("../img/doors_2025aw_living/yajirushi3.png");
}
html body .credit-box ul li a.color4::after {
  background-image: url("../img/doors_2025aw_living/yajirushi4.png");
}
html body .credit-box ul li .note {
  display: block;
  font-size: 1rem;
  margin-top: 3px;
}
html body .ph.fade {
  overflow: hidden;
}
html body .ph.fade img {
  scale: 1.1;
  opacity: 0;
}
html body .ph.fade.show img {
  opacity: 1;
  scale: 1;
  transition: 1.4s ease 0s;
}
html body #section1 {
  color: var(--blue);
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  html body #section1 {
    margin-top: 93.5px;
  }
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch {
    display: flex;
    border-bottom: 1px solid;
  }
}
html body #section1 #sofa-and-couch #sofa {
  padding-bottom: 40px;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #sofa {
    width: 50%;
    border-top: 1px solid;
    position: relative;
    padding-bottom: 0;
  }
}
html body #section1 #sofa-and-couch #sofa .ph {
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #sofa .ph {
    z-index: 1;
  }
}
html body #section1 #sofa-and-couch #sofa .ph .splide {
  position: relative;
  z-index: 1;
}
html body #section1 #sofa-and-couch #sofa .ph .splide .splide__slide img {
  scale: 1.1;
  opacity: 0;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #sofa .ph .splide .splide__slide img {
    aspect-ratio: 1366/1536;
    object-fit: cover;
  }
}
html body #section1 #sofa-and-couch #sofa .ph .splide.show .splide__slide img {
  scale: 1;
  opacity: 1;
  transition: 1s ease 0s;
}
html body #section1 #sofa-and-couch #sofa .ph hgroup {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 40px;
  width: 100%;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  pointer-events: none;
}
html body #section1 #sofa-and-couch #sofa .ph hgroup h2 {
  font-size: 4rem;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #sofa .ph hgroup h2 {
    font-size: 5.7rem;
  }
}
html body #section1 #sofa-and-couch #sofa .ph hgroup p {
  font-size: 3rem;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #sofa .ph hgroup p {
    font-size: 4.3rem;
  }
}
html body #section1 #sofa-and-couch #sofa .text-area {
  width: 76%;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #sofa .text-area {
    position: absolute;
    left: 0;
    bottom: 36.5px;
    z-index: 2;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 88.2869692533%;
    right: 0;
    margin-inline: auto;
  }
}
html body #section1 #sofa-and-couch #sofa .text-area .desc {
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #sofa .text-area .desc {
    width: 300px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
html body #section1 #sofa-and-couch #sofa .text-area .credit-box {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #sofa .text-area .credit-box ul li a::after {
    background-image: url("../img/doors_2025aw_living/yajirushi2.png");
  }
}
html body #section1 #sofa-and-couch #couch {
  border-top: 1px solid;
  position: relative;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-bottom: 30px;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #couch {
    width: 50%;
    padding-bottom: 0;
  }
}
html body #section1 #sofa-and-couch #couch .pick {
  position: absolute;
  left: 15px;
  top: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #couch .pick {
    left: 30px;
    top: 60px;
  }
}
html body #section1 #sofa-and-couch #couch hgroup {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  margin-top: 40px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #couch hgroup {
    margin-top: 60px;
  }
}
html body #section1 #sofa-and-couch #couch hgroup h2 {
  font-size: 2.5rem;
}
html body #section1 #sofa-and-couch #couch hgroup h2 span {
  display: block;
  font-size: 3.65rem;
}
html body #section1 #sofa-and-couch #couch hgroup .size {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 10px;
  line-height: 1.5517241379;
}
html body #section1 #sofa-and-couch #couch .ph {
  position: relative;
  z-index: 1;
  aspect-ratio: 750/723;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #couch .ph {
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 1366/1536;
    width: 100%;
  }
}
html body #section1 #sofa-and-couch #couch .ph .couch-images {
  width: 111.2%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -53.3333333333%;
  translate: -50% 0;
  -webkit-animation: flow 5s ease 0s infinite alternate, rotate 4s ease 0s infinite alternate;
          animation: flow 5s ease 0s infinite alternate, rotate 4s ease 0s infinite alternate;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #couch .ph .couch-images {
    width: 92.3133235725%;
    top: 30%;
  }
}
@-webkit-keyframes flow {
  0% {
    translate: -50% 20px;
  }
  100% {
    translate: -50% -20px;
  }
}
@keyframes flow {
  0% {
    translate: -50% 20px;
  }
  100% {
    translate: -50% -20px;
  }
}
@-webkit-keyframes rotate {
  0% {
    rotate: 5deg;
  }
  100% {
    rotate: -5deg;
  }
}
@keyframes rotate {
  0% {
    rotate: 5deg;
  }
  100% {
    rotate: -5deg;
  }
}
html body #section1 #sofa-and-couch #couch .text-area {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.0833333333;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  html body #section1 #sofa-and-couch #couch .text-area {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
html body #section1 #cart {
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #section1 #cart {
    padding-top: 1px;
  }
}
html body #section1 #cart hgroup {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 2;
  width: 100%;
  font-size: 4rem;
}
@media screen and (min-width: 980px) {
  html body #section1 #cart hgroup {
    text-align: left;
    top: 152px;
    font-size: 5.7rem;
    left: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
html body #section1 #cart hgroup span {
  display: block;
  font-size: 3rem;
}
@media screen and (min-width: 980px) {
  html body #section1 #cart hgroup span {
    font-size: 4.3rem;
  }
}
html body #section1 #cart .ph1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  html body #section1 #cart .ph1 {
    width: 50%;
    margin-left: auto;
    margin-top: 120px;
  }
}
html body #section1 #cart .text-area {
  width: 76%;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  html body #section1 #cart .text-area.text1 {
    width: 310px;
    position: absolute;
    left: 80px;
    top: 0;
    margin-top: 287.5px;
  }
  html body #section1 #cart .text-area.text2 {
    width: 160.5px;
    position: absolute;
    left: 29.6486090776%;
    bottom: 0;
  }
}
html body #section1 #cart .text-area p {
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
@media screen and (min-width: 980px) {
  html body #section1 #cart .text-area p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
html body #section1 #cart .ph2 {
  width: 76%;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  html body #section1 #cart .ph2 {
    width: 27.4524158126%;
    margin-top: -28.9165446559%;
    margin-left: 0;
  }
}
html body #section1 #others {
  margin-top: 90px;
}
@media screen and (min-width: 980px) {
  html body #section1 #others {
    margin-top: 161px;
  }
}
@media screen and (min-width: 980px) {
  html body #section1 #others .splide {
    visibility: visible;
  }
}
@media screen and (min-width: 980px) {
  html body #section1 #others .splide .splide__track .splide__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  html body #section1 #others .splide .splide__track .splide__list .splide__slide {
    width: 27.4158125915%;
    margin-inline: 0.9150805271%;
  }
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph {
  position: relative;
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph img {
  position: relative;
  z-index: 1;
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph .text-area {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: white;
  translate: -50% 0;
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph .text-area .credit-box {
  margin-top: 10px;
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph .text-area h3 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.0188;
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph .text-area h3 span {
  font-size: 1.5rem;
  display: block;
  margin-top: 4px;
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph.ph3 .text1 {
  left: 24.4%;
  margin-top: 38px;
}
@media screen and (min-width: 980px) {
  html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph.ph3 .text1 {
    margin-top: 60px;
  }
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph.ph3 .text2 {
  left: 75.7333333333%;
  margin-top: 38px;
}
@media screen and (min-width: 980px) {
  html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph.ph3 .text2 {
    margin-top: 60px;
  }
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph.ph4 .text-area {
  left: 70.9333333333%;
  margin-top: 145px;
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide .ph.ph5 .text-area {
  top: 66.0194174757%;
  left: 78.5333333333%;
  translate: -50% -50%;
}
html body #section1 #others .splide .splide__track .splide__list .splide__slide > p {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  html body #section1 #others .splide .splide__track .splide__list .splide__slide > p {
    font-size: 1.4rem;
  }
}
html body #section1 #others .splide .splide__pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
html body #section1 #others .splide .splide__pagination li {
  margin-inline: 5px;
  background-color: var(--blue);
}
html body #section1 #others .splide .splide__pagination li button {
  width: 75px;
  display: block;
  aspect-ratio: 150/187;
  background-size: 100% 100%;
  transition: 0.4s ease;
}
html body #section1 #others .splide .splide__pagination li button.is-active {
  opacity: 0.6;
}
html body #section1 #others .splide .splide__pagination li:nth-child(1) button {
  background-image: url("../img/doors_2025aw_living/section1-ph3.jpg");
}
html body #section1 #others .splide .splide__pagination li:nth-child(2) button {
  background-image: url("../img/doors_2025aw_living/section1-ph4.jpg");
}
html body #section1 #others .splide .splide__pagination li:nth-child(3) button {
  background-image: url("../img/doors_2025aw_living/section1-ph5.jpg");
}
html body #section2 {
  padding-top: 40px;
}
@media screen and (min-width: 980px) {
  html body #section2 {
    padding-top: 158px;
  }
}
html body #section2 .section-head {
  text-align: center;
}
html body #section2 .section-head h2 {
  font-size: 3.5rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #section2 .section-head h2 {
    font-size: 4.5rem;
  }
}
html body #section2 .section-head .lead {
  font-size: 1.2rem;
  line-height: 1.5416666667;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  html body #section2 .section-head .lead {
    font-size: 1.4rem;
    line-height: 1.6071428571;
    margin-top: 25px;
  }
}
html body #section2 .profile-box {
  width: 80%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  html body #section2 .profile-box {
    width: 100%;
  }
}
html body #section2 .profile-box .ph {
  width: 26.6666666667%;
}
@media screen and (min-width: 980px) {
  html body #section2 .profile-box .ph {
    width: 80px;
  }
}
html body #section2 .profile-box .profile-text-area {
  flex: 1;
  padding-left: 15px;
}
html body #section2 .profile-box .profile-text-area .name {
  font-size: 1.3rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #section2 .profile-box .profile-text-area .name {
    font-size: 1.4rem;
  }
}
html body #section2 .profile-box .profile-text-area .desc {
  font-size: 1.1rem;
  line-height: 1.4545454545;
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  html body #section2 .profile-box .profile-text-area .desc {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
html body #section2 .interview {
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview {
    margin-top: 75px;
    display: flex;
    align-items: flex-start;
  }
}
html body #section2 .interview .ph1 {
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview .ph1 {
    width: 50%;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
  }
}
html body #section2 .interview .ph1 img {
  position: relative;
  z-index: 1;
}
html body #section2 .interview .ph1 .credit-box {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 2;
  color: white;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview .ph1 .credit-box {
    left: 30px;
    bottom: 20px;
  }
}
html body #section2 .interview .interview-content {
  padding-top: 40px;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview .interview-content {
    width: 50%;
  }
}
html body #section2 .interview .interview-content hgroup {
  text-align: center;
}
html body #section2 .interview .interview-content hgroup p {
  font-size: 1.2rem;
  font-family: "century-old-style-std", serif;
  font-weight: 400;
  font-style: normal;
  color: #af9871;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview .interview-content hgroup p {
    font-size: 1.4rem;
  }
}
html body #section2 .interview .interview-content hgroup h3 {
  font-size: 2rem;
  line-height: 1.25;
  margin-top: 10px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview .interview-content hgroup h3 {
    font-size: 2.5rem;
  }
}
html body #section2 .interview .interview-content .text-area {
  width: 80%;
  margin-inline: auto;
  margin-top: 35px;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview .interview-content .text-area {
    width: 528px;
    margin-top: 50px;
  }
}
html body #section2 .interview .interview-content .text-area p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1.5em;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview .interview-content .text-area p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1.7em;
  }
}
html body #section2 .interview .interview-content .text-area p.ask {
  color: #af9871;
}
@media screen and (min-width: 980px) {
  html body #section2 .interview .interview-content .profile-box {
    width: 528px;
  }
}
@media screen and (min-width: 980px) {
  html body #section2 .block-wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
html body #section2 .block-wrapper .block {
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  html body #section2 .block-wrapper .block {
    width: 43.9238653001%;
    margin-top: 120px;
  }
}
html body #section2 .block-wrapper .block .text-area .credit-box {
  width: 80%;
  margin-inline: auto;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #section2 .block-wrapper .block .text-area .credit-box {
    width: 100%;
  }
}
html body #section2 #living-products {
  width: 92%;
  margin-inline: auto;
  border: 1px solid black;
  border-radius: 15px;
  padding-top: 15px;
  margin-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 980px) {
  html body #section2 #living-products {
    margin-top: 120px;
    width: 87.8477306003%;
    border-radius: 20px;
    padding-top: 60.5px;
    padding-bottom: 70px;
  }
}
html body #section2 #living-products .hgroup h3 {
  text-align: center;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 980px) {
  html body #section2 #living-products .hgroup h3 {
    font-size: 2.5rem;
  }
}
html body #section2 #living-products .hgroup .ph4 {
  width: 86.9565217391%;
  margin-inline: auto;
  margin-top: 15px;
}
html body #section2 #living-products .hgroup p {
  width: 86.9565217391%;
  margin-inline: auto;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
@media screen and (min-width: 980px) {
  html body #section2 #living-products .hgroup p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  html body #section2 #living-products .ph-wrapper {
    width: 90.0833333333%;
    margin-inline: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }
  html body #section2 #living-products .ph-wrapper .ph4 {
    width: 50%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
}
html body #section2 #living-products .ph-wrapper .right {
  width: 86.9565217391%;
  margin-inline: auto;
}
@media screen and (min-width: 980px) {
  html body #section2 #living-products .ph-wrapper .right {
    width: 37.0027752081%;
  }
}
html body #section2 #living-products .ph-wrapper .right .ph {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  html body #section2 #living-products .ph-wrapper .right .ph {
    margin-top: 0;
  }
  html body #section2 #living-products .ph-wrapper .right .ph.ph6 {
    margin-top: 40px;
  }
}
html body #section2 #living-products .ph-wrapper .right .credit-box {
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body #section3 {
  background-color: #f29600;
  margin-top: 40px;
  padding-top: 30px;
}
@media screen and (min-width: 980px) {
  html body #section3 {
    margin-top: 120px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 50px;
  }
}
html body #section3 hgroup {
  text-align: center;
}
@media screen and (min-width: 980px) {
  html body #section3 hgroup {
    width: 100%;
  }
}
html body #section3 hgroup h2 {
  width: 192px;
  margin-inline: auto;
}
@media screen and (min-width: 980px) {
  html body #section3 hgroup h2 {
    width: 244.5px;
  }
}
html body #section3 hgroup p {
  font-size: 1.4rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 8px;
  font-size: 1.5rem;
}
html body #section3 .recipe-block {
  padding-top: 25px;
  border-bottom: 1px solid #cc7900;
  padding-bottom: 30px;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block {
    width: 50%;
    margin-top: 40px;
    border-right: 1px solid #cc7900;
    border-bottom: none;
    padding-bottom: 0;
  }
}
html body #section3 .recipe-block .recipe-head {
  text-align: center;
}
html body #section3 .recipe-block .recipe-head p {
  font-size: 1.1rem;
  font-family: "century-old-style-std", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
html body #section3 .recipe-block .recipe-head h3 {
  font-size: 2.2rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 4px;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .recipe-head h3 {
    margin-top: 6px;
  }
}
html body #section3 .recipe-block .ph {
  width: 89.3333333333%;
  margin-inline: auto;
  margin-top: 15px;
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .ph {
    width: 79.0629575403%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  html body #section3 .recipe-block .ph {
    width: 93.7042459736%;
  }
}
html body #section3 .recipe-block .ph img {
  position: relative;
  z-index: 1;
}
html body #section3 .recipe-block .ph .credit-box {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 2;
  color: white;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .ph .credit-box {
    left: 25px;
    bottom: 20px;
  }
}
html body #section3 .recipe-block .text-area {
  width: 82.6666666667%;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .text-area {
    width: 79.0629575403%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  html body #section3 .recipe-block .text-area {
    width: 93.7042459736%;
  }
}
html body #section3 .recipe-block .text-area .whats h4 {
  font-size: 1.2rem;
  font-family: "century-old-style-std", serif;
  font-weight: 800;
  font-style: normal;
}
html body #section3 .recipe-block .text-area .whats p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .text-area .whats p {
    width: 363.5px;
    font-size: 1.3rem;
  }
}
html body #section3 .recipe-block .text-area .ingredients {
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .text-area .ingredients {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
html body #section3 .recipe-block .text-area .ingredients .block {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .text-area .ingredients .block {
    width: 210px;
  }
}
html body #section3 .recipe-block .text-area .ingredients .block .zairyou-head {
  font-size: 1.2rem;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
html body #section3 .recipe-block .text-area .ingredients .block .zairyou {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .text-area .ingredients .block .zairyou {
    letter-spacing: -0.06em;
  }
}
html body #section3 .recipe-block .text-area .ingredients .block2 {
  position: relative;
}
html body #section3 .recipe-block .text-area .ingredients .block2 p {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-family: "century-old-style-std", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
}
html body #section3 .recipe-block .text-area .ingredients .block2 .doors {
  font-size: 1.2rem;
  font-family: "century-old-style-std", serif;
  font-weight: 800;
  font-style: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .text-area .ingredients .block2 .doors {
    margin-top: 0;
  }
}
html body #section3 .recipe-block .text-area .ingredients .block2 .doors::after {
  content: "";
  width: 60px;
  height: 5px;
  display: block;
  position: absolute;
  left: calc(100% + 5px);
  top: 5px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
html body #section3 .recipe-block .text-area .ingredients .block2 .note {
  font-size: 1rem;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}
html body #section3 .recipe-block .text-area .ingredients .item {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block .text-area .ingredients .item {
    right: 0;
  }
}
html body #section3 .recipe-block.recipe1 .text-area .ingredients .item {
  width: 140px;
  right: -10px;
  bottom: 20px;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block.recipe1 .text-area .ingredients .item {
    width: 145px;
    right: -123px;
    bottom: -5px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1120px) {
  html body #section3 .recipe-block.recipe1 .text-area .ingredients .item {
    right: -103px;
  }
}
@media screen and (min-width: 1300px) {
  html body #section3 .recipe-block.recipe1 .text-area .ingredients .block1 {
    width: 50%;
  }
}
@media screen and (min-width: 980px) and (max-width: 1120px) {
  html body #section3 .recipe-block.recipe1 .text-area .ingredients .block2 .doors::after {
    width: 30px;
  }
}
html body #section3 .recipe-block.recipe2 {
  border-bottom: none;
}
html body #section3 .recipe-block.recipe2 .text-area .ingredients .item {
  width: 80.5px;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 980px) {
  html body #section3 .recipe-block.recipe2 .text-area .ingredients .item {
    right: -103px;
    bottom: -25px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1120px) {
  html body #section3 .recipe-block.recipe2 .text-area .ingredients .item {
    right: -73px;
  }
}
@media screen and (min-width: 1300px) {
  html body #section3 .recipe-block.recipe2 .text-area .ingredients .block1 {
    width: 50%;
  }
}
html body #section3 .recipe-block.recipe2 .text-area .ingredients .block2 .doors::after {
  width: 85px;
}
@media screen and (min-width: 980px) and (max-width: 1120px) {
  html body #section3 .recipe-block.recipe2 .text-area .ingredients .block2 .doors::after {
    width: 65px;
  }
}
html body #outro {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 980px) {
  html body #outro {
    width: 88.2869692533%;
    margin-inline: auto;
    padding-top: 85px;
  }
}
html body #outro .logo {
  display: block;
  width: 125px;
  margin-inline: auto;
}
@media screen and (min-width: 980px) {
  html body #outro .logo {
    margin-left: 0;
  }
}
html body #outro hgroup {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  html body #outro hgroup {
    text-align: left;
  }
}
html body #outro hgroup h2 {
  font-size: 2rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html body #outro hgroup .season {
  font-size: 1.2rem;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 10px;
}
html body #outro .staff {
  margin-top: 30px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #outro .staff {
    text-align: left;
  }
}
html body #outro .banners {
  width: 86.5671641791%;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  html body #outro .banners {
    position: absolute;
    width: 628px;
    display: flex;
    justify-content: space-between;
    right: 50px;
    bottom: 90px;
  }
}
html body #outro .banners .banner {
  margin-bottom: 12.5px;
  display: block;
}
@media screen and (min-width: 980px) {
  html body #outro .banners .banner {
    overflow: hidden;
    margin-bottom: 0;
    width: 47.7707006369%;
  }
  html body #outro .banners .banner img {
    transition: 0.6s ease;
  }
  html body #outro .banners .banner:hover img {
    scale: 1.05;
  }
}
html body #outro .links {
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  html body #outro .links {
    margin-top: 80px;
  }
}
html body #outro .links .line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9090909091;
}
@media screen and (min-width: 980px) {
  html body #outro .links .line {
    justify-content: flex-start;
  }
}
html body #outro .links .line span {
  margin-inline: 1em;
}
html body #outro .links .line a:hover {
  text-decoration: underline;
}
html body #outro .copy {
  text-align: center;
  font-size: 1rem;
  margin-top: 20px;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 980px) {
  html body #outro .copy {
    text-align: left;
  }
}
