top.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. @charset "UTF-8";
  2. @keyframes hover-arrow-right {
  3. 0% {
  4. transform: translate(0, 0);
  5. opacity: 1
  6. }
  7. 40% {
  8. transform: translate(30%, 0);
  9. opacity: 0
  10. }
  11. 41% {
  12. transform: translate(-30%, 0);
  13. opacity: 0
  14. }
  15. 100% {
  16. transform: translate(0, 0);
  17. opacity: 1
  18. }
  19. }
  20. @keyframes hover-arrow-down {
  21. 0% {
  22. transform: translate(0, 0);
  23. opacity: 1
  24. }
  25. 40% {
  26. transform: translate(0, 60%);
  27. opacity: 0
  28. }
  29. 41% {
  30. transform: translate(0, -60%);
  31. opacity: 0
  32. }
  33. 100% {
  34. transform: translate(0, 0);
  35. opacity: 1
  36. }
  37. }
  38. @keyframes hover-line {
  39. 0% {
  40. transform: scale(1, 1);
  41. transform-origin: right top
  42. }
  43. 40% {
  44. transform: scale(0, 1);
  45. transform-origin: right top
  46. }
  47. 41% {
  48. transform: scale(0, 1);
  49. transform-origin: left top
  50. }
  51. 100% {
  52. transform: scale(1, 1);
  53. transform-origin: left top
  54. }
  55. }
  56. body.home {
  57. --top-ui-color: #fff;
  58. visibility: visible !important
  59. }
  60. body.home.typesquare_option {
  61. opacity: 1 !important
  62. }
  63. body.home #header .inner .frame {
  64. display: none !important
  65. }
  66. #header .inner .btn.menu button ul li {
  67. background-color: #fff
  68. }
  69. #header .inner .btn.menu.close button ul li {
  70. background-color: #fff
  71. }
  72. #header .inner .btn.menu button ul li:nth-child(2) {
  73. /* opacity: .2 */
  74. }
  75. body.home .h_alt {
  76. display: block;
  77. width: 0;
  78. height: 0;
  79. overflow: hidden
  80. }
  81. .p_top_bottom {
  82. position: relative;
  83. text-align: left
  84. }
  85. .p_top_bottomWrap {
  86. position: relative
  87. }
  88. .p_top_bottomMenuItemLink {
  89. position: relative
  90. }
  91. .p_top_bottomMenuItemLink:after,
  92. .p_top_bottomMenuItemLink:before {
  93. display: block;
  94. position: absolute;
  95. left: 0;
  96. width: 100%;
  97. content: ""
  98. }
  99. .p_top_bottomMenuItemLink:before {
  100. top: 0;
  101. background-color: var(--top-ui-color)
  102. }
  103. .p_top_bottomMenuItemLink:after {
  104. bottom: 0
  105. }
  106. .p_top_bottomMenuItemLink:hover:after,
  107. .p_top_bottomMenuItemLink:hover:before {
  108. animation: hover-line .4s cubic-bezier(.165, .84, .44, 1)
  109. }
  110. .p_top_bottomMenuItemArrow {
  111. display: block;
  112. position: absolute;
  113. background-size: 100% 100%;
  114. background-repeat: no-repeat
  115. }
  116. .p_top_bottomMenuItemArrow svg {
  117. fill: var(--top-ui-color);
  118. position: absolute;
  119. top: 0;
  120. left: 0;
  121. width: 100%;
  122. height: 100%
  123. }
  124. .p_top_bottomMenuItemLink:hover .p_top_bottomMenuItemArrow {
  125. animation: hover-arrow-right 280ms cubic-bezier(.165, .84, .44, 1)
  126. }
  127. .p_top_bottomMenuItemName {
  128. position: relative;
  129. font-weight: 700;
  130. font-family: HelveticaNowDisplay, HelveticaNowMicro, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif
  131. }
  132. .p_top_bottomMenuItemDesc {
  133. font-family: "ゴシックMB101 R", "Gothic MB101 Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif
  134. }
  135. .p_top_bottomMenuItemDesc strong {
  136. font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif
  137. }
  138. .p_top_bottomNewsHead {
  139. font-weight: 700;
  140. font-family: HelveticaNowDisplay, HelveticaNowMicro, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif
  141. }
  142. .p_top_bottomNewsHead a {
  143. display: flex;
  144. position: relative;
  145. align-items: center;
  146. opacity: .5
  147. }
  148. .p_top_bottomNewsHead a:after {
  149. display: block;
  150. position: relative;
  151. /* background-image: url(../images/top/bottom-arrow-right-15.jpg); */
  152. background-size: 100% 100%;
  153. background-repeat: no-repeat;
  154. content: ""
  155. }
  156. .p_top_bottomNewsHead a:hover:after {
  157. animation: hover-arrow-right 280ms cubic-bezier(.165, .84, .44, 1)
  158. }
  159. .p_top_bottomNewsItemLink {
  160. display: block;
  161. position: relative
  162. }
  163. .p_top_bottomNewsItemDate {
  164. font-weight: 700;
  165. font-family: HelveticaNowDisplay, HelveticaNowMicro, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  166. opacity: .6;
  167. opacity: 1;
  168. transition: opacity .9s cubic-bezier(.165, .84, .44, 1)
  169. }
  170. a.p_top_bottomNewsItemLink:hover .p_top_bottomNewsItemDate {
  171. opacity: .6;
  172. transition: opacity 120ms cubic-bezier(.165, .84, .44, 1)
  173. }
  174. .p_top_bottomNewsItemTitle {
  175. opacity: 1;
  176. transition: opacity .9s cubic-bezier(.165, .84, .44, 1)
  177. }
  178. a.p_top_bottomNewsItemLink:hover .p_top_bottomNewsItemTitle {
  179. opacity: .6;
  180. transition: opacity 120ms cubic-bezier(.165, .84, .44, 1)
  181. }
  182. .p_top_bottomNewsItemCategory {
  183. opacity: .4
  184. }
  185. @media screen and (max-width:767px) {
  186. body.home #header .inner .btn.menu {
  187. top: 28px !important;
  188. right: 22px !important
  189. }
  190. body.home .h_pc {
  191. display: none !important
  192. }
  193. .p_top_bottom {
  194. padding: 0 22px
  195. }
  196. .p_top_bottomMenu {
  197. padding: 126px 0
  198. }
  199. .p_top_bottomMenuItemLink {
  200. display: block
  201. }
  202. .p_top_bottomMenuItemLink:not(:first-child) {
  203. margin-top: 70px
  204. }
  205. .p_top_bottomMenuItemLink:before {
  206. height: 3px
  207. }
  208. .p_top_bottomMenuItemLink:after {
  209. height: 1px;
  210. background-color: rgba(0, 0, 0, .2)
  211. }
  212. .p_top_bottomMenuItemArrow {
  213. top: 24px;
  214. right: 0;
  215. width: 33px;
  216. height: 29px
  217. }
  218. .p_top_bottomMenuItemName {
  219. left: -1px;
  220. padding-top: 17px;
  221. font-size: 39px;
  222. line-height: 42px
  223. }
  224. .p_top_bottomMenuItemDesc {
  225. padding-top: 60px;
  226. padding-bottom: 17px;
  227. font-size: 15px;
  228. line-height: 21px
  229. }
  230. .p_top_bottomMenuItemDesc strong {
  231. border-bottom: .5px solid rgba(255, 255, 255, .5)
  232. }
  233. .html_topUiColorBlack .p_top_bottomMenuItemDesc strong {
  234. border-bottom: .5px solid rgba(0, 0, 0, .5)
  235. }
  236. .p_top_bottomNewsHead {
  237. display: flex;
  238. justify-content: space-between;
  239. padding: 18px 0 67px;
  240. border-top: 3px solid var(--top-ui-color);
  241. border-bottom: 1px solid var(--top-ui-color)
  242. }
  243. .p_top_bottomNewsHead h3 {
  244. font-size: 16px
  245. }
  246. .p_top_bottomNewsHead a {
  247. font-size: 16px
  248. }
  249. .p_top_bottomNewsHead a:after {
  250. width: 15px;
  251. height: 13px;
  252. margin-left: 9px
  253. }
  254. .p_top_bottomNewsItemLink {
  255. padding: 17px 0 19px;
  256. border-bottom: 1px solid rgba(0, 0, 0, .2)
  257. }
  258. .p_top_bottomNewsItemDate {
  259. font-size: 16px
  260. }
  261. .p_top_bottomNewsItemTitle {
  262. padding-top: 7px;
  263. font-size: 15px;
  264. line-height: 21px
  265. }
  266. .p_top_bottomNewsItemCategory {
  267. padding-top: 9px;
  268. font-size: 15px
  269. }
  270. }
  271. @media screen and (max-width:589px) {
  272. body.home .h_strictPc {
  273. display: none !important
  274. }
  275. }
  276. @media screen and (min-width:590px) {
  277. body.home .h_strictSp {
  278. display: none !important
  279. }
  280. }
  281. @media screen and (min-width:767px) {
  282. body.home #header .inner .btn.menu {
  283. top: 9.9rem;
  284. right: 9.8rem
  285. }
  286. body.home .h_sp {
  287. display: none !important
  288. }
  289. .p_top_bottom {
  290. padding: 0 9.8rem
  291. }
  292. .p_top_bottomMenu {
  293. padding: 26.6rem 0
  294. }
  295. .p_top_bottomMenuList {
  296. display: flex;
  297. gap: 3rem
  298. }
  299. .p_top_bottomMenuList>* {
  300. width: calc((100% - 6rem)/ 3)
  301. }
  302. .p_top_bottomMenuItemLink {
  303. display: flex;
  304. flex-direction: column;
  305. justify-content: space-between
  306. }
  307. .p_top_bottomMenuItemLink:before {
  308. height: .3rem
  309. }
  310. .p_top_bottomMenuItemLink:after {
  311. height: .1rem;
  312. background-color: var(--top-ui-color)
  313. }
  314. .p_top_bottomMenuItemArrow {
  315. top: 4.4rem;
  316. right: -.1rem;
  317. width: 4.3rem;
  318. height: 3.5rem
  319. }
  320. .p_top_bottomMenuItemName {
  321. left: -.3rem;
  322. padding-top: 3.7rem;
  323. font-size: 4.9rem;
  324. line-height: 4.9rem
  325. }
  326. .p_top_bottomMenuItemDesc {
  327. padding-top: 6rem;
  328. padding-bottom: 3.9rem;
  329. font-size: 2rem;
  330. line-height: 2.8rem
  331. }
  332. .p_top_bottomMenuItemDesc strong {
  333. border-bottom: 1px solid rgba(255, 255, 255, .5)
  334. }
  335. .html_topUiColorBlack .p_top_bottomMenuItemDesc strong {
  336. border-bottom: 1px solid rgba(0, 0, 0, .5)
  337. }
  338. .p_top_bottomNews {
  339. display: flex;
  340. justify-content: space-between
  341. }
  342. .p_top_bottomNews>* {
  343. border-top: 3px solid var(--top-ui-color)
  344. }
  345. .p_top_bottomNewsHead {
  346. display: flex;
  347. flex-direction: column;
  348. align-items: flex-start;
  349. justify-content: space-between;
  350. width: 28.9rem;
  351. border-bottom: 1px solid rgba(0, 0, 0, .2)
  352. }
  353. .p_top_bottomNewsHead h3 {
  354. padding-top: 1.8rem;
  355. font-size: 1.6rem
  356. }
  357. .p_top_bottomNewsHead a {
  358. margin-bottom: 1.8rem;
  359. font-size: 1.6rem
  360. }
  361. .p_top_bottomNewsHead a:after {
  362. width: 1.5rem;
  363. height: 1.3rem;
  364. margin-left: 1.5rem
  365. }
  366. .p_top_bottomNewsBody {
  367. width: 92.5rem
  368. }
  369. .p_top_bottomNewsItemLink {
  370. display: flex;
  371. justify-content: space-between;
  372. padding: 1.9rem 0 1.9rem
  373. }
  374. .p_top_bottomNewsItemLink:after {
  375. display: block;
  376. position: absolute;
  377. bottom: 0;
  378. left: 0;
  379. width: 100%;
  380. height: .1rem;
  381. background-color: rgba(0, 0, 0, .2);
  382. content: ""
  383. }
  384. .p_top_bottomNewsItemDate {
  385. font-size: 1.6rem
  386. }
  387. .p_top_bottomNewsItemTitle {
  388. width: 70.6rem;
  389. overflow: hidden;
  390. font-size: 1.5rem;
  391. text-overflow: ellipsis;
  392. white-space: nowrap
  393. }
  394. .p_top_bottomNewsItemCategory {
  395. font-size: 1.5rem
  396. }
  397. }