diff --git a/mono/assets.zip b/mono/assets.zip new file mode 100644 index 0000000000000000000000000000000000000000..499143a546298df12cca582e1a29d12df5d9a60d --- /dev/null +++ b/mono/assets.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6038bcab96e2c0ad66a1339657902660c05f0fa9a85e5ffc27dbd04c02824a16 +size 31930779 diff --git a/mono/assets/css/common.css b/mono/assets/css/common.css new file mode 100644 index 0000000000000000000000000000000000000000..8b4bb4c83c39531b6ab5d5398f92bfbd80a11665 --- /dev/null +++ b/mono/assets/css/common.css @@ -0,0 +1,1997 @@ +@charset "utf-8"; +body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;} +/*----------------------------------------------- + * Bace + * Modal + * Header + * Parts +-------------------------------------------------*/ +/*----------------------------------------------- + * Bace +-------------------------------------------------*/ +:root{ + /* color */ + --color-black: #222; + --color-yellow: #ffef66; + --color-orange: #ff6400; + --color-blue: #00a0ff; + + --color-red: #ff5064; + --color-light-blue: #64c8c8; + + --bg-color1: #e5f6f6; + --bg-color2: #ffece0; + --bg-color3: #e4e4f5; + + --color-main1: var(--color-orange); + --color-main2: var(--color-blue); + --color-bg: var(--bg-color1); + + --color-chara-satsuki_thin: #ffe499; + --color-chara-satsuki_thin-rgb: 255, 228, 153; + --color-chara-satsuki: #fcc800; + --color-chara-satsuki-rgb: 252, 200, 0; + --color-chara-an_thin: #ffb5be; + --color-chara-an: #e9464d; + --color-chara-an-rgb: 255, 181, 190; + --color-chara-haruno: #ffffff; + --color-chara-haruno-rgb: 255, 255, 255; + --color-kenkyubu: #ffef66; + --color-kenkyubu-rgb: 255, 239, 102; + + /* font */ + --font-eng: "mostra-nuova", sans-serif; + --font-oonishi: "ta-oonishi", sans-serif;; + + /* logo */ + --logo-pattern1: url(../img/common/logo_pattern1.svg); + --logo-pattern2: url(../img/common/logo_pattern2.svg); + + --set-logo: var(--logo-pattern1); + + /* shadow */ + --com-shadow: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.8)) drop-shadow(-1px -1px 2px rgba(255, 255, 255, 0.8)) drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.8)) drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.8)); + + /* SIZE COMMON */ + /* vw min 計算 => min(calc(数値 / var(--vw-min) * 100vw), 数値); */ + --vw-min: 1200; + + /* sp-size */ + --sp-size-2: min(0.2667vw, 2px); + --sp-size-4: min(0.5334vw, 4px); + --sp-size-6: min(0.8vw, 6px); + --sp-size-8: min(1.0667vw, 8px); + --sp-size-10: min(1.3334vw, 10px); + --sp-size-12: min(1.6vw, 12px); + --sp-size-16: min(2.1334vw, 16px); + --sp-size-20: min(2.6667vw, 20px); + --sp-size-24: min(3.2vw, 24px); + --sp-size-26: min(3.4667vw, 26px); + --sp-size-28: min(3.7334vw, 28px); + --sp-size-30: min(4vw, 30px); + --sp-size-32: min(4.2667vw, 32px); + --sp-size-36: min(4.8vw, 36px); + --sp-size-40: min(5.3334vw, 40px); + --sp-size-48: min(6.4vw, 48px); + --sp-size-56: min(7.4667vw, 56px); + --sp-size-64: min(8.5334vw, 64px); + --sp-size-72: min(9.6vw, 72px); + --sp-size-80: min(10.6667vw, 80px); + --sp-size-96: min(12.8vw, 96px); + --sp-size-192: min(25.6vw, 192px); +} +@media screen and (max-width: 767px){ + :root{ + /* SIZE COMMON */ + /* vw min 計算 => min(calc(数値 / var(--vw-min) * 100vw), 数値); */ + --vw-min: 750; + } +} + +/* TIMECOLOR SETTING */ +body[data-time-h="23"], +body[data-time-h="24"], +body[data-time-h="1"], +body[data-time-h="2"]{ + --color-main1: var(--color-orange); + --color-main2: var(--color-blue); + --color-bg: var(--bg-color3); + --set-logo: var(--logo-pattern1); +} +body[data-time-h="3"], +body[data-time-h="4"], +body[data-time-h="5"], +body[data-time-h="6"]{ + --color-main1: var(--color-orange); + --color-main2: var(--color-blue); + --color-bg: var(--bg-color2); + --set-logo: var(--logo-pattern1); +} +body[data-time-h="7"], +body[data-time-h="8"], +body[data-time-h="9"], +body[data-time-h="10"]{ + --color-main1: var(--color-red); + --color-main2: var(--color-light-blue); + --color-bg: var(--bg-color1); + --set-logo: var(--logo-pattern2); +} +body[data-time-h="11"], +body[data-time-h="12"], +body[data-time-h="13"], +body[data-time-h="14"]{ + --color-main1: var(--color-red); + --color-main2: var(--color-light-blue); + --color-bg: var(--bg-color1); + --set-logo: var(--logo-pattern2); +} +body[data-time-h="15"], +body[data-time-h="16"], +body[data-time-h="17"], +body[data-time-h="18"]{ + --color-main1: var(--color-orange); + --color-main2: var(--color-blue); + --color-bg: var(--bg-color2); + --set-logo: var(--logo-pattern1); +} +body[data-time-h="19"], +body[data-time-h="20"], +body[data-time-h="21"], +body[data-time-h="22"]{ + --color-main1: var(--color-red); + --color-main2: var(--color-light-blue); + --color-bg: var(--bg-color3); + --set-logo: var(--logo-pattern2); +} + + + +body{ + -webkit-text-size-adjust: 100%; + background-color: #fff; + color: #222; + font-family: "m-plus-rounded-1c", sans-serif; + font-feature-settings: "palt"; + font-size: 16px; + font-weight: normal; + letter-spacing: 0.07em; + line-height: 1.8; + word-wrap: break-word; +} +.pc{ display: block; } +.sp{ display: none; } +a{ color: #222; } +a:hover{ text-decoration: none; } +.ah { transition: opacity .3s ease; } +.ah:hover { opacity: .7; } +::selection{ + background: #6ccfee; + color: #fff; +} +::-moz-selection{ + background: #6ccfee; + color:#fff; +} +@media screen and (max-width:767px){ + html{ + font-size: 62.5%; + } + body{ + font-size: 10px; + font-size: 1rem; + font-size: var(--sp-size-24); + min-width: 320px; + } + .sp{ display: block; } + .pc{ display: none; } + .ah:hover { opacity: 1; } +} + +/* ScrollBar Setting */ +::-webkit-scrollbar { + width: 8px; + height: 8px; +} +::-webkit-scrollbar-track { + border-radius: 0px; + background: rgb(250, 255, 255); +} +::-webkit-scrollbar-thumb { + background: #222; + border-radius: 4px; + margin: 2px; + box-shadow: none; +} +/* firefox Only Scrollbar */ +@-moz-document url-prefix() { + html{ + scrollbar-color: #222 rgb(255, 255, 255); + scrollbar-width: thin; + } +} + + + +/*----------------------------------------------- + * Modal +-------------------------------------------------*/ + +/** + * modalBox + * 基盤のモーダル + */ +.modalBox{ + -webkit-overflow-scrolling: touch; + background: rgba(255,255,255,1); + display: none; + width: 100%; + height: 100%; + overflow: auto; + position: fixed; + top: 0; + left: 0; + z-index: 9999; +} +.modalBox:before{ + content: ''; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: url(../img/common/bg_mtfuji.webp) no-repeat center bottom / cover; + opacity: 12%; +} +.oneModal{ + display: none; + width: 100%; + height: 100%; + position: relative; + z-index: 1; +} + +/* oneModalIn */ +.oneModalIn{ + display: flex; + justify-content: center; + align-items: center; + height: auto; + width: 100%; + min-width: 100%; + min-height: 100%; + margin: 0 auto; + position: relative; +} +.oneModalIn__cont{ + padding: 50px 0; +} +@media screen and (max-width:767px){ + .oneModalIn{ + min-width: 100%; + } + .oneModalIn__cont{ + width: 100%; + padding: 30px 0; + } +} + +/** + * closeBtn + */ +.closeBtn{ + width: 72px; + height: 72px; + position: absolute; + top: 0; + right: 0; + z-index: 2; + margin: 24px 24px 0 0; +} +.closeBtn a{ + background: #222; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + right: 0; + border-radius: 50%; +} +.closeBtn_lines{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 32px; + height: 16px; + margin: auto; +} +.closeBtn_lines:before, +.closeBtn_lines:after{ + content:''; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 100%; + height: 4px; + border-radius: 4px; + background-color: #fff; + margin: auto; +} +.closeBtn_lines:before{ + transform: rotate(30deg); +} +.closeBtn_lines:after{ + transform: rotate(-30deg); +} + +@media (hover: hover) and (pointer: fine){ + .closeBtn a{ + border: 2px solid #222; + } + .closeBtn a, + .closeBtn_lines:before, + .closeBtn_lines:after{ + transition: .3s ease; + } + .closeBtn a:hover{ + background-color: #fff; + } + .closeBtn a:hover .closeBtn_lines:before, + .closeBtn a:hover .closeBtn_lines:after{ + background-color: #222; + } +} + +@media screen and (max-width:767px){ + .closeBtn{ + width: var(--sp-size-96); + height: var(--sp-size-96); + margin-top: 3.2%; + margin-right: 3.2%; + } + .closeBtn_lines{ + width: var(--sp-size-48); + height: var(--sp-size-24); + } + .closeBtn_lines:before, + .closeBtn_lines:after{ + height: var(--sp-size-4); + } +} + + +/** + * iframe + */ +/* common */ +.commonIframe{ + width: 100%; + height: 100%; + display: block; +} + +/* youtube */ +.youtubeIframeWrap { + width: 70%; + max-width: 159.993vh; + position: relative; +} +@media screen and (max-width:767px){ + .youtubeIframeWrap { + width: 100%; + max-width: 100%; + } +} +.youtubeIframeWrap:before{ + content: ""; + display: block; + padding-top: 56.25%; + z-index: 0; +} +.youtubeIframe{ + position: absolute; + top: 0; + left: 0; + z-index: 1; +} + + +/*----------------------------------------------- + * Header +-------------------------------------------------*/ +.header { + width: 100%; + width: 100%; + position: fixed; + top: 0; + left: 0; + bottom: 0; + z-index: 999; + pointer-events: none; +} + + +/* header__frontArea */ +.header__frontArea{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.header__logo{ + width: 160px; + position: absolute; + top: 0; + left: 0; + margin: 12px 0 0 24px; + transition: .6s ease .2s; +} +/* --fistview */ +body.--firstview .header__logo{ + width: 260px; + margin-top: 18px; + margin-left: 40px; +} + + +.header__logo_img{ + display: block; + width: 100%; + padding-top: 38.3334%; + position: relative; + background-repeat: no-repeat; + background-position: center top; + background-size: contain; +} +.header__logo_img{ + background-image: var(--set-logo); +} +.header__logo a{ + display: block; + pointer-events: auto; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + + +.header__scrWrap{ + position: absolute; + left: 0; + bottom: 0; + margin: 0 0 16px 16px; + display: flex; + align-items: center; +} +.header__scrBar{ + width: 400px; + height: 8px; + border: 2px solid #222; + border-radius: 10px; + background-color: #FFF; + position: relative; + overflow: hidden; + margin-right: 40px; +} +.header__scrBarIn{ + position: absolute; + top: 0; + left: 0; + bottom: 0; + border-radius: 10px; + width: 0%; + background-color: #222; +} +.header__scrBar_txt{ + font-family: var(--font-eng); + font-size: 14px; + font-weight: 700; + line-height: 0.8; + color: #FFF; +} +.header__scrBar_txt span{ + display: inline-block; + padding-right: 40px; + position: relative; +} +.header__scrBar_txt span:after{ + content: ''; + position: absolute; + right: 0; + bottom: 0; + width: 24px; + height: 10px; + -webkit-mask: url(../img/common/arrow_r.svg) no-repeat right bottom / contain; + mask: url(../img/common/arrow_r.svg) no-repeat right bottom / contain; + background-color: #FFF; + animation: ani_scrArrow 2.4s infinite ease; +} +@keyframes ani_scrArrow{ + 0%, 40%{ + opacity: 1; + transform: translateX(0%); + } + 68%{ + opacity: 0; + transform: translateX(100%); + } + 70%{ + opacity: 0; + transform: translateX(-50%); + } + 72%{ + opacity: 0; + transform: translateX(-50%); + } + 100%{ + opacity: 1; + transform: translateX(0%); + } +} + +.header__timeWrap{ + position: absolute; + bottom: 0; + right: 0; + line-height: 0.8; + margin: 0 16px 16px 0; +} +.header__time{ + display: inline-block; + background-color: #222; + color: #FFF; + font-size: 14px; + line-height: 0.8; + padding: 2px; +} +.header__time_city{ + display: inline-block; +} +.header__time_time{ + display: inline-block; + font-family: var(--font-eng); +} + +.header__btn_viewChangeWrap{ + display: none; + position: absolute; + top: 0; + right: 0; + margin-top: 120px; + margin-right: 24px; + width: 72px; +} +.header__btn_viewChangeInWrap{ + position: relative; + width: 58.3334%;/* 42px */ + margin: 0 auto; +} +.btn_viewChange{ + position: relative; + width: 100%; + padding-top: 271.4286%;/* 114 */ + background: url(../img/common/btn_viewChange__img.svg) no-repeat center top / contain; + pointer-events: auto; +} +.btn_viewChange__textWrap{ + position: absolute; + top: 0; + left: 0; + right: 0; + margin-top: 114.2858%;/* 48px */ + padding: 4px 0; + width: 100%; + height: 16px; + border-radius: 24px; + display: inline-flex; + align-items: center; + background-color: #222; +} +.btn_viewChange__text{ + display: inline-block; + font-family: var(--font-eng); + font-size: 14px; + line-height: 0.8; + font-weight: 700; + color: #FFF; + position: absolute; + width: 100%; + text-align: center; + margin: auto; +} +/** change - off **/ +.btn_viewChange__text.-on{ + opacity: 0; +} +/** change - on **/ +body.--mode-tilt .btn_viewChange__text.-on{ + opacity: 1; +} +body.--mode-tilt .btn_viewChange__text.-off{ + opacity: 0; +} + +@media screen and (max-width: 767px){ + .header__logo{ + width: 29.3334%;/* 220 */ + margin-top: 3.2%;/* 24 */ + margin-left: 3.2%;/* 24 */ + } + body.--firstview .header__logo{ + width: 46.6667%;/* 350 */ + width: calc(350 / 1280 * 100svh); + margin-top: calc(48 / 1280 * 100svh); + margin-left: calc(24 / 1280 * 100svh); + } + .header__scrWrap{ + margin-bottom: 3.2%; + margin-left: 3.2%; + align-items: unset; + flex-direction: column; + } + .header__scrBar{ + width: min(46.6667vw, 350px); + height: var(--sp-size-16); + border-width: var(--sp-size-4); + border-radius: 16px; + margin-right: 0; + } + .header__scrBar_txt{ + order: -1; + font-size: var(--sp-size-24); + margin-bottom: var(--sp-size-24); + } + .header__scrBar_txt span{ + padding-right: var(--sp-size-80); + } + .header__scrBar_txt span:after{ + width: var(--sp-size-48); + height: var(--sp-size-20); + } + .header__timeWrap{ + margin-right: 3.2%; + margin-bottom: 3.2%; + } + .header__time{ + font-size: var(--sp-size-24); + padding: var(--sp-size-4); + } + .header__btn_viewChangeWrap{ + margin-top: 22.4%;/* 168 */ + margin-right: 3.2%; + width: var(--sp-size-96); + display: none; + } + .header__btn_viewChangeInWrap{ + width: 50%; + } + .btn_viewChange__textWrap{ + margin-top: var(--sp-size-56); + padding: unset; + height: var(--sp-size-24); + } + .btn_viewChange__text{ + font-size: var(--sp-size-20); + } +} + +@media (hover: hover) and (pointer: fine){ + .header__logo_img:hover { + animation: hov_ani_nav 0.4s ease-in-out alternate; + } +} + + + +/* inner */ +.header__inner { + -webkit-overflow-scrolling: touch; + width: auto; + height: 100%; + overflow: auto; + position: fixed; + top: 0; + right: 0; + padding: 28px 120px 32px 0; + opacity: 0; + pointer-events: none; + z-index: 1; + transition: opacity .5s ease-in-out; +} +.header.is-active .header__inner { + opacity: 1; + pointer-events: auto; +} + +@media screen and (max-width:767px){ + .header__inner { + padding: var(--sp-size-16) min(19.2vw, 144px) var(--sp-size-24) 0; + } +} + + +/** + * headerNav + */ +.headerNav { + position: relative; + z-index: 1; +} +.headerNavLists{ + display: flex; + flex-direction: column; + align-items: flex-end; +} +.headerNavLists__item, +.headerSNSList{ + display: inline-block; + padding: 4px 0; +} +.headerNavLists__link, +.headerSNSListsInWrap, +.headerShareListsInWrap{ + display: inline-flex; + align-items: center; + padding: 14px 24px; + line-height: 1; + font-family: var(--font-eng); + font-weight: 700; + font-size: 32px; + color: #222; + border-radius: 48px; + border: 2px solid #222; + background-color: rgba(255,255,255,.6); + text-decoration: none; +} +.headerNavLists__txt{ + display: inline-block; + line-height: 1; + position: relative; +} +.headerNavLists__txt:before{ + content: ''; + position: absolute; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 8px; + background: linear-gradient(var(--color-yellow), var(--color-yellow)) right bottom / 0 100% no-repeat; + transition: background-size .6s ease; +} +.headerNavLists__link.is-active .headerNavLists__txt:before{ + background-size: 100% 100%; + background-position: left bottom; +} +.headerNavLists__txt span{ + position: relative; + z-index: 2; +} +.headerNavLists__no{ + display: inline-flex; + align-items: center; + justify-content: center; + width: 16px; + height: 16px; + background-color: #222; + color: var(--color-yellow); + font-weight: 400; + line-height: 0.8; + margin: auto; + margin-left: 16px; + border-radius: 50%; + font-size: 12px; +} + + + +.headerSNSListsWrap{ + margin-top: 48px; + width: 100%; + text-align: right; +} +.headerSNSLists{ + display: flex; + align-items: center; + justify-content: center; +} +.headerSNSList__link[data-sns="tw"]:before{ + mask-image: url(../img/common/icon_tw.svg); +} +.headerSNSList__link[data-sns="tk"]:before{ + mask-image: url(../img/common/icon_tk.svg); +} +.headerSNSList__link[data-sns="in"]:before{ + mask-image: url(../img/common/icon_insta.svg); +} + + +.headerShareListsWrap{ + margin-top: 4px; + width: 100%; + text-align: right; +} +.headerShareListsInWrap{ + display: inline-block; +} + +@media screen and (max-width:767px){ + .headerNavLists__item, + .headerSNSList{ + padding: var(--sp-size-8) 0; + } + .headerNavLists__link, + .headerSNSListsInWrap, + .headerShareListsInWrap{ + padding: var(--sp-size-24) var(--sp-size-40); + border-radius: 96px; + font-size: var(--sp-size-56); + border-width: var(--sp-size-4); + } + .headerNavLists__txt:before{ + height: var(--sp-size-16); + } + .headerNavLists__no{ + width: var(--sp-size-32); + height: var(--sp-size-32); + margin-left: var(--sp-size-24); + font-size: var(--sp-size-24); + } + .headerSNSListsWrap{ + margin-top: var(--sp-size-32); + } + .headerShareListsWrap{ + margin-top: var(--sp-size-8); + } +} + +/* ani */ +.headerNavLists__item, +.headerSNSListsInWrap, +.headerShareListsInWrap{ + transition: transform .6s ease, opacity .4s ease; + transform: translateX(120px) translateY(25%); + opacity: 0; +} +.headerNavLists__txt{ + transition: transform .6s ease, opacity .4s ease; + opacity: 0; + transform: translateX(25%) translateY(25%); +} +.headerSNSList__link span { + display: inline-block; +} +.headerNavLists__no{ + transition: transform .6s ease, opacity .4s ease; + opacity: 0; + transform: scale(0%); +} + +@media screen and (max-width:767px){ + .headerNavLists__item, + .headerSNSList, + .headerShareListsInWrap{ + transform: translateX(min(19.2vw, 144px)) translateY(25%); + } +} + +.header.is-active .headerNavLists__item, +.header.is-active .headerSNSList, +.header.is-active .headerNavLists__txt, +.header.is-active .headerSNSListsInWrap, +.header.is-active .headerShareListsInWrap{ + opacity: 1; + transform: translateX(0%) translateY(0%); +} +.header.is-active .headerNavLists__no{ + opacity: 1; + transform: scale(100%); +} + +.header.is-active .headerNavLists__item:nth-of-type(1), +.header.is-active .headerNavLists__item:nth-of-type(1) .headerNavLists__txt, +.header.is-active .headerNavLists__item:nth-of-type(1) .headerNavLists__no{ + transition-delay: .1s; +} +.header.is-active .headerNavLists__item:nth-of-type(2), +.header.is-active .headerNavLists__item:nth-of-type(2) .headerNavLists__txt, +.header.is-active .headerNavLists__item:nth-of-type(2) .headerNavLists__no{ + transition-delay: .15s; +} +.header.is-active .headerNavLists__item:nth-of-type(3), +.header.is-active .headerNavLists__item:nth-of-type(3) .headerNavLists__txt, +.header.is-active .headerNavLists__item:nth-of-type(3) .headerNavLists__no{ + transition-delay: .2s; +} +.header.is-active .headerNavLists__item:nth-of-type(4), +.header.is-active .headerNavLists__item:nth-of-type(4) .headerNavLists__txt, +.header.is-active .headerNavLists__item:nth-of-type(4) .headerNavLists__no{ + transition-delay: .25s; +} +.header.is-active .headerNavLists__item:nth-of-type(5), +.header.is-active .headerNavLists__item:nth-of-type(5) .headerNavLists__txt, +.header.is-active .headerNavLists__item:nth-of-type(5) .headerNavLists__no{ + transition-delay: .3s; +} +.header.is-active .headerNavLists__item:nth-of-type(6), +.header.is-active .headerNavLists__item:nth-of-type(6) .headerNavLists__txt, +.header.is-active .headerNavLists__item:nth-of-type(6) .headerNavLists__no{ + transition-delay: .35s; +} +.header.is-active .headerNavLists__item:nth-of-type(7), +.header.is-active .headerNavLists__item:nth-of-type(7) .headerNavLists__txt, +.header.is-active .headerNavLists__item:nth-of-type(7) .headerNavLists__no{ + transition-delay: .4s; +} +.header.is-active .headerNavLists__item:nth-of-type(8), +.header.is-active .headerNavLists__item:nth-of-type(8) .headerNavLists__txt, +.header.is-active .headerNavLists__item:nth-of-type(8) .headerNavLists__no{ + transition-delay: .45s; +} + + +.header.is-active .headerSNSListsInWrap:nth-of-type(1){ + transition-delay: .5s; +} +.header.is-active .headerShareListsInWrap{ + transition-delay: .55s; +} + +@media (hover: hover) and (pointer: fine){ + .headerNavLists__link .headerNavLists__txt span{ + display: inline-block; + } + .headerNavLists__link:hover .headerNavLists__txt span, + .headerSNSList__link span:hover{ + animation: hov_ani_nav 0.6s infinite ease-in-out alternate; + } +} +@keyframes hov_ani_nav { + 0%,10%{ + transform:translate(0, 0) rotate(0deg); + } + 20%{ + transform: transform:translate(0, 0) rotate(-3deg); + } + 30%{ + transform:translate(0, -1px) rotate(0deg); + } + 40%{ + transform:translate(0, -1px) rotate(3deg); + } + 50%{ + transform:translate(1px, 0) rotate(-2deg); + } + 60%{ + transform:translate(0, 1px) rotate(0deg); + } + 70%{ + transform:translate(0, 0) rotate(3deg); + } + 80%,100%{ + transform:translate(0, 0) rotate(0deg); + } +} + +/** + * navBtn + */ +.header__navBtnWrap { + width: 72px; + height: 72px; + position: absolute; + top: 0; + right: 0; + z-index: 2; + margin: 24px 24px 0 0; +} +.header__navBtn { + background-color: #fff; + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; + position: relative; + border-radius: 50%; + border: 2px solid #222; + pointer-events: auto; + transition: .3s ease; +} +.header__navBtn__lineWrap { + width: 32px; + height: 16px; + position: relative; + transition: .6s ease; +} +.header__navBtn--line { + background-color: #222; + display: block; + width: 100%; + height: 4px; + margin: auto; + position: absolute; + border-radius: 4px; + transition: .3s ease .15s; +} +.header__navBtn--line:nth-child(1) { + top: 0; + bottom: 100%; +} +.header__navBtn--line:nth-child(2) { + top: 100%; + bottom: 0; +} + +/* active */ +.header__navBtn.is-active { + background-color: #222; +} +.header__navBtn.is-active .header__navBtn--line { + background-color: #FFF; +} +.header__navBtn.is-active .header__navBtn__lineWrap { + transform: rotateY(180deg); +} +.header__navBtn.is-active .header__navBtn--line:nth-child(1) { + top: 50%; + bottom: 50%; + transform: rotate(30deg); +} +.header__navBtn.is-active .header__navBtn--line:nth-child(2) { + top: 50%; + bottom: 50%; + transform: rotate(-30deg); +} + + +@media screen and (max-width:767px){ + .header__navBtnWrap { + width: var(--sp-size-96); + height: var(--sp-size-96); + margin-top: 3.2%; + margin-right: 3.2%; + } + .header__navBtn { + border-width: var(--sp-size-4); + } + .header__navBtn__lineWrap { + width: var(--sp-size-48); + height: var(--sp-size-24); + } + .header__navBtn--line { + height: var(--sp-size-4); + } +} + +@media (hover: hover) and (pointer: fine){ + .header__navBtn:hover{ + background-color: #222; + } + .header__navBtn:hover .header__navBtn--line{ + background-color: #fff; + } + .header__navBtn.is-active:hover{ + background-color: #fff; + } + .header__navBtn.is-active:hover .header__navBtn--line{ + background-color: #222; + } +} + +/*----------------------------------------------- + * Parts +-------------------------------------------------*/ + +/** + * shareLists + */ +.shareLists { + display: flex; + align-items: center; + justify-content: center; +} + +.shareLists__title, +.headerSNSLists__title{ + display: inline-block; + font-family: var(--font-eng); + font-size: 14px; + font-weight: 700; + line-height: 0.8; + color: #222; + padding-right: 6px; +} +@media screen and (max-width: 767px){ + .shareLists__title, + .headerSNSLists__title{ + font-size: var(--sp-size-24); + padding-right: var(--sp-size-12); + } +} + +/* item */ +.shareLists__item, +.headerSNSLists__item{ + width: 44px; + height: 20px; + padding: 0 12px; +} +@media screen and (max-width: 767px){ + .shareLists__item, + .headerSNSLists__item { + width: var(--sp-size-96); + height: var(--sp-size-48); + padding: 0 var(--sp-size-24); + } +} + +/* link */ +.shareLists__link, +.headerSNSList__link { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; + position: relative; + text-decoration: none; +} +.shareLists__link:before, +.headerSNSList__link:before { + content: ""; + width: 100%; + height: 100%; + background-color: #222; + display: block; + -webkit-mask-repeat: no-repeat; + mask-repeat: no-repeat; + -webkit-mask-position: center; + mask-position: center; + -webkit-mask-size: 100%; + mask-size: 100%; + transition: background-color .4s ease; +} + +@media (hover: hover) and (pointer: fine){ + .shareLists__link:hover:before, + .headerSNSList__link:hover:before { + animation: hov_ani_nav 0.6s infinite ease-in-out alternate; + } +} + +/* 各SNSパーツ */ +.shareLists__item.is-twitter .shareLists__link:before { + -webkit-mask-image: url(../img/common/icon_tw.svg); + mask-image: url(../img/common/icon_tw.svg); +} +.shareLists__item.is-facebook .shareLists__link:before { + -webkit-mask-image: url(../img/common/icon_fb.svg); + mask-image: url(../img/common/icon_fb.svg); +} +.shareLists__item.is-line .shareLists__link:before { + -webkit-mask-image: url(../img/common/icon_line.svg); + mask-image: url(../img/common/icon_line.svg); +} + + +/*----------------------------------------------- + * CONTENTS +-------------------------------------------------*/ +.contentWrap{ + width: 100%; + height: 100%; + position: relative; + /* padding: min(25vh, 160px) min(13.3334vw, 160px) min(12.5vw, 80px); */ + padding: min(25vh, 160px) min(42.6667vw, 320px) min(12.5vw, 80px); +} +.content{ + width: 100%; + height: 100%; + position: relative; +} +.cont_h2{ + position: relative; + width: 100%; + line-height: 1; + padding-bottom: 40px; +} +.cont_h2_circle{ + position: absolute; + top: 0; + left: 0; + margin: -56px 0 0 -64px; + width: 94px; + height: 94px; +} +.cont_h2_circle:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + animation: 18s ani_rotate linear infinite; +} +.cont_h2__num{ + display: inline-flex; + align-items: center; + justify-content: center; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 16px; + height: 16px; + background-color: #222; + color: var(--color-yellow); + font-family: var(--font-eng); + font-weight: 400; + font-size: 12px; + line-height: 0.8; + margin: auto; + border-radius: 50%; +} +.cont_h2__num span{ + display: inline-block; +} +.cont_h2__title{ + display: inline-block; + line-height: 1; + height: 48px; + position: relative; + z-index: 2; +} +.cont_h2__title img{ + height: 100%; +} + +.scContent.js-scrani .cont_h2_circle:before{ + animation-play-state: paused; +} +.scContent.js-scrani.is-ani .cont_h2_circle:before{ + animation-play-state: running; +} + +@keyframes ani_rotate { + 0%{transform: rotate(0);} + 100%{ transform:rotate(360deg);} +} + +@media screen and (max-width:767px){ + .contentWrap{ + padding: min(17.5svh, 224px) var(--sp-size-192) var(--sp-size-96); + } + .cont_h2{ + padding-bottom: var(--sp-size-48); + } + .cont_h2_circle{ + width: min(15.2vw, 114px); + height: min(15.2vw, 114px); + margin-top: calc(var(--sp-size-56) * -1); + margin-left: calc(var(--sp-size-80) * -1); + } + .cont_h2__num{ + width: var(--sp-size-26); + height: var(--sp-size-26); + font-size: var(--sp-size-20); + } + .cont_h2__title{ + height: var(--sp-size-48); + } +} + + +/*----------------------------------------------- + * INPAGE CONTENTS +-------------------------------------------------*/ +.inPmain{ + width: 100%; + min-height: 100vh; + min-height: 100svh; + position: relative; + z-index: 2; +} + +/* mainContentIn */ +.mainContentIn{ + width: 100%; + position: relative; + z-index: 2; +} +.mainContentIn .content{ + width: 100%; + max-width: calc(1200px * 1.6); + padding: 160px min(13.3334%, calc(160px * 1.6)); + margin: 0 auto; +} + +@media screen and (max-width: 767px){ + .mainContentIn .content{ + padding: min(32%, 240px) 6.4% min(25.6%, 192px); + } + .mainContentIn .cont_h2{ + margin-left: var(--sp-size-48); + } +} + +/* pager */ +.pagerWrap{ + margin-top: 80px; +} +.pagerLists{ + display: flex; + justify-content: center; +} +.pagerLists.-mb{ + margin-bottom: 80px; +} +.pagerList{ + display: inline-block; + padding: 12px; +} +.pagerList__link{ + width: 40px; + height: 40px; + background-color: #FFF; + border-radius: 50%; + text-decoration: none; + display: flex; + align-items: center; + justify-content: center; + font-family: var(--font-eng); + color: #222; + border: 1px solid #222; + transition: .3s ease; +} +.pagerList__link span{ + display: inline-block; + line-height: 1; +} +.pagerList__link.--is-active{ + background-color: #222; + color: var(--color-yellow); +} +@media (hover: hover) and (pointer: fine){ + .pagerList__link:hover{ + color: #FFF; + background-color: #222; + } + .pagerList__link.--is-active:hover{ + color: var(--color-yellow); + } +} +@media screen and (max-width: 767px){ + .pagerWrap{ + padding-top: var(--sp-size-48); + } + .pagerList{ + padding: var(--sp-size-12); + } + .pagerList__link{ + width: var(--sp-size-72); + height: var(--sp-size-72); + border-width: var(--sp-size-4); + } + .pagerLists.-mb{ + margin-bottom: var(--sp-size-48); + } +} + +/* bg */ +.mainContentBGWrap, +.mainContentBG{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.mainContentBG:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 1; + -webkit-backdrop-filter: blur(16px); + backdrop-filter: blur(16px); + background-color: rgba(255, 255, 255, 56%); +} +.mainContentBGIn{ + position: sticky; + top: 0; + width: 100%; + height: 100vh; + /* height: 100svh; */ + max-height: 100%; +} +.mainContentBG .movieBg__cont{ + position: absolute; + width: 100%; + height: 100%; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + overflow: hidden; +} +/* .mainContentBG .movieBg__cont:after { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(34, 34, 34, 16%); +} */ +.mainContentBG_cont{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; +} +.mainContentBG video { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + left: 0%; +} + + + +/* inPfooter */ +.inPfooter{ + width: 100%; + height: 100svh; + height: 100vh; + min-height: 640px; + position: relative; +} +.footerIn{ + width: 100%;/* 1120 */ + height: 100%; + padding: 0 min(6.6667%, 80px); + display: flex; + align-items: center; +} + +.footerBannerListsWrap{ + width: min(21.4286%, 240px); +} +.footerBannerLists{ + width: 100%; +} +.footerBannerList{ + width: 100%; + padding: min(13.3334%, 32px) 0; +} +.footerBannerList__link{ + display: block; + width: 100%; + text-decoration: none; +} +.footerBannerList__link img{ + width: 100%; +} + +.inPfooter .footer_copyrightWrap{ + width: min(50%, 560px); + height: 100%; + display: flex; + align-items: center; + padding: 0 min(10.7143%, 120px); + mix-blend-mode: difference; + margin: 0 auto; + position: relative; +} +.inPfooter .footer_copyrightInWrap{ + width: 100%; + padding-top: 100%; + position: relative; + animation: 32s ani_rotate linear infinite; +} +.inPfooter .footer_copyright_img{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + background-repeat: no-repeat; + background-position: center; + background-size: contain; +} +.inPfooter .footer_copyright__copyright{ + background-image: url(../img/common/footer_copyright.svg); +} + +.footer_toTopWrap{ + width: min(21.4286%, 240px); + position: relative; +} +.footer_toTop{ + width: min(39.1667%, 94px); + margin-left: 14.1667%;/* 34px */ + position: relative; +} +.footer_toTop__link{ + display: block; + width: 100%; + padding-top: 100%; + position: relative; +} +.footer_toTop__link::before{ + content: ''; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + -webkit-mask: url(../img/common/toTop_circle.svg) no-repeat center / contain; + mask: url(../img/common/toTop_circle.svg) no-repeat center / contain; + background-color: #222; + animation: 18s ani_rotate linear infinite; +} +.footer_toTop__link::after{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 5%; + bottom: 0; + margin: auto; + width: 34.0426%;/*32*/ + height: 17.0213%;/*16*/ + -webkit-mask: url(../img/common/arrow_r_toTop.svg) no-repeat center / contain; + mask: url(../img/common/arrow_r_toTop.svg) no-repeat center / contain; + background-color: #222; + transform: rotate(-90deg); + transition: .3s ease; +} +@media (hover: hover) and (pointer: fine){ + .footer_toTop__link:hover::after{ + transform: rotate(-90deg) translateX(20%); + } + .footerBannerList__link{ + transition: .3s ease; + } + .footerBannerList__link:hover{ + filter: brightness(1.075); + } +} +@media screen and (max-width: 767px){ + .inPfooter{ + min-height: 100vh; + height: auto; + } + .footerIn{ + /* min-height: calc(min(51.3334vw, 385px) + min(76.8vw, 576px)); */ + min-height: 100vh; + padding: min(16vw, 120px) 0; + position: relative; + flex-direction: column; + background-color: #222; + } + .footerBannerListsWrap{ + order: 2; + width: 100%; + padding-top: var(--sp-size-40); + margin-top: auto; + z-index: 2; + } + .footerBannerLists{ + display: flex; + flex-wrap: wrap; + justify-content: center; + width: 100%; + padding: 0 3.2%; + } + .footerBannerList{ + width: 50%; + padding: 0 3.4188%; + } + .inPfooter .footer_copyrightWrap{ + width: min(51.3334vw, 385px); + margin: 0 auto; + padding: 0; + z-index: 2; + } + .footer_toTopWrap{ + position: absolute; + top: 0; + right: 0; + bottom: 0; + width: min(14.9334vw, 112px); + display: flex; + align-items: center; + margin-right: var(--sp-size-24); + z-index: 2; + } + .footer_toTop{ + width: 100%; + margin-left: 0; + } + .footer_toTop__link::before, + .footer_toTop__link::after{ + background-color: #fff; + } +} + + + + +.footerIn .footer_comContWrap{ + position: absolute; + left: 0; + right: 0; + bottom: 0; + margin: 0 0 min(10vh, 64px); +} + +.footerIn .footer_anxInfo{ + display: flex; + align-items: center; + justify-content: space-between; + color: #888; + font-size: 12px; + padding-left: 48px; + margin-left: auto; +} +.footerIn .footer_anxLists{ + padding: 0; + display: inline-flex; + flex-shrink: 0; +} +.footerIn .logo_anx{ + width: 112px; + padding-top: 32px; + position: relative; + margin-right: 16px; +} +.footerIn .logo_anx a{ + display: block; + position: absolute; + top: 0; + left: 0; + right: 0; + margin: 0 auto; + width: 100%; + height: 100%; + -webkit-mask: url(../img/common/logo_aniplex.svg) no-repeat center / contain; + mask: url(../img/common/logo_aniplex.svg) no-repeat center / contain; + background-color: #fff; + transition: background-color .3s ease; +} + +.footerIn .anx_txtlink{ + line-height: 1; + display: flex; + align-items: center; + position: relative; + color: #FFF; + padding: 0 8px; +} +.footerIn .anx_txtlink:not(:last-child):after{ + content: ''; + position: absolute; + top: 0.45em; + bottom: 0.45em; + right: 0; + width: 1px; + background-color: rgba(255,255,255,.4); +} +.footerIn .anx_txtlink a{ + display: block; + text-decoration: none; + transition: color .3s ease; +} + +.footerIn .footer_anxInfo a{ + color: #FFF; + font-weight: 400; +} +.footerIn .footer_sitecaution{ + padding-left: 32px; + font-size: 10px; +} + +@media (hover: hover) and (pointer: fine) { + .footerIn .logo_anx a:hover{ + background-color: var(--color-yellow); + } + .footerIn .anx_txtlink a:hover{ + color: var(--color-yellow); + } +} + +@media screen and (max-width: 767px){ + .footerIn .footer_comContWrap{ + position: relative; + width: 100%; + margin: var(--sp-size-96) auto 0; + z-index: 2; + order: 3; + } + .footerIn .footer_anxInfo{ + flex-direction: column; + font-size: var(--sp-size-20); + padding: 0 var(--sp-size-48); + } + .footerIn .footer_anxLists{ + width: 100%; + flex-wrap: wrap; + justify-content: center; + } + .footerIn .logo_anx{ + width: 100%; + padding-top: var(--sp-size-48); + margin-bottom: var(--sp-size-40); + } + .footerIn .logo_anx a{ + width: min(22.4vw, 168px); + } + .footerIn .anx_txtlink{ + display: inline-block; + padding: 0 var(--sp-size-12); + text-align: center; + } + .footerIn .footer_sitecaution{ + padding-top: var(--sp-size-40); + font-size: var(--sp-size-20); + padding-left: 0; + text-align: center; + } + .footerIn .anx_txtlink:not(:last-child):after{ + content: ''; + position: absolute; + top: -0.25em; + bottom: -0.25em; + right: 0; + width: 1px; + background-color: rgba(255,255,255,.4); + } +} + + +.footerBGWrap{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: -1; + background-color: #FFF; +} +.footerBG{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: repeat-x; + background-position-y: bottom; +} +.footerBG__cloud{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + -webkit-mask: url(../img/common/bg_cloud.svg) no-repeat center / cover; + mask: url(../img/common/bg_cloud.svg) no-repeat center / cover; + background-color: var(--color-bg); +} +.footerBG__fuji{ + background-image: url(../img/common/bg_mtfuji.webp); + background-position-x: 0%; + background-repeat: no-repeat; + background-size: 100%; +} +.footerBG__mountain{ + background-image: url(../img/common/bg_mountain.webp); + background-position-x: 0%; + background-position-y: bottom; + background-size: 200%; +} +.footerBG__forest{ + background-image: url(../img/common/bg_forest.webp); + background-position-x: 200%; + background-position-y: bottom; + background-size: 200%; +} +@media screen and (max-width: 767px){ + .footerBGWrap{ + z-index: 1; + height: min(88vw, 660px); + } + .footerBGWrap:before{ + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: calc((100% - min(100vw,750px)) / 2 + var(--sp-size-8)); + background-color: #222; + z-index: 2; + } + .footerBG__fuji{ + width: 100%; + height: min(100vw,750px); + margin: auto 0; + background-size: cover; + background-position: center; + } + .footerBG__mountain{ + width: 100%; + height: min(80vw, 600px); + margin: auto 0; + background-position-y: bottom; + } + .footerBG__forest{ + width: 100%; + height: min(80vw, 600px); + margin: auto 0; + background-position-y: bottom; + } +} + + + +/*----------------------------------------------- + * TILT[INPAGE] +-------------------------------------------------*/ +body.inPage .js-tilt{ + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + transform-style: preserve-3d; +} +body.inPage .headerIn{ + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + -webkit-perspective: 800px; + perspective: 800px; +} +body.inPage .mainContentIn{ + overflow: hidden; + -webkit-perspective: 1200px; + perspective: 1200px; +} + +body.inPage.--mode-tilt .cont_h2{ + transform: translateZ(80px) translateX(40px) translateY(40px); +} +body.inPage.--mode-tilt .contentIn{ + transform: translateZ(10px) translateX(5px) translateY(5px); +} + + + +/*----------------------------------------------- + * LOADING +-------------------------------------------------*/ +#loading{ + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 100001; +} +.loadingIn{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + display: flex; + align-items: center; + justify-content: center; + z-index: 2; +} +.loading__logo{ + width: min(25%, 300px); + position: relative; + z-index: 2; + transition: transform .6s ease, opacity .6s ease, filter .6s ease; +} +.loading__logo img{ + width: 100%; + animation: loadani 1.4s infinite ease-in-out alternate; +} +.loading__logo_img{ + display: block; + width: 100%; + padding-top: 38.3334%; + background: var(--set-logo) no-repeat center / contain; + animation: loadani 1.4s infinite ease-in-out alternate; +} +.loadingbg{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; +} +.loadingMoveLayer{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + transform: translateX(0%); + transition: transform .8s cubic-bezier(.79,.27,.63,1); +} +.loadingbg_colorIn{ + position: absolute; + top: 50%; + left: 0%; + width: 250%; + padding-top: 250%; + background-color: var(--color-bg); + transform: translate(-50%, -50%) scale(1); + transition: transform 1s cubic-bezier(.79,.27,.63,1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1) ; + border-radius: 50%; +} + + +@keyframes loadani { + 0% {transform:translate(0, 0) rotate(0deg);} + 42% {transform:translate(0, 0) rotate(0deg);} + + 44% {transform:translate(0, 0) rotate(-3deg);} + 46% {transform:translate(0, -1px) rotate(0deg);} + 48% {transform:translate(0, -1px) rotate(3deg);} + + 50% {transform:translate(1px, 0) rotate(-2deg);} + 52% {transform:translate(0, 1px) rotate(0deg);} + 54% {transform:translate(0, 0) rotate(3deg);} + + 56% {transform:translate(0, 0) rotate(0deg);} + 100% {transform:translate(0, 0) rotate(0deg);} +} + +@media screen and (max-width: 767px){ + .loading__logo{ + width: min(53.3334%, 400px); + } + .loadingbg_colorIn{ + width: 250%; + padding-top: 300vh; + } +} + +/** loaded **/ +body.--is-load .loading__logo{ + filter: blur(8px); + transform: rotate(-45deg) scale(25%); + opacity: 0; +} +body.--is-load .loadingMoveLayer{ + transform: translateX(-50%); +} +body.--is-load .loadingMoveLayer.-layer_logo{ + transform: translateX(-100%); +} +body.--is-load .loadingbg_colorIn{ + transform: translate(-50%, -50%) scale(0); +} \ No newline at end of file diff --git a/mono/assets/css/libs/swiper-bundle.min.css?v8.css b/mono/assets/css/libs/swiper-bundle.min.css?v8.css new file mode 100644 index 0000000000000000000000000000000000000000..4786ff858c835c018b2b73f133a52b6621410216 --- /dev/null +++ b/mono/assets/css/libs/swiper-bundle.min.css?v8.css @@ -0,0 +1,13 @@ +/** + * Swiper 8.4.7 + * Most modern mobile touch slider and framework with hardware accelerated transitions + * https://swiperjs.com + * + * Copyright 2014-2023 Vladimir Kharlampidi + * + * Released under the MIT License + * + * Released on: January 30, 2023 + */ + +@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden} \ No newline at end of file diff --git a/mono/assets/css/news.css b/mono/assets/css/news.css new file mode 100644 index 0000000000000000000000000000000000000000..52e33c20a6b13400f18bffdc5c285e1a3517817a --- /dev/null +++ b/mono/assets/css/news.css @@ -0,0 +1,284 @@ +@charset "utf-8"; +/*----------------------------------------------- + * NEWS : COMMON +-------------------------------------------------*/ +#news .cont_h2_circle:before{ + background-image: url(../img/news/news_h2_circle.svg); +} +#news .contentIn{ + display: flex; + flex-direction: column; + min-height: calc(100vh - 320px - 88px); + min-height: calc(100svh - 320px - 88px); +} +.pagerWrap{ + margin-top: auto; + padding-top: 80px; +} +@media screen and (max-width: 767px){ + #news .contentIn{ + min-height: calc(100vh - min(32vw, 240px) - var(--sp-size-192) - var(--sp-size-96)); + min-height: calc(100svh - min(32vw, 240px) - var(--sp-size-192) - var(--sp-size-96)); + } + .pagerWrap{ + padding-top: var(--sp-size-48); + } +} + + +/*----------------------------------------------- + * NEWS : LISTS +-------------------------------------------------*/ +.newsLists{ + width: 100%; + border-top: 2px solid var(--color-black); +} +.newsList{ + width: 100%; + border-bottom: 2px solid var(--color-black); +} +.newsList__link{ + display: block; + padding: 32px 0; + line-height: 1; + text-decoration: none; + pointer-events: auto; +} +.newsList__linkIn{ + display: flex; + padding-right: 56px; + position: relative; +} +.newsList__linkIn:after{ + content: ''; + position: absolute; + top: 0; + bottom: 0; + right: 0; + width: 24px; + height: 10px; + -webkit-mask: url(../img/common/arrow_r.svg) no-repeat center / contain; + mask: url(../img/common/arrow_r.svg) no-repeat center / contain; + background-color: #222; + margin: auto 0; +} +.newsList__date{ + flex-shrink: 0; + padding-right: 32px; + font-family: var(--font-eng); + color: #FFF; + line-height: 2; + font-weight: 700; +} +.newsList__title{ + color: var(--color-black); + width: 100%; + line-height: 2; +} + +.newsList:nth-of-type(odd) .newsList__date{ + color: var(--color-main1); +} +.newsList:nth-of-type(even) .newsList__date{ + color: var(--color-main2); +} + +@media screen and (max-width: 767px){ + .newsLists{ + width: 100%; + max-height: unset; + border-width: var(--sp-size-4); + } + .newsList__link{ + padding: var(--sp-size-32) 0; + } + .newsList__linkIn{ + flex-direction: column; + padding-right: var(--sp-size-72); + } + .newsList__linkIn:after{ + width: var(--sp-size-48); + height: var(--sp-size-20); + } + .newsList__date{ + padding-bottom: var(--sp-size-16); + } + .newsList__title{ + -webkit-line-clamp: 2; + line-height: 2; + } + .news_linkbtn{ + display: block; + text-align: center; + } + .news_link{ + padding: var(--sp-size-24) var(--sp-size-80); + border-radius: 80px; + } +} +@media (hover: hover) and (pointer: fine) { + .news_link{ + transition: .3s ease; + } + .news_link:hover{ + background-color: var(--color-black); + color: #FFF; + } + .newsList__linkIn:after{ + transform: translateX(-30%); + transition: .4s ease .3s; + } + .newsList__link:hover .newsList__linkIn:after{ + transform: translateX(0%); + } + .newsList__title span{ + background: linear-gradient(var(--color-yellow), var(--color-yellow)) right bottom / 0 40% no-repeat; + transition: background-size .8s ease; + } + .newsList__link:hover .newsList__title span { + background-position: left bottom; + background-size: 100% 40%; + } + .news_link{ + border: 2px solid var(--color-black); + transition: .3s ease; + } + .news_link:hover{ + background-color: var(--color-black); + color: #FFF; + } + .newsList__title span{ + background: linear-gradient(var(--color-yellow), var(--color-yellow)) right bottom / 0 40% no-repeat; + transition: background-size .8s ease; + } + .newsList__link:hover .newsList__title span { + background-position: left bottom; + background-size: 100% 40%; + } +} + +/*----------------------------------------------- + * NEWS : Article +-------------------------------------------------*/ +.newsArticle{ + width: 100%; + padding-bottom: 40px; + border-bottom: 2px solid #222; +} +.newsTitle{ + width: 100%; + padding: 24px 0; + display: flex; + position: relative; + border-top: 2px solid #222; + border-bottom: 2px solid #222; +} +.newsTitle:before{ + top: 0; +} +.newsTitle:after{ + bottom: 0; +} +.newsTitle__date{ + flex-shrink: 0; + padding-right: 32px; + font-family: var(--font-eng); + color: #FFF; + padding-top: 4px; + line-height: 2; + color: var(--color-main1); + font-weight: 700; +} +.newsTitle__txt{ + color: var(--color-black); + width: 100%; + font-size: 20px; + line-height: 2; +} + +.newsArticleIn{ + width: 100%; + padding-top: 32px; + position: relative; + line-height: 2; +} +@media screen and (max-width: 767px){ + .newsArticle{ + padding-bottom: var(--sp-size-40); + } + .newsTitle{ + padding: var(--sp-size-32) 0; + border-width: var(--sp-size-4); + flex-direction: column; + } + .newsTitle__date{ + padding-right: 0; + padding-top: 0; + line-height: 1; + padding-bottom: 0; + } + .newsTitle__txt{ + font-size: var(--sp-size-28); + padding-top: var(--sp-size-12); + } + .newsArticleIn{ + padding-top: var(--sp-size-40); + } +} + +/* a */ +.newsArticleIn a { + color: #FFF; + font-weight: 500; +} + +/* img */ +.newsArticleIn img { + height: auto!important; + max-width: 100%; +} + +/* iframe */ +.newsArticleIn iframe{ + max-width: 100%; + border: unset; +} + + +.news_linkbtn{ + display: block; + text-align: center; +} +.news_linkbtn.-mt{ + margin-top: 80px; +} +.news_link{ + display: inline-block; + padding: 14px 48px; + border-radius: 32px; + background-color: #FFF; + color: #222; + font-family: var(--font-eng); + line-height: 1; + font-weight: 700; + text-decoration: none; + pointer-events: auto; + border: 2px solid #222; +} + +@media screen and (max-width: 767px){ + .newsArticleIn iframe{ + width: 100%;/* 654px */ + height: 49.0667vw;/* 368px */ + } + .news_link{ + padding: var(--sp-size-24) var(--sp-size-80); + border-radius: 80px; + } + .news_link{ + border-width: var(--sp-size-4); + } + .news_linkbtn.-mt{ + margin-top: var(--sp-size-48); + } +} \ No newline at end of file diff --git a/mono/assets/css/special.css b/mono/assets/css/special.css new file mode 100644 index 0000000000000000000000000000000000000000..9b8bef436ab3d6fa5269e7d18f0bbb4159a5a30c --- /dev/null +++ b/mono/assets/css/special.css @@ -0,0 +1,198 @@ +@charset "utf-8"; +/*----------------------------------------------- + * SPECIAL : COMMON +-------------------------------------------------*/ +#special .cont_h2_circle:before{ + background-image: url(../img/special/special_h2_circle.svg); +} +#special .contentIn{ + display: flex; + flex-direction: column; + min-height: calc(100vh - 320px - 88px); + min-height: calc(100svh - 320px - 88px); +} +.pagerWrap{ + margin-top: auto; + padding-top: 80px; +} +@media screen and (max-width: 767px){ + #special .contentIn{ + min-height: calc(100vh - min(32vw, 240px) - var(--sp-size-192) - var(--sp-size-96)); + min-height: calc(100svh - min(32vw, 240px) - var(--sp-size-192) - var(--sp-size-96)); + } + .pagerWrap{ + padding-top: var(--sp-size-48); + } +} + + +/*----------------------------------------------- + * SPECIAL : ITEMLISTS +-------------------------------------------------*/ +.specialItemLists{ + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: min(calc(32 / var(--vw-min) * 100vw), calc(32px * 1.6)); +} +.specialItemList{ + width: 100%; +} +.specialItemList__link{ + display: block; + text-decoration: none; +} +.specialItemList__img{ + width: 100%; + overflow: hidden; +} +.specialItemList__img img{ + width: 100%; +} +.specialItemList__title{ + color: var(--color-black); + width: 100%; + line-height: 1; + padding-top: 12px; + font-size: 18px; +} + +@media (hover: hover) and (pointer: fine) { + .specialItemList__title span{ + background: linear-gradient(var(--color-yellow), var(--color-yellow)) right bottom / 0 40% no-repeat; + transition: background-size .8s ease; + } + .specialItemList__img img{ + transition: .4s ease; + } + .specialItemList__link:hover .specialItemList__title span { + background-position: left bottom; + background-size: 100% 40%; + } + .specialItemList__link:hover .specialItemList__img img{ + transform: scale(1.025); + } +} + +@media screen and (max-width: 767px){ + .specialItemLists{ + grid-template-columns: repeat(1, 1fr); + gap: var(--sp-size-32); + } + .specialItemList__title{ + font-size: var(--sp-size-24); + padding-top: var(--sp-size-20); + } +} + + +/*----------------------------------------------- + * SPECIAL : DETAIL +-------------------------------------------------*/ +.specialArticleSection{ + padding: 20px 0; +} +.specialArticleSection > h4{ + font-weight: 500; + text-align: center; + font-size: 112.5%; +} +.specialArticleSection > h4 > span{ + display: inline; + background: linear-gradient(0deg, var(--color-bg), var(--color-bg) 40%, rgba(0,0,0,0%) 40%); +} +.specialArticleSection__cont{ + padding-top: 12px; +} + +@media screen and (max-width: 767px){ + .specialArticleSection{ + font-size: var(--sp-size-26) 0; + } + .specialArticleSection > h4{ + font-size: var(--sp-size-26); + } + .specialArticleSection__cont{ + padding-top: var(--sp-size-12); + } +} + +.imgflexLists{ + display: flex; + flex-wrap: wrap; +} +.imgflexLists.-center{ + justify-content: center; +} +.imgflexLists.-pt{ + padding-top: 40px; +} +.imgflexList{ + padding: 16px 8px; +} +.imgflexList.-w100{ + width: 100%; +} +.imgflexList.-w50{ + width: 50%; +} +.dlimg{ + display: block; + text-decoration: none; + pointer-events: none; + text-align: center; +} +.dlimg__thumb{ + display: inline-block; + border: 2px solid #222; + pointer-events: auto; + overflow: hidden; +} +.dlimg__caption{ + font-size: 87.5%; + margin-top: 20px; + text-align: center; + color: #222; +} +.dlimg__btn{ + margin-top: 20px; + margin-left: auto; + margin-right: auto; + text-align: center; + pointer-events: auto; +} + +@media (hover: hover) and (pointer: fine) { + .dlimg__thumb img{ + transition: .3s ease; + } + .dlimg:hover .dlimg__thumb img{ + transform: scale(1.025); + } +} +@media screen and (max-width: 767px){ + .imgflexLists.-pt{ + padding-top: var(--sp-size-48); + } + .imgflexList{ + padding: var(--sp-size-16) var(--sp-size-8); + } + .dlimg__thumb{ + border-width: var(--sp-size-2); + } + .dlimg__caption{ + font-size: var(--sp-size-20); + margin-top: var(--sp-size-16); + } + .dlimg__btn{ + margin-top: var(--sp-size-16); + } +} + + + +/** +* TITLE > bg CHARA COLOR +**/ +#satsuki.specialArticleSection > h4 > span{ + background: linear-gradient(0deg, var(--color-chara-satsuki), var(--color-chara-satsuki) 40%, rgba(0,0,0,0%) 40%); +} \ No newline at end of file diff --git a/mono/assets/css/top.css b/mono/assets/css/top.css new file mode 100644 index 0000000000000000000000000000000000000000..f1ce23da3ddb03107b69ee0fd408c36da269a408 --- /dev/null +++ b/mono/assets/css/top.css @@ -0,0 +1,4372 @@ +@charset "utf-8"; + +body{ + overflow-y: hidden; +} + +/* scrollbar none */ +html, +body { + -ms-overflow-style: none; /* IE, Edge 対応 */ + scrollbar-width: none; /* Firefox 対応 */ +} +html::-webkit-scrollbar, +body::-webkit-scrollbar { + display: none; /* Chrome, Safari 対応 */ +} + +/*----------------------------------------------- + * scrollElement +-------------------------------------------------*/ +#scrollElement{ + position: relative; + z-index: 2; + height: 100vh; +} +#scrollElement, +.scrollElementMain{ + display: flex; + flex-direction: row; +} +.scrollElementMain{ + flex-shrink: 0; +} +.scContent{ + position: relative; + min-width: 100vw; + height: 100%; + flex-shrink: 0; +} + +@media screen and (max-width: 767px){ + #scrollElement{ + height: 100svh; + } +} + + +/*----------------------------------------------- + * MV +-------------------------------------------------*/ +#mv{ + width: 150vw; + height: 100%; + position: relative; +} +.tilt_mvAreaContentWrap, +.mvAreaContent{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: 4; +} +.mvAreaContentIn{ + position: sticky; + left: 0; + width: 100vw; + height: 100%; +} + + + + +.mvImageWrap{ + /* width: max(calc(187.5vh * 2), 200vw); */ + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; +} +.mvImage{ + width: 100vw; + /* width: 100vw; */ + height: 100%; + position: sticky; + left: 0; + pointer-events: none; +} +.mvImageIn, +.mvImageIn__cont{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + /* width: 187.5vh; + min-width: 100vw; + height: 100%; */ + margin: auto; +} +.mvImage img{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + object-fit: cover; + object-position: center; +} + +@media screen and (max-width:767px){ + #mv{ + width: 135.5167vh; + width: 135.5167svh; + } + + .mvImage{ + width: 135.5167svh; + } + .mvImage img{ + object-position: bottom; + } +} + +/*width: 135.5167vh; */ + +/*----------------------------------------------- + * Movie +-------------------------------------------------*/ +#movie{ + width: 175vw; + padding-left: 50vw; +} + +/** movieContent **/ +.movieContent{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +#movie .contentWrap{ + position: sticky; + left: 0; + width: 100vw; + z-index: 2; + pointer-events: none; + transition: .6s ease; + opacity: 0; + padding: min(25vh, 160px) min(13.3334%, 160px); +} +#movie .cont_h2_circle:before{ + background-image: url(../img/movie/movie_h2_circle.svg); +} + +.btn_moviePlay{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 2; +} + +.btn_moviePlay__circle{ + width: 96px; + height: 96px; + position: absolute; + top: calc(50% - 48px); + left: calc(50% - 48px); + opacity: 0; + transition: .6s ease; +} +.btn_moviePlay__circle:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: url(../img/movie/movie_playcircle.svg) no-repeat center / contain; + animation: 12s ani_rotate linear infinite; + animation-play-state: paused; +} +.btn_moviePlay__circle:after{ + content: ''; + position: absolute; + top: 0; + left: var(--sp-size-8); + right: 0; + bottom: 0; + margin: auto; + width: 33.3334%; + height: 33.3334%; + background: url(../img/movie/movie_playtriangle.svg) no-repeat center / contain; +} + +/* --show */ +#movie.--show .contentWrap{ + opacity: 1; +} +#movie.--show .btn_moviePlay{ + pointer-events: auto; +} +#movie.--show .btn_moviePlay__circle{ + opacity: 1; +} +#movie.--show .btn_moviePlay__circle:before{ + animation-play-state: running; +} + +@media screen and (max-width:767px){ + #movie{ + width: 300vw; + padding-left: 100vw; + } + #movie .contentWrap{ + padding: min(17.5svh, 224px) var(--sp-size-96) var(--sp-size-96); + } + .btn_moviePlay__circle{ + width: min(19.2vw, 144px); + height: min(19.2vw, 144px); + top: calc(50% - var(--sp-size-72)); + left: calc(50% - var(--sp-size-72)); + } +} + +/*----------------------------------------------- + * topContents +-------------------------------------------------*/ +.topContents{ + position: relative; + transition: .6s ease; + pointer-events: none; + z-index: 2; + flex-shrink: 0; +} +.topContentsIn{ + position: relative; + display: flex; + height: 100%; + z-index: 3; + pointer-events: auto; +} + + +/** movieBgWrap **/ +.movieBgWrap{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.movieBgInWrap{ + width: 100vw; + height: 100%; + position: sticky; + left: 0; +} +.movieBg{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + overflow: hidden; + display: flex; + align-items: center; + justify-content: center; +} +.movieBgIn{ + position: absolute; + width: 100%; + height: 100%; + /* left: 50%; + top: 50%; + transform: translate(-50%, -50%); */ + /* transform: scale(0.8); */ + overflow: hidden; +} +.movieBgInOut{ + position: absolute; + width: 100%; + height: 100%; + /* left: 50%; + top: 50%; + transform: translate(-50%, -50%); */ + /* transform: scale(0.8); */ + overflow: hidden; +} +.movieBg__cont:after{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(34, 34, 34, 16%); + transition: .8s ease; +} +.movieBg__cont.--contentIn:after{ + opacity: 0; +} + +.movieBg__cont{ + position: absolute; + width: 100%; + height: 100%; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + overflow: hidden; +} +.movieBg video{ + position: absolute; + top: 0; + left: 0; + width: 100%; + /* height: 200%; + top: -50%; */ + height: 100%; + left: 0%; +} + + +/** topContentsBgFilter **/ +.topContentsBgFilter{ + position: absolute; + top: 0; + left: 175vw; + right: 150vw; + bottom: 0; + z-index: 2; + -webkit-backdrop-filter: blur(16px); + backdrop-filter: blur(16px); + background-color: rgba(255,255,255,56%); +} +.js-topContentsBg{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + + +/* scrAni */ +.topContents.--is-view{ + opacity: 1; + pointer-events: auto; +} + + +.cont_h2{ + padding-bottom: 0; +} +.contentIn{ + height: 100%; + overflow-y: auto; + /* display: flex; + align-items: center; */ + padding: 40px 0; +} +.contentOut{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + pointer-events: none; +} + + +.topCotentBlank{ + width: 150vw; +} + +@media screen and (max-width:767px){ + .contentIn{ + padding: min(12.8vw, 96px) 0 0; + } + .topContentsBgFilter{ + left: 300vw; + right: 200vw; + } + .topCotentBlank{ + width: 200vw; + } +} + +/*----------------------------------------------- + * News +-------------------------------------------------*/ +#news{ + width: calc(100vw + (min(13.3334vw, 160px) * 2)); + max-width: calc(1200px + (min(13.3334vw, 160px) * 2)); + min-width: unset; + height: 100%; +} +#news.js-topContentIn{ + margin-left: 0; +} +#news .cont_h2_circle:before{ + background-image: url(../img/news/news_h2_circle.svg); +} + +#news .contentIn{ + display: flex; + align-items: center; +} +.newsLists{ + height: 100%; + max-height: 360px; +} + +.newsLists{ + width: 100%; + border-top: 2px solid var(--color-black); +} +.newsList{ + width: 100%; + border-bottom: 2px solid var(--color-black); +} +.newsList__link{ + display: block; + padding: 24px 0; + line-height: 2; + text-decoration: none; + pointer-events: auto; + position: relative; +} +.newsList__linkIn{ + display: flex; + padding-right: 56px; + position: relative; +} +.newsList__linkIn:after{ + content: ''; + position: absolute; + top: 0; + bottom: 0; + right: 0; + width: 24px; + height: 10px; + -webkit-mask: url(../img/common/arrow_r.svg) no-repeat center / contain; + mask: url(../img/common/arrow_r.svg) no-repeat center / contain; + background-color: #222; + margin: auto 0; +} +.newsList__date{ + flex-shrink: 0; + padding-right: 32px; + font-family: var(--font-eng); + color: #FFF; + font-weight: 700; +} +.newsList__title{ + color: var(--color-black); + width: 100%; + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 1; + -webkit-box-orient: vertical; + line-height: 2; +} + +.contentOut .news_linkbtn{ + display: inline-block; +} +.news_link{ + display: inline-block; + padding: 14px 48px; + border-radius: 32px; + background-color: #FFF; + color: var(--color-black); + font-family: var(--font-eng); + line-height: 1; + font-weight: 700; + text-decoration: none; + pointer-events: auto; + border: 2px solid var(--color-black); +} + +.contentOut .news_linkbtn{ + position: absolute; + top: 0; + right: 0; +} + + +.newsList:nth-of-type(odd) .newsList__date{ + color: var(--color-main1); +} +.newsList:nth-of-type(even) .newsList__date{ + color: var(--color-main2); +} + +@media screen and (max-width:767px){ + #news{ + width: calc(100vw + (var(--sp-size-192)*1)); + max-width: unset; + } + #news .contentWrap{ + padding-left: calc(var(--sp-size-192) * 1); + } + #news .contentIn{ + overflow: unset; + align-items: unset; + } + .newsLists{ + width: 100%; + max-height: unset; + border-width: var(--sp-size-4); + margin-left: calc(var(--sp-size-48) * -1); + } + .newsList__link{ + padding: var(--sp-size-32) 0; + line-height: 1; + } + .newsList__linkIn{ + flex-direction: column; + padding-right: var(--sp-size-72); + } + .newsList__linkIn:after{ + width: var(--sp-size-48); + height: var(--sp-size-20); + } + .newsList__date{ + padding-bottom: var(--sp-size-16); + } + .newsList__title{ + -webkit-line-clamp: 2; + line-height: 2; + } + .news_linkbtn{ + display: block; + text-align: center; + } + .news_link{ + padding: var(--sp-size-24) var(--sp-size-80); + border-radius: 80px; + border-width: var(--sp-size-4); + } +} + +@media (hover: hover) and (pointer: fine) { + .news_link{ + transition: .3s ease; + } + .news_link:hover{ + background-color: var(--color-black); + color: #FFF; + } + .newsList__linkIn:after{ + transform: translateX(-30%); + transition: .4s ease .5s; + } + .newsList__link:hover .newsList__linkIn:after{ + transform: translateX(0%); + } + .newsList__title span{ + background: linear-gradient(var(--color-yellow), var(--color-yellow)) right bottom / 0 40% no-repeat; + transition: background-size .8s ease; + } + .newsList__link:hover .newsList__title span { + background-position: left bottom; + background-size: 100% 40%; + } +} + + +/*----------------------------------------------- + * Introduction +-------------------------------------------------*/ +#introduction{ + width: auto; + min-width: auto; + height: 100%; +} +#introduction .cont_h2_circle:before{ + background-image: url(../img/introduction/introduction_h2_circle.svg); +} + +#introduction .contentIn{ + width: auto; + overflow: unset; + padding-top: 0; + margin-top: -40px; + padding-bottom: 0; + display: flex; + align-items: center; +} + +.introductionTextWrap{ + height: 100%; + display: flex; + max-height: 580px; +} +.introductionTextInWrap{ + /* width: 440px; */ + display: flex; + flex-direction: column; + flex-wrap: wrap; +} +.introductionText { + width: 840px; + font-size: 20px; + padding-right: 40px; + line-height: 2; + /* padding-bottom: 32px; */ + padding-bottom: 20px; +} +.introductionText.-p_pt{ + padding-top: 80px; +} +.introductionText:last-child{ + padding-bottom: 0px; +} + +.introductionText.-p_pt16{ + padding-top: 16px; +} + + +.introductionCatch{ + width: 64px; + height: 454px; + min-height: 510px; + max-height: 100%; + position: relative; + order: 2; +} +.introductionCatch:before, +.introductionCatch:after{ + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.introductionCatch:before{ + background: url(../img/introduction/introduction_catch__shadow.svg) no-repeat center top / contain; +} +.introductionCatch:after{ + -webkit-mask: url(../img/introduction/introduction_catch__txt.svg) no-repeat center top / contain; + mask: url(../img/introduction/introduction_catch__txt.svg) no-repeat center top / contain; + background-color: var(--color-main1); +} + +.content_text__subCatch{ + font-weight: 700; +} + +@media screen and (max-width: 767px){ + #introduction .contentWrap{ + padding-right: var(--sp-size-40); + } + #introduction .contentIn{ + margin-top: 0; + padding-top: var(--sp-size-80); + } + + .introductionTextWrap{ + width: calc(min(80.8vw, 606px) * 2); + max-height: unset; + } + .introductionTextWrap[data-width="collum3"]{ + width: calc(min(80.8vw, 606px) * 3); + } + .introductionTextWrap[data-width="collum4"]{ + width: calc(min(80.8vw, 606px) * 4); + } + .introductionTextWrap[data-width="collum5"]{ + width: calc(min(80.8vw, 606px) * 5); + } + .introductionTextWrap[data-width="collum6"]{ + width: calc(min(80.8vw, 606px) * 6); + } + .introductionText { + width: min(80.8vw, 606px); + font-size: var(--sp-size-28); + padding-right: var(--sp-size-48); + padding-bottom: var(--sp-size-48); + } + .introductionText.-p_pt, + .introductionText.-p_pt16{ + padding-top: 0; + } + + .introductionCatch, + .content_catch{ + -ms-writing-mode: unset; + writing-mode: horizontal-tb; + font-size: var(--sp-size-36); + text-orientation: unset; + margin-top: 0; + order: 0; + } + .introductionCatchWrap{ + line-height: 0.25; + padding-right: min(3.8667vw, 29px); + } + .introductionCatchWrap .introductionCatch{ + display: inline-block; + width: min(76.9334vw, 577px); + height: min(22vw, 165px); + min-height: unset; + } + .introductionCatch:before{ + background-image: url(../img/introduction/introduction_catch__shadow-s.svg); + } + .introductionCatch:after{ + -webkit-mask-image: url(../img/introduction/introduction_catch__txt-s.svg); + mask-image: url(../img/introduction/introduction_catch__txt-s.svg); + } +} + + + +/* Height - resize [textが変更時は確認すること!] */ +@media screen and (min-height: 800px) and (min-width: 768px){ + #introduction .contentIn{ + margin-top: 0; + } + .introductionTextWrap{ + max-height: 510px; + } + .introductionText.-p_pt{ + padding-top: 0; + } +} +@media screen and (max-height: 800px) and (min-width: 768px){ + #introduction .contentIn{ + margin-top: -40px; + } + .introductionTextWrap{ + max-height: 580px; + } + .introductionText.-p_pt{ + padding-top: 80px; + } +} +@media screen and (min-height: 588px) and (min-width: 768px){ + .introductionTextWrap{ + width: calc(840px * 2); + } +} +@media screen and (max-height: 587px) and (min-width: 768px){ + .introductionTextWrap{ + width: calc(840px * 3); + } +} +@media screen and (max-height: 480px) and (min-width: 768px){ + .introductionTextWrap{ + width: calc(840px * 4); + } +} + + + + +/*----------------------------------------------- + * prologue +-------------------------------------------------*/ +#prologue{ + width: auto; + min-width: auto; + height: 100%; +} +#prologue .cont_h2_circle:before{ + background-image: url(../img/prologue/prologue_h2_circle.svg); +} + +#prologue .contentIn{ + width: auto; + display: flex; + align-items: center; + overflow: unset; +} +.prologueTextWrap{ + line-height: 2; + display: flex; + flex-direction: column; + flex-wrap: wrap; + max-height: 510px; + height: 100%; +} +.prologueText { + width: 840px; + font-size: 20px; + padding-right: 40px; + padding-bottom: 20px; +} +.prologueText:last-child { + padding-bottom: 0; +} + +@media screen and (min-width: 767px){ + .prologueWrap{ + display: flex; + } +} + +.prologueCatch{ + order: 2; + width: 27px; + height: 266px; + min-height: 510px; + max-height: 100%; + position: relative; + order: 2; +} +.prologueCatch:before, +.prologueCatch:after{ + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.prologueCatch:before{ + background: url(../img/prologue/prologue_catch__shadow.svg) no-repeat center top / contain; +} +.prologueCatch:after{ + -webkit-mask: url(../img/prologue/prologue_catch__txt.svg) no-repeat center top / contain; + mask: url(../img/prologue/prologue_catch__txt.svg) no-repeat center top / contain; + background-color: var(--color-main2); +} + + +@media screen and (max-width: 767px){ + #prologue .contentWrap{ + padding-right: min(19.2vw, 144px); + } + #prologue .contentIn{ + padding-top: var(--sp-size-80); + } + .prologueWrap{ + display: flex; + align-items: center; + } + .prologueTextWrap{ + width: calc(min(80.8vw, 606px) * 2); + max-height: unset; + } + .prologueTextWrap[data-width="collum4"]{ + width: calc(min(80.8vw, 606px) * 4); + } + .prologueTextWrap[data-width="collum3"]{ + width: calc(min(80.8vw, 606px) * 3); + } + .prologueTextWrap[data-width="collum1"]{ + width: calc(min(80.8vw, 606px) * 1); + } + .prologueText { + max-width: min(80.8vw, 606px); + font-size: var(--sp-size-28); + padding-right: var(--sp-size-48); + padding-bottom: var(--sp-size-56); + } + .prologueText:last-child { + padding-bottom: var(--sp-size-56); + } + + .prologueCatchWrap{ + line-height: 0.25; + } + .prologueCatchWrap .prologueCatch{ + display: inline-block; + width: min(45.6vw, 342px); + height: min(5.0667vw, 38px); + position: relative; + min-height: unset; + } + .prologueCatchWrap .prologueCatch:before{ + background-image: url(../img/prologue/prologue_catch__shadow-s.svg); + } + .prologueCatchWrap .prologueCatch:after{ + -webkit-mask-image: url(../img/prologue/prologue_catch__txt-s.svg); + mask-image: url(../img/prologue/prologue_catch__txt-s.svg); + } +} + + +/* Height - resize [textが変更時は確認すること!] */ +@media screen and (max-height: 760px) and (min-width: 768px){ + .prologueTextWrap{ + width: calc(840px * 2); + } +} +@media screen and (max-height: 534px) and (min-width: 768px){ + .prologueTextWrap{ + width: calc(840px * 3); + } +} +@media screen and (min-height: 760px) and (min-width: 768px){ + .prologueTextWrap{ + width: calc(840px * 1); + } +} + +/* ctxt_accent */ +.ctxt_accent{ + font-weight: 700; +} +.ctxt_accent[data-color="satsuki"]{ + background: linear-gradient(0deg, rgba(var(--color-chara-satsuki_thin-rgb),1), rgba(var(--color-chara-satsuki_thin-rgb),1) 40%, rgba(0,0,0,0%) 40%); +} +.ctxt_accent[data-color="ann"]{ + background: linear-gradient(0deg, rgba(var(--color-chara-ann-rgb),1), rgba(var(--color-chara-ann-rgb),1) 40%, rgba(0,0,0,0%) 40%); +} +.ctxt_accent[data-color="haruno"]{ + background: linear-gradient(0deg, rgba(var(--color-chara-haruno-rgb),1), rgba(var(--color-chara-haruno-rgb),1) 40%, rgba(0,0,0,0%) 40%); +} +.ctxt_accent[data-color="club"]{ + background: linear-gradient(0deg, rgba(var(--color-kenkyubu-rgb),1), rgba(var(--color-kenkyubu-rgb),1) 40%, rgba(0,0,0,0%) 40%); +} + + + + +/*----------------------------------------------- + * Character +-------------------------------------------------*/ +#character{ + width: auto; + min-width: auto; + height: 100%; +} +#character:before, +#character:after{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: -1; + opacity: 20%; +} +#character:before{ + background-image: repeating-linear-gradient(90deg, transparent, transparent 38px,#FFF 38px, #FFF 40px); +} +#character:after{ + background-image: repeating-linear-gradient(0deg, transparent, transparent 38px,#FFF 38px, #FFF 40px); +} +#character .contentWrap{ + padding-top: min(6.25vh, 40px); + padding-bottom: min(3.3334vw, 40px); +} +#character .cont_h2_circle:before{ + background-image: url(../img/character/character_h2_circle.svg); +} + +#character .contentIn{ + width: auto; + display: flex; + align-items: center; + /* overflow: unset; */ + padding: 0; + overscroll-behavior: contain; +} +.characterContIn{ + width: 1460px; + position: relative; +} +.charaDetailSwiper { + width: 1460px; +} +#character .cont_h2{ + position: absolute; + top: 0; + margin-top: min(18.75vh, 120px); +} + +@media screen and (max-height: 729px) and (min-width: 768px){ + #character .contentWrap{ + padding-left: calc(min(42.6667vw, 320px) - 64px); + } + #character .contentIn{ + display: block; + position: relative; + } + #character .characterContIn{ + /* width: calc(1460px + 64px); */ + width: auto; + } + /*.charaDetailSwiper { + width: unset; + }*/ + #character .cont_h2, + #character .characterContIn{ + padding-left: 64px; + } + #character .cont_h2_circle{ + margin-left: 0; + } +} + +@media screen and (max-width: 767px){ + #character .contentWrap{ + padding-top: 0; + padding-bottom: calc(96 / 1280 * 100svh); + } + .characterContIn{ + width: calc(1340 / var(--vw-min) * 100vw); + height: 100%; + } + #character .cont_h2{ + margin-top: min(17.5svh, 224px); + } + #character .contentIn{ + overscroll-behavior: unset; + overflow: unset; + } +} + + + +.charaDetailList{ + opacity: 0; + pointer-events: none; + width: 1460px; +} +@media screen and (max-width: 767px){ + .charaDetailList{ + + width: unset; + } +} +.charaDetailList.swiper-slide-duplicate-active{ + opacity: 1!important; + pointer-events: all; +} + + + + + +.charaDetailListIn{ + display: flex; + position: relative; + padding-right: 80px; + padding-bottom: 20px; +} +.charaInfo{ + position: relative; + padding-top: calc(min(18.75vh, 120px) + 48px + 24px); + padding-bottom: 96px; +} +.charaInfoCont{ + padding: 40px; + position: relative; + background-color: #fff; +} +.charaInfoContIn{ + padding-bottom: 80px; +} +.charaName{ + display: flex; + padding-bottom: 16px; +} +.charaName_name{ + display: block; + height: 42px; +} +.charaName_name img{ + height: 100%; +} +.charaName_name{ + margin-right: 10px; +} +.charaName_cv{ + display: block; + padding-left: 28px; + position: relative; + display: flex; + align-items: center; +} + +.charaName_cv:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 33px; + height: 43px; + background: url(../img/character/chara1/chara1_cv.svg) no-repeat right center / contain; +} +.charaDetailList[data-chara="an"] .charaName_cv:before{ + background: url(../img/character/chara2/chara2_cv.png) no-repeat right center / contain; +} +.charaName_cv__img{ + display: inline-block; + height: 36px; +} +.charaName_cv__img img{ + height: 100%; +} + + +.charaInfo_txt{ + width: 860px; + line-height: 2; +} + +.charaInfo_cornerWrap{ + pointer-events: none; + position: absolute; + top: 16px; + left: 16px; + right: 16px; + bottom: 16px; +} +.charaInfo_corner{ + position: absolute; + width: 40px; + height: 40px; +} +.charaInfo_corner:before, +.charaInfo_corner:after{ + content: ''; + position: absolute; + background-color: #222; +} +.charaInfo_corner:before{ + width: 100%; + height: 2px; +} +.charaInfo_corner:after{ + width: 2px; + height: 100%; +} + +.charaInfo_corner.-tl{ + top: 0; + left: 0; +} +.charaInfo_corner.-tl:before{ + top: 0; + left: 0; +} +.charaInfo_corner.-tl:after{ + top: 0; + left: 0; +} + +.charaInfo_corner.-tr{ + top: 0; + right: 0; +} +.charaInfo_corner.-tr:before{ + top: 0; + right: 0; +} +.charaInfo_corner.-tr:after{ + top: 0; + right: 0; +} + +.charaInfo_corner.-br{ + bottom: 0; + right: 0; +} +.charaInfo_corner.-br:before{ + bottom: 0; + right: 0; +} +.charaInfo_corner.-br:after{ + bottom: 0; + right: 0; +} + +.charaInfo_corner.-bl{ + bottom: 0; + left: 0; +} +.charaInfo_corner.-bl:before{ + bottom: 0; + left: 0; +} +.charaInfo_corner.-bl:after{ + bottom: 0; + left: 0; +} + + + + +.charaImage{ + width: 400px; + position: relative; + padding-top: 40px; + margin-left: 40px; +} +.charaImage:before{ + content: ''; + position: absolute; + top: 0; + margin-top: 40px; + left: 0; + right: 0; + bottom: 0; + transform: rotate(-5deg); +} +.charaImage:after{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 40px; + margin: 24px auto 0; + width: 160px; + height: 40px; + mask: url(../img/character/character__imgDeco.svg) no-repeat center / contain; + transform: rotate(-2.5deg); + transform-origin: bottom; +} +.charaImage:after, +.charaImage__img{ + opacity: 0; + transform:translate(30px,20px); + transition: opacity .3s ease, transform .7s ease; +} +.charaInfoContIn{ + opacity: 0; + transform:translateY(30px); + transition: opacity .3s ease, transform .5s ease; +} +.charaProfCont{ + opacity: 0; + transform:translateY(20px); + transition: opacity .3s ease, transform .5s ease; + transition-delay: .2s; +} +.swiper-slide-active .charaProfCont, +.swiper-slide-active .charaInfoContIn, +.swiper-slide-active .charaImage:after, +.swiper-slide-active .charaImage__img{ + opacity: 1; + transform:translate(0,0); +} + +.charaImage img{ + width: 100%; + position: relative; +} + +.charaMovie{ + position: absolute; + /*bottom: 0; + right:0; + margin-bottom: 60px;*/ + bottom: 34px; + right: -80px; + width: 160px; + height: 160px; +} +.charaMovieIn{ + width: 100%; + height: 100%; + position: relative; + border-radius: 50%; + overflow: hidden; +} +.btn_charaMovie{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 2; + border-radius: 50%; +} +.charaMovie__bg video{ + position: absolute; + top: 0; + left: -38.8889%; + width: 177.7778%; + height: 100%; +} + + + +.charaProfCont{ + position: absolute; + bottom: 0; + margin-bottom: 12px; + left: 0; + right: 0; + width: 640px; + margin-left: auto; + margin-right: auto; +} +.charaProfCont:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + mask-image: url(../img/character/character_profbg.svg); + mask-repeat: repeat-y; + mask-position: center; + mask-size: 100%; + transform: rotate(1.25deg); +} +.charaProfLists{ + width: 100%; + padding: 16px 28px; + position: relative; + display: flex; + flex-wrap: wrap; +} +.charaProfList{ + width: 50%; + padding: 8px 8px; + display: flex; + font-family: var(--font-oonishi); +} +.charaProfList > dt{ + flex-shrink: 0; + padding-right: 1em; +} +.charaProfList > dt > span{ + background: linear-gradient(0deg,#FFF 0%, #FFF 40%, rgba(0,0,0,0%) 40%); +} + +.charaProfList.-wrap{ + flex-wrap: wrap; +} +.charaProfList.-w100{ + width: 100%; +} + + +@media screen and (max-width: 767px){ + #character{ + overflow: hidden; + } + .charaDetailListIn{ + padding-right: 0; + padding-bottom: 0; + align-items: flex-start; + } + .charaInfo{ + padding-top: calc(384 / 1280 * 100svh); + padding-bottom: calc(160 / 1280 * 100svh); + } + .charaInfoCont{ + padding: var(--sp-size-48); + } + .charaInfoContIn{ + padding-bottom: calc(144 / 1280 * 100svh); + } + .charaName{ + padding-bottom: calc(32 / 1280 * 100svh); + } + .charaName_name{ + height: calc(46 / var(--vw-min) * 100vw); + } + .charaName_name{ + margin-right: var(--sp-size-20); + } + .charaName_cv{ + padding-left: var(--sp-size-36); + margin-top: calc(3 / var(--vw-min) * 100vw);; + } + .charaName_cv:before{ + width: var(--sp-size-40); + height: calc(52 / var(--vw-min) * 100vw); + top: calc(-3 / var(--vw-min) * 100vw); + bottom: unset; + } + .charaName_cv__img{ + height: calc(44 / var(--vw-min) * 100vw); + } + .charaInfo_txt{ + width: calc(664 / var(--vw-min) * 100vw); + letter-spacing: 0; + } + + .charaInfo_cornerWrap{ + top: var(--sp-size-24); + left: var(--sp-size-24); + right: var(--sp-size-24); + bottom: var(--sp-size-24); + } + .charaInfo_corner{ + width: var(--sp-size-48); + height: var(--sp-size-48); + } + .charaInfo_corner:before{ + width: 100%; + height: var(--sp-size-4); + } + .charaInfo_corner:after{ + width: var(--sp-size-4); + height: 100%; + } + + .charaImage{ + width: calc(600 / var(--vw-min) * 100vw); + padding-top: var(--sp-size-40); + margin-left: var(--sp-size-40); + margin-top: calc(224 / 1280 * 100svh); + } + .charaImage:before{ + margin-top: var(--sp-size-40); + } + .charaImage:after{ + right: var(--sp-size-40); + margin-top: var(--sp-size-12); + width: calc(240 / var(--vw-min) * 100vw); + height: calc(60 / var(--vw-min) * 100vw); + } + + .charaMovie{ + width: calc(160 / var(--vw-min) * 100vw); + height: calc(160 / var(--vw-min) * 100vw); + bottom: calc(-40 / var(--vw-min) * 100vw); + right: 0; + /*margin-bottom: var(--sp-size-64);*/ + } + + .charaProfCont{ + width: calc(616 / var(--vw-min) * 100vw);/* 560 */ + margin-bottom: 0; + } + .charaProfLists{ + padding: var(--sp-size-8) var(--sp-size-28); + } + .charaProfList{ + padding: var(--sp-size-8); + } +} + + + +/** SATSUKI **/ +.charaDetailList[data-chara="satsuki"] .charaImage:before{ + background-color: var(--color-chara-satsuki_thin); +} +.charaDetailList[data-chara="satsuki"] .charaImage:after{ + background-color: var(--color-chara-satsuki); +} +.charaDetailList[data-chara="satsuki"] .charaProfCont:before{ + background-color: var(--color-chara-satsuki_thin); +} + +/** AN **/ +.charaDetailList[data-chara="an"] .charaImage:before{ + background-color: var(--color-chara-an_thin); +} +.charaDetailList[data-chara="an"] .charaImage:after{ + background-color: var(--color-chara-an); +} +.charaDetailList[data-chara="an"] .charaProfCont:before{ + background-color: var(--color-chara-an_thin); +} + +/* +* charaSwiperSelects +*/ +.charaSwiperSelects{ + width: 940px; + position: absolute; + top: 0; + left: 0; + margin-top: calc(min(18.75vh, 120px) + 0px); + text-align: right; + z-index: 2; +} +@media screen and (max-width: 767px){ + .charaSwiperSelects{ + /*left: calc(20 / var(--vw-min)* 100vw);*/ + width: calc(100% - calc(600 / var(--vw-min)* 100vw)); + } +} +.charaSwiperSelectCont{ + width: auto; + display: inline-block; +} +.charaSwiperSelects_txt{ + width: 100%; + font-size: 14px; + line-height: 1; + font-family: var(--font-eng); + text-align: left; + margin-bottom: 8px; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelects_txt{ + font-size: max(calc(14 / 1200 * 100vw),14px); + } +} +.charaSwiperSelectLists, +.charaSwiperSelectLists.swiper-pagination-bullets.swiper-pagination-horizontal{ + display: flex; + bottom: unset; + left: unset; +} +.charaSwiperSelectList, +.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.charaSwiperSelectList{ + width: 40px; + height: auto; + position: relative; + margin: 0; + border-radius: unset; + background-color: unset; + opacity: 1; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelectList, + .charavisual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.charaSwiperSelectList{ + width: max(calc(50 / 1200 * 100vw),50px); + } +} +.charaSwiperSelectList img{ + width: 100%; +} +.charaSwiperSelectList__lines, +.charaSwiperSelectList__line span{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.charaSwiperSelectList__line{ + position: absolute; +} +.charaSwiperSelectList__line:before, +.charaSwiperSelectList__line:after, +.charaSwiperSelectList__line span:before, +.charaSwiperSelectList__line span:after{ + content: ''; + position: absolute; +} +.charaSwiperSelectList__line:before, +.charaSwiperSelectList__line span:before{ + background-color: #fff; +} +.charaSwiperSelectList__line:after, +.charaSwiperSelectList__line span:after{ + background-color: #222; +} + +/* tl */ +.charaSwiperSelectList__line.-tl{ + position: absolute; + top: 0; + left: 0; + width: 50%; + height: 50%; +} +.charaSwiperSelectList__line.-tl:before{ + width: 2px; + height: 0%; + top: 0; + left: 0; +} +.charaSwiperSelectList__line.-tl:after{ + width: 2px; + height: 8px; + top: 0; + left: 0; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelectList__line.-tl:after{ + height: 40%; + } +} +.charaSwiperSelectList__line.-tl span:before{ + width: 0%; + height: 2px; + top: 0; + left: 0; +} +.charaSwiperSelectList__line.-tl span:after{ + width: 8px; + height: 2px; + top: 0; + left: 0; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelectList__line.-tl span:after{ + width: 40%; + } +} +/* tr */ +.charaSwiperSelectList__line.-tr{ + position: absolute; + top: 0; + right: 0; + width: 50%; + height: 50%; +} +.charaSwiperSelectList__line.-tr:before{ + width: 2px; + height: 0%; + top: 0; + right: 0; +} +.charaSwiperSelectList__line.-tr:after{ + width: 2px; + height: 8px; + top: 0; + right: 0; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelectList__line.-tr:after{ + height: 40%; + } +} + +.charaSwiperSelectList__line.-tr span:before{ + width: 0%; + height: 2px; + top: 0; + right: 0; +} +.charaSwiperSelectList__line.-tr span:after{ + width: 8px; + height: 2px; + top: 0; + right : 0; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelectList__line.-tr span:after{ + width: 40%; + } +} +/* br */ +.charaSwiperSelectList__line.-br{ + position: absolute; + bottom: 0; + right: 0; + width: 50%; + height: 50%; +} +.charaSwiperSelectList__line.-br:before{ + width: 2px; + height: 0%; + bottom: 0; + right: 0; +} +.charaSwiperSelectList__line.-br:after{ + width: 2px; + height: 8px; + bottom: 0; + right: 0; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelectList__line.-br:after{ + height: 40%; + } +} + +.charaSwiperSelectList__line.-br span:before{ + width: 0%; + height: 2px; + bottom: 0; + right: 0; +} +.charaSwiperSelectList__line.-br span:after{ + width: 8px; + height: 2px; + bottom: 0; + right : 0; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelectList__line.-br span:after{ + width: 40%; + } +} +/* bl */ +.charaSwiperSelectList__line.-bl{ + position: absolute; + bottom: 0; + left: 0; + width: 50%; + height: 50%; +} +.charaSwiperSelectList__line.-bl:before{ + width: 2px; + height: 0%; + bottom: 0; + left: 0; +} +.charaSwiperSelectList__line.-bl:after{ + width: 2px; + height: 8px; + bottom: 0; + left: 0; +} +.charaSwiperSelectList__line.-bl span:before{ + width: 0%; + height: 2px; + bottom: 0; + left: 0; +} +.charaSwiperSelectList__line.-bl span:after{ + width: 8px; + height: 2px; + bottom: 0; + left: 0; +} +@media screen and (min-width: 768px){ + /*visualエリア SelectList*/ + .charavisual .charaSwiperSelectList__line.-bl span:after{ + width: 40%; + } +} + +/** ACTIVE **/ +.charaSwiperSelectList.swiper-pagination-bullet-active .charaSwiperSelectList__line.-tl:before, +.charaSwiperSelectList.swiper-pagination-bullet-active .charaSwiperSelectList__line.-tr:before, +.charaSwiperSelectList.swiper-pagination-bullet-active .charaSwiperSelectList__line.-br:before, +.charaSwiperSelectList.swiper-pagination-bullet-active .charaSwiperSelectList__line.-bl:before{ + height: 100%; +} +.charaSwiperSelectList.swiper-pagination-bullet-active .charaSwiperSelectList__line.-tl span:before, +.charaSwiperSelectList.swiper-pagination-bullet-active .charaSwiperSelectList__line.-tr span:before, +.charaSwiperSelectList.swiper-pagination-bullet-active .charaSwiperSelectList__line.-br span:before, +.charaSwiperSelectList.swiper-pagination-bullet-active .charaSwiperSelectList__line.-bl span:before{ + width: 100%; +} + +@media screen and (max-width: 767px){ + .charaSwiperSelects_txt{ + font-size: min(var(--sp-size-20), calc(20 / 1280 * 100svh)); + margin-bottom: min(var(--sp-size-16), calc(16 / 1280 * 100svh)); + } + .charaSwiperSelectList, + .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.charaSwiperSelectList{ + width: var(--sp-size-72); + max-width: calc(72 / 1280 * 100svh); + } + .charaSwiperSelectList__line.-tl:before{ + width: var(--sp-size-2); + } + .charaSwiperSelectList__line.-tl:after{ + width: var(--sp-size-2); + height: var(--sp-size-8); + } + .charaSwiperSelectList__line.-tl span:before{ + height: var(--sp-size-2); + } + .charaSwiperSelectList__line.-tl span:after{ + width: var(--sp-size-8); + height: var(--sp-size-2); + } + .charaSwiperSelectList__line.-tr:before{ + width: var(--sp-size-2); + } + .charaSwiperSelectList__line.-tr:after{ + width: var(--sp-size-2); + height: var(--sp-size-8); + } + .charaSwiperSelectList__line.-tr span:before{ + height: var(--sp-size-2); + } + .charaSwiperSelectList__line.-tr span:after{ + width: var(--sp-size-8); + height: var(--sp-size-2); + } + .charaSwiperSelectList__line.-br:before{ + width: var(--sp-size-2); + } + .charaSwiperSelectList__line.-br:after{ + width: var(--sp-size-2); + height: var(--sp-size-8); + } + .charaSwiperSelectList__line.-br span:before{ + height: var(--sp-size-2); + } + .charaSwiperSelectList__line.-br span:after{ + width: var(--sp-size-2); + height: var(--sp-size-8); + } + .charaSwiperSelectList__line.-bl:before{ + width: var(--sp-size-2); + } + .charaSwiperSelectList__line.-bl:after{ + width: var(--sp-size-2); + height: var(--sp-size-8); + } + .charaSwiperSelectList__line.-bl span:before{ + height: var(--sp-size-2); + } + .charaSwiperSelectList__line.-bl span:after{ + height: var(--sp-size-2); + } +} + + +/*----------------------------------------------- + * staffcast +-------------------------------------------------*/ +#staffcast{ + width: auto; + min-width: auto; + height: 100%; +} +#staffcast .cont_h2_circle:before{ + background-image: url(../img/staff/staff_h2_circle.svg?240916); +} + +#staffcast .contentWrap{ + padding-right: calc(min(13.3334vw, 160px) * 3); +} + +#staffcast .contentIn{ + width: auto; + overflow: unset; + display: flex; + align-items: center; +} +.staffcastListsWrap{ + height: 100%; + max-height: 580px; + display: flex; +} +.staffcastLists{ + display: flex; + flex-direction: column; + flex-wrap: wrap; + height: 100%; +} +.staffcastList{ + padding: 16px 10px; + display: inline-flex; +} +.staffcastList__dt{ + min-width: 14em; + font-weight: 700; + color: #FFF; + flex-shrink: 0; + padding-right: 1em; + text-align: right; +} +.staffcastList__dt span{ + display: inline-block; + margin-top: 4px; +} +.staffcastList__name{ + display: inline-block; + padding-right: 16px; + font-size: 20px; +} +/* .staffcastList.-com .staffcastList__name{ + padding-bottom: 12px; +} */ +.staffcastListcast .staffcastList__name small{ + font-size: 12px; +} +.staffcastList__comment{ + display: inline-block; +} +.btn_comment{ + display: inline-block; + padding: 10px 24px; + border-radius: 32px; + background-color: #FFF; + color: #222; + border: 2px solid var(--color-black); + font-family: var(--font-eng); + line-height: 1; + font-weight: 700; + text-decoration: none; + pointer-events: auto; +} +.btn_comment span{ + display: inline-block; + padding-right: 32px; + position: relative; + line-height: 1; +} +.btn_comment span:after{ + content: ''; + position: absolute; + bottom: 0; + right: 0; + width: 20px; + height: 18px; + margin: auto 0; + -webkit-mask: url(../img/common/icon_comment.svg) no-repeat center / contain; + mask: url(../img/common/icon_comment.svg) no-repeat center / contain; + background-color: #222; +} + +/* staffcastList */ +.staffcastList:nth-of-type(odd) .staffcastList__dt{ + color: var(--color-main1); +} +.staffcastList:nth-of-type(even) .staffcastList__dt{ + color: var(--color-main2); +} + +@media screen and (max-width: 767px){ + #staff .contentWrap{ + padding-left: var(--sp-size-32); + padding-right: calc(var(--sp-size-192) * 1); + } + #staff .cont_h2{ + margin-left: var(--sp-size-64); + } + #staff .contentIn{ + padding-top: var(--sp-size-56); + } + .staffcastListsWrap{ + margin-left: calc(var(--sp-size-64) * -1); + max-height: unset; + padding-bottom: var(--sp-size-48); + } + .staffcastList{ + padding: var(--sp-size-12) var(--sp-size-24); + } + .staffcastList__dt span{ + margin-top: var(--sp-size-4); + } + .staffcastList__name{ + font-size: var(--sp-size-28); + padding-right: 0; + } + .staffcastList .staffcastList__name small{ + font-size: 57.1429%; + } + .staffcastList__comment{ + display: block; + padding-top: var(--sp-size-12); + } + .btn_comment{ + padding: var(--sp-size-12) var(--sp-size-40); + border-radius: 48px; + border-width: var(--sp-size-4); + } + .btn_comment span{ + padding-right: var(--sp-size-48); + } + .btn_comment span:after{ + top: 0; + width: var(--sp-size-30); + height: var(--sp-size-30); + } +} + +@media (hover: hover) and (pointer: fine) { + .btn_comment{ + transition: .3s ease; + } + .btn_comment span:after{ + transition: .3s ease; + } + .btn_comment:hover{ + color: #FFF; + background-color: #222; + } + .btn_comment:hover span:after{ + background-color: #FFF; + } +} + +/* cast */ +.staffcastList[data-chara="satsuki"] .staffcastList__dt{ + color: var(--color-chara-satsuki); +} +.staffcastList[data-chara="an"] .staffcastList__dt{ + color: var(--color-chara-an); +} + +/*----------------------------------------------- + * TOP Footer +-------------------------------------------------*/ +.tFooter{ + position: relative; + height: 100%; + min-width: 100vw; + /* min-width: calc(min(37.5vh, 240px) + min(53.8462vw, calc(560px * 1.6))); */ + flex-shrink: 0; + flex-direction: row; +} +.tFooterIn{ + padding: 128px 80px; + height: 100%; + display: flex; + align-items: center; +} + +.footerListsWrap{ + width: min(37.5vh, 240px); +} +.footerLists{ + width: 100%; +} +.footerList{ + width: 100%; + padding: min(5vh, 32px) 0; +} +.footerList__link{ + display: block; + text-decoration: none; +} +.footerList__link img{ + width: 100%; +} + +@media (hover: hover) and (pointer: fine) { + .footerList__link{ + transition: .3s ease; + } + .footerList__link:hover{ + filter: brightness(1.075); + } +} + +@media screen and (max-width: 767px){ + .tFooterIn{ + padding-left: 0; + padding-right: 144px; + } + .s-fpdr{ + display: block; + width: min(80.8vw, 606px); + height: 100%; + flex-shrink: 0; + } + .footerListsWrap{ + width: min(40.4vw, 303px); + } + .footerList{ + padding: var(--sp-size-24) 0; + } +} + + + +.footer_copyrightWrap{ + width: min(53.8462vw, calc(560px * 1)); + max-width: 87.5vh;/* 560px */ + height: 100%; + display: flex; + align-items: center; + padding: 0 min(10vw, 120px); + mix-blend-mode: difference; + margin: 0 auto; + position: relative; +} +.footer_copyrightInWrap{ + width: 100%; + padding-top: 100%; + position: relative; + animation: 32s ani_rotate linear infinite; +} +.footer_copyright_img{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + background-repeat: no-repeat; + background-position: center; + background-size: contain; +} +.footer_copyright__copyright{ + background-image: url(../img/common/footer_copyright.svg); +} +/* .footer_copyright__engcatch{ + background-image: url(../img/common/footer_copyright__engcatch.svg); +} +.footer_copyright__presented{ + background-image: url(../img/common/footer_copyright__presented.svg); +} +.footer_copyright__logo_m{ + background-image: url(../img/common/footer_copyright__logo_m.svg); +} +.footer_copyright__logo_o1{ + background-image: url(../img/common/footer_copyright__logo_o1.svg); +} +.footer_copyright__logo_n{ + background-image: url(../img/common/footer_copyright__logo_n.svg); +} +.footer_copyright__logo_o2{ + background-image: url(../img/common/footer_copyright__logo_o2.svg); +} */ + +@media screen and (max-width: 767px){ + .footer_copyrightWrap{ + width: min(63.0667vw, 473px); + max-width: 36.9532vh; + padding: 0 var(--sp-size-48) 0 var(--sp-size-96); + } +} + + +.footer_backtoTop{ + width: min(37.5vh, 240px); + position: relative; + height: 100%; + mix-blend-mode: difference; +} +.circle_backtotop{ + width: min(39.1667%, 94px); + position: absolute; + top: 0; + bottom: 0; + left: 0; + margin: auto 0 auto ; + display: flex; + align-items: center; +} +.circle_backtotopIn{ + width: 100%; + padding-top: 100%; + position: relative; +} +.circle_backtotopIn::before{ + content: ''; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + -webkit-mask: url(../img/common/toTop_circle.svg) no-repeat center / contain; + mask: url(../img/common/toTop_circle.svg) no-repeat center / contain; + background-color: #FFF; + animation: 18s ani_rotate linear infinite; +} +.circle_backtotopIn::after{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; + width: 34.0426%;/*32*/ + height: 17.0213%;/*16*/ + -webkit-mask: url(../img/common/arrow_r_toTop.svg) no-repeat center / contain; + mask: url(../img/common/arrow_r_toTop.svg) no-repeat center / contain; + background-color: #FFF; +} + +@media screen and (max-width: 767px){ + .footer_backtoTop{ + position: absolute; + bottom: unset; + top: 0; + right: 144px; + width: min(57.7334vw, 433px); + max-width: 33.8282vh; + margin-top: min(18.1334vw, 136px); + height: min(14.9334vw, 112px); + } + .circle_backtotop{ + top: unset; + margin: 0 auto; + display: block; + width: min(14.9334vw, 112px); + height: min(14.9334vw, 112px); + right: 0; + } +} + + + +.tFooterIn .footer_comContWrap{ + position: absolute; + left: 0; + right: 0; + bottom: 0; + margin: 0 0 min(10vh, 64px); +} + +.tFooterIn .footer_anxInfo{ + display: flex; + align-items: center; + justify-content: space-between; + color: #888; + font-size: 12px; + padding-left: 48px; + margin-left: auto; +} +.tFooterIn .footer_anxLists{ + padding: 0; + display: inline-flex; + flex-shrink: 0; +} +.tFooterIn .logo_anx{ + width: 112px; + padding-top: 32px; + position: relative; + margin-right: 16px; +} +.tFooterIn .logo_anx a{ + display: block; + position: absolute; + top: 0; + left: 0; + right: 0; + margin: 0 auto; + width: 100%; + height: 100%; + -webkit-mask: url(../img/common/logo_aniplex.svg) no-repeat center / contain; + mask: url(../img/common/logo_aniplex.svg) no-repeat center / contain; + background-color: #fff; + transition: background-color .3s ease; +} + +.tFooterIn .anx_txtlink{ + line-height: 1; + display: flex; + align-items: center; + position: relative; + color: #FFF; + padding: 0 8px; +} +.tFooterIn .anx_txtlink:not(:last-child):after{ + content: ''; + position: absolute; + top: 0.45em; + bottom: 0.45em; + right: 0; + width: 1px; + background-color: rgba(255,255,255,.4); +} +.tFooterIn .anx_txtlink a{ + display: block; + text-decoration: none; + transition: color .3s ease; +} + +.tFooterIn .footer_anxInfo a{ + color: #FFF; + font-weight: 400; +} +.tFooterIn .footer_sitecaution{ + padding-left: 32px; + font-size: 10px; +} + +@media (hover: hover) and (pointer: fine) { + .tFooterIn .logo_anx a:hover{ + background-color: var(--color-yellow); + } + .tFooterIn .anx_txtlink a:hover{ + color: var(--color-yellow); + } +} + +@media screen and (max-width: 767px){ + .tFooterIn .footer_comContWrap{ + width: 100vw; + margin: 0 auto min(16vw, 120px); + } + .tFooterIn .footer_anxInfo{ + flex-direction: column; + font-size: var(--sp-size-20); + } + .tFooterIn .footer_anxLists{ + width: 100%; + flex-wrap: wrap; + justify-content: center; + } + .tFooterIn .logo_anx{ + width: 100%; + padding-top: var(--sp-size-48); + margin-bottom: var(--sp-size-40); + } + .tFooterIn .logo_anx a{ + width: min(22.4vw, 168px); + } + .tFooterIn .anx_txtlink{ + display: inline-block; + padding: 0 var(--sp-size-12); + text-align: center; + } + .tFooterIn .footer_sitecaution{ + padding-top: var(--sp-size-40); + font-size: var(--sp-size-20); + padding-left: 0; + text-align: center; + } + .tFooterIn .anx_txtlink:not(:last-child):after{ + content: ''; + position: absolute; + top: -0.25em; + bottom: -0.25em; + right: 0; + width: 1px; + background-color: rgba(255,255,255,.4); + } +} + +/*----------------------------------------------- + * fBackTopWrap +-------------------------------------------------*/ +.fBackTopWrap{ + width: calc(200vw - 120px); + flex-shrink: 0; + position: relative; + margin-left: -120px; +} +.fBackTopInWrap{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.fBackTopCont{ + position: sticky; + top: 0; + left: 0; + width: 100vw; + height: 100%; +} +.fBackTop__img{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; + transform: scale(0.6); + /* transition: transform-origin .4s ease; */ + transform-origin: var(--footerImage_tOPersent); +} +.fBackTop__imgIn{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; + /* transform: scale(0.8); + transform-origin: left; */ +} +.fBackTop__img img{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + object-fit: cover; + object-position: center; +} +@media screen and (max-width: 767px){ + .fBackTopWrap{ + width: calc(200vw + 120px); + } + .fBackTop__img img{ + object-position: left bottom; + } +} + + +/** FooterBackTop - ContIn **/ +.fBackTopContIn{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; + transform: scale(0.6); + /* overflow: hidden; */ +} +.fBackcVisualLists{ + width: calc(1200 / 640 * 100svh); + min-width: 100vw; + height: 100svh; + position: relative; +} +.fBackcVisualList{ + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; +} +.fBackcVisualList .charaVisual__slideTxt{ + animation-play-state: paused; +} + +@media screen and (max-width: 767px){ + .fBackcVisualLists{ + width: calc(1150 / 1280 * 100svh); + } + .fBackcVisualList{ + display: flex; + flex-direction: column; + } +} + + +/*----------------------------------------------- + * contentFullBG +-------------------------------------------------*/ +.contentFullBgWrap{ + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: -1; + background-color: #FFF; +} +.contentFullBgInWrap{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.contentFullBgIn__img{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-repeat: no-repeat; + background-position-x: center; + background-position-y: center; + background-size: cover; +} +.contentFullBgIn__cloud{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.contentFullBgIn__cloud:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + -webkit-mask: url(../img/common/bg_cloud.svg) no-repeat center / cover; + mask: url(../img/common/bg_cloud.svg) no-repeat center / cover; + background-color: var(--color-bg); +} +.contentFullBgIn__fuji{ + background-image: url(../img/common/bg_mtfuji.webp); +} +.contentFullBgOutWrap{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-image: url(../img/common/bg_shadow.webp); + background-repeat: repeat-x; + background-position-x: 0%; + background-position-y: bottom; + background-size: 200%; +} + +@media screen and (max-width: 767px){ + .contentFullBgIn__cloud:after{ + content: ''; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: calc((100% - min(100vw,750px)) / 2 + var(--sp-size-8)); + background-color: #222; + z-index: 2; + } + .contentFullBgIn__fuji{ + width: 100%; + height: min(100vw,750px); + margin: auto 0; + background-size: cover; + } + .contentFullBgIn__fuji:before{ + content: ''; + position: absolute; + left: 0; + right: 0; + bottom: 0; + /* height: calc(50% - ; */ + background-color: #222; + } + .contentFullBgOutWrap{ + width: 100%; + height: min(80vw, 600px); + margin: auto 0; + background-position-y: bottom; + } +} + + + + +/*----------------------------------------------- + * COMMENT +-------------------------------------------------*/ +.commentWrap{ + width: 100%; + /* min-width: 80vw; */ + /* padding: 6.6667% 13.3334%; */ +} +.commentInWrap{ + width: 100%; +} +.commentInWrap.-flex{ + display: flex; + flex-wrap: wrap; + justify-content: center; + position: relative; +} + + +.comment__img{ + padding-right: 4.5455%; +} +.comment__img img{ + width: 100%; +} + +.comment__title{ + width: 100%; + display: flex; + flex-wrap: wrap; + margin-bottom: 16px; +} + +.comment__title_job{ + height: 24px; + flex-shrink: 0; + max-width: 100%; + display: inline-block; + margin-right: 1em; + margin-bottom: 1em; + -webkit-mask-repeat: no-repeat; + -webkit-mask-position: left center; + -webkit-mask-size: contain; + mask-repeat: no-repeat; + mask-position: left center; + mask-size: contain; + background-color: var(--color-main1); +} + +.comment__title_job[data-job="author"]{ + width: 39px; + -webkit-mask-image: url(../img/comment/comment_job_author.svg); + mask-image: url(../img/comment/comment_job_author.svg); +} +.comment__title_job[data-job="staff01"]{ + width: 39px; + -webkit-mask-image: url(../img/comment/comment_job_staff01.svg); + mask-image: url(../img/comment/comment_job_staff01.svg); +} +.comment__title_job[data-job="staff02"]{ + width: 203px; + -webkit-mask-image: url(../img/comment/comment_job_staff02.svg); + mask-image: url(../img/comment/comment_job_staff02.svg); +} +.comment__title_job[data-job="staff03"]{ + width: 120px; + -webkit-mask-image: url(../img/comment/comment_job_staff03.svg); + mask-image: url(../img/comment/comment_job_staff03.svg); +} + +.comment__title_job[data-job="cast01"]{ + width: 101px; + -webkit-mask-image: url(../img/comment/comment_job_cast01.svg); + mask-image: url(../img/comment/comment_job_cast01.svg); +} +.comment__title_job[data-job="cast02"]{ + width: 79px; + -webkit-mask-image: url(../img/comment/comment_job_cast02.svg); + mask-image: url(../img/comment/comment_job_cast02.svg); +} +@media screen and (max-width: 767px){ + .comment__title_job{ + height: var(--sp-size-36); + } + .comment__title_job[data-job="author"]{ + width: min(calc((39 * 1.5) / var(--vw-min) * 100vw), calc(39px * 1.5)); + } + .comment__title_job[data-job="staff01"]{ + width: min(calc((39 * 1.5) / var(--vw-min) * 100vw), calc(39px * 1.5)); + } + .comment__title_job[data-job="staff02"]{ + width: min(calc((203 * 1.5) / var(--vw-min) * 100vw), calc(203px * 1.5)); + } + .comment__title_job[data-job="staff03"]{ + width: min(calc((120 * 1.5) / var(--vw-min) * 100vw), calc(120px * 1.5)); + } + .comment__title_job[data-job="cast01"]{ + width: min(calc((101 * 1.5) / var(--vw-min) * 100vw), calc(101px * 1.5)); + } + .comment__title_job[data-job="cast02"]{ + width: min(calc((79 * 1.5) / var(--vw-min) * 100vw), calc(79px * 1.5)); + } +} + + + + + + +.comment__title_name{ + height: 24px; + max-width: 100%; + flex-shrink: 0; + display: inline-block; + -webkit-mask-repeat: no-repeat; + -webkit-mask-position: left center; + -webkit-mask-size: contain; + mask-repeat: no-repeat; + mask-position: left center; + mask-size: contain; + background-color: var(--color-main2); + font-size: 20px; +} +.comment__title_name small{ + font-size: 12px; +} + +.comment__title_name[data-name="author"]{ + width: 359px; + -webkit-mask-image: url(../img/comment/comment_name_author.svg); + mask-image: url(../img/comment/comment_name_author.svg); +} +.comment__title_name[data-name="staff01"]{ + width: 96px; + -webkit-mask-image: url(../img/comment/comment_name_staff01.svg); + mask-image: url(../img/comment/comment_name_staff01.svg); +} +.comment__title_name[data-name="staff02"]{ + width: 94px; + -webkit-mask-image: url(../img/comment/comment_name_staff02.svg); + mask-image: url(../img/comment/comment_name_staff02.svg); +} +.comment__title_name[data-name="staff03"]{ + width: 119px; + -webkit-mask-image: url(../img/comment/comment_name_staff03.svg); + mask-image: url(../img/comment/comment_name_staff03.svg); +} + +.comment__title_name[data-name="cast01"]{ + width: 94px; + -webkit-mask-image: url(../img/comment/comment_name_cast01.svg); + mask-image: url(../img/comment/comment_name_cast01.svg); +} +.comment__title_name[data-name="cast02"]{ + width: 68px; + -webkit-mask-image: url(../img/comment/comment_name_cast02.svg); + mask-image: url(../img/comment/comment_name_cast02.svg); +} + +@media screen and (max-width: 767px){ + .comment__title_name{ + height: var(--sp-size-36); + } + .comment__title_name[data-name="author"]{ + width: min(calc((359 * 1.5) / var(--vw-min) * 100vw), calc(359px * 1.5)); + } + .comment__title_name[data-name="staff01"]{ + width: min(calc((96 * 1.5) / var(--vw-min) * 100vw), calc(96px * 1.5)); + } + .comment__title_name[data-name="staff02"]{ + width: min(calc((94 * 1.5) / var(--vw-min) * 100vw), calc(94px * 1.5)); + } + .comment__title_name[data-name="staff03"]{ + width: min(calc((119 * 1.5) / var(--vw-min) * 100vw), calc(119px * 1.5)); + } + + .comment__title_name[data-name="cast01"]{ + width: min(calc((94 * 1.5) / var(--vw-min) * 100vw), calc(94px * 1.5)); + } + .comment__title_name[data-name="cast02"]{ + width: min(calc((68 * 1.5) / var(--vw-min) * 100vw), calc(68px * 1.5)); + } +} + + + + + +.comment__text{ + line-height: 2; +} + +@media screen and (min-width: 768px){ + .commentInWrap.-flex .comment__title{ + position: absolute; + top: 0; + width: 50%; + right: 0; + margin-bottom: 0; + } + .commentInWrap.-flex .comment__titleIn{ + display: block; + width: 100%; + padding-top: min(34.5455%, 152px) ;/* 152 */ + position: relative; + top: 0; + left: 0; + max-width: 440px; + margin: 0 auto; + } + .commentInWrap.-flex .comment__titleIn_txt{ + display: flex; + flex-wrap: wrap; + margin-bottom: 16px; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + } + .commentInWrap.-flex .comment__img{ + width: 50%; + } + .commentInWrap.-flex .comment__text{ + width: 50%; + max-width: 440px; + } +} +.comment__textIn{ + display: block; + width: 100%; + padding-top: 34.5455%; +} +.comment__text img, +.comment__textIn img{ + max-width: 100%; +} + +@media screen and (max-width: 767px){ + .commentWrap{ + min-width: unset; + padding: var(--sp-size-96) var(--sp-size-48); + } + .commentInWrap.-flex{ + flex-direction: column; + } + .comment__img{ + width: 100%; + padding: 0 var(--sp-size-48) var(--sp-size-48); + } + .comment__title{ + margin-bottom: var(--sp-size-48); + } + .comment__title_name{ + font-size: var(--sp-size-28); + } + .comment__title_name small{ + font-size: 57.1429%; + } + .commentInWrap.-flex .comment__titleIn_txt{ + width: 100%; + display: flex; + flex-wrap: wrap; + } + .comment__textIn{ + padding-top: 0; + } +} + + + + +/** +** backToTop ACTION +**/ +body.--is-backtotop{ + cursor: wait; +} + +.mv__backtoTop_visualFixed{ + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100%; + background: url(../img/top/visual.webp) no-repeat center / cover; + opacity: 0; + z-index: 3; + pointer-events: none; +} +body.--is-backtotop .mv__backtoTop_visualFixed{ + opacity: 1; +} +@media screen and (max-width: 767px){ + .mv__backtoTop_visualFixed{ + background-position-x: left; + background-position-y: bottom; + } +} + + + + + + +/*----------------------------------------------- + * TILT +-------------------------------------------------*/ +.js-tilt{ + -webkit-transform-style: preserve-3d; + -moz-transform-style: preserve-3d; + transform-style: preserve-3d; +} +.headerIn{ + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + -webkit-perspective: 800px; + perspective: 800px; +} +.mvAreaContent{ + -webkit-perspective: 2000px; + perspective: 2000px; +} +.mvImageIn{ + -webkit-perspective: 2200px; + perspective: 2200px; +} + +.footerListsWrap{ + -webkit-perspective: 1500px; + perspective: 1500px; +} +.footer_copyrightWrap{ + -webkit-perspective: 1600px; + perspective: 1600px; +} +.footer_backtoTop{ + -webkit-perspective: 1700px; + perspective: 1700px; +} + + + + + + + + + +/*----------------------------------------------- + * Cursor +-------------------------------------------------*/ +@media (hover: hover) and (pointer: fine) { + .cursor{ + display: block; + position: fixed; + width: 96px; + height: 96px; + z-index: 1000; + pointer-events: none; + mix-blend-mode: difference; + } + .cursor__in{ + position: absolute; + top: 0; + left: 4px; + right: 0; + bottom: 0; + margin: auto; + width: 33.3334%; + height: 33.3334%; + background: url(../img/movie/movie_playtriangle.svg) no-repeat center / contain; + transform: scale(0.15); + opacity: 0; + transition: transform .4s ease, opacity .2s ease; + } + .cursor__out{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + opacity: 0; + transform: scale(1.85); + transition: transform .4s ease, opacity .2s ease; + } + .cursor__out:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: url(../img/movie/movie_playcircle.svg) no-repeat center / contain; + animation: 12s ani_rotate linear infinite; + animation-play-state: paused; + } + + /* active */ + .cursor.is-hover .cursor__in, + .cursor.is-hover .cursor__out { + opacity: 1; + transform: scale(1); + } + .cursor.is-hover .cursor__out:before{ + animation-play-state: running; + } + .btn_moviePlay__circle{display: none;} + + .tilt_mvAreaContent{ + width: 100%; + height: 100%; + } + .js-mv_mouseOver{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + } + + .js-charaVisual_mouseOver{ + z-index: 1000; + } + .mvImage img{ + transition: object-position 2s cubic-bezier(.43,.56,.48,.92); + } + + .js-charaMv{ + transition: transform 2s cubic-bezier(.43,.56,.48,.92); + } + + body.--is-backtotop .js-mv_mouseOver{ + pointer-events: none; + } + body.--is-backtotop .mvImage img{ + object-position: 50% 50%!important; + transition: unset; + } +} + + /*----------------------------------------------- + * MOVIE MODAL +-------------------------------------------------*/ +#youtubeModal .oneModalIn{ + flex-direction: column; +} +.movieCaption{ + margin-top: 1em; + font-weight: 500; + display: none; +} +#youtubeModal[data-option="pv_caption"] .movieCaption{ + display: block; +} + + +/*----------------------------------------------- + * LandScape +-------------------------------------------------*/ + #landscape{ + display: none; + } + @media screen and (max-width: 767px) and (orientation: landscape) and (hover: none) and (pointer: coarse) { + #landscape { + display: flex; + position:fixed; + left:0; + top:0; + right:0; + bottom:0; + z-index:100001; + background:var(--color-bg); + justify-content: center; + align-items: center; + } + #landscape:before { + content:''; + position: absolute; + top:0; + bottom:0; + right:0; + left:0; + margin: auto; + width: 100%; + height: 100%; + background: url(../img/common/bg_mtfuji.webp) no-repeat center center / cover; + opacity:0.15; + } + #landscape p { + color:#222; + font-size:var(--sp-size-24); + font-weight: 700; + position:relative; + z-index:10; + } + } + + + /*----------------------------------------------- + * SP: SCROLL GUIDE +-------------------------------------------------*/ +#s-scrollguide{ + display: none; +} +@media screen and (max-width: 767px) and (hover: none) and (pointer: coarse) { + #s-scrollguide{ + display: block; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 10002; + background-color: rgba(0,0,0,.4); + } + .s-scrollguide_icon{ + width: var(--sp-size-96); + height: min(28.4vw, 213px); + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + margin: auto; + } + .s-scrollguide_icon:before, + .s-scrollguide_icon:after{ + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: #fff; + } + .s-scrollguide_icon:before{ + -webkit-mask: url(../img/common/scrollguide_icon_arrow.svg) no-repeat center / contain; + mask: url(../img/common/scrollguide_icon_arrow.svg) no-repeat center / contain; + } + .s-scrollguide_icon:after{ + -webkit-mask: url(../img/common/scrollguide_icon_finger.svg) no-repeat center / contain; + mask: url(../img/common/scrollguide_icon_finger.svg) no-repeat center / contain; + animation: ani_scrollguide_icon__finger 1.8s ease; + animation-play-state: paused; + } + @keyframes ani_scrollguide_icon__finger { + 0%{ + transform: translateX(0); + } + 10%{ + transform: translateX(0); + } + 30%{ + transform: translateX(25%); + } + 40%{ + transform: translateX(25%); + } + 70%{ + transform: translateX(-25%); + } + 80%{ + transform: translateX(-25%); + } + 100%{ + transform: translateX(0); + } + } + #s-scrollguide.-is-loaded .s-scrollguide_icon:after{ + animation-play-state: running; + } +} + + + /*----------------------------------------------- + * SP: SCROLL GUIDE +-------------------------------------------------*/ +@media screen and (min-width: 768px){ + .s-header__btn_nextSection{ + display: none; + } +} +@media screen and (max-width: 767px){ + .s-header__btn_nextSection{ + position: absolute; + top: 0; + bottom: 0; + right: 0; + margin: auto 3.2% auto 0; + width: var(--sp-size-96); + height: var(--sp-size-96); + } + .btn_nextsection{ + width: 100%; + height: 100%; + border-radius: 50%; + border: var(--sp-size-4) solid #222; + background-color: #fff; + position: relative; + pointer-events: auto; + } + .btn_nextsection:before{ + content: ''; + position: absolute; + top: 0; + left: var(--sp-size-6); + right: 0; + bottom: 0; + width: var(--sp-size-32); + height: var(--sp-size-32); + margin: auto; + background: url(../img/common/arrow_r2.svg) no-repeat center / contain; + } +} + + + + +/*----------------------------------------------- + * CharacterVisual +-------------------------------------------------*/ +.charaVisual__contArea{ + width: 100%; + height: 100%; + /* transition: .3s ease; */ +} + +@media screen and (min-width: 768px) { + #charaVisual{ + width: calc(1200 / 640 * 100svh); + height: 100%; + } + .charaVisual__contAreaWrap{ + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + } + .charaVisual__contAreaInWrap{ + width: 100%; + height: 100%; + position: sticky; + left: 0; + } + .charaVisual__contArea{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: calc(1200 / 640 * 100svh); + height: 100%; + } + + .charaVisual__contArea{ + transition: .3s ease; + } +} + +@media screen and (max-width: 767px) { + #charaVisual{ + width: calc(1150 / 1280 * 100svh);/* 1150 */ + height: 100%; + } + .charaVisual__contAreaWrap{ + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + } + .charaVisual__contAreaInWrap{ + width: 100%; + height: 100%; + position: sticky; + left: 0; + } + .charaVisual__contArea{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + } + body.--is-backtotop .charaVisual__contArea{ + transition: .3s ease; + } +} + + +/** +>> InfoContent +**/ +.charaVisual__infoCont{ + width: min(21.1667%, 260px);/* 260 */ + /* width: max(calc(300 / 1200 * 100vw), calc(260 / 640 * 100vh)); */ + width: min(240px, calc(240 / 640 * 100vh)); + max-width: 240px; + position: absolute; + top: 0; + left: 0; + padding-top: 115px; + margin-top: 18px; + /* margin-left: min(calc(40 / var(--vw-min) * 100vw), calc(40px * 1.6)); */ + margin-left: 40px; + z-index: 2; +} +.mv__onair{ + width: 100%; + position: relative; +} +.mv__onairIn{ + display: block; + width: 254px; + height: 38px; + position: relative; + margin: 24px auto 0; + transition: transform .3s ease, opacity .3s ease .2s; + transform: scale(1.5, 1) rotateX(90deg); +} +.mv__onairIn img{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + object-fit: contain; +} + +.mv__bannerLists{ + width: 240px; + width: 100%; + margin: 28px auto 0; + opacity: 0; + pointer-events: none; + transition: .3s ease; +} +.mv__bannerList{ + width: 100%; + margin: 12px 0; +} +.mv__bannerList_link{ + display: block; + text-decoration: none; +} +.mv__bannerList_link{ + width: 100%; +} +.mv__bannerList_link img{ + width: 100%; +} + +/** --firstview **/ +body.--firstview .mv__onairIn{ + transform: scale(1, 1) rotateX(0deg); + transition-delay: .6s, .4s; +} +body.--firstview .mv__bannerLists{ + opacity: 1; + pointer-events: auto; + transition-delay: .6s; +} + +@media screen and (max-width:767px){ + .charaVisual__infoCont{ + width: calc(303 / 1280 * 100svh); + padding-top: calc(192 / 1280 * 100svh); + margin-top: 0; + margin-left: calc(48 / 1280 * 100svh); + } + + .mv__onairIn{ + width: 86.8572%;/* 304 */ + height: var(--sp-size-48); + } + #charaVisual .mv__bannerLists{ + margin-top: 0; + width: 100%;/* 304 */ + } + #charaVisual .mv__bannerList{ + margin: var(--sp-size-8) 0; + } +} + + +.charaVisual__contInWrap{ + min-height: 100svh; + position: relative; +} +.charaVisual__bg img{ + width: 100%; + height: 100%; + object-fit: cover; +} + +.charaVisual__slideTxt{ + position: absolute; + top: 0; + left: 0; + right: 0; + margin-top: calc(40 / 640 * 100vh); + width: 100%; + height: calc(42 / 640 * 100vh); + background-repeat: repeat-x; + background-position: left center; + background-size: calc(470 / 640 * 100vh) calc(42 / 640 * 100vh); + /* background-size: contain; */ + animation: ani_charaVisual__slideTxt 15s linear infinite; + + + background-image: url(../img/top/charaVisual/chara1/chara1_onair_slide.svg); +} + +@keyframes ani_charaVisual__slideTxt { + 0%{background-position-x: 0%;} + 100%{background-position-x: calc(470 / 640 * 100vh);} +} +@media screen and (max-width:767px){ + .charaVisual__slideTxt{ + position: absolute; + top: 0; + left: 0; + right: 0; + margin-top: calc(48 / 1280 * 100svh); + width: 100%; + height: calc(42 / 640 * 100vh); + height: calc(96 / 1280 * 100svh); + background-size: calc(470 / 640 * 100vh) calc(42 / 640 * 100vh); + background-size: calc(1078 / 1280 * 100svh) calc(496 / 1280 * 100svh); + } + @keyframes ani_charaVisual__slideTxt { + 0%{background-position-x: 0%;} + 100%{background-position-x: calc(1078 / 1280 * 100svh);} + } +} + + +.charaVisual__cont{ + min-width: 100vw; + padding-left: calc(min(calc(300 / var(--vw-min) * 100vw), calc(300px * 1.6))); + padding-right: calc(min(calc(300 / var(--vw-min) * 100vw), calc(300px * 1.6))); + padding: 0 calc(300 / 640 * 100vh) 0 300px; + padding: 0 max(calc(300 / 1200 * 100vw), calc(300 / 640 * 100vh)); + display: flex; + position: relative; +} +.charaVisual__bg{ + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.charaVisual__bg img{ + width: 100%; + height: 100%; + object-fit: cover; +} +.charaVisual__Images{ + width: 93.75vh; + height: 100%; + position: relative; + margin: 0 auto; +} +.charaVisual__Images__all{ + width: 100%; + height: 100%; +} +.charaVisual__Images__all img{ + width: 100%; + height: 100%; + object-fit: cover; +} +.charaVisual__Image{ + position: absolute; +} + + + +.charaVisual__right{ + width: min(calc(300 / var(--vw-min) * 100vw), calc(300px * 1.6)); + width: calc(300 / 1200 * 100vw); + width: max(calc(300 / 1200 * 100vw), calc(300 / 640 * 100vh)); + position: absolute; + top: 0; + right: 0; + padding-right: min(calc(40 / var(--vw-min) * 100vw), calc(40px * 1.6)); +} +.charaVisual__rightCont{ + position: relative; + width: 100%;/* 260 */ + height: 100vh; + height: 100svh; +} +.charaVisual__rightCont:before{ + content: ''; + position: absolute; + bottom: 0; + left: 0; + right: 0; + margin: 0 auto min(calc(180 / var(--vw-min) * 100vw), calc(182 / 640 * 100vh)); + width: 65.3847%;/* 170 */ + height: 13.4376%;/* 86 */ +} +/*an*/ +.charaVisualList[data-visual="an"] .charaVisual__rightCont:before{ + content: ''; + position: absolute; + bottom: 0; + left: 0; + right: 0; + margin: 0 80px min(calc(180 / var(--vw-min) * 100vw), calc(182 / 640 * 100vh)) auto; +} + + +.charaVisual__catch{ + position: absolute; + top: 10%;/* 64 */ + left: 0; + right: 0; + margin-left: auto; + margin-right: auto; +} +.charaVisual__catch img{ + width: 100%; + height: 100%; + object-fit: contain; + object-position: center top; +} + + +.charaVisual__movie{ + position: absolute; + left: 0; + right: 0; + bottom: 0; + margin: 0 auto 40px; + width: min(calc(116 / var(--vw-min) * 100vw), calc(116px * 1.6));/* 116 */ + /* max-width: calc(116 / 640 * 100vh); */ + height: min(calc(116 / var(--vw-min) * 100vw), calc(116px * 1.6)); + /* max-height: calc(116 / 640 * 100vh); */ + + width: calc(116 / 640 * 100vh); + height: calc(116 / 640 * 100vh); +} + + +.charaVisualList[data-visual="satsuki"] .charaVisual__onair, +.cVisual_btImageList[data-visual="satsuki"] .charaVisual__onair, +.fBackcVisualList[data-visual="satsuki"] .charaVisual__onair{ + position: absolute; + left: 0; + bottom: 0; + margin-left: 40px; + margin-bottom: 40px; + width: calc(430 / 640 * 100vh); + z-index: 2; +} +.charaVisualList[data-visual="an"] .charaVisual__onair, +.cVisual_btImageList[data-visual="an"] .charaVisual__onair, +.fBackcVisualList[data-visual="an"] .charaVisual__onair{ + position: absolute; + left: 0; + top: calc(64 / 640 * 100vh); + margin-left: calc(20 / 640 * 100vh); + width: calc(181 / 640 * 100vh); + z-index: 2; +} +.charaVisual__onair img{ + width: 100%; +} + + +@media screen and (max-width:767px){ + .charaVisual__cont{ + height: 100svh; + padding: 0; + } + .charaVisual__Images{ + height: calc(992 / 1280 * 100svh); + margin-top: auto; + margin-left: unset; + margin-right: unset; + + position: absolute; + bottom: 0; + } + + .charaVisual__right{ + width: calc(470 / 1280 * 100svh);/* 470 */ + padding-right: 0; + } + .charaVisual__rightCont{ + height: 100svh; + } + .charaVisual__rightCont:before{ + width: 54.2554%;/* 255 */ + height: 10%;/* 128 */ + margin-bottom: 0; + bottom: 23.75%;/* 304 */ + } + .charaVisual__catch{ + top: calc(144 / 1280 * 100svh); + } + .charaVisual__movie{ + margin-bottom: calc(48 / 1280 * 100svh);/* 48 */ + width: calc(280 / 1280 * 100svh); + height: calc(280 / 1280 * 100svh); + } + + + /* satsuki */ + .charaVisualList[data-visual="satsuki"] .charaVisual__Images, + .fBackcVisualList[data-visual="satsuki"] .charaVisual__Images, + .cVisual_btImageList[data-visual="satsuki"] .charaVisual__Images{ + width: calc(726 / 1280 * 100svh); + } + + .charaVisualList[data-visual="satsuki"] .charaVisual__onair, + .cVisual_btImageList[data-visual="satsuki"] .charaVisual__onair, + .fBackcVisualList[data-visual="satsuki"] .charaVisual__onair{ + width: calc(643 / 1280 * 100svh); + margin-left: calc(54 / 1280 * 100svh); + margin-bottom: calc(72 / 1280 * 100svh); + } + + + /* an */ + .charaVisualList[data-visual="an"] .charaVisual__Images{ + width: calc(1054 / 1280 * 100svh); + } + .fBackcVisualList[data-visual="an"] .charaVisual__Images, + .cVisual_btImageList[data-visual="an"] .charaVisual__Images{ + width: calc(1054 / 1280 * 100svh); + } + + .charaVisualList[data-visual="an"] .charaVisual__onair, + .cVisual_btImageList[data-visual="an"] .charaVisual__onair, + .fBackcVisualList[data-visual="an"] .charaVisual__onair{ + top: calc(107 / 1280 * 100svh); + margin-left: calc(10 / 1280 * 100svh); + width: calc(264 / 1280 * 100svh); + z-index: 4; + } +} + + + +/* CATCH */ +.charaVisualList .charaVisual__catch, +.cVisual_btImageList .charaVisual__catch, +.fBackcVisualList .charaVisual__catch{ + width: 38.4616%;/* 100 */ + height: 54.5313%;/* 349 */ +} + +/** +* Satsuki +**/ +.charaVisualList[data-visual="satsuki"] .charaVisual__catch, +.cVisual_btImageList[data-visual="satsuki"] .charaVisual__catch, +.fBackcVisualList[data-visual="satsuki"] .charaVisual__catch{ + width: 38.4616%;/* 100 */ + height: 54.5313%;/* 349 */ +} +.charaVisualList[data-visual="satsuki"] .charaVisual__rightCont:before, +.cVisual_btImageList[data-visual="satsuki"] .charaVisual__rightCont:before, +.fBackcVisualList[data-visual="satsuki"] .charaVisual__rightCont:before{ + background: url(../img/top/charaVisual/chara1/chara1_catch_deco.svg) no-repeat center bottom / contain; +} + +/** +* an +**/ +.charaVisualList[data-visual="an"] .charaVisual__rightCont:before, +.cVisual_btImageList[data-visual="an"] .charaVisual__rightCont:before, +.fBackcVisualList[data-visual="an"] .charaVisual__rightCont:before{ + width: 84px; + height: 284px; + background: url(../img/top/charaVisual/chara2/chara2_catch_deco.png) no-repeat center bottom / contain; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="an"] .charaVisual__rightCont:before, + .cVisual_btImageList[data-visual="an"] .charaVisual__rightCont:before, + .fBackcVisualList[data-visual="an"] .charaVisual__rightCont:before{ + width: calc(125 / 1280 * 100svh); + height: calc(423 / 1280 * 100svh); + margin-bottom: 0; + bottom: calc(302 / 1280 * 100svh); + margin: 0 calc(117 / 1280 * 100svh) 0 auto; + } +} +/* IMAGE */ +:root{ + --charaVisual-img-w: 600; + --charaVisual-img-h: 640; +} +@media screen and (max-width: 767px){ + :root{ + --charaVisual-img-w: 726; + --charaVisual-img-h: 992; + } +} +.charaVisual__Image img{ + width: 100%; + height: 100%; + object-fit: contain; +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaImg{ + width: 100%; + height: 100%; + position: relative; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-charaImg{ + width: 100%; + height: 100%; + position: relative; +} +.charaVisual__Image.-charaImg img{ + object-fit: cover; +} + +/* satsuki */ +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaNumset{ + width: 31%;/* 186 */ + height: 24.0625%;/* 154 */ + top: 10%;/* 64 */ + left: 8.6667%;/* 52 */ +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-num{ + width: 82.7957%;/* 154 */ + height: 100%;/* 154 */ + top: 0; + left: 0; +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-numName{ + width: 43.0108%;/* 80 */ + height: 53.2468%;/* 82 */ + top: 7.1429%;/* 11 */ + right: 0; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaNumset{ + width: calc(277 / var(--charaVisual-img-w) * 100%);/* 277 */ + height: calc(230 / var(--charaVisual-img-h) * 100%);/* 230 */ + top: calc(89 / var(--charaVisual-img-h) * 100%);/* 89 */ + left: calc(-10 / var(--charaVisual-img-w) * 100%);/* -10 */; + } +} + +/* an */ +.charaVisualList[data-visual="an"] .charaVisual__Image.-charaNumset{ + width: 25.5%;/* 153 */ + height: 31.25%;/* 200 */ + top: 3.125%;/* 20 */ + right: 0; + z-index:2; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-num{ + width: 100%; + height: 76.5157%;/* 153 */ + top: 0; + left: 0; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-numName{ + width: 49.0196%;/* 75 */ + height: 44%;/* 88 */ + top: unset; + bottom: 0; + right: 0; + left: 0; + margin: 0 auto; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="an"] .charaVisual__Image.-charaNumset{ + width: calc(229 / 1280 * 100svh); + height: calc(299 / 1280 * 100svh); + top: calc(32 / 1280 * 100svh); + left: unset; + right: calc(328 / 1280 * 100svh);; + } + .charaVisualList[data-visual="an"] .charaVisual__Image.-num{ + width: 100%; + height: calc(229 / 1280 * 100svh); + } + .charaVisualList[data-visual="an"] .charaVisual__Image.-num img{ + object-position: top; + } + .charaVisualList[data-visual="an"] .charaVisual__Image.-numName{ + top: unset; + bottom: 0; + width: calc(113 / 1280 * 100svh); + height: calc(131 / 1280 * 100svh); + } +} + +/* satsuki */ +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-bgtxt{ + width: calc(238 / var(--charaVisual-img-w) * 100%);/* 238 */ + height: calc(48 / var(--charaVisual-img-h) * 100%);/* 48 */ + top: calc(103 / var(--charaVisual-img-h) * 100%);/* 48 */ + right: 0; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-bgtxt{ + width: calc(373 / var(--charaVisual-img-w) * 100%);/* 373 */ + height: calc(72 / var(--charaVisual-img-h) * 100%);/* 72 */ + top: calc(50 / var(--charaVisual-img-h) * 100%);/* 50 */ + } +} +/* an */ +.charaVisualList[data-visual="an"] .charaVisual__Image.-bgtxt{ + width: calc(168 / var(--charaVisual-img-w) * 100%);/* 238 */ + height: calc(75 / var(--charaVisual-img-h) * 100%);/* 48 */ + top: calc(200 / var(--charaVisual-img-h) * 100%); + right: 0; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="an"] .charaVisual__Image.-bgtxt{ + width: calc(252 / 1280 * 100svh); + height: calc(114 / 1280 * 100svh); + top: calc(300 / 1280 * 100svh); + right: calc(328 / 1280 * 100svh); + left: unset; + } +} + +/* satsuki */ +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaName{ + width: calc(131 / var(--charaVisual-img-w) * 100%);/* 131 */ + height: calc(392 / var(--charaVisual-img-h) * 100%);/* 392 */ + top: calc(168 / var(--charaVisual-img-h) * 100%);/* 168 */ + right: 0; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaName{ + width: calc(195 / var(--charaVisual-img-w) * 100%);/* 195 */ + height: calc(588 / var(--charaVisual-img-h) * 100%);/* 588 */ + top: calc(210 / var(--charaVisual-img-h) * 100%);/* 210 */ + right: 0; + } +} + +/* an */ +.charaVisualList[data-visual="an"] .charaVisual__Image.-charaName{ + width: calc(121 / var(--charaVisual-img-w) * 100%); + height: calc(305 / var(--charaVisual-img-h) * 100%); + top: calc(266 / var(--charaVisual-img-h) * 100%); + right: 0; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="an"] .charaVisual__Image.-charaName{ + width: calc(183 / 1280 * 100svh); + height: auto; + top: unset; + bottom: calc(96 / 1280 * 100svh); + right: calc(328 / 1280 * 100svh); + } +} + +/* satsuki */ +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaEng{ + width: calc(214 / var(--charaVisual-img-w) * 100%); + height: calc(157 / var(--charaVisual-img-h) * 100%); + top: calc(109 / var(--charaVisual-img-h) * 100%); + left: calc(252 / var(--charaVisual-img-w) * 100%); +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaEng:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: url(../img/top/charaVisual/chara1/chara1_name_en2.svg) no-repeat center / contain; + opacity: 0; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaEng{ + width: calc(321 / var(--charaVisual-img-w) * 100%);/* 321 */ + height: calc(237 / var(--charaVisual-img-h) * 100%);/* 237 */ + top: calc(150 / var(--charaVisual-img-h) * 100%);/* 150 */ + left: calc(299 / var(--charaVisual-img-w) * 100%);/* 299 */ + } +} + +/* an */ +.charaVisualList[data-visual="an"] .charaVisual__Image.-charaEng{ + width: calc(295 / var(--charaVisual-img-w) * 100%); + height: calc(55 / var(--charaVisual-img-h) * 100%); + bottom: calc(61 / var(--charaVisual-img-h) * 100%); + left: calc(40 / var(--charaVisual-img-w) * 100%); +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-charaEng:before{ + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: url(../img/top/charaVisual/chara2/chara2_name_en2.svg) no-repeat center / contain; + opacity: 0; +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="an"] .charaVisual__Image.-charaEng{ + width: calc(443 / 1280 * 100svh); + height: calc(82 / 1280 * 100svh); + top: unset; + bottom: calc(70 / 1280 * 100svh); + left: calc(48 / 1280 * 100svh); + z-index: 5; + } +} + +/* satsuki */ +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_birth{ + width: calc(96 / var(--charaVisual-img-w) * 100%);/* 96 */ + height: calc(64 / var(--charaVisual-img-h) * 100%);/* 64 */ + top: calc(225 / var(--charaVisual-img-h) * 100%);/* 225 */ + left: calc(7 / var(--charaVisual-img-w) * 100%);/* 7 */ + z-index: 4; +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_camera{ + width: calc(94 / var(--charaVisual-img-w) * 100%);/* 94 */ + height: calc(51 / var(--charaVisual-img-h) * 100%);/* 51 */ + top: calc(281 / var(--charaVisual-img-h) * 100%);/* 281 */ + left: calc(30 / var(--charaVisual-img-w) * 100%);/* 30 */ + z-index: 3; +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_food{ + width: calc(124 / var(--charaVisual-img-w) * 100%);/* 124 */ + height: calc(59 / var(--charaVisual-img-h) * 100%);/* 59 */ + top: calc(329 / var(--charaVisual-img-h) * 100%);/* 329 */ + left: calc(0 / var(--charaVisual-img-w) * 100%);/* 0 */ + z-index: 2; +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_place{ + width: calc(127 / var(--charaVisual-img-w) * 100%);/* 127 */ + height: calc(53 / var(--charaVisual-img-h) * 100%);/* 53 */ + top: calc(379 / var(--charaVisual-img-h) * 100%);/* 379 */ + left: calc(20 / var(--charaVisual-img-w) * 100%);/* 20 */ + z-index: 1; +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_height{ + width: calc(75 / var(--charaVisual-img-w) * 100%);/* 75 */ + height: calc(76 / var(--charaVisual-img-h) * 100%);/* 76 */ + top: calc(422 / var(--charaVisual-img-h) * 100%);/* 422 */ + left: calc(33 / var(--charaVisual-img-w) * 100%);/* 33 */ +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_birth{ + width: calc(144 / var(--charaVisual-img-w) * 100%); + height: calc(95 / var(--charaVisual-img-h) * 100%); + top: calc(307 / var(--charaVisual-img-h) * 100%); + left: calc(5 / var(--charaVisual-img-w) * 100%); + } + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_camera{ + width: calc(141 / var(--charaVisual-img-w) * 100%); + height: calc(75 / var(--charaVisual-img-h) * 100%); + top: calc(391 / var(--charaVisual-img-h) * 100%); + left: calc(40 / var(--charaVisual-img-w) * 100%); + } + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_food{ + width: calc(184 / var(--charaVisual-img-w) * 100%); + height: calc(89 / var(--charaVisual-img-h) * 100%); + top: calc(463 / var(--charaVisual-img-h) * 100%); + left: calc(-4 / var(--charaVisual-img-w) * 100%); + } + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_place{ + width: calc(189 / var(--charaVisual-img-w) * 100%); + height: calc(80 / var(--charaVisual-img-h) * 100%); + top: calc(538 / var(--charaVisual-img-h) * 100%); + left: calc(25 / var(--charaVisual-img-w) * 100%); + } + .charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_height{ + width: calc(109 / var(--charaVisual-img-w) * 100%); + height: calc(114 / var(--charaVisual-img-h) * 100%); + top: calc(602 / var(--charaVisual-img-h) * 100%); + left: calc(46 / var(--charaVisual-img-w) * 100%); + } +} + + +/* an */ +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_birth{ + width: calc(96 / var(--charaVisual-img-w) * 100%);/* 96 */ + height: calc(63 / var(--charaVisual-img-h) * 100%);/* 64 */ + top: calc(214 / var(--charaVisual-img-h) * 100%); + left: calc(111 / var(--charaVisual-img-w) * 100%); + z-index: 4; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_camera{ + width: calc(93 / var(--charaVisual-img-w) * 100%);/* 94 */ + height: calc(57 / var(--charaVisual-img-h) * 100%);/* 51 */ + top: calc(266 / var(--charaVisual-img-h) * 100%); + left: calc(111 / var(--charaVisual-img-w) * 100%); + z-index: 3; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_food{ + width: calc(109 / var(--charaVisual-img-w) * 100%); + height: calc(63 / var(--charaVisual-img-h) * 100%); + top: calc(355 / var(--charaVisual-img-h) * 100%); + left: calc(103 / var(--charaVisual-img-w) * 100%); + z-index: 2; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_place{ + width: calc(124 / var(--charaVisual-img-w) * 100%); + height: calc(49 / var(--charaVisual-img-h) * 100%); + top: calc(316 / var(--charaVisual-img-h) * 100%); + left: calc(95 / var(--charaVisual-img-w) * 100%); + z-index: 1; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_height{ + width: calc(76 / var(--charaVisual-img-w) * 100%); + height: calc(74 / var(--charaVisual-img-h) * 100%); + top: calc(405 / var(--charaVisual-img-h) * 100%); + left: calc(118 / var(--charaVisual-img-w) * 100%); +} +@media screen and (max-width: 767px){ + .charaVisualList[data-visual="an"] .charaVisual__Image__profset{ + display: flex; + position: absolute; + top: calc(352 / 1280 * 100svh); + left: calc(113 / 1280* 100svh); + justify-content: center; + flex-direction: column; + align-items: center; + width: calc(186 / 1280* 100svh); + } + .charaVisualList[data-visual="an"] .charaVisual__Image.-prof_birth{ + width:calc(144 / 1280 * 100svh); + height: auto; + position: relative; + top: unset; + left:unset; + } + .charaVisualList[data-visual="an"] .charaVisual__Image.-prof_camera{ + width:calc(140 / 1280 * 100svh); + height: auto; + position: relative; + top: unset; + left:unset; + margin-top: calc(-15 / 1280 * 100svh); + } + .charaVisualList[data-visual="an"] .charaVisual__Image.-prof_food{ + width:calc(164 / 1280 * 100svh); + height: auto; + position: relative; + top: unset; + left:unset; + margin-top: calc(-10 / 1280 * 100svh); + } + .charaVisualList[data-visual="an"] .charaVisual__Image.-prof_place{ + width:calc(186 / 1280 * 100svh); + height: auto; + position: relative; + top: unset; + left:unset; + margin-top: calc(-10 / 1280 * 100svh); + } + .charaVisualList[data-visual="an"] .charaVisual__Image.-prof_height{ + width:calc(114 / 1280 * 100svh); + height: auto; + position: relative; + top: unset; + left:unset; + margin-top: calc(-15 / 1280 * 100svh); + } +} + + +/* SATSUKI - IMAGE ANIMATION */ +.charaVisual__Image{ + will-change: transform; +} + + +@keyframes ani_numName { + from { + transform: scale(0.95,0.95); + } + to { + transform: scale(1,1); + } +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-numName img{ + animation: ani_numName .6s ease 0s infinite alternate; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-numName img{ + animation: ani_numName .6s ease 0s infinite alternate; +} + +@keyframes ani_charaName { + 0% {transform:translate(0, 0) scale(100%);} + 42% {transform:translate(0, 0) scale(100%);} + + 44% {transform:translate(0, 0) scale(95%);} + 46% {transform:translate(0, -1px) scale(100%);} + 48% {transform:translate(0, -1px) scale(105%);} + + 50% {transform:translate(1px, 0) scale(97.5%);} + 52% {transform:translate(0, 1px) scale(0deg);} + 54% {transform:translate(0, 0) scale(102.5%);} + + 56% {transform:translate(0, 0) scale(100%);} + 100% {transform:translate(0, 0) scale(100%);} +} +/* @keyframes test2 { + 0%,12%{ + transform: rotateX(0deg) rotateY(0deg) scale(1.01); + } + 12.5%,24.5%{ + transform: rotateX(8deg) rotateY(0deg) scale(1); + } + 25%,37%{ + transform: rotateX(0deg) rotateY(0deg) scale(0.99); + } + 37.5%,49.5%{ + transform: rotateX(0deg) rotateY(-8deg) scale(1); + } + 50%,62%{ + transform: rotateX(0deg) rotateY(0deg) scale(1.01); + } + 62.5%,74.5%{ + transform: rotateX(-8deg) rotateY(0deg) scale(1); + } + 75%,87%{ + transform: rotateX(0deg) rotateY(0deg) scale(0.99); + } + 87.5%,99.5%{ + transform: rotateX(0deg) rotateY(8deg) scale(1); + } + 100%{ + transform: rotateX(0deg) rotateY(0deg) scale(1.01); + } +} */ +@keyframes ani_charaName_img { + 0%{ + transform: rotateX(0deg) rotateY(0deg) scale(1.001,1); + } + 12.5%{ + transform: rotateX(4deg) rotateY(0deg) scale(1); + } + 25%{ + transform: rotateX(0deg) rotateY(0deg) scale(1,1.002); + } + 37.5%{ + transform: rotateX(0deg) rotateY(-4deg) scale(1); + } + 50%{ + transform: rotateX(0deg) rotateY(0deg) scale(1.002,1); + } + 62.5%{ + transform: rotateX(-4deg) rotateY(0deg) scale(1); + } + 75%{ + transform: rotateX(0deg) rotateY(0deg) scale(1,1.002); + } + 87.5%{ + transform: rotateX(0deg) rotateY(4deg) scale(1); + } + 100%{ + transform: rotateX(0deg) rotateY(0deg) scale(1.002,1); + } +} + +.charaVisualList[data-visual="an"] .charaVisual__Image.-charaName .charaVisual__ImageIn, +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaName .charaVisual__ImageIn{ + animation: ani_charaName 2.4s ease-in-out 0.8s infinite alternate; + perspective: 600px; +} +.charaVisual__Image.-charaName img{ + animation: ani_charaName_img 6.4s infinite linear alternate; +} + + + + +@keyframes ani_charaname_en { + 0%,50%{opacity: 0;} + 51%,100%{opacity: 1;} +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-charaEng:before{ + animation: 1.6s linear infinite ani_charaname_en; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-charaEng:before{ + animation: 1.6s linear infinite ani_charaname_en; +} + + +@keyframes ani_birth { + 0%{ + transform: rotate(0deg); + } + 10%{ + transform: rotate(12deg); + } + 20%{ + transform: rotate(-4deg); + } + 25%{ + transform: rotate(0deg); + } + 31.25%{ + transform: rotate(-4deg); + } + 37.5%{ + transform: rotate(4deg); + } + 43.75%,100%{ + transform: rotate(0deg); + } +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_birth img{ + animation: 2s linear infinite ani_birth; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_birth img{ + animation: 2s linear infinite ani_birth; +} +@keyframes ani_camera { + 0%{ + transform: rotate(0deg); + } + 10%{ + transform: rotate(-12deg); + } + 20%{ + transform: rotate(4deg); + } + 25%{ + transform: rotate(0deg); + } + 31.25%{ + transform: rotate(4deg); + } + 37.5%{ + transform: rotate(-4deg); + } + 43.75%,100%{ + transform: rotate(0deg); + } +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_camera img{ + animation: 2s linear .5s infinite ani_camera; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_camera img{ + animation: 2s linear .5s infinite ani_camera; +} + + +@keyframes ani_food { + 0%{ + transform: rotate(0deg); + } + 25%{ + transform: rotate(6deg); + } + 75%{ + transform: rotate(-6deg); + } + 100%{ + transform: rotate(0deg); + } +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_food img{ + animation: 1.5s linear .5s infinite ani_camera; +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_place img{ + animation: 2s linear 1s infinite ani_camera; +} + +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_food img{ + animation: 1.5s linear .5s infinite ani_camera; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_place img{ + animation: 2s linear 1s infinite ani_camera; +} + +@keyframes ani_height { + 0%{ + transform: rotate(0deg); + } + 12.5%{ + transform: rotate(-12deg); + } + 37.5%{ + transform: rotate(12deg); + } + 50%{ + transform: rotate(-6deg); + } + 60%{ + transform: rotate(4deg); + } + 75%,100%{ + transform: rotate(0deg); + } +} +.charaVisualList[data-visual="satsuki"] .charaVisual__Image.-prof_height img{ + animation: 1.2s ease-in-out .4s infinite ani_height; +} +.charaVisualList[data-visual="an"] .charaVisual__Image.-prof_height img{ + animation: 1.2s ease-in-out .4s infinite ani_height; +} + + +/** +* BACKtoTOP +**/ +.charaVisual__backtoTop_imageFixed{ + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100svh; + opacity: 0; + z-index: 3; + transition: .3s ease; + pointer-events: none; +} +.cVisual_btImageLists{ + position: relative; + width: calc(1200 / 640 * 100svh); + min-width: 100vw; + height: 100svh; +} +.cVisual_btImageList{ + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 0; +} +.charaVisual__backtoTop_imageFixed .charaVisual__slideTxt{ + animation-play-state: paused; +} + + +body.--is-backtotop .charaVisual__backtoTop_imageFixed { + opacity: 1; + transition: unset; +} +body.--is-backtotop .charaVisual__backtoTop_imageFixed .charaVisual__slideTxt{ + animation-play-state: running; +} + +@media screen and (max-width: 767px){ + .cVisual_btImageLists{ + width: calc(1150 / 1280 * 100svh); + } + .cVisual_btImageList{ + display: flex; + flex-direction: column; + } +} + +body[data-visualnum="0"] .cVisual_btImageList[data-visual="an"]{ + opacity: 1; +} +body[data-visualnum="1"] .cVisual_btImageList[data-visual="satsuki"]{ + opacity: 1; +} + + + + +/**/ + +.js-topVisualSwiper{ + height: 100svh; + min-width: 100vw; +} +.charaVisual__cont { + min-height: 100svh; + height: 100%; +} + +.charaSwiperSelects._topVisal { + width: min(240px, calc(240 / 640 * 100vh)); + max-width: 240px; + position: absolute; + top: unset; + bottom: calc(200 / 640 * 100vh); + left: calc(40 / 640 * 100vh); + text-align: left; + z-index: 2; +} +@media screen and (max-width: 767px){ + .cVisual_btImageLists{ + width: calc(1150 / 1280 * 100svh); + } + .cVisual_btImageList{ + display: flex; + flex-direction: column; + } + .charaSwiperSelects._topVisal { + width: calc(150 / var(--vw-min) * 100svh); + max-width: unset; + position: absolute; + bottom: unset; + top: calc(192 / 1280 * 100svh); + left: calc(583 / 1280 * 100svh); + margin-top: unset; + text-align: left; + z-index: 2; + } +} + + + +/*footer charaList*/ +.fBackcVisualList{ + opacity: 0; + position: absolute; + z-index: -1; + left: 0; + top:0; +} + + +body[data-visualnum="0"] .fBackcVisualList[data-visual="an"]{ + opacity: 1; + z-index: 1; + position: relative; +} +body[data-visualnum="1"] .fBackcVisualList[data-visual="satsuki"]{ + opacity: 1; + z-index: 1; + position: relative; +} +/* body[data-visualnum="2"] .fBackcVisualList[data-visualnum="2"]{ + opacity: 1; + z-index: 1; + position: relative; +} */ + + + +/** +** TOP LOGO +**/ +/* an */ +body[data-visualnum="0"] .header__logo_img{ + background-image: url(../img/common/logo_pattern3.svg); +} + +/* satsuki */ +body[data-visualnum="1"] .header__logo_img{ + background-image: url(../img/common/logo_pattern1.svg); +} \ No newline at end of file diff --git a/mono/assets/img/character/chara1/chara1_cv.svg b/mono/assets/img/character/chara1/chara1_cv.svg new file mode 100644 index 0000000000000000000000000000000000000000..ce3092d8ad4f64c90b29f02f07134d0e02ed014f --- /dev/null +++ b/mono/assets/img/character/chara1/chara1_cv.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + diff --git a/mono/assets/img/character/chara1/chara1_cvName.svg b/mono/assets/img/character/chara1/chara1_cvName.svg new file mode 100644 index 0000000000000000000000000000000000000000..2b7d8f3243c9b27a5cc4aa8d57ddbef92d2b3293 --- /dev/null +++ b/mono/assets/img/character/chara1/chara1_cvName.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + diff --git a/mono/assets/img/character/chara1/chara1_image.jpg b/mono/assets/img/character/chara1/chara1_image.jpg new file mode 100644 index 0000000000000000000000000000000000000000..de124bec9a7a00f86b4deacc9e6c5717ccad4c19 --- /dev/null +++ b/mono/assets/img/character/chara1/chara1_image.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a6e4fbfd624a57bec916e49b84f71bd0765df3f63123e7b6bfb340e12d5f9f +size 74892 diff --git a/mono/assets/img/character/chara1/chara1_movie.mp4 b/mono/assets/img/character/chara1/chara1_movie.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..e43124678fccddf4c64d7e54c09cf538d57c16d4 --- /dev/null +++ b/mono/assets/img/character/chara1/chara1_movie.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ff17078ca5d02e851c942ff2e27d4f06c1b0d6cad89f15329975290775d11c +size 1064561 diff --git a/mono/assets/img/character/chara1/chara1_name.png b/mono/assets/img/character/chara1/chara1_name.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d9446ab0e7fc527faa06c4f8a67fe78d951c79 --- /dev/null +++ b/mono/assets/img/character/chara1/chara1_name.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:237659c95c99fc5a9a6672a4c34ab73cff35a891378b458e0b6ffcade40d5a48 +size 16513 diff --git a/mono/assets/img/character/chara2/chara2_cv.png b/mono/assets/img/character/chara2/chara2_cv.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d1739a285457edaa5edcffcdfc6b7cfadcc738 --- /dev/null +++ b/mono/assets/img/character/chara2/chara2_cv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd791ac003ab50c1f7f9fe6335c5c6ef754481c4c9b45e83b6e170b6424d2ce0 +size 2376 diff --git a/mono/assets/img/character/chara2/chara2_cvName.svg b/mono/assets/img/character/chara2/chara2_cvName.svg new file mode 100644 index 0000000000000000000000000000000000000000..92248641359c94c3a64b765ca7a1b5d7f7438fd0 --- /dev/null +++ b/mono/assets/img/character/chara2/chara2_cvName.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + diff --git a/mono/assets/img/character/chara2/chara2_image.jpg b/mono/assets/img/character/chara2/chara2_image.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ef4ac8ffe8544a7f03b40871e946031c2732fa63 --- /dev/null +++ b/mono/assets/img/character/chara2/chara2_image.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872a6289296ba428dc39f090c8709be8a110df178791ab97f79938645bc5ff2b +size 106357 diff --git a/mono/assets/img/character/chara2/chara2_movie.mp4 b/mono/assets/img/character/chara2/chara2_movie.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..b85eda7c4b02cc76ae75c1075e04d3ab7057d558 --- /dev/null +++ b/mono/assets/img/character/chara2/chara2_movie.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57c901f932335a79e2ff85b7fc914ac9090e96f1cd9ba38f20784e6574b4d59 +size 1063637 diff --git a/mono/assets/img/character/chara2/chara2_name.png b/mono/assets/img/character/chara2/chara2_name.png new file mode 100644 index 0000000000000000000000000000000000000000..116ece42f9d9e6ebd6df6d2c7ad44dcc1e117738 --- /dev/null +++ b/mono/assets/img/character/chara2/chara2_name.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058d7bf7bab8532226e0dea57072465ff2d82236d881a4fd83b7c52ba2014bf4 +size 14263 diff --git a/mono/assets/img/character/character__imgDeco.svg b/mono/assets/img/character/character__imgDeco.svg new file mode 100644 index 0000000000000000000000000000000000000000..8df85bfdeadc296a075b12bacac0ed7f371dc165 --- /dev/null +++ b/mono/assets/img/character/character__imgDeco.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/character/character_h2_circle.svg b/mono/assets/img/character/character_h2_circle.svg new file mode 100644 index 0000000000000000000000000000000000000000..07d7046a09a1a5a6d12394598e83dc18bdca5c06 --- /dev/null +++ b/mono/assets/img/character/character_h2_circle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/character/character_h2_title.svg b/mono/assets/img/character/character_h2_title.svg new file mode 100644 index 0000000000000000000000000000000000000000..f909f91ccc43493962c764e6b14773e85d2ca776 --- /dev/null +++ b/mono/assets/img/character/character_h2_title.svg @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/mono/assets/img/character/character_profbg.svg b/mono/assets/img/character/character_profbg.svg new file mode 100644 index 0000000000000000000000000000000000000000..24720f051de5eca5f422b1c42c455e7b531cb54e --- /dev/null +++ b/mono/assets/img/character/character_profbg.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/mono/assets/img/comment/comment_job_author.svg b/mono/assets/img/comment/comment_job_author.svg new file mode 100644 index 0000000000000000000000000000000000000000..85bb032ea225243e5c2af1813f79626c6858cf93 --- /dev/null +++ b/mono/assets/img/comment/comment_job_author.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_job_cast01.svg b/mono/assets/img/comment/comment_job_cast01.svg new file mode 100644 index 0000000000000000000000000000000000000000..9d82408eeab7d959f3f3c1f91ae46fe5eeb04ac3 --- /dev/null +++ b/mono/assets/img/comment/comment_job_cast01.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_job_cast02.svg b/mono/assets/img/comment/comment_job_cast02.svg new file mode 100644 index 0000000000000000000000000000000000000000..e02eb8006bf8bfef6e6231509331f45ffb72ff14 --- /dev/null +++ b/mono/assets/img/comment/comment_job_cast02.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/comment/comment_job_staff01.svg b/mono/assets/img/comment/comment_job_staff01.svg new file mode 100644 index 0000000000000000000000000000000000000000..8c34a1ef0e94187187c8c712423da5c0285d3878 --- /dev/null +++ b/mono/assets/img/comment/comment_job_staff01.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_job_staff02.svg b/mono/assets/img/comment/comment_job_staff02.svg new file mode 100644 index 0000000000000000000000000000000000000000..7ff522c84d6d1bf18d715ce0fa09b101b3a776db --- /dev/null +++ b/mono/assets/img/comment/comment_job_staff02.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_job_staff03.svg b/mono/assets/img/comment/comment_job_staff03.svg new file mode 100644 index 0000000000000000000000000000000000000000..4f5c9275553798c32ae14d528f89246728f4c063 --- /dev/null +++ b/mono/assets/img/comment/comment_job_staff03.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_name_author.svg b/mono/assets/img/comment/comment_name_author.svg new file mode 100644 index 0000000000000000000000000000000000000000..4637dc1a11cbd11c6b7d850681105b5057c3e98e --- /dev/null +++ b/mono/assets/img/comment/comment_name_author.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_name_cast01.svg b/mono/assets/img/comment/comment_name_cast01.svg new file mode 100644 index 0000000000000000000000000000000000000000..0c7bc9fe8649bf20aa9f2b04c1e9440cc2113de4 --- /dev/null +++ b/mono/assets/img/comment/comment_name_cast01.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_name_cast02.svg b/mono/assets/img/comment/comment_name_cast02.svg new file mode 100644 index 0000000000000000000000000000000000000000..fd137a9c598c8770d091c291ee34262103a0b670 --- /dev/null +++ b/mono/assets/img/comment/comment_name_cast02.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/comment/comment_name_staff01.svg b/mono/assets/img/comment/comment_name_staff01.svg new file mode 100644 index 0000000000000000000000000000000000000000..5a5fd69ad1b503cb1f98cfe911372bf8afb09519 --- /dev/null +++ b/mono/assets/img/comment/comment_name_staff01.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_name_staff02.svg b/mono/assets/img/comment/comment_name_staff02.svg new file mode 100644 index 0000000000000000000000000000000000000000..ded804928854d798583e78aa835ee4fd799e503c --- /dev/null +++ b/mono/assets/img/comment/comment_name_staff02.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/comment/comment_name_staff03.svg b/mono/assets/img/comment/comment_name_staff03.svg new file mode 100644 index 0000000000000000000000000000000000000000..13ab63f4c58586abd99f76926d336eb65f1277c7 --- /dev/null +++ b/mono/assets/img/comment/comment_name_staff03.svg @@ -0,0 +1,17 @@ + + + + + + + diff --git a/mono/assets/img/common/arrow_r.svg b/mono/assets/img/common/arrow_r.svg new file mode 100644 index 0000000000000000000000000000000000000000..c33545aae96053688d2560c2a1a47328311e6d7b --- /dev/null +++ b/mono/assets/img/common/arrow_r.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/arrow_r2.svg b/mono/assets/img/common/arrow_r2.svg new file mode 100644 index 0000000000000000000000000000000000000000..a7648bacdc6c0fad38033ab0a28d0f98e3acdeba --- /dev/null +++ b/mono/assets/img/common/arrow_r2.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/arrow_r_toTop.svg b/mono/assets/img/common/arrow_r_toTop.svg new file mode 100644 index 0000000000000000000000000000000000000000..e160a43541d32e0daed7c28fee872615a0dfe58b --- /dev/null +++ b/mono/assets/img/common/arrow_r_toTop.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/banner/bnr_digicon.png b/mono/assets/img/common/banner/bnr_digicon.png new file mode 100644 index 0000000000000000000000000000000000000000..c4882a3662e1d9a8d58b5d1e37fd486484e91515 --- /dev/null +++ b/mono/assets/img/common/banner/bnr_digicon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812d89ed95649343315cf25f0c8c3c2bba568fe49b191e75e07a4f47d46e53ee +size 5245 diff --git a/mono/assets/img/common/banner/bnr_gensaku.jpg b/mono/assets/img/common/banner/bnr_gensaku.jpg new file mode 100644 index 0000000000000000000000000000000000000000..26ceee1622cfc465c3694bada80974699bfdfcdf --- /dev/null +++ b/mono/assets/img/common/banner/bnr_gensaku.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec47a0f740fa8f855fb964a9a058554dd20219f9fdb6f89ebe5515c5f7c5291b +size 52606 diff --git a/mono/assets/img/common/banner/bnr_oiwaiillustration.png b/mono/assets/img/common/banner/bnr_oiwaiillustration.png new file mode 100644 index 0000000000000000000000000000000000000000..971af700b540a00e7176de94de7c45cf028311e1 --- /dev/null +++ b/mono/assets/img/common/banner/bnr_oiwaiillustration.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8a04416dc915ccab6de1bd1ad1a908179f8593e6236d0e62b054c647daedca +size 12875 diff --git a/mono/assets/img/common/bg_cloud.svg b/mono/assets/img/common/bg_cloud.svg new file mode 100644 index 0000000000000000000000000000000000000000..4c730ad0616396bbd32cecc004741c1d47d8bb21 --- /dev/null +++ b/mono/assets/img/common/bg_cloud.svg @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/mono/assets/img/common/bg_forest.webp b/mono/assets/img/common/bg_forest.webp new file mode 100644 index 0000000000000000000000000000000000000000..cc106f6bccd71546f24ab7f4968d50343762ccbb --- /dev/null +++ b/mono/assets/img/common/bg_forest.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb8c7669728eec481ed8d5339c8f4ac6c26ae180021dc6f79496569686f7748 +size 45616 diff --git a/mono/assets/img/common/bg_mountain.webp b/mono/assets/img/common/bg_mountain.webp new file mode 100644 index 0000000000000000000000000000000000000000..d61155fed8b2edcad8cd91428ad33fd55b1e99a7 --- /dev/null +++ b/mono/assets/img/common/bg_mountain.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b84f7e564786dd2b7def4a5211cb6457772359903eb8c6be746f9a69242fe5a +size 20804 diff --git a/mono/assets/img/common/bg_mtfuji.webp b/mono/assets/img/common/bg_mtfuji.webp new file mode 100644 index 0000000000000000000000000000000000000000..d4e246f2253f3347b8176174bed798cf6cb4a7f6 --- /dev/null +++ b/mono/assets/img/common/bg_mtfuji.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fc3e91e5cc10a8a40478db51f50c8bc28dfd1503eeb710c470fb66fc38f149 +size 27440 diff --git a/mono/assets/img/common/bg_shadow.webp b/mono/assets/img/common/bg_shadow.webp new file mode 100644 index 0000000000000000000000000000000000000000..8b6a2bfb95c9310c5b50f45fe4a263c736ccf04f --- /dev/null +++ b/mono/assets/img/common/bg_shadow.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb042742267062cb375d37ecde1d864d057c926219d192084957ce62dae54bc +size 37428 diff --git a/mono/assets/img/common/btn_viewChange__img.svg b/mono/assets/img/common/btn_viewChange__img.svg new file mode 100644 index 0000000000000000000000000000000000000000..511097ef9b5393c377712144104ef96fcc574f07 --- /dev/null +++ b/mono/assets/img/common/btn_viewChange__img.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + diff --git a/mono/assets/img/common/footer_copyright.svg b/mono/assets/img/common/footer_copyright.svg new file mode 100644 index 0000000000000000000000000000000000000000..52cbba9ee534dc3ce118966f1b062bebaa7608ab --- /dev/null +++ b/mono/assets/img/common/footer_copyright.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + diff --git a/mono/assets/img/common/icon_comment.svg b/mono/assets/img/common/icon_comment.svg new file mode 100644 index 0000000000000000000000000000000000000000..3670f67382aef9062a45546dcc07ac0c666a2b4b --- /dev/null +++ b/mono/assets/img/common/icon_comment.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/icon_fb.svg b/mono/assets/img/common/icon_fb.svg new file mode 100644 index 0000000000000000000000000000000000000000..fef5f6a529f61c8df5406c38e71f49162f68e86e --- /dev/null +++ b/mono/assets/img/common/icon_fb.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/icon_insta.svg b/mono/assets/img/common/icon_insta.svg new file mode 100644 index 0000000000000000000000000000000000000000..22c2c6f61669d405c80e25ff370fa2b32b48e040 --- /dev/null +++ b/mono/assets/img/common/icon_insta.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/mono/assets/img/common/icon_line.svg b/mono/assets/img/common/icon_line.svg new file mode 100644 index 0000000000000000000000000000000000000000..2c886a0e9ba01433cf21693f054687789129cdb3 --- /dev/null +++ b/mono/assets/img/common/icon_line.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/icon_tk.svg b/mono/assets/img/common/icon_tk.svg new file mode 100644 index 0000000000000000000000000000000000000000..79e4473fe012561f2b2cc405e73dc18869e56a91 --- /dev/null +++ b/mono/assets/img/common/icon_tk.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/icon_tw.svg b/mono/assets/img/common/icon_tw.svg new file mode 100644 index 0000000000000000000000000000000000000000..bdb645ebd47a68640b8ec8a0c13a8d71ec664eb8 --- /dev/null +++ b/mono/assets/img/common/icon_tw.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/logo_aniplex.svg b/mono/assets/img/common/logo_aniplex.svg new file mode 100644 index 0000000000000000000000000000000000000000..8cf196681e14a01de92f0affbbd87de3aada761a --- /dev/null +++ b/mono/assets/img/common/logo_aniplex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/common/logo_pattern1.svg b/mono/assets/img/common/logo_pattern1.svg new file mode 100644 index 0000000000000000000000000000000000000000..23405014a9c3dcc990496872813af9be97c0c6f8 --- /dev/null +++ b/mono/assets/img/common/logo_pattern1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/common/logo_pattern2.svg b/mono/assets/img/common/logo_pattern2.svg new file mode 100644 index 0000000000000000000000000000000000000000..b4ffa8ed6be55f370915f6cf98bbc8f64f263c05 --- /dev/null +++ b/mono/assets/img/common/logo_pattern2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/common/logo_pattern3.svg b/mono/assets/img/common/logo_pattern3.svg new file mode 100644 index 0000000000000000000000000000000000000000..b65bbbc701a1a17baea0fd6aa7fbd47396f5f12b --- /dev/null +++ b/mono/assets/img/common/logo_pattern3.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mono/assets/img/common/scrollguide_icon_arrow.svg b/mono/assets/img/common/scrollguide_icon_arrow.svg new file mode 100644 index 0000000000000000000000000000000000000000..ef56e4c29f57c8e85ceb04b3c738c105c65b916f --- /dev/null +++ b/mono/assets/img/common/scrollguide_icon_arrow.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/scrollguide_icon_finger.svg b/mono/assets/img/common/scrollguide_icon_finger.svg new file mode 100644 index 0000000000000000000000000000000000000000..c69fe0926c1471e823e1a2620db9406fd125af31 --- /dev/null +++ b/mono/assets/img/common/scrollguide_icon_finger.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/common/toTop_circle.svg b/mono/assets/img/common/toTop_circle.svg new file mode 100644 index 0000000000000000000000000000000000000000..4e9e5753d29331ed056b23b126606f233622b171 --- /dev/null +++ b/mono/assets/img/common/toTop_circle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/introduction/introduction_catch__shadow-s.svg b/mono/assets/img/introduction/introduction_catch__shadow-s.svg new file mode 100644 index 0000000000000000000000000000000000000000..fef291cfc6d3971ddb9bb3fbb20fbce02e8b8b16 --- /dev/null +++ b/mono/assets/img/introduction/introduction_catch__shadow-s.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/introduction/introduction_catch__shadow.svg b/mono/assets/img/introduction/introduction_catch__shadow.svg new file mode 100644 index 0000000000000000000000000000000000000000..c4c12ca4909e85bf2fbbee32f7f59d00244b00ef --- /dev/null +++ b/mono/assets/img/introduction/introduction_catch__shadow.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/introduction/introduction_catch__txt-s.svg b/mono/assets/img/introduction/introduction_catch__txt-s.svg new file mode 100644 index 0000000000000000000000000000000000000000..5d9fd35538568f85a1346806899ca97862d65e31 --- /dev/null +++ b/mono/assets/img/introduction/introduction_catch__txt-s.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/introduction/introduction_catch__txt.svg b/mono/assets/img/introduction/introduction_catch__txt.svg new file mode 100644 index 0000000000000000000000000000000000000000..37a06f147cf64b2f8774020f762a3bd3cc369b10 --- /dev/null +++ b/mono/assets/img/introduction/introduction_catch__txt.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/introduction/introduction_h2_circle.svg b/mono/assets/img/introduction/introduction_h2_circle.svg new file mode 100644 index 0000000000000000000000000000000000000000..6044eab96687e6d6e1459dcdb147d06ffab6d23d --- /dev/null +++ b/mono/assets/img/introduction/introduction_h2_circle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/introduction/introduction_h2_title.svg b/mono/assets/img/introduction/introduction_h2_title.svg new file mode 100644 index 0000000000000000000000000000000000000000..f63f0ac1c8c9c4b6b6185a392810709e9b07700f --- /dev/null +++ b/mono/assets/img/introduction/introduction_h2_title.svg @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/mono/assets/img/movie/movie_h2_circle.svg b/mono/assets/img/movie/movie_h2_circle.svg new file mode 100644 index 0000000000000000000000000000000000000000..54a5b7013e34507da2578c1a35f0976fd53c71f4 --- /dev/null +++ b/mono/assets/img/movie/movie_h2_circle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/movie/movie_h2_title.svg b/mono/assets/img/movie/movie_h2_title.svg new file mode 100644 index 0000000000000000000000000000000000000000..52e949ba9a877ad344785ce1e318dfdcb5700c24 --- /dev/null +++ b/mono/assets/img/movie/movie_h2_title.svg @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/mono/assets/img/movie/movie_playcircle.svg b/mono/assets/img/movie/movie_playcircle.svg new file mode 100644 index 0000000000000000000000000000000000000000..1b334e7284df7c499f3851ab8e804ecc674b9932 --- /dev/null +++ b/mono/assets/img/movie/movie_playcircle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/movie/movie_playtriangle.svg b/mono/assets/img/movie/movie_playtriangle.svg new file mode 100644 index 0000000000000000000000000000000000000000..b73a4d7355e3ff965ebe854100cf30cfdaa9b9da --- /dev/null +++ b/mono/assets/img/movie/movie_playtriangle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/news/news_h2_circle.svg b/mono/assets/img/news/news_h2_circle.svg new file mode 100644 index 0000000000000000000000000000000000000000..439b762b1d66db1d6d44235a81bd992d09ea951e --- /dev/null +++ b/mono/assets/img/news/news_h2_circle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/news/news_h2_title.svg b/mono/assets/img/news/news_h2_title.svg new file mode 100644 index 0000000000000000000000000000000000000000..4c9b136a7da9533760b06a45035d8bc56ea150ef --- /dev/null +++ b/mono/assets/img/news/news_h2_title.svg @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/mono/assets/img/prologue/prologue_catch__shadow-s.svg b/mono/assets/img/prologue/prologue_catch__shadow-s.svg new file mode 100644 index 0000000000000000000000000000000000000000..512986b60f196f364507f978db5bff1de2102e00 --- /dev/null +++ b/mono/assets/img/prologue/prologue_catch__shadow-s.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/prologue/prologue_catch__shadow.svg b/mono/assets/img/prologue/prologue_catch__shadow.svg new file mode 100644 index 0000000000000000000000000000000000000000..72faea07b28766db0b0b73518bd86afe391f57ce --- /dev/null +++ b/mono/assets/img/prologue/prologue_catch__shadow.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/prologue/prologue_catch__txt-s.svg b/mono/assets/img/prologue/prologue_catch__txt-s.svg new file mode 100644 index 0000000000000000000000000000000000000000..335b307553437803260fc5ebce508536a26f1a60 --- /dev/null +++ b/mono/assets/img/prologue/prologue_catch__txt-s.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/prologue/prologue_catch__txt.svg b/mono/assets/img/prologue/prologue_catch__txt.svg new file mode 100644 index 0000000000000000000000000000000000000000..968c32301712f8d53b0c2af6680f79f072a8d286 --- /dev/null +++ b/mono/assets/img/prologue/prologue_catch__txt.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/prologue/prologue_h2_circle.svg b/mono/assets/img/prologue/prologue_h2_circle.svg new file mode 100644 index 0000000000000000000000000000000000000000..7ba0f1607214404a6fa96f6710e6b3a004816368 --- /dev/null +++ b/mono/assets/img/prologue/prologue_h2_circle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/prologue/prologue_h2_title.svg b/mono/assets/img/prologue/prologue_h2_title.svg new file mode 100644 index 0000000000000000000000000000000000000000..0c1d2a066d798c22aeaf31025987cacb51829f70 --- /dev/null +++ b/mono/assets/img/prologue/prologue_h2_title.svg @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/mono/assets/img/special/digicon/icon_satsuki.png b/mono/assets/img/special/digicon/icon_satsuki.png new file mode 100644 index 0000000000000000000000000000000000000000..18d6fb6735300bdd819bfd8058ffe54df1a54645 --- /dev/null +++ b/mono/assets/img/special/digicon/icon_satsuki.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6a8bc6799796abe97f4104a54b375bfeef73fd52c9099d5effa2438f332422 +size 739968 diff --git a/mono/assets/img/special/digicon/icon_satsuki_thumb.png b/mono/assets/img/special/digicon/icon_satsuki_thumb.png new file mode 100644 index 0000000000000000000000000000000000000000..7bc94384f0ca96c4216ce4b0773ce62038886bf0 --- /dev/null +++ b/mono/assets/img/special/digicon/icon_satsuki_thumb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01e66d7a05cc60e7b3224b99b0e6c2d338099d3a29a374a5b13230c7f6e8493 +size 151365 diff --git a/mono/assets/img/special/digicon/wp_pc_satsuki.jpg b/mono/assets/img/special/digicon/wp_pc_satsuki.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b69ca6484af884ae2f0838bd78fbcc099b57c27e --- /dev/null +++ b/mono/assets/img/special/digicon/wp_pc_satsuki.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd510011e2d016466e01b4983757757a234a6ffc57357a9d350cb5b6d39c1b4e +size 756014 diff --git a/mono/assets/img/special/digicon/wp_pc_satsuki_thumb.jpg b/mono/assets/img/special/digicon/wp_pc_satsuki_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7f05a099dd7203e1abc9903ee01f6402b50d597b --- /dev/null +++ b/mono/assets/img/special/digicon/wp_pc_satsuki_thumb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c162169d5333e66fb3f312654c48779f25ccc3e85e6df675482832c13d7da1 +size 215980 diff --git a/mono/assets/img/special/digicon/wp_sp_satsuki.jpg b/mono/assets/img/special/digicon/wp_sp_satsuki.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3c99e918184e17d8e1ee3a9a3fac37c33b662fec --- /dev/null +++ b/mono/assets/img/special/digicon/wp_sp_satsuki.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34d9aadf8816f21ab4984256eee9547cb8f08ce7c7fff746877fd8ad686b20a +size 2448062 diff --git a/mono/assets/img/special/digicon/wp_sp_satsuki_thumb.jpg b/mono/assets/img/special/digicon/wp_sp_satsuki_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b624e3a783316a5408f4d057f47765aab8e5e62e --- /dev/null +++ b/mono/assets/img/special/digicon/wp_sp_satsuki_thumb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1405cb4f55fc76adc0907eae860df7c5b9db54cf9f5af5ec0e720e3173f234b8 +size 214019 diff --git a/mono/assets/img/special/digicon/wp_tablet_satsuki.jpg b/mono/assets/img/special/digicon/wp_tablet_satsuki.jpg new file mode 100644 index 0000000000000000000000000000000000000000..04aada292b7da1b1e9ce1d44a4f7fdc53dc2ec82 --- /dev/null +++ b/mono/assets/img/special/digicon/wp_tablet_satsuki.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9621e32701b0c275e46f2c8aae4cc292798d2cf2220fcd04bb1b2daf82382fe2 +size 1414970 diff --git a/mono/assets/img/special/digicon/wp_tablet_satsuki_thumb.jpg b/mono/assets/img/special/digicon/wp_tablet_satsuki_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c4369f5a97941b8b63b33f18d6d3ccc14cc3e539 --- /dev/null +++ b/mono/assets/img/special/digicon/wp_tablet_satsuki_thumb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56415fddd02c585ab5762e7d5de5a118e58c4f5b7343002f8fb6db9cc7fcbdf7 +size 349270 diff --git a/mono/assets/img/special/special_h2_circle.svg b/mono/assets/img/special/special_h2_circle.svg new file mode 100644 index 0000000000000000000000000000000000000000..6155d1996c05c6de7cc4476eba02b96f06f1d17a --- /dev/null +++ b/mono/assets/img/special/special_h2_circle.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/special/special_h2_title.svg b/mono/assets/img/special/special_h2_title.svg new file mode 100644 index 0000000000000000000000000000000000000000..ed4f5a6174d7e82a5e8f50dacea5b9850acc003a --- /dev/null +++ b/mono/assets/img/special/special_h2_title.svg @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/mono/assets/img/special/thumb/thumb_digicon.jpg b/mono/assets/img/special/thumb/thumb_digicon.jpg new file mode 100644 index 0000000000000000000000000000000000000000..216461b39ad75c14d006ee6c386b758a507b5760 --- /dev/null +++ b/mono/assets/img/special/thumb/thumb_digicon.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6acbec0c1997abebe5de9b007cd51cc0bbe63a54a7aa086a8c85804a5e9814 +size 157974 diff --git a/mono/assets/img/special/thumb/thumb_xfollower10000.jpg b/mono/assets/img/special/thumb/thumb_xfollower10000.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f71ff6a87a950911e388642f7b0aaacce3cc59c6 --- /dev/null +++ b/mono/assets/img/special/thumb/thumb_xfollower10000.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ada74551abbf4a18e7797e717823a8e8cf841277ff5451c715a2674d7671176 +size 94427 diff --git a/mono/assets/img/special/xfollower10000/header.jpg b/mono/assets/img/special/xfollower10000/header.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4a93ade1251c1578a3b90ef7844b1492e6484559 --- /dev/null +++ b/mono/assets/img/special/xfollower10000/header.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a22de16e6b574dad2b9765952d2afad60913ceb7358550ea0b921bd28cc3064 +size 678273 diff --git a/mono/assets/img/special/xfollower10000/header_thumb.jpg b/mono/assets/img/special/xfollower10000/header_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0caa16ef1e3d34ceff89e19eea5a067be62d6dab --- /dev/null +++ b/mono/assets/img/special/xfollower10000/header_thumb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944acc8921d95a9db69646bb6d923978b9a015e0fff4fe12391c628f6f1cbb1c +size 41814 diff --git a/mono/assets/img/special/xfollower10000/wp_pc.jpg b/mono/assets/img/special/xfollower10000/wp_pc.jpg new file mode 100644 index 0000000000000000000000000000000000000000..414810b180d3508ff27b8301cc196300d6babdb7 --- /dev/null +++ b/mono/assets/img/special/xfollower10000/wp_pc.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ae2cc7b00d1eaa47da7764ce6b2d82a2c27dc3d2c0d2e39f755bb797ebe939 +size 1969484 diff --git a/mono/assets/img/special/xfollower10000/wp_pc_thumb.jpg b/mono/assets/img/special/xfollower10000/wp_pc_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2906c8485052ce6471eb05af48e592430f555f51 --- /dev/null +++ b/mono/assets/img/special/xfollower10000/wp_pc_thumb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488436b901fe537df942e4562e762e605be2e3d66c00919b8b3e9a7ba9e2c3d5 +size 73752 diff --git a/mono/assets/img/special/xfollower10000/wp_sp.jpg b/mono/assets/img/special/xfollower10000/wp_sp.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f21999bf41b9977481bd90b247c87373e3ef2070 --- /dev/null +++ b/mono/assets/img/special/xfollower10000/wp_sp.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2fb4187e420270563593f4606c62fd9b68b0f246cfab5f8f5becfc5c6d4a45 +size 3964438 diff --git a/mono/assets/img/special/xfollower10000/wp_sp_thumb.jpg b/mono/assets/img/special/xfollower10000/wp_sp_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b319d57c42e8ba010b311adc309ed67ff09f3f25 --- /dev/null +++ b/mono/assets/img/special/xfollower10000/wp_sp_thumb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497898b9e3e1ccf405000638bbd93d96222a64a21e238bae08b9a2dd9103e27b +size 295989 diff --git a/mono/assets/img/special/xfollower10000/wp_tablet_thumb.jpg b/mono/assets/img/special/xfollower10000/wp_tablet_thumb.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9ea3d88ccab47d5484beba88dbeb2695a2043924 --- /dev/null +++ b/mono/assets/img/special/xfollower10000/wp_tablet_thumb.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78a09ffb0d1968e20406291d0c764744f3183e5e89b9ac6d6e5a84b3f32911a +size 98534 diff --git a/mono/assets/img/staff/staff_h2_circle.svg?240916 b/mono/assets/img/staff/staff_h2_circle.svg?240916 new file mode 100644 index 0000000000000000000000000000000000000000..aaeb786128fc9287f83975d33a4531a4c48c6a84 --- /dev/null +++ b/mono/assets/img/staff/staff_h2_circle.svg?240916 @@ -0,0 +1,11 @@ + + + + + + diff --git a/mono/assets/img/staff/staff_h2_title.svg?240916 b/mono/assets/img/staff/staff_h2_title.svg?240916 new file mode 100644 index 0000000000000000000000000000000000000000..59a9d139d12e2447787435df59c48163f8aa4f49 --- /dev/null +++ b/mono/assets/img/staff/staff_h2_title.svg?240916 @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_all.png b/mono/assets/img/top/charaVisual/chara1/chara1_all.png new file mode 100644 index 0000000000000000000000000000000000000000..b9f33f347d447a911c830d1ddaab093e05b1e664 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_all.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106575b404ee4c0126941772e7eb3418a42ee2527940823411d03dce8202ca90 +size 217448 diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_bg.svg b/mono/assets/img/top/charaVisual/chara1/chara1_bg.svg new file mode 100644 index 0000000000000000000000000000000000000000..159279b24df19dc61cab505c4557d07cdfddf8bb --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_bg.svg @@ -0,0 +1,30 @@ + + + + + + + + + + diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_bgtxt.png b/mono/assets/img/top/charaVisual/chara1/chara1_bgtxt.png new file mode 100644 index 0000000000000000000000000000000000000000..7902790088ceee6a883023807eab3da05ec6c381 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_bgtxt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee15af64261ee0321b0da403e4934a13b3d1b949908dd4b2d368b81d443d412 +size 27653 diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_catch.svg b/mono/assets/img/top/charaVisual/chara1/chara1_catch.svg new file mode 100644 index 0000000000000000000000000000000000000000..c9dd3759bdb2ce479c04e390e2e5cfe5ae713c52 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_catch.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_catch_deco.svg b/mono/assets/img/top/charaVisual/chara1/chara1_catch_deco.svg new file mode 100644 index 0000000000000000000000000000000000000000..9b991594eb01722d2c9328abd0d2c15076bbd034 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_catch_deco.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_chara.png b/mono/assets/img/top/charaVisual/chara1/chara1_chara.png new file mode 100644 index 0000000000000000000000000000000000000000..9f6caa2cfd9ed2526676b07e708494f1845236b3 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_chara.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:547f0dbb9f8d8980f8134b8821b162579c1fb8a9d8de87826d2e7ce2968cb434 +size 95959 diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_name_en.svg b/mono/assets/img/top/charaVisual/chara1/chara1_name_en.svg new file mode 100644 index 0000000000000000000000000000000000000000..7b84b1075ddc6f89094974059c00c93fb52356e8 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_name_en.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_name_en2.svg b/mono/assets/img/top/charaVisual/chara1/chara1_name_en2.svg new file mode 100644 index 0000000000000000000000000000000000000000..8c3e56db462695abd0ce6cc96d5f2fb82a53f29e --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_name_en2.svg @@ -0,0 +1,11 @@ + + + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_nameset.svg b/mono/assets/img/top/charaVisual/chara1/chara1_nameset.svg new file mode 100644 index 0000000000000000000000000000000000000000..647436a107ebf456464c05684c1b2e8a46d83a45 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_nameset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_num.svg b/mono/assets/img/top/charaVisual/chara1/chara1_num.svg new file mode 100644 index 0000000000000000000000000000000000000000..7ba6a501de32337d774ef4dcfe7da5269cc2dd0a --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_num.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_numName.svg b/mono/assets/img/top/charaVisual/chara1/chara1_numName.svg new file mode 100644 index 0000000000000000000000000000000000000000..081754e77a91a2cc32946dccd9f51274fb474e2e --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_numName.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_onair.png b/mono/assets/img/top/charaVisual/chara1/chara1_onair.png new file mode 100644 index 0000000000000000000000000000000000000000..d2c9870f1d76f541e19290b60f275aa1b5a3d118 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_onair.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5327b8e93eddb08db77cd30185d392c1326a79ec804f7b1561b54bf22362d8a8 +size 45618 diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_onair_slide.svg b/mono/assets/img/top/charaVisual/chara1/chara1_onair_slide.svg new file mode 100644 index 0000000000000000000000000000000000000000..19897f4d1b7ab075a033ddff64356a9964621378 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_onair_slide.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_prof_birth.svg b/mono/assets/img/top/charaVisual/chara1/chara1_prof_birth.svg new file mode 100644 index 0000000000000000000000000000000000000000..faef8daeeb6702be5e613fc533cdbaa6341cc5f5 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_prof_birth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_prof_camera.svg b/mono/assets/img/top/charaVisual/chara1/chara1_prof_camera.svg new file mode 100644 index 0000000000000000000000000000000000000000..2c6084a5da6ea5bd217dec0ce2d3aeca5ae1032a --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_prof_camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_prof_food.svg b/mono/assets/img/top/charaVisual/chara1/chara1_prof_food.svg new file mode 100644 index 0000000000000000000000000000000000000000..faabea221409d7bbc27206d013be969184eb64cc --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_prof_food.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_prof_height.svg b/mono/assets/img/top/charaVisual/chara1/chara1_prof_height.svg new file mode 100644 index 0000000000000000000000000000000000000000..c2f20ae1cf7adf1aabe7ecd1169b7484ab2b1948 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_prof_height.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara1/chara1_prof_place.svg b/mono/assets/img/top/charaVisual/chara1/chara1_prof_place.svg new file mode 100644 index 0000000000000000000000000000000000000000..d439bd4a174c59f9150c8547ec4cb78d5beef50f --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara1/chara1_prof_place.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_all.png b/mono/assets/img/top/charaVisual/chara2/chara2_all.png new file mode 100644 index 0000000000000000000000000000000000000000..dec2012a9e37100f3240d774d02edc5cfdca9404 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_all.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36df2fc8bcc1452eec2376f9d3f26ed5faac8866b53996e48926f064ee66cca +size 279245 diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_bg.svg b/mono/assets/img/top/charaVisual/chara2/chara2_bg.svg new file mode 100644 index 0000000000000000000000000000000000000000..d59c9b22e0369aeffafb8babc336647e14119579 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_bg.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_bgtxt.png b/mono/assets/img/top/charaVisual/chara2/chara2_bgtxt.png new file mode 100644 index 0000000000000000000000000000000000000000..f81ac6963aae3e25eadcbd3ac9c05ddb7a88b60d --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_bgtxt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f687ef6d59b6d4fec3a38b9121f6c19625de47f7e3ea7121ed7d8922c5f21bd +size 23691 diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_catch.png b/mono/assets/img/top/charaVisual/chara2/chara2_catch.png new file mode 100644 index 0000000000000000000000000000000000000000..1194d8486209be66c56cf2d7cc58eca302a4e642 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_catch.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb4bab3d344480a2f55344eeccf66ca2a956e4577fe5408ab1365c00c98e2a9 +size 37578 diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_catch.svg b/mono/assets/img/top/charaVisual/chara2/chara2_catch.svg new file mode 100644 index 0000000000000000000000000000000000000000..a53d9c69a99d4d5a5b0a6ecf8d50dfd1ea98b9f0 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_catch.svg @@ -0,0 +1,19 @@ + + + + + + + diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_catch_deco.png b/mono/assets/img/top/charaVisual/chara2/chara2_catch_deco.png new file mode 100644 index 0000000000000000000000000000000000000000..40e81c486d1c9d2c4b218b5ff19b6b1fedf8968e --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_catch_deco.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67da74209110757901c942b7e403d39bcd7c9db5ffb98da9f1a735a0f8175afe +size 4461 diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_chara.png b/mono/assets/img/top/charaVisual/chara2/chara2_chara.png new file mode 100644 index 0000000000000000000000000000000000000000..a29a9ad5b1e57b0a005ba611191f0ead225ddfe5 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_chara.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a5a5e7749932c7bec5e3af0f7e036e408fb6a5b8fec87e9d5156315a105271 +size 122563 diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_name_en.svg b/mono/assets/img/top/charaVisual/chara2/chara2_name_en.svg new file mode 100644 index 0000000000000000000000000000000000000000..7da2257f8d8482bc72a1de29435206714e0855ab --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_name_en.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_name_en2.svg b/mono/assets/img/top/charaVisual/chara2/chara2_name_en2.svg new file mode 100644 index 0000000000000000000000000000000000000000..52a57f691b6c42997441662969aa2db0e7ea6300 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_name_en2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_nameset.svg b/mono/assets/img/top/charaVisual/chara2/chara2_nameset.svg new file mode 100644 index 0000000000000000000000000000000000000000..5ea35df39d60147e5ab370b4430bad67ee15dd0f --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_nameset.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_num.svg b/mono/assets/img/top/charaVisual/chara2/chara2_num.svg new file mode 100644 index 0000000000000000000000000000000000000000..c57f3738ab33e4bc3ec7c81d5cac9f01c00bb71b --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_num.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_numName.svg b/mono/assets/img/top/charaVisual/chara2/chara2_numName.svg new file mode 100644 index 0000000000000000000000000000000000000000..06813f28be7dd7b217f93d867e8fed05a46611ef --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_numName.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_onair.png b/mono/assets/img/top/charaVisual/chara2/chara2_onair.png new file mode 100644 index 0000000000000000000000000000000000000000..2d3c9053dd273afdb5ca95c98afab3ac9c0a58f4 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_onair.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c9ab3ce756c736aa6e7dd57318704ef73eea9222caf4f76521e47da35600a2 +size 45610 diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_prof_birth.svg b/mono/assets/img/top/charaVisual/chara2/chara2_prof_birth.svg new file mode 100644 index 0000000000000000000000000000000000000000..e204503f0e0874a65044ba59110af7141c12d251 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_prof_birth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_prof_camera.svg b/mono/assets/img/top/charaVisual/chara2/chara2_prof_camera.svg new file mode 100644 index 0000000000000000000000000000000000000000..c6da648dad92d320cad378fc8e1dbf01809c14dd --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_prof_camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_prof_food.svg b/mono/assets/img/top/charaVisual/chara2/chara2_prof_food.svg new file mode 100644 index 0000000000000000000000000000000000000000..216dcf76c9c90ca79d6328f9120159f7cfd2f2bc --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_prof_food.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_prof_height.svg b/mono/assets/img/top/charaVisual/chara2/chara2_prof_height.svg new file mode 100644 index 0000000000000000000000000000000000000000..0bb94aebac0cc0ff826f0a44328ab5d1366b2666 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_prof_height.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/charaVisual/chara2/chara2_prof_place.svg b/mono/assets/img/top/charaVisual/chara2/chara2_prof_place.svg new file mode 100644 index 0000000000000000000000000000000000000000..5402a74bef63cb6c444a8b37af2515db689fa848 --- /dev/null +++ b/mono/assets/img/top/charaVisual/chara2/chara2_prof_place.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mono/assets/img/top/movie_background.mp4 b/mono/assets/img/top/movie_background.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..d15e2f3f7571a230dc87242bdb9b158d66cd7003 --- /dev/null +++ b/mono/assets/img/top/movie_background.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33db9919fca3f098cfc76a860edc1a1a0340e212098343a74254f63d8027604 +size 2995891 diff --git a/mono/assets/img/top/visual.jpg b/mono/assets/img/top/visual.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c356866b783c79087080d58df5c1872891335893 --- /dev/null +++ b/mono/assets/img/top/visual.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63f049e166c9aa0d3d601d5c42857e8d0ae8863b8d4c7f6f6e35161fa1c74ee +size 3204792 diff --git a/mono/assets/img/top/visual.webp b/mono/assets/img/top/visual.webp new file mode 100644 index 0000000000000000000000000000000000000000..d28b4cb0a33c0fbe6ccac0d4dcf50f6b490a8fc4 --- /dev/null +++ b/mono/assets/img/top/visual.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ed40b652625a52c4b9cb2966bfaa7b91ac586873ce7c67010c7fe45af140d4 +size 462142 diff --git a/mono/assets/js/jquery.common.js b/mono/assets/js/jquery.common.js new file mode 100644 index 0000000000000000000000000000000000000000..9236059b16cdeba9e90ded34e8cfb02503678892 --- /dev/null +++ b/mono/assets/js/jquery.common.js @@ -0,0 +1,299 @@ +/*----------------------------------------------- + * Root +-------------------------------------------------*/ +var root = $("body").data('root'); +var page = $("body").data('page'); + + +/*----------------------------------------------- + * COMMON +-------------------------------------------------*/ +$(function(){ + + // Anchor Smooth Scroll + $('.js-anchor').on('click', function(){ + var speed = 1000; + var href= $(this).attr("href"); + var target = $(href == "#" || href == "" ? 'html' : href); + var position = target.offset().top; + $('body,html').animate({scrollTop:position}, speed, 'easeOutQuart'); + return false; + }); + + $('.js-anchorLeft').on('click', function(){ + var speed = 1000; + var href= $(this).attr("href"); + var target = $(href == "#" || href == "" ? 'html' : href); + var position = target.offset().left; + if(href == '#movie'){ + var ww = window.innerWidth; + position = target.offset().left + ww/2 + 200; + } + $('body,html').animate({scrollLeft:position}, speed, 'easeOutQuart'); + return false; + }) + + // Menu + $('.js-menu').on('click', function(){ + $(this).toggleClass('is-active'); + + if($(this).hasClass('is-active')){ + $('.js-header').addClass('is-active'); + } else { + $('.js-header').removeClass('is-active'); + } + }); + + $("a.headerNavLists__link, a.headerSNSList__link").on('click',function(){ + $('.js-menu').removeClass('is-active'); + $('.js-header').removeClass('is-active'); + }); + + + /** + * Modal open + */ + // Common + $('.js-modalOpen').on('click', function(){ + var modalID = $(this).data('modal'); + $('#' + modalID).fadeIn(500); + $('.modalBox').fadeIn(500); + $('body').css({'overflow':'hidden'}); + }); + + // Youtube + $('.js-youtubePlay').on('click', function(){ + var ytID = $(this).data('ytid'); + var ytURL = 'https://www.youtube.com/embed/'+ytID+'?autoplay=1&rel=0'; + setTimeout(function(){ + $('.js-youtubeIframe').attr('src',ytURL); + },100); + }); + + + /** + * Modal close + * iframeのsrcをcloseの際に消す + */ + var $modalIF = $('.js-youtubeIframe'); + + // Close処理 + function modalClose() { + $('.modalBox, .oneModal').fadeOut(500); + setTimeout(function(){ + $modalIF.attr('src',''); + },500); + $('body').css({'overflow':''}); + if(page = 'top'){ + lenis.start(); + chk_wheelmove = true; + } + } + + // Closeボタン + $('.js-modalClose').on('click', function(){ + modalClose(); + }); + + // Close エリア外 + $('.js-oneModalIn').on('click touchend', function(e) { + if (!$(e.target).closest('.js-oneModalIn__cont').length) { + modalClose(); + } + }); + + // アクセス時自動モーダル + // if($("#test")[0]){ + // $("#test").click() + // } + + +}); + + +/*----------------------------------------------- + * ACCESS HISTORY [セッションストレージを使用して初回アクセスか判定するやつ] +----------------------------------------------- */ +function accessHistory() { + const keyName = 'visited'; + const keyValue = true; + if (!sessionStorage.getItem(keyName)) { + //FIRST ACCESS + sessionStorage.setItem(keyName, keyValue); + return true; + } else { + $('body').addClass('is-visited'); + return false; + } +} +$(document).ready(accessHistory()); + + +/*----------------------------------------------- + * ScrollAnimation for IntersectionObserver [.js-scrani 要素が見えたら is-ani をaddclass するやつ] +-------------------------------------------------*/ +const set_scrani = () =>{ + const SCRANI_ACTIVE_CLASSNAME = 'is-ani'; + const scrani_callback = (entries) => { + //各 entry(IntersectionObserverEntry オブジェクト)に対して + entries.forEach( (entry) => { + //監視対象の要素が領域内に入った場合の処理 + if (entry.isIntersecting) { + //監視対象の要素(entry.target)に is-ani クラスを追加 + entry.target.classList.add(SCRANI_ACTIVE_CLASSNAME); + // }else{ + // entry.target.classList.remove(SCRANI_ACTIVE_CLASSNAME); + } + }); + } + const scrani_option = { + rootMargin: '-30% 0px', + } + const scrani_observer = new IntersectionObserver(scrani_callback, scrani_option); + + const target_scrani = document.querySelectorAll('.js-scrani'); + //全ての監視対象要素を observe() メソッドに指定 + target_scrani.forEach( (elem) => { + //observe() に監視対象の要素を指定 + scrani_observer.observe(elem); + }); +} +if(page !== "top"){ + setTimeout(function(){ + set_scrani(); + },200); +} + + + + +/*----------------------------------------------- + * MOVIE +-------------------------------------------------*/ +function movie(_ytid,_option){ + $('#youtubeModal').fadeIn(500); + if(_option){ + $("#youtubeModal").attr('data-option',_option); + }else{ + $("#youtubeModal").attr('data-option',''); + } + $('.modalBox').fadeIn(500); + var ytURL = 'https://www.youtube.com/embed/'+_ytid+'?autoplay=1&rel=0'; + setTimeout(function(){ + $('.js-youtubeIframe').attr('src',ytURL); + },100); + $('body').css({'overflow':'hidden'}); + if(page = 'top'){ + lenis.stop(); + chk_wheelmove = false; + } +} + +// YouTube Iframe 二重再生防止 [movie1つのみ] +$(".js-moviePlay").on('click', function(){ + // if(page = 'top'){ + // player.stopVideo(); + // } + $('body').addClass('--yt-apmov-stop'); + $(".js-modalBox").addClass('js-modalplayClose'); +}); + +$(document).on('click','.js-modalplayClose a.js-modalClose', function(){ + // if(page = 'top'){ + // player.playVideo(); + // } + $(".modalBox").removeClass('js-modalplayClose'); + $('body').removeClass('--yt-apmov-stop'); + $("#youtubeModal").attr('data-option',''); +}); + +$(document).on('click','.js-modalplayClose .js-oneModalIn', function(e) { + // if(page = 'top'){ + // player.playVideo(); + // } + $(".modalBox").removeClass('js-modalplayClose'); + $('body').removeClass('--yt-apmov-stop'); +}); + + +/*----------------------------------------------- + * Comment Modal +-------------------------------------------------*/ +function comment(_comment){ + $("#js-commentModalCont").load(root+'_inc/page/comment/'+_comment+'.comment.html',function(){ + $("#commentModal").fadeIn(500); + $(".modalBox").fadeIn(500); + $("body").css({'overflow':'hidden'}); + if(page = 'top'){ + lenis.stop(); + chk_wheelmove = false; + } + }); +} + + + + +/*----------------------------------------------- + * movieBGPlayer +-------------------------------------------------*/ +const movieBGVideo = $('.js-movieBgVideo').get(0); +function movieBGVideoPlayer(_config){ + if(_config == 'play'){ + movieBGVideo.play(); + //console.log('movie=>PLAY'); + } + if(_config == 'pause'){ + movieBGVideo.pause(); + // console.log('movie=>PAUSE'); + } +} + + +/*----------------------------------------------- + * CLOCK +-------------------------------------------------*/ +function zeroPadding(_num, _length){ + return ( Array(_length).join('0') + _num ).slice( -_length ); +} +function meridiemCheck(_num){ + if(_num >= 13){ + return ( Array('PM')); + }else{ + return ( Array('AM')); + } +} +function hourDataset(_num){ + let targetElement = document.body; + targetElement.dataset.timeH = _num; +} +function hour12(_num){ + if(_num >= 13){ + let calc_hour12 = _num - 12; + return ( Number(calc_hour12)); + }else{ + return ( Number(_num)); + } +} +$(function(){ + $.ajax({ + type: 'GET', + cache:false + }).done(function(data,status,xhr){ + var dTime,dmeridiem,cHour,dHour,dMinute,dSec,dFull; + var nowTime = new Date(xhr.getResponseHeader('Date')); + var sTime = nowTime.getTime(); + setInterval(()=>{ + sTime = sTime + 1000; + dTime = new Date(sTime); + dmeridiem = meridiemCheck(dTime.getHours()); + hourDataset(dTime.getHours()); + cHour = hour12(dTime.getHours()); + dHour = zeroPadding(cHour,2); + dMinute = zeroPadding(dTime.getMinutes(),2); + dSec = zeroPadding(dTime.getSeconds(),2); + dFull = dmeridiem+' '+dHour+':'+dMinute; + $("#js-nowTime").text(dFull); + },1000); + }); +}); \ No newline at end of file diff --git a/mono/assets/js/jquery.sub.js b/mono/assets/js/jquery.sub.js new file mode 100644 index 0000000000000000000000000000000000000000..31014d363a38c5999eb4c93b66b1548e61f38a37 --- /dev/null +++ b/mono/assets/js/jquery.sub.js @@ -0,0 +1,197 @@ +/*----------------------------------------------- + * SCROOL BY LENIS +-------------------------------------------------*/ +const lenis = new Lenis() + +// lenis.on('scroll', (e) => { +// console.log(e) +// }) +function raf(time) { + lenis.raf(time) + requestAnimationFrame(raf) +} +requestAnimationFrame(raf) + +/*----------------------------------------------- + * MOVIE ASPECT +-------------------------------------------------*/ +let aspect = 16/9; +function moviebg_size(){ + let wiw = window.innerWidth; + wih = window.innerHeight; + minww = wiw; + minwh = wih; + mw = wiw / 2; + mh = wih; + if(mw <= wiw){ + mw = minww; + } + if(mh <= minwh){ + mh = minwh; + } + + // BG SIZE + if(mw/mh <= aspect){ + $(".js-movieBg__cont").css({"height":mh+"px","width":mh*aspect+"px"}); + }else{ + $(".js-movieBg__cont").css({"height":mw/aspect+"px","width":mw+"px"}); + } + + // MIN + let p_movFrame__width = wiw * 0.711667; + let p_movFrame__height = wih * 0.75; + if(wiw > 768){ + // PC + if(p_movFrame__width / p_movFrame__height > aspect){ + // PC - Horizontal + $(".js-movieBgIn").css({ + 'min-height': p_movFrame__height + 'px', + 'min-width': p_movFrame__height * aspect + 'px' + }); + }else{ + // PC - Vertical + $(".js-movieBgIn").css({ + 'min-height': p_movFrame__width / aspect + 'px', + 'min-width': p_movFrame__width + 'px' + }) + } + + } +} + + +/*----------------------------------------------- + * VIEW CHANGE +-------------------------------------------------*/ +function viewChange(){ + // Check gyro sensor + var isGyro = false; + if ((window.DeviceOrientationEvent) && ('ontouchstart' in window)) { + isGyro = true; + } + //PC and more NOTUSE gyro sensor + if (!isGyro) { + tiltJS_play(); + // gyro Device + } else { + //gyro motion Check + var resGyro = false; + window.addEventListener("deviceorientation", doGyro, false); + + function doGyro() { + resGyro = true; + window.removeEventListener("deviceorientation", doGyro, false); + } + + setTimeout(function () { + //ジャイロが動作する場合 + if (resGyro) { + tiltJS_play(); + //ジャイロが動作しない場合 + } else { + //iOS13以上ならクリックイベントを要求 + if (typeof DeviceOrientationEvent.requestPermission === "function") { + //ユーザアクションを得るための要素を表示 + DeviceOrientationEvent.requestPermission().then(res => { + //「動作と方向」が許可された + if (res === "granted") { + tiltJS_play(); + //「動作と方向」が許可されなかった + } else { + isGyro = false; + tiltJS_play(); + } + }); + //iOS13以上ではない場合 + } else { + isGyro = false; + tiltJS_play(); + } + } + }, 300); + } +} + +function tiltJS_play(){ + let isPC = window.matchMedia('(min-width: 768px)').matches; + if(isPC){ + // alert('PC'); + VanillaTilt.init(document.querySelectorAll(".js-tilt_header"), { + reverse: true, + perspective: 1000, + max: 4, + speed: 800 + }); + VanillaTilt.init(document.querySelectorAll(".js-tilt_content"), { + reverse: true, + perspective: 1500, + max: 4, + speed: 800 + }); + }else{ + VanillaTilt.init(document.querySelectorAll(".js-tilt_header"), { + reverse: true, + perspective: 1000, + max: 16, + speed: 800 + }); + VanillaTilt.init(document.querySelectorAll(".js-tilt_content"), { + reverse: true, + perspective: 2000, + max: 16, + speed: 800 + }); + } +} + +function viewChange_action(){ + if($("body").hasClass('--mode-tilt')){ + vanillaTiltDestroy(); + $("body").removeClass('--mode-tilt'); + viewChange_chk = false; + }else{ + viewChange(); + $("body").addClass('--mode-tilt'); + viewChange_chk = true; + } +} + +function vanillaTiltDestroy(){ + document.querySelector(".js-tilt_header").vanillaTilt.destroy(); + document.querySelector(".js-tilt_content").vanillaTilt.destroy(); +} + +/*----------------------------------------------- + * COMMON ACTION +-------------------------------------------------*/ +// resizeEVENT +function resize(){ + // MOVIE + moviebg_size(); +} +window.addEventListener('resize', resize); + +function load(){ + moviebg_size(); + movieBGVideoPlayer('play'); +} +window.addEventListener('load', load); + + + +/*----------------------------------------------- + * LO +-------------------------------------------------*/ +$("body").css({'overflow':'hidden'}); +$(window).on('load',function(){ + setTimeout(function(){ + $("body").addClass('--is-load'); + setTimeout(function(){ + $("#loading").fadeOut(600); + setTimeout(function(){ + $("body").addClass('--is-loaded'); + $("body").css({'overflow':''}); + },200); + },600); + },800); +}); diff --git a/mono/assets/js/jquery.top.js b/mono/assets/js/jquery.top.js new file mode 100644 index 0000000000000000000000000000000000000000..6e900ab5c2ecab494850d1a2785a9a4349862250 --- /dev/null +++ b/mono/assets/js/jquery.top.js @@ -0,0 +1,1119 @@ +/*----------------------------------------------- + * Scroll Element [フルスクリーン向け横スクロール] +-------------------------------------------------*/ +/** Lenis[GSAP] **/ + +const lenis = new Lenis({ + orientation: "horizontal", +}) + +let chk_ww = null; +let chk_wheelmove = true; +let viewChange_chk = false; +lenis.on('scroll', (e) => { + // console.log(e) + + // windowSize + if(!chk_ww){ + // GET WINDOWSIZE[RESET] + chk_ww = window.innerWidth; + } + // スクロール進行状況 + let scroll_now = lenis.animatedScroll; + let scroll_all = lenis.limit; + let scroll_all_calc = scroll_all - chk_ww/2; + let scroll_percent = (scroll_now / scroll_all_calc) * 100; + if(scroll_percent > 100){ + scroll_percent = scroll_percent - 100; + }else if(scroll_percent < 0){ + scroll_percent = 100 + scroll_percent; + } + $(".js-scrollPercent").css({'width':scroll_percent + '%'}); + + let background_persent = scroll_percent * 2; + $(".js-fullBg__out").css({'background-position-x':background_persent + '%'}) + + // console.log('現在のスクロール量:' + scroll_now, '総スクロール量:'+ scroll_all,'現在のスクロール量(%):'+scroll_percent); + + // BACK TO TOP ACTION + let scroll_now_num = Number(scroll_now); + let scroll_all_num = Number(scroll_all); + if(scroll_now_num > scroll_all_num - chk_ww /2){ + let isSP = window.matchMedia('(max-width: 767px)').matches; + if(isSP && viewChange_chk){ + $("body").addClass('--is-backtotop'); + lenis.scrollTo(0,{ + duration: 0.1, + }); + setTimeout(()=>{ + $("body").removeClass('--is-backtotop'); + }, 500); + }else{ + lenis.stop(); + $("body").css({'overflow':'hidden'}); + chk_wheelmove = false; + $("body").addClass('--is-backtotop'); + $('body,html').animate({scrollLeft:0}, 10, function(){ + setTimeout(function(){ + $("body").removeClass('--is-backtotop'); + $("body").css({'overflow':''}); + $(".js-mvImage").css({'object-position':''}); + chk_wheelmove = true; + document.getElementById('js-fBackTop__img').innerHTML = ':root{--footerImage_tOPersent:0% 50%}'; + setTimeout(()=>{ + lenis.start(); + },500); + }, 1500); + }); + } + } +}) + +lenis.on('scroll', ScrollTrigger.update) + +gsap.ticker.add((time)=>{ + lenis.raf(time * 1000) +}) + +gsap.ticker.lagSmoothing(0) + + + +/** ScrollElement - horizontal **/ +const scrollElement = document.querySelector("html"); // scrollContents +scrollElement.addEventListener("wheel", (e) => { + if (Math.abs(e.deltaY) < Math.abs(e.deltaX)) return; + // console.log(e); + const maxScrollLeft = scrollElement.scrollWidth - scrollElement.clientWidth; + if ( + (scrollElement.scrollLeft <= 0 && e.deltaY < 0) || + (scrollElement.scrollLeft >= maxScrollLeft && e.deltaY > 0) + ) + return; + + // e.preventDefault(); + if(chk_wheelmove){ + scrollElement.scrollLeft += e.deltaY; + } +}); + + +/*----------------------------------------------- + * Scroll Navigaiton [現在地の項目をナビゲーションにカレントするやつ] +-------------------------------------------------*/ +const NAV_ACTIVE_CLASSNAME = 'is-active'; +const navlists = document.querySelectorAll('.js-navlink'); +const nav_option = { + threshold: 0, + // rootMargin: '-10px -10px 0% -5%', + rootMargin: '-10px -5px 0% 0%', +} + +navlists.forEach(navlist =>{ + const nav_target = document.querySelector(navlist.getAttribute('data-nav')); + const nav_observer = new IntersectionObserver(([{isIntersecting}]) => { + if (isIntersecting) { + navlists.forEach(el => el.classList.remove(NAV_ACTIVE_CLASSNAME)); + navlist.classList.add(NAV_ACTIVE_CLASSNAME); + } + },nav_option); + nav_observer.observe(nav_target); +}) + + + + +/*----------------------------------------------- + * CHARACTER VISUAL +-------------------------------------------------*/ +const charaVisualWrapper = document.querySelector(".js-charaMv"); +let gsap_charaVisual; + +let mm = gsap.matchMedia(); +mm.add("(min-width: 768px)", () => { + gsap_charaVisual = gsap.to(".charaVisualLists", { + scale: 0.6, + scrollTrigger:{ + horizontal: true, + pin: true, + start: () => `${window.innerWidth / 2}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + window.innerWidth/2}`, + scrub: 1, + invalidateOnRefresh: true, + onLeaveBack: () => $("body").addClass('--firstview'), + onEnter: () => $("body").removeClass('--firstview'), + // fastScrollEnd: true, + // markers: true + } + }) +}); + +mm.add("(max-width: 767px)", () => { + gsap_charaVisual = gsap.to(".charaVisualLists", { + scale: 0.6, + scrollTrigger:{ + horizontal: true, + pin: true, + // start: () => `${document.querySelector("#charaVisual").clientWidth - window.innerWidth}`, + // start: 0, + start: () => `${window.innerWidth / 2}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + window.innerWidth/2}`, + scrub: 1, + invalidateOnRefresh: true, + onLeaveBack: () => $("body").addClass('--firstview'), + onEnter: () => $("body").removeClass('--firstview'), + } + }) +}); + + + + + + +/*----------------------------------------------- + * MV +-------------------------------------------------*/ +const mvWrapper = document.querySelector("#mv"); +const mvImage = document.querySelector(".mvImage"); +let gsap_mvImageWrap, gsap_mvImageStart; + +mm.add("(max-width: 767px)", () => { + gsap_mvImageStart = gsap.fromTo(".mvImageIn__cont", { + scale: 0.6, + },{ + scale: 1, + scrollTrigger:{ + horizontal: true, + pin: true, + // start: () => `${document.querySelector("#charaVisual").clientWidth - window.innerWidth/2}`, + start: () => `${window.innerWidth / 2}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + window.innerWidth / 2}`, + scrub: 1, + invalidateOnRefresh: true, + } + }) + + gsap_mvImageWrap = gsap.to(".mvImageIn", { + scale: 0.6, + scrollTrigger:{ + horizontal: true,// SP時のみ横スクロール処理 + pin: true, + start: () => `${document.querySelector("#mv").clientWidth}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth + window.innerWidth}`, + scrub: 1, + invalidateOnRefresh: true, + onLeaveBack: () => $("body").addClass('--mv'), + onEnter: () => $("body").removeClass('--mv'), + // onLeave: () => movieBGVideoPlayer('play') + } + }) +}); + +mm.add("(min-width: 768px)", () => { + gsap_mvImageStart = gsap.fromTo(".mvImageIn__cont", { + scale: 0.6, + },{ + scale: 1, + scrollTrigger:{ + horizontal: true, + pin: true, + // start: () => `${document.querySelector("#charaVisual").clientWidth - window.innerWidth/2}`, + start: () => `${window.innerWidth / 2}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + window.innerWidth / 2}`, + scrub: 1, + invalidateOnRefresh: true, + } + }) + + gsap_mvImageWrap = gsap.to(".mvImageIn", { + scale: 0.6, + scrollTrigger:{ + horizontal: true,// SP時のみ横スクロール処理 + pin: true, + start: () => `${document.querySelector("#mv").clientWidth}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth + window.innerWidth}`, + scrub: 1, + invalidateOnRefresh: true, + onLeaveBack: () => $("body").addClass('--mv'), + onEnter: () => $("body").removeClass('--mv'), + onLeave: () => $("body").removeClass('--mv') + } + }) +}); + +/*----------------------------------------------- + * MOVIE +-------------------------------------------------*/ +let aspect = 16/9; +let gsap_movieBG; + + +let gsap_movieBGFin; + +mm.add("(max-width: 767px)", () => { + gsap_movieBG = gsap.fromTo(".movieBgIn",{ + scale: 0.6, + },{ + scale:1, + scrollTrigger:{ + horizontal: true, + pin: true, + // start: () => `${document.querySelector("#mv").clientWidth}`, // mvが終わったら開始 + //start: () => `${document.querySelector("#charaVisual").clientWidth - window.innerWidth/2}`, //charaVisualが終わったら開始 + //end: () => `${document.querySelector("#charaVisual").clientWidth + window.innerWidth}`, + start: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth - window.innerWidth/2}`, // mvが終わったら開始 + end: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth + window.innerWidth}`, + scrub: 1, + invalidateOnRefresh: true, + onLeaveBack: () => movieBGAction('onLeaveBack'), + onEnter: () => movieBGAction('onEnter'), + onLeave: () => movieBGAction('onLeave'), + onEnterBack: () => movieBGAction('onEnterBack'), + onUpdate: self => { + // var progress = Math.floor(self.progress * 100) / 100; + var progress = self.progress; + movieScrollSP('start',progress); + } + } + }) + + gsap_movieBGFin = gsap.fromTo(".movieBgInOut",{ + scale: 1, + },{ + scale: 0.6, + scrollTrigger:{ + horizontal: true, + pin: true, + //start: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector(".topContentsIn").clientWidth - window.innerWidth*1.35}`, + //end: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector(".topContentsIn").clientWidth - window.innerWidth/4}`, + start: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth + document.querySelector(".topContentsIn").clientWidth - window.innerWidth*1.35}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth + document.querySelector(".topContentsIn").clientWidth - window.innerWidth/4}`, + scrub: 1, + invalidateOnRefresh: true, + // onLeaveBack: () => console.log('FIN => onLeaveBack_sp'), + // onEnter: () => console.log('FIN => onLeaveBack_sp'), + // onLeave: () => console.log('FIN => onLeaveBack_sp'), + // onEnterBack: () => console.log('FIN => onLeaveBack_sp'), + onUpdate: self => { + var progress = self.progress; + movieScrollSP('end',progress); + // console.log('sp'); + } + } + }) +}); + +function movieScrollSP(_mode,_progrss){ + // ビデオ要素の計算 + let movBGVideoWidth = document.querySelector(".js-movieBgVideo").clientWidth; + let calc_harf__movBGVideoWidth = movBGVideoWidth/2; + + // windowSize + let harf_wiw = window.innerWidth/2; + + // 計算する + let calc_maxVideoWidth = calc_harf__movBGVideoWidth - harf_wiw; + let calc_progressVideoWidth = calc_maxVideoWidth * _progrss; + + if(_mode == 'start'){ + let calc_cssVideoWidth = calc_maxVideoWidth - calc_progressVideoWidth; + $(".js-movieBgVideo").css({'left':calc_cssVideoWidth + 'px'}); + }else if(_mode == 'end'){ + $(".js-movieBgVideo").css({'left':'-' + calc_progressVideoWidth + 'px'}); + } +} + +mm.add("(min-width: 768px)", () => { + gsap_movieBG = gsap.fromTo(".movieBgIn",{ + scale: 0.6, + },{ + scale:1, + scrollTrigger:{ + horizontal: true, + pin: true, + //start: () => `${document.querySelector("#charaVisual").clientWidth - window.innerWidth/2}`, + //end: () => `${document.querySelector("#charaVisual").clientWidth + window.innerWidth / 2}`, + start: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth - window.innerWidth/2}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth + window.innerWidth / 2}`, + scrub: 1, + // markers: true, + invalidateOnRefresh: true, + onLeaveBack: () => movieBGAction('onLeaveBack'), + onEnter: () => movieBGAction('onEnter'), + onLeave: () => movieBGAction('onLeave'), + onEnterBack: () => movieBGAction('onEnterBack') + } + }) + + gsap_movieBGFin = gsap.fromTo(".movieBgInOut",{ + scale: 1, + },{ + scale: 0.6, + scrollTrigger:{ + horizontal: true, + pin: true, + //start: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector(".topContentsIn").clientWidth - window.innerWidth*1.5}`, + //end: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector(".topContentsIn").clientWidth - window.innerWidth/4}`, + start: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth + document.querySelector(".topContentsIn").clientWidth - window.innerWidth*1.5}`, + end: () => `${document.querySelector("#charaVisual").clientWidth + document.querySelector("#mv").clientWidth + document.querySelector(".topContentsIn").clientWidth - window.innerWidth/4}`, + scrub: 1, + invalidateOnRefresh: true, + // onLeaveBack: () => console.log('FIN => onLeaveBack'), + // onEnter: () => console.log('FIN => onLeaveBack'), + // onLeave: () => console.log('FIN => onLeaveBack'), + // onEnterBack: () => console.log('FIN => onLeaveBack') + } + }) +}); + +// MOVIE ASPECT +function moviebg_size(){ + let wiw = window.innerWidth; + wih = window.innerHeight; + minww = wiw; + minwh = wih; + mw = wiw / 2; + mh = wih; + if(mw <= wiw){ + mw = minww; + } + if(mh <= minwh){ + mh = minwh; + } + + // BG SIZE + if(mw/mh <= aspect){ + $(".js-movieBg__cont").css({"height":mh+"px","width":mh*aspect+"px"}); + }else{ + $(".js-movieBg__cont").css({"height":mw/aspect+"px","width":mw+"px"}); + } + + // MIN + let p_movFrame__width = wiw * 0.711667; + let p_movFrame__height = wih * 0.75; + if(wiw > 768){ + // PC + if(p_movFrame__width / p_movFrame__height > aspect){ + // PC - Horizontal + $(".js-movieBgIn").css({ + 'min-height': p_movFrame__height + 'px', + 'min-width': p_movFrame__height * aspect + 'px' + }); + }else{ + // PC - Vertical + $(".js-movieBgIn").css({ + 'min-height': p_movFrame__width / aspect + 'px', + 'min-width': p_movFrame__width + 'px' + }) + } + } +} + + + + + +// MOVIEBG ACTION +function movieBGAction(_config){ + if(_config == 'onLeaveBack'){ + $("#movie").removeClass('--show'); + $("body").removeClass('--movieShow'); + }else if(_config == 'onEnter'){ + $("#movie").removeClass('--show'); + $("body").removeClass('--movieShow'); + }else if(_config == 'onLeave'){ + $("#movie").addClass('--show'); + $("body").addClass('--movieShow'); + }else if(_config == 'onEnterBack'){ + $("#movie").removeClass('--show'); + $("body").addClass('--movieShow'); + } +} + + +/*----------------------------------------------- + * TOP CONTENS +-------------------------------------------------*/ +/* contents */ +const scr_topContent = () =>{ + const SCRANI_tc_ACTIVE_CLASSNAME = '--is-view-content'; + const scrani_tc_callback = (entries) => { + entries.forEach( (entry) => { + if (entry.isIntersecting) { + entry.target.classList.add(SCRANI_tc_ACTIVE_CLASSNAME); + $(".js-movieBg__cont").addClass('--contentIn'); + }else{ + entry.target.classList.remove(SCRANI_tc_ACTIVE_CLASSNAME); + $(".js-movieBg__cont").removeClass('--contentIn'); + } + }); + } + const scrani_tc_option = { + rootMargin: '0% -100% 0% -100%', + } + const scrani_tc_observer = new IntersectionObserver(scrani_tc_callback, scrani_tc_option); + + const target_tc_scrani = document.querySelectorAll('.js-topContentsBg'); + target_tc_scrani.forEach( (elem) => { + scrani_tc_observer.observe(elem); + }); +} +scr_topContent(); + + +/* contentIn */ +const scr_topContentIn = () =>{ + const SCRANI_tcIn_ACTIVE_CLASSNAME = '--is-view'; + const scrani_tcIn_callback = (entries) => { + entries.forEach( (entry) => { + if (entry.isIntersecting) { + entry.target.classList.add(SCRANI_tcIn_ACTIVE_CLASSNAME); + }else{ + entry.target.classList.remove(SCRANI_tcIn_ACTIVE_CLASSNAME); + } + }); + } + const scrani_tcIn_option = { + rootMargin: '0% -25% 0% 0%', + } + const scrani_tcIn_observer = new IntersectionObserver(scrani_tcIn_callback, scrani_tcIn_option); + + const target_tcIn_scrani = document.querySelectorAll('.js-topContentIn'); + target_tcIn_scrani.forEach( (elem) => { + scrani_tcIn_observer.observe(elem); + }); +} +scr_topContentIn(); + + + +/*----------------------------------------------- + * FOOTER VISUAL +-------------------------------------------------*/ +let gsap_footerImageWrap; +// mm.add("(max-width: 767px)", () => { +// gsap_footerImageWrap = gsap.to(".fBackTop__img", { +// scale: 1, +// scrollTrigger:{ +// horizontal: true,// SP時のみ横スクロール処理 +// pin: true, +// start: () => `${document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".s-fpdr").clientWidth + document.querySelector(".tFooterIn").clientWidth - window.innerWidth/4}`, +// end: () => `${document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".s-fpdr").clientWidth + document.querySelector(".tFooterIn").clientWidth + window.innerWidth / 2}`, +// scrub: 1, +// invalidateOnRefresh: true, +// // onLeaveBack: () => { +// // console.log('footerImage => onLeaveBack'); +// // }, +// // onEnter: () => console.log('footerImage => onEnter'), +// // onLeave: () => console.log('footerImage => onLeave'), +// } +// }) +// }) +// mm.add("(min-width: 768px)", () => { +// gsap_footerImageWrap = gsap.to(".fBackTop__img", { +// scale: 1, +// scrollTrigger:{ +// horizontal: true,// SP時のみ横スクロール処理 +// pin: true, +// start: () => `${document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".tFooterIn").clientWidth/5}`, +// end: () => `${document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".tFooterIn").clientWidth}`, +// scrub: 1, +// invalidateOnRefresh: true, +// // onLeaveBack: () => { +// // console.log('footerImage => onLeaveBack'); +// // }, +// // onEnter: () => console.log('footerImage => onEnter'), +// // onLeave: () => console.log('footerImage => onLeave'), +// // onUpdate:()=>{ +// // footerImage_scr(); +// // } +// } +// }) +// }) + +function footerImage_scr(){ + let footerImage_statPossition = document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".tFooterIn").clientWidth/2; + let footerImage_endPossition = document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".tFooterIn").clientWidth; + let footerImage_scrollNow = lenis.animatedScroll; + + let set_footerImage_scrollNow = footerImage_scrollNow - footerImage_statPossition; + let set_footerImage_endPossition = footerImage_endPossition - footerImage_statPossition; + + let footerImage_tOPersent = (set_footerImage_scrollNow / set_footerImage_endPossition) * 50; + if(footerImage_tOPersent > 50){ + footerImage_tOPersent = 50; + }else if(footerImage_tOPersent < 0){ + footerImage_tOPersent = 0; + } + document.getElementById('js-fBackTop__img').innerHTML = ':root{--footerImage_tOPersent:'+ footerImage_tOPersent + '% 50%}'; +} + + +/*----------------------------------------------- + * FOOTER CHARACTERVISUAL +-------------------------------------------------*/ +let gsap_footercVisualWrap; +mm.add("(max-width: 767px)", () => { + gsap_footercVisualWrap = gsap.to(".js-fBackTop__cVisual", { + scale: 1, + scrollTrigger:{ + horizontal: true,// SP時のみ横スクロール処理 + pin: true, + start: () => `${document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".s-fpdr").clientWidth + document.querySelector(".tFooterIn").clientWidth - window.innerWidth/4}`, + end: () => `${document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".s-fpdr").clientWidth + document.querySelector(".tFooterIn").clientWidth + window.innerWidth / 2}`, + scrub: 1, + invalidateOnRefresh: true, + // onLeaveBack: () => { + // console.log('footerImage => onLeaveBack'); + // }, + // onEnter: () => console.log('footerImage => onEnter'), + // onLeave: () => console.log('footerImage => onLeave'), + } + }) +}) +mm.add("(min-width: 768px)", () => { + gsap_footercVisualWrap = gsap.to(".js-fBackTop__cVisual", { + scale: 1, + scrollTrigger:{ + horizontal: true,// SP時のみ横スクロール処理 + pin: true, + start: () => `${document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".tFooterIn").clientWidth/5}`, + end: () => `${document.querySelector(".scrollElementMain").clientWidth + document.querySelector(".tFooterIn").clientWidth}`, + scrub: 1, + invalidateOnRefresh: true, + // onLeaveBack: () => { + // console.log('footerImage => onLeaveBack'); + // }, + // onEnter: () => console.log('footerImage => onEnter'), + // onLeave: () => console.log('footerImage => onLeave'), + // onUpdate:()=>{ + // footerImage_scr(); + // } + } + }) +}) + + + + +/*----------------------------------------------- + * SP: ASPECT +-------------------------------------------------*/ +/** + * GET ASPECT + */ +let xap = null; +let yap = null; +function getAspect(){ + let wiw = window.innerWidth; + let wih = window.innerHeight; + let wap = wiw - 0; + let hap = wih - 0; + let g = gcd(wap, hap); + xap = wiw / g; + yap = wih / g; +} + +/** + * 最大公約数[GCD] + */ +function gcd(x, y) { + if (y === 0) return x; + return gcd(y, x % y); +} + + +function spAspect(){ + if(window.matchMedia('(max-width: 767px)').matches){ + getAspect(); + let as_calc = xap/yap; + // INTRODUCTION - TEXT ASPECT + if(as_calc > 0.8503401){ + $(".js-s_introAspect").attr('data-width','collum6'); + }else if(as_calc > 0.7878151){ + $(".js-s_introAspect").attr('data-width','collum5'); + }else if(as_calc > 0.74400476){ + $(".js-s_introAspect").attr('data-width','collum4'); + }else if(as_calc > 0.54545){ + $(".js-s_introAspect").attr('data-width','collum3'); + }else{ + $(".js-s_introAspect").attr('data-width','collum2'); + } + + // PROLOGUE - TEST ASPECT + if(as_calc > 0.998666){ + $(".js-s_prologueAspect").attr('data-width','collum4'); + }else if(as_calc > 0.6880733){ + $(".js-s_prologueAspect").attr('data-width','collum3'); + }else if(as_calc > 0.4609711){ + $(".js-s_prologueAspect").attr('data-width','collum2'); + }else{ + $(".js-s_prologueAspect").attr('data-width','collum1'); + } + // console.log(xap,yap); + } +} + +/*----------------------------------------------- + * COMMON ACTION +-------------------------------------------------*/ +let wiw_com = window.innerWidth; +let wih_com = window.innerHeight; + +// resizeEVENT +function resize(){ +// RESET LET + chk_ww = null; + wiw_com = window.innerWidth; + wih_com = window.innerHeight; + +// CharacterVisual + gsap_charaVisual.scrollTrigger.refresh(); + +// MV + gsap_mvImageStart.scrollTrigger.refresh(); + gsap_mvImageWrap.scrollTrigger.refresh(); + +// MOVIE + gsap_movieBG.scrollTrigger.refresh(); + gsap_movieBGFin.scrollTrigger.refresh(); + moviebg_size(); + lenis.resize(); + +// FOOTER + // gsap_footerImageWrap.scrollTrigger.refresh(); + +// SP ASPECT + spAspect(); + +// PC CHARACTER + resizeCharacterPC(); +} +window.addEventListener('resize', resize); + +function load(){ + resize(); + // moviebg_size(); + // spAspect(); + // resizeCharacterPC(); +} +window.addEventListener('load', load); + + + +/*----------------------------------------------- + * COMMON ACTION +-------------------------------------------------*/ +function backToTop_btn(){ + // GET WINDOWSIZE[RESET] + chk_ww = window.innerWidth; + let page_end = lenis.limit - chk_ww/2 + 100; + lenis.scrollTo(page_end,{ + duration: 2.4, + }); +} + + + + +/*----------------------------------------------- + * LOADING +-------------------------------------------------*/ +lenis.stop(); +$("body").css({'overflow':'hidden'}); +$(window).on('load',function(){ + var hs = location.hash; + if(!hs){ + $('body,html').animate({scrollLeft: 0}, 10, 'easeOutQuart'); + }else if(hs == '#movie'){ + var ww = window.innerWidth; + var position = $("#movie").offset().left + ww/2 + 200; + $('body,html').animate({scrollLeft: position}, 10, 'easeOutQuart'); + } + let mmSp = window.matchMedia('(max-width: 767px)') + setTimeout(function(){ + $("body").addClass('--is-load'); + setTimeout(function(){ + $("#loading").fadeOut(600); + setTimeout(function(){ + if(mmSp.matches){ + // if(!hs){ + // setTimeout(()=>{ + // let sp_loaded_scorllleft = document.querySelector(".mvImage").clientWidth / 4; + // $('body,html').animate({scrollLeft: sp_loaded_scorllleft}, 800, 'easeOutQuart', function(){ + // $("body").addClass('--is-loaded'); + // lenis.start(); + // $("body").css({'overflow':''}); + // set_scrani(); + // sScrollGuide_loaded(); + // movieBGVideoPlayer('play'); + // }) + // }, 300); + // }else{ + $("body").addClass('--is-loaded'); + lenis.start(); + $("body").css({'overflow':''}); + set_scrani(); + sScrollGuide_loaded(); + movieBGVideoPlayer('play'); + // } + }else{ + $("body").addClass('--is-loaded'); + lenis.start(); + $("body").css({'overflow':''}); + set_scrani(); + movieBGVideoPlayer('play'); + } + },200); + },600); + },800); +}); + + +function sScrollGuide_loaded(){ + $("#s-scrollguide").addClass('-is-loaded'); + setTimeout(()=>{ + $("#s-scrollguide").fadeOut(800); + },800);/* 1600 */ +} + + + +/*----------------------------------------------- + * POINTER +-------------------------------------------------*/ +$(function(){ + /** + * Cursor + */ + var fullCursor = $(".cursor"); + var fullCursor_in = $(".js-cursor__in"); + var fullCursor_out = $(".js-cursor__out"); + var cWidthFull = 96; + var delay_in = 5; + var delay_out = 10; + var mouseXFull = 0; + var mouseYFull = 0; + // var posXFull = 0; + // var posYFull = 0; + var posXFull_in = 0; + var posYFull_in = 0; + var posXFull_out = 0; + var posYFull_out = 0; + + TweenMax.to({}, .001, { + repeat: -1, + onRepeat: function() { + posXFull_in += (mouseXFull - posXFull_in) / delay_in; + posYFull_in += (mouseYFull - posYFull_in) / delay_in; + posXFull_out += (mouseXFull - posXFull_out) / delay_out; + posYFull_out += (mouseYFull - posYFull_out) / delay_out; + + TweenMax.set(fullCursor_in, { + css: { + left: posXFull_in - (cWidthFull / 2), + top: posYFull_in - (cWidthFull / 2) + } + }); + TweenMax.set(fullCursor_out, { + css: { + left: posXFull_out - (cWidthFull / 2), + top: posYFull_out - (cWidthFull / 2) + } + }); + } + }); + + $(document).on("mousemove", function(e) { + mouseXFull = e.clientX; + mouseYFull = e.clientY; + }); + + // top + setTimeout(function () { + $(".js-btn_moviePlay").on({ + "mouseenter": function () { + fullCursor.addClass("is-hover"); + }, + "mouseleave": function () { + fullCursor.removeClass("is-hover"); + } + }); + }, 3000); +}); + +function visualMouseover(){ + let targetClassName = document.querySelector(".js-mv_mouseOver"); + var topMainW = targetClassName.clientWidth; + var topMainH = targetClassName.clientHeight; + $(".js-mv_mouseOver").on({ + 'mousemove': function(e) { + var mouseAreaX = e.offsetX; + var mouseAreaY = e.offsetY; + var mXp1 = mouseAreaX / topMainW; + var mYp1 = mouseAreaY / topMainH; + var mXp1 = mXp1 * 100; + var mXp1 = mXp1 * 1.05; + var mXp1 = Math.round(mXp1); + var mYp1 = mYp1 * 100; + var mYp1 = mYp1 * 1.05; + var mYp1 = Math.round(mYp1); + if (mXp1 > 100) + mXp1 = 100; + if (mYp1 > 100) + mYp1 = 100; + + gsap.to(".js-mvImage",{ + // ease: Power2.easeOut, + // ease: CustomEase.create("custom", "0.104,0.204,0.492,1"), + // duration: 2, + objectPosition: mXp1 + "% " + mYp1 + "%" + }); + }, + 'mouseenter': function () { + + }, + 'mouseleave': function () { + + } + }); +} + +visualMouseover(); + + +function charaVisualMouseover(){ + $(".js-charaVisual_mouseOver").on({ + 'mousemove': function(e) { + let CVtargetClassName = document.querySelector(".js-charaVisual_mouseOver"); + let CVClassName = document.querySelector(".charaVisual__contInWrap"); + var cvMainW = CVtargetClassName.clientWidth; + var cvMainH = CVtargetClassName.clientHeight; + var cvWidth = CVClassName.clientWidth; + var cvHeight = CVClassName.clientHeight; + + + var mouseAreaX = e.offsetX; + var mouseAreaY = e.offsetY; + + var mX = cvMainW - cvWidth + (mouseAreaX / 2); + if(mX > 0){ + mX = 0; + } + // var mXp1 = mouseAreaX / cvMainW; + // var mYp1 = mouseAreaY / cvMainH; + // var mXp1 = mXp1 * 100; + // var mXp1 = mXp1 * 1.05; + // var mXp1 = Math.round(mXp1); + // var mYp1 = mYp1 * 100; + // var mYp1 = mYp1 * 1.05; + // var mYp1 = Math.round(mYp1); + // if (mXp1 > 100) + // mXp1 = 100; + // if (mYp1 > 100) + // mYp1 = 100; + + console.log(mouseAreaX,mouseAreaY,cvMainW,cvMainH,cvWidth,cvHeight); + + gsap.to(".js-charaMv",{ + // ease: Power2.easeOut, + // ease: CustomEase.create("custom", "0.104,0.204,0.492,1"), + // duration: 2, + // x: mXp1 + "%", + // y: mYp1 + "%" + x: mX + }); + }, + 'mouseenter': function () { + + }, + 'mouseleave': function () { + + } + }); +} +// charaVisualMouseover(); + + +/*----------------------------------------------- + * SWITCH RELOAD RESIZE [PC <-> SP] +-------------------------------------------------*/ +$(function(){ + var pcD = '_pc.'; + var spD = '_sp.'; + var bp = 768; + var ww = window.innerWidth; + var loadP = (bp < ww) ? pcD : spD, viewP; + $(window).on("resize", function(){ + ww = window.innerWidth; + viewP = (bp < ww) ? pcD : spD; + if (loadP != viewP) { + setTimeout("window.location.reload()", 1); + } + }); +}) + + + +/*----------------------------------------------- + * TOP:NEXT SECTION +-------------------------------------------------*/ +$(".js-btn_nextsection").on('click', ()=>{ + $(".btn_nextsection").css({'pointer-events':'none'}); + setTimeout(()=>{ + let now_href,now_href_no,next_href,next_href_no,_section; + let maxi = 8; // 最大メニュー数 + $(".js-navlink").each(function(i,v){ + i++; + now_href_no = i; + now_href = $(this).attr('href'); + if($(this).hasClass('is-active')){ + next_href_no = i + 1; + // console.log('next->'+ next_href_no); + } + if(next_href_no > maxi){ + console.log(next_href_no,'一番後ろ'); + _section = 'end'; + }else if(now_href_no == next_href_no){ + next_href = $(this).attr('href'); + // console.log(next_href); + _section = next_href; + } + // console.log(now_href_no, now_href); + }); + console.log(_section); + if(_section != 'end'){ + var speed = 1000; + var target = $(_section); + var position = target.offset().left; + if(_section == '#movie'){ + var ww = window.innerWidth; + position = target.offset().left + ww/2 + 200; + } + $('body,html').animate({scrollLeft:position}, speed, 'easeOutQuart'); + }else{ + backToTop_btn(); + } + setTimeout(()=>{ + $(".btn_nextsection").css({'pointer-events':''}); + },1000); + },10); + return false; +}); + + + +/*----------------------------------------------- + * CHARACTER +-------------------------------------------------*/ +function resizeCharacterPC(){ + var _characterCont = document.querySelector('.js-characterContIn'); + if(window.matchMedia('(min-width: 768px) and (max-height: 729px)').matches){ + _characterCont.setAttribute('data-lenis-prevent', ''); + }else{ + _characterCont.removeAttribute('data-lenis-prevent'); + } +} + +/* CHARACTER SWIPER */ +let charaBGVideo; +function characterSwiper(){ + let characterSwiper; + console.log($(".charaDetailLists li").length); + if($(".charaDetailLists li").length > 1){ + characterSwiper = new Swiper('.js-charaDetailSwiper', { + slidesPerView: 1, + effect: "fade", + allowTouchMove: false, + fadeEffect: { + crossFade: true + }, + pagination: { + el: '.js-charaSwiperSelectLists', + clickable: true, + renderBullet: function (index, className) { + var charaNum = index+1; + return '
  • '; + }, + }, + }); + + + }else{ + $(".charaSwiperSelects").remove(); + charaBGVideo = $('.js-charaBgVideo').get(0); + charaBGVideoPlayer('play'); + } + + characterSwiper.on('slideChange', () => { + const activeCharaNum = characterSwiper.realIndex; + charaBGVideo = $('.js-charaBgVideo').get(activeCharaNum); + charaBGVideoPlayer('play'); + }); + + +} + +characterSwiper(); +charaBGVideo = $('.js-charaBgVideo').get(0); +charaBGVideoPlayer('play'); + +function charaBGVideoPlayer(_config){ + if(_config == 'play'){ + charaBGVideo.play(); + // console.log('movie=>PLAY'); + } + if(_config == 'pause'){ + charaBGVideo.pause(); + // console.log('movie=>PAUSE'); + } +} + + +/*----------------------------------------------- + * CHARACTER VISUAL +-------------------------------------------------*/ +topVisualSwiperSwiper = new Swiper('.js-topVisualSwiper', { + slidesPerView: 1, + effect: "fade", + allowTouchMove: false, + fadeEffect: { + crossFade: true + }, + pagination: { + el: '.js-topVisualSelectLists', + clickable: true, + renderBullet: function (index, className) { + var visualNum = index+1; + return '
  • '; + }, + }, +}); + +topVisualSwiperSwiper.on('slideChange', () => { + $('.fBackcVisualList').removeClass('is-active'); + + const activeVisualNum = topVisualSwiperSwiper.realIndex; + charaVisualVideo = $('.js-charaVisualVideo').get(activeVisualNum); + charaVisualVideoPlayer('play'); + $('body').attr('data-visualnum', activeVisualNum); + $('.fBackcVisualList').eq(activeVisualNum).addClass('is-active'); +}); + + +let charaVisualVideo = $('.js-charaVisualVideo').get(0); + +charaVisualVideoPlayer('play'); + + +function charaVisualVideoPlayer(_config){ + if(_config == 'play'){ + charaVisualVideo.play(); + //console.log('movie=>PLAY'); + } + if(_config == 'pause'){ + charaVisualVideo.pause(); + // console.log('movie=>PAUSE'); + } +} \ No newline at end of file diff --git a/mono/assets/js/libs/jquery-3.7.1.min.js b/mono/assets/js/libs/jquery-3.7.1.min.js new file mode 100644 index 0000000000000000000000000000000000000000..7f37b5d99122b4928505d1e0ac5ca7279edd56ed --- /dev/null +++ b/mono/assets/js/libs/jquery-3.7.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0{void 0===s[i]?s[i]=a[i]:e(a[i])&&e(s[i])&&Object.keys(a[i]).length>0&&t(s[i],a[i])}))}const s={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}}),createElement:()=>({children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName:()=>[]}),createElementNS:()=>({}),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function a(){const e="undefined"!=typeof document?document:{};return t(e,s),e}const i={document:s,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle:()=>({getPropertyValue:()=>""}),Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia:()=>({}),requestAnimationFrame:e=>"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0),cancelAnimationFrame(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function r(){const e="undefined"!=typeof window?window:{};return t(e,i),e}class n extends Array{constructor(e){"number"==typeof e?super(e):(super(...e||[]),function(e){const t=e.__proto__;Object.defineProperty(e,"__proto__",{get:()=>t,set(e){t.__proto__=e}})}(this))}}function l(e){void 0===e&&(e=[]);const t=[];return e.forEach((e=>{Array.isArray(e)?t.push(...l(e)):t.push(e)})),t}function o(e,t){return Array.prototype.filter.call(e,t)}function d(e,t){const s=r(),i=a();let l=[];if(!t&&e instanceof n)return e;if(!e)return new n(l);if("string"==typeof e){const s=e.trim();if(s.indexOf("<")>=0&&s.indexOf(">")>=0){let e="div";0===s.indexOf("e.split(" "))));return this.forEach((e=>{e.classList.add(...a)})),this},removeClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));return this.forEach((e=>{e.classList.remove(...a)})),this},hasClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));return o(this,(e=>a.filter((t=>e.classList.contains(t))).length>0)).length>0},toggleClass:function(){for(var e=arguments.length,t=new Array(e),s=0;se.split(" "))));this.forEach((e=>{a.forEach((t=>{e.classList.toggle(t)}))}))},attr:function(e,t){if(1===arguments.length&&"string"==typeof e)return this[0]?this[0].getAttribute(e):void 0;for(let s=0;s=0;e-=1){const i=a[e];r&&i.listener===r||r&&i.listener&&i.listener.dom7proxy&&i.listener.dom7proxy===r?(s.removeEventListener(t,i.proxyListener,n),a.splice(e,1)):r||(s.removeEventListener(t,i.proxyListener,n),a.splice(e,1))}}}return this},trigger:function(){const e=r();for(var t=arguments.length,s=new Array(t),a=0;at>0)),i.dispatchEvent(t),i.dom7EventData=[],delete i.dom7EventData}}}return this},transitionEnd:function(e){const t=this;return e&&t.on("transitionend",(function s(a){a.target===this&&(e.call(this,a),t.off("transitionend",s))})),this},outerWidth:function(e){if(this.length>0){if(e){const e=this.styles();return this[0].offsetWidth+parseFloat(e.getPropertyValue("margin-right"))+parseFloat(e.getPropertyValue("margin-left"))}return this[0].offsetWidth}return null},outerHeight:function(e){if(this.length>0){if(e){const e=this.styles();return this[0].offsetHeight+parseFloat(e.getPropertyValue("margin-top"))+parseFloat(e.getPropertyValue("margin-bottom"))}return this[0].offsetHeight}return null},styles:function(){const e=r();return this[0]?e.getComputedStyle(this[0],null):{}},offset:function(){if(this.length>0){const e=r(),t=a(),s=this[0],i=s.getBoundingClientRect(),n=t.body,l=s.clientTop||n.clientTop||0,o=s.clientLeft||n.clientLeft||0,d=s===e?e.scrollY:s.scrollTop,c=s===e?e.scrollX:s.scrollLeft;return{top:i.top+d-l,left:i.left+c-o}}return null},css:function(e,t){const s=r();let a;if(1===arguments.length){if("string"!=typeof e){for(a=0;a{e.apply(t,[t,s])})),this):this},html:function(e){if(void 0===e)return this[0]?this[0].innerHTML:null;for(let t=0;tt-1)return d([]);if(e<0){const s=t+e;return d(s<0?[]:[this[s]])}return d([this[e]])},append:function(){let e;const t=a();for(let s=0;s=0;i-=1)this[s].insertBefore(a.childNodes[i],this[s].childNodes[0])}else if(e instanceof n)for(i=0;i0?e?this[0].nextElementSibling&&d(this[0].nextElementSibling).is(e)?d([this[0].nextElementSibling]):d([]):this[0].nextElementSibling?d([this[0].nextElementSibling]):d([]):d([])},nextAll:function(e){const t=[];let s=this[0];if(!s)return d([]);for(;s.nextElementSibling;){const a=s.nextElementSibling;e?d(a).is(e)&&t.push(a):t.push(a),s=a}return d(t)},prev:function(e){if(this.length>0){const t=this[0];return e?t.previousElementSibling&&d(t.previousElementSibling).is(e)?d([t.previousElementSibling]):d([]):t.previousElementSibling?d([t.previousElementSibling]):d([])}return d([])},prevAll:function(e){const t=[];let s=this[0];if(!s)return d([]);for(;s.previousElementSibling;){const a=s.previousElementSibling;e?d(a).is(e)&&t.push(a):t.push(a),s=a}return d(t)},parent:function(e){const t=[];for(let s=0;s6&&(i=i.split(", ").map((e=>e.replace(",","."))).join(", ")),n=new s.WebKitCSSMatrix("none"===i?"":i)):(n=l.MozTransform||l.OTransform||l.MsTransform||l.msTransform||l.transform||l.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),a=n.toString().split(",")),"x"===t&&(i=s.WebKitCSSMatrix?n.m41:16===a.length?parseFloat(a[12]):parseFloat(a[4])),"y"===t&&(i=s.WebKitCSSMatrix?n.m42:16===a.length?parseFloat(a[13]):parseFloat(a[5])),i||0}function m(e){return"object"==typeof e&&null!==e&&e.constructor&&"Object"===Object.prototype.toString.call(e).slice(8,-1)}function f(e){return"undefined"!=typeof window&&void 0!==window.HTMLElement?e instanceof HTMLElement:e&&(1===e.nodeType||11===e.nodeType)}function g(){const e=Object(arguments.length<=0?void 0:arguments[0]),t=["__proto__","constructor","prototype"];for(let s=1;st.indexOf(e)<0));for(let t=0,i=s.length;tn?"next":"prev",p=(e,t)=>"next"===c&&e>=t||"prev"===c&&e<=t,u=()=>{l=(new Date).getTime(),null===o&&(o=l);const e=Math.max(Math.min((l-o)/d,1),0),r=.5-Math.cos(e*Math.PI)/2;let c=n+r*(s-n);if(p(c,s)&&(c=s),t.wrapperEl.scrollTo({[a]:c}),p(c,s))return t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.scrollSnapType="",setTimeout((()=>{t.wrapperEl.style.overflow="",t.wrapperEl.scrollTo({[a]:c})})),void i.cancelAnimationFrame(t.cssModeFrameID);t.cssModeFrameID=i.requestAnimationFrame(u)};u()}let b,x,y;function E(){return b||(b=function(){const e=r(),t=a();return{smoothScroll:t.documentElement&&"scrollBehavior"in t.documentElement.style,touch:!!("ontouchstart"in e||e.DocumentTouch&&t instanceof e.DocumentTouch),passiveListener:function(){let t=!1;try{const s=Object.defineProperty({},"passive",{get(){t=!0}});e.addEventListener("testPassiveListener",null,s)}catch(e){}return t}(),gestures:"ongesturestart"in e}}()),b}function C(e){return void 0===e&&(e={}),x||(x=function(e){let{userAgent:t}=void 0===e?{}:e;const s=E(),a=r(),i=a.navigator.platform,n=t||a.navigator.userAgent,l={ios:!1,android:!1},o=a.screen.width,d=a.screen.height,c=n.match(/(Android);?[\s\/]+([\d.]+)?/);let p=n.match(/(iPad).*OS\s([\d_]+)/);const u=n.match(/(iPod)(.*OS\s([\d_]+))?/),h=!p&&n.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m="Win32"===i;let f="MacIntel"===i;return!p&&f&&s.touch&&["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"].indexOf(`${o}x${d}`)>=0&&(p=n.match(/(Version)\/([\d.]+)/),p||(p=[0,1,"13_0_0"]),f=!1),c&&!m&&(l.os="android",l.android=!0),(p||h||u)&&(l.os="ios",l.ios=!0),l}(e)),x}function T(){return y||(y=function(){const e=r();return{isSafari:function(){const t=e.navigator.userAgent.toLowerCase();return t.indexOf("safari")>=0&&t.indexOf("chrome")<0&&t.indexOf("android")<0}(),isWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent)}}()),y}Object.keys(c).forEach((e=>{Object.defineProperty(d.fn,e,{value:c[e],writable:!0})}));var $={on(e,t,s){const a=this;if(!a.eventsListeners||a.destroyed)return a;if("function"!=typeof t)return a;const i=s?"unshift":"push";return e.split(" ").forEach((e=>{a.eventsListeners[e]||(a.eventsListeners[e]=[]),a.eventsListeners[e][i](t)})),a},once(e,t,s){const a=this;if(!a.eventsListeners||a.destroyed)return a;if("function"!=typeof t)return a;function i(){a.off(e,i),i.__emitterProxy&&delete i.__emitterProxy;for(var s=arguments.length,r=new Array(s),n=0;n=0&&t.eventsAnyListeners.splice(s,1),t},off(e,t){const s=this;return!s.eventsListeners||s.destroyed?s:s.eventsListeners?(e.split(" ").forEach((e=>{void 0===t?s.eventsListeners[e]=[]:s.eventsListeners[e]&&s.eventsListeners[e].forEach(((a,i)=>{(a===t||a.__emitterProxy&&a.__emitterProxy===t)&&s.eventsListeners[e].splice(i,1)}))})),s):s},emit(){const e=this;if(!e.eventsListeners||e.destroyed)return e;if(!e.eventsListeners)return e;let t,s,a;for(var i=arguments.length,r=new Array(i),n=0;n{e.eventsAnyListeners&&e.eventsAnyListeners.length&&e.eventsAnyListeners.forEach((e=>{e.apply(a,[t,...s])})),e.eventsListeners&&e.eventsListeners[t]&&e.eventsListeners[t].forEach((e=>{e.apply(a,s)}))})),e}};var S={updateSize:function(){const e=this;let t,s;const a=e.$el;t=void 0!==e.params.width&&null!==e.params.width?e.params.width:a[0].clientWidth,s=void 0!==e.params.height&&null!==e.params.height?e.params.height:a[0].clientHeight,0===t&&e.isHorizontal()||0===s&&e.isVertical()||(t=t-parseInt(a.css("padding-left")||0,10)-parseInt(a.css("padding-right")||0,10),s=s-parseInt(a.css("padding-top")||0,10)-parseInt(a.css("padding-bottom")||0,10),Number.isNaN(t)&&(t=0),Number.isNaN(s)&&(s=0),Object.assign(e,{width:t,height:s,size:e.isHorizontal()?t:s}))},updateSlides:function(){const e=this;function t(t){return e.isHorizontal()?t:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[t]}function s(e,s){return parseFloat(e.getPropertyValue(t(s))||0)}const a=e.params,{$wrapperEl:i,size:r,rtlTranslate:n,wrongRTL:l}=e,o=e.virtual&&a.virtual.enabled,d=o?e.virtual.slides.length:e.slides.length,c=i.children(`.${e.params.slideClass}`),p=o?e.virtual.slides.length:c.length;let u=[];const h=[],m=[];let f=a.slidesOffsetBefore;"function"==typeof f&&(f=a.slidesOffsetBefore.call(e));let g=a.slidesOffsetAfter;"function"==typeof g&&(g=a.slidesOffsetAfter.call(e));const w=e.snapGrid.length,b=e.slidesGrid.length;let x=a.spaceBetween,y=-f,E=0,C=0;if(void 0===r)return;"string"==typeof x&&x.indexOf("%")>=0&&(x=parseFloat(x.replace("%",""))/100*r),e.virtualSize=-x,n?c.css({marginLeft:"",marginBottom:"",marginTop:""}):c.css({marginRight:"",marginBottom:"",marginTop:""}),a.centeredSlides&&a.cssMode&&(v(e.wrapperEl,"--swiper-centered-offset-before",""),v(e.wrapperEl,"--swiper-centered-offset-after",""));const T=a.grid&&a.grid.rows>1&&e.grid;let $;T&&e.grid.initSlides(p);const S="auto"===a.slidesPerView&&a.breakpoints&&Object.keys(a.breakpoints).filter((e=>void 0!==a.breakpoints[e].slidesPerView)).length>0;for(let i=0;i1&&u.push(e.virtualSize-r)}if(0===u.length&&(u=[0]),0!==a.spaceBetween){const s=e.isHorizontal()&&n?"marginLeft":t("marginRight");c.filter(((e,t)=>!a.cssMode||t!==c.length-1)).css({[s]:`${x}px`})}if(a.centeredSlides&&a.centeredSlidesBounds){let e=0;m.forEach((t=>{e+=t+(a.spaceBetween?a.spaceBetween:0)})),e-=a.spaceBetween;const t=e-r;u=u.map((e=>e<0?-f:e>t?t+g:e))}if(a.centerInsufficientSlides){let e=0;if(m.forEach((t=>{e+=t+(a.spaceBetween?a.spaceBetween:0)})),e-=a.spaceBetween,e{u[s]=e-t})),h.forEach(((e,s)=>{h[s]=e+t}))}}if(Object.assign(e,{slides:c,snapGrid:u,slidesGrid:h,slidesSizesGrid:m}),a.centeredSlides&&a.cssMode&&!a.centeredSlidesBounds){v(e.wrapperEl,"--swiper-centered-offset-before",-u[0]+"px"),v(e.wrapperEl,"--swiper-centered-offset-after",e.size/2-m[m.length-1]/2+"px");const t=-e.snapGrid[0],s=-e.slidesGrid[0];e.snapGrid=e.snapGrid.map((e=>e+t)),e.slidesGrid=e.slidesGrid.map((e=>e+s))}if(p!==d&&e.emit("slidesLengthChange"),u.length!==w&&(e.params.watchOverflow&&e.checkOverflow(),e.emit("snapGridLengthChange")),h.length!==b&&e.emit("slidesGridLengthChange"),a.watchSlidesProgress&&e.updateSlidesOffset(),!(o||a.cssMode||"slide"!==a.effect&&"fade"!==a.effect)){const t=`${a.containerModifierClass}backface-hidden`,s=e.$el.hasClass(t);p<=a.maxBackfaceHiddenSlides?s||e.$el.addClass(t):s&&e.$el.removeClass(t)}},updateAutoHeight:function(e){const t=this,s=[],a=t.virtual&&t.params.virtual.enabled;let i,r=0;"number"==typeof e?t.setTransition(e):!0===e&&t.setTransition(t.params.speed);const n=e=>a?t.slides.filter((t=>parseInt(t.getAttribute("data-swiper-slide-index"),10)===e))[0]:t.slides.eq(e)[0];if("auto"!==t.params.slidesPerView&&t.params.slidesPerView>1)if(t.params.centeredSlides)(t.visibleSlides||d([])).each((e=>{s.push(e)}));else for(i=0;it.slides.length&&!a)break;s.push(n(e))}else s.push(n(t.activeIndex));for(i=0;ir?e:r}(r||0===r)&&t.$wrapperEl.css("height",`${r}px`)},updateSlidesOffset:function(){const e=this,t=e.slides;for(let s=0;s=0&&p1&&u<=t.size||p<=0&&u>=t.size)&&(t.visibleSlides.push(l),t.visibleSlidesIndexes.push(e),a.eq(e).addClass(s.slideVisibleClass)),l.progress=i?-d:d,l.originalProgress=i?-c:c}t.visibleSlides=d(t.visibleSlides)},updateProgress:function(e){const t=this;if(void 0===e){const s=t.rtlTranslate?-1:1;e=t&&t.translate&&t.translate*s||0}const s=t.params,a=t.maxTranslate()-t.minTranslate();let{progress:i,isBeginning:r,isEnd:n}=t;const l=r,o=n;0===a?(i=0,r=!0,n=!0):(i=(e-t.minTranslate())/a,r=i<=0,n=i>=1),Object.assign(t,{progress:i,isBeginning:r,isEnd:n}),(s.watchSlidesProgress||s.centeredSlides&&s.autoHeight)&&t.updateSlidesProgress(e),r&&!l&&t.emit("reachBeginning toEdge"),n&&!o&&t.emit("reachEnd toEdge"),(l&&!r||o&&!n)&&t.emit("fromEdge"),t.emit("progress",i)},updateSlidesClasses:function(){const e=this,{slides:t,params:s,$wrapperEl:a,activeIndex:i,realIndex:r}=e,n=e.virtual&&s.virtual.enabled;let l;t.removeClass(`${s.slideActiveClass} ${s.slideNextClass} ${s.slidePrevClass} ${s.slideDuplicateActiveClass} ${s.slideDuplicateNextClass} ${s.slideDuplicatePrevClass}`),l=n?e.$wrapperEl.find(`.${s.slideClass}[data-swiper-slide-index="${i}"]`):t.eq(i),l.addClass(s.slideActiveClass),s.loop&&(l.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${r}"]`).addClass(s.slideDuplicateActiveClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${r}"]`).addClass(s.slideDuplicateActiveClass));let o=l.nextAll(`.${s.slideClass}`).eq(0).addClass(s.slideNextClass);s.loop&&0===o.length&&(o=t.eq(0),o.addClass(s.slideNextClass));let d=l.prevAll(`.${s.slideClass}`).eq(0).addClass(s.slidePrevClass);s.loop&&0===d.length&&(d=t.eq(-1),d.addClass(s.slidePrevClass)),s.loop&&(o.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${o.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicateNextClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${o.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicateNextClass),d.hasClass(s.slideDuplicateClass)?a.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${d.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicatePrevClass):a.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${d.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicatePrevClass)),e.emitSlidesClasses()},updateActiveIndex:function(e){const t=this,s=t.rtlTranslate?t.translate:-t.translate,{slidesGrid:a,snapGrid:i,params:r,activeIndex:n,realIndex:l,snapIndex:o}=t;let d,c=e;if(void 0===c){for(let e=0;e=a[e]&&s=a[e]&&s=a[e]&&(c=e);r.normalizeSlideIndex&&(c<0||void 0===c)&&(c=0)}if(i.indexOf(s)>=0)d=i.indexOf(s);else{const e=Math.min(r.slidesPerGroupSkip,c);d=e+Math.floor((c-e)/r.slidesPerGroup)}if(d>=i.length&&(d=i.length-1),c===n)return void(d!==o&&(t.snapIndex=d,t.emit("snapIndexChange")));const p=parseInt(t.slides.eq(c).attr("data-swiper-slide-index")||c,10);Object.assign(t,{snapIndex:d,realIndex:p,previousIndex:n,activeIndex:c}),t.emit("activeIndexChange"),t.emit("snapIndexChange"),l!==p&&t.emit("realIndexChange"),(t.initialized||t.params.runCallbacksOnInit)&&t.emit("slideChange")},updateClickedSlide:function(e){const t=this,s=t.params,a=d(e).closest(`.${s.slideClass}`)[0];let i,r=!1;if(a)for(let e=0;eo?o:a&&en?"next":r=o.length&&(g=o.length-1);const v=-o[g];if(l.normalizeSlideIndex)for(let e=0;e=s&&t=s&&t=s&&(n=e)}if(r.initialized&&n!==p){if(!r.allowSlideNext&&vr.translate&&v>r.maxTranslate()&&(p||0)!==n)return!1}let b;if(n!==(c||0)&&s&&r.emit("beforeSlideChangeStart"),r.updateProgress(v),b=n>p?"next":n{r.wrapperEl.style.scrollSnapType="",r._swiperImmediateVirtual=!1}))}else{if(!r.support.smoothScroll)return w({swiper:r,targetPosition:s,side:e?"left":"top"}),!0;h.scrollTo({[e?"left":"top"]:s,behavior:"smooth"})}return!0}return r.setTransition(t),r.setTranslate(v),r.updateActiveIndex(n),r.updateSlidesClasses(),r.emit("beforeTransitionStart",t,a),r.transitionStart(s,b),0===t?r.transitionEnd(s,b):r.animating||(r.animating=!0,r.onSlideToWrapperTransitionEnd||(r.onSlideToWrapperTransitionEnd=function(e){r&&!r.destroyed&&e.target===this&&(r.$wrapperEl[0].removeEventListener("transitionend",r.onSlideToWrapperTransitionEnd),r.$wrapperEl[0].removeEventListener("webkitTransitionEnd",r.onSlideToWrapperTransitionEnd),r.onSlideToWrapperTransitionEnd=null,delete r.onSlideToWrapperTransitionEnd,r.transitionEnd(s,b))}),r.$wrapperEl[0].addEventListener("transitionend",r.onSlideToWrapperTransitionEnd),r.$wrapperEl[0].addEventListener("webkitTransitionEnd",r.onSlideToWrapperTransitionEnd)),!0},slideToLoop:function(e,t,s,a){if(void 0===e&&(e=0),void 0===t&&(t=this.params.speed),void 0===s&&(s=!0),"string"==typeof e){const t=parseInt(e,10);if(!isFinite(t))throw new Error(`The passed-in 'index' (string) couldn't be converted to 'number'. [${e}] given.`);e=t}const i=this;let r=e;return i.params.loop&&(r+=i.loopedSlides),i.slideTo(r,t,s,a)},slideNext:function(e,t,s){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0);const a=this,{animating:i,enabled:r,params:n}=a;if(!r)return a;let l=n.slidesPerGroup;"auto"===n.slidesPerView&&1===n.slidesPerGroup&&n.slidesPerGroupAuto&&(l=Math.max(a.slidesPerViewDynamic("current",!0),1));const o=a.activeIndexc(e)));let h=n[u.indexOf(p)-1];if(void 0===h&&i.cssMode){let e;n.forEach(((t,s)=>{p>=t&&(e=s)})),void 0!==e&&(h=n[e>0?e-1:e])}let m=0;if(void 0!==h&&(m=l.indexOf(h),m<0&&(m=a.activeIndex-1),"auto"===i.slidesPerView&&1===i.slidesPerGroup&&i.slidesPerGroupAuto&&(m=m-a.slidesPerViewDynamic("previous",!0)+1,m=Math.max(m,0))),i.rewind&&a.isBeginning){const i=a.params.virtual&&a.params.virtual.enabled&&a.virtual?a.virtual.slides.length-1:a.slides.length-1;return a.slideTo(i,e,t,s)}return a.slideTo(m,e,t,s)},slideReset:function(e,t,s){return void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),this.slideTo(this.activeIndex,e,t,s)},slideToClosest:function(e,t,s,a){void 0===e&&(e=this.params.speed),void 0===t&&(t=!0),void 0===a&&(a=.5);const i=this;let r=i.activeIndex;const n=Math.min(i.params.slidesPerGroupSkip,r),l=n+Math.floor((r-n)/i.params.slidesPerGroup),o=i.rtlTranslate?i.translate:-i.translate;if(o>=i.snapGrid[l]){const e=i.snapGrid[l];o-e>(i.snapGrid[l+1]-e)*a&&(r+=i.params.slidesPerGroup)}else{const e=i.snapGrid[l-1];o-e<=(i.snapGrid[l]-e)*a&&(r-=i.params.slidesPerGroup)}return r=Math.max(r,0),r=Math.min(r,i.slidesGrid.length-1),i.slideTo(r,e,t,s)},slideToClickedSlide:function(){const e=this,{params:t,$wrapperEl:s}=e,a="auto"===t.slidesPerView?e.slidesPerViewDynamic():t.slidesPerView;let i,r=e.clickedIndex;if(t.loop){if(e.animating)return;i=parseInt(d(e.clickedSlide).attr("data-swiper-slide-index"),10),t.centeredSlides?re.slides.length-e.loopedSlides+a/2?(e.loopFix(),r=s.children(`.${t.slideClass}[data-swiper-slide-index="${i}"]:not(.${t.slideDuplicateClass})`).eq(0).index(),p((()=>{e.slideTo(r)}))):e.slideTo(r):r>e.slides.length-a?(e.loopFix(),r=s.children(`.${t.slideClass}[data-swiper-slide-index="${i}"]:not(.${t.slideDuplicateClass})`).eq(0).index(),p((()=>{e.slideTo(r)}))):e.slideTo(r)}else e.slideTo(r)}};var z={loopCreate:function(){const e=this,t=a(),{params:s,$wrapperEl:i}=e,r=i.children().length>0?d(i.children()[0].parentNode):i;r.children(`.${s.slideClass}.${s.slideDuplicateClass}`).remove();let n=r.children(`.${s.slideClass}`);if(s.loopFillGroupWithBlank){const e=s.slidesPerGroup-n.length%s.slidesPerGroup;if(e!==s.slidesPerGroup){for(let a=0;an.length&&e.params.loopedSlidesLimit&&(e.loopedSlides=n.length);const l=[],o=[];n.each(((e,t)=>{d(e).attr("data-swiper-slide-index",t)}));for(let t=0;t=0;e-=1)r.prepend(d(l[e].cloneNode(!0)).addClass(s.slideDuplicateClass))},loopFix:function(){const e=this;e.emit("beforeLoopFix");const{activeIndex:t,slides:s,loopedSlides:a,allowSlidePrev:i,allowSlideNext:r,snapGrid:n,rtlTranslate:l}=e;let o;e.allowSlidePrev=!0,e.allowSlideNext=!0;const d=-n[t]-e.getTranslate();if(t=s.length-a){o=-s.length+t+a,o+=a;e.slideTo(o,0,!1,!0)&&0!==d&&e.setTranslate((l?-e.translate:e.translate)-d)}e.allowSlidePrev=i,e.allowSlideNext=r,e.emit("loopFix")},loopDestroy:function(){const{$wrapperEl:e,params:t,slides:s}=this;e.children(`.${t.slideClass}.${t.slideDuplicateClass},.${t.slideClass}.${t.slideBlankClass}`).remove(),s.removeAttr("data-swiper-slide-index")}};function L(e){const t=this,s=a(),i=r(),n=t.touchEventsData,{params:l,touches:o,enabled:c}=t;if(!c)return;if(t.animating&&l.preventInteractionOnTransition)return;!t.animating&&l.cssMode&&l.loop&&t.loopFix();let p=e;p.originalEvent&&(p=p.originalEvent);let h=d(p.target);if("wrapper"===l.touchEventsTarget&&!h.closest(t.wrapperEl).length)return;if(n.isTouchEvent="touchstart"===p.type,!n.isTouchEvent&&"which"in p&&3===p.which)return;if(!n.isTouchEvent&&"button"in p&&p.button>0)return;if(n.isTouched&&n.isMoved)return;const m=!!l.noSwipingClass&&""!==l.noSwipingClass,f=e.composedPath?e.composedPath():e.path;m&&p.target&&p.target.shadowRoot&&f&&(h=d(f[0]));const g=l.noSwipingSelector?l.noSwipingSelector:`.${l.noSwipingClass}`,v=!(!p.target||!p.target.shadowRoot);if(l.noSwiping&&(v?function(e,t){return void 0===t&&(t=this),function t(s){if(!s||s===a()||s===r())return null;s.assignedSlot&&(s=s.assignedSlot);const i=s.closest(e);return i||s.getRootNode?i||t(s.getRootNode().host):null}(t)}(g,h[0]):h.closest(g)[0]))return void(t.allowClick=!0);if(l.swipeHandler&&!h.closest(l.swipeHandler)[0])return;o.currentX="touchstart"===p.type?p.targetTouches[0].pageX:p.pageX,o.currentY="touchstart"===p.type?p.targetTouches[0].pageY:p.pageY;const w=o.currentX,b=o.currentY,x=l.edgeSwipeDetection||l.iOSEdgeSwipeDetection,y=l.edgeSwipeThreshold||l.iOSEdgeSwipeThreshold;if(x&&(w<=y||w>=i.innerWidth-y)){if("prevent"!==x)return;e.preventDefault()}if(Object.assign(n,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),o.startX=w,o.startY=b,n.touchStartTime=u(),t.allowClick=!0,t.updateSize(),t.swipeDirection=void 0,l.threshold>0&&(n.allowThresholdMove=!1),"touchstart"!==p.type){let e=!0;h.is(n.focusableElements)&&(e=!1,"SELECT"===h[0].nodeName&&(n.isTouched=!1)),s.activeElement&&d(s.activeElement).is(n.focusableElements)&&s.activeElement!==h[0]&&s.activeElement.blur();const a=e&&t.allowTouchMove&&l.touchStartPreventDefault;!l.touchStartForcePreventDefault&&!a||h[0].isContentEditable||p.preventDefault()}t.params.freeMode&&t.params.freeMode.enabled&&t.freeMode&&t.animating&&!l.cssMode&&t.freeMode.onTouchStart(),t.emit("touchStart",p)}function O(e){const t=a(),s=this,i=s.touchEventsData,{params:r,touches:n,rtlTranslate:l,enabled:o}=s;if(!o)return;let c=e;if(c.originalEvent&&(c=c.originalEvent),!i.isTouched)return void(i.startMoving&&i.isScrolling&&s.emit("touchMoveOpposite",c));if(i.isTouchEvent&&"touchmove"!==c.type)return;const p="touchmove"===c.type&&c.targetTouches&&(c.targetTouches[0]||c.changedTouches[0]),h="touchmove"===c.type?p.pageX:c.pageX,m="touchmove"===c.type?p.pageY:c.pageY;if(c.preventedByNestedSwiper)return n.startX=h,void(n.startY=m);if(!s.allowTouchMove)return d(c.target).is(i.focusableElements)||(s.allowClick=!1),void(i.isTouched&&(Object.assign(n,{startX:h,startY:m,currentX:h,currentY:m}),i.touchStartTime=u()));if(i.isTouchEvent&&r.touchReleaseOnEdges&&!r.loop)if(s.isVertical()){if(mn.startY&&s.translate>=s.minTranslate())return i.isTouched=!1,void(i.isMoved=!1)}else if(hn.startX&&s.translate>=s.minTranslate())return;if(i.isTouchEvent&&t.activeElement&&c.target===t.activeElement&&d(c.target).is(i.focusableElements))return i.isMoved=!0,void(s.allowClick=!1);if(i.allowTouchCallbacks&&s.emit("touchMove",c),c.targetTouches&&c.targetTouches.length>1)return;n.currentX=h,n.currentY=m;const f=n.currentX-n.startX,g=n.currentY-n.startY;if(s.params.threshold&&Math.sqrt(f**2+g**2)=25&&(e=180*Math.atan2(Math.abs(g),Math.abs(f))/Math.PI,i.isScrolling=s.isHorizontal()?e>r.touchAngle:90-e>r.touchAngle)}if(i.isScrolling&&s.emit("touchMoveOpposite",c),void 0===i.startMoving&&(n.currentX===n.startX&&n.currentY===n.startY||(i.startMoving=!0)),i.isScrolling)return void(i.isTouched=!1);if(!i.startMoving)return;s.allowClick=!1,!r.cssMode&&c.cancelable&&c.preventDefault(),r.touchMoveStopPropagation&&!r.nested&&c.stopPropagation(),i.isMoved||(r.loop&&!r.cssMode&&s.loopFix(),i.startTranslate=s.getTranslate(),s.setTransition(0),s.animating&&s.$wrapperEl.trigger("webkitTransitionEnd transitionend"),i.allowMomentumBounce=!1,!r.grabCursor||!0!==s.allowSlideNext&&!0!==s.allowSlidePrev||s.setGrabCursor(!0),s.emit("sliderFirstMove",c)),s.emit("sliderMove",c),i.isMoved=!0;let v=s.isHorizontal()?f:g;n.diff=v,v*=r.touchRatio,l&&(v=-v),s.swipeDirection=v>0?"prev":"next",i.currentTranslate=v+i.startTranslate;let w=!0,b=r.resistanceRatio;if(r.touchReleaseOnEdges&&(b=0),v>0&&i.currentTranslate>s.minTranslate()?(w=!1,r.resistance&&(i.currentTranslate=s.minTranslate()-1+(-s.minTranslate()+i.startTranslate+v)**b)):v<0&&i.currentTranslatei.startTranslate&&(i.currentTranslate=i.startTranslate),s.allowSlidePrev||s.allowSlideNext||(i.currentTranslate=i.startTranslate),r.threshold>0){if(!(Math.abs(v)>r.threshold||i.allowThresholdMove))return void(i.currentTranslate=i.startTranslate);if(!i.allowThresholdMove)return i.allowThresholdMove=!0,n.startX=n.currentX,n.startY=n.currentY,i.currentTranslate=i.startTranslate,void(n.diff=s.isHorizontal()?n.currentX-n.startX:n.currentY-n.startY)}r.followFinger&&!r.cssMode&&((r.freeMode&&r.freeMode.enabled&&s.freeMode||r.watchSlidesProgress)&&(s.updateActiveIndex(),s.updateSlidesClasses()),s.params.freeMode&&r.freeMode.enabled&&s.freeMode&&s.freeMode.onTouchMove(),s.updateProgress(i.currentTranslate),s.setTranslate(i.currentTranslate))}function I(e){const t=this,s=t.touchEventsData,{params:a,touches:i,rtlTranslate:r,slidesGrid:n,enabled:l}=t;if(!l)return;let o=e;if(o.originalEvent&&(o=o.originalEvent),s.allowTouchCallbacks&&t.emit("touchEnd",o),s.allowTouchCallbacks=!1,!s.isTouched)return s.isMoved&&a.grabCursor&&t.setGrabCursor(!1),s.isMoved=!1,void(s.startMoving=!1);a.grabCursor&&s.isMoved&&s.isTouched&&(!0===t.allowSlideNext||!0===t.allowSlidePrev)&&t.setGrabCursor(!1);const d=u(),c=d-s.touchStartTime;if(t.allowClick){const e=o.path||o.composedPath&&o.composedPath();t.updateClickedSlide(e&&e[0]||o.target),t.emit("tap click",o),c<300&&d-s.lastClickTime<300&&t.emit("doubleTap doubleClick",o)}if(s.lastClickTime=u(),p((()=>{t.destroyed||(t.allowClick=!0)})),!s.isTouched||!s.isMoved||!t.swipeDirection||0===i.diff||s.currentTranslate===s.startTranslate)return s.isTouched=!1,s.isMoved=!1,void(s.startMoving=!1);let h;if(s.isTouched=!1,s.isMoved=!1,s.startMoving=!1,h=a.followFinger?r?t.translate:-t.translate:-s.currentTranslate,a.cssMode)return;if(t.params.freeMode&&a.freeMode.enabled)return void t.freeMode.onTouchEnd({currentPos:h});let m=0,f=t.slidesSizesGrid[0];for(let e=0;e=n[e]&&h=n[e]&&(m=e,f=n[n.length-1]-n[n.length-2])}let g=null,v=null;a.rewind&&(t.isBeginning?v=t.params.virtual&&t.params.virtual.enabled&&t.virtual?t.virtual.slides.length-1:t.slides.length-1:t.isEnd&&(g=0));const w=(h-n[m])/f,b=ma.longSwipesMs){if(!a.longSwipes)return void t.slideTo(t.activeIndex);"next"===t.swipeDirection&&(w>=a.longSwipesRatio?t.slideTo(a.rewind&&t.isEnd?g:m+b):t.slideTo(m)),"prev"===t.swipeDirection&&(w>1-a.longSwipesRatio?t.slideTo(m+b):null!==v&&w<0&&Math.abs(w)>a.longSwipesRatio?t.slideTo(v):t.slideTo(m))}else{if(!a.shortSwipes)return void t.slideTo(t.activeIndex);t.navigation&&(o.target===t.navigation.nextEl||o.target===t.navigation.prevEl)?o.target===t.navigation.nextEl?t.slideTo(m+b):t.slideTo(m):("next"===t.swipeDirection&&t.slideTo(null!==g?g:m+b),"prev"===t.swipeDirection&&t.slideTo(null!==v?v:m))}}function A(){const e=this,{params:t,el:s}=e;if(s&&0===s.offsetWidth)return;t.breakpoints&&e.setBreakpoint();const{allowSlideNext:a,allowSlidePrev:i,snapGrid:r}=e;e.allowSlideNext=!0,e.allowSlidePrev=!0,e.updateSize(),e.updateSlides(),e.updateSlidesClasses(),("auto"===t.slidesPerView||t.slidesPerView>1)&&e.isEnd&&!e.isBeginning&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),e.autoplay&&e.autoplay.running&&e.autoplay.paused&&e.autoplay.run(),e.allowSlidePrev=i,e.allowSlideNext=a,e.params.watchOverflow&&r!==e.snapGrid&&e.checkOverflow()}function D(e){const t=this;t.enabled&&(t.allowClick||(t.params.preventClicks&&e.preventDefault(),t.params.preventClicksPropagation&&t.animating&&(e.stopPropagation(),e.stopImmediatePropagation())))}function G(){const e=this,{wrapperEl:t,rtlTranslate:s,enabled:a}=e;if(!a)return;let i;e.previousTranslate=e.translate,e.isHorizontal()?e.translate=-t.scrollLeft:e.translate=-t.scrollTop,0===e.translate&&(e.translate=0),e.updateActiveIndex(),e.updateSlidesClasses();const r=e.maxTranslate()-e.minTranslate();i=0===r?0:(e.translate-e.minTranslate())/r,i!==e.progress&&e.updateProgress(s?-e.translate:e.translate),e.emit("setTranslate",e.translate,!1)}let N=!1;function B(){}const H=(e,t)=>{const s=a(),{params:i,touchEvents:r,el:n,wrapperEl:l,device:o,support:d}=e,c=!!i.nested,p="on"===t?"addEventListener":"removeEventListener",u=t;if(d.touch){const t=!("touchstart"!==r.start||!d.passiveListener||!i.passiveListeners)&&{passive:!0,capture:!1};n[p](r.start,e.onTouchStart,t),n[p](r.move,e.onTouchMove,d.passiveListener?{passive:!1,capture:c}:c),n[p](r.end,e.onTouchEnd,t),r.cancel&&n[p](r.cancel,e.onTouchEnd,t)}else n[p](r.start,e.onTouchStart,!1),s[p](r.move,e.onTouchMove,c),s[p](r.end,e.onTouchEnd,!1);(i.preventClicks||i.preventClicksPropagation)&&n[p]("click",e.onClick,!0),i.cssMode&&l[p]("scroll",e.onScroll),i.updateOnWindowResize?e[u](o.ios||o.android?"resize orientationchange observerUpdate":"resize observerUpdate",A,!0):e[u]("observerUpdate",A,!0)};var X={attachEvents:function(){const e=this,t=a(),{params:s,support:i}=e;e.onTouchStart=L.bind(e),e.onTouchMove=O.bind(e),e.onTouchEnd=I.bind(e),s.cssMode&&(e.onScroll=G.bind(e)),e.onClick=D.bind(e),i.touch&&!N&&(t.addEventListener("touchstart",B),N=!0),H(e,"on")},detachEvents:function(){H(this,"off")}};const Y=(e,t)=>e.grid&&t.grid&&t.grid.rows>1;var R={addClasses:function(){const e=this,{classNames:t,params:s,rtl:a,$el:i,device:r,support:n}=e,l=function(e,t){const s=[];return e.forEach((e=>{"object"==typeof e?Object.keys(e).forEach((a=>{e[a]&&s.push(t+a)})):"string"==typeof e&&s.push(t+e)})),s}(["initialized",s.direction,{"pointer-events":!n.touch},{"free-mode":e.params.freeMode&&s.freeMode.enabled},{autoheight:s.autoHeight},{rtl:a},{grid:s.grid&&s.grid.rows>1},{"grid-column":s.grid&&s.grid.rows>1&&"column"===s.grid.fill},{android:r.android},{ios:r.ios},{"css-mode":s.cssMode},{centered:s.cssMode&&s.centeredSlides},{"watch-progress":s.watchSlidesProgress}],s.containerModifierClass);t.push(...l),i.addClass([...t].join(" ")),e.emitContainerClasses()},removeClasses:function(){const{$el:e,classNames:t}=this;e.removeClass(t.join(" ")),this.emitContainerClasses()}};var W={init:!0,direction:"horizontal",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:0,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,loopedSlidesLimit:!0,loopFillGroupWithBlank:!1,loopPreventsSlide:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"swiper-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"swiper-",slideClass:"swiper-slide",slideBlankClass:"swiper-slide-invisible-blank",slideActiveClass:"swiper-slide-active",slideDuplicateActiveClass:"swiper-slide-duplicate-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",slideNextClass:"swiper-slide-next",slideDuplicateNextClass:"swiper-slide-duplicate-next",slidePrevClass:"swiper-slide-prev",slideDuplicatePrevClass:"swiper-slide-duplicate-prev",wrapperClass:"swiper-wrapper",runCallbacksOnInit:!0,_emitClasses:!1};function q(e,t){return function(s){void 0===s&&(s={});const a=Object.keys(s)[0],i=s[a];"object"==typeof i&&null!==i?(["navigation","pagination","scrollbar"].indexOf(a)>=0&&!0===e[a]&&(e[a]={auto:!0}),a in e&&"enabled"in i?(!0===e[a]&&(e[a]={enabled:!0}),"object"!=typeof e[a]||"enabled"in e[a]||(e[a].enabled=!0),e[a]||(e[a]={enabled:!1}),g(t,s)):g(t,s)):g(t,s)}}const j={eventsEmitter:$,update:S,translate:M,transition:{setTransition:function(e,t){const s=this;s.params.cssMode||s.$wrapperEl.transition(e),s.emit("setTransition",e,t)},transitionStart:function(e,t){void 0===e&&(e=!0);const s=this,{params:a}=s;a.cssMode||(a.autoHeight&&s.updateAutoHeight(),P({swiper:s,runCallbacks:e,direction:t,step:"Start"}))},transitionEnd:function(e,t){void 0===e&&(e=!0);const s=this,{params:a}=s;s.animating=!1,a.cssMode||(s.setTransition(0),P({swiper:s,runCallbacks:e,direction:t,step:"End"}))}},slide:k,loop:z,grabCursor:{setGrabCursor:function(e){const t=this;if(t.support.touch||!t.params.simulateTouch||t.params.watchOverflow&&t.isLocked||t.params.cssMode)return;const s="container"===t.params.touchEventsTarget?t.el:t.wrapperEl;s.style.cursor="move",s.style.cursor=e?"grabbing":"grab"},unsetGrabCursor:function(){const e=this;e.support.touch||e.params.watchOverflow&&e.isLocked||e.params.cssMode||(e["container"===e.params.touchEventsTarget?"el":"wrapperEl"].style.cursor="")}},events:X,breakpoints:{setBreakpoint:function(){const e=this,{activeIndex:t,initialized:s,loopedSlides:a=0,params:i,$el:r}=e,n=i.breakpoints;if(!n||n&&0===Object.keys(n).length)return;const l=e.getBreakpoint(n,e.params.breakpointsBase,e.el);if(!l||e.currentBreakpoint===l)return;const o=(l in n?n[l]:void 0)||e.originalParams,d=Y(e,i),c=Y(e,o),p=i.enabled;d&&!c?(r.removeClass(`${i.containerModifierClass}grid ${i.containerModifierClass}grid-column`),e.emitContainerClasses()):!d&&c&&(r.addClass(`${i.containerModifierClass}grid`),(o.grid.fill&&"column"===o.grid.fill||!o.grid.fill&&"column"===i.grid.fill)&&r.addClass(`${i.containerModifierClass}grid-column`),e.emitContainerClasses()),["navigation","pagination","scrollbar"].forEach((t=>{const s=i[t]&&i[t].enabled,a=o[t]&&o[t].enabled;s&&!a&&e[t].disable(),!s&&a&&e[t].enable()}));const u=o.direction&&o.direction!==i.direction,h=i.loop&&(o.slidesPerView!==i.slidesPerView||u);u&&s&&e.changeDirection(),g(e.params,o);const m=e.params.enabled;Object.assign(e,{allowTouchMove:e.params.allowTouchMove,allowSlideNext:e.params.allowSlideNext,allowSlidePrev:e.params.allowSlidePrev}),p&&!m?e.disable():!p&&m&&e.enable(),e.currentBreakpoint=l,e.emit("_beforeBreakpoint",o),h&&s&&(e.loopDestroy(),e.loopCreate(),e.updateSlides(),e.slideTo(t-a+e.loopedSlides,0,!1)),e.emit("breakpoint",o)},getBreakpoint:function(e,t,s){if(void 0===t&&(t="window"),!e||"container"===t&&!s)return;let a=!1;const i=r(),n="window"===t?i.innerHeight:s.clientHeight,l=Object.keys(e).map((e=>{if("string"==typeof e&&0===e.indexOf("@")){const t=parseFloat(e.substr(1));return{value:n*t,point:e}}return{value:e,point:e}}));l.sort(((e,t)=>parseInt(e.value,10)-parseInt(t.value,10)));for(let e=0;es}else e.isLocked=1===e.snapGrid.length;!0===s.allowSlideNext&&(e.allowSlideNext=!e.isLocked),!0===s.allowSlidePrev&&(e.allowSlidePrev=!e.isLocked),t&&t!==e.isLocked&&(e.isEnd=!1),t!==e.isLocked&&e.emit(e.isLocked?"lock":"unlock")}},classes:R,images:{loadImage:function(e,t,s,a,i,n){const l=r();let o;function c(){n&&n()}d(e).parent("picture")[0]||e.complete&&i?c():t?(o=new l.Image,o.onload=c,o.onerror=c,a&&(o.sizes=a),s&&(o.srcset=s),t&&(o.src=t)):c()},preloadImages:function(){const e=this;function t(){null!=e&&e&&!e.destroyed&&(void 0!==e.imagesLoaded&&(e.imagesLoaded+=1),e.imagesLoaded===e.imagesToLoad.length&&(e.params.updateOnImagesReady&&e.update(),e.emit("imagesReady")))}e.imagesToLoad=e.$el.find("img");for(let s=0;s1){const e=[];return d(t.el).each((s=>{const a=g({},t,{el:s});e.push(new V(a))})),e}const r=this;r.__swiper__=!0,r.support=E(),r.device=C({userAgent:t.userAgent}),r.browser=T(),r.eventsListeners={},r.eventsAnyListeners=[],r.modules=[...r.__modules__],t.modules&&Array.isArray(t.modules)&&r.modules.push(...t.modules);const n={};r.modules.forEach((e=>{e({swiper:r,extendParams:q(t,n),on:r.on.bind(r),once:r.once.bind(r),off:r.off.bind(r),emit:r.emit.bind(r)})}));const l=g({},W,n);return r.params=g({},l,_,t),r.originalParams=g({},r.params),r.passedParams=g({},t),r.params&&r.params.on&&Object.keys(r.params.on).forEach((e=>{r.on(e,r.params.on[e])})),r.params&&r.params.onAny&&r.onAny(r.params.onAny),r.$=d,Object.assign(r,{enabled:r.params.enabled,el:e,classNames:[],slides:d(),slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal:()=>"horizontal"===r.params.direction,isVertical:()=>"vertical"===r.params.direction,activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,allowSlideNext:r.params.allowSlideNext,allowSlidePrev:r.params.allowSlidePrev,touchEvents:function(){const e=["touchstart","touchmove","touchend","touchcancel"],t=["pointerdown","pointermove","pointerup"];return r.touchEventsTouch={start:e[0],move:e[1],end:e[2],cancel:e[3]},r.touchEventsDesktop={start:t[0],move:t[1],end:t[2]},r.support.touch||!r.params.simulateTouch?r.touchEventsTouch:r.touchEventsDesktop}(),touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:r.params.focusableElements,lastClickTime:u(),clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,isTouchEvent:void 0,startMoving:void 0},allowClick:!0,allowTouchMove:r.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),r.emit("_swiper"),r.params.init&&r.init(),r}enable(){const e=this;e.enabled||(e.enabled=!0,e.params.grabCursor&&e.setGrabCursor(),e.emit("enable"))}disable(){const e=this;e.enabled&&(e.enabled=!1,e.params.grabCursor&&e.unsetGrabCursor(),e.emit("disable"))}setProgress(e,t){const s=this;e=Math.min(Math.max(e,0),1);const a=s.minTranslate(),i=(s.maxTranslate()-a)*e+a;s.translateTo(i,void 0===t?0:t),s.updateActiveIndex(),s.updateSlidesClasses()}emitContainerClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=e.el.className.split(" ").filter((t=>0===t.indexOf("swiper")||0===t.indexOf(e.params.containerModifierClass)));e.emit("_containerClasses",t.join(" "))}getSlideClasses(e){const t=this;return t.destroyed?"":e.className.split(" ").filter((e=>0===e.indexOf("swiper-slide")||0===e.indexOf(t.params.slideClass))).join(" ")}emitSlidesClasses(){const e=this;if(!e.params._emitClasses||!e.el)return;const t=[];e.slides.each((s=>{const a=e.getSlideClasses(s);t.push({slideEl:s,classNames:a}),e.emit("_slideClass",s,a)})),e.emit("_slideClasses",t)}slidesPerViewDynamic(e,t){void 0===e&&(e="current"),void 0===t&&(t=!1);const{params:s,slides:a,slidesGrid:i,slidesSizesGrid:r,size:n,activeIndex:l}=this;let o=1;if(s.centeredSlides){let e,t=a[l].swiperSlideSize;for(let s=l+1;sn&&(e=!0));for(let s=l-1;s>=0;s-=1)a[s]&&!e&&(t+=a[s].swiperSlideSize,o+=1,t>n&&(e=!0))}else if("current"===e)for(let e=l+1;e=0;e-=1){i[l]-i[e]1)&&e.isEnd&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),i||a()),s.watchOverflow&&t!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(e,t){void 0===t&&(t=!0);const s=this,a=s.params.direction;return e||(e="horizontal"===a?"vertical":"horizontal"),e===a||"horizontal"!==e&&"vertical"!==e||(s.$el.removeClass(`${s.params.containerModifierClass}${a}`).addClass(`${s.params.containerModifierClass}${e}`),s.emitContainerClasses(),s.params.direction=e,s.slides.each((t=>{"vertical"===e?t.style.width="":t.style.height=""})),s.emit("changeDirection"),t&&s.update()),s}changeLanguageDirection(e){const t=this;t.rtl&&"rtl"===e||!t.rtl&&"ltr"===e||(t.rtl="rtl"===e,t.rtlTranslate="horizontal"===t.params.direction&&t.rtl,t.rtl?(t.$el.addClass(`${t.params.containerModifierClass}rtl`),t.el.dir="rtl"):(t.$el.removeClass(`${t.params.containerModifierClass}rtl`),t.el.dir="ltr"),t.update())}mount(e){const t=this;if(t.mounted)return!0;const s=d(e||t.params.el);if(!(e=s[0]))return!1;e.swiper=t;const i=()=>`.${(t.params.wrapperClass||"").trim().split(" ").join(".")}`;let r=(()=>{if(e&&e.shadowRoot&&e.shadowRoot.querySelector){const t=d(e.shadowRoot.querySelector(i()));return t.children=e=>s.children(e),t}return s.children?s.children(i()):d(s).children(i())})();if(0===r.length&&t.params.createElements){const e=a().createElement("div");r=d(e),e.className=t.params.wrapperClass,s.append(e),s.children(`.${t.params.slideClass}`).each((e=>{r.append(e)}))}return Object.assign(t,{$el:s,el:e,$wrapperEl:r,wrapperEl:r[0],mounted:!0,rtl:"rtl"===e.dir.toLowerCase()||"rtl"===s.css("direction"),rtlTranslate:"horizontal"===t.params.direction&&("rtl"===e.dir.toLowerCase()||"rtl"===s.css("direction")),wrongRTL:"-webkit-box"===r.css("display")}),!0}init(e){const t=this;if(t.initialized)return t;return!1===t.mount(e)||(t.emit("beforeInit"),t.params.breakpoints&&t.setBreakpoint(),t.addClasses(),t.params.loop&&t.loopCreate(),t.updateSize(),t.updateSlides(),t.params.watchOverflow&&t.checkOverflow(),t.params.grabCursor&&t.enabled&&t.setGrabCursor(),t.params.preloadImages&&t.preloadImages(),t.params.loop?t.slideTo(t.params.initialSlide+t.loopedSlides,0,t.params.runCallbacksOnInit,!1,!0):t.slideTo(t.params.initialSlide,0,t.params.runCallbacksOnInit,!1,!0),t.attachEvents(),t.initialized=!0,t.emit("init"),t.emit("afterInit")),t}destroy(e,t){void 0===e&&(e=!0),void 0===t&&(t=!0);const s=this,{params:a,$el:i,$wrapperEl:r,slides:n}=s;return void 0===s.params||s.destroyed||(s.emit("beforeDestroy"),s.initialized=!1,s.detachEvents(),a.loop&&s.loopDestroy(),t&&(s.removeClasses(),i.removeAttr("style"),r.removeAttr("style"),n&&n.length&&n.removeClass([a.slideVisibleClass,a.slideActiveClass,a.slideNextClass,a.slidePrevClass].join(" ")).removeAttr("style").removeAttr("data-swiper-slide-index")),s.emit("destroy"),Object.keys(s.eventsListeners).forEach((e=>{s.off(e)})),!1!==e&&(s.$el[0].swiper=null,function(e){const t=e;Object.keys(t).forEach((e=>{try{t[e]=null}catch(e){}try{delete t[e]}catch(e){}}))}(s)),s.destroyed=!0),null}static extendDefaults(e){g(_,e)}static get extendedDefaults(){return _}static get defaults(){return W}static installModule(e){V.prototype.__modules__||(V.prototype.__modules__=[]);const t=V.prototype.__modules__;"function"==typeof e&&t.indexOf(e)<0&&t.push(e)}static use(e){return Array.isArray(e)?(e.forEach((e=>V.installModule(e))),V):(V.installModule(e),V)}}function F(e,t,s,i){const r=a();return e.params.createElements&&Object.keys(i).forEach((a=>{if(!s[a]&&!0===s.auto){let n=e.$el.children(`.${i[a]}`)[0];n||(n=r.createElement("div"),n.className=i[a],e.$el.append(n)),s[a]=n,t[a]=n}})),s}function U(e){return void 0===e&&(e=""),`.${e.trim().replace(/([\.:!\/])/g,"\\$1").replace(/ /g,".")}`}function K(e){const t=this,{$wrapperEl:s,params:a}=t;if(a.loop&&t.loopDestroy(),"object"==typeof e&&"length"in e)for(let t=0;t=l)return void s.appendSlide(t);let o=n>e?n+1:n;const d=[];for(let t=l-1;t>=e;t-=1){const e=s.slides.eq(t);e.remove(),d.unshift(e)}if("object"==typeof t&&"length"in t){for(let e=0;ee?n+t.length:n}else a.append(t);for(let e=0;e{if(s.params.effect!==t)return;s.classNames.push(`${s.params.containerModifierClass}${t}`),l&&l()&&s.classNames.push(`${s.params.containerModifierClass}3d`);const e=n?n():{};Object.assign(s.params,e),Object.assign(s.originalParams,e)})),a("setTranslate",(()=>{s.params.effect===t&&i()})),a("setTransition",((e,a)=>{s.params.effect===t&&r(a)})),a("transitionEnd",(()=>{if(s.params.effect===t&&o){if(!d||!d().slideShadows)return;s.slides.each((e=>{s.$(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").remove()})),o()}})),a("virtualUpdate",(()=>{s.params.effect===t&&(s.slides.length||(c=!0),requestAnimationFrame((()=>{c&&s.slides&&s.slides.length&&(i(),c=!1)})))}))}function se(e,t){return e.transformEl?t.find(e.transformEl).css({"backface-visibility":"hidden","-webkit-backface-visibility":"hidden"}):t}function ae(e){let{swiper:t,duration:s,transformEl:a,allSlides:i}=e;const{slides:r,activeIndex:n,$wrapperEl:l}=t;if(t.params.virtualTranslate&&0!==s){let e,s=!1;e=i?a?r.find(a):r:a?r.eq(n).find(a):r.eq(n),e.transitionEnd((()=>{if(s)return;if(!t||t.destroyed)return;s=!0,t.animating=!1;const e=["webkitTransitionEnd","transitionend"];for(let t=0;t`),i.append(r)),r}Object.keys(j).forEach((e=>{Object.keys(j[e]).forEach((t=>{V.prototype[t]=j[e][t]}))})),V.use([function(e){let{swiper:t,on:s,emit:a}=e;const i=r();let n=null,l=null;const o=()=>{t&&!t.destroyed&&t.initialized&&(a("beforeResize"),a("resize"))},d=()=>{t&&!t.destroyed&&t.initialized&&a("orientationchange")};s("init",(()=>{t.params.resizeObserver&&void 0!==i.ResizeObserver?t&&!t.destroyed&&t.initialized&&(n=new ResizeObserver((e=>{l=i.requestAnimationFrame((()=>{const{width:s,height:a}=t;let i=s,r=a;e.forEach((e=>{let{contentBoxSize:s,contentRect:a,target:n}=e;n&&n!==t.el||(i=a?a.width:(s[0]||s).inlineSize,r=a?a.height:(s[0]||s).blockSize)})),i===s&&r===a||o()}))})),n.observe(t.el)):(i.addEventListener("resize",o),i.addEventListener("orientationchange",d))})),s("destroy",(()=>{l&&i.cancelAnimationFrame(l),n&&n.unobserve&&t.el&&(n.unobserve(t.el),n=null),i.removeEventListener("resize",o),i.removeEventListener("orientationchange",d)}))},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=[],l=r(),o=function(e,t){void 0===t&&(t={});const s=new(l.MutationObserver||l.WebkitMutationObserver)((e=>{if(1===e.length)return void i("observerUpdate",e[0]);const t=function(){i("observerUpdate",e[0])};l.requestAnimationFrame?l.requestAnimationFrame(t):l.setTimeout(t,0)}));s.observe(e,{attributes:void 0===t.attributes||t.attributes,childList:void 0===t.childList||t.childList,characterData:void 0===t.characterData||t.characterData}),n.push(s)};s({observer:!1,observeParents:!1,observeSlideChildren:!1}),a("init",(()=>{if(t.params.observer){if(t.params.observeParents){const e=t.$el.parents();for(let t=0;t{n.forEach((e=>{e.disconnect()})),n.splice(0,n.length)}))}]);const re=[function(e){let t,{swiper:s,extendParams:a,on:i,emit:r}=e;function n(e,t){const a=s.params.virtual;if(a.cache&&s.virtual.cache[t])return s.virtual.cache[t];const i=a.renderSlide?d(a.renderSlide.call(s,e,t)):d(`
    ${e}
    `);return i.attr("data-swiper-slide-index")||i.attr("data-swiper-slide-index",t),a.cache&&(s.virtual.cache[t]=i),i}function l(e){const{slidesPerView:t,slidesPerGroup:a,centeredSlides:i}=s.params,{addSlidesBefore:l,addSlidesAfter:o}=s.params.virtual,{from:d,to:c,slides:p,slidesGrid:u,offset:h}=s.virtual;s.params.cssMode||s.updateActiveIndex();const m=s.activeIndex||0;let f,g,v;f=s.rtlTranslate?"right":s.isHorizontal()?"left":"top",i?(g=Math.floor(t/2)+a+o,v=Math.floor(t/2)+a+l):(g=t+(a-1)+o,v=a+l);const w=Math.max((m||0)-v,0),b=Math.min((m||0)+g,p.length-1),x=(s.slidesGrid[w]||0)-(s.slidesGrid[0]||0);function y(){s.updateSlides(),s.updateProgress(),s.updateSlidesClasses(),s.lazy&&s.params.lazy.enabled&&s.lazy.load(),r("virtualUpdate")}if(Object.assign(s.virtual,{from:w,to:b,offset:x,slidesGrid:s.slidesGrid}),d===w&&c===b&&!e)return s.slidesGrid!==u&&x!==h&&s.slides.css(f,`${x}px`),s.updateProgress(),void r("virtualUpdate");if(s.params.virtual.renderExternal)return s.params.virtual.renderExternal.call(s,{offset:x,from:w,to:b,slides:function(){const e=[];for(let t=w;t<=b;t+=1)e.push(p[t]);return e}()}),void(s.params.virtual.renderExternalUpdate?y():r("virtualUpdate"));const E=[],C=[];if(e)s.$wrapperEl.find(`.${s.params.slideClass}`).remove();else for(let e=d;e<=c;e+=1)(eb)&&s.$wrapperEl.find(`.${s.params.slideClass}[data-swiper-slide-index="${e}"]`).remove();for(let t=0;t=w&&t<=b&&(void 0===c||e?C.push(t):(t>c&&C.push(t),t{s.$wrapperEl.append(n(p[e],e))})),E.sort(((e,t)=>t-e)).forEach((e=>{s.$wrapperEl.prepend(n(p[e],e))})),s.$wrapperEl.children(".swiper-slide").css(f,`${x}px`),y()}a({virtual:{enabled:!1,slides:[],cache:!0,renderSlide:null,renderExternal:null,renderExternalUpdate:!0,addSlidesBefore:0,addSlidesAfter:0}}),s.virtual={cache:{},from:void 0,to:void 0,slides:[],offset:0,slidesGrid:[]},i("beforeInit",(()=>{s.params.virtual.enabled&&(s.virtual.slides=s.params.virtual.slides,s.classNames.push(`${s.params.containerModifierClass}virtual`),s.params.watchSlidesProgress=!0,s.originalParams.watchSlidesProgress=!0,s.params.initialSlide||l())})),i("setTranslate",(()=>{s.params.virtual.enabled&&(s.params.cssMode&&!s._immediateVirtual?(clearTimeout(t),t=setTimeout((()=>{l()}),100)):l())})),i("init update resize",(()=>{s.params.virtual.enabled&&s.params.cssMode&&v(s.wrapperEl,"--swiper-virtual-size",`${s.virtualSize}px`)})),Object.assign(s.virtual,{appendSlide:function(e){if("object"==typeof e&&"length"in e)for(let t=0;t{const a=e[s],r=a.attr("data-swiper-slide-index");r&&a.attr("data-swiper-slide-index",parseInt(r,10)+i),t[parseInt(s,10)+i]=a})),s.virtual.cache=t}l(!0),s.slideTo(a,0)},removeSlide:function(e){if(null==e)return;let t=s.activeIndex;if(Array.isArray(e))for(let a=e.length-1;a>=0;a-=1)s.virtual.slides.splice(e[a],1),s.params.virtual.cache&&delete s.virtual.cache[e[a]],e[a]0&&0===t.$el.parents(`.${t.params.slideActiveClass}`).length)return;const a=t.$el,i=a[0].clientWidth,r=a[0].clientHeight,n=o.innerWidth,l=o.innerHeight,d=t.$el.offset();s&&(d.left-=t.$el[0].scrollLeft);const c=[[d.left,d.top],[d.left+i,d.top],[d.left,d.top+r],[d.left+i,d.top+r]];for(let t=0;t=0&&s[0]<=n&&s[1]>=0&&s[1]<=l){if(0===s[0]&&0===s[1])continue;e=!0}}if(!e)return}t.isHorizontal()?((d||c||p||u)&&(a.preventDefault?a.preventDefault():a.returnValue=!1),((c||u)&&!s||(d||p)&&s)&&t.slideNext(),((d||p)&&!s||(c||u)&&s)&&t.slidePrev()):((d||c||h||m)&&(a.preventDefault?a.preventDefault():a.returnValue=!1),(c||m)&&t.slideNext(),(d||h)&&t.slidePrev()),n("keyPress",i)}}function p(){t.keyboard.enabled||(d(l).on("keydown",c),t.keyboard.enabled=!0)}function u(){t.keyboard.enabled&&(d(l).off("keydown",c),t.keyboard.enabled=!1)}t.keyboard={enabled:!1},s({keyboard:{enabled:!1,onlyInViewport:!0,pageUpDown:!0}}),i("init",(()=>{t.params.keyboard.enabled&&p()})),i("destroy",(()=>{t.keyboard.enabled&&u()})),Object.assign(t.keyboard,{enable:p,disable:u})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=r();let l;s({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null}}),t.mousewheel={enabled:!1};let o,c=u();const h=[];function m(){t.enabled&&(t.mouseEntered=!0)}function f(){t.enabled&&(t.mouseEntered=!1)}function g(e){return!(t.params.mousewheel.thresholdDelta&&e.delta=6&&u()-c<60||(e.direction<0?t.isEnd&&!t.params.loop||t.animating||(t.slideNext(),i("scroll",e.raw)):t.isBeginning&&!t.params.loop||t.animating||(t.slidePrev(),i("scroll",e.raw)),c=(new n.Date).getTime(),!1)))}function v(e){let s=e,a=!0;if(!t.enabled)return;const r=t.params.mousewheel;t.params.cssMode&&s.preventDefault();let n=t.$el;if("container"!==t.params.mousewheel.eventsTarget&&(n=d(t.params.mousewheel.eventsTarget)),!t.mouseEntered&&!n[0].contains(s.target)&&!r.releaseOnEdges)return!0;s.originalEvent&&(s=s.originalEvent);let c=0;const m=t.rtlTranslate?-1:1,f=function(e){let t=0,s=0,a=0,i=0;return"detail"in e&&(s=e.detail),"wheelDelta"in e&&(s=-e.wheelDelta/120),"wheelDeltaY"in e&&(s=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=s,s=0),a=10*t,i=10*s,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(a=e.deltaX),e.shiftKey&&!a&&(a=i,i=0),(a||i)&&e.deltaMode&&(1===e.deltaMode?(a*=40,i*=40):(a*=800,i*=800)),a&&!t&&(t=a<1?-1:1),i&&!s&&(s=i<1?-1:1),{spinX:t,spinY:s,pixelX:a,pixelY:i}}(s);if(r.forceToAxis)if(t.isHorizontal()){if(!(Math.abs(f.pixelX)>Math.abs(f.pixelY)))return!0;c=-f.pixelX*m}else{if(!(Math.abs(f.pixelY)>Math.abs(f.pixelX)))return!0;c=-f.pixelY}else c=Math.abs(f.pixelX)>Math.abs(f.pixelY)?-f.pixelX*m:-f.pixelY;if(0===c)return!0;r.invert&&(c=-c);let v=t.getTranslate()+c*r.sensitivity;if(v>=t.minTranslate()&&(v=t.minTranslate()),v<=t.maxTranslate()&&(v=t.maxTranslate()),a=!!t.params.loop||!(v===t.minTranslate()||v===t.maxTranslate()),a&&t.params.nested&&s.stopPropagation(),t.params.freeMode&&t.params.freeMode.enabled){const e={time:u(),delta:Math.abs(c),direction:Math.sign(c)},a=o&&e.time=t.minTranslate()&&(n=t.minTranslate()),n<=t.maxTranslate()&&(n=t.maxTranslate()),t.setTransition(0),t.setTranslate(n),t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses(),(!d&&t.isBeginning||!u&&t.isEnd)&&t.updateSlidesClasses(),t.params.freeMode.sticky){clearTimeout(l),l=void 0,h.length>=15&&h.shift();const s=h.length?h[h.length-1]:void 0,a=h[0];if(h.push(e),s&&(e.delta>s.delta||e.direction!==s.direction))h.splice(0);else if(h.length>=15&&e.time-a.time<500&&a.delta-e.delta>=1&&e.delta<=6){const s=c>0?.8:.2;o=e,h.splice(0),l=p((()=>{t.slideToClosest(t.params.speed,!0,void 0,s)}),0)}l||(l=p((()=>{o=e,h.splice(0),t.slideToClosest(t.params.speed,!0,void 0,.5)}),500))}if(a||i("scroll",s),t.params.autoplay&&t.params.autoplayDisableOnInteraction&&t.autoplay.stop(),n===t.minTranslate()||n===t.maxTranslate())return!0}}else{const s={time:u(),delta:Math.abs(c),direction:Math.sign(c),raw:e};h.length>=2&&h.shift();const a=h.length?h[h.length-1]:void 0;if(h.push(s),a?(s.direction!==a.direction||s.delta>a.delta||s.time>a.time+150)&&g(s):g(s),function(e){const s=t.params.mousewheel;if(e.direction<0){if(t.isEnd&&!t.params.loop&&s.releaseOnEdges)return!0}else if(t.isBeginning&&!t.params.loop&&s.releaseOnEdges)return!0;return!1}(s))return!0}return s.preventDefault?s.preventDefault():s.returnValue=!1,!1}function w(e){let s=t.$el;"container"!==t.params.mousewheel.eventsTarget&&(s=d(t.params.mousewheel.eventsTarget)),s[e]("mouseenter",m),s[e]("mouseleave",f),s[e]("wheel",v)}function b(){return t.params.cssMode?(t.wrapperEl.removeEventListener("wheel",v),!0):!t.mousewheel.enabled&&(w("on"),t.mousewheel.enabled=!0,!0)}function x(){return t.params.cssMode?(t.wrapperEl.addEventListener(event,v),!0):!!t.mousewheel.enabled&&(w("off"),t.mousewheel.enabled=!1,!0)}a("init",(()=>{!t.params.mousewheel.enabled&&t.params.cssMode&&x(),t.params.mousewheel.enabled&&b()})),a("destroy",(()=>{t.params.cssMode&&b(),t.mousewheel.enabled&&x()})),Object.assign(t.mousewheel,{enable:b,disable:x})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;function r(e){let s;return e&&(s=d(e),t.params.uniqueNavElements&&"string"==typeof e&&s.length>1&&1===t.$el.find(e).length&&(s=t.$el.find(e))),s}function n(e,s){const a=t.params.navigation;e&&e.length>0&&(e[s?"addClass":"removeClass"](a.disabledClass),e[0]&&"BUTTON"===e[0].tagName&&(e[0].disabled=s),t.params.watchOverflow&&t.enabled&&e[t.isLocked?"addClass":"removeClass"](a.lockClass))}function l(){if(t.params.loop)return;const{$nextEl:e,$prevEl:s}=t.navigation;n(s,t.isBeginning&&!t.params.rewind),n(e,t.isEnd&&!t.params.rewind)}function o(e){e.preventDefault(),(!t.isBeginning||t.params.loop||t.params.rewind)&&(t.slidePrev(),i("navigationPrev"))}function c(e){e.preventDefault(),(!t.isEnd||t.params.loop||t.params.rewind)&&(t.slideNext(),i("navigationNext"))}function p(){const e=t.params.navigation;if(t.params.navigation=F(t,t.originalParams.navigation,t.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!e.nextEl&&!e.prevEl)return;const s=r(e.nextEl),a=r(e.prevEl);s&&s.length>0&&s.on("click",c),a&&a.length>0&&a.on("click",o),Object.assign(t.navigation,{$nextEl:s,nextEl:s&&s[0],$prevEl:a,prevEl:a&&a[0]}),t.enabled||(s&&s.addClass(e.lockClass),a&&a.addClass(e.lockClass))}function u(){const{$nextEl:e,$prevEl:s}=t.navigation;e&&e.length&&(e.off("click",c),e.removeClass(t.params.navigation.disabledClass)),s&&s.length&&(s.off("click",o),s.removeClass(t.params.navigation.disabledClass))}s({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),t.navigation={nextEl:null,$nextEl:null,prevEl:null,$prevEl:null},a("init",(()=>{!1===t.params.navigation.enabled?h():(p(),l())})),a("toEdge fromEdge lock unlock",(()=>{l()})),a("destroy",(()=>{u()})),a("enable disable",(()=>{const{$nextEl:e,$prevEl:s}=t.navigation;e&&e[t.enabled?"removeClass":"addClass"](t.params.navigation.lockClass),s&&s[t.enabled?"removeClass":"addClass"](t.params.navigation.lockClass)})),a("click",((e,s)=>{const{$nextEl:a,$prevEl:r}=t.navigation,n=s.target;if(t.params.navigation.hideOnClick&&!d(n).is(r)&&!d(n).is(a)){if(t.pagination&&t.params.pagination&&t.params.pagination.clickable&&(t.pagination.el===n||t.pagination.el.contains(n)))return;let e;a?e=a.hasClass(t.params.navigation.hiddenClass):r&&(e=r.hasClass(t.params.navigation.hiddenClass)),i(!0===e?"navigationShow":"navigationHide"),a&&a.toggleClass(t.params.navigation.hiddenClass),r&&r.toggleClass(t.params.navigation.hiddenClass)}}));const h=()=>{t.$el.addClass(t.params.navigation.navigationDisabledClass),u()};Object.assign(t.navigation,{enable:()=>{t.$el.removeClass(t.params.navigation.navigationDisabledClass),p(),l()},disable:h,update:l,init:p,destroy:u})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const r="swiper-pagination";let n;s({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:e=>e,formatFractionTotal:e=>e,bulletClass:`${r}-bullet`,bulletActiveClass:`${r}-bullet-active`,modifierClass:`${r}-`,currentClass:`${r}-current`,totalClass:`${r}-total`,hiddenClass:`${r}-hidden`,progressbarFillClass:`${r}-progressbar-fill`,progressbarOppositeClass:`${r}-progressbar-opposite`,clickableClass:`${r}-clickable`,lockClass:`${r}-lock`,horizontalClass:`${r}-horizontal`,verticalClass:`${r}-vertical`,paginationDisabledClass:`${r}-disabled`}}),t.pagination={el:null,$el:null,bullets:[]};let l=0;function o(){return!t.params.pagination.el||!t.pagination.el||!t.pagination.$el||0===t.pagination.$el.length}function c(e,s){const{bulletActiveClass:a}=t.params.pagination;e[s]().addClass(`${a}-${s}`)[s]().addClass(`${a}-${s}-${s}`)}function p(){const e=t.rtl,s=t.params.pagination;if(o())return;const a=t.virtual&&t.params.virtual.enabled?t.virtual.slides.length:t.slides.length,r=t.pagination.$el;let p;const u=t.params.loop?Math.ceil((a-2*t.loopedSlides)/t.params.slidesPerGroup):t.snapGrid.length;if(t.params.loop?(p=Math.ceil((t.activeIndex-t.loopedSlides)/t.params.slidesPerGroup),p>a-1-2*t.loopedSlides&&(p-=a-2*t.loopedSlides),p>u-1&&(p-=u),p<0&&"bullets"!==t.params.paginationType&&(p=u+p)):p=void 0!==t.snapIndex?t.snapIndex:t.activeIndex||0,"bullets"===s.type&&t.pagination.bullets&&t.pagination.bullets.length>0){const a=t.pagination.bullets;let i,o,u;if(s.dynamicBullets&&(n=a.eq(0)[t.isHorizontal()?"outerWidth":"outerHeight"](!0),r.css(t.isHorizontal()?"width":"height",n*(s.dynamicMainBullets+4)+"px"),s.dynamicMainBullets>1&&void 0!==t.previousIndex&&(l+=p-(t.previousIndex-t.loopedSlides||0),l>s.dynamicMainBullets-1?l=s.dynamicMainBullets-1:l<0&&(l=0)),i=Math.max(p-l,0),o=i+(Math.min(a.length,s.dynamicMainBullets)-1),u=(o+i)/2),a.removeClass(["","-next","-next-next","-prev","-prev-prev","-main"].map((e=>`${s.bulletActiveClass}${e}`)).join(" ")),r.length>1)a.each((e=>{const t=d(e),a=t.index();a===p&&t.addClass(s.bulletActiveClass),s.dynamicBullets&&(a>=i&&a<=o&&t.addClass(`${s.bulletActiveClass}-main`),a===i&&c(t,"prev"),a===o&&c(t,"next"))}));else{const e=a.eq(p),r=e.index();if(e.addClass(s.bulletActiveClass),s.dynamicBullets){const e=a.eq(i),n=a.eq(o);for(let e=i;e<=o;e+=1)a.eq(e).addClass(`${s.bulletActiveClass}-main`);if(t.params.loop)if(r>=a.length){for(let e=s.dynamicMainBullets;e>=0;e-=1)a.eq(a.length-e).addClass(`${s.bulletActiveClass}-main`);a.eq(a.length-s.dynamicMainBullets-1).addClass(`${s.bulletActiveClass}-prev`)}else c(e,"prev"),c(n,"next");else c(e,"prev"),c(n,"next")}}if(s.dynamicBullets){const i=Math.min(a.length,s.dynamicMainBullets+4),r=(n*i-n)/2-u*n,l=e?"right":"left";a.css(t.isHorizontal()?l:"top",`${r}px`)}}if("fraction"===s.type&&(r.find(U(s.currentClass)).text(s.formatFractionCurrent(p+1)),r.find(U(s.totalClass)).text(s.formatFractionTotal(u))),"progressbar"===s.type){let e;e=s.progressbarOpposite?t.isHorizontal()?"vertical":"horizontal":t.isHorizontal()?"horizontal":"vertical";const a=(p+1)/u;let i=1,n=1;"horizontal"===e?i=a:n=a,r.find(U(s.progressbarFillClass)).transform(`translate3d(0,0,0) scaleX(${i}) scaleY(${n})`).transition(t.params.speed)}"custom"===s.type&&s.renderCustom?(r.html(s.renderCustom(t,p+1,u)),i("paginationRender",r[0])):i("paginationUpdate",r[0]),t.params.watchOverflow&&t.enabled&&r[t.isLocked?"addClass":"removeClass"](s.lockClass)}function u(){const e=t.params.pagination;if(o())return;const s=t.virtual&&t.params.virtual.enabled?t.virtual.slides.length:t.slides.length,a=t.pagination.$el;let r="";if("bullets"===e.type){let i=t.params.loop?Math.ceil((s-2*t.loopedSlides)/t.params.slidesPerGroup):t.snapGrid.length;t.params.freeMode&&t.params.freeMode.enabled&&!t.params.loop&&i>s&&(i=s);for(let s=0;s`;a.html(r),t.pagination.bullets=a.find(U(e.bulletClass))}"fraction"===e.type&&(r=e.renderFraction?e.renderFraction.call(t,e.currentClass,e.totalClass):` / `,a.html(r)),"progressbar"===e.type&&(r=e.renderProgressbar?e.renderProgressbar.call(t,e.progressbarFillClass):``,a.html(r)),"custom"!==e.type&&i("paginationRender",t.pagination.$el[0])}function h(){t.params.pagination=F(t,t.originalParams.pagination,t.params.pagination,{el:"swiper-pagination"});const e=t.params.pagination;if(!e.el)return;let s=d(e.el);0!==s.length&&(t.params.uniqueNavElements&&"string"==typeof e.el&&s.length>1&&(s=t.$el.find(e.el),s.length>1&&(s=s.filter((e=>d(e).parents(".swiper")[0]===t.el)))),"bullets"===e.type&&e.clickable&&s.addClass(e.clickableClass),s.addClass(e.modifierClass+e.type),s.addClass(t.isHorizontal()?e.horizontalClass:e.verticalClass),"bullets"===e.type&&e.dynamicBullets&&(s.addClass(`${e.modifierClass}${e.type}-dynamic`),l=0,e.dynamicMainBullets<1&&(e.dynamicMainBullets=1)),"progressbar"===e.type&&e.progressbarOpposite&&s.addClass(e.progressbarOppositeClass),e.clickable&&s.on("click",U(e.bulletClass),(function(e){e.preventDefault();let s=d(this).index()*t.params.slidesPerGroup;t.params.loop&&(s+=t.loopedSlides),t.slideTo(s)})),Object.assign(t.pagination,{$el:s,el:s[0]}),t.enabled||s.addClass(e.lockClass))}function m(){const e=t.params.pagination;if(o())return;const s=t.pagination.$el;s.removeClass(e.hiddenClass),s.removeClass(e.modifierClass+e.type),s.removeClass(t.isHorizontal()?e.horizontalClass:e.verticalClass),t.pagination.bullets&&t.pagination.bullets.removeClass&&t.pagination.bullets.removeClass(e.bulletActiveClass),e.clickable&&s.off("click",U(e.bulletClass))}a("init",(()=>{!1===t.params.pagination.enabled?f():(h(),u(),p())})),a("activeIndexChange",(()=>{(t.params.loop||void 0===t.snapIndex)&&p()})),a("snapIndexChange",(()=>{t.params.loop||p()})),a("slidesLengthChange",(()=>{t.params.loop&&(u(),p())})),a("snapGridLengthChange",(()=>{t.params.loop||(u(),p())})),a("destroy",(()=>{m()})),a("enable disable",(()=>{const{$el:e}=t.pagination;e&&e[t.enabled?"removeClass":"addClass"](t.params.pagination.lockClass)})),a("lock unlock",(()=>{p()})),a("click",((e,s)=>{const a=s.target,{$el:r}=t.pagination;if(t.params.pagination.el&&t.params.pagination.hideOnClick&&r&&r.length>0&&!d(a).hasClass(t.params.pagination.bulletClass)){if(t.navigation&&(t.navigation.nextEl&&a===t.navigation.nextEl||t.navigation.prevEl&&a===t.navigation.prevEl))return;const e=r.hasClass(t.params.pagination.hiddenClass);i(!0===e?"paginationShow":"paginationHide"),r.toggleClass(t.params.pagination.hiddenClass)}}));const f=()=>{t.$el.addClass(t.params.pagination.paginationDisabledClass),t.pagination.$el&&t.pagination.$el.addClass(t.params.pagination.paginationDisabledClass),m()};Object.assign(t.pagination,{enable:()=>{t.$el.removeClass(t.params.pagination.paginationDisabledClass),t.pagination.$el&&t.pagination.$el.removeClass(t.params.pagination.paginationDisabledClass),h(),u(),p()},disable:f,render:u,update:p,init:h,destroy:m})},function(e){let{swiper:t,extendParams:s,on:i,emit:r}=e;const n=a();let l,o,c,u,h=!1,m=null,f=null;function g(){if(!t.params.scrollbar.el||!t.scrollbar.el)return;const{scrollbar:e,rtlTranslate:s,progress:a}=t,{$dragEl:i,$el:r}=e,n=t.params.scrollbar;let l=o,d=(c-o)*a;s?(d=-d,d>0?(l=o-d,d=0):-d+o>c&&(l=c+d)):d<0?(l=o+d,d=0):d+o>c&&(l=c-d),t.isHorizontal()?(i.transform(`translate3d(${d}px, 0, 0)`),i[0].style.width=`${l}px`):(i.transform(`translate3d(0px, ${d}px, 0)`),i[0].style.height=`${l}px`),n.hide&&(clearTimeout(m),r[0].style.opacity=1,m=setTimeout((()=>{r[0].style.opacity=0,r.transition(400)}),1e3))}function v(){if(!t.params.scrollbar.el||!t.scrollbar.el)return;const{scrollbar:e}=t,{$dragEl:s,$el:a}=e;s[0].style.width="",s[0].style.height="",c=t.isHorizontal()?a[0].offsetWidth:a[0].offsetHeight,u=t.size/(t.virtualSize+t.params.slidesOffsetBefore-(t.params.centeredSlides?t.snapGrid[0]:0)),o="auto"===t.params.scrollbar.dragSize?c*u:parseInt(t.params.scrollbar.dragSize,10),t.isHorizontal()?s[0].style.width=`${o}px`:s[0].style.height=`${o}px`,a[0].style.display=u>=1?"none":"",t.params.scrollbar.hide&&(a[0].style.opacity=0),t.params.watchOverflow&&t.enabled&&e.$el[t.isLocked?"addClass":"removeClass"](t.params.scrollbar.lockClass)}function w(e){return t.isHorizontal()?"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].clientX:e.clientX:"touchstart"===e.type||"touchmove"===e.type?e.targetTouches[0].clientY:e.clientY}function b(e){const{scrollbar:s,rtlTranslate:a}=t,{$el:i}=s;let r;r=(w(e)-i.offset()[t.isHorizontal()?"left":"top"]-(null!==l?l:o/2))/(c-o),r=Math.max(Math.min(r,1),0),a&&(r=1-r);const n=t.minTranslate()+(t.maxTranslate()-t.minTranslate())*r;t.updateProgress(n),t.setTranslate(n),t.updateActiveIndex(),t.updateSlidesClasses()}function x(e){const s=t.params.scrollbar,{scrollbar:a,$wrapperEl:i}=t,{$el:n,$dragEl:o}=a;h=!0,l=e.target===o[0]||e.target===o?w(e)-e.target.getBoundingClientRect()[t.isHorizontal()?"left":"top"]:null,e.preventDefault(),e.stopPropagation(),i.transition(100),o.transition(100),b(e),clearTimeout(f),n.transition(0),s.hide&&n.css("opacity",1),t.params.cssMode&&t.$wrapperEl.css("scroll-snap-type","none"),r("scrollbarDragStart",e)}function y(e){const{scrollbar:s,$wrapperEl:a}=t,{$el:i,$dragEl:n}=s;h&&(e.preventDefault?e.preventDefault():e.returnValue=!1,b(e),a.transition(0),i.transition(0),n.transition(0),r("scrollbarDragMove",e))}function E(e){const s=t.params.scrollbar,{scrollbar:a,$wrapperEl:i}=t,{$el:n}=a;h&&(h=!1,t.params.cssMode&&(t.$wrapperEl.css("scroll-snap-type",""),i.transition("")),s.hide&&(clearTimeout(f),f=p((()=>{n.css("opacity",0),n.transition(400)}),1e3)),r("scrollbarDragEnd",e),s.snapOnRelease&&t.slideToClosest())}function C(e){const{scrollbar:s,touchEventsTouch:a,touchEventsDesktop:i,params:r,support:l}=t,o=s.$el;if(!o)return;const d=o[0],c=!(!l.passiveListener||!r.passiveListeners)&&{passive:!1,capture:!1},p=!(!l.passiveListener||!r.passiveListeners)&&{passive:!0,capture:!1};if(!d)return;const u="on"===e?"addEventListener":"removeEventListener";l.touch?(d[u](a.start,x,c),d[u](a.move,y,c),d[u](a.end,E,p)):(d[u](i.start,x,c),n[u](i.move,y,c),n[u](i.end,E,p))}function T(){const{scrollbar:e,$el:s}=t;t.params.scrollbar=F(t,t.originalParams.scrollbar,t.params.scrollbar,{el:"swiper-scrollbar"});const a=t.params.scrollbar;if(!a.el)return;let i=d(a.el);t.params.uniqueNavElements&&"string"==typeof a.el&&i.length>1&&1===s.find(a.el).length&&(i=s.find(a.el)),i.addClass(t.isHorizontal()?a.horizontalClass:a.verticalClass);let r=i.find(`.${t.params.scrollbar.dragClass}`);0===r.length&&(r=d(`
    `),i.append(r)),Object.assign(e,{$el:i,el:i[0],$dragEl:r,dragEl:r[0]}),a.draggable&&t.params.scrollbar.el&&t.scrollbar.el&&C("on"),i&&i[t.enabled?"removeClass":"addClass"](t.params.scrollbar.lockClass)}function $(){const e=t.params.scrollbar,s=t.scrollbar.$el;s&&s.removeClass(t.isHorizontal()?e.horizontalClass:e.verticalClass),t.params.scrollbar.el&&t.scrollbar.el&&C("off")}s({scrollbar:{el:null,dragSize:"auto",hide:!1,draggable:!1,snapOnRelease:!0,lockClass:"swiper-scrollbar-lock",dragClass:"swiper-scrollbar-drag",scrollbarDisabledClass:"swiper-scrollbar-disabled",horizontalClass:"swiper-scrollbar-horizontal",verticalClass:"swiper-scrollbar-vertical"}}),t.scrollbar={el:null,dragEl:null,$el:null,$dragEl:null},i("init",(()=>{!1===t.params.scrollbar.enabled?S():(T(),v(),g())})),i("update resize observerUpdate lock unlock",(()=>{v()})),i("setTranslate",(()=>{g()})),i("setTransition",((e,s)=>{!function(e){t.params.scrollbar.el&&t.scrollbar.el&&t.scrollbar.$dragEl.transition(e)}(s)})),i("enable disable",(()=>{const{$el:e}=t.scrollbar;e&&e[t.enabled?"removeClass":"addClass"](t.params.scrollbar.lockClass)})),i("destroy",(()=>{$()}));const S=()=>{t.$el.addClass(t.params.scrollbar.scrollbarDisabledClass),t.scrollbar.$el&&t.scrollbar.$el.addClass(t.params.scrollbar.scrollbarDisabledClass),$()};Object.assign(t.scrollbar,{enable:()=>{t.$el.removeClass(t.params.scrollbar.scrollbarDisabledClass),t.scrollbar.$el&&t.scrollbar.$el.removeClass(t.params.scrollbar.scrollbarDisabledClass),T(),v(),g()},disable:S,updateSize:v,setTranslate:g,init:T,destroy:$})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({parallax:{enabled:!1}});const i=(e,s)=>{const{rtl:a}=t,i=d(e),r=a?-1:1,n=i.attr("data-swiper-parallax")||"0";let l=i.attr("data-swiper-parallax-x"),o=i.attr("data-swiper-parallax-y");const c=i.attr("data-swiper-parallax-scale"),p=i.attr("data-swiper-parallax-opacity");if(l||o?(l=l||"0",o=o||"0"):t.isHorizontal()?(l=n,o="0"):(o=n,l="0"),l=l.indexOf("%")>=0?parseInt(l,10)*s*r+"%":l*s*r+"px",o=o.indexOf("%")>=0?parseInt(o,10)*s+"%":o*s+"px",null!=p){const e=p-(p-1)*(1-Math.abs(s));i[0].style.opacity=e}if(null==c)i.transform(`translate3d(${l}, ${o}, 0px)`);else{const e=c-(c-1)*(1-Math.abs(s));i.transform(`translate3d(${l}, ${o}, 0px) scale(${e})`)}},r=()=>{const{$el:e,slides:s,progress:a,snapGrid:r}=t;e.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((e=>{i(e,a)})),s.each(((e,s)=>{let n=e.progress;t.params.slidesPerGroup>1&&"auto"!==t.params.slidesPerView&&(n+=Math.ceil(s/2)-a*(r.length-1)),n=Math.min(Math.max(n,-1),1),d(e).find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((e=>{i(e,n)}))}))};a("beforeInit",(()=>{t.params.parallax.enabled&&(t.params.watchSlidesProgress=!0,t.originalParams.watchSlidesProgress=!0)})),a("init",(()=>{t.params.parallax.enabled&&r()})),a("setTranslate",(()=>{t.params.parallax.enabled&&r()})),a("setTransition",((e,s)=>{t.params.parallax.enabled&&function(e){void 0===e&&(e=t.params.speed);const{$el:s}=t;s.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each((t=>{const s=d(t);let a=parseInt(s.attr("data-swiper-parallax-duration"),10)||e;0===e&&(a=0),s.transition(a)}))}(s)}))},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;const n=r();s({zoom:{enabled:!1,maxRatio:3,minRatio:1,toggle:!0,containerClass:"swiper-zoom-container",zoomedSlideClass:"swiper-slide-zoomed"}}),t.zoom={enabled:!1};let l,o,c,p=1,u=!1;const m={$slideEl:void 0,slideWidth:void 0,slideHeight:void 0,$imageEl:void 0,$imageWrapEl:void 0,maxRatio:3},f={isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},g={x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0};let v=1;function w(e){if(e.targetTouches.length<2)return 1;const t=e.targetTouches[0].pageX,s=e.targetTouches[0].pageY,a=e.targetTouches[1].pageX,i=e.targetTouches[1].pageY;return Math.sqrt((a-t)**2+(i-s)**2)}function b(e){const s=t.support,a=t.params.zoom;if(o=!1,c=!1,!s.gestures){if("touchstart"!==e.type||"touchstart"===e.type&&e.targetTouches.length<2)return;o=!0,m.scaleStart=w(e)}m.$slideEl&&m.$slideEl.length||(m.$slideEl=d(e.target).closest(`.${t.params.slideClass}`),0===m.$slideEl.length&&(m.$slideEl=t.slides.eq(t.activeIndex)),m.$imageEl=m.$slideEl.find(`.${a.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${a.containerClass}`),m.maxRatio=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,0!==m.$imageWrapEl.length)?(m.$imageEl&&m.$imageEl.transition(0),u=!0):m.$imageEl=void 0}function x(e){const s=t.support,a=t.params.zoom,i=t.zoom;if(!s.gestures){if("touchmove"!==e.type||"touchmove"===e.type&&e.targetTouches.length<2)return;c=!0,m.scaleMove=w(e)}m.$imageEl&&0!==m.$imageEl.length?(s.gestures?i.scale=e.scale*p:i.scale=m.scaleMove/m.scaleStart*p,i.scale>m.maxRatio&&(i.scale=m.maxRatio-1+(i.scale-m.maxRatio+1)**.5),i.scalef.touchesStart.x))return void(f.isTouched=!1);if(!t.isHorizontal()&&(Math.floor(f.minY)===Math.floor(f.startY)&&f.touchesCurrent.yf.touchesStart.y))return void(f.isTouched=!1)}e.cancelable&&e.preventDefault(),e.stopPropagation(),f.isMoved=!0,f.currentX=f.touchesCurrent.x-f.touchesStart.x+f.startX,f.currentY=f.touchesCurrent.y-f.touchesStart.y+f.startY,f.currentXf.maxX&&(f.currentX=f.maxX-1+(f.currentX-f.maxX+1)**.8),f.currentYf.maxY&&(f.currentY=f.maxY-1+(f.currentY-f.maxY+1)**.8),g.prevPositionX||(g.prevPositionX=f.touchesCurrent.x),g.prevPositionY||(g.prevPositionY=f.touchesCurrent.y),g.prevTime||(g.prevTime=Date.now()),g.x=(f.touchesCurrent.x-g.prevPositionX)/(Date.now()-g.prevTime)/2,g.y=(f.touchesCurrent.y-g.prevPositionY)/(Date.now()-g.prevTime)/2,Math.abs(f.touchesCurrent.x-g.prevPositionX)<2&&(g.x=0),Math.abs(f.touchesCurrent.y-g.prevPositionY)<2&&(g.y=0),g.prevPositionX=f.touchesCurrent.x,g.prevPositionY=f.touchesCurrent.y,g.prevTime=Date.now(),m.$imageWrapEl.transform(`translate3d(${f.currentX}px, ${f.currentY}px,0)`)}}function C(){const e=t.zoom;m.$slideEl&&t.previousIndex!==t.activeIndex&&(m.$imageEl&&m.$imageEl.transform("translate3d(0,0,0) scale(1)"),m.$imageWrapEl&&m.$imageWrapEl.transform("translate3d(0,0,0)"),e.scale=1,p=1,m.$slideEl=void 0,m.$imageEl=void 0,m.$imageWrapEl=void 0)}function T(e){const s=t.zoom,a=t.params.zoom;if(m.$slideEl||(e&&e.target&&(m.$slideEl=d(e.target).closest(`.${t.params.slideClass}`)),m.$slideEl||(t.params.virtual&&t.params.virtual.enabled&&t.virtual?m.$slideEl=t.$wrapperEl.children(`.${t.params.slideActiveClass}`):m.$slideEl=t.slides.eq(t.activeIndex)),m.$imageEl=m.$slideEl.find(`.${a.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${a.containerClass}`)),!m.$imageEl||0===m.$imageEl.length||!m.$imageWrapEl||0===m.$imageWrapEl.length)return;let i,r,l,o,c,u,h,g,v,w,b,x,y,E,C,T,$,S;t.params.cssMode&&(t.wrapperEl.style.overflow="hidden",t.wrapperEl.style.touchAction="none"),m.$slideEl.addClass(`${a.zoomedSlideClass}`),void 0===f.touchesStart.x&&e?(i="touchend"===e.type?e.changedTouches[0].pageX:e.pageX,r="touchend"===e.type?e.changedTouches[0].pageY:e.pageY):(i=f.touchesStart.x,r=f.touchesStart.y),s.scale=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,p=m.$imageWrapEl.attr("data-swiper-zoom")||a.maxRatio,e?($=m.$slideEl[0].offsetWidth,S=m.$slideEl[0].offsetHeight,l=m.$slideEl.offset().left+n.scrollX,o=m.$slideEl.offset().top+n.scrollY,c=l+$/2-i,u=o+S/2-r,v=m.$imageEl[0].offsetWidth,w=m.$imageEl[0].offsetHeight,b=v*s.scale,x=w*s.scale,y=Math.min($/2-b/2,0),E=Math.min(S/2-x/2,0),C=-y,T=-E,h=c*s.scale,g=u*s.scale,hC&&(h=C),gT&&(g=T)):(h=0,g=0),m.$imageWrapEl.transition(300).transform(`translate3d(${h}px, ${g}px,0)`),m.$imageEl.transition(300).transform(`translate3d(0,0,0) scale(${s.scale})`)}function $(){const e=t.zoom,s=t.params.zoom;m.$slideEl||(t.params.virtual&&t.params.virtual.enabled&&t.virtual?m.$slideEl=t.$wrapperEl.children(`.${t.params.slideActiveClass}`):m.$slideEl=t.slides.eq(t.activeIndex),m.$imageEl=m.$slideEl.find(`.${s.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),m.$imageWrapEl=m.$imageEl.parent(`.${s.containerClass}`)),m.$imageEl&&0!==m.$imageEl.length&&m.$imageWrapEl&&0!==m.$imageWrapEl.length&&(t.params.cssMode&&(t.wrapperEl.style.overflow="",t.wrapperEl.style.touchAction=""),e.scale=1,p=1,m.$imageWrapEl.transition(300).transform("translate3d(0,0,0)"),m.$imageEl.transition(300).transform("translate3d(0,0,0) scale(1)"),m.$slideEl.removeClass(`${s.zoomedSlideClass}`),m.$slideEl=void 0)}function S(e){const s=t.zoom;s.scale&&1!==s.scale?$():T(e)}function M(){const e=t.support;return{passiveListener:!("touchstart"!==t.touchEvents.start||!e.passiveListener||!t.params.passiveListeners)&&{passive:!0,capture:!1},activeListenerWithCapture:!e.passiveListener||{passive:!1,capture:!0}}}function P(){return`.${t.params.slideClass}`}function k(e){const{passiveListener:s}=M(),a=P();t.$wrapperEl[e]("gesturestart",a,b,s),t.$wrapperEl[e]("gesturechange",a,x,s),t.$wrapperEl[e]("gestureend",a,y,s)}function z(){l||(l=!0,k("on"))}function L(){l&&(l=!1,k("off"))}function O(){const e=t.zoom;if(e.enabled)return;e.enabled=!0;const s=t.support,{passiveListener:a,activeListenerWithCapture:i}=M(),r=P();s.gestures?(t.$wrapperEl.on(t.touchEvents.start,z,a),t.$wrapperEl.on(t.touchEvents.end,L,a)):"touchstart"===t.touchEvents.start&&(t.$wrapperEl.on(t.touchEvents.start,r,b,a),t.$wrapperEl.on(t.touchEvents.move,r,x,i),t.$wrapperEl.on(t.touchEvents.end,r,y,a),t.touchEvents.cancel&&t.$wrapperEl.on(t.touchEvents.cancel,r,y,a)),t.$wrapperEl.on(t.touchEvents.move,`.${t.params.zoom.containerClass}`,E,i)}function I(){const e=t.zoom;if(!e.enabled)return;const s=t.support;e.enabled=!1;const{passiveListener:a,activeListenerWithCapture:i}=M(),r=P();s.gestures?(t.$wrapperEl.off(t.touchEvents.start,z,a),t.$wrapperEl.off(t.touchEvents.end,L,a)):"touchstart"===t.touchEvents.start&&(t.$wrapperEl.off(t.touchEvents.start,r,b,a),t.$wrapperEl.off(t.touchEvents.move,r,x,i),t.$wrapperEl.off(t.touchEvents.end,r,y,a),t.touchEvents.cancel&&t.$wrapperEl.off(t.touchEvents.cancel,r,y,a)),t.$wrapperEl.off(t.touchEvents.move,`.${t.params.zoom.containerClass}`,E,i)}Object.defineProperty(t.zoom,"scale",{get:()=>v,set(e){if(v!==e){const t=m.$imageEl?m.$imageEl[0]:void 0,s=m.$slideEl?m.$slideEl[0]:void 0;i("zoomChange",e,t,s)}v=e}}),a("init",(()=>{t.params.zoom.enabled&&O()})),a("destroy",(()=>{I()})),a("touchStart",((e,s)=>{t.zoom.enabled&&function(e){const s=t.device;m.$imageEl&&0!==m.$imageEl.length&&(f.isTouched||(s.android&&e.cancelable&&e.preventDefault(),f.isTouched=!0,f.touchesStart.x="touchstart"===e.type?e.targetTouches[0].pageX:e.pageX,f.touchesStart.y="touchstart"===e.type?e.targetTouches[0].pageY:e.pageY))}(s)})),a("touchEnd",((e,s)=>{t.zoom.enabled&&function(){const e=t.zoom;if(!m.$imageEl||0===m.$imageEl.length)return;if(!f.isTouched||!f.isMoved)return f.isTouched=!1,void(f.isMoved=!1);f.isTouched=!1,f.isMoved=!1;let s=300,a=300;const i=g.x*s,r=f.currentX+i,n=g.y*a,l=f.currentY+n;0!==g.x&&(s=Math.abs((r-f.currentX)/g.x)),0!==g.y&&(a=Math.abs((l-f.currentY)/g.y));const o=Math.max(s,a);f.currentX=r,f.currentY=l;const d=f.width*e.scale,c=f.height*e.scale;f.minX=Math.min(m.slideWidth/2-d/2,0),f.maxX=-f.minX,f.minY=Math.min(m.slideHeight/2-c/2,0),f.maxY=-f.minY,f.currentX=Math.max(Math.min(f.currentX,f.maxX),f.minX),f.currentY=Math.max(Math.min(f.currentY,f.maxY),f.minY),m.$imageWrapEl.transition(o).transform(`translate3d(${f.currentX}px, ${f.currentY}px,0)`)}()})),a("doubleTap",((e,s)=>{!t.animating&&t.params.zoom.enabled&&t.zoom.enabled&&t.params.zoom.toggle&&S(s)})),a("transitionEnd",(()=>{t.zoom.enabled&&t.params.zoom.enabled&&C()})),a("slideChange",(()=>{t.zoom.enabled&&t.params.zoom.enabled&&t.params.cssMode&&C()})),Object.assign(t.zoom,{enable:O,disable:I,in:T,out:$,toggle:S})},function(e){let{swiper:t,extendParams:s,on:a,emit:i}=e;s({lazy:{checkInView:!1,enabled:!1,loadPrevNext:!1,loadPrevNextAmount:1,loadOnTransitionStart:!1,scrollingElement:"",elementClass:"swiper-lazy",loadingClass:"swiper-lazy-loading",loadedClass:"swiper-lazy-loaded",preloaderClass:"swiper-lazy-preloader"}}),t.lazy={};let n=!1,l=!1;function o(e,s){void 0===s&&(s=!0);const a=t.params.lazy;if(void 0===e)return;if(0===t.slides.length)return;const r=t.virtual&&t.params.virtual.enabled?t.$wrapperEl.children(`.${t.params.slideClass}[data-swiper-slide-index="${e}"]`):t.slides.eq(e),n=r.find(`.${a.elementClass}:not(.${a.loadedClass}):not(.${a.loadingClass})`);!r.hasClass(a.elementClass)||r.hasClass(a.loadedClass)||r.hasClass(a.loadingClass)||n.push(r[0]),0!==n.length&&n.each((e=>{const n=d(e);n.addClass(a.loadingClass);const l=n.attr("data-background"),c=n.attr("data-src"),p=n.attr("data-srcset"),u=n.attr("data-sizes"),h=n.parent("picture");t.loadImage(n[0],c||l,p,u,!1,(()=>{if(null!=t&&t&&(!t||t.params)&&!t.destroyed){if(l?(n.css("background-image",`url("${l}")`),n.removeAttr("data-background")):(p&&(n.attr("srcset",p),n.removeAttr("data-srcset")),u&&(n.attr("sizes",u),n.removeAttr("data-sizes")),h.length&&h.children("source").each((e=>{const t=d(e);t.attr("data-srcset")&&(t.attr("srcset",t.attr("data-srcset")),t.removeAttr("data-srcset"))})),c&&(n.attr("src",c),n.removeAttr("data-src"))),n.addClass(a.loadedClass).removeClass(a.loadingClass),r.find(`.${a.preloaderClass}`).remove(),t.params.loop&&s){const e=r.attr("data-swiper-slide-index");if(r.hasClass(t.params.slideDuplicateClass)){o(t.$wrapperEl.children(`[data-swiper-slide-index="${e}"]:not(.${t.params.slideDuplicateClass})`).index(),!1)}else{o(t.$wrapperEl.children(`.${t.params.slideDuplicateClass}[data-swiper-slide-index="${e}"]`).index(),!1)}}i("lazyImageReady",r[0],n[0]),t.params.autoHeight&&t.updateAutoHeight()}})),i("lazyImageLoad",r[0],n[0])}))}function c(){const{$wrapperEl:e,params:s,slides:a,activeIndex:i}=t,r=t.virtual&&s.virtual.enabled,n=s.lazy;let c=s.slidesPerView;function p(t){if(r){if(e.children(`.${s.slideClass}[data-swiper-slide-index="${t}"]`).length)return!0}else if(a[t])return!0;return!1}function u(e){return r?d(e).attr("data-swiper-slide-index"):d(e).index()}if("auto"===c&&(c=0),l||(l=!0),t.params.watchSlidesProgress)e.children(`.${s.slideVisibleClass}`).each((e=>{o(r?d(e).attr("data-swiper-slide-index"):d(e).index())}));else if(c>1)for(let e=i;e1||n.loadPrevNextAmount&&n.loadPrevNextAmount>1){const e=n.loadPrevNextAmount,t=Math.ceil(c),s=Math.min(i+t+Math.max(e,t),a.length),r=Math.max(i-Math.max(t,e),0);for(let e=i+t;e0&&o(u(t));const a=e.children(`.${s.slidePrevClass}`);a.length>0&&o(u(a))}}function p(){const e=r();if(!t||t.destroyed)return;const s=t.params.lazy.scrollingElement?d(t.params.lazy.scrollingElement):d(e),a=s[0]===e,i=a?e.innerWidth:s[0].offsetWidth,l=a?e.innerHeight:s[0].offsetHeight,o=t.$el.offset(),{rtlTranslate:u}=t;let h=!1;u&&(o.left-=t.$el[0].scrollLeft);const m=[[o.left,o.top],[o.left+t.width,o.top],[o.left,o.top+t.height],[o.left+t.width,o.top+t.height]];for(let e=0;e=0&&t[0]<=i&&t[1]>=0&&t[1]<=l){if(0===t[0]&&0===t[1])continue;h=!0}}const f=!("touchstart"!==t.touchEvents.start||!t.support.passiveListener||!t.params.passiveListeners)&&{passive:!0,capture:!1};h?(c(),s.off("scroll",p,f)):n||(n=!0,s.on("scroll",p,f))}a("beforeInit",(()=>{t.params.lazy.enabled&&t.params.preloadImages&&(t.params.preloadImages=!1)})),a("init",(()=>{t.params.lazy.enabled&&(t.params.lazy.checkInView?p():c())})),a("scroll",(()=>{t.params.freeMode&&t.params.freeMode.enabled&&!t.params.freeMode.sticky&&c()})),a("scrollbarDragMove resize _freeModeNoMomentumRelease",(()=>{t.params.lazy.enabled&&(t.params.lazy.checkInView?p():c())})),a("transitionStart",(()=>{t.params.lazy.enabled&&(t.params.lazy.loadOnTransitionStart||!t.params.lazy.loadOnTransitionStart&&!l)&&(t.params.lazy.checkInView?p():c())})),a("transitionEnd",(()=>{t.params.lazy.enabled&&!t.params.lazy.loadOnTransitionStart&&(t.params.lazy.checkInView?p():c())})),a("slideChange",(()=>{const{lazy:e,cssMode:s,watchSlidesProgress:a,touchReleaseOnEdges:i,resistanceRatio:r}=t.params;e.enabled&&(s||a&&(i||0===r))&&c()})),a("destroy",(()=>{t.$el&&t.$el.find(`.${t.params.lazy.loadingClass}`).removeClass(t.params.lazy.loadingClass)})),Object.assign(t.lazy,{load:c,loadInSlide:o})},function(e){let{swiper:t,extendParams:s,on:a}=e;function i(e,t){const s=function(){let e,t,s;return(a,i)=>{for(t=-1,e=a.length;e-t>1;)s=e+t>>1,a[s]<=i?t=s:e=s;return e}}();let a,i;return this.x=e,this.y=t,this.lastIndex=e.length-1,this.interpolate=function(e){return e?(i=s(this.x,e),a=i-1,(e-this.x[a])*(this.y[i]-this.y[a])/(this.x[i]-this.x[a])+this.y[a]):0},this}function r(){t.controller.control&&t.controller.spline&&(t.controller.spline=void 0,delete t.controller.spline)}s({controller:{control:void 0,inverse:!1,by:"slide"}}),t.controller={control:void 0},a("beforeInit",(()=>{t.controller.control=t.params.controller.control})),a("update",(()=>{r()})),a("resize",(()=>{r()})),a("observerUpdate",(()=>{r()})),a("setTranslate",((e,s,a)=>{t.controller.control&&t.controller.setTranslate(s,a)})),a("setTransition",((e,s,a)=>{t.controller.control&&t.controller.setTransition(s,a)})),Object.assign(t.controller,{setTranslate:function(e,s){const a=t.controller.control;let r,n;const l=t.constructor;function o(e){const s=t.rtlTranslate?-t.translate:t.translate;"slide"===t.params.controller.by&&(!function(e){t.controller.spline||(t.controller.spline=t.params.loop?new i(t.slidesGrid,e.slidesGrid):new i(t.snapGrid,e.snapGrid))}(e),n=-t.controller.spline.interpolate(-s)),n&&"container"!==t.params.controller.by||(r=(e.maxTranslate()-e.minTranslate())/(t.maxTranslate()-t.minTranslate()),n=(s-t.minTranslate())*r+e.minTranslate()),t.params.controller.inverse&&(n=e.maxTranslate()-n),e.updateProgress(n),e.setTranslate(n,t),e.updateActiveIndex(),e.updateSlidesClasses()}if(Array.isArray(a))for(let e=0;e{s.updateAutoHeight()})),s.$wrapperEl.transitionEnd((()=>{i&&(s.params.loop&&"slide"===t.params.controller.by&&s.loopFix(),s.transitionEnd())})))}if(Array.isArray(i))for(r=0;r{n(e),"BUTTON"!==e[0].tagName&&(o(e,"button"),e.on("keydown",m)),p(e,s),function(e,t){e.attr("aria-controls",t)}(e,t)},w=()=>{t.a11y.clicked=!0},b=()=>{requestAnimationFrame((()=>{requestAnimationFrame((()=>{t.destroyed||(t.a11y.clicked=!1)}))}))},x=e=>{if(t.a11y.clicked)return;const s=e.target.closest(`.${t.params.slideClass}`);if(!s||!t.slides.includes(s))return;const a=t.slides.indexOf(s)===t.activeIndex,i=t.params.watchSlidesProgress&&t.visibleSlides&&t.visibleSlides.includes(s);a||i||e.sourceCapabilities&&e.sourceCapabilities.firesTouchEvents||(t.isHorizontal()?t.el.scrollLeft=0:t.el.scrollTop=0,t.slideTo(t.slides.indexOf(s),0))},y=()=>{const e=t.params.a11y;e.itemRoleDescriptionMessage&&c(d(t.slides),e.itemRoleDescriptionMessage),e.slideRole&&o(d(t.slides),e.slideRole);const s=t.params.loop?t.slides.filter((e=>!e.classList.contains(t.params.slideDuplicateClass))).length:t.slides.length;e.slideLabelMessage&&t.slides.each(((a,i)=>{const r=d(a),n=t.params.loop?parseInt(r.attr("data-swiper-slide-index"),10):i;p(r,e.slideLabelMessage.replace(/\{\{index\}\}/,n+1).replace(/\{\{slidesLength\}\}/,s))}))},E=()=>{const e=t.params.a11y;t.$el.append(i);const s=t.$el;e.containerRoleDescriptionMessage&&c(s,e.containerRoleDescriptionMessage),e.containerMessage&&p(s,e.containerMessage);const a=t.$wrapperEl,r=e.id||a.attr("id")||`swiper-wrapper-${n=16,void 0===n&&(n=16),"x".repeat(n).replace(/x/g,(()=>Math.round(16*Math.random()).toString(16)))}`;var n;const l=t.params.autoplay&&t.params.autoplay.enabled?"off":"polite";var o;let d,u;o=r,a.attr("id",o),function(e,t){e.attr("aria-live",t)}(a,l),y(),t.navigation&&t.navigation.$nextEl&&(d=t.navigation.$nextEl),t.navigation&&t.navigation.$prevEl&&(u=t.navigation.$prevEl),d&&d.length&&v(d,r,e.nextSlideMessage),u&&u.length&&v(u,r,e.prevSlideMessage),g()&&t.pagination.$el.on("keydown",U(t.params.pagination.bulletClass),m),t.$el.on("focus",x,!0),t.$el.on("pointerdown",w,!0),t.$el.on("pointerup",b,!0)};a("beforeInit",(()=>{i=d(``)})),a("afterInit",(()=>{t.params.a11y.enabled&&E()})),a("slidesLengthChange snapGridLengthChange slidesGridLengthChange",(()=>{t.params.a11y.enabled&&y()})),a("fromEdge toEdge afterInit lock unlock",(()=>{t.params.a11y.enabled&&function(){if(t.params.loop||t.params.rewind||!t.navigation)return;const{$nextEl:e,$prevEl:s}=t.navigation;s&&s.length>0&&(t.isBeginning?(u(s),l(s)):(h(s),n(s))),e&&e.length>0&&(t.isEnd?(u(e),l(e)):(h(e),n(e)))}()})),a("paginationUpdate",(()=>{t.params.a11y.enabled&&function(){const e=t.params.a11y;f()&&t.pagination.bullets.each((s=>{const a=d(s);t.params.pagination.clickable&&(n(a),t.params.pagination.renderBullet||(o(a,"button"),p(a,e.paginationBulletMessage.replace(/\{\{index\}\}/,a.index()+1)))),a.is(`.${t.params.pagination.bulletActiveClass}`)?a.attr("aria-current","true"):a.removeAttr("aria-current")}))}()})),a("destroy",(()=>{t.params.a11y.enabled&&function(){let e,s;i&&i.length>0&&i.remove(),t.navigation&&t.navigation.$nextEl&&(e=t.navigation.$nextEl),t.navigation&&t.navigation.$prevEl&&(s=t.navigation.$prevEl),e&&e.off("keydown",m),s&&s.off("keydown",m),g()&&t.pagination.$el.off("keydown",U(t.params.pagination.bulletClass),m),t.$el.off("focus",x,!0),t.$el.off("pointerdown",w,!0),t.$el.off("pointerup",b,!0)}()}))},function(e){let{swiper:t,extendParams:s,on:a}=e;s({history:{enabled:!1,root:"",replaceState:!1,key:"slides",keepQuery:!1}});let i=!1,n={};const l=e=>e.toString().replace(/\s+/g,"-").replace(/[^\w-]+/g,"").replace(/--+/g,"-").replace(/^-+/,"").replace(/-+$/,""),o=e=>{const t=r();let s;s=e?new URL(e):t.location;const a=s.pathname.slice(1).split("/").filter((e=>""!==e)),i=a.length;return{key:a[i-2],value:a[i-1]}},d=(e,s)=>{const a=r();if(!i||!t.params.history.enabled)return;let n;n=t.params.url?new URL(t.params.url):a.location;const o=t.slides.eq(s);let d=l(o.attr("data-history"));if(t.params.history.root.length>0){let s=t.params.history.root;"/"===s[s.length-1]&&(s=s.slice(0,s.length-1)),d=`${s}/${e}/${d}`}else n.pathname.includes(e)||(d=`${e}/${d}`);t.params.history.keepQuery&&(d+=n.search);const c=a.history.state;c&&c.value===d||(t.params.history.replaceState?a.history.replaceState({value:d},null,d):a.history.pushState({value:d},null,d))},c=(e,s,a)=>{if(s)for(let i=0,r=t.slides.length;i{n=o(t.params.url),c(t.params.speed,n.value,!1)};a("init",(()=>{t.params.history.enabled&&(()=>{const e=r();if(t.params.history){if(!e.history||!e.history.pushState)return t.params.history.enabled=!1,void(t.params.hashNavigation.enabled=!0);i=!0,n=o(t.params.url),(n.key||n.value)&&(c(0,n.value,t.params.runCallbacksOnInit),t.params.history.replaceState||e.addEventListener("popstate",p))}})()})),a("destroy",(()=>{t.params.history.enabled&&(()=>{const e=r();t.params.history.replaceState||e.removeEventListener("popstate",p)})()})),a("transitionEnd _freeModeNoMomentumRelease",(()=>{i&&d(t.params.history.key,t.activeIndex)})),a("slideChange",(()=>{i&&t.params.cssMode&&d(t.params.history.key,t.activeIndex)}))},function(e){let{swiper:t,extendParams:s,emit:i,on:n}=e,l=!1;const o=a(),c=r();s({hashNavigation:{enabled:!1,replaceState:!1,watchState:!1}});const p=()=>{i("hashChange");const e=o.location.hash.replace("#","");if(e!==t.slides.eq(t.activeIndex).attr("data-hash")){const s=t.$wrapperEl.children(`.${t.params.slideClass}[data-hash="${e}"]`).index();if(void 0===s)return;t.slideTo(s)}},u=()=>{if(l&&t.params.hashNavigation.enabled)if(t.params.hashNavigation.replaceState&&c.history&&c.history.replaceState)c.history.replaceState(null,null,`#${t.slides.eq(t.activeIndex).attr("data-hash")}`||""),i("hashSet");else{const e=t.slides.eq(t.activeIndex),s=e.attr("data-hash")||e.attr("data-history");o.location.hash=s||"",i("hashSet")}};n("init",(()=>{t.params.hashNavigation.enabled&&(()=>{if(!t.params.hashNavigation.enabled||t.params.history&&t.params.history.enabled)return;l=!0;const e=o.location.hash.replace("#","");if(e){const s=0;for(let a=0,i=t.slides.length;a{t.params.hashNavigation.enabled&&t.params.hashNavigation.watchState&&d(c).off("hashchange",p)})),n("transitionEnd _freeModeNoMomentumRelease",(()=>{l&&u()})),n("slideChange",(()=>{l&&t.params.cssMode&&u()}))},function(e){let t,{swiper:s,extendParams:i,on:r,emit:n}=e;function l(){if(!s.size)return s.autoplay.running=!1,void(s.autoplay.paused=!1);const e=s.slides.eq(s.activeIndex);let a=s.params.autoplay.delay;e.attr("data-swiper-autoplay")&&(a=e.attr("data-swiper-autoplay")||s.params.autoplay.delay),clearTimeout(t),t=p((()=>{let e;s.params.autoplay.reverseDirection?s.params.loop?(s.loopFix(),e=s.slidePrev(s.params.speed,!0,!0),n("autoplay")):s.isBeginning?s.params.autoplay.stopOnLastSlide?d():(e=s.slideTo(s.slides.length-1,s.params.speed,!0,!0),n("autoplay")):(e=s.slidePrev(s.params.speed,!0,!0),n("autoplay")):s.params.loop?(s.loopFix(),e=s.slideNext(s.params.speed,!0,!0),n("autoplay")):s.isEnd?s.params.autoplay.stopOnLastSlide?d():(e=s.slideTo(0,s.params.speed,!0,!0),n("autoplay")):(e=s.slideNext(s.params.speed,!0,!0),n("autoplay")),(s.params.cssMode&&s.autoplay.running||!1===e)&&l()}),a)}function o(){return void 0===t&&(!s.autoplay.running&&(s.autoplay.running=!0,n("autoplayStart"),l(),!0))}function d(){return!!s.autoplay.running&&(void 0!==t&&(t&&(clearTimeout(t),t=void 0),s.autoplay.running=!1,n("autoplayStop"),!0))}function c(e){s.autoplay.running&&(s.autoplay.paused||(t&&clearTimeout(t),s.autoplay.paused=!0,0!==e&&s.params.autoplay.waitForTransition?["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].addEventListener(e,h)})):(s.autoplay.paused=!1,l())))}function u(){const e=a();"hidden"===e.visibilityState&&s.autoplay.running&&c(),"visible"===e.visibilityState&&s.autoplay.paused&&(l(),s.autoplay.paused=!1)}function h(e){s&&!s.destroyed&&s.$wrapperEl&&e.target===s.$wrapperEl[0]&&(["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].removeEventListener(e,h)})),s.autoplay.paused=!1,s.autoplay.running?l():d())}function m(){s.params.autoplay.disableOnInteraction?d():(n("autoplayPause"),c()),["transitionend","webkitTransitionEnd"].forEach((e=>{s.$wrapperEl[0].removeEventListener(e,h)}))}function f(){s.params.autoplay.disableOnInteraction||(s.autoplay.paused=!1,n("autoplayResume"),l())}s.autoplay={running:!1,paused:!1},i({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}}),r("init",(()=>{if(s.params.autoplay.enabled){o();a().addEventListener("visibilitychange",u),s.params.autoplay.pauseOnMouseEnter&&(s.$el.on("mouseenter",m),s.$el.on("mouseleave",f))}})),r("beforeTransitionStart",((e,t,a)=>{s.autoplay.running&&(a||!s.params.autoplay.disableOnInteraction?s.autoplay.pause(t):d())})),r("sliderFirstMove",(()=>{s.autoplay.running&&(s.params.autoplay.disableOnInteraction?d():c())})),r("touchEnd",(()=>{s.params.cssMode&&s.autoplay.paused&&!s.params.autoplay.disableOnInteraction&&l()})),r("destroy",(()=>{s.$el.off("mouseenter",m),s.$el.off("mouseleave",f),s.autoplay.running&&d();a().removeEventListener("visibilitychange",u)})),Object.assign(s.autoplay,{pause:c,run:l,start:o,stop:d})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({thumbs:{swiper:null,multipleActiveThumbs:!0,autoScrollOffset:0,slideThumbActiveClass:"swiper-slide-thumb-active",thumbsContainerClass:"swiper-thumbs"}});let i=!1,r=!1;function n(){const e=t.thumbs.swiper;if(!e||e.destroyed)return;const s=e.clickedIndex,a=e.clickedSlide;if(a&&d(a).hasClass(t.params.thumbs.slideThumbActiveClass))return;if(null==s)return;let i;if(i=e.params.loop?parseInt(d(e.clickedSlide).attr("data-swiper-slide-index"),10):s,t.params.loop){let e=t.activeIndex;t.slides.eq(e).hasClass(t.params.slideDuplicateClass)&&(t.loopFix(),t._clientLeft=t.$wrapperEl[0].clientLeft,e=t.activeIndex);const s=t.slides.eq(e).prevAll(`[data-swiper-slide-index="${i}"]`).eq(0).index(),a=t.slides.eq(e).nextAll(`[data-swiper-slide-index="${i}"]`).eq(0).index();i=void 0===s?a:void 0===a?s:a-e1&&!t.params.centeredSlides&&(i=t.params.slidesPerView),t.params.thumbs.multipleActiveThumbs||(i=1),i=Math.floor(i),s.slides.removeClass(r),s.params.loop||s.params.virtual&&s.params.virtual.enabled)for(let e=0;e1?a:o:a-ot.previousIndex?"next":"prev"}else i=t.realIndex,r=i>t.previousIndex?"next":"prev";l&&(i+="next"===r?n:-1*n),s.visibleSlidesIndexes&&s.visibleSlidesIndexes.indexOf(i)<0&&(s.params.centeredSlides?i=i>o?i-Math.floor(a/2)+1:i+Math.floor(a/2)-1:i>o&&s.params.slidesPerGroup,s.slideTo(i,e?0:void 0))}}t.thumbs={swiper:null},a("beforeInit",(()=>{const{thumbs:e}=t.params;e&&e.swiper&&(l(),o(!0))})),a("slideChange update resize observerUpdate",(()=>{o()})),a("setTransition",((e,s)=>{const a=t.thumbs.swiper;a&&!a.destroyed&&a.setTransition(s)})),a("beforeDestroy",(()=>{const e=t.thumbs.swiper;e&&!e.destroyed&&r&&e.destroy()})),Object.assign(t.thumbs,{init:l,update:o})},function(e){let{swiper:t,extendParams:s,emit:a,once:i}=e;s({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}}),Object.assign(t,{freeMode:{onTouchStart:function(){const e=t.getTranslate();t.setTranslate(e),t.setTransition(0),t.touchEventsData.velocities.length=0,t.freeMode.onTouchEnd({currentPos:t.rtl?t.translate:-t.translate})},onTouchMove:function(){const{touchEventsData:e,touches:s}=t;0===e.velocities.length&&e.velocities.push({position:s[t.isHorizontal()?"startX":"startY"],time:e.touchStartTime}),e.velocities.push({position:s[t.isHorizontal()?"currentX":"currentY"],time:u()})},onTouchEnd:function(e){let{currentPos:s}=e;const{params:r,$wrapperEl:n,rtlTranslate:l,snapGrid:o,touchEventsData:d}=t,c=u()-d.touchStartTime;if(s<-t.minTranslate())t.slideTo(t.activeIndex);else if(s>-t.maxTranslate())t.slides.length1){const e=d.velocities.pop(),s=d.velocities.pop(),a=e.position-s.position,i=e.time-s.time;t.velocity=a/i,t.velocity/=2,Math.abs(t.velocity)150||u()-e.time>300)&&(t.velocity=0)}else t.velocity=0;t.velocity*=r.freeMode.momentumVelocityRatio,d.velocities.length=0;let e=1e3*r.freeMode.momentumRatio;const s=t.velocity*e;let c=t.translate+s;l&&(c=-c);let p,h=!1;const m=20*Math.abs(t.velocity)*r.freeMode.momentumBounceRatio;let f;if(ct.minTranslate())r.freeMode.momentumBounce?(c-t.minTranslate()>m&&(c=t.minTranslate()+m),p=t.minTranslate(),h=!0,d.allowMomentumBounce=!0):c=t.minTranslate(),r.loop&&r.centeredSlides&&(f=!0);else if(r.freeMode.sticky){let e;for(let t=0;t-c){e=t;break}c=Math.abs(o[e]-c){t.loopFix()})),0!==t.velocity){if(e=l?Math.abs((-c-t.translate)/t.velocity):Math.abs((c-t.translate)/t.velocity),r.freeMode.sticky){const s=Math.abs((l?-c:c)-t.translate),a=t.slidesSizesGrid[t.activeIndex];e=s{t&&!t.destroyed&&d.allowMomentumBounce&&(a("momentumBounce"),t.setTransition(r.speed),setTimeout((()=>{t.setTranslate(p),n.transitionEnd((()=>{t&&!t.destroyed&&t.transitionEnd()}))}),0))}))):t.velocity?(a("_freeModeNoMomentumRelease"),t.updateProgress(c),t.setTransition(e),t.setTranslate(c),t.transitionStart(!0,t.swipeDirection),t.animating||(t.animating=!0,n.transitionEnd((()=>{t&&!t.destroyed&&t.transitionEnd()})))):t.updateProgress(c),t.updateActiveIndex(),t.updateSlidesClasses()}else{if(r.freeMode.sticky)return void t.slideToClosest();r.freeMode&&a("_freeModeNoMomentumRelease")}(!r.freeMode.momentum||c>=r.longSwipesMs)&&(t.updateProgress(),t.updateActiveIndex(),t.updateSlidesClasses())}}}})},function(e){let t,s,a,{swiper:i,extendParams:r}=e;r({grid:{rows:1,fill:"column"}}),i.grid={initSlides:e=>{const{slidesPerView:r}=i.params,{rows:n,fill:l}=i.params.grid;s=t/n,a=Math.floor(e/n),t=Math.floor(e/n)===e/n?e:Math.ceil(e/n)*n,"auto"!==r&&"row"===l&&(t=Math.max(t,r*n))},updateSlide:(e,r,n,l)=>{const{slidesPerGroup:o,spaceBetween:d}=i.params,{rows:c,fill:p}=i.params.grid;let u,h,m;if("row"===p&&o>1){const s=Math.floor(e/(o*c)),a=e-c*o*s,i=0===s?o:Math.min(Math.ceil((n-s*c*o)/c),o);m=Math.floor(a/i),h=a-m*i+s*o,u=h+m*t/c,r.css({"-webkit-order":u,order:u})}else"column"===p?(h=Math.floor(e/c),m=e-h*c,(h>a||h===a&&m===c-1)&&(m+=1,m>=c&&(m=0,h+=1))):(m=Math.floor(e/s),h=e-m*s);r.css(l("margin-top"),0!==m?d&&`${d}px`:"")},updateWrapperSize:(e,s,a)=>{const{spaceBetween:r,centeredSlides:n,roundLengths:l}=i.params,{rows:o}=i.params.grid;if(i.virtualSize=(e+r)*t,i.virtualSize=Math.ceil(i.virtualSize/o)-r,i.$wrapperEl.css({[a("width")]:`${i.virtualSize+r}px`}),n){s.splice(0,s.length);const e=[];for(let t=0;t{const{slides:e}=t,s=t.params.fadeEffect;for(let a=0;a{const{transformEl:s}=t.params.fadeEffect;(s?t.slides.find(s):t.slides).transition(e),ae({swiper:t,duration:e,transformEl:s,allSlides:!0})},overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}});const i=(e,t,s)=>{let a=s?e.find(".swiper-slide-shadow-left"):e.find(".swiper-slide-shadow-top"),i=s?e.find(".swiper-slide-shadow-right"):e.find(".swiper-slide-shadow-bottom");0===a.length&&(a=d(`
    `),e.append(a)),0===i.length&&(i=d(`
    `),e.append(i)),a.length&&(a[0].style.opacity=Math.max(-t,0)),i.length&&(i[0].style.opacity=Math.max(t,0))};te({effect:"cube",swiper:t,on:a,setTranslate:()=>{const{$el:e,$wrapperEl:s,slides:a,width:r,height:n,rtlTranslate:l,size:o,browser:c}=t,p=t.params.cubeEffect,u=t.isHorizontal(),h=t.virtual&&t.params.virtual.enabled;let m,f=0;p.shadow&&(u?(m=s.find(".swiper-cube-shadow"),0===m.length&&(m=d('
    '),s.append(m)),m.css({height:`${r}px`})):(m=e.find(".swiper-cube-shadow"),0===m.length&&(m=d('
    '),e.append(m))));for(let e=0;e-1&&(f=90*s+90*d,l&&(f=90*-s-90*d)),t.transform(v),p.slideShadows&&i(t,d,u)}if(s.css({"-webkit-transform-origin":`50% 50% -${o/2}px`,"transform-origin":`50% 50% -${o/2}px`}),p.shadow)if(u)m.transform(`translate3d(0px, ${r/2+p.shadowOffset}px, ${-r/2}px) rotateX(90deg) rotateZ(0deg) scale(${p.shadowScale})`);else{const e=Math.abs(f)-90*Math.floor(Math.abs(f)/90),t=1.5-(Math.sin(2*e*Math.PI/360)/2+Math.cos(2*e*Math.PI/360)/2),s=p.shadowScale,a=p.shadowScale/t,i=p.shadowOffset;m.transform(`scale3d(${s}, 1, ${a}) translate3d(0px, ${n/2+i}px, ${-n/2/a}px) rotateX(-90deg)`)}const g=c.isSafari||c.isWebView?-o/2:0;s.transform(`translate3d(0px,0,${g}px) rotateX(${t.isHorizontal()?0:f}deg) rotateY(${t.isHorizontal()?-f:0}deg)`),s[0].style.setProperty("--swiper-cube-translate-z",`${g}px`)},setTransition:e=>{const{$el:s,slides:a}=t;a.transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),t.params.cubeEffect.shadow&&!t.isHorizontal()&&s.find(".swiper-cube-shadow").transition(e)},recreateShadows:()=>{const e=t.isHorizontal();t.slides.each((t=>{const s=Math.max(Math.min(t.progress,1),-1);i(d(t),s,e)}))},getEffectParams:()=>t.params.cubeEffect,perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({flipEffect:{slideShadows:!0,limitRotation:!0,transformEl:null}});const i=(e,s,a)=>{let i=t.isHorizontal()?e.find(".swiper-slide-shadow-left"):e.find(".swiper-slide-shadow-top"),r=t.isHorizontal()?e.find(".swiper-slide-shadow-right"):e.find(".swiper-slide-shadow-bottom");0===i.length&&(i=ie(a,e,t.isHorizontal()?"left":"top")),0===r.length&&(r=ie(a,e,t.isHorizontal()?"right":"bottom")),i.length&&(i[0].style.opacity=Math.max(-s,0)),r.length&&(r[0].style.opacity=Math.max(s,0))};te({effect:"flip",swiper:t,on:a,setTranslate:()=>{const{slides:e,rtlTranslate:s}=t,a=t.params.flipEffect;for(let r=0;r{const{transformEl:s}=t.params.flipEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e),ae({swiper:t,duration:e,transformEl:s})},recreateShadows:()=>{const e=t.params.flipEffect;t.slides.each((s=>{const a=d(s);let r=a[0].progress;t.params.flipEffect.limitRotation&&(r=Math.max(Math.min(s.progress,1),-1)),i(a,r,e)}))},getEffectParams:()=>t.params.flipEffect,perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({coverflowEffect:{rotate:50,stretch:0,depth:100,scale:1,modifier:1,slideShadows:!0,transformEl:null}}),te({effect:"coverflow",swiper:t,on:a,setTranslate:()=>{const{width:e,height:s,slides:a,slidesSizesGrid:i}=t,r=t.params.coverflowEffect,n=t.isHorizontal(),l=t.translate,o=n?e/2-l:s/2-l,d=n?r.rotate:-r.rotate,c=r.depth;for(let e=0,t=a.length;e0?p:0),s.length&&(s[0].style.opacity=-p>0?-p:0)}}},setTransition:e=>{const{transformEl:s}=t.params.coverflowEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(e)},perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({creativeEffect:{transformEl:null,limitProgress:1,shadowPerProgress:!1,progressMultiplier:1,perspective:!0,prev:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1},next:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1}}});const i=e=>"string"==typeof e?e:`${e}px`;te({effect:"creative",swiper:t,on:a,setTranslate:()=>{const{slides:e,$wrapperEl:s,slidesSizesGrid:a}=t,r=t.params.creativeEffect,{progressMultiplier:n}=r,l=t.params.centeredSlides;if(l){const e=a[0]/2-t.params.slidesOffsetBefore||0;s.transform(`translateX(calc(50% - ${e}px))`)}for(let s=0;s0&&(f=r.prev,m=!0),u.forEach(((e,t)=>{u[t]=`calc(${e}px + (${i(f.translate[t])} * ${Math.abs(d*n)}))`})),h.forEach(((e,t)=>{h[t]=f.rotate[t]*Math.abs(d*n)})),a[0].style.zIndex=-Math.abs(Math.round(o))+e.length;const g=u.join(", "),v=`rotateX(${h[0]}deg) rotateY(${h[1]}deg) rotateZ(${h[2]}deg)`,w=c<0?`scale(${1+(1-f.scale)*c*n})`:`scale(${1-(1-f.scale)*c*n})`,b=c<0?1+(1-f.opacity)*c*n:1-(1-f.opacity)*c*n,x=`translate3d(${g}) ${v} ${w}`;if(m&&f.shadow||!m){let e=a.children(".swiper-slide-shadow");if(0===e.length&&f.shadow&&(e=ie(r,a)),e.length){const t=r.shadowPerProgress?d*(1/r.limitProgress):d;e[0].style.opacity=Math.min(Math.max(Math.abs(t),0),1)}}const y=se(r,a);y.transform(x).css({opacity:b}),f.origin&&y.css("transform-origin",f.origin)}},setTransition:e=>{const{transformEl:s}=t.params.creativeEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow").transition(e),ae({swiper:t,duration:e,transformEl:s,allSlides:!0})},perspective:()=>t.params.creativeEffect.perspective,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!t.params.cssMode})})},function(e){let{swiper:t,extendParams:s,on:a}=e;s({cardsEffect:{slideShadows:!0,transformEl:null,rotate:!0,perSlideRotate:2,perSlideOffset:8}}),te({effect:"cards",swiper:t,on:a,setTranslate:()=>{const{slides:e,activeIndex:s}=t,a=t.params.cardsEffect,{startTranslate:i,isTouched:r}=t.touchEventsData,n=t.translate;for(let l=0;l0&&c<1&&(r||t.params.cssMode)&&n-1&&(r||t.params.cssMode)&&n>i;if(b||x){const e=(1-Math.abs((Math.abs(c)-.5)/.5))**.5;g+=-28*c*e,f+=-.5*e,v+=96*e,h=-25*e*Math.abs(c)+"%"}if(u=c<0?`calc(${u}px + (${v*Math.abs(c)}%))`:c>0?`calc(${u}px + (-${v*Math.abs(c)}%))`:`${u}px`,!t.isHorizontal()){const e=h;h=u,u=e}const y=c<0?""+(1+(1-f)*c):""+(1-(1-f)*c),E=`\n translate3d(${u}, ${h}, ${m}px)\n rotateZ(${a.rotate?g:0}deg)\n scale(${y})\n `;if(a.slideShadows){let e=o.find(".swiper-slide-shadow");0===e.length&&(e=ie(a,o)),e.length&&(e[0].style.opacity=Math.min(Math.max((Math.abs(c)-.5)/.5,0),1))}o[0].style.zIndex=-Math.abs(Math.round(d))+e.length;se(a,o).transform(E)}},setTransition:e=>{const{transformEl:s}=t.params.cardsEffect;(s?t.slides.find(s):t.slides).transition(e).find(".swiper-slide-shadow").transition(e),ae({swiper:t,duration:e,transformEl:s})},perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!t.params.cssMode})})}];return V.use(re),V})); \ No newline at end of file diff --git a/mono/favicon.ico b/mono/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..aaff875b679ae97959ff23de143e1045f5040430 Binary files /dev/null and b/mono/favicon.ico differ diff --git a/mono/index.html b/mono/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e9cf22ff5d666a442cef5f49d67b952b051c967a --- /dev/null +++ b/mono/index.html @@ -0,0 +1,1178 @@ + + + + + + + + + + + + + +TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    +
    +
    +
    +
    +

    SCROLL

    +
    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
      +
    • +
      +
      + + + + +
      +

      2025 ON AIR

      + +
      +
      +
      + +
      +
      + +
      +
      +
      + +
      +
      + + + + + + +
      +
      +
      + 霧山アン CV:古賀葵 +
      +
      +
      + +
      + +
      +
      + BIRTHDAY July +
      +
      + CAMERA USED Wide-angle action camera +
      +
      + PLACES TO VISIT WHERE SACCHAN IS +
      +
      + FAVORITE FOOD Hireri-age +
      +
      + HEIGHT 150cm +
      +
      + +

      + + + + +

      + +
      + +
      +
      +
      + +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + + +
      +
    • +
    • +
      +
      + + + + +
      +

      2025 ON AIR

      + +
      +
      +
      + +
      +
      + +
      +
      +
      + +
      +
      + + + + + + +
      +
      +
      + 雨宮さつき CV:三川華月 +
      +
      +
      + +
      + +
      +
      + BIRTHDAY MAY +
      +
      + CAMERA USED 360°CAMERA +
      +
      + FAVORITE FOOD Curry bread +
      +
      + PLACES TO VISIT SCENIC PLACES +
      +
      + HEIGHT 155cm +
      +
      + +
      + +
      +
      +
      + +
      +
      +
      + +
      + +
      +
      +
      +
      +
      + +

      + +

      +
      +
    • +
    + +
    +
    +

    VISUAL SELECT0R

    +
      +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
      + + + + +
      +

      2025 ON AIR

      + +
      +
      + + + + +
      +
      + +
      +
      +
      + +
      +
      +
      + +

      + +

      +
    • + + +
    • +
      + + + + +
      +

      2025 ON AIR

      +
      +
      + + + + + + +
      +

      + + + + +

      +
      +
      +
      +
      + +
      +
      +
      +
    • +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + ビジュアル + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + + 1 + + + ムービー + +

    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    + + 3 + + + イントロダクション + +

    +
    +

    + + 芳文社『まんがタイムきららキャラット」にて
    連載中の、あfろによる人気4コマ漫画『mono』 +
    +

    +
    +
    +

    + + + 芳文社『まんがタイムきららキャラット」にて連載中の、あfろによる人気4コマ漫画『mono』 + + +

    +

    + アニメ・実写化も果たした代表作『ゆるキャン△』でキャンプブームを盛り上げたあfろが、写真部と映像研究部が合体した「シネフォト部」に所属する女子高生たちを中心に描く《今週末の楽しみ方漫画》。 +

    +

    + 360°パノラマカメラでの撮影や、凧にカメラを括り付けた疑似ドローンなど様々な技法を用いて、山梨県甲府市を中心とした景色や彼女たちの日常を切り取っていく。 +

    + +

    + 『ひだまりスケッチ』や『ぼっち・ざ・ろっく!』など、様々な作品をアニメーションとして送り出したアニプレックス×芳文社のタッグに、新進気鋭のスタジオソワネが加わり映像化が実現。 +

    +

    + スタッフ陣は、監督に愛敬亮太(「呪術廻戦 懐玉・玉折/渋谷事変」)を迎え、キャラクターデザインを宮原拓也(「恋する小惑星」)、シリーズ構成を米内山陽子(「ゆびさきと恋々」)が担当。
    + 今注目のクリエイター陣が集結。 +

    +

    + 新たな週末の遊び方を、一緒に見つけませんか? +

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + + 4 + + + プロローグ + +

    +
    +

    + + 今週末、何して過ごす? + +

    +
    +

    + + 今週末、何して過ごす? + +

    +

    + 高校の写真部員・雨宮さつきは大好きな部長の卒業により意気消沈していたが、
    + 親友でもう1人の部員の霧山アンからの激励により、再び部活動を頑張る決心をする。 +

    +

    + しかし、さつきが意気込んでオークションで購入した360°カメラが届かない。
    + アンが出品者を調べると学校のすぐ傍に住んでいるらしい……。 +

    +

    + さつきとアンが出品者の住所を訪れるとそこには駄菓子屋が。
    + 2人はそこで漫画家の秋山春乃と出会い、「マンガのモデルになって欲しい」という依頼を受ける。
    + 元映画研究部の敷島桜子を加え写真部と合併した「シネフォト研究部」は、春乃の取材に協力することになるが……? +

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    + + 5 + + + キャラクター + +

    +
    +
    +
      +
    • +
      +
      +
      +
      +

      + 雨宮さつき + + CV:三川華月 + +

      +

      + 本作の主人公。写真部の憧れの先輩が卒業してしまい、
      写真に対するモチベーションを失ってしまった高校2年生。
      + 見かねた親友・アンの助けで一念発起して廃部寸前の写真部と映画研究部を合併してシネフォト部を設立!
      + 春乃から購入した360度カメラでいろいろな景色を撮影したいと思っているが……? +

      +
      + + + + + + +
      +
      +
      +
      +
      誕生日
      +
      5月
      +
      +
      +
      身長
      +
      150cm
      +
      +
      +
      好きな食べ物
      +
      カレーパン
      +
      +
      +
      趣味
      +
      牧之原先輩を撮ること
      +
      +
      +
      使用カメラ
      +
      360度カメラ
      +
      +
      +
      行きたいところ
      +
      景色がいいところ
      +
      +
      +
      +
      +
      +
      + + 雨宮さつき + +
      +
      +
      + +
      + +
      +
      +
      +
      + +
      +
    • + +
    • +
      +
      +
      +
      +

      + 霧山アン + + CV:古賀葵 + +

      +

      + 高校2年生のシネフォト部員。写真フォルダはさつきだらけ!
      + 元々さつきが好きすぎるあまりに当時は興味もなかった写真部に入ったほどの、熱狂的さつきファン。
      + 明るい性格のムードメーカーで行動力があり、シネフォト部の活動の言い出しっぺになることも多い。
      + ひねり揚げに目がない。 +

      +
      + + + + + + +
      +
      +
      +
      +
      誕生日
      +
      7月
      +
      +
      +
      身長
      +
      150cm
      +
      +
      +
      好きな食べ物
      +
      ひねり揚げ
      +
      +
      +
      趣味
      +
      さっちゃんを撮ること
      +
      +
      +
      使用カメラ
      +
      広角アクションカメラ
      +
      +
      +
      行きたいところ
      +
      さっちゃんのいるところ
      +
      +
      +
      +
      +
      +
      + + 霧山アン + +
      +
      +
      + +
      + +
      +
      +
      +
      + +
      +
    • + +
    +
    +
    +
    +

    SELCTOR

    +
      +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +

    + + 6 + + + スタッフ&キャスト + +

    +
    +
    +
    +
    +
    + 原作 +
    +
    + + あfろ
    (芳文社 『まんがタイムきららキャラット』) +
    +
    + +
    +
    +
    +
    +
    + 監督 +
    +
    + + 愛敬亮太 + +
    + +
    +
    +
    +
    +
    + キャラクターデザイン +
    +
    + + 宮原拓也 + +
    + +
    +
    +
    +
    +
    + シリーズ構成 +
    +
    + + 米内山陽子 + +
    + +
    +
    +
    +
    +
    + アニメーション制作 +
    +
    + + ソワネ + +
    +
    +
    +
    +
    +
    + 雨宮さつき +
    +
    + + 三川華月 + +
    + +
    +
    +
    + +
    +
    + 霧山アン +
    +
    + + 古賀 葵 + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
      +
    • +
      + + + + +
      +

      2025 ON AIR

      +
      +
      + + + + + + +
      +
      + +
      +
      +
      + +
      +
      +
      + +

      + +

      +
    • + +
    • +
      + + + + +
      +

      2025 ON AIR

      +
      +
      + + + + + + +
      +

      + + + + +

      +
      + +
      +
      +
      + +
      +
      +
      +
    • + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +

    このサイトは縦画面にしてご覧ください。

    +
    +
    +
    +
    +
    + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/mono/news.html b/mono/news.html new file mode 100644 index 0000000000000000000000000000000000000000..a0fc732f7e884fbe3fc787d8b13885ee87915a7f --- /dev/null +++ b/mono/news.html @@ -0,0 +1,384 @@ + + + + + + + + + + + + + +ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/SYS/CONTENTS/24056979-2842-496b-8ea9-ccba1c07dd0d/w300 b/mono/news/SYS/CONTENTS/24056979-2842-496b-8ea9-ccba1c07dd0d/w300 new file mode 100644 index 0000000000000000000000000000000000000000..6ecfd8e39c88ae2eddd3eda896909ec49a7eb191 Binary files /dev/null and b/mono/news/SYS/CONTENTS/24056979-2842-496b-8ea9-ccba1c07dd0d/w300 differ diff --git a/mono/news/SYS/CONTENTS/3de08d42-843e-4f5d-af77-85709dc3bc49/w400 b/mono/news/SYS/CONTENTS/3de08d42-843e-4f5d-af77-85709dc3bc49/w400 new file mode 100644 index 0000000000000000000000000000000000000000..4d8ee893ac7436f01102382331f8c348be15639c Binary files /dev/null and b/mono/news/SYS/CONTENTS/3de08d42-843e-4f5d-af77-85709dc3bc49/w400 differ diff --git a/mono/news/SYS/CONTENTS/539368d4-ce19-4c34-92ac-04f1c983c6ba/w500 b/mono/news/SYS/CONTENTS/539368d4-ce19-4c34-92ac-04f1c983c6ba/w500 new file mode 100644 index 0000000000000000000000000000000000000000..e8a44fbc13f467bfb4c1b58a2b5861958d44a469 Binary files /dev/null and b/mono/news/SYS/CONTENTS/539368d4-ce19-4c34-92ac-04f1c983c6ba/w500 differ diff --git a/mono/news/SYS/CONTENTS/5b556dbc-39f0-4ad5-9bfb-0b73f8564976/w500 b/mono/news/SYS/CONTENTS/5b556dbc-39f0-4ad5-9bfb-0b73f8564976/w500 new file mode 100644 index 0000000000000000000000000000000000000000..a138d9d6174678edab3e9b2f9f46fff3e3a5cb50 Binary files /dev/null and b/mono/news/SYS/CONTENTS/5b556dbc-39f0-4ad5-9bfb-0b73f8564976/w500 differ diff --git a/mono/news/SYS/CONTENTS/7a9fdeaf-6a46-4115-b742-899e390b7802/w300 b/mono/news/SYS/CONTENTS/7a9fdeaf-6a46-4115-b742-899e390b7802/w300 new file mode 100644 index 0000000000000000000000000000000000000000..129daa1dd5906d993392ab764cfec9e147288e58 Binary files /dev/null and b/mono/news/SYS/CONTENTS/7a9fdeaf-6a46-4115-b742-899e390b7802/w300 differ diff --git a/mono/news/SYS/CONTENTS/8549a2e0-f076-4b0a-8808-248db0e34b5a/w500 b/mono/news/SYS/CONTENTS/8549a2e0-f076-4b0a-8808-248db0e34b5a/w500 new file mode 100644 index 0000000000000000000000000000000000000000..6902b739c3eac052e847aa09fe8da8be939711f2 Binary files /dev/null and b/mono/news/SYS/CONTENTS/8549a2e0-f076-4b0a-8808-248db0e34b5a/w500 differ diff --git a/mono/news/SYS/CONTENTS/97c8944e-0abe-4f09-aaf8-5bd7cfd6366d/w500 b/mono/news/SYS/CONTENTS/97c8944e-0abe-4f09-aaf8-5bd7cfd6366d/w500 new file mode 100644 index 0000000000000000000000000000000000000000..06be1e23e67371f62de566115b426cdaa3c8f6b3 Binary files /dev/null and b/mono/news/SYS/CONTENTS/97c8944e-0abe-4f09-aaf8-5bd7cfd6366d/w500 differ diff --git a/mono/news/SYS/CONTENTS/9dbe6b8a-0b19-4bec-97fe-73dec41eb243/w400 b/mono/news/SYS/CONTENTS/9dbe6b8a-0b19-4bec-97fe-73dec41eb243/w400 new file mode 100644 index 0000000000000000000000000000000000000000..9891e267a7d5711540ece13f6e22af682f78ae6e Binary files /dev/null and b/mono/news/SYS/CONTENTS/9dbe6b8a-0b19-4bec-97fe-73dec41eb243/w400 differ diff --git a/mono/news/SYS/CONTENTS/ca006a7f-4bf9-4456-84c3-b1212e413fd6/w400 b/mono/news/SYS/CONTENTS/ca006a7f-4bf9-4456-84c3-b1212e413fd6/w400 new file mode 100644 index 0000000000000000000000000000000000000000..b83c3c6034c8080a87ecc3ca8c303f8f98741ff4 Binary files /dev/null and b/mono/news/SYS/CONTENTS/ca006a7f-4bf9-4456-84c3-b1212e413fd6/w400 differ diff --git a/mono/news/index.html b/mono/news/index.html new file mode 100644 index 0000000000000000000000000000000000000000..a0fc732f7e884fbe3fc787d8b13885ee87915a7f --- /dev/null +++ b/mono/news/index.html @@ -0,0 +1,384 @@ + + + + + + + + + + + + + +ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=65052.html b/mono/news/index.html?id=65052.html new file mode 100644 index 0000000000000000000000000000000000000000..2471775330368b7d2ab017a45e7e8b52488b846f --- /dev/null +++ b/mono/news/index.html?id=65052.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +『mono』TVアニメ化決定!ティザービジュアル&PV公開 - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    『mono』TVアニメ化決定!ティザービジュアル&PV公開

    +
    +
    + アニメ・実写化も果たした代表作『ゆるキャン△』でキャンプブームを盛り上げたあfろによる、芳文社『まんがタイムきららキャラット」にて連載中の人気4コマ漫画『mono』。このたびTVアニメ化が決定しました!

    『ひだまりスケッチ』や『ぼっち・ざ・ろっく!』など、様々な作品をアニメーションとして送り出したアニプレックス×芳文社のタッグに、新進気鋭のスタジオソワネが加わり、《今週末の楽しみ方》をお届けします。

    本情報の解禁に合わせて、主人公・雨宮さつきが、360°パノラマカメラでシネフォト部をはじめとしたメインキャラクターを撮影した様子を描いたティザービジュアルと360度動かせるティザーPV (グリグリVer.)をYouTubeにて公開!‬





    続報をお楽しみに!
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=65053.html b/mono/news/index.html?id=65053.html new file mode 100644 index 0000000000000000000000000000000000000000..2d13d22a134480e0f7eccb5bb13df094090781a7 --- /dev/null +++ b/mono/news/index.html?id=65053.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +メインスタッフコメント公開! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    メインスタッフコメント公開!

    +
    +
    + メインスタッフ情報を公開しました。
    監督に愛敬亮太(「呪術廻戦 懐玉・玉折/渋谷事変」)を迎え、キャラクターデザインを宮原拓也(「恋する小惑星」)、シリーズ構成を米内山陽子(「ゆびさきと恋々」)が担当。今注目のクリエイター陣が集結!

    メインスタッフからのコメントも到着!
    是非ご覧ください。

    mono-weekend.photo/#staff
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=65054.html b/mono/news/index.html?id=65054.html new file mode 100644 index 0000000000000000000000000000000000000000..7b94e63fda658d028b034fe952d0022c018499a5 --- /dev/null +++ b/mono/news/index.html?id=65054.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +原作者・あfろ先生のお祝いイラスト&コメント到着! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    原作者・あfろ先生のお祝いイラスト&コメント到着!

    +
    +
    + 【あfろ先生お祝いコメント】
    monoアニメ化ありがとうございます!私が一緒に連載しているゆるキャンは「キャンプに行く話」と一言で説明できますが、monoは山梨を舞台にアクションカムで遊んだりホラー動画を撮ったりハムを買いに行ったり、ワインセラーに行ったり大食いチャレンジに参加したりと色々な事をしすぎているので一言で説明ができません。なのでどんな話かはアニメを見て下さい!


    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=65059.html b/mono/news/index.html?id=65059.html new file mode 100644 index 0000000000000000000000000000000000000000..ff3e00318d71b90f5a6eb3f7e4f463b81a20b076 --- /dev/null +++ b/mono/news/index.html?id=65059.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +ティザービジュアルポスターフォロー&リポストキャンペーン実施! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    ティザービジュアルポスターフォロー&リポストキャンペーン実施!

    +
    +
    + 公式Xアカウント(@mono_weekend)をフォローいただき、
    該当ポストをリポストいただいた方の中から、
    抽選で10名様にティザービジュアルポスターをプレゼント!

    応募期間は2024年3月31日(日)までです。
    ご参加お待ちしております!

    【応募方法】
    @mono_weekendをフォロー&該当ポストをリポスト
    https://twitter.com/mono_weekend

    【応募期間】
    2024年3月31日(日)23:59まで

    【当選者発表】
     ※当選者へはXのダイレクトメッセージ(DM)にて公式アカウント(@mono_weekend)よりご連絡をさせていただきます。リポストいただきましたらフォローを外さずにお待ちください。フォローを外されますと当選されましてもDMがお送りできませんのでご注意ください。
    ※当選者の発表はDMでのご連絡をもって代えさせていただきます。
    ※Xの設定で『すべてのユーザーからダイレクトメッセージを受信する』をオフにしていると受け取れない可能性がありますのでご注意ください。

    【注意事項】
    ・プレゼント景品の発送は日本国内のみとなります。
    ・当選はご本人のみ対象とさせていただきます。
    ・プレゼント景品のオークションへの出品や転売は禁止とさせていただきます。
    ・DMでの当選のご連絡から1週間以内にご返信をいただけない場合は無効とさせていただきます。
    ・当選のお問い合わせ及びプレゼント景品の交換には応じられませんのでご了承ください。
    ・当選者の方には、商品発送のため個人情報(お名前・ご住所・お電話番号)をお伺いさせていただきますが、いただきました個人情報は景品の発送のみに使用し、その他の目的での使用は行いません。
    ・当方で不正な応募があったと判断した場合には当選を取り消させていただく場合がございます。
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=65993.html b/mono/news/index.html?id=65993.html new file mode 100644 index 0000000000000000000000000000000000000000..3dc4dc1f3d0957bb4d9f82a79a4b6374beb8ffea --- /dev/null +++ b/mono/news/index.html?id=65993.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +『Aniplex Online Fest 2024』参加決定! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    『Aniplex Online Fest 2024』参加決定!

    +
    +
    + 9月16日(月)に開催予定の、アニプレックスが送るアニメ最新情報発信イベント『Aniplex Online Fest 2024』に「mono」の参加が決定しました!
    当日はオンライン(YouTube)で無料開催予定。アニメ最新情報の発表をお楽しみに!



    《Aniplex Online Fest 2024(アニプレックス オンライン フェス 2024)》                                                     

    ・イベント日程:2024年9月16日(月)12:00開始予定 ※日本時間
    ・作品ラインナップPV:https://youtu.be/4KXySeOKS5A
    ・視聴・参加方法:オンライン視聴のみ
    ・配信エリア:YouTubeにて世界配信を予定(一部の国と地域を除く)

    ・配信先:https://youtube.com/live/_tuBI6PS1w0
    ・公式HP:https://aniplex-online-fest.com/
    ・イベント公式SNS:https://twitter.com/aniplex_event

    ・主催:株式会社アニプレックス
    ・共催:株式会社ソニー・・ミュージックエンタテインメント
    ※日程・内容・出演者は変更の可能性がございます。予めご了承ください。
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=66131.html b/mono/news/index.html?id=66131.html new file mode 100644 index 0000000000000000000000000000000000000000..a437de2769528ef5bf0d49c11e4202248b0602dc --- /dev/null +++ b/mono/news/index.html?id=66131.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +【新情報まもなく解禁!】ティザービジュアルポスターフォロー&リポストキャンペーン実施! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    【新情報まもなく解禁!】ティザービジュアルポスターフォロー&リポストキャンペーン実施!

    +
    +
    + TVアニメ「mono」新情報解禁まで残り1週間!
    お楽しみにいただいている皆さまに向けて、プレゼントキャンペーン実施決定!

    公式Xアカウント(@mono_weekend)をフォローいただき、該当ポストをリポストいただいた方の中から
    抽選で10名様にティザービジュアルポスターをプレゼント!

    応募期間は2024年9月15日(日)までです。
    ご参加お待ちしております!

    【応募方法】
    @mono_weekendをフォロー&該当ポストをリポスト
    https://twitter.com/mono_weekend

    【応募期間】
    2024年9月15日(日)23:59まで

    【当選者発表】
     ※当選者へはXのダイレクトメッセージ(DM)にて公式アカウント(@mono_weekend)よりご連絡をさせていただきます。リポストいただきましたらフォローを外さずにお待ちください。フォローを外されますと当選されましてもDMがお送りできませんのでご注意ください。
    ※当選者の発表はDMでのご連絡をもって代えさせていただきます。
    ※Xの設定で『すべてのユーザーからダイレクトメッセージを受信する』をオフにしていると受け取れない可能性がありますのでご注意ください。

    【注意事項】
    ・プレゼント景品の発送は日本国内のみとなります。
    ・当選はご本人のみ対象とさせていただきます。
    ・プレゼント景品のオークションへの出品や転売は禁止とさせていただきます。
    ・DMでの当選のご連絡から1週間以内にご返信をいただけない場合は無効とさせていただきます。
    ・当選のお問い合わせ及びプレゼント景品の交換には応じられませんのでご了承ください。
    ・当選者の方には、商品発送のため個人情報(お名前・ご住所・お電話番号)をお伺いさせていただきますが、いただきました個人情報は景品の発送のみに使用し、その他の目的での使用は行いません。
    ・当方で不正な応募があったと判断した場合には当選を取り消させていただく場合がございます。
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=66225.html b/mono/news/index.html?id=66225.html new file mode 100644 index 0000000000000000000000000000000000000000..7c31c96f4fb499fc10c2ec11ff2584a329842781 --- /dev/null +++ b/mono/news/index.html?id=66225.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +<雨宮さつき>キャラクタービジュアル&ボイス解禁PV公開! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    <雨宮さつき>キャラクタービジュアル&ボイス解禁PV公開!

    +
    +
    + 本作の主人公・雨宮さつきのキャラクタービジュアルが公開!



    さらにキャラクターPVも公開となりました。
    本PVではさつき役:三川華月のキャラクターボイスも初解禁です!

    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=66226.html b/mono/news/index.html?id=66226.html new file mode 100644 index 0000000000000000000000000000000000000000..9e5d7e2f7cb8c3440afc74d9da52c924125c68b9 --- /dev/null +++ b/mono/news/index.html?id=66226.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +雨宮さつき役キャスト解禁!三川華月コメント公開! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    雨宮さつき役キャスト解禁!三川華月コメント公開!

    +
    +
    + 本作の主人公:雨宮さつきの声は三川華月に決定いたしました!


    ▼キャラクターページはこちら
    https://mono-weekend.photo/#character
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=66249.html b/mono/news/index.html?id=66249.html new file mode 100644 index 0000000000000000000000000000000000000000..da645d7b795f26938d149a1e8a84f5d4073709da --- /dev/null +++ b/mono/news/index.html?id=66249.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +<雨宮さつき>キャラクタービジュアルポスターフォロー&リポストキャンペーン! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    <雨宮さつき>キャラクタービジュアルポスターフォロー&リポストキャンペーン!

    +
    +
    + TVアニメ「mono」<雨宮さつき>情報解禁記念!

    公式Xアカウント(@mono_weekend)をフォローいただき、該当ポストをリポストいただいた方の中から抽選で
    10名様に三川華月サイン入り<雨宮さつき>キャラクタービジュアルポスターをプレゼント!

    応募期間は2024年10月2日(水)までです。
    ご参加お待ちしております!



    【応募方法】
    @mono_weekendをフォロー&該当ポストをリポスト
    https://twitter.com/mono_weekend

    【応募期間】
    2024年10月2日(水)23:59まで

    【当選者発表】
     ※当選者へはXのダイレクトメッセージ(DM)にて公式アカウント(@mono_weekend)よりご連絡をさせていただきます。リポストいただきましたらフォローを外さずにお待ちください。フォローを外されますと当選されましてもDMがお送りできませんのでご注意ください。
    ※当選者の発表はDMでのご連絡をもって代えさせていただきます。
    ※Xの設定で『すべてのユーザーからダイレクトメッセージを受信する』をオフにしていると受け取れない可能性がありますのでご注意ください。

    【注意事項】
    ・プレゼント景品の発送は日本国内のみとなります。
    ・当選はご本人のみ対象とさせていただきます。
    ・プレゼント景品のオークションへの出品や転売は禁止とさせていただきます。
    ・DMでの当選のご連絡から1週間以内にご返信をいただけない場合は無効とさせていただきます。
    ・当選のお問い合わせ及びプレゼント景品の交換には応じられませんのでご了承ください。
    ・当選者の方には、商品発送のため個人情報(お名前・ご住所・お電話番号)をお伺いさせていただきますが、いただきました個人情報は景品の発送のみに使用し、その他の目的での使用は行いません。
    ・当方で不正な応募があったと判断した場合には当選を取り消させていただく場合がございます。
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=66409.html b/mono/news/index.html?id=66409.html new file mode 100644 index 0000000000000000000000000000000000000000..cda28080999ac4d4a75ec855130532170c85cc7f --- /dev/null +++ b/mono/news/index.html?id=66409.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +<霧山アン>キャラクタービジュアル&ボイス解禁PV公開! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    <霧山アン>キャラクタービジュアル&ボイス解禁PV公開!

    +
    +
    + 霧山アンのキャラクタービジュアルを公開!



    さらにキャラクターPVも公開となりました。
    アン役:古賀葵 のキャラクターボイスも初解禁です!
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=66410.html b/mono/news/index.html?id=66410.html new file mode 100644 index 0000000000000000000000000000000000000000..16dff290ed007846d86add59c75f882005f945dc --- /dev/null +++ b/mono/news/index.html?id=66410.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +霧山アン役キャスト解禁!古賀 葵コメント公開! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    霧山アン役キャスト解禁!古賀 葵コメント公開!

    +
    +
    + 霧山アンの声は古賀 葵に決定いたしました!


    ▼キャラクターページはこちら
    https://mono-weekend.photo/#character
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?id=66414.html b/mono/news/index.html?id=66414.html new file mode 100644 index 0000000000000000000000000000000000000000..b5ead01af1aeda656234abfc732d10daa98613c1 --- /dev/null +++ b/mono/news/index.html?id=66414.html @@ -0,0 +1,305 @@ + + + + + + + + + + + + + + +『KPF 2024』参加決定! - ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 2 + + + ニュース + +

    +
    +
    +
    + +

    『KPF 2024』参加決定!

    +
    +
    + 11月30日(土)・12月1日(日)に開催予定!九州最大級のポップカルチャーの祭典『北九州ポップカルチャーフェスティバル2024』に
    TVアニメ「mono」の参加が決定しました!
    当日スペシャルステージを開催いたします。お楽しみに!



    《KPF2024(北九州ポップカルチャーフェスティバル 2024)》                                                     

    ・ステージ日程:2024年12月1日(日)
    ・開催場所:西日本総合展示場新館、あるあるCity ほか
    ・出演:三川華月、古賀葵、追加出演者は後日発表!
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?p=1.html b/mono/news/index.html?p=1.html new file mode 100644 index 0000000000000000000000000000000000000000..a0fc732f7e884fbe3fc787d8b13885ee87915a7f --- /dev/null +++ b/mono/news/index.html?p=1.html @@ -0,0 +1,384 @@ + + + + + + + + + + + + + +ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/news/index.html?p=2.html b/mono/news/index.html?p=2.html new file mode 100644 index 0000000000000000000000000000000000000000..38643fbf17973900b35cc398385aa3ea44dce29a --- /dev/null +++ b/mono/news/index.html?p=2.html @@ -0,0 +1,320 @@ + + + + + + + + + + + + + +ニュース | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/special.html b/mono/special.html new file mode 100644 index 0000000000000000000000000000000000000000..f08ed99a97973b094b96d9b9c0d524d4fd29b045 --- /dev/null +++ b/mono/special.html @@ -0,0 +1,303 @@ + + + + + + + + + + + + + +SPECIAL | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/special/digicon/index.html b/mono/special/digicon/index.html new file mode 100644 index 0000000000000000000000000000000000000000..fd0c484a5a061b0b58e9e2c49c62c80f635b7f39 --- /dev/null +++ b/mono/special/digicon/index.html @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + +キャラクタービジュアルデジコンプレゼント! - SPECIAL | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 7 + + + スペシャル + +

    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file diff --git a/mono/special/xfollower10000/index.html b/mono/special/xfollower10000/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3c65691452d1b946a90410dda789ee14e869684f --- /dev/null +++ b/mono/special/xfollower10000/index.html @@ -0,0 +1,369 @@ + + + + + + + + + + + + + + +公式Xフォロワー1万人記念デジコンプレゼント - SPECIAL | TVアニメ「mono」公式サイト + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +

    + mono +

    + +
    +

    + 山梨県 + --:-- +

    +
    +
    + + +
    +
    +
    +
    +

    + + 7 + + + スペシャル + +

    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + \ No newline at end of file