@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); }