@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://use.typekit.net/kqo0jmj.css");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* common */
/* =============================
 base
============================= */
html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.3255813953vw;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: "TazuganeGothicStdN-Medium";
  font-style: normal;
  color: #404040;
  position: relative;
}

/* =============================
 reset
============================= */
*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

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

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

em {
  font-style: normal;
}

/* =============================
 responsive utility
============================= */
._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

/* 表示時 */
.fade-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-up02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

footer {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 10rem;
  }
}
footer .f-head {
  background-color: #A0A0A0;
  padding: 1.2rem 0 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f-head__text {
  color: #fff;
  font-size: 1.2rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .f-head__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-left: 4.5rem;
}
footer .f-bottom {
  background-color: #F0F0F0;
  padding: 6.9rem 0 2.1rem;
}
@media screen and (max-width: 767px) {
  footer .f-bottom {
    padding: 4.1rem 3.9rem 5.2rem 2.8rem;
  }
}
footer .f-bottom__inner {
  width: 126.7rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer .f-bottom__inner {
    width: 100%;
    display: block;
  }
}
footer .f-bottom h1 {
  width: 31.1rem;
  margin-right: 13.6rem;
}
@media screen and (max-width: 767px) {
  footer .f-bottom h1 {
    width: 31.1rem;
    margin: 0 auto 0 0;
  }
}
footer .f-bottom nav {
  margin-right: 15rem;
}
@media screen and (max-width: 767px) {
  footer .f-bottom nav {
    margin-right: unset;
    margin-top: 4.3rem;
  }
}
footer .f-bottom nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  footer .f-bottom nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.4rem 5.6rem;
  }
}
footer .f-bottom nav a {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  footer .f-bottom nav a {
    font-size: 1.5rem;
  }
}
footer .f-bottom__logo {
  width: 6.9rem;
}
@media screen and (max-width: 767px) {
  footer .f-bottom__logo {
    width: 10.6rem;
    margin-top: 4.3rem;
  }
}
footer .f-bottom__copy {
  width: 126.7rem;
  margin: 3.7rem auto 0;
  text-align: right;
  font-size: 1.2rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  footer .f-bottom__copy {
    width: 100%;
    margin: -1.1rem auto 0;
    text-align: right;
  }
}

.button-page-top {
  display: none !important;
}

.kv {
  width: 134rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .kv {
    width: 41.7rem;
    margin: 4rem auto 0;
  }
}

.p-inner {
  padding: 0 14.7rem 0 12.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-inner {
    padding: unset;
  }
}
.p-inner__text {
  margin-top: 8.4rem;
  text-align: center;
  font-size: 2rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-inner__text {
    margin-top: 5.7rem;
    font-size: 1.6rem;
    line-height: 2.8;
  }
}

.sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-menu {
    display: block;
    margin-top: 9rem;
  }
  .sp-menu h2 {
    background-color: #000;
    color: #fff;
    font-size: 2.2rem;
    padding: 2.5rem 0;
    text-align: center;
    font-family: "gotham", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .sp-menu__list {
    margin-top: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3rem 0.8rem;
    padding: 0 0.8rem;
  }
  .sp-menu .list {
    width: calc(50% - 0.4rem);
  }
  .sp-menu .list h3 {
    font-size: 1.9rem;
    background-color: #000;
    color: #fff;
    padding: 1.2rem 0 1.1rem;
    width: 12.6rem;
    margin: 0 auto 1.4rem;
    text-align: center;
  }
}

.look-title {
  font-size: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 1.9rem 1.1rem;
  background-color: #000;
  color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .look-title {
    font-size: 1.9rem;
    padding: 1.2rem 1.9rem 1.1rem;
  }
}

.head-text {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.02em;
}
.head-text p + p {
  margin-top: 3.5rem;
  font-weight: 500;
  line-height: 1.94;
}
@media screen and (max-width: 767px) {
  .head-text p + p {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    line-height: 2.5;
  }
}

.look-detail {
  margin: 0 auto;
  width: 106.3rem;
}
@media screen and (max-width: 767px) {
  .look-detail {
    width: 100%;
  }
}
.look-detail h2 {
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .look-detail h2 {
    font-size: 2.1rem;
    text-align: center;
  }
}
.look-detail__contents {
  margin: 4.2rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .look-detail__contents {
    margin: 3rem auto 0;
    display: block;
  }
}
.look-detail__image {
  width: 41.6rem;
}
@media screen and (max-width: 767px) {
  .look-detail__image {
    width: 100%;
  }
  .look-detail__image img {
    aspect-ratio: 430/550;
  }
}
.look-detail__store {
  width: 59rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 7.3rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .look-detail__store {
    width: 39.2rem;
    gap: 5rem 1.5rem;
    margin: 6rem auto 0;
  }
}
.look-detail .store-box {
  width: 28.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .look-detail .store-box {
    width: 18.8rem;
  }
}
.look-detail .store-box .item-number {
  display: none;
}
@media screen and (max-width: 767px) {
  .look-detail .store-box__image img {
    aspect-ratio: 188/188;
  }
}
.look-detail .store-box__price {
  margin-top: 1.2rem;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .look-detail .store-box__price {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}
.look-detail .store-box__buy {
  width: 28.4rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .look-detail .store-box__buy {
    width: 18.8rem;
    margin: 1.8rem auto 0;
  }
}
.look-detail .store-box__buy a {
  width: 100%;
  padding: 1.3rem 0 1.2rem;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .look-detail .store-box__buy a {
    font-size: 1.5rem;
  }
}
.look-detail .store-box__ask {
  width: 28.4rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .look-detail .store-box__ask {
    width: 18.8rem;
    margin: 1.8rem auto 0;
  }
}
.look-detail .store-box__ask a {
  width: 100%;
  padding: 1.3rem 0 1.2rem;
  background-color: #AAAAAA;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .look-detail .store-box__ask a {
    font-size: 1.5rem;
  }
}
.look-detail .store h3 {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .look-detail .store h3 {
    font-size: 1.5rem;
    letter-spacing: -0.025em;
    line-height: 1.4;
    height: 3.6rem;
  }
}

.label-high {
  height: 4.6rem;
}

.sec-look01 {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 {
    margin-top: 17.3rem;
  }
}
.sec-look01 .look01-michi {
  margin-top: 4rem;
}
.sec-look01 .look01-michi__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 112rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__head {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi .head-left {
    width: 34.4rem;
    margin: 0 auto;
  }
}
.sec-look01 .look01-michi .head-left__image {
  width: 41rem;
  margin-right: 7rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi .head-left__image {
    width: 100%;
    margin: 3.3rem auto 0;
  }
  .sec-look01 .look01-michi .head-left__image img {
    aspect-ratio: 344/516;
  }
}
.sec-look01 .look01-michi .head-right {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi .head-right .head-text {
    margin-left: 4.3rem;
  }
}
.sec-look01 .look01-michi .head-right__top {
  margin-top: 8.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi .head-right__top {
    width: 28.2rem;
    margin-top: 8.7rem;
  }
  .sec-look01 .look01-michi .head-right__top img {
    aspect-ratio: 282/188;
  }
}
.sec-look01 .look01-michi .head-right__bottom {
  margin: -5rem 0 0 28.3rem;
  width: 33.6rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi .head-right__bottom {
    width: 23.3rem;
    margin: -3.7rem 0 0 auto;
  }
  .sec-look01 .look01-michi .head-right__bottom img {
    aspect-ratio: 233/156;
  }
}
.sec-look01 .look01-michi__contents {
  margin-top: 9.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__contents {
    margin-top: 10rem;
  }
}
.sec-look01 .look01-michi__contents .look01-top {
  width: 81.2rem;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__contents .look01-top {
    width: 100%;
    margin: 0 auto;
  }
  .sec-look01 .look01-michi__contents .look01-top img {
    aspect-ratio: 430/143;
  }
}
.sec-look01 .look01-michi__contents .look01-center {
  margin: 10rem 11.8rem 0 auto;
  width: 68.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__contents .look01-center {
    width: 37rem;
    margin: 7.4rem auto 0;
  }
}
.sec-look01 .look01-michi__contents .look01-center__image01 {
  width: 33.1rem;
  margin-right: 2.6rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__contents .look01-center__image01 {
    width: 17.8rem;
    margin-right: 1.4rem;
  }
  .sec-look01 .look01-michi__contents .look01-center__image01 img {
    aspect-ratio: 178/297;
  }
}
.sec-look01 .look01-michi__contents .look01-center__image02 {
  width: 33.1rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__contents .look01-center__image02 {
    width: 17.7rem;
    margin-top: 3.2rem;
  }
  .sec-look01 .look01-michi__contents .look01-center__image02 img {
    aspect-ratio: 177/265;
  }
}
.sec-look01 .look01-michi__contents .look01-bottom {
  margin: 3.8rem 3.6rem 0 auto;
  width: 95.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__contents .look01-bottom {
    display: block;
    margin: 5.7rem auto 0;
    width: 34.4rem;
  }
}
.sec-look01 .look01-michi__contents .look01-bottom__image01 {
  width: 29.3rem;
  margin-right: 16.7rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__contents .look01-bottom__image01 {
    width: 16.1rem;
    margin: 0 auto;
  }
  .sec-look01 .look01-michi__contents .look01-bottom__image01 img {
    aspect-ratio: 161/161;
  }
}
.sec-look01 .look01-michi__contents .look01-bottom__image02 {
  width: 49.6rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi__contents .look01-bottom__image02 {
    width: 100%;
    margin: 6.7rem auto 0;
  }
  .sec-look01 .look01-michi__contents .look01-bottom__image02 img {
    aspect-ratio: 344/230;
  }
}
.sec-look01 .look01-michi .look-detail {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-michi .look-detail {
    margin-top: 16.5rem;
  }
}
.sec-look01 .look01-rei {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei {
    margin-top: 14.6rem;
  }
}
.sec-look01 .look01-rei__head {
  width: 106rem;
  margin: 0 4rem 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei__head {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-look01 .look01-rei .head-left {
  width: 52.6rem;
  margin-right: 12.4rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei .head-left {
    width: 100%;
    margin: 7.2rem auto 0;
  }
}
.sec-look01 .look01-rei .head-left__image {
  margin-top: 14.5rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei .head-left__image {
    width: 100%;
    margin: 8.1rem auto 0;
  }
  .sec-look01 .look01-rei .head-left__image img {
    aspect-ratio: 430/323;
  }
}
.sec-look01 .look01-rei .head-text {
  width: 49.6rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei .head-text {
    width: 34.4rem;
    margin: 0 auto;
  }
}
.sec-look01 .look01-rei .head-right {
  width: 41rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei .head-right {
    width: 100%;
  }
  .sec-look01 .look01-rei .head-right img {
    aspect-ratio: 430/645;
  }
}
.sec-look01 .look01-rei__contents {
  width: 103.4rem;
  margin: 11.4rem 4rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei__contents {
    width: 100%;
    margin: 8.2rem auto 0;
  }
}
.sec-look01 .look01-rei__contents .look01-item01 {
  width: 24.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei__contents .look01-item01 {
    width: 16.3rem;
    margin: 0 auto 0 0;
  }
  .sec-look01 .look01-rei__contents .look01-item01 img {
    aspect-ratio: 163/244;
  }
}
.sec-look01 .look01-rei__contents .look01-item02 {
  width: 50.9rem;
  margin: -8.8rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei__contents .look01-item02 {
    width: 34.5rem;
    margin: -3rem 0 0 auto;
  }
  .sec-look01 .look01-rei__contents .look01-item02 img {
    aspect-ratio: 345/260;
  }
}
.sec-look01 .look01-rei__contents .look01-item03 {
  width: 30.9rem;
  margin: -15.7rem auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei__contents .look01-item03 {
    width: 25.2rem;
    margin: 3.4rem auto 0 3.7rem;
  }
  .sec-look01 .look01-rei__contents .look01-item03 img {
    aspect-ratio: 252/314;
  }
}
.sec-look01 .look01-rei__contents .look01-item04 {
  width: 33.4rem;
  margin: -10.4rem 27.9rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei__contents .look01-item04 {
    width: 23.3rem;
    margin: -1.8rem 5.4rem 0 auto;
  }
  .sec-look01 .look01-rei__contents .look01-item04 img {
    aspect-ratio: 233/290;
  }
}
.sec-look01 .look01-rei .look-detail {
  margin-top: 11.6rem;
}
@media screen and (max-width: 767px) {
  .sec-look01 .look01-rei .look-detail {
    margin-top: 11.4rem;
  }
}

.sec-look02 {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 {
    margin-top: 11.4rem;
  }
}
.sec-look02 .look-title {
  margin: 0 auto 0 7.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look-title {
    margin: 0 auto 0 4.3rem;
  }
}
.sec-look02__kv {
  width: 84.2rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-look02__kv {
    width: 100%;
    margin: 2.7rem auto 0;
  }
  .sec-look02__kv img {
    aspect-ratio: 430/286;
  }
}
.sec-look02 .look02-michi {
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi {
    margin-top: 7.6rem;
  }
}
.sec-look02 .look02-michi .head-text {
  margin-left: 7.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi .head-text {
    margin-left: 4.3rem;
  }
}
.sec-look02 .look02-michi__contents {
  width: 99.9rem;
  margin: 80px auto 0 3.7rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi__contents {
    width: 100%;
    margin: 7.4rem auto 0;
  }
}
.sec-look02 .look02-michi .look02-item01 {
  width: 53rem;
  margin-left: 7.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi .look02-item01 {
    width: 36.8rem;
    margin: 7.4rem auto 0;
  }
  .sec-look02 .look02-michi .look02-item01 img {
    aspect-ratio: 368/275;
  }
}
.sec-look02 .look02-michi .look02-item02 {
  width: 43.6rem;
  margin: -12.7rem 1.6rem 0 auto;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi .look02-item02 {
    width: 28.5rem;
    margin: 5rem 0 0 auto;
  }
  .sec-look02 .look02-michi .look02-item02 img {
    aspect-ratio: 285/190;
  }
}
.sec-look02 .look02-michi .look02-item03 {
  width: 23.7rem;
  margin: -8.9rem auto 0 18.8rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi .look02-item03 {
    width: 17.5rem;
    margin: -3.5rem auto 0 2.4rem;
  }
  .sec-look02 .look02-michi .look02-item03 img {
    aspect-ratio: 175/288;
  }
}
.sec-look02 .look02-michi .look02-item04 {
  width: 29.7rem;
  margin: -12.6rem 10.1rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi .look02-item04 {
    width: 21.9rem;
    margin: 2rem 4.3rem 0 auto;
  }
  .sec-look02 .look02-michi .look02-item04 img {
    aspect-ratio: 219/328;
  }
}
.sec-look02 .look02-michi .look02-item05 {
  width: 46.9rem;
  margin: -15.6rem auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi .look02-item05 {
    width: 27.2rem;
    margin: -5rem auto 0 -5.7rem;
  }
  .sec-look02 .look02-michi .look02-item05 img {
    aspect-ratio: 272/180;
  }
}
.sec-look02 .look02-michi .look02-item06 {
  width: 31.6rem;
  margin: -9.5rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi .look02-item06 {
    width: 20.8rem;
    margin: 7.4rem auto 0;
  }
  .sec-look02 .look02-michi .look02-item06 img {
    aspect-ratio: 208/312;
  }
}
.sec-look02 .look02-michi .look-detail {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-michi .look-detail {
    margin-top: 9.5rem;
  }
}
.sec-look02 .look02-rei {
  margin-top: 15.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei {
    margin-top: 15.5rem;
  }
}
.sec-look02 .look02-rei__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108.8rem;
  margin: 0 2.8rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei__head {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-look02 .look02-rei__left {
  width: 48.7rem;
  margin-right: 10.7rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei__left {
    width: 37.1rem;
    margin: 7rem auto 0 0;
  }
  .sec-look02 .look02-rei__left img {
    aspect-ratio: 371/247;
  }
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei .head-text {
    margin-left: 4.3rem;
  }
}
.sec-look02 .look02-rei__contents {
  width: 104.8rem;
  margin: 15.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei__contents {
    width: 100%;
    margin: 13rem auto 0;
  }
}
.sec-look02 .look02-rei .look02-item01 {
  width: 57.9rem;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei .look02-item01 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.sec-look02 .look02-rei .look02-item01__right {
  width: 28.4rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei .look02-item01__right {
    width: 21.1rem;
    margin: 0 0 0 auto;
  }
  .sec-look02 .look02-rei .look02-item01__right img {
    aspect-ratio: 211/317;
  }
}
.sec-look02 .look02-rei .look02-item01__left {
  width: 33.2rem;
  position: relative;
  margin-top: 15.5rem;
  margin-right: -3.7rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei .look02-item01__left {
    width: 24.6rem;
    margin: -20rem auto 0 0;
  }
  .sec-look02 .look02-rei .look02-item01__left img {
    aspect-ratio: 246/369;
  }
}
.sec-look02 .look02-rei .look02-item02 {
  width: 46.3rem;
  margin: 10.6rem auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei .look02-item02 {
    width: 100%;
    margin: 8.9rem auto 0;
  }
  .sec-look02 .look02-rei .look02-item02 img {
    aspect-ratio: 430/322;
  }
}
.sec-look02 .look02-rei .look02-item03 {
  width: 28.5rem;
  margin: -22.2rem 5rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei .look02-item03 {
    width: 22.1rem;
    margin: 3.6rem 3.6rem 0 auto;
  }
  .sec-look02 .look02-rei .look02-item03 img {
    aspect-ratio: 221/281;
  }
}
.sec-look02 .look02-rei .look02-item04 {
  width: 37.2rem;
  margin: -2.4rem auto 0 24.5rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei .look02-item04 {
    width: 28.8rem;
    margin: 5.7rem auto 0 1.6rem;
  }
  .sec-look02 .look02-rei .look02-item04 img {
    aspect-ratio: 288/193;
  }
}
.sec-look02 .look02-rei .look-detail {
  margin-top: 13.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look02 .look02-rei .look-detail {
    margin-top: 11.2rem;
  }
}

.sec-look03 {
  margin-top: 12.7rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 {
    margin-top: 12.6rem;
  }
}
.sec-look03 .look-title {
  margin-left: 5.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look-title {
    margin-left: 4.3rem;
  }
}
.sec-look03 .look03-michi {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi {
    margin-top: 3.2rem;
  }
}
.sec-look03 .look03-michi__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 111.6rem;
  margin: 0 auto 0 5.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi__head {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.sec-look03 .look03-michi__image {
  width: 44.5rem;
  margin-right: 7.1rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi__image {
    width: 100%;
    margin: 0 auto;
  }
  .sec-look03 .look03-michi__image img {
    aspect-ratio: 430/465;
  }
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi .head-text {
    margin-left: 4.3rem;
    margin-top: 7.3rem;
  }
}
.sec-look03 .look03-michi__contents {
  width: 103.4rem;
  margin: -12.7rem 2.6rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi__contents {
    width: 100%;
    margin: 8.9rem auto 0;
  }
}
.sec-look03 .look03-michi .look03-item01 {
  width: 54.2rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi .look03-item01 {
    width: 38.7rem;
    margin: 0 0 0 auto;
  }
  .sec-look03 .look03-michi .look03-item01 img {
    aspect-ratio: 387/290;
  }
}
.sec-look03 .look03-michi .look03-item02 {
  width: 40.4rem;
  margin: 8.9rem auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi .look03-item02 {
    width: 31.3rem;
    margin: 6.1rem auto 0 0;
  }
  .sec-look03 .look03-michi .look03-item02 img {
    aspect-ratio: 313/208;
  }
}
.sec-look03 .look03-michi .look03-item03 {
  width: 50.7rem;
  margin: -14.7rem 6.1rem 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi .look03-item03 {
    display: block;
    width: 39.1rem;
    margin: 5.3rem auto 0;
  }
}
.sec-look03 .look03-michi .look03-item03__left {
  width: 27.1rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi .look03-item03__left {
    width: 20.9rem;
    margin: 0 auto 0 0;
  }
  .sec-look03 .look03-michi .look03-item03__left img {
    aspect-ratio: 209/313;
  }
}
.sec-look03 .look03-michi .look03-item03__right {
  width: 27.1rem;
  position: relative;
  margin: 20.3rem auto 0 -3.5rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi .look03-item03__right {
    width: 20.9rem;
    margin: -15.8rem 0 0 auto;
  }
  .sec-look03 .look03-michi .look03-item03__right img {
    aspect-ratio: 209/313;
  }
}
.sec-look03 .look03-michi .look03-item04 {
  width: 38.8rem;
  margin: -9.5rem auto 0 5.7rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi .look03-item04 {
    width: 30.2rem;
    margin: 8rem auto 0;
  }
  .sec-look03 .look03-michi .look03-item04 img {
    aspect-ratio: 302/234;
  }
}
.sec-look03 .look03-michi .look-detail {
  margin-top: 13.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-michi .look-detail {
    margin-top: 11.2rem;
  }
}
.sec-look03 .look03-rei {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei {
    margin-top: 14.3rem;
  }
}
.sec-look03 .look03-rei__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 109.5rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei__head {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-look03 .look03-rei__head .head-text {
  width: 33.6rem;
  margin: 3.2rem 15.9rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei__head .head-text {
    width: 34.4rem;
    margin: 5.2rem auto 0 4.3rem;
  }
}
.sec-look03 .look03-rei__right {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei__right {
    width: 100%;
  }
  .sec-look03 .look03-rei__right img {
    aspect-ratio: 430/430;
  }
}
.sec-look03 .look03-rei__contents {
  width: 99.8rem;
  margin: -5rem auto 0 4.6rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei__contents {
    width: 100%;
    margin: 9.4rem auto 0;
  }
}
.sec-look03 .look03-rei .look03-item01 {
  width: 24.4rem;
  margin: 0 auto 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei .look03-item01 {
    width: 24.4rem;
    margin: 0 auto 0 3.1rem;
    z-index: -1;
  }
  .sec-look03 .look03-rei .look03-item01 img {
    aspect-ratio: 244/367;
  }
}
.sec-look03 .look03-rei .look03-item02 {
  width: 40.5rem;
  margin: -10rem auto 0 19.8rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei .look03-item02 {
    width: 35.5rem;
    margin: -4.4rem 0 0 auto;
    z-index: 0;
  }
  .sec-look03 .look03-rei .look03-item02 img {
    aspect-ratio: 355/237;
  }
}
.sec-look03 .look03-rei .look03-item03 {
  width: 31.4rem;
  margin: -35.2rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei .look03-item03 {
    width: 22.4rem;
    margin: 5.7rem 3.2rem 0 auto;
  }
  .sec-look03 .look03-rei .look03-item03 img {
    aspect-ratio: 224/336;
  }
}
.sec-look03 .look03-rei .look03-item04 {
  width: 23.9rem;
  margin: -6.6rem auto 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei .look03-item04 {
    width: 23.9rem;
    margin: -9rem auto 0 4.3rem;
  }
  .sec-look03 .look03-rei .look03-item04 img {
    aspect-ratio: 239/358;
  }
}
.sec-look03 .look03-rei .look03-item05 {
  width: 49rem;
  margin: -12.6rem 10.9rem 0 auto;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei .look03-item05 {
    width: 100%;
    margin: 10.9rem auto 0;
  }
  .sec-look03 .look03-rei .look03-item05 img {
    aspect-ratio: 430/322;
  }
}
.sec-look03 .look03-rei .look03-item06 {
  width: 28.6rem;
  margin: -10.1rem auto 0 14.8rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei .look03-item06 {
    width: 28rem;
    margin: 10.9rem auto 0;
  }
  .sec-look03 .look03-rei .look03-item06 img {
    aspect-ratio: 280/419;
  }
}
.sec-look03 .look03-rei .look-detail {
  margin-top: 18.8rem;
}
@media screen and (max-width: 767px) {
  .sec-look03 .look03-rei .look-detail {
    margin-top: ewm(130);
  }
}

.sec-look04 {
  margin-top: 13.7rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 {
    margin-top: 12.5rem;
  }
}
.sec-look04 .look-title {
  margin-left: 4.9rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look-title {
    margin-left: 4.3rem;
  }
}
.sec-look04 .look04-michi {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi {
    margin-top: 3.3rem;
  }
}
.sec-look04 .look04-michi__head {
  width: 110rem;
  margin: 3.4rem 2.3rem 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi__head {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-look04 .look04-michi .head-left {
  width: 41rem;
  margin-right: 7rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .head-left {
    width: 34.4rem;
    margin: 0 auto;
  }
  .sec-look04 .look04-michi .head-left img {
    aspect-ratio: 344/516;
  }
}
.sec-look04 .look04-michi .head-right {
  margin-top: 2.6rem;
  width: 62rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .head-right {
    width: 100%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .head-right .head-text {
    margin-left: 4.3rem;
  }
}
.sec-look04 .look04-michi .head-right__image-top {
  width: 39.4rem;
  margin: 7.5rem 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .head-right__image-top {
    width: 34.6rem;
    margin: 9.2rem 0 0 auto;
  }
  .sec-look04 .look04-michi .head-right__image-top img {
    aspect-ratio: 346/230;
  }
}
.sec-look04 .look04-michi .head-right__image-bottom {
  width: 33.7rem;
  margin: -2.4rem auto 0 0;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .head-right__image-bottom {
    width: 29.6rem;
    margin: -1.1rem auto 0 2.3rem;
  }
  .sec-look04 .look04-michi .head-right__image-bottom img {
    aspect-ratio: 296/197;
  }
}
.sec-look04 .look04-michi__contents {
  width: 103.6rem;
  margin: 0.4rem 8.6rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi__contents {
    width: 100%;
    margin: 9.2rem auto 0;
  }
}
.sec-look04 .look04-michi .look04-item01 {
  width: 28.7rem;
  margin: 0 auto 0 12.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .look04-item01 {
    width: 22.6rem;
    margin: 0 auto 0 0;
  }
  .sec-look04 .look04-michi .look04-item01 img {
    aspect-ratio: 226/338;
  }
}
.sec-look04 .look04-michi .look04-item02 {
  width: 28.7rem;
  margin: -25.6rem auto 0 38.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .look04-item02 {
    width: 22.6rem;
    margin: -20rem 0 0 auto;
  }
  .sec-look04 .look04-michi .look04-item02 img {
    aspect-ratio: 226/339;
  }
}
.sec-look04 .look04-michi .look04-item03 {
  width: 22.5rem;
  margin: -47.9rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .look04-item03 {
    width: 22.5rem;
    margin: 4.8rem auto 0 6rem;
  }
  .sec-look04 .look04-michi .look04-item03 img {
    aspect-ratio: 225/337;
  }
}
.sec-look04 .look04-michi .look04-item04 {
  width: 27.1rem;
  margin: 6.1rem auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .look04-item04 {
    width: 24.1rem;
    margin: -2.7rem 0 0 auto;
  }
  .sec-look04 .look04-michi .look04-item04 img {
    aspect-ratio: 241/362;
  }
}
.sec-look04 .look04-michi .look04-item05 {
  width: 36.5rem;
  margin: -25.2rem 4.6rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .look04-item05 {
    width: 28.6rem;
    margin: 5.7rem auto 0;
  }
  .sec-look04 .look04-michi .look04-item05 img {
    aspect-ratio: 286/429;
  }
}
.sec-look04 .look04-michi .look-detail {
  margin-top: 11.6rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-michi .look-detail {
    margin-top: 12.5rem;
  }
}
.sec-look04 .look04-rei {
  margin-top: 18.7rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei {
    margin-top: 15.6rem;
    overflow: hidden;
  }
}
.sec-look04 .look04-rei__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 106.3rem;
  margin: 0 4.8rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__head {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-look04 .look04-rei__head .head-left {
  width: 43rem;
  margin-right: 22.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__head .head-left {
    width: 100%;
    margin: 6.8rem auto 0;
  }
}
.sec-look04 .look04-rei__head .head-left__image {
  width: 31.5rem;
  margin: 13.5rem auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__head .head-left__image {
    width: 26.5rem;
    margin: 12.6rem auto 0 6.6rem;
  }
  .sec-look04 .look04-rei__head .head-left__image img {
    aspect-ratio: 265/397;
  }
}
.sec-look04 .look04-rei__head .head-text {
  margin-top: 3rem;
  margin-left: 3.7rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__head .head-text {
    margin-top: 0;
    margin-left: 4.3rem;
  }
}
.sec-look04 .look04-rei__head .head-right {
  width: 41rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__head .head-right {
    width: 34.4rem;
    margin: 0 auto;
  }
  .sec-look04 .look04-rei__head .head-right img {
    aspect-ratio: 344/516;
  }
}
.sec-look04 .look04-rei__contents {
  width: 107.6rem;
  margin: -7.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__contents {
    width: 100%;
    margin: 9.1rem auto 0;
  }
}
.sec-look04 .look04-rei__contents .look04-item01 {
  width: 29.3rem;
  margin: 0 38.5rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__contents .look04-item01 {
    width: re(279);
    margin: 0 -2.3rem 0 auto;
  }
  .sec-look04 .look04-rei__contents .look04-item01 img {
    aspect-ratio: 293/254;
  }
}
.sec-look04 .look04-rei__contents .look04-item02 {
  width: 27.4rem;
  margin: -6rem auto 0 17.8rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__contents .look04-item02 {
    width: 26.1rem;
    margin: -5.7rem auto 0 0;
  }
  .sec-look04 .look04-rei__contents .look04-item02 img {
    aspect-ratio: 261/392;
  }
}
.sec-look04 .look04-rei__contents .look04-item03 {
  width: 48.2rem;
  margin: -18.5rem 6.5rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__contents .look04-item03 {
    width: 37rem;
    margin: 6rem -3.2rem 0 auto;
  }
  .sec-look04 .look04-rei__contents .look04-item03 img {
    aspect-ratio: 370/246;
  }
}
.sec-look04 .look04-rei__contents .look04-item04 {
  width: 31.3rem;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__contents .look04-item04 {
    width: 31.3rem;
    margin: 6.4rem auto 0;
  }
  .sec-look04 .look04-rei__contents .look04-item04 img {
    aspect-ratio: 313/470;
  }
}
.sec-look04 .look04-rei__contents .look04-item05 {
  width: 43.2rem;
  margin: -29.9rem 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__contents .look04-item05 {
    width: 32.3rem;
    margin: 11.5rem 0 0 auto;
  }
  .sec-look04 .look04-rei__contents .look04-item05 img {
    aspect-ratio: 323/215;
  }
}
.sec-look04 .look04-rei__contents .look04-item06 {
  width: 28.8rem;
  margin: -11.1rem 37.3rem 0 auto;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei__contents .look04-item06 {
    width: 21.4rem;
    margin: -1.6rem auto 0 0;
  }
  .sec-look04 .look04-rei__contents .look04-item06 img {
    aspect-ratio: 214/321;
  }
}
.sec-look04 .look04-rei .look-detail {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .sec-look04 .look04-rei .look-detail {
    margin-top: 14rem;
  }
}

.sec-look05 {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 {
    margin-top: 13rem;
  }
}
.sec-look05 .look-title {
  margin-left: 7.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look-title {
    margin-left: 4.3rem;
  }
}
.sec-look05 .look05-michi {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi {
    margin-top: 3.3rem;
  }
}
.sec-look05 .look05-michi__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 107.3rem;
  margin: 0 2.7rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi__head {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.sec-look05 .look05-michi .head-left {
  width: 41rem;
  margin-right: 7rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi .head-left {
    width: 34.4rem;
    margin: 0 auto;
  }
  .sec-look05 .look05-michi .head-left img {
    aspect-ratio: 344/516;
  }
}
.sec-look05 .look05-michi .head-right {
  margin-top: 2.6rem;
  width: 59.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi .head-right {
    width: 100%;
    margin: 7rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi .head-right .head-text {
    margin-left: 4.3rem;
  }
}
.sec-look05 .look05-michi .head-right__image {
  margin-top: 12.5rem;
  margin-left: 5.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi .head-right__image {
    margin: 8rem auto 0;
  }
}
.sec-look05 .look05-michi .head-right__image-top {
  width: 28rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi .head-right__image-top {
    width: 23.6rem;
    margin: 0 auto 0 0;
  }
  .sec-look05 .look05-michi .head-right__image-top img {
    aspect-ratio: 236/354;
  }
}
.sec-look05 .look05-michi .head-right__image-bottom {
  width: 28.2rem;
  margin: -25rem 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi .head-right__image-bottom {
    width: 23.7rem;
    margin: -13.4rem 0 0 auto;
  }
  .sec-look05 .look05-michi .head-right__image-bottom img {
    aspect-ratio: 237/355;
  }
}
.sec-look05 .look05-michi__contents {
  width: 108.2rem;
  margin: -5rem -4.4rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi__contents {
    width: 100%;
    margin: -1.8rem auto 0;
    position: relative;
    z-index: 2;
  }
}
.sec-look05 .look05-michi__contents .look05-item01 {
  width: 46.5rem;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi__contents .look05-item01 {
    width: 33.7rem;
    margin: 0 auto;
  }
  .sec-look05 .look05-michi__contents .look05-item01 img {
    aspect-ratio: 337/224;
  }
}
.sec-look05 .look05-michi__contents .look05-item02 {
  width: 87.5rem;
  margin: 11.4rem 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi__contents .look05-item02 {
    width: 36.8rem;
    display: block;
    margin: 12.7rem auto 0;
  }
}
.sec-look05 .look05-michi__contents .look05-item02__left {
  width: 43.8rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi__contents .look05-item02__left {
    width: 100%;
  }
  .sec-look05 .look05-michi__contents .look05-item02__left img {
    aspect-ratio: 368/245;
  }
}
.sec-look05 .look05-michi__contents .look05-item02__right {
  width: 43.8rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi__contents .look05-item02__right {
    width: 100%;
  }
  .sec-look05 .look05-michi__contents .look05-item02__right img {
    aspect-ratio: 368/245;
  }
}
.sec-look05 .look05-michi__contents .look05-item03 {
  width: 28.6rem;
  margin: 11.4rem auto 0 6.9rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi__contents .look05-item03 {
    width: 28.6rem;
    margin: 11.8rem auto 0 0;
  }
  .sec-look05 .look05-michi__contents .look05-item03 img {
    aspect-ratio: 286/429;
  }
}
.sec-look05 .look05-michi__contents .look05-item04 {
  width: 28.7rem;
  margin: -33.3rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi__contents .look05-item04 {
    width: 28.7rem;
    margin: -4.7rem 0 0 auto;
  }
  .sec-look05 .look05-michi__contents .look05-item04 img {
    aspect-ratio: 287/430;
  }
}
.sec-look05 .look05-michi .look-detail {
  margin-top: 11.6rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-michi .look-detail {
    margin-top: 11.6rem;
  }
}
.sec-look05 .look05-rei {
  margin-top: 17.4rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei {
    margin-top: 13rem;
  }
}
.sec-look05 .look05-rei__head {
  width: 98.6rem;
  margin: 0 3.9rem 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__head {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-look05 .look05-rei .head-text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei .head-text {
    margin: 5.3rem auto 0 4.3rem;
  }
}
.sec-look05 .look05-rei .head-right {
  width: 41rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei .head-right {
    width: 34.4rem;
    margin: 0 auto;
  }
  .sec-look05 .look05-rei .head-right img {
    aspect-ratio: 344/16;
  }
}
.sec-look05 .look05-rei__contents {
  width: 107.8rem;
  margin: 0 3.6rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents {
    width: 100%;
    margin: 9rem auto 0;
  }
}
.sec-look05 .look05-rei__contents .look05-item01 {
  width: 31rem;
  margin: 0 auto 0 0;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents .look05-item01 {
    width: 28.9rem;
    margin: 0 auto 0 2.4rem;
  }
  .sec-look05 .look05-rei__contents .look05-item01 img {
    aspect-ratio: 289/432;
  }
}
.sec-look05 .look05-rei__contents .look05-item02 {
  width: 30.8rem;
  margin: -35.5rem auto 0 27.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents .look05-item02 {
    width: 28.7rem;
    margin: -1.4rem 0 0 auto;
  }
  .sec-look05 .look05-rei__contents .look05-item02 img {
    aspect-ratio: 287/431;
  }
}
.sec-look05 .look05-rei__contents .look05-item03 {
  width: 29.7rem;
  margin: -15.2rem 9.6rem 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents .look05-item03 {
    width: 34.3rem;
    margin: 6.2rem auto 0;
  }
  .sec-look05 .look05-rei__contents .look05-item03 img {
    aspect-ratio: 343/228;
  }
}
.sec-look05 .look05-rei__contents .look05-item04 {
  width: 39.7rem;
  margin: -4.1rem auto 0 5.2rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents .look05-item04 {
    width: 29.7rem;
    margin: 8.7rem auto 0 0;
  }
  .sec-look05 .look05-rei__contents .look05-item04 img {
    aspect-ratio: 297/404;
  }
}
.sec-look05 .look05-rei__contents .look05-item05 {
  width: 44.2rem;
  margin: -12.3rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents .look05-item05 {
    width: 36rem;
    margin: -2rem 0 0 auto;
  }
  .sec-look05 .look05-rei__contents .look05-item05 img {
    aspect-ratio: 360/240;
  }
}
.sec-look05 .look05-rei__contents .look05-item06 {
  width: 85.9rem;
  margin: 17.7rem 8.3rem 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents .look05-item06 {
    width: 35.7rem;
    margin: 10.7rem auto 0;
    display: block;
  }
}
.sec-look05 .look05-rei__contents .look05-item06__left {
  width: 42.9rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents .look05-item06__left {
    width: 100%;
  }
  .sec-look05 .look05-rei__contents .look05-item06__left img {
    aspect-ratio: 357/238;
  }
}
.sec-look05 .look05-rei__contents .look05-item06__right {
  width: 42.9rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei__contents .look05-item06__right {
    width: 100%;
  }
  .sec-look05 .look05-rei__contents .look05-item06__right img {
    aspect-ratio: 357/238;
  }
}
.sec-look05 .look05-rei .look-detail {
  margin-top: 18.3rem;
}
@media screen and (max-width: 767px) {
  .sec-look05 .look05-rei .look-detail {
    margin-top: 12rem;
  }
}

.p-top {
  width: 8.4rem;
  position: fixed;
  right: 4rem;
  bottom: 2rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  .p-top {
    position: static;
    margin: 9.5rem auto 0;
  }
}
.p-top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.p-top.is-stop {
  position: absolute;
  bottom: 28rem;
}
@media screen and (max-width: 767px) {
  .p-top.is-stop {
    position: static;
  }
}
.p-top a {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
}
.p-top__arrow {
  width: 0.8rem;
  height: 2.3rem;
  margin-bottom: 1.3rem;
}

.p-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-menu {
    display: block;
    width: 8.4rem;
    margin: 9.8rem auto 0;
  }
  .p-menu a {
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 50%;
    border: 1px solid #707070;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
  }
  .p-menu__arow {
    width: 0.8rem;
    height: 2.3rem;
    margin-bottom: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */