<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
  margin-bottom: 0;
}

.yoriyoiume {
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_paper1.png);
  background-size: 500px auto;
  background-position: center bottom;
  background-repeat: repeat;
}
.yoriyoiume .sns_share {
  margin-bottom: 0;
}
.yoriyoiume_wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
}
.yoriyoiume_wrapper img {
  max-width: 100%;
  vertical-align: middle;
}
.yoriyoiume_mv {
  position: relative;
}
.yoriyoiume_mv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/philosophy/yoriyoiumezukuri/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transition: -webkit-filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.yoriyoiume_mv.anm::before {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  transform: none;
}
.yoriyoiume_mv &gt; h1 {
  height: auto;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-size: 5.8rem;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 0.8s 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.yoriyoiume_mv &gt; h1 &gt; span {
  padding-top: 40px;
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.4rem;
  -webkit-transition: opacity 0.8s 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  opacity: 0;
}
.yoriyoiume_mv.anm &gt; h1 {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.yoriyoiume_mv.anm &gt; h1 &gt; span {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.yoriyoiume_intro {
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.yoriyoiume_intro_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.yoriyoiume_intro_copy {
  text-align: center;
  width: 100%;
}
.yoriyoiume_intro_copy &gt; dt, .yoriyoiume_intro_copy &gt; dd {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.yoriyoiume_intro_copy &gt; dt {
  font-size: 3.6rem;
}
.yoriyoiume_intro_copy &gt; dd {
  font-size: 2rem;
  padding-top: 1.8em;
  line-height: 1.9;
}
.yoriyoiume_intro_copy:nth-of-type(1) &gt; dt {
  color: #272727;
}
.yoriyoiume_intro_copy:nth-of-type(1) &gt; dd {
  color: #272727;
}
.yoriyoiume_intro_copy:nth-of-type(2) &gt; dt {
  color: #ffffff;
}
.yoriyoiume_intro_copy:nth-of-type(2) &gt; dd {
  color: #ffffff;
}
.yoriyoiume_anchor {
  padding-bottom: 10px;
  position: sticky;
  top: 73px;
  z-index: 1;
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_paper1.png);
  background-size: 500px auto;
  background-repeat: repeat;
  background-position: center top;
  padding: 30px 0;
}
.yoriyoiume_anchor &gt; ul {
  max-width: 1165px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.yoriyoiume_anchor &gt; ul &gt; li {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  border-left: 1px solid #682525;
  padding: 0 24px;
  font-size: 1.6rem;
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}
.yoriyoiume_anchor &gt; ul &gt; li:last-of-type {
  border-right: 1px solid #682525;
}
.yoriyoiume_anchor &gt; ul &gt; li &gt; a {
  color: #682525;
}
.yoriyoiume_spanchor {
  background-color: #a99b7d;
  text-align: center;
  position: sticky;
  top: 65px;
  z-index: 1;
}
.yoriyoiume_spanchor &gt; p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
}
.yoriyoiume_spanchor &gt; p &gt; a {
  display: block;
  padding: 1em 0;
  color: #fff;
}
.yoriyoiume_spanchor &gt; p &gt; a &gt; span {
  display: inline-block;
}
.yoriyoiume_spanchor &gt; p &gt; a &gt; span:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  background-image: url(../images/philosophy/yoriyoiumezukuri/icon_arr_1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.yoriyoiume_spanchor &gt; p &gt; a.open &gt; span:after {
  background-image: url(../images/philosophy/yoriyoiumezukuri/icon_arr_2.png);
}
.yoriyoiume_spanchor &gt; ul {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  background-color: #a99b7d;
  overflow: hidden;
}
.yoriyoiume_spanchor &gt; ul &gt; li {
  width: 70%;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #fff;
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
}
.yoriyoiume_spanchor &gt; ul &gt; li:last-of-type {
  border-bottom: none;
  padding-bottom: 15px;
}
.yoriyoiume_spanchor &gt; ul &gt; li &gt; a {
  display: block;
  padding: 15px 0;
  color: #fff;
}
.yoriyoiume_sec.beige {
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_paper2.png);
  background-size: 500px auto;
  background-position: center top;
  margin-top: 260px;
  padding-bottom: 260px;
}
.yoriyoiume_sec_summary {
  padding-top: 260px;
}
.yoriyoiume_sec_summary.beige {
  padding-top: 240px;
}
.yoriyoiume_sec_summary &gt; h2 {
  font-family: "Klee One", cursive;
  font-weight: 600;
  text-align: center;
  color: #682525;
  font-size: 4rem;
  letter-spacing: 0.4rem;
}
.yoriyoiume_sec_summary &gt; h2 &gt; span {
  display: inline-block;
  width: 104px;
  margin-bottom: 0.8em;
}
.yoriyoiume_sec_summary &gt; div {
  max-width: 1630px;
  margin: 95px auto 0 auto;
  overflow: hidden;
}
.yoriyoiume_sec_summary &gt; div img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  width: 1630px;
  max-width: initial;
  position: relative;
  left: 50%;
  translate: -50% 0;
}
.yoriyoiume_sec_summary &gt; p {
  font-family: "Klee One", cursive;
  font-weight: 600;
  color: #682525;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  max-width: 850px;
  margin: 90px auto 0 auto;
}
.yoriyoiume_sec_list_li {
  margin-top: 125px;
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_copy_1_1_pc.png);
  background-size: 2400px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.yoriyoiume_sec_list_li.beige {
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_copy_2_1_pc.png);
}
.yoriyoiume_sec_list_li &gt; div {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.yoriyoiume_sec_list_li:nth-of-type(even) {
  margin-top: 145px;
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_copy_1_2_pc.png);
  background-position: center bottom 68%;
}
.yoriyoiume_sec_list_li:nth-of-type(even).beige {
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_copy_2_2_pc.png);
}
.yoriyoiume_sec_list_li:nth-of-type(even) &gt; div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.yoriyoiume_sec_list_li:last-of-type {
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_copy_1_3_pc.png);
}
.yoriyoiume_sec_list_li:last-of-type.beige {
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_copy_2_3_pc.png);
}
.yoriyoiume_sec_list_li_image {
  width: 548px;
}
.yoriyoiume_sec_list_li_image &gt; img {
  width: 100%;
}
.yoriyoiume_sec_list_li_image &gt; span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6rem;
  padding-top: 0.6em;
  padding-bottom: 1.6em;
}
.yoriyoiume_sec_list_li_copy {
  width: 548px;
}
.yoriyoiume_sec_list_li_copy &gt; div &gt; h3 {
  display: inline-block;
  margin-top: 135px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  color: #fff;
  font-size: 3rem;
  padding: 0.3em 1em 0.4em;
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_subtitle_1_m.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
.yoriyoiume_sec_list_li_copy.beige &gt; div &gt; h3 {
  background-image: url(../images/philosophy/yoriyoiumezukuri/bg_subtitle_2_m.png);
  color: #682525;
}
.yoriyoiume_sec_list_li_copy &gt; p {
  margin-top: 35px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  color: #682525;
  line-height: 1.8;
  font-size: 1.83rem;
}
.yoriyoiume_sec_list_li:nth-of-type(even) .yoriyoiume_sec_list_li_image {
  text-align: right;
}
.yoriyoiume_sec_list_li:nth-of-type(even) .yoriyoiume_sec_list_li_copy &gt; div {
  margin-top: 25px;
  text-align: right;
}
.yoriyoiume_sec_list_li:nth-of-type(even) .yoriyoiume_sec_list_li_copy &gt; div &gt; h3 {
  margin-top: 0;
}
.yoriyoiume_sec_message {
  margin-top: 215px;
}
.yoriyoiume_sec_message &gt; dl {
  max-width: 998px;
  margin: 0 auto;
  background-color: rgba(191, 174, 128, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 34px;
}
.yoriyoiume_sec_message &gt; dl &gt; dt {
  width: 270px;
}
.yoriyoiume_sec_message &gt; dl &gt; dd {
  width: 575px;
}
.yoriyoiume_sec_message &gt; dl &gt; dd &gt; .title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.1rem;
  color: #682525;
  border-bottom: 1px solid #682525;
  text-align: right;
  padding-bottom: 0.5em;
}
.yoriyoiume_sec_message &gt; dl &gt; dd &gt; .message {
  margin-top: 35px;
}
.yoriyoiume_sec_message &gt; dl &gt; dd &gt; .message &gt; p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.8;
}
.yoriyoiume_sec_message &gt; dl &gt; dd &gt; .message &gt; p.name {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.yoriyoiume_sec_message &gt; dl &gt; dd &gt; .message &gt; p.name &gt; span {
  font-size: 2.4rem;
}
.yoriyoiume_sec_message.baige &gt; dl {
  background-color: rgba(255, 255, 255, 0.55);
}
.yoriyoiume_sec_movie {
  margin-top: 220px;
}
.yoriyoiume_sec_movie &gt; h3 {
  color: #682525;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
}
.yoriyoiume_sec_movie &gt; h3 &gt; span {
  display: inline-block;
  padding-top: 1em;
  font-size: 2.2rem;
  padding-top: 1em;
}
.yoriyoiume_sec_movie &gt; div {
  max-width: 1000px;
  margin: 0 auto;
}
.yoriyoiume_sec_movie &gt; div &gt; iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.yoriyoiume dl &gt; dt {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}
.yoriyoiume dl.anm &gt; dt {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.yoriyoiume dl &gt; dd {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.yoriyoiume dl.anm &gt; dd {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.yoriyoiume ul &gt; li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.yoriyoiume ul &gt; li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.yoriyoiume ul &gt; li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.yoriyoiume ul &gt; li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.yoriyoiume ul &gt; li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.yoriyoiume ul &gt; li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.yoriyoiume ul &gt; li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.yoriyoiume ul &gt; li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.yoriyoiume ul &gt; li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.yoriyoiume ul &gt; li {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  opacity: 0;
}
.yoriyoiume ul.anm &gt; li {
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}
.yoriyoiume h2 {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}
.yoriyoiume h2.anm {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.yoriyoiume h3 {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}
.yoriyoiume h3.anm {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.yoriyoiume p {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}
.yoriyoiume p.anm {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.yoriyoiume div &gt; picture &gt; img, .yoriyoiume div &gt; img {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
}
.yoriyoiume div &gt; span {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s, opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.8s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0;
}
.yoriyoiume div.anm &gt; picture &gt; img, .yoriyoiume div.anm &gt; img, .yoriyoiume div.anm &gt; span {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.oriyoiume_sns {
  padding-top: 270px;
  padding-bottom: 320px;
}

@media screen and (max-width: 750px) {
  .yoriyoiume {
    background-size: 100px auto;
  }
  .yoriyoiume_mv::before {
    background-image: url(../images/philosophy/yoriyoiumezukuri/mv_sp.jpg);
    background-size: 100% 100%;
    padding-bottom: 80%;
  }
  .yoriyoiume_mv {
    background-image: url(../images/philosophy/yoriyoiumezukuri/mv_sp.jpg);
    aspect-ratio: 750/805;
  }
  .yoriyoiume_mv &gt; h1 {
    font-size: 2.8rem;
    padding-top: 46%;
    padding-bottom: 0;
  }
  .yoriyoiume_mv &gt; h1 &gt; span {
    padding-top: 18px;
    font-size: 1.5rem;
  }
  .yoriyoiume_intro {
    background-image: url(../images/philosophy/yoriyoiumezukuri/bg_intro_sp.jpg);
    aspect-ratio: 750/1789;
  }
  .yoriyoiume_intro_copy &gt; dt {
    font-size: 2.5rem;
  }
  .yoriyoiume_intro_copy &gt; dd {
    font-size: 1.5rem;
    padding-top: 1.5em;
  }
  .yoriyoiume_sec.beige {
    background-size: 100px auto;
    margin-top: 110px;
    padding-bottom: 100px;
  }
  .yoriyoiume_sec_summary {
    padding-top: 135px;
    margin-top: -50px;
  }
  .yoriyoiume_sec_summary.beige {
    padding-top: 135px;
  }
  .yoriyoiume_sec_summary &gt; h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .yoriyoiume_sec_summary &gt; h2 &gt; span {
    margin-bottom: 0.2em;
    width: 75px;
  }
  .yoriyoiume_sec_summary &gt; div {
    width: 86%;
    margin: 50px auto 0 auto;
  }
  .yoriyoiume_sec_summary &gt; div img {
    width: auto;
    max-width: 100%;
  }
  .yoriyoiume_sec_summary &gt; p {
    font-size: 1.5rem;
    line-height: 1.6;
    width: 86%;
    margin: 40px auto 40px auto;
  }
  .yoriyoiume_sec_list_li.beige {
    background-image: none;
  }
  .yoriyoiume_sec_list_li {
    margin-top: 0;
    background-image: none;
  }
  .yoriyoiume_sec_list_li &gt; div {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even) {
    margin-top: 50px;
    background-image: none;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even).beige {
    background-image: none;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even) {
    margin-top: 0;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even) &gt; div {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .yoriyoiume_sec_list_li:last-of-type {
    background-image: none;
  }
  .yoriyoiume_sec_list_li:last-of-type.beige {
    background-image: none;
  }
  .yoriyoiume_sec_list_li_image {
    width: 100%;
  }
  .yoriyoiume_sec_list_li_image &gt; img {
    width: 93%;
  }
  .yoriyoiume_sec_list_li_image &gt; span {
    font-size: 1.2rem;
    padding: 0.6em 1.2em 60px;
  }
  .yoriyoiume_sec_list_li_copy {
    width: 100%;
    background-image: url(../images/philosophy/yoriyoiumezukuri/bg_copy_1_sp.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 80% 80%;
  }
  .yoriyoiume_sec_list_li_copy &gt; div {
    text-align: right;
    margin-top: -50px;
  }
  .yoriyoiume_sec_list_li_copy &gt; div &gt; h3 {
    margin-top: 30px;
    font-size: 2.2rem;
    padding: 0.3em 1em 0.5em;
  }
  .yoriyoiume_sec_list_li_copy.beige {
    background-image: url(../images/philosophy/yoriyoiumezukuri/bg_copy_2_sp.png);
    background-size: 100px auto;
  }
  .yoriyoiume_sec_list_li_copy &gt; p {
    font-size: 1.5rem;
    width: 86%;
    margin: 25px auto 0 auto;
    padding-bottom: 30px;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even) .yoriyoiume_sec_list_li_image {
    position: relative;
    top: -30px;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even) .yoriyoiume_sec_list_li_image &gt; img {
    display: inline-block;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even) .yoriyoiume_sec_list_li_image &gt; span {
    padding-bottom: 20px;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even) .yoriyoiume_sec_list_li_copy {
    padding-bottom: 30px;
  }
  .yoriyoiume_sec_list_li:nth-of-type(even) .yoriyoiume_sec_list_li_copy &gt; div {
    margin-top: 0;
    padding-top: 30px;
    text-align: left;
  }
  .yoriyoiume_sec_message {
    margin-top: 70px;
  }
  .yoriyoiume_sec_message &gt; dl {
    width: 92%;
    display: block;
  }
  .yoriyoiume_sec_message &gt; dl &gt; dt {
    width: 70%;
    margin: 0 auto 30px auto;
  }
  .yoriyoiume_sec_message &gt; dl &gt; dd {
    width: 100%;
    margin: 0 auto;
  }
  .yoriyoiume_sec_message &gt; dl &gt; dd &gt; .title {
    font-size: 1.5rem;
    text-align: center;
  }
  .yoriyoiume_sec_message &gt; dl &gt; dd &gt; .message {
    margin-top: 25px;
  }
  .yoriyoiume_sec_message &gt; dl &gt; dd &gt; .message &gt; p {
    font-size: 1.5rem;
  }
  .yoriyoiume_sec_message &gt; dl &gt; dd &gt; .message &gt; p.name {
    text-align: center;
    font-size: 1.5rem;
  }
  .yoriyoiume_sec_message &gt; dl &gt; dd &gt; .message &gt; p.name &gt; span {
    font-size: 1.8rem;
  }
  .yoriyoiume_sec_movie {
    margin-top: 65px;
  }
  .yoriyoiume_sec_movie &gt; h3 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .yoriyoiume_sec_movie &gt; h3 &gt; span {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .yoriyoiume_sec_movie &gt; div {
    width: 92%;
  }
  .oriyoiume_sns {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 751px), print {
  .yoriyoiume_mv {
    height: auto;
    width: 100%;
    height: 0;
    padding-bottom: max(734px, 38.2291666667%);
  }
  .yoriyoiume_mv &gt; h1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
  }
  .yoriyoiume_intro {
    height: 0;
    padding-bottom: max(1310px, 68.2291666667%);
  }
}

@media screen and (min-width: 751px) and (max-width: 2780px) {
  .yoriyoiume_intro_copy &gt; dt {
    font-size: 3.2rem;
  }
  .yoriyoiume_intro_copy &gt; dd {
    font-size: 1.7rem;
  }
}

.corpo_nav{
    margin-top: 150px;
}
.corpo_nav .item{
    opacity: 1;    
}
.corpo_nav .item a .image img{
    opacity: 1;
}
.oriyoiume_sns{
    padding-top: 0;
}
@media screen and (max-width: 750px){
    .corpo_nav{
        margin-top: 30px;
    }
}</pre></body></html>