
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 5);
  -webkit-font-smoothing: antialiased; }

body {
  overflow-x: hidden;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #e0dcd6;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 10px; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit;
  touch-action: manipulation; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.en {
  font-family: sans-serif; }

.slide .photo {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .photo:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .photo {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: calc(100% + 1.6rem);
  left: 0;
  right: 0; }
  .slide .slick-dots li {
    overflow: hidden;
    flex-basis: 2rem;
    margin: 0 0 0 0.3rem; }
    .slide .slick-dots li:first-child:last-child {
      display: none; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 100%;
      height: 2px;
      text-indent: -9999em;
      background-color: #6f6557;
      transition: background-color 0.2s ease-out; }
    .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
      background-color: #ffffff; }
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 2rem;
  height: 3rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: contain; }
  .slide .slick-arrow.slick-prev {
    left: 1.1rem; }
  .slide .slick-arrow.slick-next {
    right: 1.1rem;
    transform: rotate(180deg); }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #1a1a1a, #1a1a1a);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 769px) {
  .slide .slick-dots {
    top: calc(100% + 16px); }
    .slide .slick-dots li {
      flex-basis: 20px;
      margin: 0 3px 0 0; }
      .slide .slick-dots li button {
        width: 20px;
        height: 3px; }
  .slide .slick-arrow {
    width: 4rem;
    height: 4rem; }
    .slide .slick-arrow.slick-prev {
      left: 0.6rem; }
    .slide .slick-arrow.slick-next {
      right: 0.6rem; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

.modeSPib {
  display: inline-block; }
  .modeSPib.important {
    display: inline-block !important; }

@media screen and (min-width: 769px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP,
  .modeSPib {
    display: none; }
    .modeSP.important,
    .modeSPib.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  48% {
    opacity: 0; }
  52% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes mvTitleAnimation {
  0% {
    clip-path: inset(100% 0 0 0);
    transform: translateY(2rem); }
  60% {
    clip-path: inset(-5% 0 0 0); }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateY(0); } }
@keyframes scrolldown {
  0% {
    background-position: 0 100%; }
  50% {
    background-position: 0 0%; }
  100% {
    background-position: 0 -100%; } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.content {
  position: relative; }

.contentInner {
  width: calc(440 / 500 * 100%);
  margin: auto; }

.scrollPosition {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
  will-change: transform, opacity; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 769px) {
  .scrollPosition {
    margin-top: 0 !important;
    padding-top: 0 !important; } }
#stage #scene1,
#stage #scene2 {
  display: none; }

@media screen and (min-width: 769px) {
  #stage {
    display: grid;
    grid-template-areas: "scene1 mainContents";
    grid-template-columns: 1fr 500px;
    position: relative; }
    #stage #scene1 {
      display: block;
      grid-area: scene1;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh; }
      #stage #scene1 .logo {
        width: 70%;
        max-width: 240px;
        margin: calc(12 / 200 * 100%) 0 0 calc(25 / 200 * 100%); }
      #stage #scene1 .menuWrap {
        width: 70%;
        max-width: 180px;
        margin: 64px 0 0 calc(25 / 200 * 100%); }
        #stage #scene1 .menuWrap .menu .list .item {
          margin: 0 0 calc(28 / 180 * 100%) 0; }
          #stage #scene1 .menuWrap .menu .list .item.current a:before {
            opacity: 1; }
          #stage #scene1 .menuWrap .menu .list .item.current a .cls-2 {
            fill: #000000; }
          #stage #scene1 .menuWrap .menu .list .item a {
            display: block;
            position: relative; }
            #stage #scene1 .menuWrap .menu .list .item a:before {
              content: "";
              opacity: 0;
              position: absolute;
              top: 0;
              bottom: 0;
              left: -18px;
              width: 7px;
              height: 7px;
              background-color: #6f6557;
              margin: auto;
              border-radius: 50%;
              transition: all 0.2s ease-out; }
            #stage #scene1 .menuWrap .menu .list .item a:hover .cls-2 {
              fill: #000000; }
            #stage #scene1 .menuWrap .menu .list .item a svg {
              display: block; }
            #stage #scene1 .menuWrap .menu .list .item a .cls-2 {
              transition: all 0.2s ease-out; }
    #stage #scene2 {
      display: none;
      grid-area: scene2;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh; } }
@media screen and (min-width: 900px) {
  #stage {
    grid-template-areas: "scene1 mainContents scene2";
    grid-template-columns: 1fr 500px 1fr; }
    #stage #scene2 {
      display: block; }
      #stage #scene2 .logo {
        width: 70%;
        max-width: 240px;
        margin: calc(12 / 200 * 100%) calc(25 / 200 * 100%) 0 auto; } }
/* maincCntents */
#maincCntents {
  overflow: hidden; }

@media screen and (min-width: 769px) {
  #maincCntents {
    overflow: visible;
    position: relative;
    max-width: 500px;
    margin: auto; }
    #maincCntents:before, #maincCntents:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 10;
      width: 15px;
      filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.35));
      background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      will-change: filter; }
    #maincCntents:after {
      left: 100%;
      right: auto;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }
    #maincCntents .bgCategory {
      display: none;
      position: fixed;
      top: 100px;
      bottom: 0;
      left: -100vw;
      right: -100vw;
      width: 100vw;
      margin: auto; }
      #maincCntents .bgCategory.current {
        display: block; }
        #maincCntents .bgCategory.current .wrap .str {
          opacity: 1; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(1) {
            transition-delay: 0.2s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(2) {
            transition-delay: 0.4s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(3) {
            transition-delay: 0.6s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(4) {
            transition-delay: 0.8s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(5) {
            transition-delay: 1s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(6) {
            transition-delay: 1.2s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(7) {
            transition-delay: 1.4s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(8) {
            transition-delay: 1.6s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(9) {
            transition-delay: 1.8s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(10) {
            transition-delay: 2s; }
      #maincCntents .bgCategory .wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 74.5px;
        margin: 0 calc(10 / 200 * 100%) 0 auto; }
        #maincCntents .bgCategory .wrap .str {
          opacity: 0;
          margin: 0 0 6px 0;
          transition: opacity 0.3s ease-out; }
          #maincCntents .bgCategory .wrap .str.and {
            margin: 48px 0 41px 0; } }
@media screen and (min-width: 1350px) {
  #maincCntents .bgCategory .wrap {
    margin: 0 calc(25.3 / 200 * 100%) 0 auto; } }
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  #header #head {
    position: relative;
    z-index: 1000;
    background-color: #d4cec2; }

#globalNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }
  #globalNav .button {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(100 / 750 * 100vw);
    height: 0;
    background-color: #d4cec2;
    padding: calc(100 / 750 * 100vw) 0 0 0;
    box-sizing: border-box; }
    #globalNav .button .wrap {
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: calc(45 / 100 * 100%);
      height: 0;
      padding: calc(32 / 100 * 100%) 0 0 0;
      margin: auto; }
      #globalNav .button .wrap span {
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #231815;
        margin: auto;
        transition: all 0.2s; }
        #globalNav .button .wrap span:nth-of-type(1) {
          top: 0; }
        #globalNav .button .wrap span:nth-of-type(2) {
          top: calc(50% - 1px); }
        #globalNav .button .wrap span:nth-of-type(3) {
          bottom: 0; }
  #globalNav .menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100vh; }
    #globalNav .menu .menuBg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh; }
    #globalNav .menu .menuInner {
      overflow: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: calc(300 / 375 * 100vw);
      color: #ffffff;
      background-color: rgba(113, 101, 85, 0.92);
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box; }
    #globalNav .menu .wrap {
      position: relative;
      min-height: 100vh;
      min-height: 100dvh; }
      #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: calc(100 / 750 * 100vw) 0 0 0; }
      #globalNav .menu .wrap:after {
        top: auto;
        bottom: 0; }
    #globalNav .menu .title {
      width: calc(100 / 300 * 100%);
      margin: 0 0 calc(58 / 300 * 100%) calc(25 / 300 * 100%);
      padding: calc(76 / 300 * 100%) 0 0 0; }
    #globalNav .menu .list {
      position: relative;
      width: calc(220 / 300 * 100%);
      margin: 0 0 0 calc(31 / 300 * 100%);
      padding: 0 0 calc(245 / 300 * 100%) 0; }
      #globalNav .menu .list .item {
        margin: 0 0 calc(40 / 220 * 100%) 0; }
        #globalNav .menu .list .item a {
          display: block;
          width: 100%;
          padding: calc(7 / 220 * 100%) 0; }
  #globalNav.open .button {
    background-color: transparent; }
    #globalNav.open .button .wrap span {
      background-color: #ffffff; }
      #globalNav.open .button .wrap span:nth-of-type(1) {
        bottom: 0;
        left: 0;
        transform: translateY(50%) translateY(-1px) rotate(-45deg); }
      #globalNav.open .button .wrap span:nth-of-type(2) {
        opacity: 0;
        left: 0; }
      #globalNav.open .button .wrap span:nth-of-type(3) {
        top: 0;
        left: 0;
        transform: translateY(-50%) translateY(1px) rotate(45deg); }

@media screen and (min-width: 769px) {
  #globalNav {
    max-width: 550px;
    margin: auto; }
    #globalNav .button {
      position: absolute;
      width: calc(100 / 750 * 100%);
      padding: calc(100 / 750 * 100%) 0 0 0; }
    #globalNav .menu .menuBg {
      max-width: 550px;
      margin: auto; }
    #globalNav .menu .menuContent {
      overflow: hidden;
      max-width: 550px;
      height: 100vh;
      margin: auto;
      filter: blur(0);
      will-change: filter; }
    #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
      padding: calc(100 / 750 * 100%) 0 0 0; } }
#footer .content {
  background-color: #d4cfc4;
  padding: 0 0 calc(35 / 375 * 100%) 0; }
#footer .list {
  margin: 0 0 calc(20 / 350 * 100%) 0;
  padding: calc(20 / 350 * 100%); }
  #footer .list .item {
    font-size: 1.6rem;
    line-height: 1.13; }
    #footer .list .item a {
      display: inline-block;
      padding: 0.45em 0; }
#footer .logo {
  width: calc(300 / 350 * 100%);
  text-align: center;
  margin: 0 auto;
  padding: calc(13 / 350 * 100%) 0 calc(21 / 350 * 100%) 0; }
#footer .copy {
  font-size: 1.6rem;
  line-height: 1.13;
  text-align: center; }

/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #e0dcd6; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px); }
  66% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* titleType01 */
/* buttonType01 */
.buttonType01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 2.5rem; }
  .buttonType01:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.5rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg); }

/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5; }

#toTop a {
  color: #888888 !important; }

#toTop span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 13.2px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  margin: 0 auto;
  border: 1px solid #888888;
  border-radius: 50%; }

/* firstContent */
#firstContent .content {
  position: relative;
  z-index: 10;
  background: url(../images/common/bg_mv.png) center top no-repeat;
  background-size: cover;
  margin: 0 0 calc(75 / 500 * 100%) 0;
  aspect-ratio: 500 / 890; }
#firstContent .textWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: calc(51 / 500 * 100%) 0 0 0; }
  #firstContent .textWrap .text01 {
    opacity: 0;
    width: calc(198 / 500 * 100%);
    margin: 0 auto calc(32 / 500 * 100%) auto;
    transition: all 0.6s ease-out 1.2s; }
  #firstContent .textWrap .title {
    width: calc(411 / 500 * 100%);
    margin: 0 auto calc(29 / 500 * 100%) auto;
    clip-path: inset(100% 0 0 0);
    transform: translateY(2rem); }
  #firstContent .textWrap .text02 {
    opacity: 0;
    width: calc(337 / 500 * 100%);
    margin: 0 auto calc(45 / 500 * 100%) auto;
    transition: all 0.6s ease-out 1.2s; }
  #firstContent .textWrap .text03 {
    opacity: 0;
    width: calc(72 / 500 * 100%);
    margin: 0 0 0 calc(86 / 500 * 100%);
    transition: all 0.6s ease-out 1.2s; }
#firstContent .scroll {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(66 / 500 * 100%);
  margin: 0 auto calc(58 / 500 * 100%) auto;
  transition: all 0.6s ease-out 1.2s; }
  #firstContent .scroll:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 1px;
    margin: calc(8 / 66 * 100%) auto 0 auto;
    padding: calc(100 / 66 * 100%) 0 0 0;
    background-image: linear-gradient(to bottom, #000000 0%, #000000 50%, transparent 50%, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 1px 200%;
    animation: scrolldown 2.2s ease forwards infinite; }
.load_complete #firstContent .textWrap .text01 {
  opacity: 1; }
.load_complete #firstContent .textWrap .title {
  animation: mvTitleAnimation 2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards; }
.load_complete #firstContent .textWrap .text02 {
  opacity: 1; }
.load_complete #firstContent .textWrap .text03 {
  opacity: 1; }
.load_complete #firstContent .title .title01 {
  opacity: 1; }
.load_complete #firstContent .title .title02 {
  opacity: 1; }
.load_complete #firstContent .scroll {
  opacity: 1; }

/* underLink */
#underLink .content {
  z-index: 10; }
#underLink .wrap .list {
  display: flex;
  justify-content: space-between;
  width: calc(453 / 500 * 100%);
  margin: 0 auto calc(42 / 500 * 100%) auto; }
  #underLink .wrap .list .item {
    flex-basis: calc(136 / 453 * 100%); }

/* layoutType01 */
.layoutType01#tops .content {
  background-color: #a4ab99; }
.layoutType01#goods .content {
  background-color: #c1ba94; }
.layoutType01 .content {
  background-color: #bd9e93; }
.layoutType01 .titleWrap {
  position: relative;
  z-index: 2;
  margin: 0 0 calc(47 / 500 * 100%) 0; }
  .layoutType01 .titleWrap .title01,
  .layoutType01 .titleWrap .title03 {
    transform: translateY(0); }
  .layoutType01 .titleWrap .desc {
    font-size: 1.5rem;
    line-height: 1.73;
    transform: translateY(0); }
.layoutType01 .list {
  position: relative;
  z-index: 2;
  padding: 0 0 calc(50 / 440 * 100%) 0; }
  .layoutType01 .list .item {
    margin: 0 0 calc(65 / 440 * 100%) 0;
    padding: calc(33 / 440 * 100%) 0 0 0; }
    .layoutType01 .list .item:last-child {
      margin-bottom: 0; }
    .layoutType01 .list .item .slideWrap {
      position: relative;
      padding: 0 0 2.3rem 0; }
      .layoutType01 .list .item .slideWrap .category {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: calc(90 / 440 * 100%);
        margin: calc(-45 / 440 * 100%) 0 0 calc(-20 / 440 * 100%); }
    .layoutType01 .list .item .wrap {
      margin: 0 0 calc(10 / 440 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .name {
        font-size: 2.4rem;
        line-height: 1.58;
        letter-spacing: 0.14rem;
        margin: 0 0 calc(17 / 440 * 100%) 0; }
        .layoutType01 .list .item .wrap .data .name .narrow {
          letter-spacing: -0.03em; }
      .layoutType01 .list .item .wrap .data .area,
      .layoutType01 .list .item .wrap .data .brand,
      .layoutType01 .list .item .wrap .data .price {
        display: flex;
        font-size: 1.6rem;
        line-height: 1.63;
        margin: 0 0 calc(8 / 440 * 100%) 0; }
        .layoutType01 .list .item .wrap .data .area .head,
        .layoutType01 .list .item .wrap .data .brand .head,
        .layoutType01 .list .item .wrap .data .price .head {
          flex-basis: 3.5em;
          font-size: 1.4rem;
          line-height: 1.86; }
      .layoutType01 .list .item .wrap .data .desc {
        font-size: 1.6rem;
        line-height: 1.75;
        padding: calc(10 / 440 * 100%) 0 0 0; }
        .layoutType01 .list .item .wrap .data .desc .note {
          display: block;
          font-size: 1.3rem;
          line-height: 1.92; }
      .layoutType01 .list .item .wrap .info {
        border-bottom: 2px solid #000000; }
        .layoutType01 .list .item .wrap .info a {
          display: block;
          padding: calc(23 / 440 * 100%) 0; }
        .layoutType01 .list .item .wrap .info .box {
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: relative; }
          .layoutType01 .list .item .wrap .info .box .shopLogo {
            flex-basis: calc(100 / 440 * 100%); }
            .layoutType01 .list .item .wrap .info .box .shopLogo.large1 {
              flex-basis: calc(157 / 440 * 100%); }
            .layoutType01 .list .item .wrap .info .box .shopLogo.large2 {
              flex-basis: calc(173 / 440 * 100%); }
          .layoutType01 .list .item .wrap .info .box .buttonWrap {
            flex-basis: calc(250 / 440 * 100%);
            margin: 0 calc(10 / 440 * 100%) 0 0; }




