@charset "UTF-8";
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  background: linear-gradient(150deg, #C9F2AF 0%, #FFF6B4 50%, #FFB59A 100%);
  color: #FFF;
  font-feature-settings: "palt";
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: 100vw;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

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

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
  color: #DFAEB7;
}

::selection {
  background: rgba(255, 255, 255, 0.5);
  color: #DFAEB7;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.5);
  color: #FFF;
}

.svg-symbol {
  display: none;
}

svg {
  fill: #FFF;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100vw;
  margin: 0 auto;
}
.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    background: url(/static/twice/official/feature/8th_anniversary/images/bg_1c972cfb47e62d3e295a344cdb19bdf1.png) repeat;
    background-position: top;
    background-size: 23vw;
    mix-blend-mode: soft-light;
    z-index: 1;
    opacity: 0.25;
}
.bg02 {
    opacity: 1;
    background: linear-gradient(150deg, #C9F2AF 0%, #FFF6B4 50%, #FFB59A 100%);
    animation: Grad 4s infinite alternate;
}
@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(50deg);
    filter: hue-rotate(50deg);
  }
}

.txt--lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.txt--sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.txt--sub + .txt--sub {
  margin-top: 0.5em;
}

.txt--basic {
  font-size: 1.4rem;
}

.txt--link {
  text-decoration: underline;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  text-align: center;
}

.btn--main,
.btn--sub {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid;
    text-align: center;
    line-height: 1.3;
    border-radius: 999px;
    letter-spacing: 0.1em;
    width: 300px;
    font-size: 13px;
    font-weight: bold;
}
.btn--main.soon,
.btn--sub.soon {
  pointer-events: none;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.btn--main {

}
.btn--sub {
  color: #FFF;
  background: #dc788e;
  border: 1px solid #FFF;
}
.btn--jp{
    background: #DF6030;
}
.btn--mb{
    background: #63A53B;
}

.ph {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph::after {
  content: "";
  position: absolute;
  background: url(/../static/twice/fanclub/cmn/dummy.gif);
  background-size: cover;
  top: 0;
  left: 0;
}
.ph .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph img {
  width: 100%;
  pointer-events: none;
}

.drawer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
  overflow: hidden;
  width: 7em;
  height: 7em;
  padding: 0.5em 1.4em;
  border-radius: 999px;
  border: 3px solid #fff;
  background: #df8c9e;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.drawer__btn::before {
  content: "MENU";
  display: block;
  width: 100%;
  height: 1.5em;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 1.4rem;
}

.drawer {
  position: fixed;
  top: 60px;
  right: 40px;
  z-index: 900;
  opacity: 0;
  background-color: #df8c9e;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 30px 30px;
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(205, 152, 161, 0.6705882353);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.drawer .inner {
  padding: 40px 60px 40px 30px;
}
.drawer .inner ul li {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 0.8em;
}
.drawer .inner ul li:last-child {
  margin-bottom: 0;
}
.drawer .inner ul li svg {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
}
.drawer .inner ul li.list--sub ul {
  padding-left: 2em;
}
.drawer .inner ul li.list--sub ul li {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  margin-top: 0.5em;
}
.drawer .inner ul li.list--sub ul li a {
  position: relative;
}
.drawer .inner ul li.list--sub ul li a::before {
  display: block;
  position: absolute;
  content: "";
  width: 0.8em;
  height: 1px;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
  background: #fff;
}

.drawer-visible .drawer__btn {
  opacity: 1 !important;
}
.drawer-visible .drawer__btn::before {
  content: "CLOSE";
}
.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}

footer {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .inner {
  padding: 160px 0 30px;
}
footer .inner .block--logo {
  position: relative;
  width: min(35vw, 400px);
  margin: 0 auto;
}
footer .inner .block--logo .logo {
    display: block;
    fill: #df6030;
    width: min(12vw, 130px);
    padding-right: 4%;
    margin: 0 auto 1.5em;
}
footer .inner .block--logo .blink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}
footer .inner .block--logo .blink .blink_l {
  width: 20%;
}
footer .inner .block--logo .blink .blink_r {
  width: 15%;
}
footer .inner .links li {
  margin-bottom: 0.5em;
}
footer .inner .links li a {
  font-size: 1.3rem;
  line-height: 1.2;
    color: #DF6030;
}
footer .inner .copyright {
    margin-top: 100px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #df6030;
}
footer .design{
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}
footer .design p {
    width: 9%;
    position: absolute;
    pointer-events: none;
}
footer .design p:nth-child(1){
    top: 20%;
    transform: rotate(222deg);
    max-width: 130px;
    left: 1%;
}
footer .design p:nth-child(2){
    top: 47%;
    transform: rotate(333deg) scale(-1, 1);
    max-width: 25px;
    left: 6%;
    width: 2%;
}
footer .design p:nth-child(3){
    bottom: 10%;
    transform: rotate(26deg);
    max-width: 130px;
    left: 6%;
    width:5%;
}
footer .design p:nth-child(4){
	bottom: 6%;
    transform: rotate(26deg);
    max-width: 130px;
    left: 17%;
    width: 1%;
}
footer .design p:nth-child(5){
    bottom: 4%;
    transform: rotate(344deg);
    max-width: 130px;
    left: 22%;
    width: 3.5%;
}
footer .design p:nth-child(6){
    bottom: -21%;
    max-width: 430px;
    right: -3%;
    width: 27%;
    transform: rotate(72deg) scale(-1, 1);
}
.term,
.hours {
  display: flex;
  align-items: baseline;
  margin-top: -0.2em;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0;
}
.term span,
.hours span {
  display: flex;
  align-items: baseline;
}
.term span span,
.hours span span {
  display: block;
  margin: 0 0.2em;
}
.term .to,
.hours .to {
  margin: 0 0.5em;
}

.term .year {
  font-size: 0.8em;
}
.term .year span,
.term .month span,
.term .date span,
.term .week,
.term .to {
  font-size: 1.6rem;
}
.term .week + .time {
  margin-left: 0.3em;
}

.hours {
  width: 100%;
}
.hours .to {
  font-size: 1.6rem;
}

.bg_texture {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background: #DFAEB7;
  opacity: 0.3;
}
.bg_texture .inner {
  width: 100%;
  height: 100%;
  background: url(/static/twice/official/feature/onceJapan_8th_anniversary_vxMi3DjXGe/img/texture.webp) no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}

.bg_shooting {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  opacity: 0;
}
.bg_shooting.visible {
  opacity: 1;
}
.bg_shooting .star {
  display: flex;
  align-items: center;
  position: absolute;
  -webkit-clip-path: circle(141.1% at 100% 100%);
          clip-path: circle(141.1% at 100% 100%);
  animation: starAnimate 3s ease-out 1.5s infinite;
  transform: rotate(45deg);
  opacity: 0;
}
.bg_shooting .star__line {
  display: block;
  width: 80px;
  height: 2px;
  margin-right: 10px;
  background-color: #fff;
  transform-origin: bottom right;
  transform: scaleX(1.3);
  border-radius: 100%;
}
.bg_shooting .star__main {
  display: block;
  color: #fff;
  width: 20px;
  height: 20px;
  align-self: flex-end;
}
.bg_shooting .star__main svg {
  width: 100%;
  height: 100%;
}
.bg_shooting .star:nth-child(1) {
  animation-delay: 2.5s;
  animation-duration: 4.8s;
}
.bg_shooting .star:nth-child(2) {
  animation-delay: 2.8s;
  animation-duration: 3.8s;
}
.bg_shooting .star:nth-child(3) {
  animation-delay: 0.5s;
  animation-duration: 3.8s;
}
.bg_shooting .star:nth-child(4) {
  animation-delay: 0.1s;
  animation-duration: 4.3s;
}
.bg_shooting .star:nth-child(5) {
  animation-delay: 0.2s;
  animation-duration: 4.7s;
}
.bg_shooting .star:nth-child(6) {
  animation-delay: 0.2s;
  animation-duration: 4.2s;
}
.bg_shooting .star:nth-child(7) {
  animation-delay: 0.5s;
  animation-duration: 4s;
}
.bg_shooting .star:nth-child(8) {
  animation-delay: 2.4s;
  animation-duration: 4.1s;
}
.bg_shooting .star:nth-child(9) {
  animation-delay: 0.4s;
  animation-duration: 3.7s;
}
.bg_shooting .star:nth-child(10) {
  animation-delay: 3.1s;
  animation-duration: 4.7s;
}
.bg_shooting .star:nth-child(11) {
  animation-delay: 3.1s;
  animation-duration: 4.4s;
}
.bg_shooting .star:nth-child(12) {
  animation-delay: 2.9s;
  animation-duration: 4.7s;
}
.bg_shooting .star:nth-child(13) {
  animation-delay: 0.5s;
  animation-duration: 4.8s;
}
.bg_shooting .star:nth-child(14) {
  animation-delay: 0.1s;
  animation-duration: 4.4s;
}
.bg_shooting .star:nth-child(15) {
  animation-delay: 0.3s;
  animation-duration: 5s;
}
.bg_shooting .star:nth-child(16) {
  animation-delay: 0.4s;
  animation-duration: 5s;
}
.bg_shooting .star:nth-child(1) {
  top: -7vh;
  left: -22vw;
}
.bg_shooting .star:nth-child(2) {
  top: -4vh;
  left: -13vw;
}
.bg_shooting .star:nth-child(3) {
  top: -1vh;
  left: -9vw;
}
.bg_shooting .star:nth-child(4) {
  top: -17vh;
  left: -23vw;
}
.bg_shooting .star:nth-child(5) {
  top: -4vh;
  left: 21vw;
}
.bg_shooting .star:nth-child(6) {
  top: -16vh;
  left: 3vw;
}
.bg_shooting .star:nth-child(7) {
  top: -15vh;
  left: 34vw;
}
.bg_shooting .star:nth-child(8) {
  top: -15vh;
  left: 42vw;
}
.bg_shooting .star:nth-child(9) {
  top: -8vh;
  left: 69vw;
}
.bg_shooting .star:nth-child(10) {
  top: -11vh;
  left: 74vw;
}
.bg_shooting .star:nth-child(11) {
  top: 17vh;
  left: -19vw;
}
.bg_shooting .star:nth-child(12) {
  top: 3vh;
  left: -15vw;
}
.bg_shooting .star:nth-child(13) {
  top: 32vh;
  left: -11vw;
}
.bg_shooting .star:nth-child(14) {
  top: 29vh;
  left: -20vw;
}
.bg_shooting .star:nth-child(15) {
  top: 52vh;
  left: -2vw;
}
.bg_shooting .star:nth-child(16) {
  top: 70vh;
  left: -5vw;
}

.open .bg_shooting .star {
  opacity: 1;
}

.content-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

section {
  width: 100%;
  margin-bottom: 120px;
}
.block--tit{
    margin: 0 auto 1vw;
}
section .section--tit {
    font-weight: normal;
    font-style: normal;
    font-size: min(7rem, 5.1vw);
    text-align: center;
    font-family: "didoni-urw", serif;
    color: #DF6030;
}

.section--mv {
  position: relative;
  z-index: 11;
  width: 100vw;
  height: 100vh;
  height: 100svh;
    margin-bottom: 5vw;
}

.section--mv .inner{
    background: #F9FDF1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    border-radius: 999px;
    outline: dashed 1px #63A53B;
    outline-offset: -10px;
}
.section--mv .inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url(/static/twice/official/feature/8th_anniversary/images/bg_logo_1c972cfb47e62d3e295a344cdb19bdf1.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 35vw;
    height: 35vw;
}
.section--mv .anniv_logo {
    width:min(58.5vw, 800px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.section--mv .anniv_logo img {
  display: block;
  width: 100%;
}
.section--mv .anniv_logo p:nth-child(1){
    width: 30%;
    margin: 0 auto 1vw;
	opacity: 0;
}
.section--mv .anniv_logo p:nth-child(2){
    margin: 0 auto 2vw;
	opacity: 0;
}
.section--mv .anniv_logo p:nth-child(3){
	width: 25%;
    margin: 0 auto;
	opacity: 0;
}

.loaded .section--mv .anniv_logo p:nth-child(1){
  -webkit-animation: upIn 0.8s ease 1s 1 forwards;
  animation: upIn 0.8s ease 1s 1 forwards;
}
.loaded .section--mv .anniv_logo p:nth-child(2){
  -webkit-animation: upIn 0.8s ease 1.5s 1 forwards;
  animation: upIn 0.8s ease 1.5s 1 forwards;
}
.loaded .section--mv .anniv_logo p:nth-child(3){
  -webkit-animation: upIn 0.8s ease 2s 1 forwards;
  animation: upIn 0.8s ease 2s 1 forwards;
}


.section--mv .design{
    pointer-events: none;
}
.section--mv .design p{
	width: 6vw;
    position: absolute;
    pointer-events: none;

}
.design p span{
    display: block;
}
.section--mv .design p img{
	width: 100%;
}
.section--mv .design p:nth-child(1){
    left: 25%;
    top: 5%;
    width: 7%;
    transform: rotate(333deg) scale(-1, 1);
    max-width: 100px;
}
.section--mv .design p:nth-child(2){
    left: 20%;
    top: 22%;
    width: 4%;
    transform: rotate(333deg);
    max-width: 50px;
}
.section--mv .design p:nth-child(3){
    left: 15%;
    top: 14%;
    width: 2.5%;
    transform: rotate(341deg);
    max-width: 30px;
}
.section--mv .design p:nth-child(4){
    left: 14%;
    top: 35%;
    width: 1.5%;
    transform: rotate(341deg) scale(-1, 1);
    max-width: 15px;
}
.section--mv .design p:nth-child(5){
    left: 0;
    bottom: 0;
    width: 24%;
    transform: rotate(303deg);
    max-width: 380px;
}
.section--mv .design p:nth-child(6){
    right: 0;
    top: 0;
    width: 36%;
    max-width: 550px;
}
.section--mv .design p:nth-child(7){
    right: 8%;
    bottom: 4%;
    width: 14%;
    max-width: 200px;
}
.section--mv .design p:nth-child(8){
    left: 7%;
    top: 32%;
    width: 4%;
    transform: rotate(113deg);
    max-width: 60px;
}


@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes fuwa {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

.section--movie .inner{
    border-radius: 999px 999px 0 0;
    outline: dashed 1px #63A53B;
    outline-offset: -10px;
    background: #F9FDF1;
    width: 85%;
    margin: auto;
    position: relative;
    padding: 13vw 15vw 7vw;
}

.section--movie .inner .design p{
	width: 6vw;
    position: absolute;
    pointer-events: none;
}
.section--movie .inner .design p img{
	width: 100%;
}
.section--movie .inner .design p:nth-child(1){
    left: 8%;
    top: -8%;
    width: 21%;
    transform: rotate(35deg);
    max-width: 300px;
}
.section--movie .inner .design p:nth-child(2){
	left: 43%;
    top: -1%;
    width: 5%;
    transform: rotate(355deg);
    max-width: 60px;
}
.section--movie .inner .design p:nth-child(3){
    left: 51%;
    top: -2%;
    width: 5%;
    transform: rotate(355deg);
    max-width: 60px;
}
.section--movie .inner .design p:nth-child(4){
    left: 72%;
    top: 6%;
    width: 2%;
    transform: rotate(98deg);
    max-width: 25px;
}
.section--movie .inner .design p:nth-child(5){
    left: 77%;
    top: 9%;
    width: 3.5%;
    transform: rotate(98deg);
    max-width: 45px;
}
.section--movie .inner .design p:nth-child(6){
    right: -5%;
    bottom: -9%;
    width: 13%;
    transform: rotate(237deg);
    max-width: 150px;
}
.section--movie .inner .design p:nth-child(7){
    right: 10%;
    bottom: -8%;
    width: 1%;
    transform: rotate(85deg);
    max-width: 15px;
}
.section--movie .inner .design p:nth-child(8){
    right: 14%;
    bottom: -9%;
    width: 3%;
    max-width: 37px;
}

.section--movie .item {

}

.section--movie .ph {
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.section--movie .block--detail {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 2%;
}
.section--movie .btn {
  margin: 0;
}
.section--movie .btn--sub {
  padding-right: calc(50px + 2em);
  padding-left: min(30px, 5vw);
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.section--movie .btn--sub .ico_play {
  position: absolute;
  top: 10px;
  right: 10px;
  width: calc(1em + 20px);
  height: calc(1em + 20px);
  background: #FFF;
  border-radius: 999px;
}
.section--movie .btn--sub .ico_play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  width: 1em;
  height: 1em;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #dc788e;
  border-right: 0;
}

.section--present {
  position: relative;
  margin: 10vw 0 15vw;
}
.section--present .inner .design p{
	width: 6vw;
    position: absolute;
    pointer-events: none;
}
.section--present .inner .design p img{
	width: 100%;
}

.section--present .present--wrap > .inner:nth-child(even) .design p{
    right: 5%;
    top: -3%;
    width: 8%;
    transform: rotate(350deg);
    max-width: 100px;
}
.section--present .present--wrap > .inner:nth-child(odd) .design p{
    left: 1%;
    bottom: -3%;
    width: 14%;
    transform: rotate(345deg);
    max-width: 180px;
}
.section--present .present--wrap {

}
.section--present .present--wrap > .inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 0 5vw;
    position: relative;
    align-items: center;
    padding: 5vw 15vw 5vw 10vw;
}
.section--present .present--wrap > .inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
    outline: dashed 1px #63A53B;
    outline-offset: -10px;
    background: #F9FDF1;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0 999px 999px 0;
    z-index: -1;
}
.section--present .present--wrap > .inner:nth-child(odd){
    margin: 0 0 0 auto;
    padding: 5vw 10vw 5vw 15vw;
}
.section--present .present--wrap > .inner:nth-child(odd)::before{
    border-radius: 999px 0 0 999px;
    left: auto;
    right:-10px;
}
.section--present .ph {
    position: relative;
    width: 50%;
}
.section--present .ph .mini{
    color: #666666;
    line-height: 1.5;
    font-size: 12px;
    text-align: center;
    margin: 10px auto 0;
    display: block;
}
.section--present .winners {
    display: block;
    position: absolute;
    top: -10%;
    right: -20%;
    width: 7em;
    height: 7em;
    border-radius: 999px;
    background: #DF6030;
    color: #fff;
}
.section--present .winners .inner {
  display: flex;
  align-items: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
.section--present .winners .inner .num {
  display: block;
  font-size: 1.6em;
}
.section--present .winners svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  transform: scale(-1, 1);
  fill: #dc788e;
}
.section--present .winners svg path {
  animation: blink 8s 5.1s infinite;
}
.section--present .winners svg path:nth-child(2) {
  animation-delay: 5s;
}
.section--present .block--detail {
    width: 40%;
    text-align: center;
}
.section--present .block--detail .item{
    color: #000;
    margin: 0 auto 20px;
}
.section--present .block--detail .item p:nth-child(1){
    color: #DF6030;
    border: 1px solid;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 auto 15px;
    font-size: min(18px,1vw);
}
.section--present .block--detail .item p:nth-child(2){
    font-size: min(30px,2vw);
    margin: 0 auto 10px;
    font-weight: 500;
}
.section--present .block--detail .item p:nth-child(3){
    font-size:min(45px,3vw);
    font-weight: bold;
    line-height: 1;
}

.section--present .block--detail .btn {
    margin: 0 auto 10px;
}

.section--present .block--detail .btn:last-child {
    margin: 0 auto;
}
.section--present .block--term {
  margin: 30px 0;
}
.section--present .block--term .tit {
  min-width: 7em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 2em;
  margin-top: 0.5em;
  padding: 0.4em 1.5em;
  border-radius: 999px;
  background: #FFF;
  color: #dc788e;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.section--present .block--term .term--wrap {
  display: flex;
  flex-wrap: wrap;
}

.section--present .dataArea{
    border-radius: 20px;
    outline: dashed 1px #63A53B;
    outline-offset: -10px;
    background: #F9FDF1;
    width: 85%;
    margin: 5vw auto 0;
    position: relative;
    padding: 5vw;
}
.section--present .dataArea .tit{
    color: #DF6030;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 20px;
    font-size: 3rem;
}
.section--present .dataArea .data{
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 15px;
    font-size: 2rem;
}
.section--present .dataArea .mini{
    color: #666666;
    text-align: center;
    font-size: 1.3rem;
}
.section--present .dataArea .design p {
    right: 1%;
    bottom: -21%;
    width: 9%;
    transform: rotate(52deg) scale(-1, 1);
    max-width: 120px;
    position: absolute;
    pointer-events: none;
}
.section--goods{

}
.section--goods .inner{
    border-radius: 999px 999px 0 0;
    outline: dashed 1px #63A53B;
    outline-offset: -10px;
    background: #F9FDF1;
    width: 85%;
    margin: auto;
    position: relative;
    padding: 13vw 15vw 7vw;
}
.section--goods .inner .ph{
    margin: 0 auto 50px;
}
.section--goods .block--detail {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 2%;
}
.section--goods .block--detail .btn {
    margin: 0;
}
.section--goods .inner .design p {
    width: 6vw;
    position: absolute;
    pointer-events: none;
}
.section--goods .inner .design p:nth-child(1) {
    left: 0%;
    top: 7%;
    width: 15%;
    transform: rotate(91deg);
    max-width: 230px;
}
.section--goods .inner .design p:nth-child(2) {
    left: 19%;
    top: 2.5%;
    width: 5%;
    transform: rotate(208deg) scale(-1, 1);
    max-width: 62px;
}
.section--goods .inner .design p:nth-child(3) {
    left: 26%;
    top: 1.1%;
    width: 2%;
    transform: rotate(107deg) scale(-1, 1);
    max-width: 25px;
}
.section--goods .inner .design p:nth-child(4) {
    left: 41%;
    top: 0;
    width: 2%;
    transform: rotate(356deg) scale(-1, 1);
    max-width: 30px;
}
.section--goods .inner .design p:nth-child(5) {
    left: 44%;
    top: -0.5%;
    width: 4%;
    transform: rotate(52deg) scale(-1, 1);
    max-width: 44px;
}
.section--goods .inner .design p:nth-child(6) {
    left: 64%;
    top: 0.5%;
    width: 4.3%;
    transform: rotate(6deg);
    max-width: 63px;
}
.section--goods .inner .design p:nth-child(7) {
    left: 69%;
    top: 1.1%;
    width: 2%;
    transform: rotate(31deg);
    max-width: 25px;
}
.section--goods .inner .design p:nth-child(8) {
    right: -4%;
    top: 3%;
    width: 20%;
    transform: rotate(130deg);
    max-width: 300px;
}


body.modal-is-visible {
  overflow-y: hidden;
}

.modal__open {
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal__content {
  position: relative;
  width: 90vw;
  max-width: 800px;
  height: 90vh;
  background-color: #f6e8eb;
  background-image: linear-gradient(90deg, rgba(223, 174, 183, 0.1) 1px, transparent 1px), linear-gradient(rgba(223, 174, 183, 0.1) 1px, transparent 1px);
  background-position: 1px 1px;
  background-size: 30px 30px;
  border: 10px solid #FFF;
  color: #dc788e;
  border-radius: 20px;
  overflow: hidden;
}
.modal__content .modal__inner {
  height: 100%;
  overflow-y: scroll;
  padding: min(60px, 5vw);
}
.modal__content .modal__inner .txt--lead {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em;
  text-align: center;
  font-size: min(2.4rem, 5.5vw);
  font-weight: 700;
  line-height: 1.4;
}
.modal__content .modal__inner .txt--lead svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  fill: #dc788e;
}
.modal__content .modal__inner .txt--lead svg:nth-of-type(1) {
  left: -2em;
}
.modal__content .modal__inner .txt--lead svg:nth-of-type(2) {
  right: -2.2em;
}
.modal__content .modal__inner .map_tit {
  position: relative;
  z-index: 10;
  min-width: 7em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 2em;
  margin-top: 0.5em;
  padding: 0.4em 1.5em;
  border-radius: 999px;
  background: #dc788e;
  color: #fff;
  text-align: center;
  font-size: min(1.8rem, 3.6vw);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -1em;
  text-align: center;
  font-weight: 700;
}
.modal__content .modal__inner img {
  border-radius: 10px;
}
.modal__content .modal__inner .map + .map {
  margin-top: 60px;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #dc788e;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 0;
    overflow: hidden;
    background-size: 100%;
    transition: none;
    opacity: 1;
    transition: opacity 1s;
    background: linear-gradient(150deg, #C9F2AF 0%, #FFF6B4 50%, #FFB59A 100%);
}
#loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 73px;
  margin: -40px 0 0 -36px;
  fill: #DF6030;
  animation: logoanim 1s linear infinite;
}

@keyframes logoanim {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
body.loaded_delay #loading {
  opacity: 0;
  transition: opacity 0.5s;
}

body.open #loading {
  display: none;
}

.delighter {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s;
}

.delighter.started {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.section--mv .blink_l > g path,
.section--mv .blink_r > g path,
footer .blink_l > g path,
footer .blink_r > g path {
  animation: blink 4s 4s infinite;
}
.section--mv .blink_l .blink_02 path,
.section--mv .blink_r .blink_02 path,
footer .blink_l .blink_02 path,
footer .blink_r .blink_02 path {
  animation-delay: 4.15s;
}
.section--mv .blink_l .blink_03 path,
.section--mv .blink_r .blink_03 path,
footer .blink_l .blink_03 path,
footer .blink_r .blink_03 path {
  animation-delay: 4.4s;
}
.section--mv .blink_l .blink_04 path,
.section--mv .blink_r .blink_04 path,
footer .blink_l .blink_04 path,
footer .blink_r .blink_04 path {
  animation-delay: 4.55s;
}
.section--mv .blink_l .blink_05 path,
.section--mv .blink_r .blink_05 path,
footer .blink_l .blink_05 path,
footer .blink_r .blink_05 path {
  animation-delay: 4.7s;
}

.box--event .blink_l > g g,
.box--event .blink_r > g g {
  animation: blink 8s infinite;
}
.box--event .blink_l > g g.blink_02,
.box--event .blink_r > g g.blink_02 {
  animation-delay: 0.15s;
}
.box--event .blink_l > g g.blink_03,
.box--event .blink_r > g g.blink_03 {
  animation-delay: 0.4s;
}
.box--event .blink_l > g g.blink_04,
.box--event .blink_r > g g.blink_04 {
  animation-delay: 0.55s;
}
.box--event .blink_l > g g.blink_05,
.box--event .blink_r > g g.blink_05 {
  animation-delay: 0.7s;
}
.box--event .blink_l > g g.blink_06,
.box--event .blink_r > g g.blink_06 {
  animation-delay: 0.85s;
}

#ph_blink path {
  animation: blink 8s infinite;
}
#ph_blink path:nth-child(2) {
  animation-delay: 0.3s;
}
#ph_blink path:nth-child(3) {
  animation-delay: 0.45s;
}

#tit_blink_l path {
  animation: blink 8s infinite;
}
#tit_blink_l path:nth-child(2) {
  animation-delay: 0.3s;
}

#tit_blink_r path {
  animation: blink 8s 2s infinite;
}
#tit_blink_r path:nth-child(2) {
  animation-delay: 2.3s;
}

@keyframes starAnimate {
  from {
    opacity: 0;
    transform: translate(0) rotate(45deg);
    -webkit-clip-path: circle(0% at 100% 100%);
            clip-path: circle(0% at 100% 100%);
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    -webkit-clip-path: circle(200% at 100% 100%);
            clip-path: circle(200% at 100% 100%);
  }
  80% {
    -webkit-clip-path: circle(0% at 100% 100%);
            clip-path: circle(0% at 100% 100%);
  }
  to {
    opacity: 0;
    transform: translate(min(150vh, 150vw), min(150vh, 150vw)) rotate(45deg);
    -webkit-clip-path: circle(0% at 100% 100%);
            clip-path: circle(0% at 100% 100%);
  }
}
@keyframes resevationPop {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(0.95, 0.85);
  }
  50% {
    transform: scale(1.05, 1.1);
  }
  70% {
    transform: scale(1, 0.98);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes blink {
  0%, 10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.btn_pop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 8em;
  height: 8em;
  font-size: min(1.6rem, 3.5vw);
  z-index: 99;
  transition: 0.3s;
  background: #dc788e;
  border-radius: 999px;
}
.btn_pop a {
  padding: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.5em);
  height: calc(100% - 0.5em);
  line-height: 1.2;
  border-radius: 999px;
  border: 2px solid;
  font-weight: 600;
}

@media screen and (min-width: 961px) {
  .btn--main,
  .btn--sub {
    transition: 0.3s ease-in-out;
  }
  .btn--main:hover {
    background: #fff;
    color: #DF6030;
  }
  .btn--main.btn--mb:hover {
    color: #63A53B;
    background: #fff;
  }
  .btn--sub:hover {
    background: rgba(220, 120, 142, 0.5);
  }
  .resevation_btn:hover {
    animation: resevationPop 0.8s forwards;
  }
  .swiper-button-next,
  .swiper-button-prev {
    transition: 0.4s;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
  dd a {
    transition: 0.4s;
  }
  dd a:hover {
    opacity: 0.5;
  }
  footer .links a {
    transition: 0.4s;
  }
  footer .links a:hover {
    opacity: 0.5;
  }
  .btn_pop:hover {
    transform: scale(1.05);
  }
  .drawer .inner ul li a {
    transition: 0.3s;
  }
  .drawer .inner ul li a:hover {
    opacity: 0.5;
  }
  .section--store .box--event .block--item .item .block--ph {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .section--store .box--event .block--item .item .block--detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: calc(45vw - 30px);
    padding: 15px 15px 15px calc(min(50vh, 30vw) / 2 + 20px);
    background: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
  }
  .section--store .box--event .block--item .item .block--detail .txt--basic {
    font-size: min(1.4rem, 1.1vw);
  }
  .section--store .box--event .block--item .item .block--detail .txt--sub {
    font-size: min(1.2rem, 1vw);
    margin-top: 0;
  }
  .section--store .box--event_members .item--photobooth .tit,
  .section--store .box--event_members .item--photobooth .txt--lead {
    text-align: center;
  }
  .section--store .box--event_members .item--photobooth .item--inner {
    flex-direction: column;
  }
  .section--store .box--event_members .item--photobooth .item--inner .block--detail,
  .section--store .box--event_members .item--photobooth .item--inner .block--ph {
    width: 100%;
  }
  .section--store .box--event_members .item--photobooth .block--ph .ph {
    border-radius: 20px;
    margin-bottom: 60px;
  }
  .section--store .box--event_members .item--photobooth .block--detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section--store .box--event_members .item--photobooth .detail--inner {
    display: flex;
    justify-content: space-between;
  }
  .section--store .box--event_members .item--photobooth .detail--inner dl {
    width: 50%;
  }
  .section--store .box--event_members .item--photobooth .detail--inner .block--notes {
    width: 45%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {

.bg01 {
    background: url(/static/twice/official/feature/8th_anniversary/images/bg_1c972cfb47e62d3e295a344cdb19bdf1.png) repeat;
    background-position: top;
    background-size: 53vw;
    mix-blend-mode: soft-light;
    z-index: 1;
    opacity: 0.25;
}

  .txt--lead {
    font-size: 1.6rem;
  }
  .btn--main,
  .btn--sub {
    font-size: min(1.6rem, 3.4vw);
    letter-spacing: 0.04em;
    width: 250px;
  }
  footer .inner .block--logo {
    width: min(80vw, 400px);
  }
  footer .inner .block--logo .logo {
    width: min(25vw, 130px);
  }
  .drawer__btn {
    top: -30px;
    right: -25px;
  }
  .drawer__btn::before {
    transform: translate(-5px, 7px);
  }
  .drawer {
    top: 20px;
    right: 20px;
  }
  .term,
  .hours {
    font-size: 2.6rem;
  }
  section {
    width: 100%;
    margin-bottom: 80px;
  }
.block--tit {
    margin: 0 auto 30px;
}
  section .section--tit {
        font-style: normal;
        font-size: min(4rem, 10.6vw);
        text-align: center;
        line-height: 1;
  }
  
.section--mv {
    margin-bottom: 120px;
}
  .section--mv .anniv_logo {
    width: min(80vw, 600px);
  }
.section--mv .anniv_logo p:nth-child(1) {
    margin: 0 auto 10px;
    width: 35%;
}
.section--mv .anniv_logo p:nth-child(2) {
    margin: 0 auto 15px;
}
.section--mv .anniv_logo p:nth-child(3){
    width: 36%;
}
.section--mv .inner {
    width: 90%;
    height: 95%;
    outline-offset: -5px;
}
.section--mv .inner::after {
    width: 35vh;
    height: 35vh;
}
.section--mv .design p:nth-child(1) {
    left: 20%;
    top: 5%;
    width: 13%;
}
.section--mv .design p:nth-child(2) {
    left: 12%;
    top: 21%;
    width: 8%;
}
.section--mv .design p:nth-child(3) {
    left: 6%;
    top: 16%;
    width: 3.5%;
    transform: rotate(22deg);
    max-width: 30px;
}
.section--mv .design p:nth-child(4) {
    left: 4%;
    top: auto;
    bottom: 30%;
    width: 3.5%;
    transform: rotate(42deg) scale(1, 1);
    max-width: 15px;
}
.section--mv .design p:nth-child(5) {
    left: 0;
    bottom: 0;
    width: 35%
}
.section--mv .design p:nth-child(6) {
    right: 0;
    top: 0;
    width: 54%;
    max-width: 550px;
}
.section--mv .design p:nth-child(7) {
    right: 2%;
    bottom: 4%;
    width: 25%;
    max-width: 200px;
}
.section--mv .design p:nth-child(8) {
    left: 1%;
    top: 38%;
    width: 9%;
    transform: rotate(113deg);
    max-width: 60px;
}


  .section--movie {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
.section--movie .inner {
    width: 100%;
    margin: auto;
    position: relative;
	padding: 25vw 10vw 10vw;
    outline-offset: -5px;
}
  .section--movie .txt--lead {
    margin-top: 8em;
  }
  .section--movie .item {

  }
  .section--movie .item + .item {
    margin-top: 60px;
  }
  .section--movie .ph {
        width: 100%;
        min-width: auto;
        margin: 0 auto 20px;
        border-radius: 10px;
  }
  .section--movie .block--detail {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .section--movie .block--detail .btn {
    width: 100%;
    max-width: 450px;
  }
.section--movie .inner .design p:nth-child(1) {
    left: 8%;
    top: -7%;
    width: 25%;
}
.section--movie .inner .design p:nth-child(3) {
    left: 62%;
    top: 0%;
    width: 7%;
    transform: rotate(355deg);
    max-width: 60px;
}
.section--movie .inner .design p:nth-child(4) {
    left: 69%;
    top: 3%;
    width: 2%;
    transform: rotate(98deg);
    max-width: 25px;
}
.section--movie .inner .design p:nth-child(5) {
    left: 82%;
    top: 9%;
    width: 4.5%;
    transform: rotate(98deg);
    max-width: 45px;
}
.section--movie .inner .design p:nth-child(6) {
    right: -5%;
    bottom: -9%;
    width: 19%;
    transform: rotate(237deg);
    max-width: 150px;
}
.section--movie .inner .design p:nth-child(7) {
    right: 16%;
    bottom: -11%;
    width: 3%;
    transform: rotate(85deg);
    max-width: 15px;
}
.section--movie .inner .design p:nth-child(8) {
    right: 24%;
    bottom: -9%;
    width: 6%;
    max-width: 37px;
}

  .section--present {

  }
  
  .section--present .present--wrap > .inner:nth-child(odd){
      padding: 10vw;
  }
.section--present .present--wrap > .inner::before {
        height: 100%;
        width: calc(100% + 15px);
        border-radius: 0 80px 80px 0;
        z-index: -1;
        left: -15px;
        outline-offset: -5px;
}
.section--present .present--wrap > .inner:nth-child(odd)::before {
        border-radius: 80px 0 0 80px;
        left: auto;
        right: -15px;
}
.section--present .present--wrap > .inner:nth-child(odd) .design p {
    left: 1%;
    bottom: -3%;
    width: 20%;
    transform: rotate(345deg);
    max-width: 180px;
}
.section--present .present--wrap > .inner:nth-child(even) .design p {
    right: 5%;
    top: -3%;
    width: 14%;
    transform: rotate(350deg);
    max-width: 100px;
}

  .section--present .present--wrap > .inner {
        width: 95%;
        display: block;
        margin: 0 0 50px 0;
        padding: 10vw;
  }
  .section--present .ph {
        width: 90%;
        max-width: 500px;
        margin: 0 auto 20px;
  }
  .section--present .winners {
        width: 5em;
        height: 5em;
        top: -30%;
        right: -10%;
  }
  .section--present .winners .inner {
    font-size: 1.3rem;
  }
  .section--present .block--detail {
        width: 100%;
        order: 1;
        margin: 0 auto 20px;
  }
  .section--present .block--detail .btn {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .section--present .block--detail .btn a {
    padding-left: 20px;
    padding-right: 20px;
  }
.section--present .block--detail .item {
    margin: 0 auto 40px;
}
.section--present .block--detail .item p:nth-child(1) {
    font-size: 12px;
}
.section--present .block--detail .item p:nth-child(2) {
    font-size: 14px;
    margin: 0 auto 10px;
    font-weight: 500;
}
.section--present .block--detail .item p:nth-child(3) {
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
}
  .section--present .block--term .tit {
    margin-left: auto;
    margin-right: auto;
  }
  .section--present .block--term .term--wrap {
    justify-content: center;
  }
.section--present .dataArea {
    border-radius: 15px;
    width: 90%;
    margin: 50px auto 0;
    position: relative;
    padding: 8vw;
    outline-offset: -5px;
}
.section--present .dataArea .tit {
    color: #DF6030;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 20px;
}
.section--present .dataArea .data {
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 15px;
    font-size: 16px;
}
.section--present .dataArea .mini {
        text-align: left;
        font-size: 10px;
        text-indent: -1em;
        margin: 0 0 0 1em;
}
.section--present .dataArea .design p {
    right: 1%;
    bottom: -21%;
    width: 12%;
}

.section--goods {
    margin: 0 auto;
}
.section--goods .inner {
    width: 90%;
    margin: auto;
    position: relative;
    padding: 25vw 10vw 10vw;
    outline-offset: -5px;
}
.section--goods .inner .design p:nth-child(1) {
    left: -7%;
    top: 7%;
    width: 23%;
    transform: rotate(64deg);
    max-width: 230px;
}
.section--goods .inner .design p:nth-child(2) {
    left: 16%;
    top: 1.5%;
    width: 7%;
    transform: rotate(208deg) scale(-1, 1);
    max-width: 62px;
}
.section--goods .inner .design p:nth-child(3) {
    left: 26%;
    top: 1%;
    width: 2.5%;
    transform: rotate(107deg) scale(-1, 1);
    max-width: 25px;
}
.section--goods .inner .design p:nth-child(4) {
    left: 38%;
    top: 0;
    width: 3%;
    transform: rotate(356deg) scale(-1, 1);
    max-width: 30px;
}
.section--goods .inner .design p:nth-child(5) {
    left: 43%;
    top: -1%;
    width: 6%;
    transform: rotate(52deg) scale(-1, 1);
    max-width: 44px;
}
.section--goods .inner .design p:nth-child(6) {
    left: 63%;
    top: 0;
    width: 5.3%;
    transform: rotate(6deg);
    max-width: 63px;
}
.section--goods .inner .design p:nth-child(7) {
    left: 69%;
    top: 0.5%;
    width: 3%;
    transform: rotate(31deg);
    max-width: 25px;
}
.section--goods .inner .design p:nth-child(8) {
    right: -4%;
    top: 2%;
    width: 24%;
    transform: rotate(130deg);
    max-width: 300px;
}
.section--goods .inner .ph {
    margin: 0 auto 30px;
}
.section--goods .block--detail {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
footer .inner {
    padding: 160px 0 100px;
}
footer .design {
    height: calc(100% + 50px);
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    margin: -50px 0 0 0;
}
footer .design p:nth-child(1) {
    top: 0;
    transform: rotate(222deg);
    max-width: 130px;
    left: 1%;
    width: 20%;
    z-index: 9;
}
footer .design p:nth-child(2) {
    top: 14%;
    transform: rotate(75deg) scale(-1, 1);
    max-width: 25px;
    left: 5%;
    width: 4%;
}
footer .design p:nth-child(3) {
    bottom: 10%;
    transform: rotate(26deg);
    max-width: 130px;
    left: 5%;
    width: 9%;
}
footer .design p:nth-child(4) {
    bottom: 4%;
    transform: rotate(286deg);
    max-width: 130px;
    left: 12%;
    width: 3%;
}
footer .design p:nth-child(5) {
    bottom: 3%;
    transform: rotate(344deg);
    max-width: 130px;
    left: 42%;
    width: 10%;
}
footer .design p:nth-child(6) {
    bottom: -6%;
    max-width: 300px;
    right: -3%;
    width: 36%;
    transform: rotate(72deg) scale(-1, 1);
}


}



