@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* regular:400, medium:500, bold:700 */
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #000000;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #000000;
}

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

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

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

div.fv {
  display: grid;
  position: relative;
  background-color: #F9F9F9;
}
@media screen and (min-width: 769px) {
  div.fv {
    grid-template-columns: 1fr 1fr 1fr;
    height: 100svh;
  }
}
div.fv .fv_logo {
  width: 100%;
  background-color: #F9F9F9;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.fv .fv_logo {
    order: 2;
    width: 100%;
    height: 25.6vw;
  }
}
div.fv .fv_logo h2 {
  display: none;
  background-color: #F9F9F9;
}
@media screen and (max-width: 768px) {
  div.fv .fv_logo h2 {
    width: 100%;
    height: 25.6vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv .fv_logo h2 {
    width: 100%;
  }
}
div.fv .fv_logo h2 img {
  position: absolute;
}
div.fv .fv_logo h2 img.t-logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  div.fv .fv_logo h2 img.t-logo {
    width: 41.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.fv .fv_logo h2 img.t-logo {
    width: 19.375vw;
  }
}
div.fv .fv_logo h2 img.b-logo {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  div.fv .fv_logo h2 img.b-logo {
    width: 5.5555555556vw;
    bottom: 3.4722222222vw;
  }
}
div.fv div.fv_w {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div.fv div.fv_w {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_w .pc-img {
    background-image: url(../images/fv_w_pc.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    animation: photoAnime forwards 1.5s 1 ease 0.1s normal;
  }
}
@media screen and (max-width: 768px) {
  div.fv div.fv_w .sp-img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    animation: photoAnime forwards 1.5s 1 ease 0.1s normal;
  }
}
div.fv div.fv_w::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #ADC0C7;
}
@media screen and (max-width: 768px) {
  div.fv div.fv_w::before {
    right: 0%;
    top: 0;
    animation: WbarAnimeSp forwards 1.5s 1 ease 0.1s normal;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_w::before {
    left: 0;
    top: 100%;
    animation: WbarAnimePc forwards 1.5s 1 ease 0.1s normal;
  }
}
div.fv div.fv_m {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div.fv div.fv_m {
    order: 3;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_m .pc-img {
    background-image: url(../images/fv_m_pc.jpg);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    animation: photoAnime forwards 1.5s 1 ease 0.1s normal;
  }
}
@media screen and (max-width: 768px) {
  div.fv div.fv_m .sp-img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    animation: photoAnime forwards 1.5s 1 ease 0.1s normal;
  }
}
div.fv div.fv_m::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #ADC0C7;
}
@media screen and (max-width: 768px) {
  div.fv div.fv_m::before {
    left: 0;
    bottom: 0;
    animation: MbarAnimeSp forwards 1.5s 1 ease 0.1s normal;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.fv_m::before {
    left: 0;
    bottom: 0;
    animation: MbarAnimePc forwards 1.5s 1 ease 0.1s normal;
  }
}
div.fv .brand-logo {
  position: absolute;
  display: none;
}
@media screen and (max-width: 768px) {
  div.fv .brand-logo {
    bottom: 4.2666666667vw;
    width: 12.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@keyframes photoAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes WbarAnimeSp {
  0% {
    right: 100%;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  68% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0%;
    width: 0;
  }
}
@keyframes MbarAnimeSp {
  0% {
    left: 100%;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 0;
    width: 0;
  }
}
@keyframes WbarAnimePc {
  0% {
    top: 100%;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  51% {
    top: 0;
    height: 100%;
  }
  68% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 0;
    height: 0;
  }
}
@keyframes MbarAnimePc {
  0% {
    bottom: 100%;
    height: 0;
  }
  50% {
    bottom: 0;
    height: 100%;
  }
  51% {
    bottom: 0;
    height: 100%;
  }
  68% {
    bottom: 0;
    height: 100%;
  }
  100% {
    bottom: 0%;
    height: 0;
  }
}
@media screen and (min-width: 769px) {
  main {
    display: flex;
  }
}
main div.pcflex-l {
  background-color: #ADC0C7;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  main div.pcflex-l { /*Safari用*/
    position: sticky;
    top: 0;
    /*横半分50%　縦を100vhにする*/
    width: 50%;
    height: 100svh;
  }
}
main div.pcflex-r {
  background-color: #F9F9F9;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  main div.pcflex-r {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  main div.pcflex-r .look_area {
    width: 32.8472222222vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  div.pcflex-l {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  div.pcflex-l div.index {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 769px) {
  div.pcflex-l div.index {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
div.pcflex-l div.index h3 {
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0.003em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.pcflex-l div.index h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.pcflex-l div.index h3 {
    font-size: 16px;
    padding-top: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
div.pcflex-l div.index ul.index_list {
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div.pcflex-l div.index ul.index_list {
    grid-template-columns: 28vw 28vw 28vw;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    row-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.pcflex-l div.index ul.index_list {
    grid-template-columns: 30% 30% 30%;
    -moz-column-gap: min(0.4166666667vw, 6px);
         column-gap: min(0.4166666667vw, 6px);
    row-gap: min(0.4166666667vw, 6px);
  }
}
@media screen and (min-width: 769px) {
  div.pcflex-l div.index ul.index_list li {
    display: inline-block;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  div.pcflex-l div.index ul.index_list li a {
    display: block;
    transition-duration: 0.5s;
  }
}
@media screen and (min-width: 769px) {
  div.pcflex-l div.index ul.index_list li a:hover {
    transform: scale(1.08);
  }
}

@media screen and (max-width: 768px) {
  div.look {
    margin-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  div.look {
    margin-bottom: 8.3333333333vw;
  }
}
div.look div.l-ttl {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  div.look div.l_img_area {
    margin-top: -4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.look div.l_img_area {
    margin-top: -1.3194444444vw;
    margin-bottom: 2.7777777778vw;
  }
}

@media screen and (max-width: 768px) {
  .l_credit ul li {
    margin-bottom: max(3.2vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .l_credit ul li {
    margin-bottom: 12px;
  }
}
.l_credit ul li:last-child {
  margin-bottom: 0;
}
.l_credit ul li a {
  display: flex;
  align-items: end;
}
.l_credit ul li a p {
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.003em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  .l_credit ul li a p {
    font-size: max(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  .l_credit ul li a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l_credit ul li a p.price {
    margin-left: max(0.8vw, 3px);
  }
}
@media screen and (min-width: 769px) {
  .l_credit ul li a p.price {
    margin-left: 5px;
  }
}
.l_credit ul li a p.buy {
  font-weight: 700;
  border-bottom: solid 0.5px #282828;
}
@media screen and (max-width: 768px) {
  .l_credit ul li a p.buy {
    margin-left: max(4vw, 15px);
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  .l_credit ul li a p.buy {
    margin-left: 15px;
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  .l_credit ul li a:hover p {
    color: #A3A3A3;
  }
  .l_credit ul li a:hover p.buy {
    border-bottom: solid 0.5px #A3A3A3;
  }
}

@media screen and (max-width: 768px) {
  div.l_1 {
    padding: 32vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  div.l_1 {
    padding-top: 8.3333333333vw;
  }
}
div.l_1 div.l-ttl {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_1 div.l-ttl {
    width: 28vw;
    margin-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_1 div.l-ttl {
    width: 9.1666666667vw;
    margin-right: 1.3888888889vw;
  }
}
div.l_1 .l_img_area .flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  div.l_1 .l_img_area .flex {
    -moz-column-gap: 2.4vw;
         column-gap: 2.4vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_1 .l_img_area .flex {
    -moz-column-gap: 0.7638888889vw;
         column-gap: 0.7638888889vw;
    margin-top: 2.7777777778vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_2 div.l-ttl {
    width: 29.8666666667vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_2 div.l-ttl {
    width: 9.7916666667vw;
  }
}
div.l_2 .l_img_area .img1 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_2 .l_img_area .img1 {
    margin-right: 5.3333333333vw;
    width: 73.6vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_2 .l_img_area .img1 {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_2 .l_img_area .img2 {
    width: 43.4666666667vw;
    margin-top: -10.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_2 .l_img_area .img2 {
    width: 16.0416666667vw;
    margin-top: -2.7777777778vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_2 .l_credit {
    margin-left: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_3 {
    padding: 0 5.3333333333vw;
  }
}
div.l_3 div.l-ttl {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_3 div.l-ttl {
    width: 30.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_3 div.l-ttl {
    width: 10.0694444444vw;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_3 .l_img_area .img1, div.l_3 .l_img_area .img2 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_3 .l_img_area .img1, div.l_3 .l_img_area .img2 {
    margin-bottom: 2.7777777778vw;
  }
}

div.l_4 div.l-ttl {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.l_4 div.l-ttl {
    width: 29.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_4 div.l-ttl {
    width: 9.7916666667vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_4 .l_img_area .img1 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_4 .l_img_area .img1 {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_4 .l_img_area .img2 {
    width: 58.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_4 .l_img_area .img2 {
    width: 20.2777777778vw;
    margin-bottom: 2.7777777778vw;
  }
}
div.l_4 .l_img_area .img3 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_4 .l_img_area .img3 {
    margin-right: 5.3333333333vw;
    width: 43.2vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_4 .l_img_area .img3 {
    width: 15.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_4 .l_credit {
    margin-left: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_5 {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_5 div.l-ttl {
    width: 29.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_5 div.l-ttl {
    width: 9.7916666667vw;
  }
}
div.l_5 .l_img_area .img1 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_5 .l_img_area .img1 {
    margin-bottom: 10.6666666667vw;
    width: 76.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_5 .l_img_area .img1 {
    margin-bottom: 2.7777777778vw;
    width: 25.9027777778vw;
  }
}
div.l_5 .l_img_area .flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  div.l_5 .l_img_area .flex {
    -moz-column-gap: 2.4vw;
         column-gap: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_5 .l_img_area .flex {
    -moz-column-gap: 0.8333333333vw;
         column-gap: 0.8333333333vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_6 {
    padding: 0 5.3333333333vw;
  }
}
div.l_6 div.l-ttl {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_6 div.l-ttl {
    width: 29.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_6 div.l-ttl {
    width: 10.9722222222vw;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_6 .l_img_area .img1, div.l_6 .l_img_area .img2 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_6 .l_img_area .img1, div.l_6 .l_img_area .img2 {
    margin-bottom: 2.7777777778vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_7 {
    padding: 0 5.3333333333vw;
  }
}
div.l_7 div.l-ttl {
  margin: auto;
}
@media screen and (max-width: 768px) {
  div.l_7 div.l-ttl {
    width: 29.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_7 div.l-ttl {
    width: 9.7916666667vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_7 .l_img_area .img1, div.l_7 .l_img_area .img2 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_7 .l_img_area .img1, div.l_7 .l_img_area .img2 {
    margin-bottom: 2.7777777778vw;
  }
}
div.l_7 .l_img_area .img2 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_7 .l_img_area .img2 {
    width: 58.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_7 .l_img_area .img2 {
    width: 22.5694444444vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_8 div.l-ttl {
    width: 29.8666666667vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_8 div.l-ttl {
    width: 10.9722222222vw;
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_8 .l_img_area .img1, div.l_8 .l_img_area .img3 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_8 .l_img_area .img1, div.l_8 .l_img_area .img3 {
    margin-bottom: 2.7777777778vw;
  }
}
div.l_8 .l_img_area .img2 {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  div.l_8 .l_img_area .img2 {
    width: 74.1333333333vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_8 .l_img_area .img2 {
    width: 24.1666666667vw;
  }
}
div.l_8 .l_img_area .img3 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_8 .l_img_area .img3 {
    width: 58.4vw;
    margin-right: 5.3333333333vw;
    margin-top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_8 .l_img_area .img3 {
    width: 19.0277777778vw;
    margin-top: -2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_8 .l_credit {
    margin-left: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_9 {
    padding: 0 5.3333333333vw;
  }
}
div.l_9 div.l-ttl {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_9 div.l-ttl {
    width: 29.8666666667vw;
    margin-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_9 div.l-ttl {
    width: 10.9722222222vw;
    margin-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_9 .l_img_area .img1, div.l_9 .l_img_area .img2, div.l_9 .l_img_area .img3 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_9 .l_img_area .img1, div.l_9 .l_img_area .img2, div.l_9 .l_img_area .img3 {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_9 .l_img_area .img1, div.l_9 .l_img_area .img2 {
    width: 58.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_9 .l_img_area .img1, div.l_9 .l_img_area .img2 {
    width: 21.5972222222vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_9 .l_img_area .img3 {
    width: 89.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_10 div.l-ttl {
    width: 28.8vw;
    margin-left: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_10 div.l-ttl {
    width: 9.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_10 .l_img_area .img2, div.l_10 .l_img_area .img3 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_10 .l_img_area .img2, div.l_10 .l_img_area .img3 {
    margin-bottom: 2.7777777778vw;
  }
}
div.l_10 .l_img_area .img1 {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_10 .l_img_area .img1 {
    margin-right: 5.3333333333vw;
    width: 59.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_10 .l_img_area .img1 {
    width: 20.2777777778vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_10 .l_img_area .img2 {
    margin-top: -10.6666666667vw;
    width: 43.4666666667vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_10 .l_img_area .img2 {
    margin-top: -2.7777777778vw;
    width: 16.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_10 .l_credit {
    margin-left: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_11 {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_11 div.l-ttl {
    width: 28.2666666667vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_11 div.l-ttl {
    width: 9.3055555556vw;
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_11 .l_img_area .img1, div.l_11 .l_img_area .flex {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_11 .l_img_area .img1, div.l_11 .l_img_area .flex {
    margin-bottom: 2.7777777778vw;
  }
}
div.l_11 .l_img_area .flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  div.l_11 .l_img_area .flex {
    -moz-column-gap: 2.4vw;
         column-gap: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_11 .l_img_area .flex {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
  }
}

@media screen and (max-width: 768px) {
  div.l_12 {
    padding: 0 5.3333333333vw;
  }
}
div.l_12 div.l-ttl {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  div.l_12 div.l-ttl {
    width: 29.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_12 div.l-ttl {
    width: 9.5138888889vw;
  }
}
@media screen and (max-width: 768px) {
  div.l_12 .l_img_area .img1, div.l_12 .l_img_area .img2 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.l_12 .l_img_area .img1, div.l_12 .l_img_area .img2 {
    margin-bottom: 2.7777777778vw;
  }
}

@media screen and (max-width: 768px) {
  div.all-btn {
    margin-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  div.all-btn {
    margin-bottom: 8.3333333333vw;
  }
}
div.all-btn a {
  display: block;
  position: relative;
  border: solid 1px #282828;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.all-btn a {
    width: 58.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.all-btn a {
    width: 24.6527777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 769px) {
  div.all-btn a:hover {
    transition-duration: 0.5s;
    background-color: #282828;
  }
  div.all-btn a:hover p {
    color: #F9F9F9;
  }
}
div.all-btn a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.003em;
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  div.all-btn a p {
    font-size: max(3.7333333333vw, 14px);
  }
}
@media screen and (min-width: 769px) {
  div.all-btn a p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin: 0 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff-credit {
    margin-top: 6.6666666667vw;
    margin-bottom: 14.4vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .staff-credit {
    margin-top: 1.7361111111vw;
    margin-bottom: 3.75VW;
  }
}
.footer .staff-credit li {
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 768px) {
  .footer .staff-credit li {
    font-size: max(3.2vw, 12px);
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .staff-credit li {
    font-size: 12px;
    margin-bottom: 1.0416666667vw;
  }
}
.footer .staff-credit li:last-child {
  margin-bottom: 0;
}
.footer .sns {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .sns {
    margin-bottom: 37.3333333333vw;
    -moz-column-gap: 3.4666666667vw;
         column-gap: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .sns {
    margin-bottom: 9.7222222222vw;
    -moz-column-gap: 0.9027777778vw;
         column-gap: 0.9027777778vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .sns li:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .footer .sns .insta {
    width: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .sns .insta {
    width: 1.8055555556vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .sns .X {
    width: 6.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .sns .X {
    width: 1.5972222222vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .sns .app {
    width: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .sns .app {
    width: 1.6666666667vw;
  }
}
.footer .flex {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .flex .logo {
    width: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .flex .logo {
    width: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .flex .logo:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.3s;
  }
}
.footer .flex small {
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 768px) {
  .footer .flex small {
    font-size: max(3.2vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .footer .flex small {
    font-size: 12px;
  }
}

/* ------------ フェードイン ------------ */
.js-fadeIn {
  transition: 1.5s;
  transition-delay: 0.5s;
  opacity: 0;
}

.fadeIn {
  opacity: 1;
}

/* ------------ フェード 左右上下 ------------ */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translate(0px);
}/*# sourceMappingURL=style.css.map */