@charset "UTF-8";
@media screen and (min-width: 769px) {

  /* ========================================================
  基本設定
  =========================================================*/
  :root {
    /* カラー */
    --Main: #000;
    --Sub: #3E9CB9;
    --Accent: #FF92C1;
    --green: #C5D574;
    --pink: #E75C79;
    --mint: #83C5C2;
    --blue: #6493CB;
    --grey: #B8C5D1;
    
    /* フォント */
    --font_main: bold 14px "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    --font_accent_quadratic: normal 14px "reross-quadratic", sans-serif;
    --font_accent_rectangular: normal 14px "reross-rectangular", sans-serif;
  }
  
  .body {
    width: 1280px;
    margin: 0 auto;
  }

  p:not([class]) + p:not([class]) {
    margin-top: 2em;
  }  

  a {
    transition: .3s;
  }

  a:hover {
    opacity: 0.6;
  }

  /* ========================================================
  共通パーツ
  =========================================================*/
  .forPC {
    display: block;
  }

  .forSP {
    display: none;
  }


  /* ========================================================
  FV
  =========================================================*/
  .fv {
    background: url(../img/fv_bg_pc.jpg) no-repeat top left / 840px auto;
    padding: 706px 40px 0;
  }

  @supports (background: url('image.webp')) {
    .fv {
      background: url(../img/fv_bg_pc.webp) no-repeat top left / 840px auto;
    }
  }
  
  @supports (background: url('image.avif')) {
    .fv {
      background: url(../img/fv_bg_pc.avif) no-repeat top left / 840px auto;
    }
  }  

  .fv__catch {
    font-size: 50px;
    letter-spacing: 0.2em;
    padding-left: 0;
    top: 81px;
    left: 141px;
    transform: translateX(0);
  }

  .fv__head {
    top: 594px;
    left: auto;
    right: 119px;
  }

  .fv__head-vol {
    font-size: 16px;
  }

  .fv__head-name {
    height: 32px;
    margin-top: 6px;
  }

  .fv__wrap {
    justify-content: flex-start;
    position: static;
  }

  .fv__logo {
    gap: 80px;
    position: absolute;
    top: 110px;
    right: 74px;
  }

  .fv__logo-yamamoto {
    height: 308px;
  }
  
  .fv__logo-respectacles {
    height: 43px;
  }  

  .fv__txt {
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
    padding: 0;
    padding-left: 96px;
  }

  .fv__txt-year {
    font-size: 14px;
  }  

  .fv__txt-date {
    font-size: 20px;
    margin-top: 4px;
  }

  .fv__txt-place {
    font-size: 16px;
    margin-top: 7px;
  }

  /* FVスライダー */
  .fv__slider {
    margin: -58px -40px 0;
    z-index: 0;
  }

  .fv__slider-slide img {
    width: 58px;
  }
  
  img.fv__slider-slide-img--m {
    width: 64px;
  }

  img.fv__slider-slide-img--l {
    width: 63px;
  }


  /* ========================================================
  WHAT THIS PROJECT
  =========================================================*/
  .what {
    background: url(../img/what_bg_pc.jpg) no-repeat top center / 100% auto;
    padding: 0 138px 120px;
    margin: 58px 40px 0;
  }

  @supports (background: url('image.webp')) {
    .what {
      background: url(../img/what_bg_pc.webp) no-repeat top center / 100% auto;
    }
  }
  
  @supports (background: url('image.avif')) {
    .what {
      background: url(../img/what_bg_pc.avif) no-repeat top center / 100% auto;
    }
  }

  .what__heading {
    background: none;
    aspect-ratio: auto;
    padding-left: 54px;
  }

  .what__heading-en {
    font-size: 67px;
    margin-left: 0;
  }

  .what__heading-ja {
    color: var(--Main);
    padding-left: 0;
  }

  .what__container {
    background: rgb(255, 255, 255, 0.8);
    margin-top: 80px;
    padding: 48px 142px 64px;
    position: relative;
  }

  .what__logo {
    width: 355px;
    padding: 0;
    margin: 0 auto;
  }

  .what__meaning-ja--respect {
    bottom: -22px;
    left: 38%;
  }
  
  .what__meaning-ja--spectacle {
    bottom: -22px;
    left: 57%;
  }
  
  .what__txt {
    padding: 0;
    margin-top: 110px;
  }

  .what__txt p {
    line-height: 175%;
  }


  /* ========================================================
  NEO:SAKE
  =========================================================*/
  .neosake {
    width: 800px;
    margin: 80px auto 0;
  }

  .neosake__head {
    width: auto;
    height: 26px;
    padding: 0;
  }

  .neosake__heading {
    background: url(../img/neosake_img.jpg) no-repeat top center / auto 500px,
                var(--Main);
    width: 1280px;
    height: 500px;
    aspect-ratio: auto;
    margin: 108px -240px 0;
  }

  .neosake__heading-ttl {
    position: absolute;
    top: -55px;
    left: 240px;
  }

  .neosake__heading-wrap {
    color: #fff;
    position: absolute;
    top: 50%;
    left: calc(240px + 80px);
    transform: translateY(-50%);
  }

  .neosake__heading-catch {
    line-height: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
  }

  .neosake__heading-catch + p {
    line-height: 200%;
    margin-top: 50px;
  }

  .neosake__desc {
    display: flex;
    justify-content: space-between;
    gap: 66px;
    background: url(../img/neosake_bg_pc.jpg) no-repeat top center / 100% auto;
    padding: 120px 83px 108px 80px;
    margin-top: 80px;
  }

  @supports (background: url('image.webp')) {
    .neosake__desc {
      background: url(../img/neosake_bg_pc.webp) no-repeat top center / 100% auto;
    }
  }
  
  @supports (background: url('image.avif')) {
    .neosake__desc {
      background: url(../img/neosake_bg_pc.avif) no-repeat top center / 100% auto;
    }
  }  

  .neosake__desc-logo {
    width: auto;
    height: 198px;
    margin-top: 104px;
  }

  /* ========================================================
  LINE UP
  =========================================================*/
  .lineUp {
    padding-bottom: 80px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .lineUp__obj {
    top: 620px;
    right: calc((100% - 1280px) / 2 + 277px);
  }

  .lineUp__heading {
    width: 800px;
    padding-left: 0;
    margin: 0 auto;
  }
  
  .lineUp__container {
    width: 800px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .lineUp__box-heading {
    gap: 26px;
  }

  .lineUp__box-heading-ml {
    font-size: 20px;
    text-align: right;
    width: 86px;
  }

  .lineUp__box--s .lineUp__box-list {
    column-gap: 56px;
  }

  .lineUp__box--m .lineUp__box-list-item img {
    width: 96px;
  }

  .lineUp__box--m .lineUp__box-list-item:last-child img {
    width: 115px;
    margin-left: 4px;
  }

  .lineUp__box-list-item-notes {
    font-size: 17px;
    left: 24px;
    bottom: -9px;
  }

  .lineUp__box-txt {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .lineUp__box--m .lineUp__box-txt {
    margin-top: 51px;
  }

  .lineUp__box-price {
    margin-top: 40px;
  }

  .btn {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }

  /* サムネイルスライダー */
  .lineUp__box-slider--main .splide__slide:not(.is-active) {
    opacity: 0.3;
  }

  .lineUp__box-slider--main .splide__slide img {
    width: 266px;
    padding: 0;
  }

  /* flavor */
  .lineUp__flavor {
    padding: 120px 80px 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .lineUp__flavor-obj {
    width: 139px;
    height: 150px;
    top: 500px;
    left: 80px;
  }

  .lineUp__flavor-ttl {
    height: 92px;
    top: -40px;
    right: 80px;
  }

  .lineUp__flavor-content {
    display: flex;
    justify-content: space-between;
  }

  .lineUp__flavor-box {
    flex-direction: column;
    gap: 20px;
    width: 184px;
  }

  .lineUp__flavor-box:nth-child(n+2) {
    margin-top: 0;
  }

  .lineUp__flavor-box:nth-child(3) .lineUp__flavor-txt p {
    margin-top: 0;
  }

  .lineUp__flavor-heading {
    width: 165px;
    height: 165px;
    padding-top: 95px;
  }

  .lineUp__flavor-box:nth-child(1) .lineUp__flavor-heading {
    padding-top: 98px;
  }

  .lineUp__flavor-box:nth-child(3) .lineUp__flavor-heading {
    padding-top: 92px;
  }
  
  .lineUp__flavor-box:nth-child(1) .lineUp__flavor-heading-img {
    top: 44px;
  }
  
  .lineUp__flavor-box:nth-child(2) .lineUp__flavor-heading-img {
    top: 18px;
  }
  
  .lineUp__flavor-box:nth-child(3) .lineUp__flavor-heading-img {
    top: -14px;
  }  


  /* ========================================================
  CREATORS
  =========================================================*/
  .creators {
    width: 800px;
    margin: 0 auto;
  }

  .creators__heading {
    padding-top: 120px;
  }

  .creators__heading-en img {
    padding-left: 0;
  }

  .creators__heading-ja {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.25em;
    padding-left: 2px;
    margin-top: 24px;
  }  

  .creators__container {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }

  .creators__top-num {
    top: -30px;
    left: 0;
  }

  .creators__top-img {
    width: 300px;
    height: 300px;
    margin-right: 6px;
  }

  .creators__top-name {
    left: 0;
    bottom: -22px;
  }

  .creators__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 118px;
    row-gap: 80px;
    margin-top: 64px;
  }

  .creators__list-item:nth-child(n+2) {
    margin-top: 0;
  }

  .creators__list-item-txt p {
    width: 295px;
  }

  .creators__lineUp-thumbnail-item button {
    cursor: pointer;
  }

  .dialog__inner {
    width: 280px;
    aspect-ratio: 280 / 640;
    margin-top: 0;
  }

  .dialog__img {
    width: 228px;
  }

  .js_dialog_prev,
  .js_dialog_next,
  .js_dialog_close {
    cursor: pointer;
  }

  .creators__desc {
    background: url(../img/creators_bg_01_pc.jpg) no-repeat top center / 100% auto;
    padding: 82px 80px;
    margin-top: 160px;
  }

  .creators__desc-ttl + p {
    margin-top: 40px;
  }

  .creators__reuse-wrap {
    background: url(../img/creators_bg_02_pc.jpg) no-repeat top center / 100% auto;
    width: 100%;
    height: 510px;
    padding: 80px;
  }

  .creators__reuse-top {
    position: relative;
    top: auto;
    left: auto;
  }

  .creators__reuse-catch {
    line-height: 200%;
    margin-top: 50px;
  }

  .creators__reuse-txt {
    padding: 0;
    margin-top: 24px;
  }

  .creators__reuse-imgs {
    display: flex;
    margin: 0 -240px;
  }

  .creators__reuse-imgs img {
    width: auto;
    height: 300px;
  }

  /* ========================================================
  GOODS
  =========================================================*/
  .goods {
    width: 800px;
    padding-top: 160px;
    margin: 0 auto;
  }

  .goods__obj {
    width: 160px;
    top: 2260px;
    right: 50px;
  }

  .goods__heading-en img {
    padding-left: 0;
  }

  .goods__heading-ja {
    padding-left: 4px;
  }

  .goods__container {
    padding: 0;
  }

  .goods__detail,
  .goods__txt {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .goods__txt {
    margin-top: 40px;
  }

  .goods__img {
    margin-top: 72px;
  }

  .goods__imgs {
    margin: 64px 0 0;
  }

  .goods .btn {
    margin-top: 40px;
  }

  .lineUp .btn {
    margin-top: 80px;
  }

  .goods__access {
    margin-top: 80px;
  }

  .goods__access-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .goods__access-box:nth-child(3) {
    align-items: center;
  }

  .goods__access-box:nth-child(n+2) {
    margin-top: 42px;
  }  

  .goods__access-box > div:nth-child(1) {
    width: 320px;
  }

  .goods__access-date {
    font-size: 28px;
    margin-top: 8px;
  }

  .goods__access-address {
    margin-top: 30px;
  }

  .goods__access-address-place {
    font-size: 16px;
    white-space: nowrap;
  }

  .goods__access-map {
    width: 335px;
    padding-top: 335px;
    margin-top: 22px;
  }

  .goods__schedule {
    width: 640px;
    margin: 80px auto 0;
  }

  .goods__schedule-list-item-inner {
    min-height: 140px;
  }

  .goods__schedule-list-item-date {
    margin-top: 40px;
  }

  .goods__schedule-list-item-ttl {
    gap: 10px;
    margin-top: 21px;
  }

  .goods__schedule-list-item-ttl img {
    width: 32px;
    height: 32px;
  }

  .goods__schedule-list-item-img {
    width: 140px;
    height: 140px;
  }


  /* ========================================================
  フッター
  =========================================================*/
  .footer {
    margin-top: 160px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}