@charset "UTF-8";
/* ================================================================ *
* MIXIN
* ================================================================ */
/* ================================================================ *
* BODY
* ================================================================ */
body {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "fot-tsukuaoldmin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  font-style: normal;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 800px) {
  body {
    font-size: 13px;
    line-height: 1.5;
  }
}

a:link, a:visited {
  color: #10aa9d;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

a:active, a:hover {
  color: #ec9800;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

@media (min-width: 800px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
}
/* ================================================================ *
* parts
* ================================================================ */
img {
  pointer-events: none;
}

dl {
  margin: 0;
}

.red {
  color: #ff1717;
}

.mb10 {
  margin-bottom: 10px;
}

.btn {
  position: relative;
  width: min(85%, 380px);
  font-feature-settings: "palt" 1;
  background: #c18522;
  border-radius: 50px;
  border: 1px solid #c18522;
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50px;
  opacity: 0;
  background: url(../img/bg_pink.png);
  transition: all 0.2s ease-out;
}
.btn a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  display: block;
  padding: 2px 20px;
  font-size: 90%;
  color: #0e3926;
  font-weight: 600;
}
.btn a:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 100%;
  top: 0;
  right: -10px;
  background: url(../img/btn_icon.png) 50% 50% no-repeat;
  background-size: contain;
}
.btn:hover {
  border-color: #0e3926;
}
.btn:hover:after {
  transform: scaleX(1);
  opacity: 1;
}
.btn:hover a:after {
  right: -20px;
}
@media (max-width: 800px) {
  .btn:after {
    background-size: 400px auto;
  }
  .btn a {
    font-size: 80%;
    padding: 2px 10px;
  }
  .btn a:after {
    width: 20px;
    right: -6px;
  }
}
.btn.btn_b a {
  padding: 8px 30px;
  font-size: 100%;
}
@media (max-width: 800px) {
  .btn.btn_b a {
    padding: 5px 20px;
    font-size: 90%;
  }
}
.btn.plink:after {
  background: url(../img/bg_green.png);
}
.btn.plink a:after {
  width: 25px;
  background-image: url(../img/btn_icon_plink.png);
  right: 20px;
}
.btn.plink:hover {
  border-color: #c18522;
}
.btn.plink:hover a {
  color: #c18522;
}
.btn.plink:hover a:after {
  filter: brightness(0) saturate(100%) invert(50%) sepia(65%) saturate(498%) hue-rotate(359deg) brightness(96%) contrast(96%);
}
@media (max-width: 800px) {
  .btn.plink {
    background-size: 400px auto;
  }
  .btn.plink a:after {
    right: 10px;
    width: 16px;
  }
}

.pp_img_btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
.pp_img_btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: #c18522;
  clip-path: polygon(-200% 0, 0 0, -100% 100%, -200% 100%);
  transition: all 0.3s ease-out;
}
.pp_img_btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 35px;
  aspect-ratio: 1/1;
  top: 5px;
  right: 5px;
  border-radius: 20px;
  background: url(../img/popup_icon.png) 45% 45% no-repeat #c18522;
  background-size: 60%;
}
@media (min-width: 800px) {
  .pp_img_btn:hover:before {
    clip-path: polygon(0 0, 200% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 800px) {
  .pp_img_btn:after {
    width: 25px;
    height: 25px;
    top: -3px;
    right: -3px;
  }
}

.btn_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 800px) {
  .btn_wrap {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.h01 + .btn_wrap {
  margin-top: -15px;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .h01 + .btn_wrap {
    margin-bottom: 30px;
  }
}

.prr:not(.notdefo) {
  opacity: 0;
  transition: all 1.2s ease-out 0.3s;
}
.prr:not(.notdefo).show {
  opacity: 1;
}

.table_spec, .table_spec-colon {
  text-align: left;
  width: 100%;
  font-feature-settings: "palt" 1;
  border-top: 1px solid #0e3926;
  line-height: 1.4;
}
.table_spec tr, .table_spec-colon tr {
  border-bottom: 1px solid #0e3926;
}
.table_spec tr th, .table_spec-colon tr th {
  color: #0e3926;
  vertical-align: top;
  position: relative;
  font-size: 85%;
  width: 9em;
  padding: 15px 2em 15px 2em;
  font-weight: 600;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.table_spec tr th span, .table_spec-colon tr th span {
  display: inline-block;
  width: 100%;
}
.table_spec tr th:after, .table_spec-colon tr th:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 26px);
  top: 13px;
  right: 0;
  border-right: 1px dotted #0e3926;
}
.table_spec tr td, .table_spec-colon tr td {
  padding: 15px 0 15px 1.5em;
  vertical-align: top;
}
@media (max-width: 800px) {
  .table_spec, .table_spec-colon {
    font-size: 95%;
  }
  .table_spec tr th, .table_spec-colon tr th {
    font-size: 70%;
    line-height: 1.5;
    width: 5em;
    padding: 10px 0.7em 10px 0.3em;
  }
  .table_spec tr td, .table_spec-colon tr td {
    padding: 10px 0 10px 0.5em;
  }
}
.table_spec-colon {
  font-size: 95%;
}
.table_spec-colon tr th {
  vertical-align: top;
  width: 8.5em;
  padding: 10px 1.5em 10px 1em;
  line-height: 1.6;
}
.table_spec-colon tr th:after {
  content: ":";
  background: none;
  top: 0;
  padding: 8px 0;
  display: none;
}
.table_spec-colon tr td {
  padding: 10px 0.5em 10px 0em;
}
@media (max-width: 800px) {
  .table_spec-colon tr th {
    width: 5em;
    padding: 8px 0.3em 8px 0.5em;
  }
  .table_spec-colon tr td {
    padding: 8px 0.3em 8px 0.5em;
  }
}

.attention_txt {
  font-size: 15px;
  color: rgba(44, 44, 44, 0.8);
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}
@media (max-width: 800px) {
  .attention_txt {
    font-size: 10.5px;
  }
}

.attention_dl {
  font-feature-settings: "palt" 1;
  color: rgba(14, 57, 38, 0.8);
}
.attention_dl dd:has(+ dt) {
  margin-bottom: 20px;
}

.attention_ul {
  font-feature-settings: "palt" 1;
  font-size: 15px;
  color: rgba(44, 44, 44, 0.8);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.attention_ul.center {
  justify-content: center;
}
.attention_ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.attention_ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .attention_ul {
    font-size: 10px;
  }
  .attention_ul li {
    line-height: 1.1;
    margin: 0 0 0 2px;
  }
  .attention_ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.snsbox {
  display: flex;
  justify-content: center;
  gap: 13px;
}
.snsbox > div {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1px;
  transition: all 0.3s ease-out;
}
.snsbox a {
  display: block;
  width: 100%;
  height: 100%;
}
.snsbox .twitter {
  background-image: url(../img/snsicon_x_w.png);
}
.snsbox .line {
  background-image: url(../img/snsicon_line.png);
}
@media (max-width: 800px) {
  .snsbox {
    gap: 10px;
  }
  .snsbox > div {
    width: 30px;
    height: 30px;
  }
}

/* ================================================================ *
* loading
* ================================================================ */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 110;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho", "Noto Serif JP", "游明朝", "游明朝体", "Yu Mincho", "HGS明朝E", "HG明朝E", "HG明朝", "リュウミン", sans-serif;
}
#loading .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
}
#loading .bg:before, #loading .bg:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  flex: 1;
  background: url(../img/bg_pink.png) #fad8c7;
  transform: scale(1.002);
  transition: all 0.5s cubic-bezier(0.59, 0.01, 1, 0.54) 0.6s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#loading .logo {
  width: 500px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
  z-index: 2;
}
#loading .txt {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  font-size: 100%;
  line-height: 1.3;
  color: #0e3926;
  transition: all 0.8s ease-out;
  animation: loading_anm 1s ease-in-out alternate infinite;
}
@keyframes loading_anm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loading.off .bg:before {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
#loading.off .bg:after {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
#loading.off .txt, #loading.off .logo {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.05);
  animation: none;
}
@media (max-width: 800px) {
  #loading .bg:before {
    background-size: 400px auto;
  }
  #loading .bg:after {
    display: none;
  }
  #loading .logo {
    width: 250px;
  }
  #loading .txt {
    font-size: 12px;
    bottom: 15px;
    right: 15px;
  }
  #loading.off .bg:before {
    clip-path: none;
    opacity: 0;
  }
}

/*================================================================ *
* frame
* ================================================================ */
#frame {
  position: fixed;
  z-index: 102;
  width: 50vw;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
#frame:before {
  content: "";
  display: block;
  position: absolute;
  inset: 30px;
  -o-border-image: url(../img/frame.png) 60/60px/0 round;
     border-image: url(../img/frame.png) 60/60px/0 round;
  clip-path: polygon(0 0, calc(50% - 15px) 0, calc(50% - 15px) 2px, calc(50% + 15px) 2px, calc(50% + 15px) 0, 100% 0, 100% calc(50% - 15px), 99% calc(50% - 15px), 99% calc(50% + 15px), 100% calc(50% + 15px), 100% 100%, calc(50% + 15px) 100%, calc(50% + 15px) 99%, calc(50% - 15px) 99%, calc(50% - 15px) 100%, 0 100%, 0 calc(50% + 15px), 2px calc(50% + 15px), 2px calc(50% - 15px), 0 calc(50% - 15px));
}
#frame:after {
  content: "";
  display: block;
  position: absolute;
  inset: 12px;
  background: url(../img/frame_point_t.png) 50% 0 no-repeat, url(../img/frame_point_b.png) 50% 100% no-repeat, url(../img/frame_point_l.png) 0 50% no-repeat, url(../img/frame_point_r.png) 100% 50% no-repeat;
}
#frame.scroll {
  transition: all 0.6s ease-out;
}
@media (max-width: 800px) {
  #frame {
    height: 100svh;
    width: 100vw;
    transform: scale(1.1);
    opacity: 0;
    transition: all 1s ease-out 1s;
  }
  #frame:before {
    inset: 15px;
    -o-border-image: url(../img/frame.png) 60/30px/0 round;
       border-image: url(../img/frame.png) 60/30px/0 round;
    clip-path: polygon(0 0, calc(50% - 8px) 0, calc(50% - 8px) 2px, calc(50% + 8px) 2px, calc(50% + 8px) 0, 100% 0, 100% calc(50% - 8px), 99% calc(50% - 8px), 99% calc(50% + 8px), 100% calc(50% + 8px), 100% 100%, calc(50% + 8px) 100%, calc(50% + 8px) 99%, calc(50% - 8px) 99%, calc(50% - 8px) 100%, 0 100%, 0 calc(50% + 8px), 2px calc(50% + 8px), 2px calc(50% - 8px), 0 calc(50% - 8px));
  }
  #frame:after {
    inset: 6px;
    background-size: 18px auto, 18px auto, auto 18px, auto 18px;
  }
  #frame.on {
    opacity: 1;
    transform: scale(1);
  }
}
#frame.popup {
  filter: brightness(0) saturate(100%) invert(16%) sepia(17%) saturate(1861%) hue-rotate(101deg) brightness(94%) contrast(92%);
}

#gheader {
  position: fixed;
  z-index: 101;
  width: 100%;
  padding: 65px 80px 0;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: space-between;
}
#gheader a {
  text-decoration: none;
}
#gheader.popup {
  filter: brightness(0) saturate(100%) invert(16%) sepia(17%) saturate(1861%) hue-rotate(101deg) brightness(94%) contrast(92%);
}
#gheader .head_logo {
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
}
#gheader .head_logo img {
  width: 36px;
}
#gheader .head_logo p {
  font-family: "ivypresto-display";
  color: #c18522;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 200;
  opacity: 0.8;
}
#gheader .head_logo p span {
  display: inline-block;
  font-style: italic;
}
#gheader.scroll {
  opacity: 1;
  transition: all 0.8s ease-out;
}
#gheader #menuIcon {
  width: 50px;
  aspect-ratio: 1/0.7;
  cursor: pointer;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-out;
}
#gheader #menuIcon span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #c18522;
  transition: all 0.3s ease-out;
}
#gheader #menuIcon span:before, #gheader #menuIcon span:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #c18522;
  transition: all 0.2s ease-out;
}
#gheader #menuIcon span:before {
  transform: translateY(-8px);
}
#gheader #menuIcon span:after {
  transform: translateY(8px);
}
#gheader #menuIcon.on span {
  background: transparent;
}
#gheader #menuIcon.on span:before {
  transform: rotate(30deg);
}
#gheader #menuIcon.on span:after {
  transform: rotate(-30deg);
}
#gheader.scroll #menuIcon {
  opacity: 1;
}
@media (max-width: 800px) {
  #gheader {
    padding: 30px 40px;
  }
  #gheader .head_logo {
    gap: 7px;
  }
  #gheader .head_logo img {
    width: 24px;
  }
  #gheader .head_logo p {
    font-size: 7px;
    letter-spacing: 1px;
    padding-bottom: 3px;
  }
  #gheader #menuIcon {
    opacity: 1;
    width: 30px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  #gheader #menuIcon span {
    height: 1px;
  }
  #gheader #menuIcon span:before {
    transform: translateY(-5px);
  }
  #gheader #menuIcon span:after {
    transform: translateY(5px);
  }
}

#pageMenu {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: url(../img/bg_pink.png);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  transform: scale(1.1);
  pointer-events: none;
  transition: all 0.5s ease-out;
  opacity: 0;
}
#pageMenu .logo {
  width: 550px;
  margin-bottom: 45px;
}
#pageMenu ul {
  text-align: center;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 2%;
}
#pageMenu ul li {
  width: 48%;
}
#pageMenu ul a {
  text-decoration: none;
  color: #0e3926;
  font-family: "ivypresto-display";
  font-size: 130%;
  letter-spacing: 2px;
  text-indent: 2px;
  display: block;
  border: 1px solid #0e3926;
  border-radius: 50px;
  padding: 2px 50px;
}
#pageMenu.on {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
@media (max-width: 800px) {
  #pageMenu {
    background-size: 400px auto;
  }
  #pageMenu .logo {
    width: 100%;
  }
  #pageMenu ul {
    width: 100%;
    gap: 8px;
  }
  #pageMenu ul li {
    width: 100%;
  }
}

/* ================================================================ *
* common
* ================================================== ============== */
#container {
  position: relative;
  z-index: 0;
  padding: 0;
  min-width: 1200px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  background: url(../img/bg_green.png);
}
@media (max-width: 800px) {
  #container {
    min-width: 0;
    background-size: 400px auto;
  }
}

#wrapper {
  position: relative;
}

section.pg {
  position: relative;
  z-index: 2;
  padding: 170px 80px 210px;
}
section.pg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #c18522;
  opacity: 0.5;
  transform-origin: 0 0;
  transform: scaleX(1);
  transition: all 0.8s ease-out;
}
@media (min-width: 800px) {
  section.pg:nth-of-type(even):before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.8s ease-out;
  }
}
@media (max-width: 800px) {
  section.pg {
    padding: 80px 30px 90px;
  }
  section.pg:nth-of-type(odd):before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.8s ease-out;
  }
}
section.pg.show:after {
  transform: scaleX(1);
}
section.pg.show:before {
  opacity: 0.5;
}

.pg_wrapper {
  position: relative;
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 140px 90px 90px;
  background: url(../img/bg_pink.png);
  border-radius: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.pg_wrapper:not(:nth-last-of-type(1)) {
  margin-bottom: 80px;
}
.pg_wrapper:after {
  opacity: 0;
  transition: all 0.3s ease-out 0.5s;
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 24px;
  top: 75px;
  left: calc(50% - 27px);
  background: url(../img/wrapper_icon.png) 50% 50% no-repeat;
  background-size: contain;
}
.pg_wrapper .pg_box {
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}
.pg_wrapper.show {
  opacity: 1;
  transform: translateY(0);
}
.pg_wrapper.show .pg_box {
  opacity: 1;
}
.pg_wrapper.show:after {
  opacity: 1;
}
@media (max-width: 800px) {
  .pg_wrapper {
    padding: 70px 20px 40px;
    border-radius: 15px;
    background-size: 400px auto;
  }
  .pg_wrapper:not(:nth-last-of-type(1)) {
    margin-bottom: 30px;
  }
  .pg_wrapper:after {
    zoom: 0.6;
    top: 60px;
  }
}

h1, h2, h3, h4 {
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.h01 {
  position: relative;
  margin-bottom: 50px;
  font-family: "gill-sans-nova";
  color: #c18522;
}
.h01:after {
  content: "HE★VENS Mini Album\aI’m into you! -Sweet&Bitter-";
  display: block;
  white-space: pre;
  font-size: 10px;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 1s ease-out 0.4s;
}
.h01 p {
  position: relative;
  overflow: hidden;
  font-size: 40px;
  letter-spacing: 5px;
  text-indent: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  line-height: 1;
  padding-bottom: 5px;
}
.h01 p:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 5px;
  border-bottom: 1px solid #c18522;
  transform-origin: 50% 0;
  transform: scaleX(0);
  transition: all 0.3s ease-out;
}
.h01 p span {
  display: inline-block;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out 0.4s;
}
.h01.show:after {
  opacity: 1;
}
.h01.show p:after {
  transform: scale(1);
}
.h01.show p span {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 800px) {
  .h01 {
    margin-bottom: 30px;
  }
  .h01:after {
    font-size: 8px;
  }
  .h01 p {
    font-size: 30px;
    letter-spacing: 3px;
    text-indent: 3px;
    padding-bottom: 2px;
    margin-bottom: 15px;
  }
}

.h02 {
  color: #0e3926;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.3;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
.h02 .stxt {
  font-size: 95%;
}
.h02 .ltxt {
  font-size: 270%;
}
@media (max-width: 800px) {
  .h02 {
    margin-bottom: 15px;
  }
  .h02 .stxt {
    font-size: 70%;
    margin-bottom: 4px;
  }
  .h02 .ltxt {
    font-size: 180%;
  }
}

/*================================================================ *
* top
* ================================================================ */
#top {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}
#top .txt {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/bg_green.png);
  background-attachment: fixed;
  transition: opacity 0.4s ease-out, width 0.4s ease-out;
}
#top .txt .wrap {
  position: relative;
  height: 75%;
  width: 50vw;
  max-height: 750px;
  padding: 50px 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
#top .txt h1 {
  width: min(100%, 720px);
  margin-bottom: 15px;
  padding: 0 40px;
}
#top .txt .day {
  padding: 3px 10px 5px;
  border-radius: 50px;
  color: #0e3926;
  width: clamp(250px, 70%, 550px);
  background: #c18522;
  font-family: "ivypresto-display";
  font-size: clamp(1.125rem, 0.188rem + 1.5vw, 1.875rem);
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 600;
  white-space: nowrap;
}
#top .txt .day span {
  display: inline-block;
  font-size: 60%;
  transform: translateY(-3px);
}
#top .txt .img {
  width: min(40%, 250px);
  margin: 20px auto 30px;
}
#top .txt .nav {
  display: flex;
  justify-content: center;
}
#top .txt .nav li {
  font-family: "ivypresto-display";
  font-size: clamp(0.625rem, 1vw, 1.1rem);
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  white-space: nowrap;
  position: relative;
}
#top .txt .nav li:before, #top .txt .nav li:nth-last-of-type(1):after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0%;
  background: #fad8c7;
  opacity: 0.3;
}
#top .txt .nav li:before {
  left: 0;
}
#top .txt .nav li:nth-last-of-type(1):after {
  right: 0;
}
#top .txt .nav li a {
  display: inline-block;
  color: #fad8c7;
  padding: 1px 10px;
  text-decoration: none;
}
#top .txt .bottom_logo {
  position: absolute;
  bottom: 80px;
  right: 65px;
  text-align: right;
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
}
#top .txt .bottom_logo img {
  width: 36px;
}
#top .txt .bottom_logo p {
  font-family: "ivypresto-display";
  color: #c18522;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 200;
  opacity: 0.8;
}
#top .txt .bottom_logo p span {
  display: inline-block;
  font-style: italic;
}
#top .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.5s ease-out;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../img/top_image.webp) 50% 50% no-repeat;
  background-size: cover;
}
#top .image:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (min-width: 800px) {
  #top.scroll {
    opacity: 0;
    transition: opacity 0.6s ease-out;
    pointer-events: none;
  }
  #top.scroll .txt {
    transition: opacity 0.4s ease-out, width 0.6s ease-out;
  }
}
@media (max-width: 800px) {
  #top {
    position: relative;
    min-height: 100svh;
    height: auto;
  }
  #top .txt {
    position: relative;
    padding-top: 50px;
    opacity: 0;
    width: 100%;
    height: 42svh;
    min-height: 250px;
    background-size: 400px auto;
  }
  #top .txt .wrap {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  #top .txt h1 {
    margin-bottom: 12px;
    padding: 0 15px;
  }
  #top .txt .day {
    font-size: 15px;
    width: auto;
    padding: 2px 30px 3px;
  }
  #top .txt .day span {
    transform: translateY(-1px);
  }
  #top .txt .img {
    width: min(40%, 250px);
    margin: 20px auto 0px;
    display: none;
  }
  #top .txt .nav {
    display: none;
  }
  #top .txt .bottom_logo {
    display: none;
    bottom: 25px;
    right: 35px;
  }
  #top .txt .bottom_logo img {
    width: 24px;
  }
  #top .txt .bottom_logo p {
    font-size: 7px;
    letter-spacing: 1px;
    padding-bottom: 3px;
  }
  #top .image {
    position: relative;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    width: 100%;
    height: 50svh;
    min-height: 320px;
  }
  #top.on .txt {
    opacity: 1;
    transition-delay: 1.3s;
  }
  #top.on .image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition-delay: 1s;
  }
}

/*================================================================ *
* about
* ================================================================ */
#about {
  padding-inline: 0;
  color: #fad8c7;
  margin-top: 100px;
}
@media (min-width: 800px) {
  #about:after {
    display: none;
  }
}
#about .h01 {
  margin-bottom: 80px;
}
#about .img {
  position: relative;
  margin-bottom: 80px;
  pointer-events: none;
  width: 100%;
  height: 400px;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s ease-out 0.3s;
}
#about .img:after {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../img/about_image.webp) 50% 50% no-repeat;
  background-size: cover;
  background-position: inherit;
}
#about .img.show {
  clip-path: inset(0);
}
#about .txt {
  font-size: 120%;
  line-height: 1.8;
  letter-spacing: 5px;
}
#about .txt p:not(:nth-last-of-type(1)) {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  #about {
    margin-top: 0;
  }
  #about .h01 {
    margin-bottom: 40px;
  }
  #about .img {
    margin-bottom: 40px;
    height: 200px;
  }
  #about .txt {
    padding: 0 30px;
    font-size: 110%;
    letter-spacing: 0;
  }
}

/*================================================================ *
* detail
* ================================================================ */
#detail .h02 {
  margin-bottom: 50px;
  font-feature-settings: "palt" 1;
}
#detail .h02 .stxt {
  font-size: 120%;
  line-height: 1.2;
}
#detail .h02 .ltxt {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 270%;
  letter-spacing: 2px;
  text-indent: 2px;
}
#detail .h02 .ltxt:before, #detail .h02 .ltxt:after {
  display: block;
  position: absolute;
  font-size: 70%;
}
#detail .h02 .ltxt:before {
  content: "「";
  top: 0;
  left: -1.5em;
}
#detail .h02 .ltxt:after {
  content: "」";
  bottom: 0;
  right: -1.5em;
}
#detail .flex_wrap {
  display: flex;
  gap: 40px;
}
#detail .flex_wrap .jk {
  width: 500px;
}
#detail .flex_wrap .txt {
  flex: 1;
}
#detail .flex_wrap .txt ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
#detail .flex_wrap .txt ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}
#detail .flex_wrap .txt .tokuten {
  margin-top: 10px;
  max-width: 300px;
}
@media (min-width: 800px) {
  #detail .flex_wrap .table_spec-colon {
    line-height: 1.5;
    font-size: 88%;
  }
}
@media (max-width: 800px) {
  #detail .h02 {
    margin-bottom: 15px;
  }
  #detail .h02 .stxt {
    font-size: 75%;
    margin-bottom: 5px;
  }
  #detail .h02 .ltxt {
    font-size: 230%;
    line-height: 1.2;
    letter-spacing: 0;
  }
  #detail .h02 .ltxt span {
    display: block;
    font-size: 70%;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #detail .flex_wrap {
    flex-direction: column;
    gap: 20px;
  }
  #detail .flex_wrap .jk {
    width: 100%;
  }
}

/* ================================================================ *
* tracklist
* ================================================================ */
#tracklist .tracklist {
  text-align: left;
  border-top: 1px solid #0e3926;
}
#tracklist .tracklist li {
  border-bottom: 1px solid #0e3926;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 3px 20px 5px;
}
#tracklist .tracklist li .track {
  font-family: "gill-sans-nova";
  text-align: center;
  font-size: 130%;
  line-height: 1.2;
  width: 80px;
  opacity: 0.5;
}
#tracklist .tracklist li .txt {
  flex: 1;
}
#tracklist .tracklist li .txt .ttl {
  color: #0e3926;
  font-size: 140%;
  line-height: 1.2;
  font-weight: 600;
}
#tracklist .tracklist li .txt .ttl .offvocal {
  font-size: 60%;
  display: inline-block;
  margin-left: 10px;
}
@media (min-width: 800px) {
  #tracklist .tracklist li .txt .ttl ruby {
    position: relative;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #tracklist .tracklist li .txt .ttl ruby rt {
    position: absolute;
    top: -15px;
    left: 10%;
    font-size: 40%;
    width: 80%;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}
#tracklist .tracklist li .txt .artist {
  margin-top: 6px;
  font-size: 78%;
  line-height: 1.5;
  display: flex;
}
#tracklist .tracklist li .txt .artist p {
  position: relative;
}
#tracklist .tracklist li .txt .artist p:not(:nth-last-of-type(1)):after {
  content: "/";
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
#tracklist .tracklist li .player {
  width: 44px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tracklist .tracklist li .player > div {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
#tracklist .tracklist li .player > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#tracklist .tracklist li .player > div:before {
  z-index: 1;
  background: url(../img/btn_play.png) 0 50% no-repeat;
  background-size: auto 100%;
}
#tracklist .tracklist li .player > div.on:before {
  background-position: 100% 50%;
}
@media (max-width: 800px) {
  #tracklist .tracklist li {
    padding: 12px 0px 12px 3px;
    gap: 2px;
  }
  #tracklist .tracklist li .track {
    width: 35px;
  }
  #tracklist .tracklist li .txt .ttl {
    font-size: 130%;
  }
  #tracklist .tracklist li .txt .ttl ruby rt {
    font-size: 7px;
    top: -5px;
  }
  #tracklist .tracklist li .txt .ttl .offvocal {
    font-size: 50%;
    display: inline-block;
    margin-left: 5px;
  }
  #tracklist .tracklist li .txt .artist {
    margin-top: 2px;
    font-size: 70%;
    line-height: 1.3;
    flex-direction: column;
  }
  #tracklist .tracklist li .txt .artist p:not(:nth-last-of-type(1)):after {
    display: none;
  }
  #tracklist .tracklist li .player {
    width: 28px;
    margin-right: 5px;
  }
}

/* ================================================================ *
* movie
* ================================================================ */
#movie .img {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}
#movie .pp_movie_btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
#movie .pp_movie_btn:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #0e3926;
  opacity: 0.2;
  transition: all 0.3s ease-out;
}
#movie .pp_movie_btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 110px;
  aspect-ratio: 1/1;
  background: url(../img/movie_play.png) 50% 50% no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
#movie .pp_movie_btn:hover:before {
  opacity: 0.5;
}
#movie .pp_movie_btn:hover:after {
  width: 150px;
}
@media (max-width: 800px) {
  #movie .img {
    border-radius: 10px;
  }
  #movie .pp_movie_btn {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
  }
  #movie .pp_movie_btn:after {
    width: 60px;
  }
}

/*================================================================ *
* privilege,#special
* ================================================================ */
#privilege .disc, #special .disc {
  margin-bottom: 30px;
  font-size: 105%;
  font-feature-settings: "palt" 1;
}
#privilege .item_wrapper, #special .item_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
  text-align: center;
}
#privilege .item_wrapper .item_box, #special .item_wrapper .item_box {
  position: relative;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.8s ease-out, translate 0.8s ease-out;
}
@media (min-width: 800px) {
  #privilege .item_wrapper .item_box, #special .item_wrapper .item_box {
    width: 33.3333%;
  }
}
#privilege .item_wrapper .item_box:before, #special .item_wrapper .item_box:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 30px);
  top: 15px;
  right: 0;
  border-right: 1px dotted #0e3926;
}
#privilege .item_wrapper .item_box:after, #special .item_wrapper .item_box:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  bottom: 0;
  left: 15px;
  border-bottom: 1px dotted #0e3926;
}
#privilege .item_wrapper .item_box.show, #special .item_wrapper .item_box.show {
  translate: 0 0;
}
#privilege .item_wrapper .item_box .pp_img_btn, #privilege .item_wrapper .item_box .img, #special .item_wrapper .item_box .pp_img_btn, #special .item_wrapper .item_box .img {
  width: 80%;
  max-width: 380px;
  margin-bottom: 10px;
}
#privilege .item_wrapper .item_box .txt, #special .item_wrapper .item_box .txt {
  margin-bottom: 15px;
}
#privilege .item_wrapper .item_box .boxttl, #special .item_wrapper .item_box .boxttl {
  margin-bottom: 3px;
  color: #0e3926;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.3;
}
#privilege .item_wrapper .item_box .boxttl span, #special .item_wrapper .item_box .boxttl span {
  display: block;
  font-size: 72%;
}
#privilege .item_wrapper .item_box .item, #special .item_wrapper .item_box .item {
  font-size: 95%;
  line-height: 1.4;
}
#privilege .item_wrapper .item_box .item_disc, #special .item_wrapper .item_box .item_disc {
  font-size: 75%;
  opacity: 0.7;
  line-height: 1;
}
#privilege .item_wrapper .item_box .btn, #special .item_wrapper .item_box .btn {
  margin-top: auto;
}
#privilege .item_wrapper .item_box .btn a, #special .item_wrapper .item_box .btn a {
  font-size: 90%;
}
@media (max-width: 800px) {
  #privilege .disc, #special .disc {
    font-size: 90%;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #privilege .item_wrapper .item_box, #special .item_wrapper .item_box {
    width: 50%;
    padding: 15px 5px;
  }
  #privilege .item_wrapper .item_box:before, #special .item_wrapper .item_box:before {
    height: calc(100% - 20px);
    top: 10px;
  }
  #privilege .item_wrapper .item_box:after, #special .item_wrapper .item_box:after {
    width: calc(100% - 20px);
    left: 10px;
  }
  #privilege .item_wrapper .item_box .pp_img_btn, #privilege .item_wrapper .item_box .img, #special .item_wrapper .item_box .pp_img_btn, #special .item_wrapper .item_box .img {
    width: 80%;
    margin: 0 auto 5px;
  }
  #privilege .item_wrapper .item_box .txt, #special .item_wrapper .item_box .txt {
    font-size: 90%;
    margin-bottom: 7px;
    line-height: 1.2;
  }
  #privilege .item_wrapper .item_box .boxttl, #special .item_wrapper .item_box .boxttl {
    font-size: 95%;
  }
  #privilege .item_wrapper .item_box .item, #special .item_wrapper .item_box .item {
    font-size: 90%;
  }
  #privilege .item_wrapper .item_box .item_disc, #special .item_wrapper .item_box .item_disc {
    line-height: 1.2;
  }
  #privilege .item_wrapper .item_box .btn a, #special .item_wrapper .item_box .btn a {
    font-size: 75%;
  }
}

/*================================================================ *
* privilege
* ================================================================ */
#privilege .item_wrapper {
  margin-top: 30px;
}
@media (min-width: 800px) {
  #privilege .item_wrapper .item_box:nth-of-type(3n):before {
    display: none;
  }
}
@media (min-width: 800px) {
  #privilege #privilege_set .item_wrapper .item_box:nth-last-of-type(-n+1):after {
    display: none;
  }
}
#privilege #privilege_set .table_spec-colon {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}
#privilege #privilege_set .table_spec-colon th {
  width: 40%;
  padding-left: 100px;
}
@media (min-width: 800px) {
  #privilege #privilege_shop .item_wrapper .item_box:nth-last-of-type(-n+2):after {
    display: none;
  }
}
@media (max-width: 800px) {
  #privilege .item_wrapper {
    margin-top: 20px;
  }
  #privilege .item_wrapper .item_box:nth-of-type(2n):before {
    display: none;
  }
  #privilege .item_wrapper .item_box:nth-last-of-type(1):after {
    display: none;
  }
  #privilege #privilege_set .table_spec-colon {
    margin-bottom: 20px;
  }
  #privilege #privilege_set .table_spec-colon th {
    padding-left: 10px;
    width: 20%;
  }
}

/*================================================================ *
*special
* ================================================================ */
#special .table_spec, #special .table_spec-colon {
  margin-top: 40px;
}
#special .table_spec td:not(.tokuten), #special .table_spec-colon td:not(.tokuten) {
  font-size: 90%;
}
#special .table_spec .item_wrapper, #special .table_spec-colon .item_wrapper {
  display: flex;
  flex-wrap: wrap;
}
#special .table_spec .item_wrapper .item_box, #special .table_spec-colon .item_wrapper .item_box {
  width: 50%;
  padding-bottom: 25px;
}
#special .table_spec .item_wrapper .item_box:nth-last-of-type(-n+2):after, #special .table_spec-colon .item_wrapper .item_box:nth-last-of-type(-n+2):after {
  display: none;
}
#special .table_spec .item_wrapper .item_box:nth-of-type(2n):before, #special .table_spec-colon .item_wrapper .item_box:nth-of-type(2n):before {
  display: none;
}
#special .table_spec .item_wrapper .item_box .img, #special .table_spec-colon .item_wrapper .item_box .img {
  width: 60%;
}
#special .table_spec .item_wrapper .item_box .item, #special .table_spec-colon .item_wrapper .item_box .item {
  margin-bottom: 2px;
}
#special .table_spec .steps, #special .table_spec-colon .steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 10px;
}
#special .table_spec .steps dt, #special .table_spec-colon .steps dt {
  position: relative;
  width: 70px;
  line-height: 1.3;
  background: #c18522;
  color: #fff;
  font-family: "gill-sans-nova";
  font-weight: 600;
  padding-left: 2px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
}
#special .table_spec .steps dt span, #special .table_spec-colon .steps dt span {
  font-size: 20px;
  display: inline-block;
  margin-left: 2px;
}
#special .table_spec .steps dt:after, #special .table_spec-colon .steps dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -7.5px;
  left: 0;
  z-index: 2;
  background: #c18522;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#special .table_spec .steps dd, #special .table_spec-colon .steps dd {
  width: calc(100% - 80px);
  line-height: 1.3;
  font-size: 90%;
}
#special .table_spec .attention, #special .table_spec-colon .attention {
  margin: 5px 0;
}
#special .table_spec .attention li, #special .table_spec-colon .attention li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px 0;
  line-height: 1.3;
}
#special #special_souki .flex_wrap {
  display: flex;
  gap: 30px;
}
#special #special_souki .flex_wrap .img {
  width: 40%;
}
#special #special_souki .flex_wrap .txt {
  flex: 1;
}
#special #special_souki .flex_wrap .boxttl {
  margin-bottom: 3px;
  color: #0e3926;
  font-weight: 600;
  font-size: 110%;
  line-height: 1.3;
}
#special #special_souki .flex_wrap .attention_ul {
  justify-content: flex-start;
}
#special #special_souki .link {
  margin-top: 50px;
}
#special #special_souki .link p {
  margin-bottom: 30px;
}
#special #special_souki .link .btn_wrap {
  gap: 40px;
}
@media (max-width: 800px) {
  #special .table_spec, #special .table_spec-colon {
    margin-top: 20px;
  }
  #special .table_spec .item_wrapper .item_box, #special .table_spec-colon .item_wrapper .item_box {
    padding: 15px 5px;
  }
  #special .table_spec .item_wrapper .item_box .img, #special .table_spec-colon .item_wrapper .item_box .img {
    width: 80%;
  }
  #special .table_spec .steps, #special .table_spec-colon .steps {
    gap: 10px 5px;
  }
  #special .table_spec .steps dt, #special .table_spec-colon .steps dt {
    width: 40px;
    font-size: 6px;
    letter-spacing: 1px;
  }
  #special .table_spec .steps dt span, #special .table_spec-colon .steps dt span {
    font-size: 11px;
    margin-left: 1px;
  }
  #special .table_spec .steps dt:after, #special .table_spec-colon .steps dt:after {
    bottom: -7.2px;
  }
  #special .table_spec .steps dd, #special .table_spec-colon .steps dd {
    width: calc(100% - 45px);
  }
  #special #special_souki .flex_wrap {
    gap: 5px;
    flex-direction: column;
  }
  #special #special_souki .flex_wrap .img {
    width: 100%;
  }
  #special #special_souki .link {
    margin-top: 20px;
  }
  #special #special_souki .link p {
    margin-bottom: 10px;
  }
  #special #special_souki .link .btn_wrap {
    gap: 10px;
  }
}

/* ================================================================ *
* gfooter
* ================================================================ */
#gfooter {
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(193, 133, 34, 0.8);
  position: relative;
  text-align: center;
  padding: 110px 50px 130px;
  color: #c18522;
}
#gfooter .logo {
  width: 360px;
  margin: 0 auto 40px;
}
#gfooter .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  font-family: "gill-sans-nova";
  font-size: 120%;
}
#gfooter .sns .txt {
  letter-spacing: 2px;
  text-indent: 2px;
}
#gfooter .btn_wrap {
  margin-bottom: 50px;
  gap: 8px;
}
#gfooter .btn_wrap .btn_b {
  width: min(100%, 360px);
  border: 1px solid #c18522;
  background: transparent;
}
#gfooter .btn_wrap .btn_b:after {
  display: none;
}
#gfooter .btn_wrap .btn_b a {
  color: #c18522;
  display: block;
  display: flex;
  align-items: center;
  font-size: 85%;
  padding: 15px 20px;
  line-height: 1.4;
  white-space: nowrap;
}
#gfooter .btn_wrap .btn_b a:after {
  display: none;
}
#gfooter .copy_wrap {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 800px) {
  #gfooter {
    padding: 60px 50px 65px;
  }
  #gfooter .logo {
    width: 250px;
    margin-bottom: 20px;
  }
  #gfooter .sns {
    gap: 15px;
    margin-bottom: 30px;
  }
  #gfooter .btn_wrap {
    gap: 10px;
    margin-bottom: 30px;
  }
  #gfooter .btn_wrap .btn_b a {
    padding: 10px 20px;
  }
  #gfooter .copy_wrap {
    flex-direction: column;
    font-size: 9px;
    gap: 3px;
  }
  #gfooter .copy_wrap .bgreen {
    width: 28px;
    margin-bottom: 5px;
  }
}

/* ================================================================ *
* popup
* ================================================================ */
#popup, #popup_movie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.2s ease-out;
}
#popup > .bg, #popup_movie > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #c18522;
  opacity: 0.7;
}
#popup .close, #popup_movie .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 16;
  width: 80px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
#popup .close span, #popup_movie .close span {
  position: relative;
  z-index: 10;
  opacity: 0.8;
  display: block;
  width: 80px;
  height: 2px;
  transition: all 0.15s ease-out;
}
#popup .close span:before, #popup .close span:after, #popup_movie .close span:before, #popup_movie .close span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0e3926;
  transition: all 0.15s ease-out;
}
#popup .close span:before, #popup_movie .close span:before {
  transform: translateY(-7px);
  transform: rotate(25deg);
}
#popup .close span:after, #popup_movie .close span:after {
  transform: translateY(7px);
  transform: rotate(-25deg);
}
@media (min-width: 800px) {
  #popup .close:hover span:before, #popup_movie .close:hover span:before {
    transform: rotate(-25deg);
  }
  #popup .close:hover span:after, #popup_movie .close:hover span:after {
    transform: rotate(25deg);
  }
}
#popup .close.on, #popup_movie .close.on {
  opacity: 1;
}
#popup .content, #popup_movie .content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(1.05);
  padding: 100px 50px;
}
#popup .content.on, #popup_movie .content.on {
  opacity: 1;
  transform: scale(1);
}
#popup .content .wrapper, #popup_movie .content .wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#popup .content .wrapper.on, #popup_movie .content .wrapper.on {
  opacity: 1;
}
#popup .content .loading, #popup_movie .content .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease-out;
  opacity: 1;
  letter-spacing: 2px;
  text-indent: 2px;
  font-size: 85%;
  color: rgba(255, 255, 255, 0.8);
}
#popup .content .loading.on, #popup_movie .content .loading.on {
  opacity: 0;
}
#popup.on, #popup_movie.on {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 800px) {
  #popup, #popup_movie {
    padding: 10px;
  }
  #popup .close, #popup_movie .close {
    width: 50px;
    height: 40px;
    right: 10px;
    top: 5px;
  }
  #popup .content, #popup_movie .content {
    padding: 50px 30px;
  }
  #popup .content .wrapper, #popup_movie .content .wrapper {
    padding: 0;
  }
}

#popup.img .content {
  padding: 60px;
  margin-bottom: 10px;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#popup.img .content .wrapper {
  padding: 0;
}
@media (max-width: 800px) {
  #popup.img .content {
    padding: 40px 0px;
  }
}

#popup_movie {
  padding: 0;
}
#popup_movie #movie_wrap {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.4s ease-out 0.5s;
}
#popup_movie #movie_wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#popup_movie #movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#popup_movie #movie_wrap iframe.on {
  display: block;
}
@media (min-width: 800px) {
  #popup_movie #movie_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 800px) {
  #popup_movie #movie_wrap {
    width: 100%;
    height: auto;
  }
}
#popup_movie.on {
  top: 0;
}
#popup_movie.on #movie_wrap {
  opacity: 1;
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */