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