@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400;1,600&family=Noto+Sans+JP:wght@300;600&display=swap");
/* init */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea, small {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box; }

ul li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

pre, code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

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

img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: text-top;
  font-size: 75%; }

sub {
  vertical-align: text-bottom;
  font-size: 75%; }

input, textarea, select {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle; }

a {
  outline: none; }

audio:not([controls]) {
  display: none; }

time {
  display: inline; }

[hidden] {
  display: none; }

input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
  visibility: hidden;
  display: none; }

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  outline: none; }

button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer; }

small {
  font-size: 85%; }

i, em {
  font-weight: normal;
  font-style: normal; }

html {
  scroll-behavior: smooth; }

input::placeholder,
textarea::placeholder {
  color: #c8c8c8; }

a:link {
  color: #333333;
  text-decoration: none; }

a:visited {
  color: #333333;
  text-decoration: none; }

a:hover {
  color: #00a1e9;
  text-decoration: none; }

a:active {
  color: #333333;
  text-decoration: none; }

body, input, button, select, textarea {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.025em; }

img {
  max-width: 100%;
  height: auto; }

.aCt {
  text-align: center; }

.aRt {
  text-align: right; }

@media (min-width: 768px) {
  .spBr,
  .spOnly {
    display: none; }

  a.phoneLink {
    pointer-events: none;
    text-decoration: none;
    color: #333333; } }
@media (max-width: 767px) {
  body {
    font-size: 14px; }

  .pcBr {
    display: none; }

  .spBr {
    display: inline; }

  .pcOnly {
    display: none; }

  .phoneLink {
    pointer-events: auto; } }
.pageWrapper {
  max-width: 100%;
  height: 100dvh;
  overflow: hidden; }
  .pageWrapper.start {
    height: auto; }

.top {
  width: 100%; }

#siteHeader {
  max-width: 1560px;
  padding: 30px;
  margin: 0 auto;
  position: relative; }
  #siteHeader nav {
    position: absolute;
    right: 0;
    bottom: 30px; }
    #siteHeader nav ul {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      #siteHeader nav ul li {
        margin: 0 1em 0 0; }
        #siteHeader nav ul li::after {
          content: '/';
          padding-left: 1em; }
        #siteHeader nav ul li:last-child::after {
          content: none; }

#siteID {
  width: 160px;
  padding-left: 20px;
  height: 100px;
  margin: 0 auto; }
  #siteID img {
    display: block; }

.channels {
  position: fixed;
  right: 10px;
  top: calc(50% - 70px);
  height: 140px;
  width: 30px; }
  .channels a {
    display: block;
    margin: 5px 0; }
    .channels a img {
      display: block;
      transition: all .3s ease; }
    .channels a:nth-child(1) img {
      filter: brightness(100%) grayscale(100%); }
    .channels a:nth-child(2) img {
      filter: brightness(150%) grayscale(100%); }
    .channels a:nth-child(3) img {
      filter: brightness(240%) grayscale(100%); }
    .channels a:nth-child(4) img {
      filter: brightness(130%) grayscale(100%); }
    .channels a:hover img {
      filter: brightness(100%) grayscale(0.1%); }

.bottom {
  background: #f5f5f5; }
  .bottom .pageUp {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0; }
    .bottom .pageUp a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      background: #ccc;
      position: relative;
      transition: background .3s ease; }
      .bottom .pageUp a::before {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: 0;
        position: absolute;
        content: '↑';
        text-align: center;
        line-height: 50px; }
      .bottom .pageUp a:hover {
        background: #333;
        color: #fff; }

#siteFooter .primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 40px;
  margin: 0 auto; }
  #siteFooter .primary .logo {
    width: 100px; }
  #siteFooter .primary ul {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #siteFooter .primary ul li {
      margin: 0 1em 0 0; }
      #siteFooter .primary ul li::after {
        content: '/';
        padding-left: 1em; }
      #siteFooter .primary ul li:last-child::after {
        content: none; }
  #siteFooter .primary address {
    line-height: 1.5; }
    #siteFooter .primary address dt {
      font-size: 12px;
      font-weight: 600; }
    #siteFooter .primary address dd {
      font-size: 14px; }
#siteFooter .copyrights {
  background: #fff;
  padding: 15px 0; }
  #siteFooter .copyrights small {
    display: block;
    max-width: 1280px;
    padding: 0 40px;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    display: block;
    margin: 0 auto;
    font-size: 12px; }

main section {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0; }
  main section p {
    font-size: 18px;
    line-height: 1.85;
    margin-bottom: 1em; }
  main section.play h2 span::before {
    transform: translate(-50%, -50%) skewY(0deg); }
main h2 {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 60px;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
  line-height: 1.2; }
  main h2 span {
    padding: 5px 40px;
    position: relative; }
    main h2 span::before {
      background: rgba(230, 230, 230, 0.5);
      width: 100%;
      height: 100%;
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) skewY(-3deg);
      z-index: -1;
      transition: all .3s ease 0.75s; }

.mc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .mc.duo .col {
    width: 50%; }
    .mc.duo .col.content {
      padding: 80px 0 0 80px; }
  .mc.duo.rev {
    flex-direction: row-reverse; }
    .mc.duo.rev .col.content {
      padding: 80px 80px 0 0; }

p.btn {
  margin-top: 2em;
  line-height: 1.2; }
  p.btn a {
    display: inline-block;
    padding: 10px 40px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    border: 1px #333 solid;
    min-width: 240px;
    text-align: center;
    position: relative; }
    p.btn a::before {
      content: '';
      background: #000;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      z-index: -1;
      transition: width .3s ease; }
    p.btn a:hover {
      color: #fff; }
      p.btn a:hover::before {
        width: 100%; }

@media (max-width: 767px) {
  #siteHeader {
    max-width: none;
    padding: 10px 15px 20px; }
    #siteHeader nav {
      position: static;
      right: auto;
      bottom: auto; }
      #siteHeader nav ul {
        justify-content: center; }
        #siteHeader nav ul li {
          margin: 0 .5em 0 0; }
          #siteHeader nav ul li::after {
            padding-left: .5em; }

  #siteID {
    width: 100px;
    height: auto;
    margin-bottom: 15px; }

  .channels {
    right: 0;
    top: auto;
    bottom: 60px;
    height: auto;
    width: 36px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px 0 0 4px;
    padding: 10px 5px; }
    .channels a {
      display: block;
      margin: 5px 0; }

  .bottom .pageUp {
    width: 40px;
    height: 40px; }
    .bottom .pageUp a::before {
      line-height: 40px; }

  #siteFooter .primary {
    max-width: none;
    padding: 20px 15px; }
    #siteFooter .primary .logo {
      width: 80px; }
    #siteFooter .primary address dt {
      font-size: 10px; }
    #siteFooter .primary address dd {
      font-size: 12px; }
  #siteFooter .copyrights {
    background: #fff;
    padding: 10px 0; }
    #siteFooter .copyrights small {
      font-size: 10px; }

  main section {
    width: auto;
    padding: 40px 15px; }
    main section p {
      font-size: 16px; }
  main h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 30px; }
    main h2 span {
      padding: 3px 36px; }

  .mc {
    display: block; }
    .mc.duo .col {
      width: 100%; }
      .mc.duo .col.img {
        margin-bottom: 20px; }
      .mc.duo .col.content {
        padding: 0; }
    .mc.duo.rev .col.content {
      padding: 0; }

  p.btn a {
    padding: 10px 10px;
    width: 100%; } }
.movie {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1; }
  .movie video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%; }
  .movie .logo {
    width: 160px;
    padding-left: 20px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 2; }
    .movie .logo img {
      display: block; }
  .movie .skip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    width: 240px;
    height: 40px;
    border-radius: 20px; }
    .movie .skip a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Crimson Text', serif;
      font-size: 24px;
      width: 100%;
      height: 100%;
      font-style: italic; }
  .movie .shop {
    width: 80px;
    height: 60px;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 4; }
    .movie .shop img {
      width: 40px;
      height: 40px;
      display: block;
      margin: 0 auto 5px;
      filter: brightness(150%) grayscale(100%); }
    .movie .shop a {
      display: block;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-family: 'Crimson Text', serif;
      font-style: italic;
      transition: opacity .3s ease; }
      .movie .shop a:hover {
        opacity: .5; }

.mainVisual {
  max-width: 1560px;
  height: 640px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .mainVisual .slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .mainVisual .slider .slide {
      width: 100%;
      height: 640px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .mainVisual .slider .slide.slide01 {
        background-image: url("/img/mv01.jpg"); }
      .mainVisual .slider .slide.slide02 {
        background-image: url("/img/mv02.jpg"); }
      .mainVisual .slider .slide.slide03 {
        background-image: url("/img/mv03.jpg"); }
  .mainVisual h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1106px;
    height: 54px; }
    .mainVisual h1 img {
      display: block;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9)); }
  .mainVisual .shopLink {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1200px;
    height: 140px;
    padding: 20px; }
    .mainVisual .shopLink a {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 80px;
      position: relative;
      transition: background .6s ease;
      border: 1px #fff solid; }
      .mainVisual .shopLink a::before {
        content: '';
        background: url("/assets/img/shop.svg") no-repeat center;
        background-size: cover;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 20px;
        top: calc(50% - 25px);
        filter: grayscale(100%); }
      .mainVisual .shopLink a b {
        font-family: 'Crimson Text', serif;
        font-style: italic;
        font-size: 40px;
        position: relative;
        top: 0.1em; }
      .mainVisual .shopLink a span {
        font-size: 24px;
        font-weight: 600;
        padding: 0 120px; }
      .mainVisual .shopLink a:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.8); }

.igContainer {
  padding: 80px 0 20px;
  display: flex;
  justify-content: space-between; }
  .igContainer .ig {
    width: calc((100% - 60px) / 3); }

.snsLinks p {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: 'Crimson Text', serif;
  font-style: italic;
  font-size: 40px; }
  .snsLinks p a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    position: relative;
    top: 16px;
    color: #999; }
    .snsLinks p a img {
      display: block;
      transition: all .3s ease; }
    .snsLinks p a:first-child {
      margin-left: 20px; }
    .snsLinks p a:nth-child(1) img {
      filter: brightness(150%) grayscale(100%); }
    .snsLinks p a:nth-child(2) img {
      filter: brightness(240%) grayscale(100%); }
    .snsLinks p a:nth-child(3) img {
      filter: brightness(130%) grayscale(100%); }
    .snsLinks p a:hover img {
      filter: brightness(100%) grayscale(0.1%); }

.gallery {
  padding: 40px 0 0; }
  .gallery .img {
    margin: 0;
    padding: 80px 10px;
    z-index: 1;
    position: relative; }
    .gallery .img img {
      opacity: .5;
      transition: transform .5s ease; }
    .gallery .img.slick-center {
      z-index: 100; }
      .gallery .img.slick-center img {
        opacity: 1;
        transform: scale(1.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .movie {
    height: 100dvh; }
    .movie video {
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      min-width: 0;
      min-height: 0;
      width: 100vw; }
    .movie .logo {
      left: calc(50% - 80px);
      top: 30vw;
      z-index: 2; }
      .movie .logo img {
        display: block; }
    .movie .skip {
      width: calc(100vw - 30px);
      bottom: 10vw; }
      .movie .skip a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Crimson Text', serif;
        font-size: 24px;
        width: 100%;
        height: 100%;
        font-style: italic; }
    .movie .shop {
      position: absolute;
      right: auto;
      left: calc(50% - 40px);
      top: auto;
      bottom: 150px; }
      .movie .shop img {
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto 5px;
        filter: brightness(150%) grayscale(100%); }
      .movie .shop a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-family: 'Crimson Text', serif;
        font-style: italic;
        transition: opacity .3s ease; }
        .movie .shop a:hover {
          opacity: .5; }

  .mainVisual {
    max-width: none;
    height: 400px;
    padding: 0; }
    .mainVisual .movie video {
      width: auto;
      height: 100%; }
    .mainVisual .slider {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .mainVisual .slider .slide {
        height: 400px; }
    .mainVisual h1 {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1106px;
      height: auto;
      width: calc(100vw - 30px); }
      .mainVisual h1 img {
        display: block;
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9)); }
    .mainVisual .shopLink {
      width: auto;
      height: auto;
      padding: 15px; }
      .mainVisual .shopLink a {
        border-radius: 6px;
        flex-direction: column;
        padding: 50px 15px 15px; }
        .mainVisual .shopLink a::before {
          width: 40px;
          height: 40px;
          position: absolute;
          left: calc(50% - 20px);
          top: 10px; }
        .mainVisual .shopLink a b {
          font-size: 24px;
          display: block;
          margin-bottom: 5px; }
        .mainVisual .shopLink a span {
          font-size: 12px;
          padding: 0;
          line-height: 1.4;
          text-align: center; }
        .mainVisual .shopLink a:hover {
          color: #fff;
          background: rgba(0, 0, 0, 0.8); }

  .igContainer {
    padding: 0 0 10px;
    display: block; }
    .igContainer .ig {
      width: 100%; }

  .snsLinks p {
    font-size: 36px; }
    .snsLinks p a {
      top: 12px; }

  .gallery {
    padding: 30px 0 0; }
    .gallery .img {
      margin: 0;
      padding: 40px 5px; } }
.animate.fadeUp {
  position: relative;
  top: 100px;
  opacity: 0;
  filter: blur(10px);
  transition: all .5s ease; }
  .animate.fadeUp.play {
    top: 0;
    opacity: 1;
    filter: blur(0px); }
