@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "TTLivretDisplay";
  src: url(../assets/font/TTLivretDisplayRegular.ttf) format("truetype");
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "TTLivretDisplay";
  color: #000;
}

.caption {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

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

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

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #fff;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 33.3333333333vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  footer {
    padding: 8.9285714286vw 0 0;
  }
}
footer .inner .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .inner .title {
    margin: 0 0 34.6666666667vw;
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .inner .title {
    margin: 0 0 9.2857142857vw;
    font-size: 2.8571428571vw;
  }
}
footer .inner .title span {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .inner .title span {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .inner .title span {
    font-size: 1vw;
    margin-bottom: 1.4285714286vw;
  }
}
footer .inner .instagram {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  footer .inner .instagram {
    margin: 13.3333333333vw 0 31.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .inner .instagram {
    margin: 3.5714285714vw 0 8.2142857143vw;
  }
}
footer .inner .instagram a {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #000;
}
footer .inner .logo_btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .inner .logo_btn {
    width: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .inner .logo_btn {
    width: 7.8571428571vw;
  }
}
footer .inner .logo_btn svg {
  fill: #fff;
}
footer a:hover {
  opacity: 0.4;
}
footer .bg_blue {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: #fff;
  background-color: #1738C1;
}
@media screen and (max-width: 768px) {
  footer .bg_blue {
    padding: 13.3333333333vw 0 8vw;
  }
}
@media screen and (min-width: 769px) {
  footer .bg_blue {
    padding: 2.1428571429vw 0 2.1428571429vw;
  }
}
footer .bg_blue .name {
  font-size: 9px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  footer .bg_blue .name {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .bg_blue .name {
    padding-bottom: 7.1428571429vw;
  }
}
footer .copyright {
  font-size: 11px;
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
#fv .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fv .inner {
    width: 89.6vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner {
    width: 57.1428571429vw;
  }
}
#fv .inner .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fv .inner .title {
    margin: 8.5333333333vw 0 26.6666666667vw;
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .title {
    margin: 4.4285714286vw 0 5vw;
    font-size: 2.8571428571vw;
  }
}
#fv .inner .title span {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  #fv .inner .title span {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .title span {
    font-size: 1vw;
    margin-bottom: 1.4285714286vw;
  }
}
#fv .inner .fv_logo {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fv .inner .fv_logo {
    width: 29.3333333333vw;
    margin: 18.6666666667vw auto 15.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .fv_logo {
    width: 7.8571428571vw;
    margin: 2.8571428571vw auto 2.0714285714vw;
  }
}

.inview1 {
  opacity: 0; /*表示前に透明にしておく */
  transition: 1s; /*移動にかける時間 */
}

.inview1.show {
  opacity: 1;
}

.jsc-fadeIn-1,
.jsc-fadeIn-2,
.jsc-fadeIn-3,
.jsc-fadeIn-4,
.jsc-fadeIn-5 {
  opacity: 0;
  transition: opacity 1s;
}

.jsc-fadeIn-1.is-active,
.jsc-fadeIn-2.is-active,
.jsc-fadeIn-3.is-active,
.jsc-fadeIn-4.is-active,
.jsc-fadeIn-5.is-active {
  opacity: 1;
}

.jsc-fadeIn-1.is-active {
  transition-delay: 0.3s;
}

.jsc-fadeIn-2.is-active {
  transition-delay: 0.6s;
}

.jsc-fadeIn-3.is-active {
  transition-delay: 0.9s;
}

.jsc-fadeIn-4.is-active {
  transition-delay: 1.2s;
}

.jsc-fadeIn-5.is-active {
  transition-delay: 1.5s;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
.credit {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .credit {
    width: 89.6vw;
    margin: 6.6666666667vw auto 32vw;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    position: absolute;
    bottom: 0;
  }
}
.credit li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .credit li {
    margin-bottom: 3.2vw;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .credit li {
    margin-bottom: 0.8571428571vw;
    font-size: 14px;
  }
}
.credit li:last-child {
  margin-bottom: 0;
}
.credit li.note_wrap {
  display: grid;
}
@media screen and (max-width: 768px) {
  .credit li.note_wrap {
    grid-template-columns: 53.3333333333vw 29.3333333333vw;
    -moz-column-gap: 6.9333333333vw;
         column-gap: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit li.note_wrap {
    grid-template-columns: 14.2857142857vw 7.8571428571vw;
    -moz-column-gap: 1.8571428571vw;
         column-gap: 1.8571428571vw;
  }
}
.credit li.note_wrap .note {
  text-align: right;
}
.credit li a {
  color: #111;
  display: grid;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .credit li a {
    grid-template-columns: 74.6666666667vw 8.8vw;
    -moz-column-gap: 6.1333333333vw;
         column-gap: 6.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit li a {
    grid-template-columns: 20vw 2.3571428571vw;
    -moz-column-gap: 1.6428571429vw;
         column-gap: 1.6428571429vw;
  }
}
.credit li a:hover {
  opacity: 0.4;
}
.credit li a span {
  display: inline-block;
}
.credit li a span::after {
  content: "";
  display: block;
  border-top: 1px solid #111;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
.credit li a .buy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
  border: 1px solid #000;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit li a .buy {
    width: 8.8vw;
  }
}
@media screen and (min-width: 769px) {
  .credit li a .buy {
    width: 2.3571428571vw;
  }
}

@media screen and (max-width: 768px) {
  #casual1 .credit {
    right: 4.8vw;
    top: 308.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #casual1 .credit {
    right: 1.2857142857vw;
    top: 91vw;
  }
}

@media screen and (max-width: 768px) {
  #casual2 .credit {
    right: 4.8vw;
    top: 203.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #casual2 .credit {
    right: 1.2857142857vw;
    top: 59.4285714286vw;
  }
}

@media screen and (max-width: 768px) {
  #casual3 .credit {
    right: 4.8vw;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #casual3 .credit {
    right: 1.2857142857vw;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #casual4 .credit {
    right: 4.8vw;
    top: 187.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #casual4 .credit {
    right: 1.2857142857vw;
    top: 56.2142857143vw;
  }
}

@media screen and (max-width: 768px) {
  #casual5 .credit {
    left: 4.8vw;
    top: 283.2vw;
  }
}
@media screen and (min-width: 769px) {
  #casual5 .credit {
    left: 1.2857142857vw;
    top: 82.7142857143vw;
  }
}

@media screen and (max-width: 768px) {
  #casual6 .credit {
    left: 4.8vw;
    top: 138.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #casual6 .credit {
    left: 1.2857142857vw;
    top: 40vw;
  }
}

@media screen and (max-width: 768px) {
  #classy1 .credit {
    left: 4.8vw;
    top: 246.4vw;
  }
}
@media screen and (min-width: 769px) {
  #classy1 .credit {
    left: 1.2857142857vw;
    top: 74.6428571429vw;
  }
}

@media screen and (max-width: 768px) {
  #classy2 .credit {
    left: 4.8vw;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #classy2 .credit {
    left: 1.2857142857vw;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #classy3 .credit {
    right: 4.8vw;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #classy3 .credit {
    right: 1.2857142857vw;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #classy4 .credit {
    right: 4.8vw;
    bottom: 0vw;
  }
}
@media screen and (min-width: 769px) {
  #classy4 .credit {
    right: 1.2857142857vw;
    bottom: 0vw;
  }
}

@media screen and (max-width: 768px) {
  #classy5 .credit {
    right: 4.8vw;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #classy5 .credit {
    right: 1.2857142857vw;
    bottom: 0;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
svg {
  display: block;
  width: 100%;
}

.inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.dummy {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 500px;
  width: 100%;
}

svg {
  width: 100%;
}

.all_btn a {
  position: relative;
  display: block;
  font-size: 14px;
  border: solid 1px #111;
  color: #111;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .all_btn a {
    width: 69.3333333333vw;
    height: 14.4vw;
  }
}
@media screen and (min-width: 769px) {
  .all_btn a {
    width: 18.5714285714vw;
    height: 3.8571428571vw;
  }
}

.btn_arrow a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 7px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #DEDEDE;
  border-bottom: 7px solid transparent;
  box-sizing: border-box;
}

.all_btn:hover {
  opacity: 0.4;
}

.image {
  width: 100%;
  transition: transform 0.3s ease;
}

.expanded {
  transform: scale(2); /* 拡大率 */
}

.section_wrap {
  overflow: hidden;
}
.section_wrap .inner {
  border-top: 1px solid #000;
}
.section_wrap h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
  border: 1px solid #000;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  box-sizing: border-box;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .section_wrap h2 {
    width: 21.3333333333vw;
    min-height: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .section_wrap h2 {
    width: 5.7142857143vw;
    min-height: 1.7142857143vw;
  }
}
.section_wrap .container {
  display: grid;
}
@media screen and (max-width: 768px) {
  .section_wrap .container {
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .section_wrap .container {
    width: 57.1428571429vw;
    margin: 3.9285714286vw auto 5vw;
    grid-template-columns: 26.8571428571vw 26.8571428571vw;
    -moz-column-gap: 3.4285714286vw;
         column-gap: 3.4285714286vw;
  }
}
.section_wrap .container .container_item.detail {
  position: relative;
}
.section_wrap .container .container_item .wrap_col2 {
  display: flex;
}
.section_wrap .container .container_item.comment {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_wrap .container .container_item.comment {
    margin: 5.3333333333vw 0;
    font-size: 6.9333333333vw;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 769px) {
  .section_wrap .container .container_item.comment {
    margin: 4.2857142857vw 0 0;
    font-size: 1.8571428571vw;
    grid-area: 2/1/auto/span 2;
  }
}
.section_wrap .container .container_item .text {
  display: inline-block;
  transition: transform 0.3s ease;
}
.section_wrap .container .container_item .figure:hover,
.section_wrap .container .container_item .figure_reverse:hover {
  cursor: pointer;
}
.section_wrap .container .container_item .fig2 {
  position: relative;
}
.section_wrap .container .container_item .fig2:hover {
  cursor: pointer;
}
.section_wrap .container .container_item .fig2.fig_zoom {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.section_wrap .container .container_item .fig2 figcaption {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-decoration: underline;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.section_wrap .container .container_item .fig2 figcaption.txt_close {
  font-size: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  .section_wrap .container .container_item .fig2 figcaption.txt_close {
    top: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .section_wrap .container .container_item .fig2 figcaption.txt_close {
    top: 0.9285714286vw;
  }
}
.section_wrap .container .container_item .fig2 figcaption.txt_close.active_zoom {
  display: block;
}
.section_wrap .container .container_item .fig2 figcaption.txt_tap {
  font-size: 8px;
}
@media screen and (max-width: 768px) {
  .section_wrap .container .container_item .fig2 figcaption.txt_tap {
    bottom: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .section_wrap .container .container_item .fig2 figcaption.txt_tap {
    bottom: 0.9285714286vw;
  }
}
.section_wrap .container .container_item .fig2 figcaption.txt_tap.active_zoom {
  display: none;
}

.movie {
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie {
    width: 89.6vw;
    margin: 17.8666666667vw auto 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .movie {
    width: 42.8571428571vw;
    margin: 6.7857142857vw auto;
  }
}
.movie .movie_video {
  max-width: 100%;
  height: auto;
}
.movie .movie_btn {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.p-jon__item {
  transform-origin: top top;
  transform: scale(1);
}

#look1 .comment .text.look1_text1 {
  transform: rotate(-15deg);
  transition: transform 0.3s ease;
}
#look1 .comment .text.look1_text2 {
  transform: rotate(15deg);
  transition: transform 0.3s ease;
}

#look3 .comment .text::before {
  content: "Our Push!";
}
#look3 .comment .text.look3_text1::before {
  content: "Our Push!";
  display: inline-block;
  transform: rotate(-15deg);
  transition: transform 0.3s ease;
  font-size: 32px;
}
#look3 .comment .text.look3_text2::before {
  content: "Our Push!";
  display: inline-block;
  transform: rotate(-11deg);
  transition: transform 0.3s ease;
  font-size: 38px;
}

#look6 .comment .text::before {
  content: "Ready to Go Out";
}
#look6 .comment .text.look6_text1::before {
  content: "Ready to..";
}
#look6 .comment .text.look6_text2::before {
  content: "Go Out!";
}

#look7 .comment .text::before {
  content: "Cute Balance";
}
#look7 .comment .text.look7_text1::before {
  content: "Cuuute";
}
#look7 .comment .text.look7_text2::before {
  content: "Cute Balance";
}

#look8 .comment .text.look8_text2 {
  transform: rotate(-10deg);
  transition: transform 0.3s ease;
}

#look9 .comment .text.look9_text1 {
  transform: rotate(7deg);
  transition: transform 0.3s ease;
}
#look9 .comment .text.look9_text2 {
  transform: rotate(-5deg);
  transition: transform 0.3s ease;
}

#look11 .comment .text.look11_text1 {
  transform: rotate(14deg);
  transition: transform 0.3s ease;
}
#look11 .comment .text.look11_text2 {
  transform: rotate(-14deg);
  transition: transform 0.3s ease;
}

#look13 .comment .text::before {
  content: "Sailor, Sailor";
}
#look13 .comment .text.look13_text1::before {
  content: "Go Sailor,";
}
#look13 .comment .text.look13_text2::before {
  content: "Go!";
}

.fadeIn_on {
  opacity: 0;
  transition: 2s;
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
inview（左から）
===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition-duration: 2s;
  transition-timing-function: ease;
}

.fadeIn_left.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
inview（右から）
===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
  transition-timing-function: ease;
}

.fadeIn_right.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
inview（下から）
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 40%);
  transition: 2s;
}

.fadeIn_up.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
inview（上から）
===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 2s;
}

.fadeIn_down.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */