@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*メディアクエリー
---------------------------------------------*/
/*color
---------------------------------------------*/
/*margin
---------------------------------------------*/
/* font
---------------------------------------------*/
/* common
---------------------------------------------*/
body {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "sans-serif";
  background-color: #e5c1b5;
  color: #000;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

.wrapper {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img,
svg {
  width: 100%;
  display: block;
}

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

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

.inner {
  max-width: 1366px;
  margin: 0 auto;
}

/* .credit-back
---------------------------------------------*/
.credit-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.5;
  height: 100vh;
  width: 100%;
  display: none;
}

/* .top
---------------------------------------------*/
.top {
  position: relative;
}

.top-img {
  width: 100%;
}

.title-wrap span {
  display: block;
}

.title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.title--top {
  bottom: 11.7%;
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .title--top {
    width: 89.6%;
    bottom: 15.2%;
  }
}

.title--bottom {
  bottom: 4.1%;
  width: 29.4%;
}
@media screen and (max-width: 767px) {
  .title--bottom {
    width: 42.1%;
    bottom: 5.2%;
  }
}

/* .back-black
---------------------------------------------*/
.back-black {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .back-black {
    padding: 8.4% 0;
  }
}
@media screen and (max-width: 767px) {
  .back-black {
    padding: 8.6% 0;
  }
}
.back-black .img {
  position: relative;
}
.back-black .img::before, .back-black .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffe600;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .back-black .img::before, .back-black .img::after {
    height: 0.58vw;
  }
}
@media screen and (max-width: 767px) {
  .back-black .img::before, .back-black .img::after {
    height: 0.8vw;
  }
}
.back-black .img::before {
  top: 0;
  transform: translateY(-50%);
}
.back-black .img::after {
  bottom: 0;
  transform: translateY(50%);
}

/* .credit
---------------------------------------------*/
.credit {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .credit {
    margin-top: 20px;
    color: #fff;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .credit {
    color: #000;
    font-size: 2.6vw;
  }
}

.credit-state {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .credit-state {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .credit-state {
    width: 4vw;
    height: 4vw;
  }
}
.credit-state::before, .credit-state::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.credit-state::before {
  width: 100%;
  height: 1px;
}
.credit-state::after {
  width: 1px;
  height: 100%;
}

.credit-state.credit-state--mainasu::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.credit-state.credit-state--mainasu::before {
  width: 100%;
  height: 1px;
}
.credit-state.credit-state--mainasu::after {
  content: none;
}

.credit__list {
  display: none;
}
@media screen and (max-width: 767px) {
  .credit__list {
    position: fixed;
    background-color: #fff;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    padding: 25.5vw 0 11vw 8vw;
  }
}

@media screen and (min-width: 768px) {
  .credit__list--one {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .credit__close {
    width: 11.2vw;
    height: 11.2vw;
    transform: rotate(-45deg);
    position: absolute;
    top: 3.5vw;
    right: 3.5vw;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .credit__close dt,
.credit__close dd {
    content: "";
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .credit__close dt {
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .credit__close dd {
    width: 1px;
    height: 100%;
  }
}

.credit-list__item {
  display: flex;
}

.credit-list__right,
.credit-list__left {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .credit-list__data {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .credit-list__data {
    margin-bottom: 3.9vw;
  }
}

@media screen and (min-width: 768px) {
  .credit-list__data--kara {
    width: 100%;
  }
}

.credit-list__link {
  display: flex;
}
.credit-list__link span {
  display: block;
}

.credit-list__dir {
  text-transform: uppercase;
  font-weight: normal;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .credit-list__dir {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .credit-list__dir {
    min-width: 15.4vw;
  }
}

@media screen and (min-width: 768px) {
  .credit-list__name {
    width: 137px;
  }
}
@media screen and (max-width: 767px) {
  .credit-list__name {
    min-width: 36.8vw;
  }
}

.credit-list__btn {
  text-transform: capitalize;
  white-space: nowrap;
}

.credit-list__btn--buy {
  text-decoration: underline;
}

.credit-list__btn--coming {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .credit-list__btn--coming {
    opacity: 0.5;
  }
}

/* .look--1
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .look--1 .look--1__inner {
    margin-top: 2.8%;
    margin-bottom: 1.5%;
  }
}
.look--1 .look__flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .look--1 .look__flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .look--1 .look__left {
    width: 54.5%;
    padding-left: 5.1%;
    padding-top: 16%;
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__left {
    width: 100%;
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__left .credit {
    margin-top: 2.6vw;
    margin-left: 5.3vw;
  }
}
@media screen and (min-width: 768px) {
  .look--1 .look__right {
    width: 38.7%;
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__right {
    width: 100%;
    position: relative;
  }
}
.look--1 .look__right .img--2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .look--1 .look__right .img--2 {
    margin-right: 15.4%;
    margin-bottom: 31.1%;
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__right .img--2 {
    width: 65.6vw;
    margin-left: 8.8vw;
    margin-right: auto;
    margin-top: 13vw;
  }
}
.look--1 .look__right .img--2 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-2px, 55%);
}
@media screen and (min-width: 768px) {
  .look--1 .look__right .img--2 .text {
    width: 57.3%;
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__right .img--2 .text {
    width: 31.5vw;
  }
}
.look--1 .look__right .img--3 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .look--1 .look__right .img--3 {
    margin-left: auto;
    width: 91%;
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__right .img--3 {
    width: 70.4%;
    margin-left: auto;
    margin-top: 25.3vw;
  }
}
.look--1 .look__right .img--3 .text {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .look--1 .look__right .img--3 .text {
    width: 44%;
    right: 9.1%;
    transform: translate(0, -42%);
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__right .img--3 .text {
    width: 25.5vw;
    right: 13%;
    transform: translate(0, -57%);
  }
}
@media screen and (min-width: 768px) {
  .look--1 .look__right .credit {
    margin-left: 9.4%;
  }
}
@media screen and (max-width: 900px) {
  .look--1 .look__right .credit {
    margin-left: -2%;
  }
}
@media screen and (max-width: 767px) {
  .look--1 .look__right .credit {
    position: absolute;
    bottom: 2.6vw;
    left: 25vw;
  }
}

/* .look--2
---------------------------------------------*/
.look--2 {
  width: 100%;
}
.look--2 .img--1 {
  position: relative;
}
.look--2 .text {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .look--2 .text {
    width: 40.2%;
    top: 41.3%;
    left: 13.9%;
  }
}
@media screen and (max-width: 767px) {
  .look--2 .text {
    width: 57.3vw;
    top: 24vw;
    left: 8.2vw;
  }
}
.look--2 .look__grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "img--2 img--3" "img--2 textwrap";
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .look--2 .look__grid {
    grid-template-rows: 67% auto;
    gap: 0.7vw;
    border-bottom: 0.7vw solid #000;
  }
}
@media screen and (max-width: 767px) {
  .look--2 .look__grid {
    grid-template-rows: 67.7% auto;
    gap: 0.8vw;
    border-bottom: 0.8vw solid #000;
  }
}
.look--2 .look__grid .img--2 {
  grid-area: img--2;
}
.look--2 .look__grid .img--3 {
  grid-area: img--3;
}
.look--2 .look__grid img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.look--2 .look__grid .textwrap {
  grid-area: textwrap;
  background-color: #e5c1b5;
  position: relative;
}
.look--2 .look__grid .textwrap .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .look--2 .look__grid .textwrap .text {
    width: 45.5%;
  }
}
@media screen and (max-width: 767px) {
  .look--2 .look__grid .textwrap .text {
    width: 49.1%;
  }
}
.look--2 .credit--flex {
  display: flex;
}
.look--2 .credit--flex .credit {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .look--2 .credit--flex .credit {
    margin-top: 2.6vw;
  }
}
@media screen and (min-width: 768px) {
  .look--2 .credit--flex .credit--left {
    margin-left: 0.7%;
  }
}
@media screen and (max-width: 767px) {
  .look--2 .credit--flex .credit--left {
    margin-left: 5.3vw;
  }
}
@media screen and (min-width: 768px) {
  .look--2 .credit--flex .credit--right {
    margin-left: -1.3%;
  }
}
@media screen and (max-width: 767px) {
  .look--2 .credit--flex .credit--right {
    margin-left: -5vw;
  }
}

/* .look--3
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .look--3 {
    margin-bottom: 9%;
  }
}
.look--3 .look--3__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .look--3 .look--3__inner {
    margin-top: 6%;
    padding-bottom: 37.4%;
  }
}
@media screen and (max-width: 767px) {
  .look--3 .look--3__inner {
    margin-top: 24.4vw;
    padding-bottom: 136.5%;
  }
}
.look--3 .img--1 {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .look--3 .img--1 {
    width: 54.7%;
  }
}
@media screen and (max-width: 767px) {
  .look--3 .img--1 {
    width: 91.2%;
  }
}
.look--3 .img--2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .look--3 .img--2 {
    width: 34.4%;
    top: 13%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .look--3 .img--2 {
    width: 57.3%;
    bottom: 0;
    right: 0;
  }
}
.look--3 .text {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .look--3 .text {
    width: 77.4%;
    left: 5.1%;
    bottom: 12.1%;
  }
}
@media screen and (max-width: 767px) {
  .look--3 .text {
    width: 66.4%;
    right: 8.8%;
    top: 41.8%;
  }
}
@media screen and (min-width: 768px) {
  .look--3 .credit {
    margin-left: 0.7%;
  }
}
@media screen and (max-width: 767px) {
  .look--3 .credit {
    margin-top: 2.6%;
    margin-left: 5.3%;
  }
}

/* .look--4-5
---------------------------------------------*/
.look--4-5 .look--4-5__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .look--4-5 .look--4-5__inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 11.1%;
  }
}
@media screen and (max-width: 767px) {
  .look--4-5 .look--4-5__inner {
    flex-direction: column;
  }
}

/* .look--4
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .look--4 {
    width: 54.3%;
    padding-right: 15.8%;
  }
}
@media screen and (max-width: 767px) {
  .look--4 {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .look--4 .credit {
    margin-top: 2.6vw;
    margin-left: 5.3vw;
  }
}

/* .look--5
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .look--5 {
    width: 37.4%;
    padding-top: 17.2%;
    padding-left: 5.1%;
  }
}
@media screen and (max-width: 767px) {
  .look--5 {
    width: 66.6vw;
    padding-top: 18.5vw;
    margin-left: 8.5vw;
  }
}
@media screen and (min-width: 768px) {
  .look--5 .credit {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .look--5 .credit {
    margin-top: 2.6vw;
    margin-bottom: 34.6vw;
  }
}

/* .look--6
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .look--6 .look--6__inner {
    margin-bottom: 11%;
  }
}
@media screen and (min-width: 768px) {
  .look--6 .content {
    width: 69.5%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .look--6 .content {
    width: 100%;
  }
}
.look--6 .imgwrap {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .look--6 .imgwrap {
    padding: 7.5% 7%;
  }
}
@media screen and (max-width: 767px) {
  .look--6 .imgwrap {
    padding: 7.5vw 7vw;
  }
}
@media screen and (min-width: 768px) {
  .look--6 .imgwrap .img--1 {
    margin-right: 1%;
  }
}
@media screen and (max-width: 767px) {
  .look--6 .imgwrap .img--1 {
    margin-right: 1.3vw;
  }
}
.look--6 .imgwrap .text {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .look--6 .imgwrap .text--1 {
    top: 0;
    left: 0;
    width: 35.7%;
    transform: translate(-54%, -100%);
  }
}
@media screen and (max-width: 767px) {
  .look--6 .imgwrap .text--1 {
    top: 0;
    left: 4.2vw;
    width: 41%;
    transform: translate(0, -100%);
  }
}
@media screen and (min-width: 768px) {
  .look--6 .imgwrap .text--2 {
    bottom: 0;
    right: 0;
    width: 33.6%;
    transform: translate(-24.5%, 100%);
  }
}
@media screen and (max-width: 767px) {
  .look--6 .imgwrap .text--2 {
    bottom: 0;
    right: 0;
    width: 38.9%;
    transform: translate(0, 100%);
  }
}
@media screen and (min-width: 768px) {
  .look--6 .credit {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .look--6 .credit {
    margin-top: 2.6vw;
    margin-left: 5.3vw;
    margin-bottom: 24.2vw;
  }
}

/* .look--7
---------------------------------------------*/
.look--7 .img--1 {
  position: relative;
}
.look--7 .text {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .look--7 .text {
    width: 39.3%;
    top: 70.2%;
    right: 9.6%;
  }
}
@media screen and (max-width: 767px) {
  .look--7 .text {
    width: 56.2vw;
    top: 41.3vw;
    right: 7.7vw;
  }
}
.look--7 .look__grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "img--2 textwrap" "img--2 img--3";
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .look--7 .look__grid {
    grid-template-rows: auto 78.8%;
    gap: 0.7vw;
    border-bottom: 0.7vw solid #000;
  }
}
@media screen and (max-width: 767px) {
  .look--7 .look__grid {
    grid-template-rows: auto 78.6%;
    gap: 0.8vw;
    border-bottom: 0.8vw solid #000;
  }
}
.look--7 .look__grid .img--2 {
  grid-area: img--2;
}
.look--7 .look__grid .img--3 {
  grid-area: img--3;
}
.look--7 .look__grid img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.look--7 .look__grid .textwrap {
  grid-area: textwrap;
  background-color: #e5c1b5;
  position: relative;
}
.look--7 .look__grid .textwrap .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .look--7 .look__grid .textwrap .text {
    width: 45.5%;
  }
}
@media screen and (max-width: 767px) {
  .look--7 .look__grid .textwrap .text {
    width: 50.2%;
  }
}
@media screen and (min-width: 768px) {
  .look--7 .credit {
    margin-left: 0.7%;
  }
}
@media screen and (max-width: 767px) {
  .look--7 .credit {
    margin-top: 2.6vw;
    margin-left: 5.3vw;
    margin-bottom: 8.5vw;
  }
}

/* .look--8
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .look--8 .look--8__inner {
    margin-top: 5.5%;
  }
}
.look--8 .imgwrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .look--8 .imgwrap {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .look--8 .imgwrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .look--8 .imgwrap .img--1 {
    width: 44.5%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .look--8 .imgwrap .img--1 {
    width: 61.3vw;
    margin-left: auto;
    margin-bottom: 14.1vw;
  }
}
@media screen and (min-width: 768px) {
  .look--8 .imgwrap .img--2 {
    width: 43.4%;
    margin-top: 10.7%;
  }
}
@media screen and (max-width: 767px) {
  .look--8 .imgwrap .img--2 {
    width: 77.3vw;
    margin-right: auto;
  }
}
.look--8 .imgwrap .credit {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .look--8 .imgwrap .credit {
    top: 90.5%;
    bottom: auto;
    left: 43.7%;
  }
}
@media screen and (max-width: 1130px) {
  .look--8 .imgwrap .credit {
    top: auto;
    bottom: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .look--8 .imgwrap .credit {
    bottom: 2.6vw;
    right: 16vw;
  }
}

/* .look--9
---------------------------------------------*/
.look--9 .imgwrap {
  background-color: #000;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .look--9 .imgwrap {
    padding: 7.3% 0;
  }
}
@media screen and (max-width: 767px) {
  .look--9 .imgwrap {
    padding: 7.2vw 0;
  }
}
@media screen and (min-width: 768px) {
  .look--9 .img {
    width: 32.3666666667%;
  }
}
@media screen and (max-width: 767px) {
  .look--9 .img {
    width: calc((100% - 3.2vw) / 3);
  }
}
@media screen and (min-width: 768px) {
  .look--9 .credit {
    margin-left: 0.8%;
  }
}
@media screen and (max-width: 767px) {
  .look--9 .credit {
    margin-top: 2.6vw;
    margin-left: 5.3vw;
  }
}

/* .look--10
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .look--10 .look--10__inner {
    margin-top: 9%;
    margin-bottom: 18%;
  }
}
@media screen and (max-width: 767px) {
  .look--10 .look--10__inner {
    margin-top: 17vw;
  }
}
@media screen and (min-width: 768px) {
  .look--10 .text {
    width: 98.9%;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 767px) {
  .look--10 .text {
    width: 98.6vw;
    margin: 0 auto;
  }
}
.look--10 .content {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .look--10 .content {
    width: 84.1%;
  }
}
@media screen and (max-width: 767px) {
  .look--10 .content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .look--10 .content .credit {
    margin-top: 2.6vw;
    margin-left: 5.3vw;
  }
}

/* .look--11
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .look--11 .look--11__inner {
    margin-bottom: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .look--11 .look--11__inner {
    margin-bottom: 23.2vw;
  }
}
.look--11 .imgwrap {
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .look--11 .imgwrap {
    flex-direction: column;
    padding-top: 72.8vw;
  }
}
@media screen and (min-width: 768px) {
  .look--11 .imgwrap .img {
    width: 38.2%;
  }
}
@media screen and (max-width: 767px) {
  .look--11 .imgwrap .img {
    width: 66.6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .look--11 .imgwrap .img--1 {
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .look--11 .imgwrap .img--1 {
    margin-bottom: 2.6vw;
  }
}
.look--11 .imgwrap .text {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .look--11 .imgwrap .text {
    right: 0;
    top: 0;
    transform: translate(0, -37%);
    width: 38.4%;
  }
}
@media screen and (max-width: 767px) {
  .look--11 .imgwrap .text {
    width: 63.7vw;
    right: 8vw;
    top: 0;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .look--11 .credit {
    margin-left: 0.7%;
  }
}
@media screen and (max-width: 767px) {
  .look--11 .credit {
    margin-top: 2.6vw;
    margin-left: 5.3vw;
  }
}

/* .look--12
---------------------------------------------*/
.look--12 .img--1 {
  position: relative;
}
.look--12 .img--1 .text {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .look--12 .img--1 .text {
    width: 48.3%;
    top: 65.7%;
    left: 10.8%;
  }
}
@media screen and (max-width: 767px) {
  .look--12 .img--1 .text {
    width: 69.3vw;
    top: 35.7vw;
    left: 9%;
  }
}
.look--12 .imgwrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .look--12 .imgwrap {
    width: 89.8%;
    margin: 11.4% auto 14.3%;
  }
}
@media screen and (max-width: 767px) {
  .look--12 .imgwrap {
    width: 100%;
    margin: 20.8% auto 19.4%;
  }
}
@media screen and (min-width: 768px) {
  .look--12 .imgwrap .img {
    width: 49.2%;
  }
}
@media screen and (max-width: 767px) {
  .look--12 .imgwrap .img {
    width: calc((100% - 1.8vw) / 2);
  }
}
@media screen and (min-width: 768px) {
  .look--12 .img--4 {
    width: 84.1%;
    margin: 0 auto 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .look--12 .img--4 {
    width: 100%;
    margin-bottom: 16vw;
  }
}

/* .staff
---------------------------------------------*/
.staff {
  position: relative;
}
.staff .img {
  width: 100%;
}
.staff .text {
  position: absolute;
}
.staff .text--1,
.staff .text--2,
.staff .text--3 {
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .staff .text--1 {
    width: 92.2%;
    top: 13.2%;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--1 {
    width: 89.8vw;
    top: 20.3vw;
  }
}
@media screen and (min-width: 768px) {
  .staff .text--2 {
    width: 17%;
    top: 31.8%;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--2 {
    width: 25.6vw;
    top: 30.6vw;
  }
}
@media screen and (min-width: 768px) {
  .staff .text--3 {
    width: 13.3%;
    top: 39.2%;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--3 {
    width: 19.7vw;
    top: 35.7vw;
  }
}
.staff .text--yellow {
  color: #ffe600;
  font-weight: 700;
  text-align: center;
}
.staff .text--4,
.staff .text--5 {
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .staff .text--4,
.staff .text--5 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--4,
.staff .text--5 {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  .staff .text--4 {
    top: 7%;
    left: 4.3%;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--4 {
    top: 4.2vw;
    left: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .staff .text--5 {
    top: 7%;
    right: 3.6%;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--5 {
    top: 4.2vw;
    right: 4.2vw;
  }
}
.staff .text--6 {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .staff .text--6 {
    font-size: 2.1vw;
    line-height: 1.2;
    top: 50%;
    letter-spacing: 0.005em;
    left: 2.4%;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--6 {
    top: 46.9vw;
    font-size: 4.2vw;
    line-height: 1.125;
    letter-spacing: 0.005em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .staff .text--7 {
    width: 31.5%;
    top: 70.1%;
    left: 18.6%;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--7 {
    top: 95.7vw;
    width: 83.4vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  .staff .text--8 {
    width: 29%;
    top: 70.1%;
    right: 18.1%;
  }
}
@media screen and (max-width: 767px) {
  .staff .text--8 {
    top: 135.2vw;
    width: 86.4vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/* .footer
---------------------------------------------*/
.footer {
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 120px;
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 114px;
    padding-bottom: 20px;
  }
}
.footer .logo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer .logo {
    width: 110px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo {
    width: 29.3vw;
    margin-bottom: 7vw;
  }
}
.footer .logo a {
  display: block;
}
.footer .footerlink {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer .footerlink {
    margin-bottom: 113px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footerlink {
    flex-wrap: wrap;
    width: 300px;
    margin: -1vw auto 23vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .footerlink li {
    margin-top: 1vw;
  }
}
.footer .footerlink li::after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.footer .footerlink li:last-child::after {
  display: none;
}
.footer .footerlink li a {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer .footerlink li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footerlink li a {
    font-size: 3.2vw;
  }
}
.footer .copy {
  text-align: center;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .footer .copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 2.6vw;
  }
}

/* .load
---------------------------------------------*/
.load {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

/* animation
---------------------------------------------*/
.textin-wrap .textin-wrap__item {
  overflow: hidden;
  transition: 0.6s all ease;
  transform: translateY(100%);
}
.textin-wrap .textin-wrap__item img,
.textin-wrap .textin-wrap__item svg {
  transition: 0.6s all ease;
  transform: translateY(-100%);
}
.textin-wrap .textin-wrap__item--1 {
  transition-delay: 0s;
}
.textin-wrap .textin-wrap__item--1 img,
.textin-wrap .textin-wrap__item--1 svg {
  transition-delay: 0s;
}
.textin-wrap .textin-wrap__item--2 {
  transition-delay: 0.8s;
}
.textin-wrap .textin-wrap__item--2 img,
.textin-wrap .textin-wrap__item--2 svg {
  transition-delay: 0.8s;
}
.textin-wrap .textin-wrap__item--3 {
  transition-delay: 1.6s;
}
.textin-wrap .textin-wrap__item--3 img,
.textin-wrap .textin-wrap__item--3 svg {
  transition-delay: 1.6s;
}
.textin-wrap.on .textin-wrap__item {
  transform: translateY(0%);
}
.textin-wrap.on .textin-wrap__item img,
.textin-wrap.on .textin-wrap__item svg {
  transform: translateY(0%);
}

.slidein__right {
  transform: translate(20%, 0);
  opacity: 0;
  transition: 1s all ease;
}
.slidein__right.on {
  transform: translate(0, 0);
  opacity: 1;
}

.slidein__left {
  transform: translate(-20%, 0);
  opacity: 0;
  transition: 1s all ease;
}
.slidein__left.on {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .slidein__right--pc {
    transform: translate(20%, 0);
    opacity: 0;
    transition: 1s all ease;
  }
  .slidein__right--pc.on {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .slidein__left--pc {
    transform: translate(-20%, 0);
    opacity: 0;
    transition: 1s all ease;
  }
  .slidein__left--pc.on {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .slidein__right--sp {
    transform: translate(20%, 0);
    opacity: 0;
    transition: 1s all ease;
  }
  .slidein__right--sp.on {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .slidein__left--sp {
    transform: translate(-20%, 0);
    opacity: 0;
    transition: 1s all ease;
  }
  .slidein__left--sp.on {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.slidein-wrap .sidein-wrap__right {
  transform: translate(20%, 0);
  opacity: 0;
  transition: 1s all ease;
}
.slidein-wrap .sidein-wrap__left {
  transform: translate(-20%, 0);
  opacity: 0;
  transition: 1s all ease;
}
.slidein-wrap.on .sidein-wrap__right {
  transform: translate(0, 0);
  opacity: 1;
}
.slidein-wrap.on .sidein-wrap__left {
  transform: translate(0, 0);
  opacity: 1;
}

.mono {
  filter: grayscale(100);
  transition: 0.5s all ease;
}
.mono.on {
  filter: grayscale(0);
}

.textbig img {
  transform-origin: center;
  transform: scale(0.5);
  transition: 0.6s all ease;
}

.textbig.on img {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */