@charset "UTF-8";
/*ALL Settings*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

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

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

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

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

p.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

br.brsp {
  display: none;
}

@media (max-width: 767px) {
  br.brsp {
    display: block;
  }
}
/****************************************

          General Setting

*****************************************/
html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  height: 100%;
  background: #fff;
  background-size: 150px auto;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  transition: all 0.5s;
}
body.noscroll {
  overflow: hidden;
}

.wrap {
  position: relative;
  min-height: 100%;
  line-height: 1.8;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

img.responsiveimg {
  width: 100%;
  height: auto;
}

img.round {
  border-radius: 3rem !important;
}

.flex-nowrap {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.content--body {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 1280px;
  min-height: 100dvh;
  margin: 0 auto;
}

.content--box {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.content--small {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
  margin: 0 auto;
  max-width: 992px;
}

.content--nomg {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%;
  margin: 0 auto;
}

.right, .left {
  width: calc(50% - 30px);
}

.listbox {
  margin-right: -30px;
}

.w-3 {
  width: calc(33.3333333333% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.w-4 {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.mgt-1 {
  margin-top: 1.5rem !important;
}

.mgt-3 {
  margin-top: 3rem !important;
}

.mgt-6 {
  margin-top: 10rem !important;
}

.mgb-1 {
  margin-bottom: 1.5rem !important;
}

.mgb-3 {
  margin-bottom: 3rem !important;
}

.mgb-6 {
  margin-bottom: 10rem !important;
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
}
p.large {
  font-size: 2rem;
}
p a {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.loading {
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.loading img {
  width: 30%;
}

.centerline {
  display: block;
  width: 1px;
  height: 50px;
  margin: 3rem auto;
  background: #8f8696;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}

.w-70 {
  width: 70%;
  margin: 0 auto;
}

.w-60 {
  width: 60%;
  margin: 0 auto;
}

.w-50 {
  width: 50%;
  margin: 0 auto;
}

.w-100 {
  width: 100%;
  margin: 0 auto;
}

hr {
  background-color: rgb(0, 0, 0);
  border: none;
  box-shadow: 0 5px 0 rgb(0, 0, 0);
  height: 1px;
  margin: 0 0 5px;
}

.p-3 {
  padding: 3rem !important;
}

.p-6-3 {
  padding: 6rem 3rem !important;
}

.p-6-3-3 {
  padding: 6rem 3rem 3rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

@media screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .content--body {
    padding: 0 1rem;
  }
  .content--box {
    padding: 0 1.5rem;
  }
  .content--small {
    padding: 0 1.5rem;
  }
  .right, .left {
    width: 100%;
  }
  .right {
    margin-top: 3rem;
  }
  .listbox {
    margin-right: -15px;
  }
  .w-3, .w-4 {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .mgt-1 {
    margin-top: 1.5rem !important;
  }
  .mgt-3 {
    margin-top: 3rem !important;
  }
  .mgt-6 {
    margin-top: 5rem !important;
  }
  .mgb-1 {
    margin-bottom: 1.5rem !important;
  }
  .mgb-3 {
    margin-bottom: 3rem !important;
  }
  .mgb-6 {
    margin-bottom: 5rem !important;
  }
  .loading img {
    width: 80%;
  }
  .w-80 {
    width: 100%;
    margin: 0 auto;
  }
  .w-70 {
    width: 100%;
    margin: 0 auto;
  }
  .w-60 {
    width: 100%;
    margin: 0 auto;
  }
  .w-50 {
    width: 80%;
    margin: 0 auto;
  }
  .p-3 {
    padding: 1.5rem !important;
  }
  .p-6-3 {
    padding: 3rem 1.5rem !important;
  }
  .p-6-3-3 {
    padding: 3rem 1.5rem 1.5rem !important;
  }
  .p-15 {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 1919px) {
  .content--box {
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    margin: 0 auto;
    max-width: 1366px;
  }
  .content--small {
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    margin: 0 auto;
    max-width: 1243px;
  }
}
/****************************************

          CONTENTS

*****************************************/
.scbox {
  width: 200px;
  height: 100dvh;
  margin: 0;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px;
}

.arrowInner p {
  font-size: 12px;
  color: #bcdfc3;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #bcdfc3;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #8f8696;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
main {
  margin-bottom: 10rem;
}
main img {
  width: 100%;
  height: auto;
}

.main {
  width: 100%;
  margin-bottom: 10rem;
  position: relative;
}

.mainlogo {
  background: #fcfaf7;
  position: relative;
  height: 50%;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  padding-bottom: 10rem;
}

.movie {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.movie .movielink {
  display: block;
  aspect-ratio: 16/9;
}
.movie .movielink span.play {
  position: absolute;
  width: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.movie .movielink img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center 70%;
  vertical-align: bottom;
}

.contents {
  padding: 0 0 10rem;
  position: relative;
}
.contents.nomg {
  padding: 0;
}

.whitebox {
  background: #fff;
  padding: 3rem 3rem 6rem;
  position: relative;
}

.spike {
  --mask: conic-gradient(from 130deg at top,#0000,#000 1deg 99deg,#0000 100deg) 50%/47.67px 100%;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  padding-top: 1px;
  margin-top: -20px;
}

.footstamp {
  position: absolute;
  bottom: 45%;
  right: 0;
  width: 250px;
  overflow: hidden;
}
.footstamp img {
  width: 50px;
}
.footstamp img.allstamp {
  width: 250px;
  opacity: 0;
}
.footstamp img.stamp001 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footstamp img.stamp002 {
  position: absolute;
  bottom: 100px;
  transform: rotate(24deg);
}
.footstamp img.stamp003 {
  position: absolute;
  bottom: 110px;
  left: 90px;
  transform: rotate(40deg);
}
.footstamp img.stamp004 {
  position: absolute;
  top: 160px;
  right: 60px;
  transform: rotate(40deg);
}
.footstamp img.stamp005 {
  position: absolute;
  top: 90px;
  right: 80px;
  transform: rotate(20deg);
}
.footstamp img.stamp006 {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(24deg);
}

.footstamp02 {
  position: absolute;
  top: -40%;
  left: 4%;
  width: 200px;
  overflow: hidden;
  z-index: 1;
}
.footstamp02 img {
  width: 50px;
}
.footstamp02 img.allstamp {
  width: 200px;
  opacity: 0;
}
.footstamp02 img.stamp007 {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.footstamp02 img.stamp008 {
  position: absolute;
  bottom: 125px;
  transform: rotate(-24deg);
  right: 0;
}
.footstamp02 img.stamp009 {
  position: absolute;
  bottom: 160px;
  left: 60px;
  transform: rotate(-40deg);
}
.footstamp02 img.stamp010 {
  position: absolute;
  top: 180px;
  left: 20px;
  transform: rotate(-40deg);
}
.footstamp02 img.stamp011 {
  position: absolute;
  top: 90px;
  right: 80px;
  transform: rotate(0deg);
}
.footstamp02 img.stamp012 {
  position: absolute;
  top: 0;
  left: 10px;
  transform: rotate(-24deg);
}

@media screen and (max-width: 850px) {
  .scbox {
    display: none;
  }
  main {
    margin-bottom: 5rem;
  }
  .mainlogo {
    padding-bottom: 5rem;
  }
  .contents {
    padding: 0 0 5rem;
  }
  .spike {
    --mask: conic-gradient(from 130deg at top,#0000,#000 1deg 99deg,#0000 100deg) 50%/23.84px 100%;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    padding-top: 1px;
    margin-top: -10px;
  }
  .whitebox {
    background: #fff;
    padding: 1.5rem 1.5rem 3rem;
  }
  .footstamp {
    position: absolute;
    bottom: 45%;
    right: -35px;
    width: 100px;
    overflow: hidden;
  }
  .footstamp img {
    width: 20px;
  }
  .footstamp img.allstamp {
    width: 100px;
    opacity: 0;
  }
  .footstamp img.stamp001 {
    position: absolute;
    bottom: 10px;
    left: 0px;
  }
  .footstamp img.stamp002 {
    position: absolute;
    bottom: 50px;
    transform: rotate(24deg);
  }
  .footstamp img.stamp003 {
    position: absolute;
    bottom: 55px;
    left: 40px;
    transform: rotate(40deg);
  }
  .footstamp img.stamp004 {
    position: absolute;
    top: 65px;
    right: 25px;
    transform: rotate(40deg);
  }
  .footstamp img.stamp005 {
    position: absolute;
    top: 35px;
    right: 30px;
    transform: rotate(20deg);
  }
  .footstamp img.stamp006 {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(24deg);
  }
  .footstamp02 {
    position: absolute;
    top: -26%;
    left: 0;
    width: 100px;
    overflow: hidden;
    z-index: 1;
  }
  .footstamp02 img {
    width: 25px;
  }
  .footstamp02 img.allstamp {
    width: 100px;
    opacity: 0;
  }
  .footstamp02 img.stamp007 {
    position: absolute;
    bottom: 10px;
    right: 5px;
  }
  .footstamp02 img.stamp008 {
    position: absolute;
    bottom: 65px;
    transform: rotate(-24deg);
    right: 0;
  }
  .footstamp02 img.stamp009 {
    position: absolute;
    bottom: 85px;
    left: 30px;
    transform: rotate(-40deg);
  }
  .footstamp02 img.stamp010 {
    position: absolute;
    top: 95px;
    left: 15px;
    transform: rotate(-40deg);
  }
  .footstamp02 img.stamp011 {
    position: absolute;
    top: 40px;
    right: 40px;
    transform: rotate(0deg);
  }
  .footstamp02 img.stamp012 {
    position: absolute;
    top: 0;
    left: 5px;
    transform: rotate(-24deg);
  }
}
/****************************************

        HMBG

*****************************************/
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100dvh;
  left: 0;
}

.circle-bg {
  z-index: 0;
  width: 40px;
  height: 100dvh;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  transform: scale(0);
  right: -50px;
  top: calc(50% - 20px);
  transition: all 0.6s;
  position: absolute;
}

.circle-bg.circleactive {
  width: 100vw;
  transform: scale(100);
  background: #8f8696;
  z-index: 2;
}

#g-nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list {
  display: flex;
  flex-wrap: wrap;
}

#g-nav ul {
  opacity: 0;
  position: relative;
  z-index: 999;
}

#g-nav.panelactive ul, #over #g-nav-list ul {
  opacity: 1;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-top: 3rem;
}
#g-nav.panelactive ul li ul, #over #g-nav-list ul li ul {
  width: 60%;
  padding: 3rem 0;
  margin: 0 auto;
}

#g-nav.panelactive ul li {
  text-align: center;
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#g-nav.panelactive ul li:first-child {
  margin-bottom: 3rem;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.g-nav-list {
  position: relative;
  padding: 0;
}

ul.g-nav-list li {
  width: 100%;
  text-align: left;
}
ul.g-nav-list li a {
  padding: 0 0 1.3rem;
  margin-bottom: 3rem;
  display: inline-block;
}
ul.g-nav-list li a img {
  height: 2rem;
}
ul.g-nav-list li a:hover {
  text-decoration: none;
}
ul.g-nav-list li:last-child a {
  margin-bottom: 0;
}

ul.g-nav-list li h2 {
  font-size: 3rem;
  font-weight: 700;
  padding: 1.5rem 0;
}

ul.g-nav-list li ul {
  padding: 0;
}

ul.g-nav-list li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.g-nav-list li ul li a {
  font-size: 1.6rem;
  padding: 1rem 0;
  color: #bcdfc3;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
ul.g-nav-list li ul li a:hover {
  opacity: 0.5;
}

#g-nav.panelactive ul li ul li.login {
  margin: 1.5rem 0 3rem;
  justify-content: space-between;
}
#g-nav.panelactive ul li ul li.login a {
  border: 1px solid #000;
  padding: 1rem 2rem;
  border-radius: 1rem;
  margin: 0;
  width: 49%;
  font-size: 1.8rem;
  text-align: center;
}
#g-nav.panelactive ul li ul li.login a:first-child {
  background: #000;
  color: #fff;
}
#g-nav.panelactive ul li ul li.login a:first-child:hover {
  background: none;
  color: #000;
  opacity: 1;
}
#g-nav.panelactive ul li ul li.login a:last-child {
  background: #000;
  color: #fff;
}
#g-nav.panelactive ul li ul li.login a:last-child:hover {
  background: none;
  color: #000;
  opacity: 1;
}
#g-nav.panelactive ul li ul li.fcnavbox {
  justify-content: space-between;
}
#g-nav.panelactive ul li ul li.fcnavbox .fcnav {
  width: 49%;
}
#g-nav.panelactive ul li ul li.fcnavbox .fcnav ul {
  width: 100%;
  padding: 0;
}
#g-nav.panelactive ul li ul li.fcnavbox .fcnav ul.guide {
  width: 100%;
}
#g-nav.panelactive ul li ul li.fcnavbox .fcnav ul.guide a {
  font-size: 1.3rem;
}

.openbtn1 {
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}

.openbtn1 div {
  position: absolute;
  top: calc(50% - 7px);
  width: 100%;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #bcdfc3;
  width: 80%;
}

.openbtn1 span:nth-of-type(1) {
  top: 0;
}

.openbtn1 span:nth-of-type(2) {
  top: 10px;
  left: -10px;
}

.openbtn1 span:nth-of-type(3) {
  top: 10px;
  left: -10px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 0;
  left: 0;
  background-color: #000;
  transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
  top: 12px;
  left: 0;
  background-color: #000;
  transform: translateY(-6px) rotate(45deg);
}

body.navopen {
  overflow: hidden;
}

.navheadarea .title {
  text-align: center;
}
.navheadarea .title img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 850px) {
  #g-nav-list {
    width: 100vw;
  }
}
/****************************************

        COMMON header

*****************************************/
header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.5s;
  padding: 1.5rem 3rem;
  width: 100%;
  z-index: 51;
  position: absolute;
}
header.contentsarea {
  position: relative;
  background: #fff;
}
header.scroll {
  position: fixed;
  align-items: center;
  background: rgba(143, 134, 150, 0.9);
  filter: invert(0);
  width: 100%;
  padding: 1.5rem;
  top: 0;
}
header.scroll .rightnav {
  right: 1.5rem;
}
header.scroll .nav-pc ul li {
  padding: 0.5rem 3rem;
}
header.scroll .nav-pc ul li a {
  font-size: 1.4rem;
}
header.scroll .openbtn1 {
  width: 40px;
  height: 40px;
  top: 2px;
}
header.scroll .circle-bg {
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
header h1 {
  width: 120px;
  height: 80px;
  transition: all 0.3s;
  background: url(/contents/1/ST/toku/img/logo.png) no-repeat center left;
  background-size: contain;
  text-indent: -9999px;
  position: absolute;
}
header h1 a {
  display: block;
  height: 100%;
}
header .rightnav {
  transition: all 0.3s;
  width: 100%;
}
header .rightnav ul {
  width: 100%;
  align-items: center;
  justify-content: center;
}
header .rightnav ul li.spnav {
  display: none;
}

li.gnavtrigger {
  position: relative;
  margin-left: auto;
}

.nav-pc {
  position: relative;
  width: 100%;
}

.nav-pc ul {
  height: auto;
}

.gnav a:hover::after {
  transform: scale(1, 1);
}

.nav-pc ul li {
  padding: 1rem 3rem;
}
.nav-pc ul li a {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  letter-spacing: 0;
  padding: 1rem 0;
  z-index: 1;
  transition: all 0.3s;
}
.nav-pc ul li a:hover {
  color: #bcdfc3;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.nav-pc ul li a:hover::after {
  opacity: 1;
}
.nav-pc ul li a.active {
  color: #bcdfc3;
}
.nav-pc ul li a.active::after {
  opacity: 1;
}

.scroll .circle-bg {
  background: rgba(255, 255, 255, 0);
}
.scroll .circle-bg.circleactive {
  background: rgba(143, 134, 150, 0.9);
}
.scroll h1 {
  width: 100px;
  height: 40px;
  transition: all 0.3s;
  background: url(/contents/1/ST/toku/img/logo.png) no-repeat center left;
  background-size: contain;
  text-indent: -9999px;
}
.scroll h1 a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 850px) {
  header {
    height: auto;
    padding: 1rem 1.5rem;
    background-size: auto 100%;
  }
  header.scroll {
    padding: 0.3rem 1rem;
  }
  header.scroll h1 {
    width: 100px;
  }
  header.scroll .nav-pc ul li {
    padding: 0.5rem 1rem;
  }
  header.scroll .nav-pc ul li a {
    font-size: 1.3rem;
  }
  header .rightnav {
    transition: all 0.3s;
  }
  header .rightnav ul {
    justify-content: flex-end;
  }
  header .rightnav ul li.spnav {
    display: block;
  }
  .nav-pc {
    display: none;
  }
  .nav-pc ul li {
    padding: 1rem;
  }
  .nav-pc ul li a {
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 700;
    color: #111111;
    font-size: 1.4rem;
    transition: all 0.3s;
    position: relative;
    text-decoration: none;
    letter-spacing: 0;
    padding: 0.5rem 0;
    z-index: 1;
    transition: all 0.3s;
  }
  .nav-pc ul li a::after {
    content: "";
    background: url(img/nav.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    height: 100%;
    aspect-ratio: 1;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .nav-pc ul li a:hover::after {
    opacity: 1;
  }
  .nav-pc ul li a.active {
    color: #8f8696;
  }
  .nav-pc ul li a.active::after {
    opacity: 1;
  }
}
/****************************************

        section

*****************************************/
.txt-l {
  font-size: 4rem;
}

.txt-3 {
  font-size: 3rem;
}

.txt-26 {
  font-size: 2.6rem;
}

.txt-m {
  font-size: 2.4rem;
}

.txt-s {
  font-size: 1.6rem;
}

.txt-ss {
  font-size: 1.3rem;
}

.head {
  width: 25%;
}
.head h2 {
  position: sticky;
  top: 100px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  color: #8f8696;
}
.head h2 span {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  color: #8f8696;
  padding: 0.3rem;
}

.body {
  width: 75%;
}
.body p {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 0 3rem;
}
.body p span {
  font-weight: bold;
}
.body p.minheight {
  height: 50dvh;
  background: rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}

.newslist {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.newslist li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newslist li a {
  padding: 1.5rem 3rem 1.5rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}
.newslist li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.newslist li a:after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  content: "\f08e";
  color: #8f8696;
}
.newslist li a span {
  font-size: 1.3rem;
  width: 10em;
  padding: 0;
  line-height: 1.6;
}
.newslist li a h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.newslist li span {
  padding: 1.5rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.newslist li span span {
  font-size: 1.3rem;
  width: 10em;
  padding: 0;
  line-height: 1.6;
}
.newslist li span h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.schedule {
  width: 100%;
  border-collapse: collapse;
}
.schedule thead {
  font-size: 1.2rem;
  color: #8f8696;
}
.schedule thead span {
  border-bottom: 1px solid #8f8696;
  display: block;
  padding: 0 0 0.5rem;
  margin: 0 1rem 0 0;
}
.schedule thead tr td {
  padding: 0 0 1rem;
}
.schedule tbody tr td {
  padding: 3rem 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #8f8696;
}
.schedule tbody tr td.date {
  width: 20%;
}
.schedule tbody tr td.date span {
  font-size: 1.2rem;
  display: block;
}
.schedule tbody tr td.style span {
  padding: 0.5rem 1rem;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.schedule tbody tr td.style span.dj {
  background: #8f8696;
  color: #f8f8f8;
}
.schedule tbody tr td.style span.band {
  background: #8f8696;
  color: #bcdfc3;
}
.schedule tbody tr td.place {
  width: 40%;
  font-size: 1.8rem;
}
.schedule tbody tr td.place span {
  display: block;
  font-size: 1.2rem;
}
.schedule tbody tr td.place span.seat {
  font-size: 1.1rem;
  display: inline-block;
  border: 1px solid #8f8696;
  color: #8f8696;
  padding: 2px 5px;
  border-radius: 2px;
}
.schedule tbody tr td.info {
  width: 220px;
  font-size: 1.2rem;
}
.schedule tbody tr td.info a {
  text-decoration: underline;
}

@media screen and (max-width: 850px) {
  .txt-l {
    font-size: 2.6rem;
  }
  .txt-l span {
    font-size: 1.4rem;
  }
  .txt-3 {
    font-size: 2rem;
  }
  .txt-m {
    font-size: 1.8rem;
  }
  .txt-s {
    font-size: 1.3rem;
  }
  .txt-ss {
    font-size: 1.1rem;
  }
  .head {
    width: 100%;
    margin-bottom: 3rem;
  }
  .head h2 {
    position: sticky;
    top: 100px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1;
    color: #8f8696;
  }
  .head h2 span {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    color: #8f8696;
    padding: 0.3rem;
  }
  .body {
    width: 100%;
  }
  .body p {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0 0 3rem;
  }
  .body p span {
    font-weight: bold;
  }
  .body p.minheight {
    height: 50dvh;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .schedule {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #8f8696;
  }
  .schedule thead {
    display: none;
  }
  .schedule tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    border-bottom: 1px solid #8f8696;
  }
  .schedule tbody tr td {
    padding: 0 0 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
    border: none;
  }
  .schedule tbody tr td.date {
    width: 100%;
    font-size: 1.6rem;
  }
  .schedule tbody tr td.date span {
    font-size: 1.2rem;
    display: block;
  }
  .schedule tbody tr td.style span {
    padding: 0.5rem 1rem;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .schedule tbody tr td.style span.dj {
    background: #8f8696;
    color: #f8f8f8;
  }
  .schedule tbody tr td.style span.band {
    background: #8f8696;
    color: #bcdfc3;
  }
  .schedule tbody tr td.place {
    width: 100%;
    font-size: 1.6rem;
  }
  .schedule tbody tr td.place span {
    display: block;
    font-size: 1.2rem;
  }
  .schedule tbody tr td.info {
    width: 100%;
    font-size: 1.2rem;
  }
  .schedule tbody tr td.info a {
    text-decoration: underline;
  }
}
/****************************************

        footer

*****************************************/
footer {
  position: relative;
  padding: 6rem;
  font-size: 1.3rem;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
.pagetop img {
  width: 80px;
}

@media screen and (max-width: 850px) {
  footer {
    position: relative;
    padding: 3rem;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 10;
  }
  .pagetop img {
    width: 50px;
  }
  .mfp-iframe-scaler {
    padding-top: 160%;
  }
}
.mfp-container {
  overflow-y: auto;
  overscroll-behavior-y: contain;
}/*# sourceMappingURL=style.css.map */