@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.caption {
  font-family: fields, sans-serif;
  font-weight: 300;
  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 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer_bg {
    background-image: url(../assets/images/footer_sp.jpg);
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg {
    background-image: url(../assets/images/footer_pc.jpg);
    background-size: cover;
  }
}
footer .footer_bg .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    width: 84vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    width: 57.1428571429vw;
  }
}
footer a:hover {
  opacity: 0.4;
}
footer .txt {
  text-align: right;
  font-size: 11px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  footer .txt {
    padding: 16vw 0 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .txt {
    padding: 4.2857142857vw 0 3.9285714286vw;
  }
}
footer .txt p {
  font-size: 14px;
}
footer .logo_btn {
  max-width: 100px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 25.3333333333vw 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 8.5714285714vw 0 1.0714285714vw;
    max-width: 170px;
    width: 100%;
  }
}
footer .logo_btn svg {
  fill: #fff;
}
footer .link ul {
  text-align: right;
  font-size: 14px;
  margin: 0 auto;
}
footer .link ul li {
  margin-bottom: 18px;
}
footer .link ul li a {
  color: #fff;
  display: inline-block;
}
footer .link ul li a::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
footer .copyright {
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 0 0 2.6666666667vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    padding: 0 0 1.4285714286vw;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
#fv {
  z-index: 2;
  min-height: 100vh;
}
@media screen and (min-width: 769px) {
  #fv {
    width: 28.5714285714vw;
    left: 0;
    bottom: 0;
    min-height: 100vh;
  }
}
#fv .inner {
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 769px) {
  #fv .inner {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#fv .inner::before {
  content: "";
  display: block;
  padding-top: 173.3333333333%;
}
#fv .inner h1 {
  position: absolute;
  color: #fff;
  z-index: 2;
  line-height: 1.2;
}
#fv .inner h1 .h1_main {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #fv .inner h1 .h1_main {
    margin: 1.3333333333vw 0 2.6666666667vw;
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 .h1_main {
    margin: 0.3571428571vw 0 0.3571428571vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #fv .inner h1 {
    left: 6.1333333333vw;
    bottom: 25.6vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 {
    left: 1.4285714286vw;
    bottom: 6.7142857143vw;
  }
}
#fv .inner h1 span {
  display: block;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fv .inner h1 span {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 span {
    font-size: 1.3571428571vw;
  }
}
#fv .inner h1 span .vol {
  display: inline-block;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #fv .inner h1 span .vol {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner h1 span .vol {
    font-size: 1vw;
  }
}
#fv .inner h1 span .vol::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
#fv .inner .fv_logo {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #fv .inner .fv_logo {
    width: 19.7333333333vw;
    right: 4.8vw;
    top: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #fv .inner .fv_logo {
    width: 5.1428571429vw;
    right: 1.1428571429vw;
    top: 1.5vw;
  }
}
#fv .inner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
#fv .inner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.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 {
  position: absolute;
}
.credit li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .credit li {
    margin-bottom: 3.2vw;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .credit li {
    margin-bottom: min(0.8333333333vw, 12px);
    font-size: 12px;
  }
}
.credit li:last-child {
  margin-bottom: 0;
}
.credit li a {
  color: #111;
  display: inline-block;
}
.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;
}

@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: 141.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #casual6 .credit {
    left: 1.2857142857vw;
    top: 42.8571428571vw;
  }
}

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

@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%;
}

@media screen and (max-width: 768px) {
  .flex_wrap {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .flex_wrap {
    display: flex;
    justify-content: center;
    position: relative;
  }
}

section {
  overflow: hidden;
}

svg {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pagetop {
    position: relative !important;
  }
}
@media screen and (min-width: 769px) {
  .pagetop {
    position: fixed;
  }
}

.fluid_box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F5F5F5;
  padding: 100px 0;
}
.fluid_box.casual_bg {
  background-color: #FCFAF5;
}
@media screen and (max-width: 768px) {
  .fluid_box.casual_bg {
    padding-top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .fluid_box.casual_bg {
    padding-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .fluid_box.classy_bg {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .fluid_box.classy_bg {
    padding: 0;
  }
}

.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;
}

@media screen and (max-width: 768px) {
  #section_wrap {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap {
    width: 29.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner .index {
    width: 82.6666666667vw;
    margin: 17.3333333333vw auto 13.3333333333vw;
  }
}
#section_wrap .inner .index ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
#section_wrap .inner .index ul li {
  position: relative;
}
#section_wrap .inner .index ul li::after {
  content: "";
  position: absolute;
  bottom: -14%;
  left: 46%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  margin: 0;
  border-top: 9px solid #DEDEDE;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0 solid transparent;
  transform: translateY(1px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #section_wrap .inner .look {
    margin-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner .look {
    margin-top: 7.1428571429vw;
  }
}
#section_wrap .inner .sec_inner {
  position: relative;
}
#section_wrap .inner .sec_inner::before {
  content: "";
  display: block;
}
#section_wrap .inner .sec_inner h2 {
  color: #111;
  position: absolute;
  font-weight: normal;
  position: absolute;
  bottom: 100%;
  width: 100%;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 768px) {
  #section_wrap .inner .sec_inner h2 {
    font-size: 3.2vw;
    left: 91.2vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner .sec_inner h2 {
    font-size: 0.8571428571vw;
    left: 26.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner .sec_inner h2.h2_left {
    left: 6.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner .sec_inner h2.h2_left {
    left: 1.6428571429vw;
  }
}
#section_wrap .inner .sec_inner h2 span.line_right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #section_wrap .inner .sec_inner h2 span.line_right {
    width: 37.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner .sec_inner h2 span.line_right {
    width: 10.1428571429vw;
  }
}
#section_wrap .inner .sec_inner h2 span.line_right::after {
  content: "";
  height: 1px;
  border-top: 1px solid #111;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
  flex-grow: 1;
  margin-top: 0.25em;
  margin-left: 10px;
  margin-right: 10px;
}
#section_wrap .inner .sec_inner h2 span.h2_text {
  display: inline-block;
}
#section_wrap .inner .sec_inner figure {
  position: absolute;
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual,
  #section_wrap .inner #classy {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual,
  #section_wrap .inner #classy {
    width: 29.2857142857vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual1 .sec_inner::before {
    padding-top: 333.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual1 .sec_inner::before {
    padding-top: 97.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual1 .sec_inner .fig1 {
    width: 88vw;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual1 .sec_inner .fig1 {
    width: 26vw;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual1 .sec_inner .fig2 {
    width: 66.6666666667vw;
    right: 0;
    top: 125.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual1 .sec_inner .fig2 {
    width: 20.2857142857vw;
    right: 0;
    top: 37vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual1 .sec_inner .fig3 {
    width: 88vw;
    left: 0;
    top: 179.2vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual1 .sec_inner .fig3 {
    width: 26vw;
    left: 0;
    top: 53.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual2 .sec_inner::before {
    padding-top: 227.4666666667%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual2 .sec_inner::before {
    padding-top: 66vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual2 .sec_inner .fig1 {
    width: 88vw;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual2 .sec_inner .fig1 {
    width: 26vw;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual2 .sec_inner .fig2 {
    width: 49.3333333333vw;
    right: 0;
    top: 128.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual2 .sec_inner .fig2 {
    width: 14.2857142857vw;
    right: 0;
    top: 37.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual2 .sec_inner .fig3 {
    width: 49.3333333333vw;
    left: 0;
    top: 128.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual2 .sec_inner .fig3 {
    width: 14.2857142857vw;
    left: 0;
    top: 37.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual3 .sec_inner h2 {
    left: 40vw;
    top: 77.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual3 .sec_inner h2 {
    left: 10.7142857143vw;
    top: 22.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual3 .sec_inner::before {
    padding-top: 229.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual3 .sec_inner::before {
    padding-top: 70.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual3 .sec_inner .fig1 {
    width: 100vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual3 .sec_inner .fig1 {
    width: 29.2857142857vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual3 .sec_inner .fig2 {
    width: 53.3333333333vw;
    right: 4.8vw;
    top: 77.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual3 .sec_inner .fig2 {
    width: 16.8571428571vw;
    right: 1.3571428571vw;
    top: 22.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual3 .sec_inner .fig3 {
    width: 53.3333333333vw;
    left: 4.8vw;
    top: 154.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual3 .sec_inner .fig3 {
    width: 16.8571428571vw;
    left: 1.3571428571vw;
    top: 46.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual4 .sec_inner::before {
    padding-top: 302.4%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual4 .sec_inner::before {
    padding-top: 89.5vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual4 .sec_inner .fig1 {
    width: 88vw;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual4 .sec_inner .fig1 {
    width: 26vw;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual4 .sec_inner .fig2 {
    width: 66.6666666667vw;
    right: 0;
    top: 125.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual4 .sec_inner .fig2 {
    width: 20.2857142857vw;
    right: 0;
    top: 37vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual4 .sec_inner .fig3 {
    width: 88vw;
    left: 0;
    top: 179.2vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual4 .sec_inner .fig3 {
    width: 26vw;
    left: 0;
    top: 53.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual5 .sec_inner::before {
    padding-top: 307.7333333333%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual5 .sec_inner::before {
    padding-top: 89.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual5 .sec_inner .fig1 {
    width: 88vw;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual5 .sec_inner .fig1 {
    width: 26vw;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual5 .sec_inner .fig2 {
    width: 49.3333333333vw;
    left: 0;
    top: 136.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual5 .sec_inner .fig2 {
    width: 14.2857142857vw;
    left: 0;
    top: 40.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual5 .sec_inner .fig3 {
    width: 49.3333333333vw;
    right: 0;
    top: 128.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual5 .sec_inner .fig3 {
    width: 14.2857142857vw;
    right: 0;
    top: 37.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual5 .sec_inner .fig4 {
    width: 88vw;
    right: 0;
    top: 210.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual5 .sec_inner .fig4 {
    width: 26vw;
    right: 0;
    top: 61.5714285714vw;
  }
}
#section_wrap .inner #casual #casual6 .sec_inner h2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual6 .sec_inner h2 {
    left: 91.2vw;
    bottom: 100vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual6 .sec_inner h2 {
    left: 26.8571428571vw;
    bottom: 29.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual6 .sec_inner::before {
    padding-top: 277.8666666667%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual6 .sec_inner::before {
    padding-top: 83vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual6 .sec_inner .fig1 {
    width: 100vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual6 .sec_inner .fig1 {
    width: 29.2857142857vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual6 .sec_inner .fig2 {
    width: 53.3333333333vw;
    right: 4.8vw;
    top: 77.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual6 .sec_inner .fig2 {
    width: 16.7142857143vw;
    right: 1.2857142857vw;
    top: 22.5vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #casual #casual6 .sec_inner .fig3 {
    width: 88vw;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #casual #casual6 .sec_inner .fig3 {
    width: 26vw;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy1 .sec_inner::before {
    padding-top: 392.2666666667%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy1 .sec_inner::before {
    padding-top: 117.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy1 .sec_inner .fig1 {
    width: 88vw;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy1 .sec_inner .fig1 {
    width: 26vw;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy1 .sec_inner .fig2 {
    width: 66.6666666667vw;
    left: 0;
    top: 125.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy1 .sec_inner .fig2 {
    width: 20.2857142857vw;
    left: 0;
    top: 37vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy1 .sec_inner .fig3 {
    width: 58.4vw;
    right: 0;
    top: 179.2vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy1 .sec_inner .fig3 {
    width: 18.0714285714vw;
    right: 0;
    top: 53.1428571429vw;
  }
}
#section_wrap .inner #classy #classy1 .sec_inner .fig4 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy1 .sec_inner .fig4 {
    width: 88vw;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy1 .sec_inner .fig4 {
    width: 26vw;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy2 .sec_inner::before {
    padding-top: 293.6%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy2 .sec_inner::before {
    padding-top: 85.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy2 .sec_inner .fig1 {
    width: 88vw;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy2 .sec_inner .fig1 {
    width: 26vw;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy2 .sec_inner .fig2 {
    width: 49.3333333333vw;
    right: 0;
    top: 128.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy2 .sec_inner .fig2 {
    width: 14.2857142857vw;
    right: 0;
    top: 37.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy2 .sec_inner .fig3 {
    width: 49.3333333333vw;
    left: 0;
    top: 128.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy2 .sec_inner .fig3 {
    width: 14.2857142857vw;
    left: 0;
    top: 37.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy2 .sec_inner .fig4 {
    width: 100vw;
    left: 0;
    top: 202.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy2 .sec_inner .fig4 {
    width: 29.2857142857vw;
    left: 0;
    top: 59.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy3 .sec_inner h2 {
    left: 40vw;
    top: 77.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy3 .sec_inner h2 {
    left: 10.7142857143vw;
    top: 22.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy3 .sec_inner::before {
    padding-top: 229.0666666667%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy3 .sec_inner::before {
    padding-top: 69.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy3 .sec_inner .fig1 {
    width: 100vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy3 .sec_inner .fig1 {
    width: 29.2857142857vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy3 .sec_inner .fig2 {
    width: 53.3333333333vw;
    right: 4.8vw;
    top: 77.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy3 .sec_inner .fig2 {
    width: 16.8571428571vw;
    right: 1.3571428571vw;
    top: 22.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy3 .sec_inner .fig3 {
    width: 53.3333333333vw;
    left: 4.8vw;
    top: 154.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy3 .sec_inner .fig3 {
    width: 16.8571428571vw;
    left: 1.3571428571vw;
    top: 46.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy4 .sec_inner::before {
    padding-top: 310.9333333333%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy4 .sec_inner::before {
    padding-top: 92.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy4 .sec_inner .fig1 {
    width: 88vw;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy4 .sec_inner .fig1 {
    width: 26vw;
    right: 0;
    top: 0;
  }
}
#section_wrap .inner #classy #classy4 .sec_inner .fig2 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy4 .sec_inner .fig2 {
    width: 66.6666666667vw;
    top: 125.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy4 .sec_inner .fig2 {
    width: 20.2857142857vw;
    top: 37.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy4 .sec_inner .fig3 {
    width: 88vw;
    left: 0;
    top: 179.2vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy4 .sec_inner .fig3 {
    width: 26vw;
    left: 0;
    top: 53.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy5 .sec_inner::before {
    padding-top: 293.6%;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy5 .sec_inner::before {
    padding-top: 85.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy5 .sec_inner .fig1 {
    width: 88vw;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy5 .sec_inner .fig1 {
    width: 26vw;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy5 .sec_inner .fig2 {
    width: 49.3333333333vw;
    left: 0;
    top: 128.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy5 .sec_inner .fig2 {
    width: 14.2857142857vw;
    left: 0;
    top: 37.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy5 .sec_inner .fig3 {
    width: 49.3333333333vw;
    right: 0;
    top: 136.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy5 .sec_inner .fig3 {
    width: 14.2857142857vw;
    right: 0;
    top: 39.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  #section_wrap .inner #classy #classy5 .sec_inner .fig4 {
    width: 88vw;
    left: 0;
    top: 210.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #section_wrap .inner #classy #classy5 .sec_inner .fig4 {
    width: 26vw;
    left: 0;
    top: 61.5714285714vw;
  }
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .nav_content {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .nav_content {
    background: #fff;
  }
}
.nav_content .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav_content .inner {
    width: 22.8571428571vw;
    display: grid;
    place-content: center;
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .nav_content .inner {
    width: 85.3333333333vw;
    margin: 0 auto;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.nav_content .inner h3 {
  color: #111;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .nav_content .inner h3 {
    margin-bottom: 4vw;
  }
}
.nav_content .inner h4 {
  color: #111;
  font-size: 20px;
  margin: 0 0 0 auto;
}
.nav_content .inner h4.line_left {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .nav_content .inner h4.line_left {
    width: 22.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .nav_content .inner h4.line_left {
    width: 85.3333333333vw;
  }
}
.nav_content .inner h4.line_left::before {
  content: "";
  height: 1px;
  border-top: 1px solid #111;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
  flex-grow: 1;
  margin-top: 0.25em;
  margin-right: 10px;
}
.nav_content .inner .group:nth-child(n+3) {
  margin-top: 50px;
}
.nav_content .inner .group .nav_list {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .group .nav_list {
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .group .nav_list .nav_item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .nav_content .inner .group .nav_list .nav_item {
    width: 26.6666666667vw;
  }
}
.nav_content .inner .group .nav_list a {
  color: #111;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .group .nav_list a p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.nav_content .inner .group .nav_list a p::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}

#pc_menu {
  z-index: 2;
  min-height: 100vh;
}
@media screen and (min-width: 769px) {
  #pc_menu {
    width: 28.5714285714vw;
    right: 0;
    bottom: 0;
  }
}

#sp_menu {
  /* ここから下がハンバーガーメニューに関するCSS */
  /* チェックボックスを非表示にする */
  /* ハンバーガーアイコンの設置スペース */
  /*このクラスが付与されると表示する*/
  /* ハンバーガーメニューのアイコン */
  /* 三本線の一番上の棒の位置調整 */
  /* 三本線の一番下の棒の位置調整 */
  /* アイコンがクリックされたら真ん中の線を透明にする */
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  /* アイコンがクリックされたらメニューを表示 */
}
#sp_menu .drawer_hidden {
  display: none;
}
#sp_menu .wrap_open {
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #sp_menu .wrap_open {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
#sp_menu .drawer_open {
  display: flex;
  background-color: #333333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #sp_menu .drawer_open {
    width: 12vw;
    height: 12vw;
  }
}
#sp_menu .active_menu {
  opacity: 1;
  visibility: visible;
}
#sp_menu .drawer_open span,
#sp_menu .drawer_open span:before,
#sp_menu .drawer_open span:after {
  content: "";
  display: block;
  height: 1.5px;
  width: 18px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
#sp_menu .drawer_open span:before {
  bottom: 8px;
}
#sp_menu .drawer_open span:after {
  top: 8px;
}
#sp_menu #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#sp_menu #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp_menu #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#sp_menu #drawer_input:checked ~ .nav_content {
  left: 0; /* メニューを画面に入れる */
}

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

.fadeIn_on.fadeIn {
  opacity: 1;
}

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

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

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

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

/*===========
inview（下から）
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  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 */