123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488 |
- @charset "UTF-8";
- @keyframes hover-arrow-right {
- 0% {
- transform: translate(0, 0);
- opacity: 1
- }
- 40% {
- transform: translate(30%, 0);
- opacity: 0
- }
- 41% {
- transform: translate(-30%, 0);
- opacity: 0
- }
- 100% {
- transform: translate(0, 0);
- opacity: 1
- }
- }
- @keyframes hover-arrow-down {
- 0% {
- transform: translate(0, 0);
- opacity: 1
- }
- 40% {
- transform: translate(0, 60%);
- opacity: 0
- }
- 41% {
- transform: translate(0, -60%);
- opacity: 0
- }
- 100% {
- transform: translate(0, 0);
- opacity: 1
- }
- }
- @keyframes hover-line {
- 0% {
- transform: scale(1, 1);
- transform-origin: right top
- }
- 40% {
- transform: scale(0, 1);
- transform-origin: right top
- }
- 41% {
- transform: scale(0, 1);
- transform-origin: left top
- }
- 100% {
- transform: scale(1, 1);
- transform-origin: left top
- }
- }
- body.home {
- --top-ui-color: #fff;
- visibility: visible !important
- }
- body.home.typesquare_option {
- opacity: 1 !important
- }
- body.home #header .inner .frame {
- display: none !important
- }
- #header .inner .btn.menu button ul li {
- background-color: #fff
- }
- #header .inner .btn.menu.close button ul li {
- background-color: #fff
- }
- #header .inner .btn.menu button ul li:nth-child(2) {
- /* opacity: .2 */
- }
- body.home .h_alt {
- display: block;
- width: 0;
- height: 0;
- overflow: hidden
- }
- .p_top_bottom {
- position: relative;
- text-align: left
- }
- .p_top_bottomWrap {
- position: relative
- }
- .p_top_bottomMenuItemLink {
- position: relative
- }
- .p_top_bottomMenuItemLink:after,
- .p_top_bottomMenuItemLink:before {
- display: block;
- position: absolute;
- left: 0;
- width: 100%;
- content: ""
- }
- .p_top_bottomMenuItemLink:before {
- top: 0;
- background-color: var(--top-ui-color)
- }
- .p_top_bottomMenuItemLink:after {
- bottom: 0
- }
- .p_top_bottomMenuItemLink:hover:after,
- .p_top_bottomMenuItemLink:hover:before {
- animation: hover-line .4s cubic-bezier(.165, .84, .44, 1)
- }
- .p_top_bottomMenuItemArrow {
- display: block;
- position: absolute;
- background-size: 100% 100%;
- background-repeat: no-repeat
- }
- .p_top_bottomMenuItemArrow svg {
- fill: var(--top-ui-color);
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%
- }
- .p_top_bottomMenuItemLink:hover .p_top_bottomMenuItemArrow {
- animation: hover-arrow-right 280ms cubic-bezier(.165, .84, .44, 1)
- }
- .p_top_bottomMenuItemName {
- position: relative;
- font-weight: 700;
- font-family: HelveticaNowDisplay, HelveticaNowMicro, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif
- }
- .p_top_bottomMenuItemDesc {
- font-family: "ゴシックMB101 R", "Gothic MB101 Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif
- }
- .p_top_bottomMenuItemDesc strong {
- font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif
- }
- .p_top_bottomNewsHead {
- font-weight: 700;
- font-family: HelveticaNowDisplay, HelveticaNowMicro, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif
- }
- .p_top_bottomNewsHead a {
- display: flex;
- position: relative;
- align-items: center;
- opacity: .5
- }
- .p_top_bottomNewsHead a:after {
- display: block;
- position: relative;
- /* background-image: url(../images/top/bottom-arrow-right-15.jpg); */
- background-size: 100% 100%;
- background-repeat: no-repeat;
- content: ""
- }
- .p_top_bottomNewsHead a:hover:after {
- animation: hover-arrow-right 280ms cubic-bezier(.165, .84, .44, 1)
- }
- .p_top_bottomNewsItemLink {
- display: block;
- position: relative
- }
- .p_top_bottomNewsItemDate {
- font-weight: 700;
- font-family: HelveticaNowDisplay, HelveticaNowMicro, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
- opacity: .6;
- opacity: 1;
- transition: opacity .9s cubic-bezier(.165, .84, .44, 1)
- }
- a.p_top_bottomNewsItemLink:hover .p_top_bottomNewsItemDate {
- opacity: .6;
- transition: opacity 120ms cubic-bezier(.165, .84, .44, 1)
- }
- .p_top_bottomNewsItemTitle {
- opacity: 1;
- transition: opacity .9s cubic-bezier(.165, .84, .44, 1)
- }
- a.p_top_bottomNewsItemLink:hover .p_top_bottomNewsItemTitle {
- opacity: .6;
- transition: opacity 120ms cubic-bezier(.165, .84, .44, 1)
- }
- .p_top_bottomNewsItemCategory {
- opacity: .4
- }
- @media screen and (max-width:767px) {
- body.home #header .inner .btn.menu {
- top: 28px !important;
- right: 22px !important
- }
- body.home .h_pc {
- display: none !important
- }
- .p_top_bottom {
- padding: 0 22px
- }
- .p_top_bottomMenu {
- padding: 126px 0
- }
- .p_top_bottomMenuItemLink {
- display: block
- }
- .p_top_bottomMenuItemLink:not(:first-child) {
- margin-top: 70px
- }
- .p_top_bottomMenuItemLink:before {
- height: 3px
- }
- .p_top_bottomMenuItemLink:after {
- height: 1px;
- background-color: rgba(0, 0, 0, .2)
- }
- .p_top_bottomMenuItemArrow {
- top: 24px;
- right: 0;
- width: 33px;
- height: 29px
- }
- .p_top_bottomMenuItemName {
- left: -1px;
- padding-top: 17px;
- font-size: 39px;
- line-height: 42px
- }
- .p_top_bottomMenuItemDesc {
- padding-top: 60px;
- padding-bottom: 17px;
- font-size: 15px;
- line-height: 21px
- }
- .p_top_bottomMenuItemDesc strong {
- border-bottom: .5px solid rgba(255, 255, 255, .5)
- }
- .html_topUiColorBlack .p_top_bottomMenuItemDesc strong {
- border-bottom: .5px solid rgba(0, 0, 0, .5)
- }
- .p_top_bottomNewsHead {
- display: flex;
- justify-content: space-between;
- padding: 18px 0 67px;
- border-top: 3px solid var(--top-ui-color);
- border-bottom: 1px solid var(--top-ui-color)
- }
- .p_top_bottomNewsHead h3 {
- font-size: 16px
- }
- .p_top_bottomNewsHead a {
- font-size: 16px
- }
- .p_top_bottomNewsHead a:after {
- width: 15px;
- height: 13px;
- margin-left: 9px
- }
- .p_top_bottomNewsItemLink {
- padding: 17px 0 19px;
- border-bottom: 1px solid rgba(0, 0, 0, .2)
- }
- .p_top_bottomNewsItemDate {
- font-size: 16px
- }
- .p_top_bottomNewsItemTitle {
- padding-top: 7px;
- font-size: 15px;
- line-height: 21px
- }
- .p_top_bottomNewsItemCategory {
- padding-top: 9px;
- font-size: 15px
- }
- }
- @media screen and (max-width:589px) {
- body.home .h_strictPc {
- display: none !important
- }
- }
- @media screen and (min-width:590px) {
- body.home .h_strictSp {
- display: none !important
- }
- }
- @media screen and (min-width:767px) {
- body.home #header .inner .btn.menu {
- top: 9.9rem;
- right: 9.8rem
- }
- body.home .h_sp {
- display: none !important
- }
- .p_top_bottom {
- padding: 0 9.8rem
- }
- .p_top_bottomMenu {
- padding: 26.6rem 0
- }
- .p_top_bottomMenuList {
- display: flex;
- gap: 3rem
- }
- .p_top_bottomMenuList>* {
- width: calc((100% - 6rem)/ 3)
- }
- .p_top_bottomMenuItemLink {
- display: flex;
- flex-direction: column;
- justify-content: space-between
- }
- .p_top_bottomMenuItemLink:before {
- height: .3rem
- }
- .p_top_bottomMenuItemLink:after {
- height: .1rem;
- background-color: var(--top-ui-color)
- }
- .p_top_bottomMenuItemArrow {
- top: 4.4rem;
- right: -.1rem;
- width: 4.3rem;
- height: 3.5rem
- }
- .p_top_bottomMenuItemName {
- left: -.3rem;
- padding-top: 3.7rem;
- font-size: 4.9rem;
- line-height: 4.9rem
- }
- .p_top_bottomMenuItemDesc {
- padding-top: 6rem;
- padding-bottom: 3.9rem;
- font-size: 2rem;
- line-height: 2.8rem
- }
- .p_top_bottomMenuItemDesc strong {
- border-bottom: 1px solid rgba(255, 255, 255, .5)
- }
- .html_topUiColorBlack .p_top_bottomMenuItemDesc strong {
- border-bottom: 1px solid rgba(0, 0, 0, .5)
- }
- .p_top_bottomNews {
- display: flex;
- justify-content: space-between
- }
- .p_top_bottomNews>* {
- border-top: 3px solid var(--top-ui-color)
- }
- .p_top_bottomNewsHead {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: space-between;
- width: 28.9rem;
- border-bottom: 1px solid rgba(0, 0, 0, .2)
- }
- .p_top_bottomNewsHead h3 {
- padding-top: 1.8rem;
- font-size: 1.6rem
- }
- .p_top_bottomNewsHead a {
- margin-bottom: 1.8rem;
- font-size: 1.6rem
- }
- .p_top_bottomNewsHead a:after {
- width: 1.5rem;
- height: 1.3rem;
- margin-left: 1.5rem
- }
- .p_top_bottomNewsBody {
- width: 92.5rem
- }
- .p_top_bottomNewsItemLink {
- display: flex;
- justify-content: space-between;
- padding: 1.9rem 0 1.9rem
- }
- .p_top_bottomNewsItemLink:after {
- display: block;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: .1rem;
- background-color: rgba(0, 0, 0, .2);
- content: ""
- }
- .p_top_bottomNewsItemDate {
- font-size: 1.6rem
- }
- .p_top_bottomNewsItemTitle {
- width: 70.6rem;
- overflow: hidden;
- font-size: 1.5rem;
- text-overflow: ellipsis;
- white-space: nowrap
- }
- .p_top_bottomNewsItemCategory {
- font-size: 1.5rem
- }
- }
|